@charset "UTF-8";

/* sec1 */
.sec1 {
  overflow: hidden;
  line-height: 0;
}
.sec1 .swiper-slide .txt {
  position: absolute;
  top: 29%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  line-height: 1.25;
  color: #fff;
  text-align: center;
}
.sec1 .swiper-slide .txt > span {
  font-family: "Noto Serif KR";
  font-size: 18px;
  letter-spacing: 4px;
}
.sec1 .swiper-slide .txt h2 {
  margin-top: 29px;
  font-size: 44px;
  letter-spacing: -1px;
}
.sec1 .swiper-slide .txt h2 > span {
  color: #fec176;
}
.sec1 .swiper-slide .txt p {
  margin-top: 38px;
  font-size: 18px;
  letter-spacing: -0.3px;
  line-height: 1.5;
}
#scroll {
  position: absolute;
  bottom: 5.3%;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 53px;
  font-family: "Roboto";
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  background: url(../img/main_scroll.png) center top no-repeat;
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 1700px) {
  .sec1 .swiper {
    width: 1700px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1023px) {
  .sec1 .swiper {
    width: 1248px;
  }
  .sec1 .swiper-slide .txt {
    top: 27.5%;
    width: 320px;
  }
  .sec1 .swiper-slide .txt > span {
    font-size: 12px;
    letter-spacing: 3px;
  }
  .sec1 .swiper-slide .txt h2 {
    margin-top: 20px;
    font-size: 30px;
    line-height: 1.3;
  }
  .sec1 .swiper-slide .txt p {
    margin-top: 26px;
    padding: 0 20px;
    font-size: 13.33px;
    line-height: 1.8;
  }
  .sec1 .swiper .swiper-pagination {
    bottom: 35px;
  }
  #scroll {
    display: none;
  }
}

/* sec2 */
.sec2 {
  padding: 148px 0;
  text-align: center;
  color: #fff;
  background: url(../img/main_sec2_bg.jpg) center no-repeat;
  background-size: cover;
}
section .tit1 {
  font-family: "Noto Serif KR";
  font-size: 16px;
  color: #a58e58;
  letter-spacing: 4px;
}
section h2 {
  margin-top: 10px;
  font-size: 44px;
  font-weight: normal;
  letter-spacing: -1.8px;
}
.sec2 .success_lists {
  margin-top: 78px;
  font-size: 0;
  text-align: left;
}
.sec2 .success_lists ul {
  overflow: hidden;
  margin: -11.5px -12px;
}
.sec2 .success_lists ul li {
  float: left;
  width: 33.3333%;
  padding: 11.5px 12px;
}
.sec2 .success_lists ul li a {
  display: block;
  padding: 36.5px 37px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.sec2 .success_lists ul li a:hover {
  background: #a58e58;
}
.sec2 .success_lists ul li a .txt {
  position: relative;
  display: inline-block;
  padding-left: 36px;
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: -1.4px;
}
.sec2 .success_lists ul li:nth-child(1) a .txt {
  background: url(../img/main_sec2_img3.png) left center no-repeat;
}
.sec2 .success_lists ul li:nth-child(2) a .txt {
  background: url(../img/main_sec2_img1.png) left center no-repeat;
}
.sec2 .success_lists ul li:nth-child(3) a .txt {
  background: url(../img/main_sec2_img2.png) left center no-repeat;
}
.sec2 .success_lists ul li:nth-child(4) a .txt {
  background: url(../img/main_sec2_img5.png) left center no-repeat;
}
.sec2 .success_lists ul li:nth-child(5) a .txt {
  background: url(../img/main_sec2_img4.png) left center no-repeat;
}
.sec2 .success_lists ul li:nth-child(6) a .txt {
  background: url(../img/main_sec2_img6.png) left center no-repeat;
}
.sec2 .success_lists ul li a .more {
  float: right;
  margin-top: 3px;
  position: relative;
  height: 19px;
  font-family: "Roboto";
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}
.sec2 .success_lists ul li a:hover .more {
  margin-top: 5px;
}
.sec2 .success_lists ul li a .more:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.5px;
  width: 19px;
  height: 1px;
  background: #fff;
}
.sec2 .success_lists ul li a:hover .more:before {
  width: 41px;
}
.sec2 .success_lists ul li a:hover .more:after {
  display: none;
}
.sec2 .success_lists ul li a .more:after {
  content: "";
  position: absolute;
  right: 9.5px;
  top: 0;
  width: 1px;
  height: 19px;
  background: #fff;
}
.sec2 .success_lists ul li a .more span {
  position: relative;
  display: none;
  padding-right: 63px;
}
.sec2 .success_lists ul li a .more span:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.5px;
  width: 15px;
  height: 1px;
  background: #fff;
  transform: rotate(45deg);
  transform-origin: right;
}
.sec2 .success_lists ul li a .more span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.5px;
  width: 15px;
  height: 1px;
  background: #fff;
  transform: rotate(-45deg);
  transform-origin: right;
}
.sec2 .success_lists ul li a:hover .more span {
  display: block;
}
@media screen and (max-width: 767px) {
  .sec2 {
    padding: 70px 0 128px;
  }
  section .tit1 {
    font-size: 11px;
    letter-spacing: 2.7px;
  }
  section h2 {
    font-size: 27px;
  }
  .sec2 .success_lists {
    margin-top: 37px;
    text-align: center;
  }
  .sec2 .success_lists ul {
    margin: -6px;
  }
  .sec2 .success_lists ul li {
    padding: 6px;
  }
  .sec2 .success_lists ul li a {
    padding: 20px 0 0;
    height: 121px;
  }
  .sec2 .success_lists ul li a .txt {
    padding-left: 0;
    padding-top: 32px;
    font-size: 15px;
  }
  .sec2 .success_lists ul li:nth-child(1) a .txt {
    background: url(../img/main_sec2_img1_mo.png) center top no-repeat;
    background-size: 20px auto;
  }
  .sec2 .success_lists ul li:nth-child(2) a .txt {
    background: url(../img/main_sec2_img2_mo.png) center top no-repeat;
    background-size: 19px auto;
  }
  .sec2 .success_lists ul li:nth-child(3) a .txt {
    background: url(../img/main_sec2_img3_mo.png) center top no-repeat;
    background-size: 26px auto;
  }
  .sec2 .success_lists ul li:nth-child(4) a .txt {
    background: url(../img/main_sec2_img4_mo.png) center top no-repeat;
    background-size: 21px auto;
  }
  .sec2 .success_lists ul li:nth-child(5) a .txt {
    background: url(../img/main_sec2_img5_mo.png) center top no-repeat;
    background-size: 26px auto;
  }
  .sec2 .success_lists ul li:nth-child(6) a .txt {
    background: url(../img/main_sec2_img6_mo.png) center top no-repeat;
    background-size: 21px auto;
  }
  .sec2 .success_lists ul li a .more {
    float: none;
    margin-top: 18px;
    height: 13px;
  }
  .sec2 .success_lists ul li a .more:before {
    right: 50%;
    width: 13px;
    transform: translateX(50%);
  }
  .sec2 .success_lists ul li a .more:after {
    right: 50%;
    height: 13px;
    transform: translateX(50%);
  }
  .sec2 .success_lists ul li a:hover .more:before {
    display: none;
  }
  .sec2 .success_lists ul li a:hover .more {
    margin-top: 18px;
  }
  .sec2 .success_lists ul li a .more span {
    padding-right: 0;
  }
  .sec2 .success_lists ul li a .more span:before {
    display: none;
  }
  .sec2 .success_lists ul li a .more span:after {
    display: none;
  }
}

