@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 !important; font-weight: 400;}
.roboto {font-family: 'Roboto', sans-serif !important; font-weight: 400;}
.myjo {font-family: 'Nanum Myeongjo', sans-serif !important; font-weight: 400; letter-spacing: -2px !important;}


/* 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: 400; letter-spacing: -0.5px;}
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%; background-color: #fff; border: 1px solid #000; background-repeat: no-repeat; text-align: left !important; vertical-align: top; outline: none; 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 {border-color: #000; 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/imgSelect.png); background-position: right 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/imgCalendar.png); background-position: 95% center;}

.chkB {display: inline-block; position: relative; vertical-align: top;}
.chkB input {position: absolute; top: 0; left: 0; margin: 0; padding: 0 !important; border: 0 !important; opacity: 0; z-index: 2; cursor: pointer;}
.chkB input + label {display: inline-block; 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 {}
.chkB input + label:hover {color: #000;}

.chkB input[type="checkbox"] + label {background: url(../img/common/imgChkOff.png) 0 50% no-repeat;}
.chkB input[type="checkbox"]:checked + label {background: url(../img/common/imgChkOn.png) 0 50% no-repeat;}

.chkB input[type="radio"] + label {background: url(../img/common/imgRChkOff.png) 0 50% no-repeat;}
.chkB input[type="radio"]:checked + label {background: url(../img/common/imgRChkOn.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: 1440px;}

.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: 1440px;}

.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: 750px; -webkit-overflow-scrolling:touch;}
	body.mob div.flt > div {float: none !important; margin-left: 0 !important; width: 100% !important;}

	body.mob .cen {width: 690px;}

	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 {}


/* flex */

