@charset "utf-8";

:root{
	--round-box-5: 5px; 
	--round-box-10: 10px; 
}

* {-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
:after, :before {-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}

/* reset */
body{max-width:1920px; margin: 0 auto; width:100%; padding:0;}
p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select,figure,figcaption{margin:0;padding:0}
body,input,textarea,select,button,table{font-family:'Pretendard','Open Sans','Noto Sans SC',AppleGothic,helvetica,sans-serif;font-size:16px;line-height:1.75em;color:#000;word-break:keep-all;-webkit-text-size-adjust:none;}
img{border:0;max-width:100%;vertical-align:top;}
ul,ol{list-style:none}
fieldset{border:none}
fieldset legend {overflow:hidden;width:0;height:0;margin:0;padding:0;font-size:0;line-height:0;text-indent:-999em;}
button{cursor:pointer}
header,hgroup,article,nav,footer,figure,figcaption,canvas,section,time{display:block}
hr {clear:both;display:none;}
img[usemap] {border:none; height:auto; max-width:100%; width:auto;}
table {border-collapse: collapse;}

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

table caption {overflow:hidden;width:0;height:0;margin:0;padding:0;font-size:0;line-height:0;text-indent:-999em;}
input[type="radio"], input[type="checkbox"] {vertical-align:middle !important; margin:-.2em 3px 0 0 !important;}
input,select {vertical-align:middle; background:#fff;}
input,textarea,button{-webkit-appearance:none;-webkit-border-radius:0}
input[type='checkbox']{-webkit-appearance:checkbox} 
input[type='radio']{-webkit-appearance:radio}

/* user class */
h1,h2,h3,h4,h5,h6,strong,th,.bold{font-weight:700;}
.semibold {font-weight:500;}
.clear{clear:both;}
.clearfix:after {content:" "; display:block; clear:both;}
.blind {position:absolute;overflow:hidden;width:0;height:0;margin:0;padding:0;font-size:0;line-height:0;}
.pointer {cursor:pointer;}
.input {height:44px; padding:6px 16px; color:#505050; font-size:15px; line-height:1.5em; border:1px solid #ddd;}
.input[readonly] {background-color:#e8e8e8; color:#aaaaaa;}
textarea.input {height:auto; padding:13px 16px; overflow:auto; resize:none;}
select.input {padding-right:40px; background:#fff url('../img/layout/select.png') right 14px center no-repeat; -webkit-appearance:none; -moz-appearance:none; appearance:none;}
select.input::-ms-expand {display:none;}
input[type=file].input {padding:0;}

/* 라디오박스 */
.radiobox {display:inline-block; position:relative; vertical-align:middle; margin-top:-.2em; font-size:20px; color:#000;}
.radiobox input {position:absolute; top:0; left:0; width:0; height:0; border:0; opacity:0; z-index:-1;}
.radiobox label {display:inline-block;}
.radiobox label:before {content:""; display:inline-block; vertical-align:middle; margin:-.2em 8px 0 0; width:18px; height:18px; background-color:#f4f4f4; border:1px solid #ccc; border-radius:100%;}
.radiobox input:checked + label:before {background:#fff url("../img/layout/radiobox.png") 50% 50% no-repeat;}
.radiobox input:focus + label:before {outline:0;}
/* 체크박스 */
.checkbox {display:inline-block; position:relative; vertical-align:middle; margin-top:-.2em; font-size:20px; color:#000;}
.checkbox input {position:absolute; top:0; left:0; width:0; height:0; border:0; opacity:0; z-index:-1;}
.checkbox label {display:inline-block;}
.checkbox label:before {content:""; display:inline-block; vertical-align:middle; margin:-.2em 8px 0 0; width:18px; height:18px; background-color:#f4f4f4; border:1px solid #ccc;}
.checkbox input:checked + label:before {background:#555 url("../img/layout/checkbox.png") 50% 50% no-repeat; border-color:#555;}
.checkbox input:focus + label:before {outline:0;}

/* 파일업로드 */
.file_wr {position:relative; padding-right:140px;}
.file_wr label {width:136px; height:50px; border:1px solid #ddd; background:#fff; font-size:18px; color:#666; text-align:center; position:absolute; right:0; top:50%; margin-top:-25px; cursor:pointer; transition:all 0.6s; border-radius:10px;}
.file_wr label:hover {background:#000; border-color:#000;}
.file_wr label:before {content:'파일첨부'; line-height:48px; color:#000; transition:all 0.6s;}
.file_wr label:hover:before {color:#fff;}
.file_wr input[type="file" i] {width:270px; border-bottom:1px solid #ddd; line-height:49px; font-size:20px; color:#acacac; padding:0 10px; cursor:pointer;}
.file_wr input[type="file" i]::-webkit-file-upload-button {display:none;}

@media (max-width: 1024px){
	.file_wr label {font-size: 16px;}
	.file_wr input[type="file" i] {font-size: 16px;}
}

@media (max-width:640px){
	.file_wr {padding-right:100px;}
	.file_wr label {width:80px; height:40px; font-size:14px; margin-top:-20px;}
	.file_wr label:before {line-height:38px;}
	.file_wr input[type="file" i] {width:200px; line-height:39px; font-size:14px;}
}


/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#captcha #captcha_img {height:40px;border:1px solid #898989;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;width:40px;height:40px;background:url('../../../img/captcha2.png') no-repeat;text-indent:-999px;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat 0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius:0;vertical-align:top}
#captcha #captcha_info {display:block;margin:3px 0 5px;font-size:0.95em;letter-spacing:-0.1em}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px}

/* 팝업레이어 */
#hd_pop {z-index:8010;position:relative;margin:0 auto;width:100%;height:0}
#hd_pop h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border-radius:15px;overflow: hidden;box-shadow:10px 10px 20px rgba(0,0,0,0.05);background-color: #fff;}
.hd_pops img {max-width:100%;height:auto}
.hd_pops_con {}
.hd_pops_footer {height: 55px;position: relative;background:#fff;color:#666;border-top: 1px solid #ddd;}
.hd_pops_footer button {display: block;cursor:pointer;position: absolute;top: 0;transition:.3s; border:0;}
.hd_pops_footer button.hd_pops_reject {left: 0;background: none;line-height: 54px;padding: 0 30px; width:calc(100% - 55px); text-align:left;}
.hd_pops_footer button.hd_pops_reject:hover {background-color: rgba(0,0,0,0.1);}
.hd_pops_footer button.hd_pops_close {right: 0;width: 55px;height: 100%;background: url('../img/layout/colsed.png') no-repeat center center; background-size:20px; text-indent: -9999px;transition:.3s;}
.hd_pops_footer button.hd_pops_close:hover {background-color: rgba(0,0,0,0.1);}

.sound_only {display:inline-block;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;width:1px !important;height:1px !important;font-size:0 !important;line-height:0 !important;overflow:hidden}
#hd_login_msg {position:absolute;top:0;left:0;width:0;height:0;overflow:hidden}

.hd_login {position:absolute;right:0;top:60px}
.hd_login li {float:left;margin:0 5px;border-left:1px solid #616161;padding-left:10px;line-height:13px}
.hd_login li:first-child {border-left:0}
.hd_login a {color:#fff}

/* ui datepicker */
.ui-datepicker {display:none; background:#fff; margin-top:2px; border-radius:10px; padding:0 8px 8px; width:250px; box-shadow:0 0 3px rgba(0,0,0,.3);}
.ui-datepicker-header {position:relative; margin:0 -8px 6px; padding:5px 0; background:#a68a68; border-radius:10px 10px 0 0;}
.ui-datepicker-prev,
.ui-datepicker-next {position:absolute; width:32px; height:32px; top:50%; cursor:pointer; margin-top:-16px; border-radius:100%; overflow:hidden; text-indent:-999em; background-position:50% 50%; background-repeat:no-repeat;}
.ui-datepicker-prev {left:0; background-image:url("../img/layout/datepicker_prev.png");}
.ui-datepicker-next {right:0; background-image:url("../img/layout/datepicker_next.png");}
.ui-datepicker-title {text-align:center; color:#fff; font-size:18px; line-height:30px; font-weight:500;}
.ui-datepicker-title select {border:0; margin:-.2em 2px 0; width:80px; height:30px; color:#000; font-size:15px; padding:0 10px 0 6px; vertical-align:middle; outline:none;}
.ui-datepicker-calendar {width:100%; border-collapse:collapse; border-spacing:0px;}
.ui-datepicker-calendar th {padding:2px 0; text-align:center; font-size:14px; font-weight:500; line-height:30px; color:#222;}
.ui-datepicker-calendar td {padding:0; text-align:center; font-size:13px; font-weight:400; line-height:30px; color:#666;}
.ui-datepicker-calendar .ui-state-default {display:inline-block;width:30px;border-radius:4px;}
.ui-datepicker-calendar .ui-state-hover {background-color:#eee; color:#222;}
.ui-datepicker-calendar .ui-state-active {background-color:#123059; color:#fff;}
.ui-datepicker-other-month .ui-state-default {color:#ccc;}
.ui-datepicker-last {margin-left:-43px;}
.ui-datepicker-trigger {width:60px; height:60px; background:url('../img/layout/datepicker_icon.png') 50% 50% no-repeat; overflow:hidden; text-indent:-999em; position:absolute; top:50%; margin-top:-30px; right:0; border:0;}

@media (max-width: 1024px) {
	.ui-datepicker-trigger {width:54px; height:54px;}
}
@media (max-width: 640px) {

	.ui-datepicker-prev,
	.ui-datepicker-next {background-size:8px auto;}
	.ui-datepicker-prev {background-image:url("..../img/layout/datepicker_prev_x2.png");}
	.ui-datepicker-next {background-image:url("..../img/layout/datepicker_next_x2.png");}
	.ui-datepicker-trigger {width:44px; height:44px;}
	
	#captcha.m_captcha audio {text-align:center; margin:0 auto 10px;}
}