/* sec3 */
.sec3 {
  font-size: 0;
  text-align: center;
  overflow: hidden;
}
.sec3 .inner {
  padding-top: 148px;
  padding-bottom: 162px;
}

 .sec3_content2{
  /* position: relative; */
  /* padding-top */
  /* top: 50px; */
  margin-top: 80px;
} 



.sec3 .inner:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -240px;
  width: 116px;
  height: 646px;
  background: url(../img/main_sec3_img2.png) no-repeat;
}


.sec3 h2 {
  color: #333;
}
.sec3 h2 b {
  color: #0a132d;
}
.sec3 .content {
  margin-top: 120px;
  position: relative;
  min-height: 353px;
  text-align: left;
}
.sec3 .youtube {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 50%;
  display: block;
  line-height: 0;
}
.sec3 .youtube img {
  max-width: 100%;
  box-shadow: 13px 13px 20px 0px rgba(0, 0, 0, 0.1);
}
.sec3 .text {
  width: 100%;
  padding: 58px 0 0 56.5%;
}
.sec3 .text h4 {
  margin-top: 36px;
  font-size: 28px;
  line-height: 1.3;
  letter-spacing: -0.9px;
}
.sec3 .text p {
  margin-top: 16px;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: -0.3px;
}
.sec3 .text p .color1 {
  color: #0085cd;
}
.sec3 .text p .color2 {
  color: #999;
}
@media (max-width: 1060px) {
  .sec3 {
    overflow: auto;
  }
  .sec3 .inner {
    padding-bottom: 148px;
  }
  .sec3 .inner:after {
    display: none;
  }
  .sec3 .youtube {
    transform: none;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }
  .sec3 .youtube img {
    width: 100%;
  }
  .sec3 .text {
    padding: 46px 0 0 0;
  }
  .sec3 .text br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sec3 .inner {
    padding-top: 82px;
    padding-bottom: 65px;
  }
  .sec3 .content {
    margin-top: 36px;
  }
  .sec3 .text {
    padding: 30px 0 0 0;
  }
  .sec3 .text img {
    width: 58px;
  }
  .sec3 .text h4 {
    margin-top: 14px;
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 1.4;
  }
  .sec3 .text p {
    margin-top: 11px;
    font-size: 11px;
  }
  .img2{
    width:100px !important;
    height: 40px !important;
  }
}

