@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&display=swap');
@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html,body{height: 100%;font-family:'NanumSquare',sans-serif;}
.wrap{height: 100%;min-width: 1300px;position: relative;max-width:2000px;margin:0 auto;}
.inner{width: 1200px;margin: 0 auto;position: relative;}

/*header*/
header{position: absolute;top: 0;left: 0;width: 100%;z-index: 99;padding: 0 60px;transition: all 0.2s;text-align: center;}
header:before{content:"";display:block;width:100%;height:1px;background:#e1e1e1;position:absolute;left:0;top:89px;opacity:0;transition:0.3s;}
header .head_in{margin: 0 auto;position: relative;height: 90px;overflow: hidden;z-index: 10;;transition: 0.3s;}
header h1{position: absolute;top: 24px;left: 0;}
header h1 a{display: block;width: 240px;height: 37px;background: url(../images/logo.png?ver=1) no-repeat center;background-size: contain;}
header .menu{display: block;}
header .menu ul{display:inline-block;}
header .menu ul::after{content: "";display: block;clear: both;}
header .menu .gnb1{float: left;}
header .menu .gnb1 > a{display: block;line-height: 90px;color: #fff;font-size: 18px;padding: 0 25px;font-weight: 600;transition: 0.2s;position:relative;}
header .menu .gnb1 > a > span {display:block;position:relative;padding:0 10px;}
header .menu .gnb1 > a > span:before{content:"";position:absolute; bottom:-1px;left:50%;transform:translateX(-50%); background:#971b1e;width:0%;height:3px;transition:0.3s;z-index:111}
header .menu .gnb1 > .sub_depth{display:none;}
header .menu .gnb2{margin-top:30px;}
header .menu .gnb2 > li > a:hover {color: #971b1e;}
header .menu .gnb1:hover > a > span:before{width:100%;}
header .menu .gnb2 > li ~ li{margin-top:15px;}
header .menu .gnb2 > li > a{color: #73706a;font-size: 14px;}
header .rig{position: absolute;right: 0px;top: 30px;display:flex;align-items:center;}
header .tel{display:flex; align-items:center;margin-right:20px;}
header .tel img:nth-child(2){display:none;}
header .tel img{padding-right:5px}
header .tel p {font-size:28px; color:#fff;font-family:'Roboto';font-weight:600;position:relative;}
header .loca_btn{margin-right:15px;}
header .full_btn button{border:none;background:url(../images/full-btn-wh.png) no-repeat center;width:20px;height:16px;}
header:hover{box-shadow:0 2px 5px rgba(0,0,0,0.05);background-color:#fff;}
header:hover:before{opacity:1;}
header:hover .head_in{height:450px;}
header:hover .menu .gnb1 > a{color:#4d4a43;}
header:hover .tel p{color:#4d4a43;}
header:hover .tel img:nth-child(1){display:none;}
header:hover .tel img:nth-child(2){display:block;}
header:hover .full_btn button{background-image:url(../images/full-btn-bl.png);}
@media screen and (max-width: 1700px){
	header{padding:0 20px;}
	header .menu > ul{padding-right: 120px;}
	header .menu .gnb1 > a{padding:0 10px;}
	header .tel{margin-right:10px;}
}

nav{position:fixed;left:0;top:0;z-index:200;width:100%;height:100%;background:url(../images/full-bg.jpg) no-repeat center;background-size:cover;display:flex;align-items:center;justify-content:center;}
nav .close{position:absolute;right:60px;top:30px;border:none;background:url(../images/full-close.png) no-repeat center;width:18px;height:18px;}
nav .dep1 > li{position:relative;}
nav .dep1 > li ~ li{margin-top:55px;}
nav .dep1 > li > a{display:block;font-size:64px;/*-webkit-text-stroke:0.6px rgba(239,235,221,1);*/color: #fff;font-weight: 800;transition:0.2s;}
nav .dep1 > li:hover > a{color:#fff;/*-webkit-text-stroke:0.6px rgba(239,235,221,0);*/}
nav .dep2{position:absolute;left:100%;top:50%;max-height:0;overflow:hidden;padding-left: 80px;transform:translate(0,-50%);}
nav .dep2 li ~ li{margin-top:30px;}
nav .dep2 li a{display:inline-block;color:#fff;font-size:20px;position:relative;white-space:nowrap;}
nav .dep2 li a::before{content:"";position:absolute;left:0;bottom:0;width:0%;height:1px;background-color:#fff;transition:0.3s}
nav .dep2 li a:hover::before{width:100%;}
nav .dep1 > li:hover > a + .dep2{max-height:500px;transition:0.5s;}

/*footer*/
footer{background: #fff url(../images/footer-bg.jpg) no-repeat center bottom;padding: 120px 20px 155px;text-align:center;position:relative;border-top:1px solid #e7e2ce;}
footer .foot_logo{margin-bottom:60px;}
footer .online_info {color:#4d4a43;font-size:13px;line-height:22px;font-weight: 600; margin-bottom:15px;}
footer .ori{color:#4d4a43;font-size:12px;line-height:22px;font-weight: 600;}
footer .top{position:absolute;right:60px;top:50%;margin-top:-33px;cursor:pointer;}

.vis_wrap,
.vis_wrap .vis_slide,
.vis_wrap .slick-list,
.vis_wrap .slick-track,
.vis_wrap .slick-slide > div,
.vis_wrap .vis,
.vis_wrap .vis .bg{height: 100%;}
.vis_wrap .vis .bg{background: no-repeat center;background-size:cover;}
.vis_wrap .vis1 .bg{background-image:url(../images/vis1.jpg);}
.vis_wrap .vis2 .bg{background-image:url(../images/vis2.jpg);}
.vis_wrap .vis .vis_txt{position:absolute;}
.vis_wrap .vis1 .vis_txt{right:12%;top:25%;}
.vis_wrap .vis2 .vis_txt{left:50%;top:18%;margin-left:-389px;}
.vis_wrap .vis .vis_txt li{overflow:hidden;}
.vis_wrap .vis .vis_txt li img{transform:translate(0,110%);transition:0.6s;transition-delay:0.5s;}
.vis_wrap .active .slick-active .vis .vis_txt li img{transform:none;}
.vis_wrap .vis1 .vis_txt li:nth-child(1){margin-bottom:30px;}
.vis_wrap .vis1 .vis_txt li:nth-child(2){margin-bottom:25px;}
.vis_wrap .vis1 .vis_txt li:nth-child(3){margin-bottom:40px;}
.vis_wrap .logo_txt{position:absolute;left:60px;bottom:50px;}
.vis_wrap .scroll{position:absolute;right:60px;top:50%;margin-top:-160px;}
.vis_wrap .scroll img{margin-bottom:10px;}
.vis_wrap .scroll span{display:block;width:1px;height:240px;margin:0 auto;position:relative;background-color:rgba(255,255,255,0.3);}
.vis_wrap .scroll span::before{content:"";position:absolute;left:0;top:0;width:100%;height:0;background-color:#fff;animation: scroll 4s ease infinite forwards;}
@keyframes scroll {
    0% {height:0}
    100% {height:100%}
}
.vis_wrap .cont{position:absolute;left:60px;top:50%;margin-top:-160px;background-color:rgba(77,74,67,0.5);border-radius:40px;width:40px;height:320px;display:flex;flex-direction: column;align-items: center;justify-content: center;}
.vis_wrap .cont .present-page{color:#fff;font-family:'Roboto';font-weight:600;font-size:12px;margin-bottom:10px;}
.vis_wrap .cont .present-page:before{content:"0";}
.vis_wrap .cont .bar{height:230px;width:1px;position:relative;margin:0 auto;background-color:rgba(255,255,255,0.3);}
.vis_wrap .cont .bar span{width:100%;height:0;position:absolute;left:0;top:0;background-color:#fff;}
.vis_wrap .cont .bar.active span {animation:visBar 4.8s linear;}
@keyframes visBar {
	0% {height:0;}
	100% {height:100%;}
}
.vis_wrap .cont .stop{background:url(../images/stop.png) no-repeat center;background-size:contain;width:6px;height:8px;border:none;margin-top:10px;}
.vis_wrap .quick{position:absolute;right:60px;bottom:0;}
.vis_wrap .quick ul{display:flex;border-radius:5px 5px 0 0;overflow:hidden;}
.vis_wrap .quick ul li{width:190px;margin-right:1px;}
.vis_wrap .quick ul li a{display:block;text-align:center;background-color:rgba(77,74,67,0.5);backdrop-filter: blur(3px);transition:0.2s;}
.vis_wrap .quick ul li a span{display:inline-block;line-height:75px;color:#efebdd;font-size:15px;padding-left:28px;background:no-repeat left center;font-weight:400;}
.vis_wrap .quick ul li.q1 a span{background-image:url(../images/quick1.png?ver=1);}
.vis_wrap .quick ul li.q2 a span{background-image:url(../images/quick2.png);}
.vis_wrap .quick ul li.q3 a span{background-image:url(../images/quick3.png);}
.vis_wrap .quick ul li.q4 a span{background-image:url(../images/quick4.png);}
.vis_wrap .quick ul li:hover a{background-color:#971b1e;}
.vis_wrap .quick ul li:hover a span{color:#fff;}
.vis_wrap .quick ul li.q1:hover a span{background-image:url(../images/quick1-wh.png);}
.vis_wrap .quick ul li.q2:hover a span{background-image:url(../images/quick2-wh.png);}
.vis_wrap .quick ul li.q3:hover a span{background-image:url(../images/quick3-wh.png);}
.vis_wrap .quick ul li.q4:hover a span{background-image:url(../images/quick4-wh.png);}

.premium_sd{background:url(../images/premium-bg.jpg) no-repeat center;background-size:cover;padding: 180px 0 200px;overflow:hidden;}
.premium_sd .tit{text-align:center;}
.premium_sd .swiper-container{width:2000px;margin-right:-200px;height:674px;padding-top:100px;opacity:0;transition:0.8s;transition-delay:0.2s;}
.premium_sd .img{position:relative;overflow:hidden;}
.premium_sd .img .ho{position:absolute;bottom:-170px;right:40px;transition:0.3s;}
.premium_sd .top{margin-bottom:0;opacity:0;overflow:hidden;max-height:0;transition:0.3s;}
.premium_sd .bot{margin-top:0;opacity:0;overflow:hidden;max-height:0;transition:0.3s;}
.premium_sd .swiper-slide a{display:block;}
.premium_sd .swiper-slide-active .bot,
.premium_sd .swiper-slide-duplicate-active .bot{max-height:220px;margin-top:50px;opacity:1;}
.premium_sd .swiper-slide-next .top,
.premium_sd .swiper-slide-duplicate-next .top{max-height:220px;margin-bottom:50px;opacity:1;}
.premium_sd .swiper-slide-next + .swiper-slide .bot,
.premium_sd .swiper-slide-duplicate-next + .swiper-slide .bot{max-height:220px;margin-top:50px;opacity:1;}
.premium_sd .rotate{position:absolute;right:450px;top:0;animation: rotate 10s linear infinite;}
@keyframes rotate {
	0% {transform:rotate(0)}
	100% {transform:rotate(360deg)}
}
.premium_sd .swiper-slide a:hover .img .ho{bottom:0;}
.premium_sd.on .swiper-container{opacity:1;}

.premium{padding:0 20px;position:relative;background:url(../images/premium-con-bg.jpg?ver=1) no-repeat center;background-size:cover;}
.premium .premium_con{max-width:1780px;padding: 200px 115px 300px 115px;position:relative;margin:0 auto;z-index: 1;}
.premium .premium_map{position:absolute;right:90px;bottom:-100px;opacity:0;transition:0.6s;}
.premium .premium_map.on{opacity:1;}
.premium_logo{position:absolute;left:0;top:0;background:url(../images/premium-logo.png) no-repeat center;width:100%;height:100vh;}

.premium .premium_con .top{display:flex;justify-content:space-between;position:relative;}
.premium .premium_con .top .txt{padding-top:140px;opacity:0;transform:translate(0,60px);transition:0.6s;}
.premium .premium_con .top .txt .btn_area{margin-top:70px;}

.premium .premium_con .img{position:relative;display:inline-block;overflow:hidden;transition:0.6s;}
.premium .premium_con .top .img{transition-delay:0.3s;opacity:0;transform:translate(0,60px);}
.premium .premium_con .img .img_txt{margin-top:50px;opacity:0;transform:translate(0,-30px);transition:0.5s;}
.premium .premium_con .top .img .img_txt{transition-delay:1s;}
.premium .premium_con .bot .img .img_txt{transition-delay:0.7s;}
.premium .premium_con .bot{margin-top:-110px;position:relative;}
.premium .premium_con .bot .img{opacity:0;transform:translate(0,60px)}
.premium .premium_con .typo1{position:absolute;top:535px;right:-115px;}
.premium .premium_con .typo2{position:absolute;top:457px;left:-115px;}
.premium .premium_con .top.on .txt{opacity:1;transform:none;}

.premium .premium_con .top.on .img,
.premium .premium_con .bot.on .img,
.premium .premium_con .top.on .img .img_txt,
.premium .premium_con .bot.on .img .img_txt{opacity:1;transform:none;}

@media all and (max-width:1670px){
	.premium .premium_con .bot{padding-top: 120px;}
}

.brand{background:url(../images/brand-bg.jpg) no-repeat center;background-size:cover;padding: 215px 20px 200px;}
.brand_con{max-width:1800px;margin:0 0 110px auto;display:flex;justify-content:space-between;}
.brand_txt{opacity:0;transform:translate(-80px,0);transition:0.6s;}
.brand_txt p{-webkit-text-stroke:1px rgba(239,235,221,0.3);font-size:120px;font-family: 'Nanum Myeongjo';font-weight:700;color:transparent;cursor:pointer;line-height: 1.2em;-webkit-background-clip: text;transition:0.5s;}
.brand_txt p ~ p{margin-top:75px;}
.brand_txt p.on{background-color:#efebdd;}
.brand_sd{width:834px;opacity:0;transform:translate(0,80px);transition:0.6s;transition-delay:0.4s;}
.brand_sd .txt{display:flex;align-items: flex-end;justify-content:space-between;margin-bottom:50px;}
.brand_sd .txt .arr{padding-right:110px;}
.brand_sd .txt .arr button{border:none;background:none;}
.brand_sd .txt .arr button ~ button{margin-left:10px;}
.brand_sd .swiper-slide a{display:block;position:relative;}
.brand_sd .swiper-slide a::before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;box-sizing:border-box;transition:0.3s;}
.brand_sd .swiper-slide a:hover::before{border:10px solid #971b1e;}
.brand_since{max-width:1590px;margin:0 auto;}
.brand_since ul{display:flex;}
.brand_since ul li{width:33.33%;text-align:center;padding: 20px 0;opacity:0;transform:translate(-60px,0);transition:0.6s;}
.brand_since ul li ~ li{border-left:1px solid rgba(239,235,221,0.2);}
.brand_since ul li:nth-child(2){transition-delay:0.2s}
.brand_since ul li:nth-child(3){transition-delay:0.4s}
.brand_since ul li strong{display:block;margin-bottom:60px;color:#fff;font-size:64px;font-weight:400;}
.brand_since ul li span{display:block;margin-bottom:30px;color:#fff;font-size:20px;}
.brand_since ul li p{color:#efebdd;line-height:1.5em;}
.brand_since.on ul li{opacity:1;transform:translate(0)}
.brand.on .brand_txt,
.brand.on .brand_sd{transform:none;opacity:1;}

.location{background:url(../images/location-bg.jpg) no-repeat center;background-size:cover;text-align:center;padding:180px 0 185px;}
.location .tit{margin-bottom:90px;opacity:0;transition:0.6s;}
.location .map{max-width:1390px;margin:0 auto;display: flex;justify-content: center;}
.location .map img{transition:0.6s;transition-delay:0.3s;}
.location .map1{opacity:0;transform:translate(-80px,0);}
.location .map2{opacity:0;transform:translate(80px,0);}
.location.on .tit,
.location.on .map1,
.location.on .map2{transform:none;opacity:1;}

/*sub*/
.sub_top{position: relative;padding-bottom:30px;}
.sub_top .svis{background: url(../images/sub-top-bg.jpg?ver=3) no-repeat center;background-size: cover;height:380px;padding:140px 0 150px;}
.sub_top.sub02 .svis{background-image:url(../images/sub-top-bg2.jpg?ver=3);}
.sub_top.sub03 .svis{background-image:url(../images/sub-top-bg3.jpg?ver=3);}
.sub_top.sub04 .svis{background-image:url(../images/sub-top-bg4.jpg?ver=3);}
.sub_top.sub05 .svis{background-image:url(../images/sub-top-bg5.jpg?ver=3);}
.sub_top.sub06 .svis,
.sub_top.board .svis{background-image:url(../images/sub-top-bg6.jpg?ver=2);}
.sub_tit h2{font-size: 44px;color: #fff;text-align: center;margin-bottom:25px;overflow:hidden;line-height:1.2em;}
.sub_tit p{color: #fff;text-align: center;font-weight: 400;font-size: 20px;overflow:hidden;}
.svis .sub_tit span{transform:translate(0,100%);transition:0.6s;display:block;}
.svis .sub_tit p span{transition-delay:0.3s;}
.svis.on .sub_tit span{transform:none;}
.sub_menu{position: absolute;left: 0;bottom: 0;width: 100%;}
.sub_menu .depth ul{display:flex;text-align:center;background-color:#971b1e;}
.sub_menu .depth.dep2 ul li{width:50%;}
.sub_menu .depth.dep3 ul li{width:33.33%;}
.sub_menu .depth.dep4 ul li{width:25%;}
.sub_menu .depth.dep5 ul li{width:20%;}
.sub_menu .depth.dep10 ul {flex-wrap: wrap;}
.sub_menu .depth.dep10 ul li {width: 20%;}
.sub_menu .depth.dep10 ul li:nth-child(n+5):nth-child(-n+10)  {
    border-top:1px solid rgba(255,255,255,0.2);
}
.sub_menu .depth ul li ~ li{border-left:1px solid rgba(255,255,255,0.2);}
.sub_menu .depth ul li a{display:block;line-height:60px;font-size:18px;color:#e7b4b4;font-weight:400;transition:0.3s;}
.sub_menu .depth ul li a:hover,
.sub_menu .depth ul li a.active{font-weight:500;color:#fff;}

.content{padding: 80px 0 160px;}
.con_tit{text-align: center;margin-bottom: 60px;font-size: 32px;color: #222;}

.sub_tbl{margin-top: 60px;}
.sub_tbl table{width: 100%;border-top: 2px solid #333;}
.sub_tbl table th{color: #555;font-weight: 500;text-align: center;font-size: 18px;border-bottom: 1px solid #e6e6e6;padding: 25px 0;position: relative;}
.sub_tbl table th::after{content: "";display: block;width: 1px;height: 20px;background-color: #e6e6e6;position: absolute;right: 0;top: 50%;margin-top: -10px;}
.sub_tbl table td{color: #555;font-weight: 400;font-size: 18px;border-bottom: 1px solid #e6e6e6;padding: 25px 0;padding-left: 30px;letter-spacing: -1.3px;}

.precaution{background-color: #f5f5f5;margin-top: 60px;padding: 30px 20px 30px 120px;position: relative;}
.precaution:before{content: "";display: inline-block;width: 50px;height: 50px;background: url(../images/precaution_icon.png) no-repeat;position: absolute;top: calc(50% - 25px);left: 40px;}
.precaution li{font-size: 13px;color: #999;line-height: 22px;position: relative;padding-left: 10px;}

/*customer*/
.bo_tbl{margin-bottom: 60px;}
.bo_tbl table{width: 100%;border-top: 1px solid #333;}
.bo_tbl table tr th{font-size: 17px;font-weight: 400;color: #333;padding: 30px 0 30px 40px;text-align: left;border-bottom: 1px solid #e5e5e5;}
.bo_tbl table tr td{border-bottom: 1px solid #e5e5e5;}
.bo_tbl table tr td > div{display: flex;align-items: center;}
.bo_tbl table tr td input[type="text"]{background-color: #f0f0f0;height: 50px;border: none;font-size: 16px;color: #999;padding: 0 20px;outline: none;}
.bo_tbl table tr td select{width: 227px;height: 50px;border: none;font-size: 16px;color: #999;padding: 0 20px;-webkit-appearance: none;-moz-appearance: none;appearance: none;background: #f0f0f0 url(../images/select-icon.png) no-repeat 90% 52%;outline: none;}
.bo_tbl table tr td select ~ select{margin-left: 10px;}
.bo_tbl table tr td em{font-size: 16px;color: #666;margin: 0 10px;}
.bo_tbl table tr td .personnel label ~ label{margin-left: 20px;}
.bo_tbl table tr td .personnel label span{margin-left: 5px;}
.bo_tbl table tr td p{margin-top: 10px;font-size: 14px;}
.bo_tbl table tr td input:focus,
.bo_tbl table tr td select:focus{border: 1px solid #35343a;background: #fff;}
.terms{margin-top: 60px;}
.terms dl{margin-bottom: 15px;}
.terms dl dt{margin-bottom: 10px;font-size: 20px;font-weight: 600;color: #333;}
.terms dl dd{font-size: 15px;line-height: 20px;color: #666;}
.terms table{border-top: 1px solid #707070;width: 100%;margin-bottom: 50px;}
.terms table th{font-size: 14px;font-weight: 600;color: #666;vertical-align: middle;border-bottom: 1px solid #d5d5d5;border-right: 1px solid #d5d5d5;padding: 15px 0;}
.terms table td{font-size: 14px;line-height: 22px;color: #666;padding: 15px 0 15px 30px;border-bottom: 1px solid #d5d5d5;}
.terms table.type2 th:last-child{border-right: none;}
.terms table.type2 td{text-align: center;border-right: 1px solid #d5d5d5;padding: 15px 0;}
.terms table.type2 td:last-child{border-right: none;}
.agree > div{background-color: #f5f5f5;padding: 25px 40px;margin-bottom: 10px;display: flex;align-items: center;justify-content: space-between;}
.agree p{font-size: 18px;color: #333;}
.agree p span{font-size: 15px;}
.agree ul{display: flex;}
.agree ul li ~ li{margin-left: 20px;}
.agree ul li span{padding-left: 5px;}
.btn_area{margin-top: 50px;}
.btn_area ul{display: inline-block;overflow: hidden;}
.btn_area ul li{float: left;}
.btn_area ul li ~ li{margin-left: 10px;}
.btn_area ul li.black button,
.btn_area ul li.black a{color: #fff;background-color: #353535;}
.btn_area ul li.black button:hover,
.btn_area ul li.black a:hover{color: #353535;background-color: #fff;border: 1px solid #353535;}
.btn_area ul li.white button,
.btn_area ul li.white a{color: #353535;background-color: #fff;border: 1px solid #353535;}
.btn_area ul li.white button:hover,
.btn_area ul li.white a:hover{color: #fff;background-color: #353535;}
.btn_area ul li button,
.btn_area ul li a{display: block;font-size: 16px;font-weight: 600;width: 160px;height:50px;line-height: 48px;border: none;transition: 0.2s;}

/*news*/
.search_area{display: flex;justify-content: flex-end;}
.search_area form{display:flex;}
.search_area select{border: 1px solid #c1c1c1;height: 35px;width: 100px;padding: 0 10px;color: #666;margin-right: 5px;}
.search_area input{border: 1px solid #c1c1c1;height: 35px;width: 240px;padding: 0 10px;color: #666;}
.search_area button{border: 1px solid #c1c1c1;border-left: none;background: url(../images/search-icon.gif) no-repeat center;width: 35px;height: 35px;}
.news_tbl{margin-top: 20px;}
.news_tbl table{border-top: 2px solid #6b6b6b;width: 100%;table-layout: fixed;}
.news_tbl table td{padding: 25px 0;font-size: 14px;color: #666;border-bottom: 1px solid #dcdcdc;text-align: center;}
.news_tbl table td a{display: block;text-align: left;font-size: 18px;width: 80%;overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.news_tbl table tr:hover td{background: #f9f9f9;}
.new_list{border-top:2px solid #6b6b6b;border-bottom:2px solid #6b6b6b;padding: 40px 0;}
.new_list ul{display:flex;flex-wrap:wrap;}
.new_list ul li{width:calc(33.33% - 10px);margin-left:15px;}
.new_list ul li:nth-child(3n+1){margin-left:0;}
.new_list ul li:nth-child(n+4){padding-top:25px;}
.new_list ul li a{display:block;border: 1px solid #e0e0e0;height:100%;padding: 30px 20px;text-align:left;}
.new_list ul li a span{display:block;color: #A00E15;margin-bottom: 15px;font-weight:600;}
.new_list ul li a strong{color:#000;font-size: 24px;font-weight:400;line-height: 28px;margin-bottom: 20px;min-height: 84px;overflow:hidden;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;}
.new_list ul li a p{color: #828282;line-height: 20px;font-weight: 300;min-height: 100px;overflow:hidden;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;}
.new_list .no_list{font-size:18px;color:#444;margin: 100px 0;}

/*schedule*/
.sche_tab{margin-bottom: 60px;}
.sche_tab::after{content: "";display: block;clear: both;}
.sche_tab li{width: 50%;float: left;position: relative;}
.sche_tab li::after{content: "";position: absolute;position: absolute;left: 50%;margin-left: -7px;border-top: 8px solid #3b7387;border-left: 8px solid transparent;border-right: 8px solid transparent;display: none;}
.sche_tab li a{display: block;width: 100%;text-align: center;font-size: 20px;color: #888;background: #f0f0f0;border: 1px solid #dedede;line-height: 60px;}
.sche_tab li.on::after{display: block;}
.sche_tab li.on a{background-color: #3b7387;border: 1px solid #3b7387;color: #fff}
.sche_tab li a:hover{background-color: #3b7387;border: 1px solid #3b7387;color: #fff}
.step{display: flex;margin-bottom: 30px;}
.step_tit{width: 240px;background-color: #999;display: flex;align-items: center;justify-content: center;border-radius: 10px 0 0 10px;}
.step_tit strong{color: #fff;font-weight: 400;padding-right: 30px;background: url(../images/step-arr.png) no-repeat right center;}
.step ul{width: calc(100% - 240px);;border: 1px solid;border: 1px solid #ddd;border-left: none;border-radius: 0px 10px 10px 0px;display: flex;}
.step ul li{width: 33.33%;height: 100px;display: flex;align-items: center;padding: 0 80px;position: relative;}
.step ul li dl{display: inline-block;}
.step ul li dl dt{font-size: 14px;color: #9a9a9a;font-weight: 400;margin-bottom: 7px;}
.step ul li dl dd{font-size: 18px;font-weight: 500;}
.step ul li::after{content: "";position: absolute;right: 0;top: 50%;width: 1px;;height: 40px;margin-top: -20px;background-color: #ddd;}
.step ul li:last-child:after{display: none;}
.notice_box{background-color: #f9f9f9;color: #222;border-radius: 10px;margin-bottom: 70px;padding: 30px 0;text-align: center;}
.notice_box p{line-height: 26px;font-size: 20px;}
.notice_box ul{margin-top: 30px;display: inline-block;text-align: left;}
.notice_box ul li{line-height: 26px;font-size: 16px;}
.notice_box span{color: #ff3333;}
.sche_tit{margin-bottom: 50px;color: #333;font-size: 30px;}
.sche_tit strong{color: #000;margin-right: 10px;}
.calendar_box{display: flex;justify-content: space-between;margin-bottom: 70px;}
.calendar{width: calc(50% - 20px);border: 1px solid #efefef;}
.calendar .top{background-color: #f1f1f1;line-height: 50px;text-align: center;color: #222;font-weight: 500;}
.calendar .date{padding: 15px 60px;background-color: #fcfcfc;height: 320px;overflow-y: auto;}
.calendar .date .month{text-align: center;position: relative;}
.calendar .date .month strong{font-size: 24px;font-weight: 400;color: #222;line-height: 50px;}
.calendar .date .month button{position: absolute;top: 50%;margin-top: -16px;width: 33px;height: 33px;border: none;}
.calendar .date .month .prev{left: 0;background: url(../images/calen-prev.gif) no-repeat center;background-size: contain;}
.calendar .date .month .next{right: 0;background: url(../images/calen-next.gif) no-repeat center;background-size: contain;}
.calendar table{width: 100%;margin-top: 5px;}
.calendar table thead th{padding: 5px 0;color: #555;font-weight: 500;}
.calendar table td{text-align: center;line-height: 35px;color: #777;}
.calendar table td.sun{color: #de1818;}
.calendar table td.sat{color: #2653b9;}
.calendar table td input{width: 100%;height: 100%;border: none;color: #777;background-color:transparent;}
.calendar table td.res input{background-color: #d7d7d7;}
.calendar table td.on input{background-color: rgba(25,115,135,0.5);color:#fff;}
.calendar table td.on input.active{background-color: #3b7387;}
.calendar .bot{background-color: #f1f1f1;line-height: 50px;display: flex;justify-content: space-between;padding: 0 40px;}
.calendar .bot span{font-size: 14px;color: #777;position: relative;}
.calendar .bot .lef span{padding-left:15px;margin-right: 20px;display:inline-block;}
.calendar .bot .lef span::before{content: "";position: absolute;left: 0;top: 50%;margin-top: -4px;width: 9px;height: 9px;}
.calendar .bot .lef .res::before{background-color: #d7d7d7;}
.calendar .bot .lef .possi::before{background-color: rgba(25,115,135,0.5);}
.calendar .bot .rig span strong{font-weight: 500;color: #222;}
.calendar .date .time li ~ li{margin-top: 10px;}
.calendar .date .time li button{background-color: transparent;border: none;font-size: 16px;color: #555;padding: 5px 10px;}
.calendar .date .time li button.active{background-color: #3b7387;color: #fff;}
.terms_area{padding: 30px;overflow-y: scroll;font-size: 14px;border: 1px solid #dedede;line-height: 1.5em;height: 170px;margin-bottom: 20px;}
.complete{background: #eee;padding: 60px 20px 80px;text-align: center;}
.complete_tit{font-size: 36px;color: #121212;font-weight: 300;margin-bottom: 30px;}
.complete_txt{font-size: 18px;color: #121212;font-weight: 300;margin-bottom: 40px;}
.complete_box{display: inline-block;width: 600px;border-top: 1px solid #222;border-bottom: 1px solid #222;padding: 30px 0;color: #222;font-weight: 500;font-size: 32px;line-height: 52px;}
.complete_box span{color: #000;font-weight: 600;}
.confirm_tit{margin-bottom: 60px;text-align: center;font-weight: 300;font-size: 26px;line-height: 1.3em;color: #444;}
.confirm_tit span{font-weight: 500;color: #000;}
.confirm_tbl table{width: 100%;border-top: 1px solid #000;}
.confirm_tbl table th{position: relative;padding: 25px 0;text-align: center;font-size: 18px;color: #333;font-weight: 400;border-bottom: 1px solid #e5e5e5;}
.confirm_tbl table th::after{content: "";display: block;background-color: #999;width: 1px;height: 16px;position: absolute;right: 0;top: 50%;margin-top: -8px;}
.confirm_tbl table td{padding: 25px 0;text-align: left;font-size: 18px;color: #333;font-weight: 400;padding-left: 40px;border-bottom: 1px solid #e5e5e5;}
.confirm_tbl table td .cancel{background: none;border: none;border-bottom: 1px solid #ff0000;color: #ff0000;font-size: 15px;line-height: 1.3em;}
.confirm_tbl table td .no_result{padding: 40px 0;text-align: center;font-size: 15px;}

/*pagination*/
.pagination{margin-top:80px;text-align:center;}
.pagination ul{display:inline-block;}
.pagination ul::after{content:"";display:block;clear:both;}
.pagination ul li{float:left; width:40px;}
.pagination ul li a{display:block;height:40px;line-height:40px;font-size: 20px;color: #abaaaa;}
.pagination ul li.on a{color: #535353;text-decoration: underline;text-underline-position: under;}
.pagination ul li.pg_st{margin-right:5px;}
.pagination ul li.pg_st a{background:url(../images/pg_start.png) no-repeat center;border: 1px solid #e5e5e5;}
.pagination ul li.pg_ed{margin-left:5px;}
.pagination ul li.pg_ed a{background:url(../images/pg_end.png) no-repeat center;border: 1px solid #e5e5e5;}

/*vd_pop*/
.black_overlay22{ position:fixed; top:0px;  left: 0px;  width:100%;  height:100%; background-color: black;   z-index:1180;  -moz-opacity: 0.60;   opacity:.60;   filter: alpha(opacity=50);  } 
.white_content{ margin-left:-700px;  animation-duration:2s;animation-name:pr;width:1400px; height:675px;  position: fixed;  top:100px;    left: 50%;z-index: 90000;} 
#player3 { z-index:10000;animation-duration:2s; animation-name:pr;position: fixed; top: 100px; left: 50%; margin-left: -700px; }
#movie-close { position: absolute; top:0px; right: -40px;z-index: 1189;}
@keyframes pr {
	from { opacity:0; margin-top:-1000px; }
	50% {opacity:0;  margin-top:-1000px;}
	to { }
}

/*sub_map*/
.sub_map .map_box{display:flex;text-align:center;justify-content: center;}
.sub_map .map_box .map_btn{margin-top:60px;}
.sub_map .map_box .map_btn a{display:block;margin:0 auto;width:180px;height:70px;background:url(../images/sub13-btn.jpg) no-repeat center;background-size:contain;transition:0.3s;}
.sub_map .map_box .map_btn a:hover{background-image:url(../images/sub13-btn-h.jpg);}
.sub_map .map_box2{display:flex;text-align:center;display:block;margin: 0 auto;}
.sub_map .map_box2 .map_btn{margin-top:60px;}
.sub_map .map_box2 .map_btn a{display:block;margin:0 auto;width:180px;height:70px;background:url(../images/sub13-btn.jpg) no-repeat center;background-size:contain;transition:0.3s;}
.sub_map .map_box2 .map_btn a:hover{background-image:url(../images/sub13-btn-h.jpg);}

/* tab 유니트 */
.with_tab{margin-bottom:50px;}
.with_tab ul{display:flex;}
.with_tab ul.block{display:block}
.with_tab ul li{background-color:#efebdd;text-align:center;cursor:pointer;font-size:18px;border:1px solid #fff;line-height:58px; color:#000}
.with_tab ul li.on{background-color:#971b1e;color:#fff;border:1px solid #fff;font-weight:bold;}/*컬러변경*/

.with_tab2 {	width: 100%;text-align:center;margin-bottom:40px;border-top:1px solid #971b1e; border-bottom:1px solid #971b1e;}
.with_tab2 ul{display:flex;}
.with_tab2 li {display:inline-flex;align-items:center;justify-content:center;height:60px;text-align: center;position: relative;font-size:18px;color:#222;cursor:pointer;}
.with_tab2 li.on {color:#971b1e;font-weight:600;}
.with_tab2 li.on:after  {content: ""; display: block; width: 0; height: 0;position: absolute;left: 50%;margin-left: -7px;bottom:0;border-bottom:8px solid #971b1e;border-left:8px solid transparent;border-right:8px solid transparent;}

.tab2 ul li{width:50%;}
.tab3 ul li{width:33.33%;}
.tab4 ul li{width:25%;}
.tab4 .block li{float:left; width:12.333%}
.tab5 ul li{width:20%;}
.tab7 ul li{width:14.28%;}
.with_box{display:none; text-align:center;}
.with_box.on{display:block;}

/* tab vr */
.tab_type1{margin-bottom:50px;display:flex;}
.tab_type1.bot{margin-bottom:15px;}
.tab_type1 li{text-align:center;color:#000;font-size:18px;line-height:58px;background-color:#efebdd;border:1px solid #fff;cursor:pointer;}
.tab_type1 li.on{background-color:#971b1e;color:#fff;}
.tab_type1.tab2 li{width:50%;}
.tab_type1.tab3 li{width:33.33%;}
.tab_type1.tab4 li{width:25%;}
.tab_type1.tab5 li{width:20%;}
.tab_type1.tab8 li{width:12.5%;}
.con_type1 > li{display:none;}
.con_type1 > li.on{display:block;}