@import url(common.css);

#content {overflow: hidden; padding-top: 110px;}
.mo {display: none;}
.section-header h4 {font-size: 45px; font-family: "Gowun Batang", serif; text-align: center; font-weight: 600;}

/* m-visual */
.m-visual .visual {width: 100%; height: 870px; overflow: hidden; position: relative;}
.m-visual .visual .swiper-wrapper .swiper-slide .backdrop {width: 100%; height: 100%; background-repeat: no-repeat; background-position: 50% 50%; background-size: cover; transition: all 2s ease;}
.m-visual .visual .swiper-wrapper .swiper-slide-active .backdrop {transform: scale(1.1);}
.m-visual .visual .swiper-wrapper .slide01 .backdrop {background-image: url(../images/main/m-visual01.jpg);}
.m-visual .visual .swiper-wrapper .slide02 .backdrop {background-image: url(../images/main/m-visual02.jpg);}
.m-visual .visual .swiper-wrapper .slide03 .backdrop {background-image: url(../images/main/m-visual03.jpg);}
.m-visual .visual .swiper-wrapper .slide04 .backdrop {background-image: url(../images/main/m-visual04.jpg);}
.m-visual .visual .swiper-wrapper .slide05 .backdrop {background-image: url(../images/main/m-visual05.jpg);}
.m-visual .visual .swiper-wrapper .swiper-slide .container {width: 100%; height: 100%; position: absolute; top: 0; left: 50%; transform: translateX(-50%);}
.m-visual .visual .swiper-wrapper .swiper-slide .container small {position: absolute; top: 690px; left: 15px; font-size: 24px; color: #fff; font-weight: 400; opacity: 0; transition: all 1s ease .5s; font-family: "Gowun Batang", serif;}
.m-visual .visual .swiper-wrapper .swiper-slide .container h3 {position: absolute; top: 440px; left: 15px; font-size: 40px; font-weight: 600; color: #fff; line-height: 65px; opacity: 0; transition: all 1s ease;}
.m-visual .visual .swiper-wrapper .swiper-slide-active .container small {top: 730px; opacity: 1;}
.m-visual .visual .swiper-wrapper .swiper-slide-active .container h3 {top: 490px; opacity: 1;}

.m-visual .visual .controls {position: absolute; bottom: 80px; right: 80px; width: 200px; height: auto; z-index: 5;}
.m-visual .visual .controls .btn-box {display: flex; width: calc(100% - 8px); align-items: center; justify-content: space-between; margin: 0 auto;}
.visual-btn {width: 25px; height: 10px; background: url() 50% 50% no-repeat; background-size: auto; cursor: pointer; transition: all .15s linear;}
.visual-next {background-image: url(../images/main/ico_next.png);}
.visual-prev {background-image: url(../images/main/ico_prev.png);}
.visual-next:hover {background-image: url(../images/main/ico_next_on.png);}
.visual-prev:hover {background-image: url(../images/main/ico_prev_on.png);}
.swiper-pagination-fraction.visual-paging {font-size: 0; color: #fff; width: 140px; text-align: center; height: 14px; position: relative; bottom: 0;}
.swiper-pagination-fraction.visual-paging::before {position: absolute; content: ''; width: 1px; height: 14px; background-color: #fff; opacity: .2; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.swiper-pagination-fraction.visual-paging span {font-size: 14px; display: inline-block; position: relative;padding-left: 10px;}
.swiper-pagination-fraction.visual-paging span::before {position: absolute; content: '0'; font-size: 14px; color: #fff; top:50%; left: 0; transform: translateY(-50%);}
.swiper-pagination-fraction.visual-paging span.swiper-pagination-current {padding-right: 50px;}
.m-visual .visual .controls .progress-box {position: relative; width: 100%; height: auto; margin-top: 25px;}
.m-visual .visual .controls .progress-box .autoplay-progress {position: absolute; left: 0; top: 0; width: 100%; height: 2px; background-color: #fff;}
.m-visual .visual .controls .progress-box .autoplay-progress svg {--progress:0; position: absolute; left: 0; top: 0; width: 100%; stroke-width: 2px; stroke: #176cca; fill: none; stroke-dashoffset: calc(100 * (1 - var(--progress))); stroke-dasharray: 100;}


/* sec2 */
.notice {border-bottom: 1px solid #ddd;}
.notice .container .wrap {display: flex; width: 100%; height: 130px; overflow: hidden; padding: 35px 0; align-items: center;}
.notice .notice-tit {width: 15.9%; height: 100%; position: relative;}
.notice .notice-tit::after {position: absolute; content: ''; width: 1px; height: 22px; top: 50%; right: 0; transform: translateY(-50%); background-color: #ddd;}
.notice .notice-tit i {display: inline-block; margin-right: 20px; vertical-align: middle;}
.notice .notice-tit i img {display: block; max-width: 100%; width: 100%;}
.notice .notice-tit h5 {display: inline-block; vertical-align: middle; font-size: 24px; font-weight: 600; color: #000;}
.notice .notice-slide.swiper {width: 66.7%; height: 100%; margin: 0;}
.notice .notice-slide ul {display: flex; width: 100%; height: 100%; justify-content: space-between; align-items: center;}
.notice .notice-slide ul li.list {width: 86%; padding:0 50px;}
.notice .notice-slide ul li.list a {display: block; width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 24px; font-weight: 500; color: #111; line-height: 60px; transition: all .2s linear;}
.notice .notice-slide ul li.list a:hover {color: #176cca;}
.notice .notice-slide ul li.date {width: 14%;}
.notice .notice-slide ul li.date dl {display: flex; align-items: center;}
.notice .notice-slide ul li.date dl dt {margin-right: 10px;}
.notice .notice-slide ul li.date dl dt img {display: block; margin: 0 auto;}
.notice .notice-slide ul li.date dl dd {font-size: 18px; font-weight: 400; color: #666; opacity: .7;}
.notice .more {margin-left: auto; width: 150px;}
.notice .more_m {display: none;}
.notice .more a {display: block; width: 100%; color: #161e27; font-size: 16px; text-align: center; border: 1px solid #161e27; border-radius: 20px; line-height: 38px; font-weight: 500; transition: all .2s linear;}
.notice .more a:hover {background-color: #176cca; border-color: #176cca; color: #fff;}

/* sec3 */
.sec3 {padding: 120px 0 140px;}
.sec3 .wrap {display: flex; width: 100%;}
/* .sec3 .wrap ul {display: flex; width: 100%;}
.sec3 .wrap ul li {width: 33.333333%;}
.sec3 .wrap ul li ~ li {margin-left: 40px;} */
.sec3 .wrap .gray {width: 50%;}
.sec3 .wrap .gray .banner {display: flex; border-radius: 20px; overflow: hidden; width: 100%;}
.sec3 .wrap .gray .banner .img {width: 50%;}
.sec3 .wrap .gray .banner .img img {display: block; margin: 0 auto; max-width: 100%; width: 100%; height: 100%;}
.sec3 .wrap .gray .banner .txt {width: 50%; background-color: #eff1f3; padding: 60px 50px 50px 50px;}
.sec3 .wrap .gray .banner .txt dl dt {font-size: 28px; color: #111; font-weight: 600;}
.sec3 .wrap .gray .banner .txt dl dd {font-size: 18px; line-height: 32px; color: #666; padding-top: 20px;}
.sec3 .wrap .gray .banner .txt a {display: block; width: 75px; margin:30px 0 0 auto; color: #161e27; padding-right: 25px; background: url(../images/main/ico_plus.png) 100% 50% no-repeat; background-size: auto; font-weight: 500; transition: all .3s linear;}
.sec3 .wrap .gray .banner .txt a:hover {color: #176cca; background-image: url(../images/main/ico_plus_on.png);}
.sec3 .wrap ul {display: flex; width: 50%;}
.sec3 .wrap ul li {width: 50%; margin-left: 40px;}
.sec3 .wrap ul li .s-banner {position: relative; border-radius: 20px; overflow: hidden; padding: 50px 0 40px 50px; background: url() 50% 50% no-repeat; background-size: cover;}
.sec3 .wrap ul li .s-banner::after {position: absolute; content: ''; background: url() 50% 50% no-repeat; background-size: auto; width: 83px; height: 83px; bottom: 40px; right: 40px;}
.sec3 .wrap ul li:nth-of-type(1) .s-banner::after {background-image: url(../images/main/ico_sec301.png);}
.sec3 .wrap ul li:nth-of-type(2) .s-banner::after {background-image: url(../images/main/ico_sec302.png);}
.sec3 .wrap ul li:nth-of-type(1) .s-banner {background-image: url(../images/main/bg_sec3.png);}
.sec3 .wrap ul li:nth-of-type(2) .s-banner {background-image: url(../images/main/bg_sec3_2.png);}
.sec3 .wrap ul li .s-banner b {display: block; font-size: 28px; color: #fff; font-weight: 500; line-height: 38px;}
.sec3 .wrap ul li .s-banner a {display: block; margin-top: 95px; width: 50px; height: 50px; border: 1px solid #fff; border-radius: 50%; background: url(../images/main/ico_plus_w.png) 50% 50% no-repeat; background-size: auto; line-height: 50px; background-color: rgba(255,255,255, .1); transition: all .3s linear;}
.sec3 .wrap ul li:nth-of-type(2) .s-banner a {margin-top: 55px;}
.sec3 .wrap ul li .s-banner a:hover {background-color: #fff; background-image: url(../images/main/ico_plus.png); transform: rotate(180deg);}


/* sec4 */
.sec4 {padding: 120px 0 140px; width: 100%; background: url(../images/main/bg_sec4.jpg) 50% 50% no-repeat; background-size: cover;}
.sec4 .section-header h4 {color: #fff;}
.sec4 .wrap {margin-top: 60px;}
.sec4 .wrap ul {display: flex; width:100%;}
.sec4 .wrap ul li.pic {width: 37.87%; margin-right: 40px; border-radius: 20px; overflow: hidden;}
.sec4 .wrap ul li.pic .img img {display: block; margin: 0 auto; border-radius: 20px;}
.sec4 .wrap ul li.info {width: 59.1%; border-radius: 20px; overflow: hidden;}
.sec4 .wrap ul li.info .cnt-bg { padding: 80px; background: url(../images/main/bg_sec4_02.jpg) 50% 50% no-repeat; background-size: cover;}
.sec4 .wrap ul li.info .cnt-bg dl {display: flex; }
.sec4 .wrap ul li.info .cnt-bg dl dt {display: inline-block; width: 80px; height: 80px; background-color: #176cca; border-radius: 20px; font-size: 18px; color: #fff; padding: 18px 0 20px; line-height: 24px; text-align: center;}
.sec4 .wrap ul li.info .cnt-bg dl dd {padding-left: 25px;}
.sec4 .wrap ul li.info .cnt-bg dl dd b {display: block; font-family: "Gowun Batang", serif; font-size: 36px; color: #111; font-weight: 600;}
.sec4 .wrap ul li.info .cnt-bg dl dd small {display: block; padding-top: 20px; color: #111; font-size: 18px;}
.sec4 .wrap ul li.info .cnt-bg p.s-tit {font-size: 24px; color: #111; padding-top: 50px; font-weight: 500;}
.sec4 .wrap ul li.info .cnt-bg p.txt {font-size: 18px; line-height: 35px; color: #666; margin-top: 25px; font-weight: 500;}
.sec4 .wrap ul li.info .cnt-bg a {width: 160px;display: block; padding: 0 45px; margin-top: 40px; font-size: 18px; color: #111; border: 1px solid #111; border-radius: 30px; line-height: 58px; font-weight: 600; transition: all .2s linear; background: url(../images/main/ico_plus.png) calc(100% - 45px) 50% no-repeat; background-size: auto;}
.sec4 .wrap ul li.info .cnt-bg a:hover {background-color: #176cca; color: #fff; border-color: #176cca; background-image: url(../images/main/ico_plus_w.png);}

/* sec5 */
.sec5 {padding-top: 140px;}
.sec5 .cnt {width: 100%; display: flex; justify-content: space-between;}
.sec5 .cnt .left {width: 29.5%;}
.sec5 .cnt .left .tit {padding-top: 40px;}
.sec5 .cnt .left .tit h4 {font-size: 45px; font-family: 'Gowun Batang', serif; color: #111; font-weight: 600;}
.sec5 .cnt .left .tit p {font-size: 18px; line-height: 35px; padding-top: 40px; font-weight: 500; color: #111;}
.sec5 .cnt .left .location {margin-top: 130px; padding-top: 55px; position: relative;}
.sec5 .cnt .left .location a {position: absolute; top: 0; right: 20px; display: block; width: 80px; height: 80px; background: url(../images/main/ico_sec5.png) 50% 50% no-repeat; background-size: auto; transition: all .2s linear;}
.sec5 .cnt .left .location a:hover {background-image: url(../images/main/ico_sec5_on.png);}
.sec5 .cnt .left .location h5 {font-size: 28px; color: #111; font-weight: 500;}
.sec5 .cnt .left .location p {font-size: 18px; color: #666; font-weight: 500; padding-top: 35px;}
.sec5 .cnt .left .location .line {width: 100%; height: 2px; background-color: #161e27; position: relative; margin-top: 40px;}
.sec5 .cnt .left .location .line i {display: block; position: absolute; top: 0; left: 0; width: 90px; height: 2px; background-color: #176cca;}
.sec5 .cnt .right {width: 57.6%;}
.sec5 .cnt .right ul {display: flex; flex-wrap: wrap; width: calc(100% + 40px); margin: 0 -20px;}
.sec5 .cnt .right ul li {padding: 0 20px; width: 50%; height: 240px;}
.sec5 .cnt .right ul li:nth-of-type(2) {margin-top: 40px;}
.sec5 .cnt .right ul li:nth-of-type(4) {margin-top: 40px;}
.sec5 .cnt .right ul li a {position: relative; display: block; width: 100%; height: 100%; background: url() 50% 50% no-repeat; background-size: cover; border-radius: 20px; overflow: hidden; transition: all .2s linear;}
.sec5 .cnt .right ul li:nth-of-type(1) a {background-image: url(../images/main/sec5_01.jpg);}
.sec5 .cnt .right ul li:nth-of-type(2) a {background-image: url(../images/main/sec5_02.jpg);}
.sec5 .cnt .right ul li:nth-of-type(3) a {background-image: url(../images/main/sec5_03.jpg);}
.sec5 .cnt .right ul li:nth-of-type(4) a {background-image: url(../images/main/sec5_04.jpg);}
.sec5 .cnt .right ul li a > b {display: block; position: absolute; content: ''; bottom: 60px; left: 50px; font-size: 28px; color: #fff; font-weight: 500;}
.sec5 .cnt .right ul li a:hover {animation: puff-in-center 0.5s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;}
@keyframes puff-in-center {
    0% {
              transform: scale(1.2);
              filter: blur(2px);
      opacity: 0;
    }
    100% {
              transform: scale(1);
              filter: blur(0px);
      opacity: 1;
    }
}

/* sec6 */
.sec6 {margin-top: 140px; padding: 120px 0 140px; background: url(../images/main/bg_sec6.jpg) 50% 50% no-repeat; background-size: cover;}
.sec6 .container {position: relative;  padding: 0 15px; width: 100%;}
.sec6 .section-header h4 {color: #111;}
.sec6 .sec6-slide {margin-top: 55px; position: relative;}
.sec6 .sec6-slide .swiper-slide {border-radius: 20px; overflow: hidden;}
.sec6 .sec6-slide .swiper-slide a {display: block; width: 100%;}
.sec6 .sec6-slide .swiper-slide a .img {position:relative; height:0; padding-bottom:72.64%; overflow:hidden;}
.sec6 .sec6-slide .swiper-slide a .img img {position:absolute; top:50%; left:0; transform:translateY(-50%); width:100% !important; height:100% !important; max-width:100%; min-height:100%; object-fit:cover;}
.sec6 .sec6-slide .swiper-slide a .txt {padding: 50px 50px 40px; background-color: #fff; text-align: center; transition: all .2s linear;}
.sec6 .sec6-slide .swiper-slide a .txt p {font-size: 24px; color: #111; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: center; transition: all .2s linear; font-weight: 600;}
.sec6 .sec6-slide .swiper-slide a .txt span {display: inline-block; vertical-align: middle; width: auto; text-align: center; margin-top: 50px; padding-left: 30px; position: relative; font-size: 18px; color: #666; opacity: .7; transition: all .2s linear;}
.sec6 .sec6-slide .swiper-slide a .txt span::before {position: absolute; top: 50%; transform: translateY(-50%); left: 0; content: ''; background: url(../images/main/ico_date.png) 50% 50% no-repeat; background-size: auto; width: 16px; height: 16px; opacity: 1; transition: all .2s linear;}
.sec6 .sec6-slide .swiper-slide a:hover .txt {background-color: #161e27;}
.sec6 .sec6-slide .swiper-slide a:hover .txt p {color: #fff;}
.sec6 .sec6-slide .swiper-slide a:hover .txt span {color: #fff; opacity: 1;}
.sec6 .sec6-slide .swiper-slide a:hover .txt span:before {background-image: url(../images/main/ico_date_on.png);}
.sec6 .container > a {width: 160px; display: block; padding: 0 45px; margin: 60px auto 0; font-size: 18px; color: #111; border: 1px solid #111; border-radius: 30px; line-height: 58px; font-weight: 600; transition: all .2s linear; background: url(../images/main/ico_plus.png) calc(100% - 45px) 50% no-repeat; background-size: auto;}
.sec6 .container > a:hover {background-color: #176cca; color: #fff; border-color: #176cca; background-image: url(../images/main/ico_plus_w.png);}

.sec6 .container .control-box > .btns {position: absolute; top: calc(50% - 20px); transform: translateY(-50%); display: block; width: 26px; height: 49px; background: url() 50% 50% no-repeat; background-size: auto; cursor: pointer;}
.sec6 .container .control-box > .btns.sec6-prev {left: -110px; background-image: url(../images/main/ico_prev2.png); transition: all .15s linear;}
.sec6 .container .control-box > .btns.sec6-prev:hover {background-image: url(../images/main/ico_prev2_on.png);}
.sec6 .container .control-box > .btns.sec6-next {right: -110px; background-image: url(../images/main/ico_next2.png); transition: all .15s linear;}
.sec6 .container .control-box > .btns.sec6-next:hover {background-image: url(../images/main/ico_next2_on.png);}

.sec6 .container .control-box.ty2 {display: none; position: absolute; bottom: 150px; left: 15px; width: 100%; height: auto; /* display: flex; */ align-items: center; padding: 0 15px;}
.swiper-pagination-progressbar.swiper-pagination-horizontal.sec6-bar {left:inherit;}
.sec6 .container .control-box.ty2 .sec6-bar {width: 85%; margin-top: 9px; height: 5px; background-color: #ddd;}
.sec6 .container .control-box.ty2 .sec6-bar > span {background-color: #161e27;}
.sec6 .container .control-box.ty2 .btn-box {width: 70px; margin-left: auto; display: flex; justify-content: space-between; height: 25px; align-items: center;}
.sec6 .container .control-box.ty2 .btn-box .btns {width: 50%; height: 16px; cursor: pointer; transition: all .2s linear;}
.sec6 .container .control-box.ty2 .btn-box .sec6-prev {text-indent: -999999px; background: url(../images/main/ico_prev3.png) 0% 50% no-repeat; background-size: auto; border-right: 1px solid #ddd; padding-right: 17px;}
.sec6 .container .control-box.ty2 .btn-box .sec6-next {text-indent: -999999px; background: url(../images/main/ico_next3.png) 100% 50% no-repeat; background-size: auto;}


/* sec7 */
.sec7 .partners {padding: 15px 0;}
.sec7 .partners .container {position: relative; width: 100%;}
.sec7 .partners .container .partner-slider .swiper-wrapper {align-items: center;}
.sec7 .partners .container .partner-slider .swiper-wrapper .swiper-slide > a {display: block; }
.sec7 .partners .container .partner-slider .swiper-wrapper .swiper-slide > a img {display: block; max-width: 100%; margin: 0 auto;}