@charset "utf-8";
/********************
    Default set
********************/
/* font */
/*
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Bold.woff2') format('woff2'),
        url('../fonts/Pretendard-Bold.woff') format('woff'),
        url('../fonts/Pretendard-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Light.woff2') format('woff2'),
        url('../fonts/Pretendard-Light.woff') format('woff'),
        url('../fonts/Pretendard-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Regular.woff2') format('woff2'),
        url('../fonts/Pretendard-Regular.woff') format('woff'),
        url('../fonts/Pretendard-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-SemiBold.woff2') format('woff2'),
        url('../fonts/Pretendard-SemiBold.woff') format('woff'),
        url('../fonts/Pretendard-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Medium.woff2') format('woff2'),
        url('../fonts/Pretendard-Medium.woff') format('woff'),
        url('../fonts/Pretendard-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
*/

html, body, div, dl, dt, dd, ul, ol, li, p, h1, h2 ,h3, h4, h5, h6{margin:0px; padding:0px;font-family: 'Pretendard Variable', Pretendard, 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;font-size:15px;font-weight:400;line-height: 1.3; list-style:none; color:#454545;box-sizing: border-box;word-break: keep-all;letter-spacing:-0.5px;}
a{text-decoration:none;color:#454545;}
img{border:0;vertical-align:middle;max-width: 100%;}
select{font-family: 'Pretendard Variable', Pretendard, 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;border:1px solid #d6d6d6;vertical-align:middle;font-weight:300;}
input{font-family: 'Pretendard Variable', Pretendard, 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;vertical-align:middle;margin:0;padding:0;font-size:15px;color:#6e6e6e;font-weight:300;}
label {cursor:pointer;}
textarea{font-family: 'Pretendard Variable', Pretendard, 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;vertical-align:middle;font-size:15px;color:#6e6e6e;font-weight:300;}
table caption{
	overflow: hidden;
    /*position: absolute;
	left:-9999px;
	top:-9999px; */
    width:0;
    height:0;
    line-height:0;
   
	margin:0;
}
table{border-collapse:separate;border-collapse:collapse;width:100%;border-spacing:0;table-layout: fixed;}





.blind{width:0;height:0;position:absolute;top:-9999px;left:-9999px;overflow:hidden;}
.clfix:after {content: ""; display: block; height: 0px; clear: both; visibility: hidden;}
.clear {clear:both; font-size:0; line-height:0; overflow:hidden; height:0 !important; }
.floatL {float:left;}
.floatR {float:right;}
.floatN {float:none;}
.disnone{display:none;}

.txtL {text-align:left !important;}
.txtC {text-align:center !important;}
.txtR {text-align:right !important;}
.txtJ {text-align:justify !important;}
.txtT {vertical-align:top !important;}
.txtM {vertical-align:middle !important;}
.txtB {vertical-align:bottom !important;}
.txtTB {vertical-align:text-bottom !important;}


/********************
    Margin
********************/

.mtp0{margin-top:0px !important;}
.mtp5{margin-top:5px;}
.mtp7{margin-top:7px;}
.mtp10{margin-top:10px !important;}
.mtp12{margin-top:12px !important;}
.mtp15{margin-top:15px !important;}
.mtp20{margin-top:20px !important;}
.mtp25{margin-top:25px !important;}
.mtp30{margin-top:30px !important;}
.mtp35{margin-top:35px !important;}
.mtp40{margin-top:40px !important;}
.mtp50{margin-top:50px !important;}
.mtp60{margin-top:60px;}
.mtp70{margin-top:75px;}
.mtp80{margin-top:80px;}
.mtp90{margin-top:90px;}
.mtp100{margin-top:100px;}
.mtp200{margin-top:200px;}
.mtp23{margin-top:23px;}

.pdt5{padding-top:5px;}
.pdt7{padding-top:7px;}
.pdt10{padding-top:10px;}
.pdt12{padding-top:12px;}
.pdt15{padding-top:15px;}
.pdt20{padding-top:20px;}
.pdt25{padding-top:25px;}
.pdt80{padding-top:80px;}

.pdb100{padding-bottom:100px;}
/***********************************************************
				Start Coding
***********************************************************/


#wrap{position:relative;width:100%;margin:0 auto;}
#header{position: fixed;left: 0;top: 0;right: 0;width:100%;box-sizing:border-box;margin:0 auto;transition: all 0.1s ease-in-out;background: rgba(37,37,36,0.8);opacity: 1;z-index:999;}
.head_top{position: relative;width: calc(100% - 20px);max-width: 1680px;margin: 0 auto;height: 74px;display: flex;align-items: center;justify-content: space-between;}
.head_bot{width: 100%;margin: 0 auto;border-top: 1px solid rgba(255,255,255,0.1);}
#header h1{position: absolute;left:50%;top: 50%;transform: translate(-50%, -50%);z-index: 999;font-size: 0;}
#header h1 > a{display:inline-block;font-size: 0;}
.ht_btn{display: flex;align-items: center;}
.ht_btn > li + li{margin-left: 70px;}
.ht_btn > li > a{display: inline-block;padding-left: 26px;font-size: 15px;color: #fff;line-height: 21px;}
.ht_btn > li.ico1 > a{background: url("../image/common/tic1.png") no-repeat left center;}
.ht_btn > li.ico2 > a{background: url("../image/common/tic2.png") no-repeat left center;}
.resv_btn{font-size: 0;}
.resv_btn > a{display: inline-block;width: 178px;line-height: 55px;border-radius: 4px;overflow: hidden;text-align: center;font-size: 20px;color: #fff;font-weight: 600;background: url("../image/common/tic4.png") no-repeat left center;}
.resv_btn > a > span{display: inline-block;padding-left: 35px;background: url("../image/common/tic3.png") no-repeat left center;}



#header a.mor_open{display:none;position:absolute;left:10px;top:23px;z-index: 999;}
.menu_area{text-align:center;}
.menu{display: flex;justify-content:center;}
.menu > li{position:relative;display:inline-block;}
.menu > li > a{display:block;font-size:18px;color:#fff;font-weight:500;padding: 0 68px;line-height:55px;}
.menu > li > a > span{display:inline-block;position:relative;}
.menu > li > a > span:after{content:"";position:absolute;left:0;bottom:0;width: 0;height: 4px;background: #b8a065;transition: .2s;}
.menu > li:hover > a{color:#b8a065;}
.menu > li:hover > a > span:after{width: 100%;}
.menu > li > ul.mdp02{border-left: 1px solid rgba(255,255,255,0.1);display:none;position:absolute;left:0;top:100%;width:100%;height: 200px;box-sizing: border-box;padding: 30px 5px;z-index:91;text-align:center;}
.menu > li:last-child > ul.mdp02{border-right: 1px solid rgba(255,255,255,0.1);}
.menu > li > ul.mdp02 > li{margin-bottom: 15px;}
.menu > li > ul.mdp02 > li:last-child{margin-bottom:0;}
.menu > li > ul.mdp02 > li > a{position:relative;display:block;font-size:16px;color:#fff;font-weight: 300;line-height:20px;}
.menu > li > ul.mdp02 > li > a:hover{color:#b8a065;}

.menu_area > .mor_out{display:none;position:absolute;right:10px;top:22px;}
.menu_bg{display:none;background: rgba(37,37,36,0.8);border-top:1px solid rgba(255,255,255,0.1);width:100%;height:180px;position:absolute;left:0;top:100%;z-index: 90;}

.mo_ht_btn{display:none;}



#all_contents{position:relative;width:100%;margin:0 auto;}





#footer{width:100%;margin:0 auto;background:#2e2e2e;padding: 20px 0;}
.foot_top{width:100%;margin:0 auto;padding:25px 0;}
.foot_top_wid{width: calc(100% - 20px);max-width: 1680px;margin:0 auto;display: flex;justify-content:space-between;align-items: center;}
.f_logo{display: inline-block;font-size: 0;}
.fbn_b{display: flex;}
.fbn_b > li + li{margin-left: 40px;}
.fbn_b > li > a{position: relative;display: inline-block;font-size: 16px;color:#fff;font-weight: 300;line-height: 1.1;}
.fbn_b > li > a:after{content: "/";position: absolute;right: -24px;top: 1px;font-size: 14px;color:#7f7d7d;font-weight: 100;line-height:1;}
.fbn_b > li:last-child > a:after{display: none;}
.fbn_b > li > a:hover{color:#b8a065;}


.foot_bot{width: 100%;margin: 0 auto;border-top: 1px solid #424242;padding:25px 0;}
.foot_bot > .wid{width:calc(100% - 20px);max-width:1680px;margin:0 auto;position:relative;}
.foot_bot > .wid > div{position: absolute;right: 0;top: 10px;font-size: 18px;color:#fff;line-height: 1;font-weight: 100;}
.foot_bot p{font-size: 18px;color:#fff;line-height: 1.5;font-weight: 100;}
.foot_bot p span{position:relative;display: inline-block;margin-right: 36px;margin-bottom: 4px;}
.foot_bot p span:after{content: "/";position: absolute;right: -24px;top: 1px;font-size: 16px;color:#7f7d7d;font-weight: 100;line-height:1.6;}
.foot_bot p span:last-child{margin-right: 0;}
.foot_bot p span:last-child:after{display: none;}

.qic_box{position:fixed;right: 0;top: 50%;transform: translateY(-50%);font-size: 0;z-index: 11;}
.qic_box > a{font-size: 0;width: 100px;height: 170px;box-sizing:border-box;display: flex;align-items:center;justify-content:center;}
.qic_box > a.pr{background: #2e2e2e;}
.qic_box > a.ka{background: #fbe300;}
.qic_box > a span{display: inline-block;text-align: center;}
.qic_box > a .mo{display: none;}




@media screen and (max-width:1719px){
	
}
@media screen and (max-width:1599px){
	
}
@media screen and (max-width:1360px){
	
}
@media screen and (max-width:1180px){
	
}
@media screen and (max-width:1024px){
	.head_top{height: 70px;display: block;}
	.head_bot{border-top: 0;}
	
	.ht_btn{display: none;}
	.resv_btn{text-align:right;position:relative;top: 15px;}
	.resv_btn > a{width: 120px;line-height: 40px;font-size: 18px;}
	.resv_btn > a > span{padding-left: 25px;background-size: auto 20px;}

	
	.mo_ht_btn{height: 70px;display: flex;align-items: center;background: #000;}
	.mo_ht_btn ul{display: flex;align-items: center;padding: 0 15px;}
	.mo_ht_btn ul > li + li{margin-left: 25px;}
	.mo_ht_btn ul > li > a{display: inline-block;padding-left: 26px;font-size: 15px;color: #fff;line-height: 21px;}
	.mo_ht_btn ul > li.ico1 > a{background: url("../image/common/tic1.png") no-repeat left center;}
	.mo_ht_btn ul > li.ico2 > a{background: url("../image/common/tic2.png") no-repeat left center;}
	
	#header a.mor_open{display: block;}
	.menu_area{position:relative;padding-left:0;padding-right:0;margin-top: 0;margin-left:0;position:fixed;left:-300px;top:0;width:300px;z-index:9999;height:100%;overflow:auto;background:#fff;text-align:left;}
	.menu{display: block;}
	
	.menu > li{display:block;text-align:left;padding:0;margin:0;float:none;}
	.menu > li:after{display:none;}
	.menu > li > a{display:block;box-sizing: border-box;width:100%;font-size:18px;line-height:18px;padding:15px 10px 15px 15px;color:#090909;border-bottom:1px solid #dfdfdf;}
	.menu > li.nv > a{background: #fff url(../image/common/moff.png) no-repeat right 15px center;}
	.menu > li > a.on{color:#000;background: #fff url(../image/common/mon.png) no-repeat right 16px center;}
	.menu > li > a:hover{color:#000;}
	.menu > li:hover > a > span:after{display:none;}
	.menu > li > ul.mdp02{display:none;position:static;width:100%;margin-left:0;border-top:none;background: #f6f6f6;border-left:none;box-sizing: border-box;padding:10px 10px 15px 20px;text-align:left;height:auto;border-bottom:1px solid #dfdfdf;}
	.menu > li:last-child > ul.mdp02{border-right:none;}
	.menu > li > ul.mdp02 > li{display:block;margin:8px 0;}
	.menu > li > ul.mdp02 > li > a{display:block;margin-top:0;padding:0 5px;font-size:15px;color:#676767;line-height:21px;}
	.menu > li > ul.mdp02 > li > a:after{display: none;}


	.menu_area > .mor_out{display:block;}
	.menu_bg{display:none;position: fixed;left: 0; top: 0; width: 100%; height: 100vh; background: rgba(0,0,0,0.7);z-index: 9998;}
	

	#footer{padding: 0;}
	.foot_bot > .wid > div{position: static;margin-bottom: 15px;font-size: 16px;}
	.foot_bot p{font-size: 15px;}
	.foot_bot p span{margin-right: 13px;}
	.foot_bot p span:after{display: none;}

	.qic_box > a{width: 70px;height: 145px;}
	.qic_box > a img{max-width: 80%;margin: 0 auto;}
}



@media screen and (max-width:767px){
	.head_top{height: 60px;}
	.mo_ht_btn{height: 60px;}
	#header h1 > a{max-width: 120px;margin-right: 20px;}
	#header a.mor_open{top: 18px;}
	.resv_btn{position:relative;top: 15px;}
	.resv_btn > a{width: 90px;line-height: 30px;font-size: 15px;}
	.resv_btn > a > span{padding-left: 20px;background-size: auto 16px;}
	.menu_area > .mor_out{top: 17px;}

	.foot_top{width:100%;margin:0 auto;padding:20 0;}
	.foot_top_wid{display: block;}
	.f_logo{display: none;}
	.fbn_b{display: flex;}
	.fbn_b > li + li{margin-left: 12px;}
	.fbn_b > li > a{font-size: 15px;}
	.fbn_b > li > a:after{display: none;}
	.foot_bot{padding:20px 0 80px;}
	
	.qic_box{top: auto;bottom: 0;transform: translateY(0);bottom: 0;width: 100%;display: flex;box-shadow: 0 -3px 5px -1px rgba(0, 0, 0, 0.1);}
	.qic_box > a{width: 50%;font-size: 0;height: 50px;box-sizing: border-box;box-sizing:border-box;display: flex;align-items:center;justify-content:center;}
	.qic_box > a.pr{background: #2e2e2e;}
	.qic_box > a.ka{background: #fbe300;}
	.qic_box > a .pc{display: none;}
	.qic_box > a .mo{display: block;}
	.qic_box > a .mo img{max-height: 42px;width: auto;max-width: 100%;}
}

@media screen and (max-width:640px){
	
}

@media screen and (max-width:480px){
	
}

@media screen and (max-width:420px){
	
}


.sa{opacity: 0;transition: all .9s ease;}
.sa-up{
	transform: translate(0, 40px);
}
.sa-down {
	transform: translate(0, -40px);
}

.sa-left {
	transform: translate(-40px, 0);
}

.sa-right {
	transform: translate(40px, 0);
}


.sa.show {
	opacity: 1;
	transform: none;
}