@charset "utf-8";



/* basic css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, details, figcaption, figure, dialog,
footer, header, hgroup, menu, nav, section {margin: 0; padding: 0; border: 0;}
article, aside, details, figcaption, figure, dialog,
footer, header, hgroup, menu, nav, section {display: block;}
html, body { height:auto;}
body {font-size: 18px; font-family: NotoSansCJKkr-Light, dotum, sans-serif;  color:#4c4c4c; line-height:1.6; letter-spacing:-0.5px; -webkit-text-size-adjust:none; }
h1, h2, h3, h4, h5, h6 {font-size: 100%;font-weight: normal;}
a:link { color: inherit; text-decoration: none; }
a:visited { color: inherit; text-decoration: none; }
a:hover { color: inherit; text-decoration: none; }
a:active { color: inherit; text-decoration: none; }
a:focus { color: inherit; text-decoration: none; }
select, input, textarea {font-size: 100%;vertical-align: middle ; font-family: NotoSansCJKkr-Light, dotum, sans-serif;}
input {margin: 0;padding: 0;}
ol, ul {list-style: none;}
label {cursor: pointer;}
legend, caption {width: 0;height: 0; visibility: hidden; font-size: 0;line-height: 0;}
button {cursor: pointer;}
button:focus {outline: 1px dotted;}
img {vertical-align: top;}
table {}

.hidden {position: absolute;width: 0;height: 0;visibility: hidden;font-size: 0;line-height: 0; top:-9999px}



input[type="text"] {box-sizing:border-box; -webkit-appearance:none;}
input:-ms-input-placeholder {color:#808080}
input::-webkit-input-placeholder {color:#808080}
input::-moz-placeholder {color:#808080}
input::-moz-placeholder {color:#808080}
textarea {}

.point {color:#916b4a}
html, body {height:auto; -ms-overflow-style: none;}


/* layout*/


header {position: fixed; width:100%; min-width:1100px; z-index:99999; top: 0; }


.navi { position: absolute; width: 100%; height: 100px; right: 0px; top: 0px; z-index: 9999; border: none; background: none; transition: 0.3s;
/*background: #fff; box-shadow: 0 0 14px rgba(0,0,0,0.15); transition: background 0.5s, box-shadow 0.5s;*/
}

body.main .navi { width: calc(100% - 200px); }

#logo { width: 164px; height: 44px; transform: translateY(0px); position: absolute; top: 0; bottom: 0; margin: auto; left: 100px; z-index: 98; }
#logo a { display:inline-block; width: 100%; height: 100%;  left: 0px; background: url(../img/common/logo.png) center no-repeat; background-size: cover; text-indent:-9999px; transition: 0.3s; }

