@charset "utf-8";

/**********************************************************************************
	FONTS
**********************************************************************************/
@font-face {
	font-family: 'NanumSquareRound';
	font-style: normal;
	font-weight: 100;
	src: url(/fonts/NanumSquareRoundL.woff2) format('woff2'),
	url(/fonts/NanumSquareRoundL.woff) format('woff'),
	url(/fonts/NanumSquareRoundL.ttf) format('truetype');
}

@font-face {
	font-family: 'NanumSquareRound';
	font-style: normal;
	font-weight: 300;
	src: url(/fonts/NanumSquareRoundR.woff2) format('woff2'),
	url(/fonts/NanumSquareRoundR.woff) format('woff'),
	url(/fonts/NanumSquareRoundR.ttf) format('truetype');
}

@font-face {
	font-family: 'NanumSquareRound';
	font-style: normal;
	font-weight: 500;
	src: url(../fonts/NanumSquareRoundB.woff2) format('woff2'),
	url(../fonts/NanumSquareRoundB.woff) format('woff'),
	url(../fonts/NanumSquareRoundB.ttf) format('truetype');
}

@font-face {
	font-family: 'NanumSquareRound';
	font-style: normal;
	font-weight: 800;
	src: url(../fonts/NanumSquareRoundEB.woff2) format('woff2'),
	url(../fonts/NanumSquareRoundEB.woff) format('woff'),
	url(../fonts/NanumSquareRoundEB.ttf) format('truetype');
}

/*html, body {font-family: 'NanumSquareRound', AppleGothic, 'Dotum', sans-serif; color: #333;}*/

