
@charset "utf-8";
@import "normalize.css";
@import "webfonts/nanumsquare.css";
@import "jquery.mCustomScrollbar.css";
@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@2.0/nanumsquare.css);
html,
body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font-weight: 500;
	line-height: 1.5;
}

html {
	font-size: 10px;
	overflow-y: scroll;
	overflow-x: hidden;
}

body {
	height: auto;
	font-family: 'NanumSquare', sans-serif;
	color: #232323;
}

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	/* color: #004863; */
}

ul,
ul li {
	list-style: none;
}

img,
fieldset,
iframe {
	border: 0 none;
}

form legend,
fieldset legend,
hr {
	display: none;
}

em,
address {
	font-style: normal;
}

table {
	width: 100%;
	
}

table caption {
	display: none;
}

table th {
	text-align: center;
}

button {
	border: 0;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: normal;
}

strong,
.strong {
	font-weight: 800;
}

.fs_2rem,
.fs_2rem * {font-size: 2rem !important;}

.c_im {
	color: var(--color);
}

.overflow {
	overflow: hidden !important;
}

.hidden {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -5000px;
}

.show {
	display: block !important;
}

.floatL {
	float: left !important;
}

.floatR {
	float: right !important;
}

.alignC {
	text-align: center !important;
}

.alignL {
	text-align: left !important;
}

.alignR {
	text-align: right !important;
}

.marB0 {margin-bottom: 0px !important;}
.marB5 {margin-bottom: 5px !important;}
.marB10 {margin-bottom: 10px !important;}
.marB20 {margin-bottom: 20px !important;}
.marB30 {margin-bottom: 30px !important;}
.marB40 {margin-bottom: 40px !important;}
.marB50 {margin-bottom: 50px !important;}
.marB60 {margin-bottom: 60px !important;}
.marT5 {margin-top: 5px !important;}
.marT10 {margin-top: 10px !important;}
.marT20 {margin-top: 20px !important;}
.marT30 {margin-top: 30px !important;}
.marT40 {margin-top: 40px !important;}
.marT50 {margin-top: 50px !important;}

.marL10 {margin-left: 10px !important;}
.marL20 {margin-left: 20px !important;}

.padT10 {padding-top: 10px !important;}
.padT20 {padding-top: 20px !important;}

body.desktop .m-show,
body.mobile .m-hide {display: none;}
body.mobile .m-show,
body.desktop .m-hide {display: block;}

#menuWrap,
.navUtil,
.btn,
.loginBox,
input[type=radio]+label, input[type=checkbox]+label,
.form-filed,
.editBox .notice, .form-notice,
.popup-box h3, 
.popup-box .popup-txt,
.tableList table tbody td,
.popup-txt ._center,
dl.transport ,
.tableList table th, .tableList table td,
.visual-under-link .link-area > a,
.gallery-titleArea h4 span {
	-webkit-transform: skewx(0.03deg);
	-moz-transform: skewx(0.03deg);
	-ms-transform: skewx(0.03deg);
	-o-transform: skewx(0.03deg);
	transform: skewx(0.03deg);
}

/* -- input -- */
input,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
textarea,
select {
	font-size: 1.6rem;
	height: 56px;
	line-height: 1.6;
	padding: 0 20px;
	width: 100%;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #a2a2a2;
	border-radius: 5px;
}

input.readonly {
	color: #969696;
	background-color: #e3e3e3;
}

.form-area input._full {
	max-width: 100%;
	margin-right: 0;
}

textarea.dft {
	height: 200px;
	padding: 15px;
	margin-bottom: 10px;
}


/* -- checkbox & radio -- */
input[type=radio],
input[type=checkbox] {
	display: none;
}

input[type=radio]+label,
input[type=checkbox]+label {
	display: inline-block;
	position: relative;
	cursor: pointer;
	padding-left: 25px;
	margin-right: 15px;
}

input[type=checkbox]+label:before,
input[type=radio]+label:before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 0px;
	position: absolute;
	left: 0;
	top: 4px;
	background-color: #fff;
	border-radius: 2px;
	border: 1px solid var(--color);
	font-weight: normal;
}
input[type="radio"] + label:before {
    top: 4px;
    border-radius: 50%;
    font-size: 10px;
}

input[type=radio]:checked+label:before,
input[type=checkbox]:checked+label:before {
	content: "";
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	background: var(--color); url('/resources/images/users/input-check.png') center center no-repeat;
	border-color: var(--color);
	text-align: center;
	line-height: 13px;
}

.radio-box.sty2 input[type=radio]:checked+label:before {
	background: #fff;

	border-radius: 50%;
}

.radio-box.sty2 input[type=radio]:checked+label:after {
	content: "";
	background: #000;
	width: 10px; height: 10px;
	border-radius: 50%;
	position: absolute;
	left: 4px;
	top: 8px;
}



