@charset "utf-8";



@font-face {

      src : url("../font/A영명조L.woff") format('woff'); 
      font-family: "amj" 

}

@font-face {

      src : url("../font/Athena.woff") format('woff'); 
      font-family: "Athena" 

}

@font-face {

      src : url("../font/gil.woff") format('woff'); 
      font-family: "gil" 

}

/* 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,
fieldset, form, label, legend,
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:100%; }
body {font-size: 18px; font-family: NotoSansCJKkr-Light, dotum, sans-serif;  color:#4c4c4c; line-height:1.6; letter-spacing:-1px; -webkit-text-size-adjust:none; }
h1, h2, h3, h4, h5, h6 {font-size: 100%;font-weight: normal;}
a:link { color: #4c4c4c; text-decoration: none; }
a:visited { color: #4c4c4c; text-decoration: none; }
a:hover { color: #4c4c4c; text-decoration: none; }
a:active { color: #4c4c4c; text-decoration: none; }
a:focus { color: #4c4c4c; 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:100%; min-height:100%; -ms-overflow-style: none;  }

::-webkit-scrollbar {

display:none;

}

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

.navi {position: fixed; width:100%; height: 88px;left: 0; right: 0; margin: auto;  top: 0px;  z-index:9999; transition: 0.7s 0.1s;   }

#navi-line { width: 92.76%; height: 1px; background-color: #bac2c6; position: absolute; bottom: -1px; left: 0; right: 0; margin: auto;  }
.navi.active { height: 88px; background-color: #fff; }
.navi.active #navi-line { width: 100%; }

#logo  { position:fixed; top: 0; left: 3.65%; transition: 0.7s 0.1s; }
#logo  a {display:inline-block; width:170px; height:88px; top: 0;  left:0; background:url(../img/logo2.png) no-repeat; text-indent:-9999px; #c6c6c6; transition: 0.7s 0.1s;}
.navi.active #logo a { background:url(../img/logo.png) no-repeat; }
.navi.active2 #logo a { background:url(../img/logo.png) no-repeat; }

.gnb { width: 100%; position:absolute;  left: 50%; transform: translate(-28%); z-index:2; overflow:hidden; height: 88px; 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 20px;  }

.gnb .depth1 { position:relative; display:block; color: #fff; font-size: 17px; font-weight: 500; letter-spacing:-1px; line-height: 88px; margin: 0px; padding: 0px 12px; }
.navi.active .gnb .depth1 { color: #1d1d1d; }
.navi.active2 .gnb .depth1 { color: #1d1d1d; }
.gnb>ul>li>a:hover { color: #c83b27; }
.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:first-child{margin-top: 25px;;}
.gnb>ul>li>ul>li>a { font-size:13px; color: #111; font-weight: 500; letter-spacing:-0.7px; }
.gnb>ul>li>ul>li>a:hover { color: #c83b27; }
.gnb .line { position:absolute; display: block; bottom: 0px; height: 4px; width: 0%; background: #c83b27; 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: 89px; z-index:1; overflow: hidden;  }
.navi-bg .white-bg { width:100%; height: 230px; background:#fff; border-bottom:1px solid #dedede; }



.menu-icon {display:none;}

.language {position:fixed;  right: 3.65%; letter-spacing:0; width:197px; z-index:99890; }
.language>ul>li { float: left; }

/*.language .sel-tit {display:block; color:#fff; font-size:12px; height:88px;  cursor:pointer; transition: 0.7s 0.1s;}*/
#tel01wrap { position: absolute; top: 0; right: 0; width: 100%; height: 88px; cursor: pointer; transition: 0.7s 0.1s; }
#tel01wrap>div { position: absolute; top: 0; right: 0; }
#tel01wrap>div:nth-child(2) { display: none; }
#tel02wrap { position: absolute; top: 0; right: 0; width: 100%; height: 88px; cursor: pointer; transition: 0.7s 0.1s; display: none; }
#tel02wrap>div { position: absolute; top: 0; right: 0; }
#tel02wrap>div:nth-child(2) { display: none; }

.navi.active #tel02wrap { display: block; }
.navi.active2 #tel02wrap { display: block; }
.navi.active #tel01wrap { display: none; }
.navi.active2 #tel01wrap { display: none; }


.top-bt { position: absolute; top: 0; right: 0; cursor: pointer; z-index: 99999999;}


@media all and (max-width:1400px) { 
		.language { position: absolute; right: 50%; margin-right: -750px;}
		#logo  { position: absolute; left: 50%; margin-left: -750px;}
	}



.bgw { }


.scroll_wrap { width: 12px; height: 180px; margin: auto; overflow: hidden; position: absolute; top: 0; bottom: 0; right: 36px; }
.scroll_img { width: 100%; height: 39px; background: url(../img/scroll.png) center no-repeat; transition: 0.05s; }
.scroll { width: 1px; height: 125px; background-color: #000; margin: auto; margin-top: 15px; position: relative; }
.scroll span { position: absolute; content:''; width: 10px; height: 10px; background-color: #005a61; left: -4px; top: 0; border-radius: 100%; }

.scroll { background-color: #000; }
.scroll_img { background: url(../img/scroll.png) center no-repeat; }
.scroll_wrap.active .left_scroll_img { background: url(../img/scroll.png) center no-repeat; }

/**/
