@charset "utf-8";
@import url(jquery.bxslider.css);
@import url(font.css);
@import url(style.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;}
.dm {font-family: 'DM Serif Text', sans-serif; font-weight: 400;}


/* Default Setting */

*, ::before, ::after {margin: 0; padding: 0; box-sizing: border-box;}
html, body, div, input, label, select, textarea, button, h1, h2, h3, h4, h5, h6, strong, p, span, a, ul, li, dl, dt, dd, a, ::after, ::before {line-height: 1.4em; font-family: 'Noto', 'Malgun Gothic', 'Dotum', sans-serif; font-size: 14px; color: #000; font-weight: normal; letter-spacing: -1px;}
header, footer, section, article, aside, nav, hgroup, details, menu, figure, figcaption, strong, 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-weight: normal; 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; margin-right: 15px; min-width: 21px; height: 21px; vertical-align: top;}
.chkB input {position: absolute; top: 0; left: 0; margin: 0; padding: 0 !important; width: 21px !important; height: 21px; border: 0 !important; opacity: 0; z-index: 2; cursor: pointer;}
.chkB input + label {display: inline-block; padding: 0 0 0 26px !important; height: 21px; line-height: 21px; 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: 21px !important;}
.chkB input + label:hover {color: #000;}

.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;}


/* common */ 

body {position: relative; background-color: #fff;}
body.pc {min-width: 1600px;}

.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: 1400px;}