/* -- button -- */
.btnWrap {
	text-align: center;
	width: 100%;
}
.btn {
	display: inline-block;
	min-width: 160px;
	color: #fff;
	font-size: 2rem;
	font-weight: 800;
	text-align: center;
	background-color: var(--color);
	border-radius: 10px;
	padding: 12px;
	box-sizing: border-box;
	margin: 5px 5px 0;
}

#popup .popup-box .btn {
	min-width: 96px;
	font-size: 1.4rem;
	padding: 8px 15px;
}

.btn.big {
	font-size: 2.4rem;
	padding: 14px 40px;
	font-weight: bold;
}
.btn.full {
	width: 100%;
	margin-left: 0;
}
.btn.small {
	font-size: 1.6rem;
	padding: 3px 10px;
	min-width: auto;
	border-radius: 5px;
}
.btn span.small {
	font-size: 80%;
}
.btn.wBig {
	min-width: 330px;
}
.btn._black,
.btn._cancle {
	background-color: #232323 !important;
}
.btn._grey {
	background-color: #505050;
}
.btn._org {
	background-color: #f87f76;
}
.btn.table-btn {
	font-size: 1.4rem;
	padding: 9px;
	min-width: 62px;
	margin: 0;
}
.btn._use {
	background-color: #7f7f7f;
}
.btn._expire {
	background-color: #bfbfbf;
}
.btn._asw {
	background-color: #d71a1a;
}

.btn-file {
	border: 1px solid #232323;
	display: inline-block;
    vertical-align: top;
    color: #232323;
    font-size: 1.3rem;
    font-weight: 600;
    text-align: center;
    padding: 6px 9px;
    border-radius: 5px;
	background: none;
	margin: 5px 0 0 10px;
}
.btn-file:hover {
	color: #fff;
	background-color: #232323;
}

.btn-anw {
	background-color: #606060;
}
.btn-anw:before {
	content: '';
	display: inline-block;
	width: 31px; height: 22px;
	vertical-align: top;
	margin: 5px 7px 0 0;
	background: url('/resources/images/users/sub/icon-btn-anw.png') center center no-repeat;
}

.btn-share {
	color: #232323;
	font-size: 1.8rem;
	background-color: #fff;
	border: 1px solid #232323;
	padding: 10px;
	min-width: 150px;
}
.btn-share:before {
	content: '';
	display: inline-block;
	width: 16px; height: 17px;
	vertical-align: top;
	margin: 4px 7px 0 0;
	background: url('/resources/images/users/sub/icon-share.png') center center no-repeat;
}

.btn._go {
	font-size: 1.7rem;
	font-weight: 500;
	background-color: #232323;
	padding: 5px 15px 5px 14px;
}
.btn._go::after {
    content: '';
	display: inline-block;
    width: 6px;
    height: 6px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #fff;
    transform: rotate(45deg);
    margin: 4px 0 0 5px;
}



/* -- select -- */
.page-board .selectBox {
	min-height: 64px;
	margin-bottom: 40px;
}
.page-board .selectBox .nice-select {
	height: 64px;
	line-height: 62px;
}
.selectBox .nice-select {
	min-width: 232px;
	border-color: #232323;
	font-size: 2rem;
}
.nice-select:active, .nice-select.open, .nice-select:focus {border-color: #232323 !important;}
.nice-select.open .list {
	width: 100%;
	border-color: #ababab;
	font-size: 2rem;
	box-shadow: 0 0 12px rgba(0 0 0 / 24%);
}

/* --- 팝업 --- */
#popup {
    width: 100%;
    text-align: center;
    position: fixed;
    top: 25vh;
    left: calc(50vw - 200px);
	z-index: 20;
}
#popup.sub-popup {
	left: calc(50vw - 345px);
}
#popup:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .2;
}

.popup-box {
	max-width: 400px;
	display: flex;
	flex-direction: column;
	height: 100%;
	position: relative;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0 0 12px 0 rgba(0 0 0 / 24%);
}

.popup-box h3 {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 800;
	text-align: center;
	background-color: var(--color);
	border-radius: 5px 5px 0 0;
	padding: 8px;
	word-break: keep-all;
}

.popup-box .popup-txt {
	text-align: left;
	font-size: 1.4rem;
	font-weight: 600;
	min-height: 200px;
	display: flex;
	justify-content: center;
	word-break: keep-all;
	padding: 20px 40px;
}

.layer-box {
	max-width: 670px;
	display: flex;
	flex-direction: column;
	height: 100%;
	position: relative;
	border: 2px solid #000;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 0 12px 0 rgba(0 0 0 / 24%);
}

.layer-box h3 {
	color: #232323;
	font-size: 2.2rem;
	font-weight: 800;
	text-align: center;
	border-bottom: 2px solid #000;
	padding: 24px 80px;
}

.popup-txt {
	text-align: center;
	font-size: 1.8rem;
	font-weight: 600;
	min-height: 210px;
	display: flex;
	justify-content: center;
}

.popup-txt ._center {
	flex: 1;
	align-self: center;
	justify-content: center;
}

.popup-box .btnWrap {
	padding-bottom: 20px;
}

