@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700&family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@font-face { font-family: 'Chosunilbo_myungjo'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/Chosunilbo_myungjo.woff') 
format('woff'); font-weight: normal; font-style: normal; }
* {
    padding:0;
    margin:0;
    list-style:none;
    text-decoration:none;
    box-sizing: border-box;
}
body,html { overflow-X: hidden; }
::selection { background:#D9AB73; color:#fff; }
.clearfix {
    display:block;
    clear:both;
}
.background {
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}
#main {
    width:100%; height:auto;
}
.sec {
    width:100%; height:auto;
    position:relative;
    overflow: hidden;
    color:#333;
    font-family: 'Chosunilbo_myungjo';
}
.inner {
    width:1400px; height:auto;
    margin:0 auto;
    position:relative;
}
@keyframes ani01 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1.5);
    }
    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1);
    }
}
#header .logo {
    position:absolute;
    left:0; top:19px;
    z-index:999999999;
}
#header .logo img {
  padding-top:20px;
}
#main .banner {
  width:100%;
  transition:all .5s;
}
#main .banner .slick-slide {
  width:100%; height:100%;
  position:relative;
}
#main .banner .slick-slide:nth-child(1) { background:url("../img/main_banner(1).png")bottom center/cover no-repeat; }
#main .banner .slick-slide:nth-child(2) { background:url("../img/main_banner(2).png")bottom center/cover no-repeat; }
#main .banner .slick-slide:nth-child(3) { background:url("../img/main_banner(3).png")center center/cover no-repeat; }
#main .banner .slick-slide:nth-child(4) { background:url("../img/main_banner(4).png")center center/cover no-repeat; }

#main .banner .slick-slide:nth-child(5) { background:url("../img/main_banner(1).png")bottom center/cover no-repeat; }
#main .banner .slick-slide:nth-child(6) { background:url("../img/main_banner(2).png")bottom center/cover no-repeat; }
#main .banner .slick-slide:nth-child(7) { background:url("../img/main_banner(3).png")center center/cover no-repeat; }
#main .banner .slick-slide:nth-child(8) { background:url("../img/main_banner(4).png")center center/cover no-repeat; }
/* #main .banner .slick-arrow {
  color:#fff;
  font-size:3em;
  cursor: pointer;
  text-align: center;
  width:80px; height:80px;
  padding:22px 0;
  margin:0 1px;
}
#main .banner .slick-prev {
  position:absolute;
  left:0; top:50%;
  transform: translate(0,-50%);
  z-index:999999;
}
#main .banner .slick-next {
  position:absolute;
  right:0; top:50%;
  transform: translate(0,-50%);
  z-index:999999;
} */
#main .banner .slick-dots {
  display: flex;
  position:absolute;
  left:50%; bottom:10%; 
  transform: translate(-50%,-10%);
}
#main .banner .slick-dots li {
  text-indent: -99999999999px;
  border:1px solid #fff;
  width:17px; height:17px;
  margin:0 20px;
  border-radius:0 30px 0 0;
  cursor: pointer;
}
#main .banner .slick-dots > .slick-active {
  background:#D9AB73;
  border-radius:0 30px 0 0;
  border:none;
}
#main .banner .txt{
  position:absolute;
  left:18%; top:50%;
  transform: translate(-18%,-50%);
  z-index:9999999;
}
#main .banner span {
  color:#fff;
  font-size:19px;
  line-height:1.3;
  letter-spacing: 0.5px;
}
#main .banner h2 {
  color:#D9AB73;
  font-size:110px;
  letter-spacing: -1px;
  line-height:1.5;
  transition:all .5s;
}
#main .banner h2 b {
  font-size:40px;
  font-weight: 400;
  color:#fff;
}
/* s:sec1 */
#main .sec1 {
  width:100%; 
  overflow: hidden;
  position: relative;
  padding:60px 0;
  background:url("../img/section2_back.jpg")center center/cover no-repeat;
}
#main .sec1 .inner {
  height:100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#main .sec1 .txt {
  width:40%; 
  display: flex;
  flex-flow: column wrap;
  justify-content:center;
  float:left;
  padding-right:30px;
}
#main .sec1 .txt h2 {
  font-size:95px;
  color:#D9AB73;
  padding:30px 0;
  text-shadow:1px 1px 1px #333;
}
#main .sec1 .txt p {
  font-size:20px;
  color:#fff;
}
#main .sec1 .txt a {
  font-size:21px;
  position:relative;
  display: block;
  width:140px; height:55px; 
  line-height:57px;
  margin:40px 0;
  z-index:999;
  transition:all .6s;
  text-align: center;
  color:#fff;
}
#main .sec1 .txt a::after {
  content:'';
  width:30px; height:30px;
  background:#d9ab73cb;
  position:absolute;
  right:3px; top:0;
  z-index:-1;
  border-radius:0 30px 0 0 ;
  transition:all .6s;
}
#main .sec1 .txt a:hover::after {
  width:140px; height:55px; 
  right:0;
  border-radius:100px;
  background:#d9ab73;
}
#main .sec1 .txt a:hover {
  color:#fff;
  font-weight: 500;
}
#main .sec1 .contents {
  width:60%; height:auto;
  float:left;
}
#main .sec1 .slick-slide {
  height:600px;
  position:relative;
  overflow: hidden;
}
#main .sec1 .slick-arrow {
  font-size:3em;
  margin:0 10px;
  color:#fff;
  cursor: pointer;
}
#main .sec1 .arrow_wrap {
  position:absolute;
  right:-15px; bottom:100px; 
  z-index:99999999;
  display: flex;
}
#main .sec1 .slick-slide::after {
  content:'';
  width:120px; height:120px; 
  background:rgba(0, 0, 0, 0.746);
  border-radius:0 0 0 200%;
  position:absolute;
  right:0; top:0;
  transition:all .5s;
}
#main .sec1 .slick-slide .img {
  display: block;
  width:100%; height:100%;
  transition:all .3s;
  text-indent: -99999999px;
}
#main .sec1 .slick-slide:nth-child(1) .img {
  background:url("../img/section2_bg1.jpg")center center/cover no-repeat;
}
#main .sec1 .slick-slide:nth-child(2) .img{
  background:url("../img/section2_bg2.jpg")center center/cover no-repeat;
}
#main .sec1 .slick-slide:nth-child(3) .img {
  background:url("../img/section2_bg3.jpg")center center/cover no-repeat;
}
#main .sec1 .slick-slide:nth-child(4) .img {
  background:url("../img/section2_bg4.jpg")center center/cover no-repeat;
}