.pc_show {display: block !important;}
.pc_show_i {display: inline-block !important;}
.mob_show, .mob_show_i {display: none !important;}

	/* common - mobile */
	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: 660px;}

	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: 6px; background-color: #d0d0d0;}
	body.mob ::-webkit-scrollbar-thumb {height: 6px; background-color: #0e0e0e;}
	body.mob ::-webkit-scrollbar-track-piece {}


/* 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: relative; 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: 90px; background-color: #fff; text-align: center;}
header .inner .cen {width: 1600px; font-size: 0;}

header .logo {position: absolute; top: 0; left: 0;}
header .logo a {width: 194px; height: 90px; background: url(../img/common/imgLogo.png) center center no-repeat;}

header .menu {display: none;}

header .gnb {display: inline-block; vertical-align: top;}
header .gnb ul {}
header .gnb ul li {margin-left: 60px;}
header .gnb ul li a {line-height: 90px; font-size: 20px; font-weight: 500;}

header .gnb_mob {display: none;}

header .util {position: absolute; top: 0; right: 0;}
header .util ul {}
header .util ul li {}
header .util ul li .call {display: block; padding: 0 30px; height: 90px; line-height: 90px; background-color: #494d4c;}
header .util ul li .call span {margin-top: -5px; padding-left: 35px; font-size: 22px; color: #fff; background: url(../img/common/icnUtilCall.png) 0 center no-repeat; vertical-align: middle;}
header .util ul li .email {display: block; width: 100px; height: 90px; background: #727171 url(../img/common/icnUtilEmail.png) center center no-repeat;}
header .util ul li .email:hover {background-color: #666;}

	/* header - mobile */
	body.mob header {position: fixed; top: 0; left: 0; width: 720px;}
	body.mob header .inner .cen {width: 100%;}
	body.mob header .logo {position: relative; text-align: center;}
	body.mob header .menu {display: block; position: absolute; top: 0; left: 0; width: 90px; height: 90px; background: url(../img/common/btnMenu.png) center center no-repeat;}
	body.mob header .gnb,
	body.mob header .util {display: none;}
	body.mob header .gnb_mob {position: absolute; top: 100%; left: 0; width: 720px; height: 100vh; background-color: rgba(0, 0, 0, 0.5);}
	body.mob header .gnb_mob.on {display: block;}
	body.mob header .gnb_mob > div {position: relative; width: 460px; height: 100%; background-color: #fff; text-align: left;}
	body.mob header .gnb_mob ul {}
	body.mob header .gnb_mob ul li {}
	body.mob header .gnb_mob ul li a {display: block; padding: 0 30px; line-height: 60px; font-size: 24px; font-weight: 500;}


/* footer */

footer {padding: 105px 0; background-color: #ebebeb;}
footer a {-webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}

footer .top {position: absolute; top: -173px; right: -100px; width: 68px; height: 68px; line-height: 68px; background-color: #d9d9d9; text-align: center;}
footer .top:hover {background-color: #757575;}
footer .top span {margin-top: -5px; padding-top: 15px; font-size: 18px; color: #fff; font-weight: bold; background: url(../img/common/icnTop.png) center 0 no-repeat; letter-spacing: -0.5px; vertical-align: middle;}
footer .logo {position: absolute; top: 50%; left: 0; margin-top: -22px;}
footer .logo a {width: 194px; height: 44px; background: url(../img/common/imgLogo.png) center center no-repeat;}
footer .info,
footer .info a,
footer .info span {line-height: 24px; color: #464646;}
footer .info {padding-left: 255px;}
footer .info,
footer .info a {font-size: 16px; font-weight: 500;}
footer .info + .info {margin-top: 25px;}
footer .info span {width: 20px; font-size: 14px; text-align: center;}
footer .info.lnk a {font-size: 14px; color: #757575; font-weight: bold;}
footer .info.op {margin-top: 20px; color: #959595;}

	/* footer - mobile */
	body.mob footer {text-align: center;}
	body.mob footer .top {right: -30px;}
	body.mob footer .logo {position: relative; top: 0; margin: 0 0 30px;}
	body.mob footer .info {padding-left: 0;}



/* 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: 50;}
.popup.on {display: block;}
.popup .panel {margin: 380px auto 0; width: 1000px; background-color: #fff; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; overflow: hidden;}
.popup .panel > div {position: relative;}
.popup .panel .head {padding: 30px 104px 30px 40px; height: 112px;}
.popup .panel .head .title {line-height: 52px; font-size: 30px; font-weight: 900;}
.popup .panel .head .close {position: absolute; top: 0; right: 0; width: 104px; height: 112px; background: url(../img/common/icnClosePopup.png) center center no-repeat;}
.popup .panel .head .button {position: absolute; top: 41px; right: 114px; font-size: 0;}
.popup .panel .head .button .btn {padding: 4px 5px; width: 92px; max-width: 100%; line-height: 22px; font-size: 15px; color: #fff; background-color: #c2c2c2; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; text-align: center; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.popup .panel .head .button .btn + .btn {margin-left: 10px;}
.popup .panel .head .button .btn:hover {background-color: #666;}
.popup .panel .head .button .btn.black {background-color: #17100f;}

.popup .panel .body {padding: 30px 40px; background-color: #f7f7f7; text-align: left;}
.popup .panel .body table.write {}
.popup .panel .body table.write thead {}
.popup .panel .body table.write tbody {}
.popup .panel .body table.write tr {}
.popup .panel .body table.write tr th {padding: 10px 0 10px 20px; font-size: 18px; color: #333d49; font-weight: 500;}
.popup .panel .body table.write tr td {position: relative; padding: 10px 20px; font-size: 0;}
.popup .panel .body table.write tr td input,
.popup .panel .body table.write tr td select,
.popup .panel .body table.write tr td textarea {padding: 0 15px; height: 50px; font-size: 16px; color: #666; border-color: #f0f0f0; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; outline: none;}
.popup .panel .body table.write tr td textarea {padding: 15px; height: 290px;}
.popup .panel .body table.write tr td input:focus,
.popup .panel .body table.write tr td select:focus,
.popup .panel .body table.write tr td textarea:focus {border-color: #999;}

.popup .panel .body table.write tr td .half {width: 49%;}
.popup .panel .body table.write tr td .triple {width: 32%;}
.popup .panel .body table.write tr td .half + .half,
.popup .panel .body table.write tr td .triple + .triple {margin-left: 2%;}
.popup .panel .body table.write tr td .full {width: 100%;} 

.popup .panel .body table.write tr td .chkB {margin: 4px 0; min-width: 120px; height: 22px;}
.popup .panel .body table.write tr td .chkB input {width: 22px !important; height: 22px;}
.popup .panel .body table.write tr td .chkB input + label {padding-left: 30px !important; height: 22px; line-height: 22px; color: #666;}
.popup .panel .body table.write tr td .chkB input + label span {font-size: 16px; color: #999;}

.popup .panel .body table.write tr td .link {line-height: 30px; font-size: 16px; color: #fff; background-color: #c2c2c2; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; text-align: center;}
.popup .panel .body table.write tr td .chkB + .link {margin-left: 15px; width: 122px;}

.popup .panel .body table.write tr td.sum input {padding-right: 50px;}
.popup .panel .body table.write tr td.sum span {position: absolute; top: 10px; right: 20px; width: 50px; line-height: 50px; font-size: 16px; color: #666; text-align: center; z-index: 5;}

.popup .panel .body table.write tr.bot_line th,
.popup .panel .body table.write tr.bot_line td {padding-bottom: 30px !important; border-bottom: 1px solid #dedada;}
.popup .panel .body table.write tr.bot_line + tr th,
.popup .panel .body table.write tr.bot_line + tr td {padding-top: 30px !important;}

.popup .panel .foot {}
.popup .panel .foot .button {font-size: 0;}
.popup .panel .foot .button .btn {line-height: 109px; font-family: 'Nanum Myeongjo', sans-serif; font-size: 30px; color: #fff; font-weight: 900; background-color: #cacaca; text-align: center;}
.popup .panel .foot .button .btn.gray {background-color: #403c3c;}
.popup .panel .foot .button .btn.half {width: 50%;}
.popup .panel .foot .button .btn.full {width: 100%;}

	/* popup - mobile */
	body.mob .popup .panel {margin-top: 100px; width: 660px;}
	body.mob .popup .panel .head {padding-left: 30px;}
	body.mob .popup .panel .body {padding: 30px;}
	body.mob .popup .panel .body table.write tr th {padding-left: 0;}
	body.mob .popup .panel .body table.write tr td {padding: 10px 0;}
	body.mob .popup .panel .body table.write tr td .half {width: 100%;}
	body.mob .popup .panel .body table.write tr td .half + .half {margin: 5px 0 0;}
	body.mob .popup .panel .body table.write tr td.sum span {right: 0;}