/* 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 { 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; }
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;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 {} */

html, body {height:auto; -ms-overflow-style: none;}

::-webkit-scrollbar {

display:none;

}



/* layout*/


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


.navi { position: absolute;  width: 100%; height: 7.188rem; right: 0px; top: 0px; z-index: 9999; border: none; background: none; transition: 0.3s; background: none; border: none; display: flex; justify-content: space-between; align-items: center; padding: 0 6.25rem; box-sizing: border-box; 
/*background: #fff; border-bottom: 1px solid #ddd; transition: background 0.5s, box-shadow 0.5s;*/
}

body.main .navi { animation: op 1.2s 0.8s both; }
body.sub .navi { animation: op 1.2s 0.4s both; }

@keyframes op {
	0% { opacity: 0; }
	100% {  }
}

/*body.main .navi { background: none; border-bottom: 1px solid transparent; }
body.main .navi:before { content:''; position: absolute; left: 0; bottom: 0; width: calc(100% - 80px); height: 1px; background-color: #fff; }*/

.logo_box { display: flex; justify-content: flex-start; align-items: flex-end; transform: translateY(-10px); }
.logo_box>a { width: 100%; height: 100%; display: flex; justify-content: flex-start; align-items: flex-end; }
.logo_box div { width: 68px; height: 40px; background: url(../img/common/bi.png) center no-repeat; background-size: cover; transition: 0.3s; }
.logo_box h1 { font-size: 15px; line-height: 100%; font-weight: 600; position: relative; padding-left: 12px; margin-left: 12px; transition: 0.3s; }
.logo_box h1::before { content: ''; width: 1px; height: 100%; position: absolute; left: 0; top: 0; bottom: 1px; margin: auto; background-color: #462836; opacity: 0.7; transition: 0.3s; }
.logo_box h1 span { font-family: 'Nanum Myeongjo', serif; font-weight: 700;}

.navi.white .logo_box div { background: url(../img/common/bi2.png) center no-repeat; background-size: cover; }
.navi.white .logo_box h1 { color: #fff; }
.navi.white .logo_box h1::before { background-color: #fff; }

/* #logo { width: 209.008px; height: 40px; transform: translateY(-0.44rem); position: absolute; top: 0; bottom: 0; margin: auto; margin: auto; left: 6.25rem; z-index: 99999999; transition: 0.3s; } */
/* #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; } */

/* body.main #logo a { background: url(../img/common/logo.png) center no-repeat; background-size: cover; } */


.navi.active { height: 6.25rem; background-color: #fff; border-bottom: 1px solid #ddd; }
/* .navi.active #logo a { background: url(../img/common/logo.png) center no-repeat; background-size: cover; } */
/*.navi.active2 { background-color: #fff; border-bottom: 1px solid #ddd; }*/


/*body.main .navi.active { background-color: #fff; border-bottom: 1px solid #ddd; }
body.main .navi.active2 { background-color: #fff; border-bottom: 1px solid #ddd; }*/


/* .navi.white #logo a { background: url(../img/common/logo2.png) center no-repeat; background-size: cover; } */



.gnb { position: absolute; left: 50%; top: 0; transform: translate(-50%); z-index:2; overflow:hidden; height: 100%; letter-spacing:0; z-index: 99; transition: 0.3s;}
.gnb>ul>li { position:relative; float:left; text-align:center; margin: 0 1.5rem; }

.navi .depth1 { position:relative; display:block; color: #2b2b2b; font-size: 0.9375rem; font-weight: 400; letter-spacing: -0.3px; line-height: 7.188rem; margin: 0px; padding: 0px 0rem;transition: 0.3s; text-transform: uppercase; }
.gnb>ul>li:hover>a { color: #b45347 !important; }
.gnb>ul>li>ul { display: block; margin-top: 1rem; opacity: 0; transform: translateY(1.25rem);  }
.gnb>ul>li>ul>li { float: none; height: 1.875rem; width: auto; }
.gnb>ul>li>ul>li>a { font-size: 0.813rem; color: #000; font-weight: 500; letter-spacing: -0.7px; }
.gnb>ul>li>ul>li>a:hover { color: #b45347; }
.gnb .line { position: absolute; display: block; bottom: 2.35rem; height: 0.19rem; width: 0%; background: #b45347; left: 0; right: 0; margin: auto; z-index:-99; transition: 0.35s; }
.navi-bg { position: absolute; display: block; width: 100%; height: 0px; left: 0; top: 7.188rem; z-index:1; overflow: hidden; transition: 0.3s; }
.navi-bg .white-bg { width:100%; height: 13.75rem; background: #fff; border-bottom:1px solid #dedede; }

body.main .navi .depth1 { color: #2b2b2b; }
body.main .gnb>ul>li:hover>a { color: #b45347 !important; }
body.main .gnb .line { background: #b45347; }

.navi.active .navi-bg { top: 6.25rem;transition: 0.3s;}
.navi.active .gnb .line { bottom: 1.75rem; }
.navi.active .navi .depth1 { color: #2b2b2b; }
.navi.active .gnb>ul>li:hover>a { color: #b45347 !important; }
.navi.active .gnb .line { background: #b45347; }

.navi.active .gnb .depth1 { color: #2b2b2b; line-height: 6.25rem; transition: 0.3s; }
.navi.white .gnb .depth1 { color: #fff; color: rgba(255,255,255,0.4); }
.navi.white .gnb>ul>li:hover>a { color: #ff9487 !important; }
.navi.white .gnb .line { background: #ff9487; }



.right_navi { position: relative; z-index: 1000; }

.language { height: 100%; letter-spacing:0; z-index: 90; font-family:'Noto Sans KR', sans-serif; }
.language>ul { height: 100%; display: flex; justify-content: flex-end; align-items: center; }
.language>ul>li { position: relative; color: #262626; box-sizing: border-box; display: flex; justify-content: flex-start; align-items: center; }
.language>ul>li a { display: flex; justify-content: flex-start; align-items: center; }
.language>ul>li:nth-child(1) div { width: 17px; height: 17px; background: url(../img/common/tel.png) center no-repeat; transition: 0.3s; }
.language>ul>li:nth-child(1) p { font-family: 'Carisma Gothic'; font-size: 26px; line-height: 100%; font-weight: 700; letter-spacing: 0px; margin-left: 10px; transition: 0.3s; }
.language>ul>li:nth-child(2) { margin-left: 15px; padding-left: 15px; margin-top: -1px; }
.language>ul>li:nth-child(2) a { width: 110px; height: 24px; background: url(../img/common/const.png) center no-repeat; background-size: cover; transition: 0.3s; }
.language>ul>li:nth-child(2)::before { content: ''; width: 1px; height: 16px; background-color: #462836; opacity: 0.7; position: absolute; left: 0; top: 0; bottom: 0; margin: auto; transition: 0.3s; }

.navi.white .language>ul>li:nth-child(1) div { background: url(../img/common/tel2.png) center no-repeat; }
.navi.white .language>ul>li:nth-child(1) p { color: #fff; }
.navi.white .language>ul>li:nth-child(2) a { background: url(../img/common/const2.png) center no-repeat; background-size: cover; }
.navi.white .language>ul>li:nth-child(2)::before { background-color: #fff; }

/* .navi.active .language>ul>li:nth-child(1) { background: url(../img/common/tel.png) center no-repeat; background-size: cover; background-size: contain; }
.navi.active .language>ul>li:nth-child(2) { background: url(../img/common/const.png) center no-repeat; background-size: cover; }
.navi.active .language:before { background-color: #101f3a; }
.navi.active .language>ul>li:nth-child(2):before { background-color: #64505d; }
.navi.active .language>ul>li { color: #fff; }

.navi.white .language>ul>li:nth-child(1) { background: url(../img/common/tel2.png) center no-repeat; background-size: cover; background-size: contain; }
.navi.white .language>ul>li:nth-child(2) { background: url(../img/common/const2.png) center no-repeat; background-size: cover; }
.navi.white .language>ul>li:nth-child(2) { background: url(../img/common/open2.png) left center no-repeat; color: #fff; }
.navi.white .language>ul>li:nth-child(2) { color: #fff; }
.navi.white .language>ul>li:nth-child(2):before { background-color: #fff; } */


/**/

.right_scroll_wrap { width: 0.75rem; height: 14.375rem; margin: auto; overflow: hidden; position: fixed; z-index: 9999; left: 2rem; top: 0; bottom: 0; transform: translateY(2rem); animation: op 1.2s 0.8s both; }
.right_scroll_img { width: 100%; height: 5.188rem; background: url(../img/scroll2.png) center no-repeat; transition: 0.3s; }
.right_scroll { width: 1px; height: 8.125rem; background-color: rgba(0,0,0,0.3); margin: auto; margin-top: 1rem; position: relative; transition: 0.3s; }
.right_scroll span { position: absolute; content:''; width: 0.625rem; height: 0.625rem; background-color: #d65b1d; left: -0.25rem; top: 0; border-radius: 100%; transition: background 0.3s; }

.right_scroll_wrap.black .right_scroll_img { background: url(../img/scroll2.png) center no-repeat; }
.right_scroll_wrap.black .right_scroll { background-color: rgba(0,0,0,0.3); }
.right_scroll_wrap.black .right_scroll span { background-color: #d65b1d; }

.right_scroll_wrap.white .right_scroll_img { background: url(../img/scroll.png) center no-repeat; }
.right_scroll_wrap.white .right_scroll { background-color: rgba(225,225,225,0.3); }
.right_scroll_wrap.white .right_scroll span { background-color: #d65b1d; }


/**/

.top_bt_box { width: 3.75rem; height: auto; position: absolute; left: 0; right: 0; margin: auto; bottom: 0; z-index: 99; transition: 0.5s; cursor: pointer; }
.top_bt_box p { font-size: 0.625rem; line-height: 100%; }

/*.top_bt { width: 2.625rem; height: 2.625rem; margin: auto; margin-top: 1rem; background-color: #045e51; }*/

.top_bt { width: 3.25rem; height: 5rem; position: relative; left: 0; right: 0; bottom: 0; margin: auto; text-align: center; z-index: 9; opacity: 1; transition: 0.7s 0s; margin-top: 0.8rem; overflow: hidden; }




/*.top_bt:before { content:''; width: 0.438rem; height: 0.438rem; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; border-left: 1px solid #000; border-top: 1px solid #000; transform: rotate(45deg) translate(1.5px,1px); z-index: 9; }*/

/**/



header.hide { opacity: 0; z-index: -100; transition: 0.6s; }
#logo.hide { opacity: 0; z-index: -100; transition: 0.6s; }
.ham.hide { opacity: 0; z-index: -100; transition: 0.6s; }




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


@media all and (max-width: 1540px) { 
	
	#logo { width: 140px; height: 26px; } 
	.language>ul>li:nth-child(1) { width: 130px; height: 13px; }

}	


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