#main .sec1 .slick-slide:nth-child(5) .img {
  background:url("../img/section2_bg1.jpg")center center/cover no-repeat;
}
#main .sec1 .slick-slide:nth-child(6) .img{
  background:url("../img/section2_bg2.jpg")center center/cover no-repeat;
}
#main .sec1 .slick-slide:nth-child(7) .img {
  background:url("../img/section2_bg3.jpg")center center/cover no-repeat;
}
#main .sec1 .slick-slide:nth-child(8) .img {
  background:url("../img/section2_bg4.jpg")center center/cover no-repeat;
}

#main .sec1 .slick-slide:hover .img {
  -webkit-filter: blur(3px) brightness(0.6);
}
#main .sec1 .slick-slide:hover::after {
  width:840px; height:600px;
  border-radius: 0; 
}
#main .sec1 .slick-slide:hover .txt2 dd, #main .sec1 .slick-slide:hover .txt2 a {
  opacity: 1;
}
#main .sec1 .slick-slide .img img {
  width:100%; height:100%;
}
#main .sec1 .slick-slide .txt2 {
  position:absolute;
  right:0; top:0;
  color:#fff;
  width:72%; height:240px;
  text-align: right;
  padding:40px 20px;
  z-index:999999;
  transition:all .3s;
}
#main .sec1 .slick-slide .txt2 a {
  width:30%; height:50px;
  line-height:50px;
  color:#fff;
  position:absolute;
  left:-200px; bottom:-330px;
  text-align: center;
  font-size:21px;
  background:rgba(255, 255, 255, 0.404);
  opacity: 0;
  transition:all .3s;
  z-index:99;
}
#main .sec1 .slick-slide .txt2 dt {
  font-size:24px;
  padding-bottom:20px;
  opacity: 1;
}
#main .sec1 .slick-slide .txt2 dd {
  font-size:18px;
  line-height:1.5;
  height:auto;
  overflow:hidden;
  opacity: 0;
}
/* e:sec1 */

