@charset "utf-8";

@import url("swiper-bundle.min.css");

/* Menu */
.mainNav {border-bottom:0;}

/* Banner */
.banner {clear:both;}
.banner .swiper-wrapper{width:100%;height:500px;margin:0 auto;}
.banner .swiper-wrapper ul li {display:inline-block;float:left;overflow:hidden;}
.banner .swiper-container .swiper-slide img {width:100%;height:500px;}
.banner .swiper-slide .sw_txt {position:absolute;right:0;top:0;left:0;background-color:rgba(0,0,0,.3);color:#fff;text-align:left;padding:350px 0;width:100%;height:500px;}
.banner .swiper-slide .sw_txt .txt{width:1200px;margin:0 auto;}
.banner .swiper-slide .sw_txt span {font-size:20px;}
.banner .swiper-slide .sw_txt p {font-size:36px;font-weight:bold;padding-top:10px;}
.banner .swiper-pagination-bullet {background:#fff;opacity:.5;}
.banner .swiper-pagination-bullet-active {opacity:1;}

/* 공통 */
.tit {font-size:32px;font-family:'Noto Sans KR-Bold', sans-serif;font-weight:bold;text-align:center;cursor:pointer;margin-bottom:30px;}

/* Hot Issue */
.issue {width:30%;box-sizing:border-box;display:inline-block;float:right;padding-top:122px;} /* 2021-04-22 */
.issue img {width:100%;}
/*.issue .cont {margin-top:20px;min-height:195px;max-height:220px;overflow:hidden;padding:5px 50px;text-align:center;}
.issue .cont span {border:1px solid #ccc;border-radius:25px;padding:5px 15px;margin:0 19px 14px 19px;display:inline-block;font-size:18px;max-width:210px;overflow:hidden;text-overflow:ellipsis;position:relative;float:left;}
.issue .cont span:hover {border:1px solid #d94a4a;color:#d94a4a;top:-5px;}
.issue .cont span:hover a {color:#d94a4a;text-decoration:none;}
.issue .cont span a {white-space:nowrap;}
.issue .cont span a:before {content:'#';margin-right:3px;color:#7d7d7d;}
.issue .cont span:hover a:before {color:#d94a4a;} */

/* Best Photos */
.bestPhotos {width:70%;box-sizing:border-box;display:inline-block;float:left;padding-top:70px;} /* 2021-04-22 */
.bestPhotos:after {clear:both;}
.bestPhotos .tit {margin-bottom:0;}
.bestPhotos .tit:after {width:42%;}
.bestPhotos .swiper-wrapper{width:100%;margin:0 auto;}
.bestPhotos .swiper-container2 {width:800px;height:250px;overflow:hidden;position:relative;padding-top:35px;} /* 2021-04-22  */
.bestPhotos .swiper-container2 .swiper-slide {width:auto;height:205px;cursor:pointer;}
.bestPhotos .swiper-container2 .swiper-slide img {height:205px;border:1px solid #ccc;}
.bestPhotos .swiper-container2 .swiper-slide .over{display:none;position:absolute;top:0;left:0;background:rgba(0,0,0,.4);width:100%;height:205px;padding:20px;box-sizing:border-box;color:#fff;text-align:center;padding-top:70px;font-size:20px;}
.bestPhotos .swiper-container2 .swiper-slide:hover .over{display:block;}
.bestPhotos .swiper-container2 .swiper-slide .over img {border:0;width:50px!important;height:55px!important;padding-bottom:5px;}
.bestPhotos .swiper-pagination-bullet {background:#4d4d4d;opacity:.4;width:10px;height:10px;}
.bestPhotos .swiper-pagination-bullet-active {background:#d94a4a;opacity:1;}
.bestPhotos .swiper-container-horizontal>.swiper-pagination-bullets{top:0;text-align:right;height:30px;}

/*Awards Photos */
.awardPhotos {background:#f9f9f9;width:100%;margin:70px 0;}
.awardPhotos_wrap {width:1200px;box-sizing:border-box;margin:0 auto;}
.awardPhotos .over{position:absolute;top:0;left:0;background:rgba(0,0,0,.5);color:#FFF;width:100%!important;height:100%!important;text-align:center;padding-top:30%;margin:0!important;display:none;}
.awardPhotos .over:before{content:' ';background:url('../images/main/icon_award.png')no-repeat center;width:51px;height:58px;display:block;margin:0 auto 20px auto;}
.awardPhotos .over p:first-child {font-size:14px;}
.awardPhotos .over p:last-child:before{content:' ';width:50px;height:2px;display:block;background:#FFF;margin:0 auto;margin-bottom:10px;}
.awardPhotos .over p:last-child {font-size:24px;margin-top:10px;}
.awardPhotos img{border:1px solid #f0f0f0;}
.awardPhotos div {overflow:hidden;display:inline-block;position:relative;background-position:center;background-size:cover;cursor:pointer;}
.awardPhotos .left, .awards .left img {width:340px;height:542px;background-image:url('../images/cms/img06.jpg');}
.awardPhotos .left .over {padding-top:70%;}
.awardPhotos .right, .awards .right img {width:843px;height:542px;float:right;position:relative;}
.awardPhotos .right .top {width:843px;height:263px;position:absolute;}
.awardPhotos .one{width:217px;height:263px;float:left;background-image:url('../images/cms/img02.jpg');}
.awardPhotos .two{width:379px;height:263px;float:left;background-image:url('../images/cms/img03.jpg');}
.awardPhotos .two {margin-left:15px;}
.awardPhotos .two .over {padding-top:18%;}
.awardPhotos .three{width:217px;height:263px;float:right;background-image:url('../images/cms/img09.jpg');}
.awardPhotos .right .bottom {width:843px;height:263px;position:absolute;bottom:0;}
.awardPhotos .right .bottom .over {padding-top:18%;}
.awardPhotos .four{width:420px;height:263px;float:left;background-image:url('../images/cms/img16.jpg');}
.awardPhotos .five{width:408px;height:263px;float:right;background-image:url('../images/cms/img17.jpg');}
.awardPhotos .left:hover .over, .awardPhotos .one:hover .over, .awardPhotos .two:hover .over, .awardPhotos .three:hover .over, .awardPhotos .four:hover .over, .awardPhotos .five:hover .over {display:block!important;}

/* New Photos */
.newPhotos .tit:after {width:13%;}
.newPhotos .swiper-wrapper{width:100%;margin:0 auto;}
.newPhotos .swiper-container3 {width:1200px;height:220px;overflow:hidden;position:relative;margin:0 auto;}
.newPhotos .swiper-container3 .swiper-slide {width:auto;height:220px;position:relative;}
.newPhotos .swiper-container3 .swiper-slide img {height:220px;border:1px solid #ccc;}
.newPhotos .swiper-container3 .swiper-slide .over{display:none;position:absolute;top:0;left:0;background:rgba(0,0,0,.4);width:100%;height:220px;padding:20px;box-sizing:border-box;color:#fff;text-align:center;padding-top:70px;font-size:20px;}
.newPhotos .swiper-container3 .swiper-slide .over img {border:0;width:50px!important;height:55px!important;padding-bottom:5px;}
.newPhotos .swiper-container3 .swiper-slide:hover .over{display:block;}

/* popup 2021-12-01 */
.popup {background:#eee;position:absolute; z-index:100;left:50%;top:350px;display:none;}
.popup .swiper-wrapper{width:100%;margin:0 auto;}
.popup .swiper-container4 {width:460px;overflow:hidden;position:relative;margin:0 auto;border:1px solid #eee;}
.popup .swiper-container4 .swiper-slide {position:relative;margin:0;}
.popup .swiper-container4 .swiper-slide a {display:block;}
.popup .swiper-container4 .swiper-pagination-bullet {width:15px;height:15px;opacity:1;background:#e5e5e5;}
.popup .swiper-container4 .swiper-pagination-bullet-active {background:#d94a4a}
.popup .footer {background: #eee;height:27px;padding: 5px 0;}
.popup .footer div {padding-left:5px;float:left;}
.popup .topClose2 {padding-right:5px;float:right;}

/* Quick */
.quick {top:830px;}