.flex {position: relative; overflow-x: auto;}
.flex ul {display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.flex ul li {-ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%;}
.flex ul li a,
.flex ul li span {-webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.flex ul li a {display: block; text-align: center; overflow: hidden;}


/* 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%; background-position: center 0; background-repeat: repeat-y; 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 {height: 85px; background-color: rgba(19, 21, 31, 0.1); filter: progid:DXImageTransform.Microsoft.gradient( startColorStr=#1a13151f, endColorStr=#1a13151f ); -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorStr=#1a13151f, endColorStr=#1a13151f )"; text-align: right;}
header .cen {font-size: 0;}

header .logo {position: absolute; top: 0; left: 0;}
header .logo a {width: 140px; height: 85px; background: url(../img/common/imgLogo.png) center 18px no-repeat;}

header .util {display: inline-block; margin-left: 45px; padding-top: 27px; font-size: 0; vertical-align: top;}
header .util ul {display: inline-block; vertical-align: top;}
header .util ul li {position: relative; margin-left: 10px; padding-left: 10px;}
header .util ul li + li:before {display: block; content: ""; position: absolute; top: 50%; left: 0; margin-top: -1px; width: 2px; height: 2px; background-color: #b6bede; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;}
header .util ul li a {line-height: 31px; font-size: 16px; color: #b6bede;}
header .util .admin {margin-left: 30px; width: 87px; background-color: #a873ff; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; text-align: center;}
header .util .admin span {padding-left: 20px; line-height: 31px; font-size: 16px; color: #fff; background: url(../img/common/imgAdmin.png) 0 center no-repeat;}
header .util .menu {margin-left: 38px;width: 22px;height: 31px;/* background: url(../img/common/imgMenu.png) center center no-repeat; */}

header nav.gnb {display: inline-block; padding-top: 27px; vertical-align: top;}
header nav.gnb ul {}
header nav.gnb ul li {margin-left: 60px;}
header nav.gnb ul li a {line-height: 31px; font-size: 20px; color: #fff;}
header nav.gnb ul li a:hover,
header nav.gnb ul li.on a {color: #a873ff !important;}

header nav.gnb_mob {display: none;}

	/* header - mobile */
	body.mob header {position: fixed; top: 0; left: 0; width: 750px;}
	body.mob header .inner {height: 90px; background: #fff;}
	body.mob header .cen {width: 100%; height: 100%}
	body.mob header .logo {position: relative; text-align: center;}
	body.mob header .logo a {width: 152px; height: 90px; background: url(../img/common/imgLogo_mob.png) center 16px no-repeat;}

	body.mob header .nav {display: block; position: absolute; top: 0; left: 0; width: 92px; height: 90px; background: url(../img/common/imgNav.png) center center no-repeat;}

	body.mob header .util,
	body.mob header nav.gnb {display: none;}

	body.mob header nav.gnb_mob {position: absolute; top: 100%; left: 0; width: 750px; height: 100vh;}
	body.mob header nav.gnb_mob.on {display: block;}
	body.mob header nav.gnb_mob > div {position: absolute; top: 0; left: 0; width: 500px; height: 100%; background-color: #393c42; text-align: left;}
	body.mob header nav.gnb_mob .my {position: relative; padding: 47px 15px 40px 145px;}
	body.mob header nav.gnb_mob .my .thumb,
	body.mob header nav.gnb_mob .my .thumb span {border: 2px solid #616368; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; overflow: hidden;}
	body.mob header nav.gnb_mob .my .thumb {position: absolute; top: 34px; left: 35px; padding: 5px; width: 90px; height: 90px;}
	body.mob header nav.gnb_mob .my .thumb span {width: 76px; height: 76px;}
	body.mob header nav.gnb_mob .my .name {display: inline-block; margin-right: 5px; line-height: 31px; font-size: 26px; color: #fff; font-weight: 300; vertical-align: top;}
	body.mob header nav.gnb_mob .my .name em {font-weight: 500;}
	body.mob header nav.gnb_mob .my .type {display: inline-block; padding: 0 8px; line-height: 27px; font-size: 18px; color: #a2aab9; border: 2px solid #a2aab9; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; text-align: center; vertical-align: top;}
	body.mob header nav.gnb_mob .my .type.admin {color: #a873ff; border-color: #a873ff;}
	body.mob header nav.gnb_mob .my .desc {margin-top: 5px; font-size: 20px; color: #a2aab9;}

	body.mob header nav.gnb_mob ul.gnb { border-top: 1px solid #616368;}
	body.mob header nav.gnb_mob ul.gnb > li {border-bottom: 1px solid #616368;}
	body.mob header nav.gnb_mob ul.gnb > li > a {display: block; padding: 0 40px; line-height: 79px; font-size: 26px; color: #fff; background: url(../img/common/imgGnbMobOff.png) 94% center no-repeat;}
	body.mob header nav.gnb_mob ul.gnb > li > a:hover,
	body.mob header nav.gnb_mob ul.gnb > li.on > a {color: #a873ff;}
	body.mob header nav.gnb_mob ul.gnb > li.on > a {background-image: url(../img/common/imgGnbMobOn.png);}
	body.mob header nav.gnb_mob ul.gnb > li > ul {display: none; padding: 20px 40px; background-color: #303338; border-top: 1px solid #616368;}
	body.mob header nav.gnb_mob ul.gnb > li.on > ul {display: block;}
	body.mob header nav.gnb_mob ul.gnb > li > ul > li {}
	body.mob header nav.gnb_mob ul.gnb > li > ul > li > a {display: block; position: relative; padding-left: 15px; line-height: 44px; font-size: 22px; color: #bebfc0;}
	body.mob header nav.gnb_mob ul.gnb > li > ul > li > a:before {display: block; content: ""; position: absolute; top: 50%; left: 0; margin-top: -1.5px; width: 3px; height: 3px; background-color: #bebfc0; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;}
	body.mob header nav.gnb_mob ul.gnb > li > ul > li > a:hover,
	body.mob header nav.gnb_mob ul.gnb > li > ul > li.on > a {color: #fff;}
	body.mob header nav.gnb_mob ul.gnb > li > ul > li > a:hover::before,
	body.mob header nav.gnb_mob ul.gnb > li > ul > li.on > a:before {background-color: #fff;}


/* footer */

footer {padding: 45px 0; background-color: #292f3f;}
footer a {-webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}

footer .logo {margin-bottom: 15px; width: 116px; height: 35px; background: url(../img/common/imgFootLogo.png) center center no-repeat;}

footer .info {}
footer .info span {margin-right: 15px; font-size: 16px; color: #777f93; font-weight: 500;}

footer .bank {position: absolute; bottom: 0; right: 0; line-height: 1.2em; font-size: 22px; color: #fff;}

	/* footer - mobile */
	body.mob footer {text-align: center;}
	body.mob footer .logo,
	body.mob footer .bank {display: none;}
	body.mob footer .info span {font-size: 20px;}





/* popup */

.popup {display: none; position: fixed; top: 0; left: 0; padding: 15px; width: 100%; height: 100%; background-color: rgba( 0, 0, 0, 0.2 ); filter: progid:DXImageTransform.Microsoft.gradient( startColorStr=#33000000, endColorStr=#33000000 ); -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorStr=#33000000, endColorStr=#33000000 )"; z-index: 100;}
.popup.on {display: block;}
.popup .panel {position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: auto; max-width: 90%; background-color: #fff; border-radius: 5px;}
.popup .panel.wide {width: 1280px;}
.popup .panel.mid {width: 999px;}
.popup .panel.min {width: 690px;}

.popup .panel .head {position: relative; padding: 0 20px; height: 64px; background-color: #a873ff;}
.popup .panel .head .title {display: inline-block; line-height: 64px; font-size: 24px; color: #fff; font-weight: 500; vertical-align: top;}
.popup .panel .close {position: absolute; top: 0; right: 0; width: 64px; height: 64px; background: url(../img/common/imgPopupClose.png) center center no-repeat;}

.popup .panel .body {position: relative; padding: 30px 20px;}