/* s:sec2 */
#main .sec2 {
  width:100%; height:100%;
  overflow: hidden;
  padding:60px 0;
  background:url("../img/section3_back.jpg")center center/cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#main .sec2 .contents {
  width:100%; height:auto;
  display: flex;
}
#main .sec2 .contents ul {
  width:100%; height:auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  text-align: center;
}
#main .sec2 .contents ul li {
  height:330px;
  border-right:1px solid rgba(255, 255, 255, 0.226);
  border-bottom:1px solid rgba(255, 255, 255, 0.226);
  background:#2216038f;
  transition:all .6s;
}
#main .sec2 .contents ul li:nth-child(4),
#main .sec2 .contents ul li:nth-child(8) {
  border-right:none;
}
#main .sec2 .contents ul li:nth-child(5),
#main .sec2 .contents ul li:nth-child(6),
#main .sec2 .contents ul li:nth-child(7),
#main .sec2 .contents ul li:nth-child(8) {
  border-bottom:none;
}
#main .sec2 .contents ul li:nth-child(1):hover {
  background:url("../img/sec2_contents1.jpg")no-repeat;
  background-size: cover;
}
#main .sec2 .contents ul li:nth-child(2):hover {
  background:url("../img/sec2_contents2.jpg")no-repeat;
  background-size: cover;
}
#main .sec2 .contents ul li:nth-child(3):hover {
  background:url("../img/sec2_contents3.jpg")no-repeat;
  background-size: cover;
}
#main .sec2 .contents ul li:nth-child(4):hover {
  background:url("../img/sec2_contents4.jpg")no-repeat;
  background-size: cover;
}
#main .sec2 .contents ul li:nth-child(5):hover {
  background:url("../img/sec2_contents5.jpg")no-repeat;
  background-size: cover;
}
#main .sec2 .contents ul li:nth-child(6):hover {
  background:url("../img/sec2_contents6.jpg")no-repeat;
  background-size: cover;
}
#main .sec2 .contents ul li:nth-child(7):hover {
  background:url("../img/sec2_contents7.jpg")no-repeat;
  background-size: cover;
}
#main .sec2 .contents ul li:nth-child(8):hover {
  background:url("../img/sec2_contents8.jpg")no-repeat;
  background-size: cover;
}
#main .sec2 .contents .txt {
  width:100%; height:100%;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
}
#main .sec2 .contents .txt dt {
  font-size:18px;
  color:#fff;
  padding:10px 0;
  letter-spacing: 0.5px;
}
#main .sec2 .contents .txt dd {
  font-size:22px;
  color:#fff;
  letter-spacing: 1px;
}
/* e:sec2 */

