@charset "utf-8";
@import url(jquery.bxslider.css);
@import url(font.css);
@import url(main.css);
@import url(sub.css);


/* font */

.lato {font-family: 'Lato', sans-serif; font-weight: 400;}
.roboto {font-family: 'Roboto', sans-serif; font-weight: 400;}
.noto {font-family: 'Noto', sans-serif; font-weight: 400;}
.myjo {font-family: 'Nanum Myeongjo', sans-serif; font-weight: 400;}


/* Default Setting */

* {margin: 0; padding: 0; box-sizing: border-box;}
html, body, div, input, label, select, textarea, button, h1, h2, h3, h4, h5, h6, p, span, ul, li, dl, dt, dd, a{line-height: 1.4em; font-family: 'Noto', 'Malgun Gothic', 'Dotum', sans-serif; font-size: 14px; color: #000; font-weight: normal; letter-spacing: -1px;}
a > i {color: #ffffff !important;}
header, footer, section, article, aside, nav, hgroup, details, menu, figure, figcaption, address {display: block;}
ul, ol, li {list-style: none;}
a {display: inline-block; text-decoration: none; vertical-align: top;}
span {display: inline-block; vertical-align: top;}
img {max-width: 100%; border: 0; vertical-align: top;}
em, address {font-style: normal;}
hr {border: 0; margin: 30px 0; padding: 0; border-bottom: 1px solid #000;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ""; content: none;}
table {width: 100%; border-collapse: collapse; border-spacing: 0; table-layout: fixed; word-break: break-all;}
textarea {resize: none; outline: 0; vertical-align: top;}
button {display: inline-block; font-family: inherit; text-decoration: none; background: transparent; border: none; outline: 0; white-space: nowrap; vertical-align: top; cursor: pointer;}


/* label, input, select, textarea, checkbox, radiobox */

input.basic,
select.basic,
textarea.basic {display: inline-block; position: relative; padding: 0 10px; max-width: 100%; height: 41px; font-size: 16px; color: #000; background-color: #fff; border: 1px solid #000; background-repeat: no-repeat; text-align: left !important; vertical-align: top; box-sizing: border-box;}

input.basic.full,
select.basic.full,
textarea.basic.full {width: 100% !important;}

input.basic:focus,
select.basic:focus,
textarea.basic:focus {z-index: 1;}

.basic::-webkit-input-placeholder {color: #999;}
.basic::-moz-placeholder {color: #999;}
.basic:-ms-input-placeholder {color: #999;}
.basic:-moz-placeholder {color: #999;}

select.basic {background-image: url(../img/common/icnSelect.png); background-position: 95% 50%; background-repeat: no-repeat; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; cursor: pointer;}
select.basic::-ms-expand {display: none;}

textarea.basic {padding: 10px; height: 295px; resize: none;}

input.calendar {background-image: url(../img/common/icnCalendar.png); background-position: 95% center;}

.chkB {display: inline-block; position: relative; min-width: 19px; height: 19px; vertical-align: top;}
.chkB input {position: absolute; top: 0; left: 0; margin: 0; padding: 0 !important; width: 19px !important; height: 19px; border: 0 !important; opacity: 0; z-index: 2; cursor: pointer;}
.chkB input + label {display: inline-block; padding: 0 0 0 25px !important; height: 19px; line-height: 19px; font-size: 16px; color: #000; vertical-align: top; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; z-index: 1; cursor: pointer;}
.chkB.no-txt input + label {padding-left: 19px !important;}
.chkB input + label:hover {color: #000;}
.chkB + .chkB {margin-left: 15px !important;}

.chkB input[type="checkbox"] + label {background: url(../img/common/icnChkOff.png) 0 50% no-repeat;}
.chkB input[type="checkbox"]:checked + label {background: url(../img/common/icnChkOn.png) 0 50% no-repeat;}

.chkB input[type="radio"] + label {background: url(../img/common/icnRChkOff.png) 0 50% no-repeat;}
.chkB input[type="radio"]:checked + label {background: url(../img/common/icnRChkOn.png) 0 50% no-repeat;}

.fileB {position: relative; font-size: 0;}
.fileB input[type="file"] {display: none;}
.fileB input[type="text"] {}
.fileB .add {padding: 0; width: 92px; height: 41px; line-height: 39px; font-size: 16px; color: #000; background-color: #fff; border: 1px solid #000; text-align: center; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; box-sizing: border-box;}
.fileB .add:hover {color: #fff; background-color: #000;}

	/* mob */
	body.mob input.basic,
	body.mob select.basic,
	body.mob textarea.basic {height: 51px; font-size: 18px;}
	body.mob .fileB .add {height: 51px; line-height: 49px;}


/* common */ 

body {position: relative; background-color: #fff;}
body.pc {min-width: 1276px;}

.wrap {position: relative;}

.blind {display: block; width: 100%; height: 100%; text-indent: 101%; background-position: 0 0; white-space: nowrap; overflow: hidden;}

.flt:after, .flt2:after {display: block; content: ""; clear: both;}
.flt > div, .flt2 > div {float: left;}
.flt > .lt, .flt2 > .lt {float: left;}
.flt > .rt, .flt2 > .rt {float: right;}

ul.flt > li {float: left;}
ul.flt > li:first-child {margin-left: 0 !important; padding-left: 0 !important; background: none !important;}

dl.flt > dt, dl.flt > dd {float: left;}

.tac {text-align: center !important;}
.tal {text-align: left !important;}
.tar {text-align: right !important;}

.elp, .elp2 {max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.elp2 {display: -webkit-box !important; white-space: initial; word-wrap: break-word; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}

.cen {position: relative; margin: 0 auto; width: 1276px;}

.pc_show {display: block !important;}
.pc_show_i {display: inline-block !important;}
.mob_show, .mob_show_i {display: none !important;}

	/* common - mob */
	body.mob {width: 720px; -webkit-overflow-scrolling:touch;}
	body.mob div.flt > div {float: none !important; margin-left: 0 !important; width: 100% !important;}

	body.mob .cen {width: 630px;}

	body.mob .pc_show, body.mob .pc_show_i {display: none !important;}
	body.mob .mob_show {display: block !important;}
	body.mob .mob_show_i {display: inline-block !important;}

	body.mob ::-webkit-scrollbar-track {}
	body.mob ::-webkit-scrollbar {height: 10px; background-color: transparent;}
	body.mob ::-webkit-scrollbar-thumb {height: 10px; background-color: #89949d;}
	body.mob ::-webkit-scrollbar-track-piece {}

/*mob greetings text-align */
	body.mob .mob_text_a {text-align: center;}

/* Skip Navigation */

.skip {position: fixed; top: 0; left: 0; width: 100%; height: 0; background: #000; z-index: 200; overflow: hidden; white-space: nowrap; text-align: center; line-height: 1;}
.skip.on {height: auto; overflow: auto;}
.skip a {display: block; padding: 10px 0; color: #fff; text-decoration: none;}


/* bxSlider */

.bx-wrapper {margin: 0 auto;}
.bx-wrapper .bx-viewport {left: 0; background: transparent; border: 0 solid #fff; box-shadow: 0 0 0 #000; -webkit-box-shadow: 0 0 0 #000; -moz-box-shadow: 0 0 0 #000;}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {position: absolute; bottom: initial; bottom: inherit; padding: 0; width: 100%; font-size: 0;}
.bx-wrapper .bx-pager .bx-pager-item {vertical-align: top;}
.bx-wrapper .bx-pager .bx-pager-item a {margin: 0 5px;}
.bx-wrapper .bx-controls-direction a {z-index: 5;}


/* header */

header {position: absolute; top: 0; left: 0; width: 100%; z-index: 50;}
header a {-webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
header .inner {position: relative; height: 80px; text-align: right; z-index: 5;}
header .inner.hover:after {display: block; content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 321px; background-color: rgba( 0, 0, 0, 0.7 ); filter: progid:DXImageTransform.Microsoft.gradient( startColorStr=#b3000000, endColorStr=#b3000000 ); -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorStr=#b3000000, endColorStr=#b3000000 )"; }
header .inner .cen {font-size: 0;}

header .logo {position: absolute; top: 19px; left: 0;}
header .logo a {width: 194px; height: 44px; background: url(../img/common/imgLogo.png) center center no-repeat;}

header .gnb {display: inline-block; position: relative; padding-top: 12px; vertical-align: top; z-index: 6;}
header .gnb a {font-family: 'Lato', sans-serif; color: #fff; letter-spacing: 0;}
header .gnb > ul {}
header .gnb > ul > li {margin-left: 105px;}
header .gnb > ul > li > a {display: block; position: relative; line-height: 68px; font-size: 17px;}
header .gnb > ul > li > a:hover,
header .gnb > ul > li.on > a {color: #ef8200;}
header .gnb > ul > li > a:after {display: block; content: ""; position: absolute; bottom: 10px; left: 50%; margin-left: -3px; width: 6px; height: 6px; background-color: transparent; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; z-index: 1;}
header .gnb > ul > li.on > a:after {background-color: #efc500;}
header .inner.hover .gnb > ul > li > a:after {background-color: transparent;}
header .gnb > ul > li .dep2 {display: none; position: absolute; top: 100%; left: 0; padding-top: 20px; text-align: left;}
header .gnb > ul > li .dep2:before {display: block; content: ""; position: absolute; top: 0; left: 0; width: 8px; height: 2px; background-color: #fff;}
header .inner.hover .gnb > ul > li .dep2 {display: block;}
header .gnb > ul > li .dep2 li {}
header .gnb > ul > li .dep2 li + li {margin-top: 7px;}
header .gnb > ul > li .dep2 li a {line-height: 1.6em; font-size: 13px;}
header .gnb > ul > li .dep2 li a:hover,
header .gnb > ul > li .dep2 li.on a {color: #ef8200;}

header .util {display: inline-block; margin: 28px 0 0 85px; vertical-align: top;}
header .util li {margin-left: 65px;}
header .util li a {line-height: 44px; font-size: 18px; color: #7a7b7d; font-weight: 500;}

header .menu,
header .menu_mob {display: none;}

	/* header - mob */
	body.mob header {position: fixed; width: 720px;}
	body.mob header .inner {height: 98px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
	body.mob header.bg .inner {background-color: rgba(0, 0, 0, 0.5); filter: progid:DXImageTransform.Microsoft.gradient( startColorStr=#80000000, endColorStr=#80000000 ); -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorStr=#80000000, endColorStr=#80000000 )";}
	body.mob header .inner .cen {width: 100%;}
	body.mob header .logo {position: relative; top: 0; text-align: center;}
	body.mob header .logo a {height: 98px; background-size: auto 36px;}
	body.mob header .gnb {display: none;}
	body.mob header .menu {display: block; position: absolute; top: 0; left: 0; margin: 0; width: 125px; height: 98px; background: url(../img/common/btnMenu.png) center center no-repeat;}
	
	body.mob header .menu_mob {display: none; position: absolute; top: 100%; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); filter: progid:DXImageTransform.Microsoft.gradient( startColorStr=#80000000, endColorStr=#80000000 ); -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorStr=#80000000, endColorStr=#80000000 )"; z-index: 5;}
	body.mob header.on .menu_mob {display: block;}
	body.mob header .menu_mob .panel {padding: 50px 30px 50px 45px;width: 460px; height: 100%; background-color: #fff;}
	body.mob header .menu_mob .gnb {display: block;}
	body.mob header .menu_mob .gnb > li {} 
	body.mob header .menu_mob .gnb > li + li {margin-top: 5px;}
	body.mob header .menu_mob .gnb > li > a {line-height: 1.5em; font-size: 30px; color: #000;}
	body.mob header .menu_mob .gnb > li.on > a {color: #ef8200;}
	body.mob header .menu_mob .gnb .dep2 {padding: 20px 0 30px;}
	body.mob header .menu_mob .gnb .dep2 > li {}
	body.mob header .menu_mob .gnb .dep2 > li > a {line-height: 1.6em; font-size: 20px; color: #000; font-weight: 600;}
	body.mob header .menu_mob .gnb .dep2 > li.on > a {color: #ef8200;}


/* footer */

footer {background-color: #fff; text-align: center;}
footer a {-webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}

footer .foot {padding: 85px 0 200px;}
footer .logo {margin-bottom: 20px;}
footer .logo a {width: 153px; height: 63px; background: url(../img/common/imgFooterLogo.png) center center no-repeat;}
footer .util {margin-bottom: 20px; font-size: 0;}
footer .util li {display: inline-block; position: relative; vertical-align: top;}
footer .util li + li {margin-left: 7px; padding-left: 14px;}
footer .util li + li:before {display: block; content: "·"; position: absolute; top: 0; left: 0; font-size: 14px; color: #585858;}
footer .util li a {font-size: 14px; color: #585858;}
footer .info {line-height: 1.6em; font-size: 16px; color: #696969;}
footer .info.copy {margin-top: 25px;}
footer .mark {position: absolute; top: 5px; right: 0; font-size: 0;}
footer .mark li {display: inline-block; vertical-align: top;}
footer .mark li a {margin: 0 5px;}

	/* footer - mob */
	body.mob footer .util li + li:before,
	body.mob footer .util li a {font-size: 22px;}
	body.mob footer .info {font-size: 12px;}
	body.mob footer .mark {position: static; margin-top: 50px;}



/* quick */

.quick {position: fixed; top: 710px; right: 30px; z-index: 3;}



/* popup */

.popup {display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba( 0, 0, 0, 0.5 ); filter: progid:DXImageTransform.Microsoft.gradient( startColorStr=#80000000, endColorStr=#80000000 ); -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorStr=#80000000, endColorStr=#80000000 )"; z-index: 51;}
.popup.on {display: block;}
.popup .panel {position: relative; margin: 330px auto 0; padding: 70px 45px; width: 788px; max-width: 94%; min-height: 590px; background-color: #fff; text-align: center; overflow: hidden; z-index: 1;}
.popup .close {position: absolute; top: 0; right: 0; width: 72px; height: 71px; background: url(../img/common/icnPopupClose.png) center center no-repeat;}
.popup .title {margin-bottom: 20px; line-height: 1.2em; font-size: 32px; font-weight: 500;}
.popup .desc {line-height: 1.5em; font-size: 17px; color: #373737;}

.popup .panel.customer {}
.popup .panel.customer .title {padding-top: 115px; background: url(../img/common/icnCustomer.png) center 0 no-repeat;}
.popup .panel.customer .desc {font-size: 20px;}
.popup .panel.customer .input {margin: 35px 0 15px; font-size: 0;}
.popup .panel.customer .input input {width: 384px; height: 50px; border-color: #b7b7b7;}
.popup .panel.customer .input .btn {margin-left: 10px; width: 146px; height: 50px; line-height: 50px; font-size: 18px; color: #fff; background-color: #ee7d1c; text-align: center;}
.popup .panel.customer .link {margin-right: 20px; padding-bottom: 5px; font-size: 20px; color: #373737; border-bottom: 2px solid #aeaeae;}
.popup .panel.customer .chkB {margin-top: 5px;}
.popup .panel.customer .chkB input + label {font-size: 20px; color: #373737;}

	/* footer - mob */
	body.mob .popup .panel {width: 630px;}
	body.mob .popup .panel .title {margin-bottom: 40px;}
	body.mob .popup .panel .desc {font-size: 22px;}

	body.mob .popup .panel.customer .title {margin-bottom: 10px;}
	body.mob .popup .panel.customer .input .btn {font-size: 20px;}
