@charset "UTF-8";
/*@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700');*/
@import url('https://fonts.googleapis.com/css?family=Ubuntu');
@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css);

/*::-webkit-scrollbar { width:4px; height:4px; }
::-webkit-scrollbar-track {background-color:#eaeaea;border-left: 0px solid #ccc;}
::-webkit-scrollbar-thumb {background-color:#aaa;}*/
/*::-webkit-scrollbar-thumb:hover { background-color:#999; }*/

/**** reset ::: 스타일초기화*****/
*{margin:0; padding:0; -webkit-tap-highlight-color: rgba(0,0,0,0);}
*{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
html, body { width:100%; height: 100%; margin:0 !important;  padding:0 !important; }
*:focus {outline:0;}


/* 기본폰트 */
* {font-family: 'Noto Sans', sans-serif;}
body {font-family: 'Noto Sans', sans-serif !important; font-weight:400; letter-spacing:-.8px;}
body { -webkit-text-size-adjust: 100%; -moz-text-size-adjust: 100%; -ms-text-size-adjust: 100%;  word-break: keep-all; word-wrap: break-word; }


a {text-decoration:none; color:#333;}
a:link, a:visited {text-decoration:none;}
a:hover,  a:active {text-decoration:none;}

/*table 기본설정*/
table {border:none; border-collapse:collapse; border-spacing:0;}
td,th, fieldset,img,abbr,acronym, img,fieldset,iframe  {border:0 none;}
address,caption,cite,code,dfn,em,th,var {font-weight:normal;font-style:normal;}
dl, dt, dd, ul, ol,ul {margin:0; padding:0; list-style:none}
caption, legend {overflow:hidden;font-size:0;line-height:0;height:0;width:0;text-indent:-999em;}
hr {display:none;}
img, input, button, select, textarea {vertical-align:middle;}
textarea {overflow-y:auto;}


/***input***/
input::-webkit-input-placeholder{color:#666;} /* 웹킷 전용 속성  크롬에서 플레이스홀더 텍스트 글자 색상 조정 */
input:-moz-placeholder{color:#666;} /* 파이어폭스 전용 속성 */
.ie8 a:active, .ie8 a:focus {outline: none; ie-dummy: expression(this.hideFocus=true);}

input, textarea, button {-webkit-appearance:none; -moz-appearance:none; appearance:none;}
input, textarea, button, select {-webkit-border-radius:0; -moz-border-radius:0; -o-border-radius:0; border-radius:0;}

form {margin:0;padding:0;}
fieldset {margin:0;padding:0;border:0 none;}
.ie7 legend {position:absolute;left:-99999px; top:-9999px; display:inline; width:1px;height:1px;text-indent:0;}
label {cursor:pointer; margin:0; padding:0; vertical-align:middle}
caption {overflow:hidden; visibility:hidden;  width:0;height:0;margin:0;padding:0;font-size:0;line-height:0;}
button {cursor:pointer; border:0 none;}
button,input,textarea {margin:0; outline:none;}


input[type='checkbox'],input[type='radio'] {margin:0; padding:0;}
input[type="text"], input[type="password"] {	-webkit-appearance:none;  -moz-appearance: none; appearance: none; -webkit-border-radius:0; border-radius:0; border:none;}
select, textarea{	-webkit-appearance:none;  -moz-appearance: none; appearance: none; -webkit-border-radius:0;border-radius:0; border:none;}
select::-ms-expand{display: none;}
select {vertical-align:middle;	padding-left:10px; border:none; -webkit-appearance:none; -webkit-border-radius:0; -moz-appearance: none; appearance: none; }
select option:disabled {background:#eee;}

/*textarea:focus, input[type="text"]:focus, input[type="password"]:focus {
	box-shadow: 0 1px 0 #2392F3 inset, 0 -1px 0 #2392F3 inset, 1px 0 0 #2392F3 inset, -1px 0 0 #2392F3 inset, 0 0 4px rgba(35,146,243,0.5);
	-webkit-box-shadow: 0 1px 0 #2392F3 inset, 0 -1px 0 #2392F3 inset, 1px 0 0 #2392F3 inset, -1px 0 0 #2392F3 inset, 0 0 4px rgba(35,146,243,0.5);
	-moz-box-shadow: 0 1px 0 #2392F3 inset, 0 -1px 0 #2392F3 inset, 1px 0 0 #2392F3 inset, -1px 0 0 #2392F3 inset, 0 0 4px rgba(35,146,243,0.5);
    outline: none;	 
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-modify: read-write-plaintext-only;
}*/

input.readonly {background:#f5f5f5; color:#999;}

/*radio*/
input[type="radio"] {
    display:none;
}

input[type="radio"] + label {
    color:#333;
}

input[type="radio"] + label span {
    display:inline-block;
    width:26px;
    height:26px;
    margin:-2px 5px 0 0;
    vertical-align:middle;
    background:url('../../_images/sub/radio_nocheck.png') no-repeat center center;
    cursor:pointer;
}

input[type="radio"]:checked + label span {
    background:url('../../_images/sub/radio_check.png') no-repeat center center;
}
/*radio//end*/

/*checkbox*/
input[type="checkbox"] {
    display:none;
}

input[type="checkbox"] + label {
	display:block;
    color:#333;
}

input[type="checkbox"] + label span {
    display:inline-block;
    width:26px;
    height:26px;
    margin:-2px 5px 0 0;
    vertical-align:middle;
    background:url('../../_images/sub/checkbox_nocheck.png') no-repeat center center;
    cursor:pointer;
}

input[type="checkbox"]:checked + label span {
    background:url('../../_images/sub/checkbox_check.png') no-repeat center center;
}

.disabled input[type="checkbox"] + label {opacity:.2;}

/*check02*/
.check02 input[type="checkbox"] {
    display:none;
}

.check02 input[type="checkbox"] + label {
	display:block;
	position:relative;
    color:#fff;
	background:/*url('../../_images/sub/checkbox_nocheck.png') no-repeat center center*/#c1c1c1;
	height:30px;
	line-height:30px;
}

.check02 input[type="checkbox"] + label span {
    /*display:inline-block;*/
	position:absolute;
    width:100%;
    height:0;
	background:none;
    vertical-align:middle;
    cursor:pointer;
}

.check02 input[type="checkbox"]:checked + label {
    background:/*url('../../_images/sub/checkbox_check.png') no-repeat center center*/#da1f3d;
	color:#fff;
}

.check02 .disabled input[type="checkbox"] + label {opacity:.2;}
/*checkbox//end*/





/*radio02*/
.radio02 input[type="radio"] {
    display:none;
}

.radio02 input[type="radio"] + label {
	display:block;
	position:relative;
    color:#333;
	background:/*url('../../_images/sub/radio_nocheck.png') no-repeat center center*/#e6e6e6;
	height:30px;
	line-height:30px;
}

.radio02 input[type="radio"] + label span {
    /*display:inline-block;*/
	position:absolute;
    width:100%;
    height:0;
	background:none;
    vertical-align:middle;
    cursor:pointer;
}

.radio02 input[type="radio"]:checked + label {
    background:/*url('../../_images/sub/radio_check.png') no-repeat center center*/#da1f3d;
	color:#fff;
}

.radio02 .disabled input[type="radio"] + label {opacity:.5;}
/*radio//end*/







@media (max-width:380px) {
	input[type="checkbox"] + label span {display:block; margin:0 auto;}
}

/*select*/
select {background:#fff url('../../_images/main/select_arrow01.png') no-repeat 90% center; border:1px solid #acacac; padding:10px 30px 10px 10px; font-size:15px; color:#686868; height:50px; font-family:inherit;}
/*select//end*/

.cursor {cursor:pointer;}

/*****Align*****/
.fn {float:none !important}
.fl {float:left !important}
.fr {float:right !important}
.tac {text-align:center !important}
.tal {text-align:left !important}
.tar {text-align:right !important}
.vat {vertical-align:top !important;}
.vm {vertical-align:middle !important;}


/***** clear float *****/
.clear {clear:both;}
.clearfix {clear:both;}
.clearfix {display:inline-block}
.clearfix {display:block}
.clearfix:before, .clearfix:after {content:""; display:block; clear:both; visibility:hidden;}

.bt0 {border-top:none !important;}

.w10p {width:10% !important;}
.w20p {width:20% !important;}
.w30p {width:30% !important;}
.w40p {width:40% !important;}
.w50p {width:50% !important;}
.w60p {width:60% !important;}
.w70p {width:70% !important;}
.w80p {width:80% !important;}
.w90p {width:90% !important;}
.w100p {width:100% !important;}

/***** margin *****/
.mt0 {margin-top:0 !important}
.mt5 {margin-top:5px !important}
.mt8 {margin-top:8px !important}
.mt10{margin-top: 10px !important}
.mt15{margin-top: 15px !important}
.mt18{margin-top: 18px !important}
.mt20{margin-top: 20px !important}
.mt25{margin-top: 25px !important}
.mt30{margin-top: 30px !important}
.mt35{margin-top: 35px !important}
.mt40{margin-top: 40px !important}
.mt45{margin-top: 45px !important}
.mt50{margin-top: 50px !important}
.mt60{margin-top: 60px !important}
.mt70{margin-top: 70px !important}
.mt80{margin-top: 80px !important}
.mt90{margin-top: 90px !important}
.mt100{margin-top: 100px !important}
.mt120{margin-top: 120px !important}


.mr0 {margin-right:0 !important}
.mr5 {margin-right:5px !important}
.mr10{margin-right:10px !important}
.mr15{margin-right:15px !important}
.mr20{margin-right:20px !important}
.mr25{margin-right:25px !important}
.mr30{margin-right:30px !important}
.mr35{margin-right:35px !important}
.mr40{margin-right:40px !important}
.mr45{margin-right:45px !important}
.mr50{margin-right:50px !important}

.ml0 {margin-left:0 !important}
.ml5 {margin-left:5px !important}
.ml8 {margin-left:8px !important}
.ml10{margin-left:10px !important}
.ml15{margin-left:15px !important}
.ml20{margin-left:20px !important}
.ml25{margin-left:25px !important}
.ml30{margin-left:30px !important}
.ml35{margin-left:35px !important}
.ml40{margin-left:40px !important}
.ml45{margin-left:45px !important}
.ml50{margin-left:50px !important}
.ml60{margin-left:60px !important}
.ml70{margin-left:70px !important}
.ml80{margin-left:80px !important}
.ml100{margin-left:100px !important}
.ml110{margin-left:110px !important}
.ml120{margin-left:120px !important}

.mb0{margin-bottom: 0 !important}
.mb5{margin-bottom:5px !important}
.mb10{margin-bottom:10px !important}
.mb15{margin-bottom:15px !important}
.mb20{margin-bottom:20px !important}
.mb25{margin-bottom:25px !important}
.mb30{margin-bottom:30px !important}
.mb35{margin-bottom:35px !important}
.mb40{margin-bottom:40px !important}
.mb45{margin-bottom:45px !important}
.mb50{margin-bottom:50px !important}
.mb110{margin-bottom:110px !important}

/***** padding *****/
.pl0 {padding-left:0 !important} 
.pt5 {padding-top:5px !important}
.pt10{padding-top: 10px !important}
.pt15{padding-top: 15px !important}
.pt18{padding-top: 18px !important}
.pt20{padding-top: 20px !important}
.pt25{padding-top: 25px !important}
.pt30{padding-top: 30px !important}
.pt35{padding-top: 35px !important}
.pt40{padding-top: 40px !important}
.pt45{padding-top: 45px !important}
.pt50{padding-top: 50px !important}
.pt55{padding-top: 55px !important}
.pt60{padding-top: 60px !important}
.pt80{padding-top: 80px !important}

.pr0 {padding-right:0px !important}
.pr5 {padding-right:5px !important}
.pr10{padding-right:10px !important}
.pr15{padding-right:15px !important}
.pr20{padding-right:20px !important}
.pr25{padding-right:25px !important}
.pr30{padding-right:30px !important}
.pr35{padding-right:35px !important}
.pr40{padding-right:40px !important}
.pr45{padding-right:45px !important}
.pr50{padding-right:50px !important}

.pl0{padding-left: 0px !important}
.pl5{padding-left: 5px !important}
.pl10{padding-left:10px !important}
.pl15{padding-left:15px !important}
.pl20{padding-left:20px !important}
.pl25{padding-left:25px !important}
.pl30{padding-left:30px !important}
.pl35{padding-left:35px !important}
.pl40{padding-left:40px !important}
.pl45{padding-left:45px !important}
.pl50{padding-left:50px !important}
.pl55{padding-left:55px !important}
.pl60{padding-left:60px !important}
.pl65{padding-left:65px !important}
.pl70{padding-left:70px !important}
.pl75{padding-left:75px !important}
.pl80{padding-left:80px !important}

.pb0{padding-bottom:	5px !important}
.pb5{padding-bottom:	5px !important}
.pb10{padding-bottom:10px !important}
.pb15{padding-bottom:15px !important}
.pb20{padding-bottom:20px !important}
.pb25{padding-bottom:25px !important}
.pb30{padding-bottom:30px !important}
.pb35{padding-bottom:35px !important}
.pb40{padding-bottom:40px !important}
.pb45{padding-bottom:45px !important}
.pb50{padding-bottom:50px !important}
.pb50{padding-bottom:55px !important}
.pb60{padding-bottom:60px !important}
.pb80{padding-bottom:80px !important}