.popupTextarea {
    font-size: 1.3rem;
	font-weight: 600;
    padding: 10px;
    height: 130px;
    margin-top: 10px;
}

.layer-box .closeBtn,
.popup-box .closeBtn.sty3 {
	position: absolute;
	top: 0; right: 0;
	background: #000 url('/resources/images/users/icon-close.png') center center no-repeat;
	width: 82px; height: 82px;
	border-radius: 0 5px 0 0;
}
.layer-box .btnWrap {
	padding: 10px 0 40px;
}


#popup.large-box {
	top: 13vh;
	left: 0;
}
#popup.large-box .popup-box h3 {
	background: none;
	color: #181400;
	font-size: 3rem;
	margin: 20px 0 60px;

}
#popup.large-box .popup-box {
	max-width: 924px;
	margin: 0 auto;
	border-radius: 20px;
	padding: 40px;
}
#popup.large-box .popup-box .popup-txt {
	position: relative;
	overflow-y: auto;
	max-height: 50vh;
	box-shadow: inset 3px 2px 7px rgb(0 0 0 / 25%);
	border-radius: 10px;
	padding: 20px 10px 20px 20px;
}
#popup.large-box .popup-box .popup-txt:after {
    content: '';
    position: absolute;
    bottom: 1px;
    left: 0;
    width: calc(100% - 20px);
    height: 50px;
    background: linear-gradient(to bottom, transparent 0%, #fff 100%);
}
#popup.large-box .popup-box .scroll-y {
    overflow-y: auto;
}
#popup.large-box .popup-box .scroll-y pre {
    font-family: inherit;
	font-size: 1.8rem;
}


#popup.img-popup {
	top: 5vh;
}
#popup.img-popup .popup-box {
	border-radius: 0;
	padding: 0;
	max-width: 922px;
	padding-top: 82px;
	box-shadow: none;
	background: transparent;
}
#popup.img-popup .popup-box .img-area {
	height: 80vh;
	overflow-y: auto;
}
#popup.img-popup .popup-box .img-area img {
	/* height: 100%; */
	width: 100%;
}
.img-popup .closeBtn.sty3 {
	border-radius: 0;
}


.closeBtn.sty2 {
	text-indent: -9999px;
	position: absolute;
	top: 60px; right: 40px;
	width: 49px; height: 49px;
}
.closeBtn.sty2:before,
.closeBtn.sty2:after {
	content: '';
	position: absolute;
	top: 23px; left: 0;
	width: 61px; height: 2px;
	background-color: var(--color);
	
}
.closeBtn.sty2:before {transform: rotate(45deg);}
.closeBtn.sty2:after {transform: rotate(-45deg);}
.closeBtn.sty3 {

}


/* --- slick --- */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



/* 
	mScrollbar
*/
/* custom scrollbar */
.mCSB_scrollTools {
	border: 0;
	border-radius: 20px;
	width: 15px;
}
.mCSB_scrollTools .mCSB_dragger {
	margin-top: 5px;
}
.mCSB_scrollTools .mCSB_draggerRail {
	width: 0;
	background-color: none;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width: 15px;
	height: calc(100% - 10px);
	border-radius: 20px;
	background-color: #222;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background-color: #222;
}
.view-content table {
    width: 100% !important;
}


/* 
	resposive
*/
@media all and (max-width: 930px) {
	html {font-size: 9px;}
	.layer-box .closeBtn {width: 77px; height: 77px;}
	/* popup */
	#popup.large-box {width: 95%; max-width: 95%; left: 2.5%;}
}
@media all and (max-width: 780px) {
	/* popup */
	#popup.sub-popup {width: 90%; left: 5%;}
}
@media all and (max-width: 720px) {
    html{touch-action: pan-y;}
	/* popup */
	.layer-box h3 {padding: 15px 40px;}
	.layer-box .popup-txt {min-height: 140px;}
	.layer-box .closeBtn {width: 50px; height: 50px; transform: scale(0.5); border-radius: 50%; right: -4px; top: 3px;}
	.layer-box .btnWrap {padding: 0px 0 20px;}
	.layer-box .btnWrap.marT20 {margin-top: 5px !important;}
    .btn.table-btn{padding: 1vw;min-width: 10vw}
}
@media all and (max-width: 500px) {
	/* popup */
	#popup.large-box .popup-box {padding: 20px;}
	.closeBtn.sty2 {transform: scale(0.7); top: 40px; right: 20px;}
    .popup-box .closeBtn.sty3 {transform: scale(0.7); top: -71px !important; right: -11px !important;}
    #popup.img-popup {top: 10vh;}
    #popup.img-popup .popup-box {padding: 0 !important;}
	#popup.large-box .popup-box h3 {font-size: 2.5rem; text-align: left; margin-bottom: 30px;}
}
@media all and (max-width: 440px) {
	/* popup */
	#popup {width: 90%; left: 5%;}
	.popup-box .popup-txt {padding: 20px;}
}