/* sec4 */
.sec4 {
  padding: 100px 0 104px;
  color: #fff;
  background: url(../img/main_sec4_bg.jpg) #212934 right center no-repeat;
}
.sec4 h3 {
  font-size: 30px;
  letter-spacing: -1.4px;
}
.sec4 p {
  margin-top: 22px;
  letter-spacing: -0.4px;
  line-height: 1.6;
}
@media screen and (max-width: 1150px) {
  .sec4 {
    background: url(../img/main_sec4_bg_mobile.jpg) #212934 right top no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .sec4 {
    padding: 164px 0 45px;
  }
  .sec4 h3 {
    font-size: 23px;
  }
  .sec4 p {
    margin-top: 11px;
    font-size: 12px;
    line-height: 2.2;
  }
}

/* sec5 */
.sec5 {
  padding: 144px 0 152px;
  background: url(../img/main_sec5_bg.jpg) center no-repeat;
  background-size: cover;
}
.sec5 .content {
  position: relative;
}
.sec5 .content .text {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
}
.sec5 .content .text h2 {
  line-height: 1.25;
  margin-top: 15px;
}
.sec5 .content .text p {
  margin-top: 39px;
  letter-spacing: -0.3px;
}
.sec5 .content form {
  max-width: 582px;
  margin: 3px 0 0 46%;
  font-size: 0;
}
.sec5 .content form div input {
  border: none;
  margin-bottom: 10px;
  padding: 15px 13px;
  width: 100%;
  font-size: 14px;
}
.sec5 .content form input::-webkit-input-placeholder {
  font-size: 14px;
  color: #333;
}
.sec5 .content form input:-ms-input-placeholder {
  font-size: 14px;
  color: #333;
}
.sec5 .content form .col50 {
  margin: 0 -5px;
}
.sec5 .content form .col50 > div {
  padding: 0 5px;
  width: 50%;
  display: inline-block;
}
.sec5 .content form textarea {
  border: none;
  margin-bottom: 20px;
  padding: 15px 13px;
  width: 100%;
  height: 121px;
  font-size: 14px;
}
.sec5 .content form textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #333;
}
.sec5 .content form textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #333;
}
.sec5 .content form .check {
  margin-bottom: 44px;
}
.sec5 .content form .check input {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  appearance: none;
}
.sec5 .content form .check label {
  position: relative;
  padding-left: 31px;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  letter-spacing: -0.5px;
  cursor: pointer;
}
.sec5 .content form .check label:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  display: inline-block;
  background: #fff;
}
.sec5 .content form .check input[type="checkbox"]:checked + label:before {
  background: url(../img/main_sec5_img1.png) no-repeat;
}
.sec5 .content form button {
  padding: 10.5px 0;
  width: 181px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  letter-spacing: -0.5px;
  background: #a58e58;
  border-radius: 3px;
}
@media screen and (max-width: 1023px) {
  .sec5 .content .text {
    position: relative;
    top: auto;
    left: auto;
  }
  .sec5 .content form {
    margin: 10px 0 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sec5 {
    padding: 74px 0 77px;
    text-align: center;
  }
  .sec5 .content .text h2 {
    margin-top: 12px;
    font-size: 0;
  }
  .sec5 .content .text h2 b {
    font-size: 27px;
  }
  .sec5 .content .text p {
    margin-top: 26px;
    font-size: 12px;
    line-height: 1.7;
  }
  .sec5 .content form {
    margin: 45px 0 0;
  }
  .sec5 .content form .col50 {
    margin: 0;
  }
  .sec5 .content form .col50 > div {
    padding: 0;
    width: 100%;
  }
  .sec5 .content form div input {
    padding: 11.5px 16px;
    font-size: 12px;
    letter-spacing: -1px;
  }
  .sec5 .content form textarea {
    margin-bottom: 19px;
    padding: 11.5px 16px;
    height: 139px;
    font-size: 12px;
    letter-spacing: -1px;
  }
  .sec5 .content form .check {
    margin-bottom: 50px;
  }
  .sec5 .content form .check label {
    padding-left: 21px;
    font-size: 12px;
    line-height: 14px;
  }
  .sec5 .content form .check label:before {
    top: 0;
    width: 14px;
    height: 14px;
  }
  .sec5 .content form .check input[type="checkbox"]:checked + label:before {
    background: url(../img/main_sec5_img1_mo.png) no-repeat;
    background-size: 14px;
  }
  .sec5 .content form button {
    padding: 12.5px 0;
    width: 100%;
    font-size: 15px;
  }
}