.navi.active #logo a { background: url(../img/common/logo2.png) center no-repeat; background-size: cover; }
.navi.active { background-color: #fff; box-shadow: 0 0 14px rgba(0,0,0,0.15); }
body.main .navi.active { background: none; box-shadow: none; }


.gnb { position:absolute;  left: 46%; transform: translate(-50%); z-index:2; overflow:hidden; height: 100px; letter-spacing:0; font-family:'Noto Sans KR', sans-serif; z-index: 99; }
.gnb>ul>li { position:relative; float:left; text-align:center; margin: 0 10px; }

.gnb .depth1 { position: relative; display:block; color: #fff; font-size: 15px; font-weight: 500; letter-spacing:-1px; line-height: 100px;  margin: 0 10px; padding:0px 12px;margin-top: 0px; transition: 0.3s; }
.gnb>ul>li>a:hover { color: #fff; }
.gnb>ul>li>ul { display: block; min-height: 140px; margin-top:16px; opacity: 0; transform:translateY(20px); }
.gnb>ul>li>ul>li { float:none; height:30px; width:auto;}
.gnb>ul>li>ul>li>a { font-size:13px; color:#4c4c4c; font-weight: 500; letter-spacing:-0.7px;}
.gnb>ul>li>ul>li>a:hover { color: #ca705b; }
.gnb .line { position:absolute; display: block; bottom: 0px; height: 2px; width: 0%; background: #fff; left: 0; right: 0; margin: auto; z-index:-99;  }
.navi-bg { position:absolute; display: block; width: 100%; height: 0px; left: 0; top: 100px; z-index:1; overflow: hidden; }
.navi-bg .white-bg { width:100%; height: 220px; background:#fff; border-bottom:1px solid #dedede;  border-top:1px solid #dedede; }

.navi.active .gnb .depth1 { color: #161616; }
.navi.active .gnb>ul>li>a:hover { color: #ca705b; }
.navi.active .gnb .line { background: #ca705b; }

.language { position: absolute; top: 0; bottom: 0; margin: auto; width: auto; height: 100px; right: 100px; letter-spacing:0; z-index: 90; font-family:'Noto Sans KR', sans-serif; overflow: hidden; display: flex; align-items: center; }
.language>ul { display: flex; justify-content: flex-end; align-items: center; }
.language>ul>li { position: relative; transition: 0.3s; }
.language>ul>li>a { width: 100%; height: 100%; display: block; }
.language>ul>li:nth-child(1) { width: 169px; height: 21px; margin-right: 20px; background: url(../img/common/tel.png) center no-repeat; background-size: cover; box-sizing: border-box; }
.language>ul>li:nth-child(1):after { content:''; width: 1px; height: 20px; position: absolute; right: -20px; top: 0; bottom: 0; margin: auto; background-color: #fff; transition: 0.3s; }
.language>ul>li:nth-child(2) { width: 183px; height: 28px;  background: url(../img/common/const.png) center no-repeat; background-size: cover; margin-left: 20px; transform: translateY(-2px); }

.navi.active .language>ul>li:nth-child(1) { background: url(../img/common/tel2.png) center no-repeat; background-size: cover; }
.navi.active .language>ul>li:nth-child(1):after { background-color: #949494; }
.navi.active .language>ul>li:nth-child(2) { background: url(../img/common/const2.png) center no-repeat; background-size: cover; }


/**/

.left_quick { width: 200px; height: 100%; position: fixed; left: 0; top: 0; z-index: 9999999; z-index: 999; box-sizing: border-box; background: url(../img/common/left_bg.jpg) center bottom no-repeat; background-size: cover; }
.left_logo { position: absolute; left: 0; right: 0; top: 55px; margin: auto; }

.left_guest { width: 47px; height: 230px; background-color: #3b2d2d; position: absolute; right: -32px; top: 100px; z-index: 9; text-align: center; }
.left_guest a { width: 100%; height: 100%; display: block; }
.left_guest_icon { margin-top: 30px; margin-left: 3px;  }
.left_guest p { width: 200px; color: #fff; font-size: 13px; line-height: 100%; text-align: left; transform: rotate(90deg); transform-origin: top left; margin-left: 31px; margin-top: 14px; }
.left_arrow { position: absolute; left: -6px; top: 36px; }

.left_box { width: 100%; position: relative; width: 100%; height: auto; left: 0; margin-top: 230px; }
.left_box ul {  }
.left_box ul li { width: 100%; height: 33px; position: relative; margin-top: 25px; }
.left_box ul li:after { content:''; position: absolute; left: -6px; top: 0; width: 6px; height: 100%; background-color: #ca705b; transition: 0.3s; }
.left_box ul li:nth-child(1) { margin-top: 0; }
.left_box ul li a { width: 100%; height: 100%; display: block; display: flex; justify-content: flex-start; align-items: center; }
.left_box ul li .plus { position: relative; margin-left: 20px; width: 20px; height: 20px; transition: 0.3s; }
.left_box ul li .plus:after { width: 10px; height: 2px; }
.left_box ul li .plus:before { width: 2px; height: 10px; }
.left_box ul li .left_txt { color: #fff; font-family: 'Carisma Classic'; letter-spacing: 0; width: calc(100% - 50px); margin-left: 10px; transition: 0.3s; }
.left_box ul li .left_txt h3 { font-weight: 700; font-size: 16px; line-height: 100%; }
.left_box ul li .left_txt h5 { font-weight: 300; font-size: 13px; line-height: 100%; margin-top: 2px; }

.left_box ul li.active:after { left: 0; }
.left_box ul li.active .plus { transform: rotate(90deg); border: 1px solid #ca705b; }
.left_box ul li.active .plus:after { background-color: #ca705b; }
.left_box ul li.active .plus:before { background-color: #ca705b; }
.left_box ul li.active .left_txt { color: #ca705b; }
.left_box ul li:hover:after { left: 0; }
.left_box ul li:hover .plus { transform: rotate(90deg); border: 1px solid #ca705b; }
.left_box ul li:hover .plus:after { background-color: #ca705b; }
.left_box ul li:hover .plus:before { background-color: #ca705b; }
.left_box ul li:hover .left_txt { color: #ca705b; }

.left_box_line { width: 1px; height: 58px; background-color: #826d74; margin-top: 20px; margin-left: 40px; }
.left_pop_bt { cursor: pointer; width: 100%; height: 60px; position: relative; }
.left_pop_bt img { position: absolute; top: 0; bottom: 0; margin: auto; left: 35px; transition: 0.2s; }
/*.left_pop_bt:hover img { left: 38px; }*/

.left_open { width: 150px; height: 48px; border: 1px solid rgba(255,255,255,0.5); box-sizing: border-box; text-align: center; line-height: 46px; font-size: 15px; font-weight: 400; letter-spacing: *1.5px; margin: auto; margin-top: 80px; color: #fff; 
/*background-color: #FFF4ED; color: #000 ;border: none; font-weight: 800; letter-spacing: 0; */
background: none; line-height: 105%; border: none; letter-spacing: 0; font-size: 16px; line-height: 26px; margin-top: 55px; margin-bottom: 25px; color: #FFF4ED; font-weight: 400; }
.left_open b { font-weight: 500; }
/*.left_open span { font-size: 12.5px; position: relative; top: -1px; }*/
/*.left_open span { font-family: 'Carisma Gothic'; font-size: 22px; font-weight: 700; }*/
.left_open span { font-size: 24px; font-weight: 700; }

/*.left_const { margin-top: 30px; margin-left: 30px; }*/
.left_const { margin-top: 70px; margin-left: 30px; }
.left_box h6 { text-align: left; padding-left: 30px; box-sizing: border-box; font-size: 11px; line-height: 17px; color: #fff; opacity: 0.44; font-weight: 100; margin-top: 15px; letter-spacing: 0; }

.top_bt { position: absolute; width: 40px; height: 60px; left: 0; right: 0; bottom: 30px; margin: auto; }
.top_bt img { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; }

/**/

.left_scroll_wrap { width: 12px; height: 145px; margin: auto; overflow: hidden; position: fixed; z-index: 9999; left: 240px; top: 0; bottom: 0; transform: translateY(30px); }
.left_scroll_img { width: 100%; height: 39px; background: url(../img/common/scroll.png) center no-repeat; transition: 0.3s; }
.left_scroll { width: 1px; height: 90px; background-color: rgba(255,255,255,0.5); margin: auto; margin-top: 15px; position: relative; transition: 0.3s; }
.left_scroll span { position: absolute; content:''; width: 10px; height: 10px; background-color: #ca705b; left: -4px; top: 0; border-radius: 100%; }

.left_scroll_wrap.active .left_scroll_img { background: url(../img/common/scroll2.png) center no-repeat; }
.left_scroll_wrap.active .left_scroll { background-color: #b6b6b6; }

/**/

.right_brand_wrap { width: 37px; height: 245px; margin: auto; overflow: hidden; position: fixed; z-index: 9999; right: 40px; top: 0; bottom: 0; transform: translateY(30px); }
.right_brand { width: 100%; height: 185px; background: url(../img/common/right_brand.png) center no-repeat; transition: 0.3s; transform: translateX(4px); }
.right_brand_plus { width: 33px; height: 33px; border-radius: 100%; background-color: #fff; position: relative; margin-top: 25px; transition: 0.3s; }
.right_brand_plus:after { content:''; width: 13px; height: 1px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #61706d; transition: 0.3s; }
.right_brand_plus:before { content:''; width: 1px; height: 13px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #61706d; transition: 0.3s; }
.right_brand_wrap:hover .right_brand_plus { transform: rotate(90deg); }

.right_brand_wrap.active .right_brand { background: url(../img/common/right_brand2.png) center no-repeat; }
.right_brand_wrap.active .right_brand_plus { background-color: #2f2f2f; }
.right_brand_wrap.active .right_brand_plus:after { background-color: #fff; }
.right_brand_wrap.active .right_brand_plus:before { background-color: #fff; }

/**/



@media screen and (-webkit-min-device-pixel-ratio:0){ 
	.top_bt { font-family: 'gotham'; }
}


@media all and (max-width:1500px) { 

	}


@media all and (min-width:1930px) { 
		
	}