html {height:100%;}
body {margin:0;padding:0;font-size:0.9em; background: #28348a; background-repeat: no-repeat; background-image: url(img/login_bg1.png),url(img/login_bg2.png); background-position: left top, right 70px top;}

* {margin:0; padding:0;}
li {list-style:none;}
a {text-decoration:none;}
/*a, button, input, select, lable {font-family: 'NanumSquareRound', sans-serif;}*/
*, :after, :before {  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
input[type="submit"]{cursor:pointer}
button {cursor:pointer}

table { font-size:inherit; border-collapse:separate /*collapse*/; border-spacing:0; table-layout:fixed; }
th, td { word-wrap:break-word; word-break:break-all;font-weight:normal }

/*************** common ***************/

input[type=radio]:not(old):checked + label {
    background: url('../img/bg_radio_on.png') no-repeat 0 0;background-size:18px;
}

input[type=checkbox]:not(old) {
    margin:0; padding:0; opacity:0; 
    background:url('../img/bg_radio_on.png') no-repeat center left; background-size:18px;
    width:0; 
} 
input[type=checkbox]:not(old) + label {
    display: inline-block; 
    text-align: left; height:20px; padding-left: 25px; 
    background: url('../img/bg_radio_off.png') no-repeat 0 0; background-size:18px;
    line-height: 130%; vertical-align: top;
}
input[type=checkbox]:not(old):checked + label {
    background: url('../img/bg_radio_on.png') no-repeat 0 0;background-size:18px;
}


input[type=radio]:checked {
    background: url(../img/bg_radio_on.png) no-repeat left;
}
input[type=radio] {
    width: 16px;
    height: 16px;
    margin-left: 10px;
    margin-right: 5px;
    margin-bottom: -3px;
    border: 0;
    -webkit-appearance: none;
    appearance: none;
    background: url(../img/bg_radio_off.png) no-repeat left;
}
input[type=radio]:nth-child(1), input[type=checkbox]:nth-child(1) {
    margin-left: 0;
}


select {/*width: 200px;*/padding:.8em .5em;border: 1px solid #999;background: url('../img/category_select.png') no-repeat 95% 50%;border-radius: 0px;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
select::-ms-expand {display: none;}
.sel_expo {font-size:1rem; padding:0.8em 1em;}

/* wrapper */
#wrapper {/*width:calc(100% - 300px);margin-left:300px;*//*height:auto;overflow:hidden;padding: 25px;*/}
.wrapper {max-width: 1200px;margin: 70px auto 30px; position: relative;background:#fff;padding: 50px; border-radius:15px;}

#header{position:relative;background-color:transparent;max-width: 1200px;margin: 50px auto 20px;}
#header .logo{display:inline-block; vertical-align:top; margin-right:40px;}
#header .expotit{display: inline-block;margin: 5px 30px 0 0;color: #fff;float: right;font-weight: normal;letter-spacing:-0.8px;font-size: 3.5em;}

@media (max-width: 1217px){
	#wrapper {width: 95%; padding: 15px; margin: 0 auto;}
	#header{width: 95%; padding: 15px 15px 0 15px;}
	#header .expotit{margin: 20px 10px 0 0; font-size:2.5rem;}
}


.mb10 { margin-bottom:10px !important; }
.mb5_10 { margin-bottom:5px !important; }
.ml5{margin-left: 0 !important;}

.tb_02 {width:100%;border-collapse: collapse;margin:10px auto;}
.tb_02 caption {font-size:0; height:0;text-indent:-9999px;}
.tb_02 tr {border-top:1px solid #c8c8c8;}
.tb_02 tr:last-child {border-bottom:1px solid #c8c8c8;}
.tb_02 tr th {background: #f5f7f9;color: #2a3a53;padding:10px 20px;font-weight: 400;}
.tb_02 tr td {padding:10px 20px;color: #717171;font-size: 15px;border-right: 1px solid #c8c8c8;text-align:center;}
.tb_02 tr td:last-child {border-right:0;}


.air_all {/* width:calc(100% - 100px); */border-bottom: 2px solid #000;margin-bottom: 30px;}
/*.air_all .air_ttl {font-size: 23px;font-weight:500;padding-left:25px;position:relative;color: #283954;margin-top: 30px;margin-bottom: 15px;}
.air_all .air_ttl:before {display:block;content:'';width:13px;height:13px;border-radius:3px;background:#41577b;position:absolute;left:3px;top: 12px;}*/
.air_all .air_ttl {display:inline-block;text-align:left;/* margin-top:30px !important; */padding-bottom: 10px;/*padding-left:25px;*/font-size:23px;color:#333;font-weight:600;letter-spacing:-0.9px;}
.air_all .air_ttr {display:inline-block; text-align:right; margin-top:20px !important; margin-right:15px !important; padding-bottom:10px; float:right;}
.air_all .air_txt {font-size: 15px;color:#404040;padding: 0 20px 10px;}
.air_all .air_txt li {line-height:24px; padding-left:10px; position:relative;}
.air_all .air_txt li:before {display:block;content:'';position:absolute;left:0;top: 11px;width:3px;height:3px;border-radius:50%;background:#41577b;}


/*.tb_03 {width:100%;border-collapse: collapse;margin:10px auto; word-break:keep-all}*/
.tb_03 {width: 100%; font-size: 15px; border-collapse: collapse; word-break:keep-all; border-top: 3px solid #222; border-bottom: 1px solid #76746f; margin:10px auto;}
.tb_03 caption {font-size:0; height:0;text-indent:-9999px;}
/*.tb_03 tr {border-top:1px solid #c8c8c8;}*/
.tb_03 tr:last-child {border-bottom:1px solid #c8c8c8;}
.tb_03 tr th {background: #f1f4f7;padding:10px 20px;font-weight: 400;}
.tb_03 tr td {padding:10px 20px;color: #717171;font-size: 15px;border-right: 1px solid #c8c8c8;}
.tb_03 tr td:last-child {border-right:0;}
.tb_03_center tr td {text-align:center;}
.tb_03_center .bgcolor{background: #fff4fa;}
.tb_03 .span01{color: #405bc0;}
.tb_03 .span02{color: #a484b8;font-size: 13px;letter-spacing: -1px;}
.tb_03 .span03{color:#900074}
.tb_03 .span04{padding-left:10px}


.flight_btn_wr {width:100%; padding:30px 20px; text-align:center;}
.flight_btn_wr button, .flight_btn_wr a {display:inline-block;border-radius:5px;border: 1px solid #2a3a53;width:300px;transition:all 0.3s;margin:5px;}
.flight_app_btn, .flight_inq_btn, .flight_cancel_btn {color: #fff;background: #2a3a53;border:5px solid rgba(0,0,0,0) !important;line-height:48px; font-size:18px;}
.flight_back_btn {color:#2a3a53;line-height:55px; font-size:18px;}
.flight_app_btn:hover, .flight_inq_btn:hover {border:5px solid #d2dae7 !important;}
.flight_back_btn:hover {background:#d2dae7; color:#2a3a53;border: 1px solid #d2dae7;}
.flight_app_btn2 {color: #fff;background: #5473e8;border:5px solid rgba(0,0,0,0) !important;line-height:48px;font-size:18px;}
.flight_app_btn2:hover {border:5px solid #cdd6fa !important;}


.fam_txt {font-size:15px;padding:5px 10px;width: 380px;color:#484848;border: 1px solid #ccc;}

#apply .table1 .star{font-family:Verdana; color:#ff6633; margin-left:4px;font-size:13px;}
#apply .table1 caption {font-size: 0; height: 0; text-indent: -9999px;}

#apply .table1{width:100%;font-size:1rem;border-collapse:collapse;border-top:3px solid #222;border-bottom:1px solid #76746f;}
#apply .table1 th,
#apply .table1 td{padding:20px 10px;border-bottom:1px solid #e9e8e1;border-right:1px solid #e9e8e1; border-left:1px solid #e9e8e1; vertical-align:middle;}
#apply .table1 th{font-weight:400;text-align:center; background:#f1f4f7;}
#apply .table1 td{text-align:left;padding:20px 20px;/*vertical-align:top;*/}
#apply .table1 .th_h{background-size:1px 60%;}

#apply .txt_input{height:35px;line-height:35px;padding:0 12px;border:1px solid #dfdfdf;border-bottom:1px solid #cfcfcf;border-right:1px solid #cfcfcf;border-radius:2px;}
#apply .txt_textarea{padding:20px;border:1px solid #dfdfdf; border-radius:2px; resize: none;}
#apply .table_radio {border:1px solid #dfdfdf; height:35px;line-height:35px;}
#apply .table_select{display:inline-block;position: relative;width:175px;height:35px;line-height:35px; padding:0 12px; border:1px solid #dfdfdf;border-bottom:1px solid #cfcfcf;border-right:1px solid #cfcfcf;border-radius:2px;}
#apply .table_select select{display: inline-block;width: 100%;cursor: pointer;padding:7px 7px;outline: 0;border: 0;/*font-size:14px;*/border-radius: 0;background: white;color: black;appearance: none; -webkit-appearance: none; -moz-appearance: none; /*font-size: 15px;*/ height: 100%;background: url('../img/category_select.png') 140px center no-repeat;}
#apply .table_select select::-ms-expand {display: none;}
#apply .table_select select:disabled {opacity: 0.5;pointer-events: none;}



.table{width:100%; border:0;border-top:2px solid #333; border-spacing:0; margin:30px auto; border-bottom:1px solid #333;}
.table.l_br{border-left:1px solid #d2d2d2}
.table td, .table th{border:0;border-bottom:1px solid #d2d2d2;border-right:1px solid #d2d2d2}
.table td{border-right:1px solid #d2d2d2;padding:10px 0; text-align:center; font-weight:400;}
.table td.vt{vertical-align:top}
.table td.br, .table th.br{border-right:none}
.table th.lf, tr.lf, td.lf {text-align:left; padding-left:15px;}
.table td.bl, .table th.bl{border-left:1px solid #d2d2d2;}
.table td.bll, .table th.bll{border-left:1px solid #999;}
.table td.brb{border-right:1px solid #999;}
.table th.brb{border-right:1px solid #999;}
.table td.blb, .table th.blb{border-left:1px solid #999;}
.table td.btl, .table th.btl{border-bottom:1px solid #999;}
.table th{background:#f1f4f7;/*color:#000;*/font-weight:400;padding:15px 0; text-align:center;}
.table th.fl{text-align:left;padding-left:20px}
caption{visibility:hidden;overflow:hidden;width:1px;height:1px;font-size:0;line-height:0}
.table ul.db{padding:10px 0}
.table ul.db li{display:block;background:url(/images/common/dot_circle4.gif) no-repeat 13px 10px;padding-left:25px;line-height:25px}
.table th.ths {background:#fcfcfc;}


.con_btn{display:inline-block;width:auto;height:55px;line-height:55px;font-size:16px !important;text-align:center;font-weight:bold !important;vertical-align:middle; padding: 0 40px;}
.sm_btn{display:inline-block;min-width:80px;height:35px;line-height:35px;text-align:center;padding:0 12px;font-size:0.8rem !important; border-radius:5px; vertical-align:middle; letter-spacing:-0.8px;}
.con_btn.black,
.sm_btn.black{color:#fff;background:#333;}
.con_btn.yellow,
.sm_btn.yellow{color:#fff;background:#0b7dc2;}
.junum {width:100px !important;}
.junum1 {width:20% !important;}
.junum2 {width:40% !important;}
.junum3 {width:60% !important;}
.mo {display:none !important;}
.des {line-height:1.2rem; font-size:0.95rem; font-weight:normal;}
.w10 {width:10% !important;}
.w15 {width:15% !important;}
.w20 {width:20% !important;}
.w22 {width:22% !important;}
.w25 {width:25% !important;}
.w33 {width:33% !important;}
.w50 {width:50% !important;}
.w100 {width:100% !important;}
.pointb {font-weight:700 !important; color:#000;}
.center {text-align:center !important;}
.grey {color:#777777;}
.red {color:rgb(255, 0, 0);}
.moradio2 {margin-top:10px; margin-left:0 !important;}



#apply .table1 .stxt2 td {font-size:0.95rem;}
#apply .table1 .stxt2 th {font-size:0.95rem;}

@media all and (max-width:1000px){
	/*colgroup{display: none;}
	tr{display:flex; flex-wrap: wrap;}
	th, 
	td {
		display: block;
		width: auto;
	}
	th{width: auto; word-break: keep-all; display: flex; justify-content: center; align-items: center;}
	td{width: auto;}
	*/
	.ml5{margin-left: 5px !important}
	.sm_btn{min-width:65px; padding:0 5px;font-size:0.7rem !important; margin-top:5px;}
	.junum {width:28% !important;}
	.junum1 {width:16% !important;}
	.junum2 {width:75% !important;}
	.mb5_10 { margin-bottom:5px !important; }
}

@media all and (max-width:720px){
	#apply .table1 {font-size:0.95rem;}
	.ml5{margin-left: 5px !important}
	.mo {display:block !important;}
	#apply .table1 th{letter-spacing:-2px;}
	.moradio {margin-top:10px; margin-left:0 !important;}
	#apply .table1 td{padding:10px 10px;}
	#apply .table1 .stxt2 td{font-size:0.85rem; padding:3px !important; word-break:keep-all; letter-spacing:-1.5px;}
	#apply .table1 .stxt2 th{font-size:0.85rem; padding:3px !important; word-break:keep-all; letter-spacing:-1.5px;}
}

@media all and (max-width:460px){
	#apply .txt_input {width:100%;}
}


.mb30 {margin-bottom: 50px;}
.txt {color:#28348a !important; font-weight:bold !important;}
.stxt {color: #ff6633; font-size: 13px; letter-spacing: -1px;}
.sound_only {display:none;}
.sbtn {}
.center {text-align:center !important;}

#footer{position:relative; display:block; text-align:center; background:none;}
#footer p{font-size:16px; line-height:26px; letter-spacing:-0.02em; color:rgba(255,255,255,0.7);}
#footer p span{font-weight:500; color:#ec6c61;}
#footer p.footer_copyright{padding:0 0 50px 0; font-size:15px; color:rgba(255,255,255,0.3);}

details {display:block; border:none; cursor:pointer;}
summary {text-align:center; background:#28348a; color:#fff; padding:10px 10px; max-width:100px;text-align:center; border-radius:5px; margin-top:-50px; float:right;}


.member_wrap {max-width:750px;}

@media (max-width: 1024px) {
	.member_wrap {padding: 20px 0;}
}
@media (max-width: 1439px) {
	.wrapper {width: 90%;}
	.comon_form .wd458 {width:100%;}
}

.s-section {padding: 2% 0 6%;}
.sub_tit {font-size: 36px; font-weight: 500; margin-bottom: 50px; text-align: center; color: #333; font-weight:bold;}
#checkList ul {font-size: 1.8em;color: #555;font-weight: 400;overflow: hidden;} 
#checkList ul li {padding: 1.2em 0;/* line-height: 2em; */width: 24%;font-weight: 600;border-radius: 50px;display: inline-block;position: relative;margin: 0 3px 6px;background: #FDFBF4 url('img/check_bg.png') no-repeat 10px center;}
#checkList ul li p {float: left;  padding-left: 55px; color:#333 !important;}
#checkList ul li p a:link {color:#333;}
#checkList ul li p:hover {color:#fd8505; text-decoration:underline;}

@media screen and (max-width:1060px) {
	.sub_tit {font-size:2.4rem; margin-bottom: 30px;}
	#checkList ul {width:95%; margin:0 auto;}
	#checkList ul li {width: 48.1%;background-position-x: 10px;}
	#checkList ul li p {font-size: 14px;padding-left: 45px;letter-spacing: -1.5px;}
}

@media screen and (max-width:780px) {	
	#checkList ul {width:96%;}
}

.mt10 {font-size:1.5rem;}