/* s:sec3 */
#main .sec3 {
  width:100%; height:100%;
  overflow: hidden;
  background:url("../img/section4-2_back.jpg")center center/cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top:100px;
}
#main .sec3 .contents {
  width:100%; height:auto;
}
#main .sec3 .contents h2 {
  font-size: 60px;
  line-height: 1.2;
  color:#fff;
  padding-bottom:30px;
}
#main .sec3 .contents h2 b {
  font-size:18px; 
  font-weight: lighter;
}
/* #main .sec3 .contents ul { 
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap:30px;
  width:100%; height:auto;
} */
#main .sec3 .slick-arrow {
  font-size:3em;
  margin:0 10px;
  color:#fff;
  cursor: pointer;
  width:auto; height:70px;
  z-index:999999;
}
#main .sec3 .arrow_wrap2 {
  position:absolute;
  right:0; top:60px;
  z-index:9999;
  display: flex;
}
#main .sec3 .slick-slide {
  width:100%; height:480px;
  background:rgba(255, 255, 255, 0.89);
  padding:10px; margin:0 10px;
  position: relative;
}
#main .sec3 .slick-slide .img img{
  display: block;
  width:100%; height:auto;
  background:#555;
  overflow: hidden;
}
#main .sec3 .slick-slide .txt {
  padding:0 20px;
}
#main .sec3 .slick-slide .txt dt {
  font-size:22px; font-weight: bold;
  padding: 30px 0 20px;
}
#main .sec3 .slick-slide .txt dd {
  font-size:14px; 
  line-height: 1.4;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 300;
  color:#555;
}
/* e:sec3 */
@media all and (max-width:1600px) {
  .inner {
    width:80%;
  }
  #main .sec1 .txt h2 {
    font-size: 90px;
  }
  #main .sec1 .txt p {
    font-size: 19px;
  }
}
@media all and (max-width:1200px) {
  .inner {
    width:85%;
  }
  #main .banner h2 {
    font-size: 90px;
  }
  #main .banner .slick-dots li {
    text-indent: 0;
  }
  #main .banner .slick-arrow {
    font-size:3em;
    color:#fff;
  }
  #main .banner .slick-prev {
    position:absolute;
    left:20px; top:50%;
    transform:translate(0,-50%);
    z-index:99999999999;
  }
  #main .banner .slick-next {
    position:absolute;
    right:20px; top:50%;
    transform:translate(0,-50%);
    z-index:99999999999;
  }
  #main .sec1 {
    padding: 50px 0 100px;
  }
  #main .sec1 .inner {
    flex-flow: column;
  }
  #main .sec1 .txt {
    width: 100%;
  }
  #main .sec1 .txt h2 {
    font-size: 70px;
    padding:15px 0;
  }
  #main .sec1 .txt a {
    margin: 20px 0;
  }
  #main .sec1 .contents {
    width:100%;
    margin-top: 10px;
  }
  #main .sec1 .slick-slide {
    height: 500px;
  }
  #main .sec1 .slick-slide:hover::after {
    width: 100%; height: 500px;
  }
  #main .sec1 .arrow_wrap {
    bottom: -70px;
  }
  #main .sec1 .slick-slide .txt2 {
    width: 80%;
  }
  #main .sec1 .slick-slide .txt2 a {
    left:-170px; bottom: -230px;
    font-size: 19px;
  }
  #main .sec2 {
    align-items: center;
  }
  #main .sec2 .contents ul li {
    height: 250px;
  }
  #main .sec2 .contents .txt dt {
    font-size: 16px;
  }
  #main .sec2 .contents .txt dd {
    font-size: 19px;
  }
  #main .sec3 {
    height:auto;
    padding:50px 0;
  }
  #main .sec3 .slick-slide {
    margin: 0 10px;
    height:510px;
  }
  #main .sec3 .slick-arrow {
    width:auto; height:auto;
  }
} 
@media all and (max-width:980px) {
  .inner {
    width:90%;
  }
  #main .banner .slick-slide {
    height: 70%;
  }
  #main .banner .slick-dots li {
    text-indent: 0;
  }
  #main .banner .slick-arrow {
    font-size:3em;
    color:#fff;
  }
  #main .banner .slick-prev {
    position:absolute;
    left:20px; top:50%;
    transform:translate(0,-50%);
    z-index:99999999999;
  }
  #main .banner .slick-next {
    position:absolute;
    right:20px; top:50%;
    transform:translate(0,-50%);
    z-index:99999999999;
  }
  #main .banner h2 {
    font-size: 80px;
    line-height: 1.3;
  }
  #main .banner h2 b {
    font-size: 30px;
  }
  #main .sec1 {
    height:auto;
    padding:50px 0;
  }
  #main .sec1 .inner {
    height: auto;
  }
  #main .sec1 .txt h2 {
    font-size: 60px;
  }
  #main .sec1 .txt p {
    font-size: 15px;
  }
  #main .sec1 .txt a {
    font-size: 18px;
    width: 120px; height: 50px;
    line-height: 50px;
  }
  #main .sec1 .txt a:hover::after {
    width: 120px; height: 50px;
  }
  #main .sec1 .slick-slide {
    height: 450px;
  }
  #main .sec1 .arrow_wrap {
    bottom: 490px;
  }
  #main .sec1 .slick-slide .img {
    width: 840px; height: 560px;
    text-indent: 0;
  }
  #main .sec1 .slick-slide:nth-child(1) .img {
    background: url("../img/section2_bg1(t).jpg")center center/cover no-repeat;
  }
  #main .sec1 .slick-slide:nth-child(2) .img {
    background: url("../img/section2_bg2(t).jpg")center center/cover no-repeat;
  }
  #main .sec1 .slick-slide:nth-child(3) .img {
    background: url("../img/section2_bg3(t).jpg")center center/cover no-repeat;
  }
  #main .sec1 .slick-slide:nth-child(4) .img {
    background: url("../img/section2_bg4(t).jpg")center center/cover no-repeat;
  }
  #main .sec1 .slick-slide .img img {
    width: 100%; height: 100%;
  }
  #main .sec1 .slick-slide .txt2 a {
    left: -110px; bottom: -174px;
    font-size: 19px;
  }
  #main .sec3 .arrow_wrap2 {
    top: 40px;
  }
  #main .sec3 .slick-arrow {
    width: auto; height: auto;
  }
  #main .sec2 {
    height: auto;
  }
  #main .sec2 .contents ul {
    grid-template-columns: 1fr 1fr;
  }
  #main .sec2 .contents ul li:nth-child(2), #main .sec2 .contents ul li:nth-child(6) {
    border-right: none;
  }
  #main .sec2 .contents ul li:nth-child(7), #main .sec2 .contents ul li:nth-child(8) {
    border-top:1px solid rgba(255, 255, 255, 0.226);
  }
  #main .sec2 .contents ul li:nth-child(1):hover {
    background:url("../img/sec2_contents1.jpg")center bottom/cover no-repeat;
  }
  #main .sec2 .contents ul li:nth-child(2):hover {
    background:url("../img/sec2_contents2.jpg")center center/cover no-repeat;
  }
  #main .sec2 .contents ul li:nth-child(3):hover {
    background:url("../img/sec2_contents3.jpg")center bottom/cover no-repeat;
  }
  #main .sec2 .contents ul li:nth-child(4):hover {
    background:url("../img/sec2_contents4.jpg")center bottom/cover no-repeat;
  }
  #main .sec2 .contents ul li:nth-child(5):hover {
    background:url("../img/sec2_contents5.jpg")center center/cover no-repeat;
  }
  #main .sec2 .contents ul li:nth-child(6):hover {
    background:url("../img/sec2_contents6.jpg")center bottom/cover no-repeat;
  }
  #main .sec3 {
    height: auto;
    padding: 50px 0;
  }
  #main .sec3 .contents h2 {
    font-size: 50px;
  }
  #main .sec3 .contents h2 b {
    font-size: 16px;
  }
  #main .sec3 .slick-slide {
    margin: 0 30px;
  }
  #main .sec3 .arrow_wrap2 {
    top: 50px;
  }
}
@media all and (max-width:500px) {
  .inner {
    width:95%;
  }
  #main .banner span {
    font-size: 16px;
  }
  #main .banner h2 {
    font-size: 55px;
    line-height:1.4;
  }
  #main .banner h2 b {
    font-size: 25px;
  }
  #main .sec1 .txt h2 {
    font-size: 45px;
  }
  #main .sec1 .txt p {
    font-size: 14px;
  }
  #main .sec1 .arrow_wrap {
    bottom: 390px;
  }
  #main .sec1 .slick-slide {
    height: 350px;
  }
  #main .sec1 .slick-slide:hover::after {
    height: 350px;
  }
  #main .sec1 .slick-slide .txt2 {
    width: 100%; height: 350px;
    padding: 40px 30px;
  }
  #main .sec1 .slick-slide .txt2 a {
    width: 40%;
    left: 25px; bottom: 25px;
    font-size: 19px;
  }
  #main .sec1 .slick-slide .txt2 dd {
    font-size: 15px;
    line-height: 1.4;
  }
  #main .sec2 {
    padding:30px 0;
  }
  #main .sec2 .contents ul li {
    height: 200px;
  }
  #main .sec2 .contents .txt dt {
    font-size: 15px;
  }
  #main .sec2 .contents .txt dd {
    font-size: 17px;
  }
  #main .sec3 .slick-slide {
    margin: 0 5px;
    height: 450px;
    padding:10px;
  }
  #main .sec3 .slick-slide .txt {
    padding: 0 10px;
  }
  #main .sec3 .contents h2 {
    font-size: 45px;
  }
  #main .sec3 .contents h2 b {
    font-size: 15px;
  }
  #main .sec3 .arrow_wrap2 {
    top: 45px;
  }
  #main .sec3 .slick-arrow {
    margin: 0 5px;
    font-size:2.5em;
    width: auto; height: auto;
  }
}
