/* BASIC css start */
.matinkim {
  font-family: "NotoSansCJKR";
  color: #000;
}
.matinkim .section {
  min-width: 1402px;
}
.matinkim .section1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.matinkim .section1 .cont {
  width: 50%;
  text-align: center;
}
.matinkim .section1 .cont1 img {
  width: 100%;
}
.matinkim .section1 .cont2 img {
  width: 330px;
}
.matinkim .section2 {
  padding: 100px 0;
  text-align: center;
}
.matinkim .section2 p {
  font-size: 60px;
  font-weight: 700;
  letter-spacing: -3px;
}
.matinkim .section2 p + p {
  margin-top: 30px;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 1.8;
}
.matinkim .section2 p span {
  font-family: "helveticaneueLTPro-53", "NotoSansCJKR";
  font-weight: 400;
}
.matinkim .section2 a {
  display: inline-block;
  margin-top: 60px;
  padding: 12px 20px 8px;
  border: 1px solid #000;
  font-family: "HelveticaNeueLTPro-53";
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}
.matinkim .section2 a:hover {
  background: #000;
  color: #fff;
}
/*.matinkim .section3 {
  padding: 100px 0;
}*/
.matinkim .section3 p {
  font-size: 22px;
  font-weight: 300;
  letter-spacing: -1px;
  text-align: center;
  line-height: 1.8
}
.matinkim .section3 .t1 {
  margin-bottom: 30px;
}
.matinkim .section3 .t2 {
  margin-top: 30px;
}
.matinkim .section3 div {
  aspect-ratio: 16/9;
}
.matinkim .section4 {
  margin-top: 100px;
}
.matinkim .section4 p {
  padding-left: 40px;
  font-family: "HelveticaNeueLTPro-53";
  font-size: 34px;
  font-weight: 300;
}
.matinkim .section4 .sec {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  background: #f1f1f1;
}
.matinkim .section4 .sec .cont1 {
  width: 66%;
}
.matinkim .section4 .sec .cont1 img {
  width: 100%;
}
.matinkim .section4 .sec .cont2 {
  position: relative;
  width: 34%;
}
.matinkim .section4 .sec .cont2 img {
  width: 100%;
}
.matinkim .section4 .sec .cont2 .slick-arrow {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  appearance: none;
  background: none;
  font-size: 0;
  transform: translateY(-50%);
  z-index: 10;
}
.matinkim .section4 .sec .cont2 .slick-arrow::after {
  content: "";
  position: absolute;
  top: 6px;
  display: block;
  width: 13px;
  height: 13px;
}
.matinkim .section4 .sec .cont2 .slick-prev {
  left: 30px;
}
.matinkim .section4 .sec .cont2 .slick-prev::after {
  left: 12px;
  border-width: 0 0 2px 2px;
  border-style: solid;
  border-color: #000;
  transform: rotate(45deg);
}
.matinkim .section4 .sec .cont2 .slick-next {
  right: 30px;
}
.matinkim .section4 .sec .cont2 .slick-next::after {
  right: 12px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: #000;
  transform: rotate(-45deg);
}
.matinkim .section5 {
  padding: 100px 0;
  text-align: center;
}
.matinkim .section5 a {
  display: inline-block;
  margin-top: 60px;
  padding: 12px 20px 8px;
  border: 1px solid #000;
  font-family: "HelveticaNeueLTPro-53";
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}
.matinkim .section5 a:hover {
  color: #fff;
  background: #000;
}

.pop-up-notice { background: #ECE8DE; padding: 50px; }
.pop-up-notice h2 { text-align: center; font-weight: 700; font-size: 42px; letter-spacing: -3px; }
.pop-up-notice p { font-size: 22px; font-weight: 300; line-height: 1.8; margin-top: 15px; }
/* BASIC css end */

