@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;500;700&display=swap');
@font-face {
    font-family: 'Noto Sans Korean';
    font-style: normal;
    font-weight: 100;
    src: local('Noto Sans Thin'), local('NotoSans-Thin'),
    url(../fonts/NotoSansKR-Thin-Hestia.eot),
    url(../fonts/NotoSansKR-Thin-Hestia.eot?#iefix) format('embedded-opentype'),
    url(../fonts/NotoSansKR-Thin-Hestia.woff) format('woff'),
    url(../fonts/NotoSansKR-Thin-Hestia.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans Korean';
    font-style: normal;
    font-weight: 300;
    src: local('Noto Sans Light'), local('NotoSans-Light'),
    url(../fonts/NotoSansKR-Light-Hestia.eot),
    url(../fonts/NotoSansKR-Light-Hestia.eot?#iefix) format('embedded-opentype'),
    url(../fonts/NotoSansKR-Light-Hestia.woff) format('woff'),
    url(../fonts/NotoSansKR-Light-Hestia.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans Korean';
    font-style: normal;
    font-weight: 350;
    src: local('Noto Sans DemiLight'), local('NotoSans-DemiLight'),
    url(../fonts/NotoSansKR-DemiLight-Hestia.eot),
    url(../fonts/NotoSansKR-DemiLight-Hestia.eot?#iefix) format('embedded-opentype'),
    url(../fonts/NotoSansKR-DemiLight-Hestia.woff) format('woff'),
    url(../fonts/NotoSansKR-DemiLight-Hestia.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans Korean';
    font-style: normal;
    font-weight: 400;
    src: local('Noto Sans Regular'), local('NotoSans-Regular'),
    url(../fonts/NotoSansKR-Regular-Hestia.eot),
    url(../fonts/NotoSansKR-Regular-Hestia.eot?#iefix) format('embedded-opentype'),
    url(../fonts/NotoSansKR-Regular-Hestia.woff) format('woff'),
    url(../fonts/NotoSansKR-Regular-Hestia.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans Korean';
    font-style: normal;
    font-weight: 500;
    src: local('Noto Sans Medium'), local('NotoSans-Medium'),
    url(../fonts/NotoSansKR-Medium-Hestia.eot),
    url(../fonts/NotoSansKR-Medium-Hestia.eot?#iefix) format('embedded-opentype'),
    url(../fonts/NotoSansKR-Medium-Hestia.woff) format('woff'),
    url(../fonts/NotoSansKR-Medium-Hestia.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans Korean';
    font-style: normal;
    font-weight: 700;
    src: local('Noto Sans Bold'), local('NotoSans-Bold'),
    url(../fonts/NotoSansKR-Bold-Hestia.eot),
    url(../fonts/NotoSansKR-Bold-Hestia.eot?#iefix) format('embedded-opentype'),
    url(../fonts/NotoSansKR-Bold-Hestia.woff) format('woff'),
    url(../fonts/NotoSansKR-Bold-Hestia.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans Korean';
    font-style: normal;
    font-weight: 900;
    src: local('Noto Sans Black'), local('NotoSans-Black'),
    url(../fonts/NotoSansKR-Black-Hestia.eot),
    url(../fonts/NotoSansKR-Black-Hestia.eot?#iefix) format('embedded-opentype'),
    url(../fonts/NotoSansKR-Black-Hestia.woff) format('woff'),
    url(../fonts/NotoSansKR-Black-Hestia.otf) format('opentype');
}

@font-face {font-family: 'NanumMyeongjoBold';
	src: url('../fonts/NanumMyeongjoBold.eot');
	src: url('../fonts/NanumMyeongjoBold.woff2') format('woff2'),
	url('../fonts/NanumMyeongjoBold.woff') format('woff'),
	url('../fonts/NanumMyeongjoBold.eot?#iefix') format('embedded-opentype');font-weight: normal;font-style: normal;
}

@font-face { font-family: 'NanumMyeongjoExtraBold';
	src: url('../fonts/NanumMyeongjoExtraBold.eot');
	src: url('../fonts/NanumMyeongjoExtraBold.woff2') format('woff2'),
	url('../fonts/NanumMyeongjoExtraBold.woff') format('woff'),
	url('../fonts/NanumMyeongjoExtraBold.eot?#iefix') format('embedded-opentype');font-weight: normal;font-style: normal;
}

html,body{ position:relative; font-family:'Roboto','Noto Sans Korean', sans-serif; font-weight:normal; overflow-x:hidden; -webkit-text-size-adjust: 100%; }

/*reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; box-sizing: border-box;  }

body { line-height:1 }
ol, ul { list-style:none; padding:0; margin:0 }
blockquote, q { quotes:none }
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none }
table { border-collapse:collapse; border-spacing:0 }
a { text-decoration:none; color:#666 }
em{ font-style:normal; }


fieldset { min-width: 0; padding: 0; margin: 0; border: 0; }
input[type="text"],input[type="submit"],textarea,select,select option{ font-family:'Montserrat','Noto Sans Korean', sans-serif;  box-sizing: border-box; -webkit-border-radius:0; }
input[type="search"] { box-sizing: border-box; }
input[type="radio"], input[type="checkbox"] { line-height: normal; }
input[type="file"] { display:inline-block; }
input[type="range"] { display: block; width: 100%; }
select[multiple], select[size] { height: auto; }
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus { outline: thin dotted; outline: 5px auto; outline-offset: -2px; }
textarea { height: auto !important; box-sizing: border-box; }

/*reset end*/

/* form */
.form-style { display: inline-block; width:100%; height: 40px; padding: 6px 12px; font-family:'Montserrat','Noto Sans Korean', sans-serif; font-size: 14px; font-weight:300; vertical-align: middle; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #393939; box-sizing:border-box;   }
.form-style:focus { border-color: #66afe9; outline: 0; box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6); }

/*버튼셋*/
.btn_set{ padding:15px 0; text-align:center; overflow:hidden}
.btn {font-family:"Apple SD Gothic Neo", "Noto Sans KR",'Montserrat','Noto Sans Korean', sans-serif;  display: inline-block;  margin-bottom: 0;  font-weight: normal; text-align: center; white-space: nowrap; vertical-align: middle;  cursor: pointer; background-image: none; border: 1px solid #393939; color:#313131 }
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus { outline: thin dotted; outline: 5px auto; outline-offset: -2px; }
.btn:hover{ background:#f6f6f6; color: #000; border:#323232 solid 1px; text-decoration: none; }
.btn:active, .btn.active { background-image: none; outline: 0; box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); }
.btn.disabled, .btn[disabled], fieldset[disabled] .btn { cursor: not-allowed; box-shadow: none; opacity: .65; }


/*check_box*/
/* input[type='checkbox'],input[type='radio']{margin-right:15px; width:21px; height:21px; opacity:0; position:absolute; margin:4px 0; cursor:pointer}
input[type='checkbox'] + label {display:inline-block;  background:url(../img/sub/icon_checked.png) 0px -21px  no-repeat;  font-size:14px;  height:21px;   padding-left:30px; cursor:pointer; margin:5px 10px 5px 0; line-height:20px; text-align:left; } */
input[type='radio'] + label {display:block;  background:url(../img/sub/icon_checked.png) 0px -63px  no-repeat;  font-size:14px;  height:21px;   padding-left:30px; cursor:pointer; background-size:21px; margin:5px 10px 5px 0;  text-align:left;  }
/* input[type='checkbox']:checked + label{ background-position: 0px 0px} */
input[type='radio']:checked + label{ background-position: 0px -42px}
label{ line-height:18px;}
@media screen and (min-width:769px){
/* input[type='checkbox'] + label,input[type='radio'] + label {display:inline-block; } */
}

.select_custom{ background:url(../img/sub/arrow_select.png) right center no-repeat; padding:0 10px; -webkit-appearance:none; -moz-appearance:none; }
.select_custom::-ms-expand{ display:none }

/*basic_layout*/

/* Padding Style */
.pt50 {padding-top:50px !important}
.pt45 {padding-top:45px !important}
.pt40 {padding-top:40px !important}
.pt35 {padding-top:35px !important}
.pt30 {padding-top:30px !important}
.pt25 {padding-top:25px !important}
.pt20 {padding-top:20px !important}
.pt15 {padding-top:15px !important}
.pt10 {padding-top:10px !important}
.pt5 {padding-top:5px !important}
.pt0 {padding-top:0px !important}

.pb50 {padding-bottom:50px !important}
.pb45 {padding-bottom:45px !important}
.pb40 {padding-bottom:40px !important}
.pb35 {padding-bottom:35px !important}
.pb30 {padding-bottom:30px !important}
.pb25 {padding-bottom:25px !important}
.pb20 {padding-bottom:20px !important}
.pb15 {padding-bottom:15px !important}
.pb10 {padding-bottom:10px !important}
.pb5 {padding-bottom:5px !important}
.pb0 {padding-bottom:0px !important}

.pl50 {padding-left:50px !important}
.pl45 {padding-left:45px !important}
.pl40 {padding-left:40px !important}
.pl35 {padding-left:35px !important}
.pl30 {padding-left:30px !important}
.pl25 {padding-left:25px !important}
.pl20 {padding-left:20px !important}
.pl15 {padding-left:15px !important}
.pl10 {padding-left:10px !important}
.pl5 {padding-left:5px !important}
.pl0 {padding-left:0px !important}

.pr50 {padding-right:50px !important}
.pr45 {padding-right:45px !important}
.pr40 {padding-right:40px !important}
.pr35 {padding-right:35px !important}
.pr30 {padding-right:30px !important}
.pr25 {padding-right:25px !important}
.pr20 {padding-right:20px !important}
.pr15 {padding-right:15px !important}
.pr10 {padding-right:10px !important}
.pr5 {padding-right:5px !important}
.pr0 {padding-right:0px !important}

/* margin Style */
.mt100 {margin-top:100px !important}
.mt75 {margin-top:75px !important}
.mt65 {margin-top:65px !important}
.mt50 {margin-top:50px !important}
.mt45 {margin-top:45px !important}
.mt40 {margin-top:40px !important}
.mt35 {margin-top:35px !important}
.mt30 {margin-top:30px !important}
.mt25 {margin-top:25px !important}
.mt20 {margin-top:20px !important}
.mt15 {margin-top:15px !important}
.mt10 {margin-top:10px !important}
.mt5 {margin-top:5px !important}
.mt0 {margin-top:0px !important}

.mb100 { margin-bottom:100px !important;}
.mb75 {margin-bottom:75px !important}
.mb60 {margin-bottom:60px !important}
.mb50 {margin-bottom:50px !important}
.mb45 {margin-bottom:45px !important}
.mb40 {margin-bottom:40px !important}
.mb35 {margin-bottom:35px !important}
.mb30 {margin-bottom:30px !important}
.mb25 {margin-bottom:25px !important}
.mb20 {margin-bottom:20px !important}
.mb15 {margin-bottom:15px !important}
.mb10 {margin-bottom:10px !important}
.mb5 {margin-bottom:5px !important}
.mb0 {margin-bottom:0px !important}

.ml100 { margin-left:100px !important;}
.ml75 {margin-left:75px !important}
.ml60 {margin-left:60px !important}
.ml50 {margin-left:50px !important}
.ml45 {margin-left:45px !important}
.ml40 {margin-left:40px !important}
.ml35 {margin-left:35px !important}
.ml30 {margin-left:30px !important}
.ml25 {margin-left:25px !important}
.ml20 {margin-left:20px !important}
.ml15 {margin-left:15px !important}
.ml10 {margin-left:10px !important}
.ml5 {margin-left:5px !important}
.ml0 {margin-left:0px !important}

.mr100 { margin-right:100px !important;}
.mr75 {margin-right:75px !important}
.mr60 {margin-right:60px !important}
.mr50 {margin-right:50px !important}
.mr45 {margin-right:45px !important}
.mr40 {margin-right:40px !important}
.mr35 {margin-right:35px !important}
.mr30 {margin-right:30px !important}
.mr25 {margin-right:25px !important}
.mr20 {margin-right:20px !important}
.mr15 {margin-right:15px !important}
.mr10 {margin-right:10px !important}
.mr5 {margin-right:5px !important}
.mr0 {margin-right:0px !important}

.margin_none{ margin:0 !important}

.mt_none{ margin-top:0 !important}
.mr_none{ margin-right:0 !important}
.mb_none{ margin-bottom:0 !important}
.ml_none{ margin-left:0 !important}

.pt_none{ padding-top:0 !important}
.pr_none{ padding-right:0 !important}
.pb_none{ padding-bottom:0 !important}
.pl_none{ padding-left:0 !important}

.border_none{ border:0 !important}

.clr{ clear:both !important}
.fl{ float:left  !important}
.fr{float:right  !important}

.tc{ text-align:center  !important}
.tl{ text-align:left  !important}
.tr{ text-align:right  !important}

.blind { position:absolute; overflow:hidden; width:1px; height:1px; padding:0; margin-top:-1px; font-size:0; line-height:0; text-indent:-9999px}
caption, legend { overflow:hidden; width:0px; height:0px; padding:0; margin-top:-1px; font-size:0; line-height:0; text-indent:-9999px}


.bg_white {background: #fff; padding-top: 50px;}
.step_wrap {width: 1000px; margin: 0 auto 80px; text-align: center}

.ri_start_con {height: 40px; line-height: 25px;}
.ri_start_con.disabled label {text-decoration: line-through}
.ri_start_con label {margin-left: 20px; color: #797979; font-size: 16px;}

.ri_harf_con {display: inline-block;    width: 49%;}

.rs_wrap select,
.rs_wrap input { color: #292929; border: none; border-bottom: 1px solid #797979; font-size: 18px; height: 50px; padding: 0px 10px}
.rs_wrap input::placeholder {color: #292929!important; font-weight: normal}
.rs_wrap select {padding: 0px 5px}


.re_history {padding: 50px 10px; text-align: center; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; margin:0px 0px 20px; background: #fff;}
.re_history span {font-size: 13px;}
.re_history .re_record {font-size: 0;}
.re_history .re_record span {height: 30px; border-bottom: 1px solid #ee2e23; font-size: 18px; padding-right: 5px}
.re_history .re_hd {text-align: center; font-size: 18px; line-height: 40px;}
.re_history .re_hd img {display: block; width: auto; margin: 0 auto}
.re_history .rs_select { color: #5cc9ff;  font-weight: bold}
.re_history .re_done,
.re_history .re_done span{ font-size: 14px;}

.re_select_info .rs_info { margin-top: 20px; background-color:#F7F7F7; padding: 10px 30px; }

.rs_bank {color: #5cc9ff;  font-weight: bold}

.re_done_wrap .re_history{padding: 30px 10px; border: none; }

.cal_tab_wrap {width: 100%;}
.cal_tab {text-align: center; height: 50px; line-height: 50px; color: #fff; font-size: 18px;}
.cal_tab.tab01 {background: #ee2e23}
.cal_tab.tab02 {background: #797979}

.calendar_wrap {width: 50%; display: inline-block}

.check_input {width: 100%; max-width: 320px; margin: 20px auto; position: relative}
.check_input .btn_check {position: absolute; top: 0;right: 0; }
.check_btn {float: right;}
.check_line {line-height: 33px;}
.check_hp_wrap {position: relative}

.result_info02 {width: 800px; max-width: 94%; margin: 0 auto}


.agree_wrap{padding: 0px 15px}

.sub_title_wrap {font-size: 18px; font-weight: bold; margin-bottom: 15px; word-break: keep-all}

.text_agree_wrap {padding: 30px; border: 2px solid #efefef; line-height: 20px; color: #797979; line-height: 27px; word-break: keep-all; background: #fff; height: 250px; overflow-y: scroll}
.text_agree_wrap b {color: #292929; font-weight: 900}


.font_15 {font-size: 15px;}
.font_16 {font-size: 16px;}


.r_info_wrap {width: 50%; float: right; padding:30px 60px}
.r_info_wrap .ri_hd {height: 65px; line-height: 65px; border-bottom: 2px solid #ddd; background: #fff; text-align: center; font-size: 24px; font-weight: bold;}
.r_info_wrap .ri_con {padding: 20px 0px;}
.r_info_wrap .ri_wr_time {padding:0px 15px; background: #fff; font-weight: normal;  border-bottom: 1px solid #797979; width: 100%; display: block; color: #5cc9ff; height: 40px; font-weight: bold }

.r_info_wrap table th,
.r_info_wrap table td {padding: 25px 10px; border:none; font-size: 18px; font-weight: normal}

.ri_btn_wrap {text-align: center; font-size: 0; padding-bottom: 80px; clear: both}
.ri_btn_wrap a, .ri_btn_wrap .ri_submit {width: 150px; color:#fff; background-color: #15365F;}
.ri_btn_wrap .btn_del { background-color: #969696; }
.ri_btn_wrap a.history_cancel {background: #797979; color: #fff;}

.disabled {color: crimson!important;}

.btn_red {background: #ee2e23!important; color: #fff!important;}
.btn_blue {background: #3f51b5!important; color: #fff!important;}
.color_red {color: #ee2e23!important}

.bg_white {background: #fff; padding-top: 50px;}
.step_wrap {width: 1000px; margin: 0 auto 80px; text-align: center}

.ri_start_con {height: 40px; line-height: 25px;}
.ri_start_con.disabled label {text-decoration: line-through}
.ri_start_con label {margin-left: 20px; color: #797979; font-size: 16px;}

.ri_harf_con {display: inline-block;    width: 49%;}

.rs_wrap select,
.rs_wrap input { color: #292929; border: none; border-bottom: 1px solid #797979; font-size: 18px; height: 50px; padding: 0px 10px}
.rs_wrap input::placeholder {color: #292929!important; font-weight: normal}
.rs_wrap select {padding: 0px 5px}



.rs_bank {color: #5cc9ff;  font-weight: bold}

.re_done_wrap .re_history{padding: 30px 10px; border: none; }

.cal_tab_wrap {width: 100%;}
.cal_tab {text-align: center; height: 50px; line-height: 50px; color: #fff; font-size: 18px;}
.cal_tab.tab01 {background: #ee2e23}
.cal_tab.tab02 {background: #797979}

.calendar_wrap {width: 50%; display: inline-block}

.check_input {width: 100%; max-width: 320px; margin: 20px auto; position: relative}
.check_input .btn_check {position: absolute; top: 0;right: 0; height: 40px; line-height: 40px}
.check_btn {float: right;}
.check_line {line-height: 33px;}
.check_hp_wrap {position: relative}

.result_info02 {width: 800px; max-width: 94%; margin: 0 auto}


.service_content .form-row .impot {
    background: url(/img/import.png) 5px 0 no-repeat;
    padding: 0 0 0 13px;
}


.basicL td {
    line-height: 48px;
    text-decoration: none;
    padding: 20px;
    text-align: left;
}

.basicL td > span.basic_select, .basicL td > span.basic_select b.selected_txt {
    line-height: 30px;
}


.basicL span.basic_select {
    margin-right: 9px;
}


span.selectbox_ui {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
}

/* 기본 셀렉트 박스 */
span.basic_select {
	border: 1px solid #C7C7C7;
	border-radius: 3px;
	background-color: white;
}
span.basic_select.focus {
	border-color: #101010;
}
span.basic_select.disabled {
	background-color: #F2F2F2;
}
span.basic_select b.selected_txt {
	font-weight: normal;
	line-height: 26px !important;
	padding: 11px 20px 12px;
}
span.basic_select.disabled b.selected_txt {
	color: rgba(16,16,16,0.5);
}
span.basic_select b.selected_txt {
	top: 22px;
	right: 20px;
}
span.basic_select.disabled b.selected_txt {
	opacity: 0.5;
}
span.basic_select select {
	height: 40px;
	padding: 8px 20px 12px;
}

/* 체크박스 & 라디오버튼 공통 UI */
span.basic_ckbox,
span.basic_radio {
	position: relative;
	top: -1px;
	display: inline-block;
	width: 26px;
	height: 26px;
	box-sizing: border-box;
	border: 2px solid #C7C7C7;
	margin-right: 10px;
	vertical-align: middle;
}
span.basic_ckbox {
	border-radius: 3px;
	background: white url(/img/bullet_ckbox.png) no-repeat 4px 6px;
}
span.basic_radio {
	border-radius: 13px;
	background: white url(/img/bullet_radiobtn.png) no-repeat 6px 6px;
}
span.basic_ckbox.disabled,
span.basic_radio.disabled {
	border-color: #ECECEC;
}
.pop_tb tr:hover label > span.basic_ckbox,
.pop_tb tr:hover label > span.basic_radio {
	border-bottom-color: #C7C7C7;
}
span.basic_ckbox.focus,
span.basic_radio.focus,
span.basic_ckbox.checked,
span.basic_radio.checked {
	border-color: #15365F;
}
.pop_tb tr:hover label > span.basic_ckbox.focus,
.pop_tb tr:hover label > span.basic_radio.focus,
.pop_tb tr:hover label > span.basic_ckbox.checked,
.pop_tb tr:hover label > span.basic_radio.checked {
	border-bottom-color: #15365F;
}
span.basic_ckbox.checked {
	background-color: #15365F;
	background-position: 4px -84px;
}
span.basic_radio.checked {
	background-position: 6px -84px;
}
span.basic_ckbox input,
span.basic_radio input {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
}


/*selectAll*/
 .selectAll {
	 position: relative;
	 /* display: block; 
	 width: 100%;
	 margin: 0 auto; */
	 font-size: 16px;
	 color: #60666d;
	 margin:0 0 20px;
	 width:250px;
}
 .selectAll_current {
	 position: relative;
	 border-radius: 3px;
	 cursor: pointer; border:1px solid #C7C7C7;
	 outline: none;
}

.selectAll_current:focus { border: 1px solid #101010 !important;}
.selectAll_current:focus + .selectAll_list {
	 opacity: 1; 
	 animation-name: none;
}
 .selectAll_current:focus + .selectAll_list .selectAll_option {
	 cursor: pointer;
}
 .selectAll_current:focus .selectAll_icon {
	 transform: translateY(-50%) rotate(180deg);  
}
 .selectAll_icon {
	 position: absolute;
	 top: 50%;
	 right: 15px;
	 transform: translateY(-50%);
	 width: 10px;
	 transition: 0.2s ease;
}
 .selectAll_value {
	 display: flex;
}
 .selectAll_input {
	 display: none;
}
 .selectAll_input:checked + .selectAll_input-text {
	 display: block;
}
 .selectAll_input-text {
	 display: none; border: 
	 width: 100%;
	 margin: 0;
	 padding: 15px;
	 background-color: #fff;
}
 .selectAll_list {
	 position: absolute;
	 width: 100%;
	 padding: 0;
	 list-style: none;
	 border-radius: 3px;
	 z-index:9999;
	 opacity: 0;
	 border: 1px solid #101010;
	 margin:10px 0 0 ;
	 animation-name: HideList;
	 animation-duration: 0.5s;
	 animation-delay: 0.5s;
	 animation-fill-mode: forwards;
	 animation-timing-function: step-start;
	 box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}
 .selectAll_option {
	 display: block;
	 padding: 15px;
	 background-color: #fff;
}
 .selectAll_option:hover, .selectAll_option:focus {
	 color: #546c84;
	 background-color: #fbfbfb;
}
 @keyframes HideList {
	 from {
		 transform: scaleY(1);
	}
	 to {
		 transform: scaleY(0);
	}
}


/* ----------------------------------------------------------------------------------------------------
 	Basic Board
 ---------------------------------------------------------------------------------------------------- */
 .times_tb {border-top: 4px solid #101010; width:100%; border-bottom:1px solid #C7C7C7}
 .times_tb h2 { margin-top: 40px;}
 .times_tb h2 > span {  background: url(/img/import.png) 0 22px no-repeat; position: absolute;  right: 0; padding: 14px 0 0 13px;  font-size: 16px; line-height: 24px;  text-align: right;  color: #101010; }
 
 .basicL {border-collapse: collapse;}
 .basicL th {  font-weight: 500; font-size: 17px;  text-align:left}
 .basicL tr { border-bottom: 1px solid #C7C7C7;}
 .basicL td {line-height:48px;  text-decoration: none; padding:20px; text-align:left}
 .basicL td > div > .btn_blue { height: 24px; line-height: 26px; }
 .basicL td > input {margin:0 10px 0 0}
 .basicL td > div  { float: left; margin:0 20px 0 0}
 .basicL td > div > .txt { display: inline-block; margin-right:20px; vertical-align:middle; }
 .basicL td > div > .btn_blue  {  height: 24px; line-height:26px; }
 .basicL span.impot { background: url(/img/import.png) 5px 0 no-repeat; padding:0 0 0 13px;}
 .basicL span.basic_select {margin-right:9px;}
 .basicL .check_area { width:580px;  display: contents;}
 .basicL .check_area > label {margin-right:40px;}
 .basicL p.coment { background: url(/img/icon06.png) 0 51% no-repeat; padding: 0 0 0 9px; color: #1B9C9E; font-weight: 500; font-size: 16px;}
 .basicL td > span.basic_select,  .basicL td > span.basic_select b.selected_txt {  line-height: 30px; }
 .basicL td > span.condition {color: #5E5E5E;font-size:14px;} /* 디스크립션 */
 .basicL .bnt_white { width: 130px; height: 22px; line-height: 23px; font-weight:500}
 .basicL td > span.no_c {color:#101010; font-size: 16px; font-family: 'HK Nova';}
 /* .basicL td > div.no_pw { background: url(../images/member/ic_warning.png) 0 12px no-repeat; font-size: 15px; color: #FF0000; padding: 0 0 0 27px; margin: 4px 0 0;  height: 32px;}  *//*입력 미기재시 빨간글씨*/
 .app_cal .basicL a.btn_gray {  height: 20px;  line-height: 21px; vertical-align: middle; }
 .basicL td > p.count { font-size: 14px; color: #888; right: 171px; margin-top: 16px; text-align: right;}
 .basicL td > p.count > span { font-size: 14px; color: #444; }
 
 .input_txt {
    line-height: 24px;
    color: #101010;
    padding: 13px 20px;
    height: 40px;
    border: 1px solid #C7C7C7;
    box-sizing: border-box;
    background-color: white;
    border-radius: 3px;
    -webkit-border-radius: 3px;    
  }

  
  /* 정보동의 */
.info_agree {
	margin-top: 40px;
}
.info_agree h4 {
	font-weight: 500;
	font-size: 22px;
	line-height: 33px;
	margin-bottom: 20px;
}
.info_agree .agree_content {
	padding: 20px 20px;
	line-height: 28px;
	background-color: #F2F2F2;
}
.info_agree .agree_content p.summary {
	margin-bottom: 19px;
	letter-spacing: -0.015em;
	color: #444444;
}
.info_agree .agree_content .detail {
	max-height: 150px;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 15px;
	color: #888888;
	padding: 20px 25px;
	border: 1px solid #D6D6D6;
	background-color: white;
}
.info_agree .agree_content .detail strong {
	color: #5262AD;
}
.info_agree .agree_content .detail p {
	margin-top: 5px;
}
.info_agree .agree_content .detail p:first-child {
	margin-top: 0px;
}
.info_agree .agree_content .detail ul.cont ul { margin-left:20px; }
.info_agree .agree_content .detail ul li {
	margin-top: 5px;
}
.info_agree .agree_content .detail > ul > li:first-child {
	margin-top: 0px;
}
.info_agree .agree_content .detail ul li ul li ul li {
	margin-top: 2px;
}
.info_agree p.check_agree {
	margin-top: 30px;
	text-align: center;
	font-size: 17px;
	line-height: 25px;
	line-height: 1;
}

.info_agree .agree_content .detail dl {}
.info_agree .agree_content .detail dl {display: flow-root;}
.info_agree .agree_content .detail dl dt {float:left;} 
.info_agree .agree_content .detail dl dd {  display: flex; }
.info_agree .agree_content .detail dl dd span.fontW {font-size: 17px;}

/*btn 공통 타입에 맞춰서 색만 변경해서 사용 */
.btnwhite { width: 200px; font-weight: 500; height: 60px; font-size: 18px; line-height:60px; display: table; white-space:nowrap; text-align: center; border: 1px solid #101010; box-sizing: border-box; border-radius: 100px; font-size: 18px; color:#101010}
.btnblack { width: 200px; font-weight: 500; height:60px; line-height:60px; font-size: 18px; display: table; background: #101010; white-space:nowrap; text-align: center; color:#fff; border: 1px solid #101010;font-size: 18px; margin:0 0 0 15px; border-radius: 100px;}
.btnblack.disabled { color: #A8A8A8; border-color: #ECECEC; background-color: #ECECEC; }
.good_active { width: 200px; font-weight: 500; height: 60px; font-size: 18px; line-height:60px; display: table; white-space:nowrap; text-align: center; border: 1px solid #1B9C9E; box-sizing: border-box; border-radius: 100px; font-size: 18px; color:#1B9C9E}
div.btn_area > div > a > span {margin-right:9px; }
div.btn_area > div > a > span > img { height: 24px; vertical-align: sub;}


/*btn 공통 */
.btn_area { width:100%;  margin:50px 0 ; padding: 0; display: flex; position: relative;}
.inner_btnare { width:100%;  margin:50px 0 0; padding: 0; display: inline-block; position: relative;}
.btn_areaR { float:right; text-align: right;  position: absolute; top: 17px; right:0;  }
.btn_areaR > a { font-size: 16px; color:#101010 }
.btn_areaL > a { font-size: 16px; color:#101010 }
.btn_areaR > a.no_date {  pointer-events: none; cursor: default; text-decoration: none; opacity: 0.7;}
.btn_areaL > a.no_date { pointer-events: none; cursor: default; text-decoration: none; opacity: 0.7; }
.btn_areaL { float:left; text-align: left; position: absolute; top: 17px; left:0;  }
.btn_areaL a > img { margin: 0 19px 0 0; vertical-align: baseline; }
.btn_areaR a > img { margin: 0 0 0 19px; vertical-align: baseline; }
.btn_areaC { margin: 0 auto; float: left; display: inline-flex;}
.btn_blue {  padding: 13px 36px; color: #fff;  background: #1B9C9E; cursor: pointer; border-radius: 3px; display: inline-block; text-align: center;}
.btn_black {  background:#101010 !important; font-weight: 500; padding: 13px 36px; border-radius: 3px; font-size: 16px; color:#fff}
.bnt_white {padding: 13px 36px; color: #101010; border-radius: 3px; display: inline-block; text-align: center; border:1px solid #101010 }
.btn_gray {padding: 14px 37px; color: white; border-radius: 3px; display: inline-block; text-align: center; border:1px solid #444444; background-color: #444444; }
a.btnblue {  border: 1px solid #1B9C9E; color: #1B9C9E; padding: 20px 54px ; border-radius: 50px; text-align: left; font-weight: 500; font-size: 20px;}
a.file_btn {  background: url(/img/file.png) 30px center no-repeat; border: 1px solid #101010; font-weight: 500; font-size: 16px; line-height: 24px; padding: 13px 30px 13px 56px; box-sizing: border-box; color: #101010; display: inline-block;
    border-radius: 100px;  float: right;  margin-left: 10px;}
.bntapply { background:url(/img/icon07.png) 84% center no-repeat; padding:20px 86px 20px 46px;  border: 2px solid #1B9C9E; box-sizing: border-box; border-radius: 100px; font-weight: 500;font-size: 20px; color: #1B9C9E;}
.wirteBtn { background: url(/img/write.png) 27% center no-repeat; border: 1px solid #101010; display: inline-block; position: absolute; right: 0; border-radius: 100px; padding: 10px 50px 10px 72px; font-weight: 500; font-size: 16px; color: #101010; cursor: pointer;}


/* Tab Navi */
nav.tab_navi {
	text-align: center;
	line-height: 1;
	margin:0 auto 50px; /*07수정*/
}
nav.tab_navi ul {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding-bottom: 9px;
}
nav.tab_navi ul:after {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	content: '';
	display: block;
	width: 100%;
	height: 58px;
	border-radius: 100px;
	box-sizing: border-box;
	border: 1px solid #D6D6D6;
	background-color: white;
}
nav.tab_navi ul li {
	float: left;
	width: 245px;
	margin-left: -20px;
}
nav.tab_navi ul.col2 li {
	width: 285px;
}
nav.tab_navi ul li:first-child {
	margin-left: 0px;
}
nav.tab_navi ul li a {
	position: relative;
	z-index: 2;
	display: block;
	padding: 14px 0px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	line-height: 30px;
	color: #888888;
	border-radius: 100px;
}
nav.tab_navi ul li a:hover,
nav.tab_navi ul li a:focus {
	color: #15365F;
}
nav.tab_navi ul li a.active {
	z-index: 3;
	color: white;
	background-color: #15365F;
}
nav.tab_navi ul li a.active:after {
	content: '';
	display: block;
	width: 18px;
	height: 12px;
	position: absolute;
	bottom: -9px;
	left: 50%;
	margin-left: -9px;
	background: url(/img/bullet_tab_navi.png) no-repeat left top;
}

nav.page_tab_navi { display: none; }

/* Page Tab Navi */
nav.page_tab_navi {
	position: relative;
	background-color: white;
}
nav.page_tab_navi.scroll_navi {
	height: 53px;
	overflow: hidden;
}
nav.page_tab_navi:after {
	position: absolute;
	z-index: 2;
	bottom: 0px;
	left: 0px;
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background-color: #C7C7C7;
}
nav.page_tab_navi ul {
	overflow: hidden;
}
nav.page_tab_navi.scroll_navi ul {
	padding: 0px 12px 20px 12px;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
}
nav.page_tab_navi ul li {
	float: left;
}
nav.page_tab_navi ul.col2 li {
	width: 50%;
}
nav.page_tab_navi ul.col3 li {
	width: 33.3%;
}
nav.page_tab_navi ul.col3 li:first-child {
	width: 33.4%;
}
nav.page_tab_navi ul.col4 li {
	width: 25%;
}
nav.page_tab_navi.scroll_navi ul li {
	float: none;
	padding: 0px 12px;
	display: inline-block;
}
nav.page_tab_navi ul li a {
	position: relative;
	z-index: 1;
	display: block;
	text-align: center;
	font-weight: bold;
	color: #717173;
	padding: 15px 0px 14px;
	border-bottom: 2px solid transparent;
	transition: 0.3s ease border-bottom;
}
nav.page_tab_navi ul li a.active {
	z-index: 3;
	color: #15365F;
	border-bottom-color: #15365F;
}

.service_content.event_visit_reserve {
    padding-top: 0px;
    background-color: white;
    margin:0px auto;
}

.service_content.event_visit_reserve:before {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 470px;
    background-color: #F2F2F2;
}

.service_content.event_visit_reserve .times_tb {
    padding: 0px 60px;
}

.service_content.event_visit_reserve .times_tb {
    position: relative;
    box-sizing: border-box;
}

.service_content.event_visit_reserve .times_tb h2 {
    position: relative;
    font-size: 28px;
    margin: 70px 0px 20px;
}

.service_content.event_visit_reserve .times_tb h2 > span {
    top: -7px;
}

.times_tb h2 > span {
    background: url(/img/import.png) 0 22px no-repeat;
    position: absolute;
    right: 0;
    padding: 14px 0 0 13px;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
    color: #101010;
}

.service_content .form-row div {
	padding: 10px 0px 0px 20px;
}

.service_content .form-row label {
    font-weight: 500;
    font-size: 17px;
    text-align: left;
	line-height: 40px;
}

.contract_info_use { line-height: 28px;}


@media(max-width:969px){
    nav.tab_navi { display: none;}
    nav.page_tab_navi { display: block;}

	.service_content.event_visit_reserve .times_tb h2 {
		font-size: 16px ;
		margin: 10px 0px 10px;
	}

	.service_content.event_visit_reserve .times_tb span {
		font-size: 12px ;
		top:-17px !important;
	}
	
	.service_content.event_visit_reserve .times_tb {
		padding: 0px 10px;
	}

	.service_content .form-row div {
		padding: 5px 0px;
	}
	
	.service_content .form-row label {
		font-size: 14px;
		line-height: 20px;
	}

	
}
