@charset "utf-8";
@import url(https://unpkg.com/dat.gui.ease@latest/dist/dat.gui.ease.css);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;200;300;400;500;600;700;800;900&display=swap');


/*
width: calc(100% - 95px);
height: calc(100vh - 56px);
*/


@font-face {
	font-family:'SourceHanSerifK-Regular';
	src:local(※),
	url('../font/SourceHanSerifK-Regular.woff') format('woff');
	/* url('/font/NanumSquareRoundEB.woff2') format('woff2'); */
}

@font-face {
	font-family:'MICEMyungjo';
	src:local(※),
	url('../font/MICEMyungjo.woff') format('woff');
	/* url('/font/NanumSquareRoundEB.woff2') format('woff2'); */
}


.sec-view .brand_02 .top_txt p.t2 span {
    font-size: 18px !important;
    position: relative;
    bottom: 24px;
	font-family: 'NotoSansKR-Medium' !important;
}

@font-face {
	font-family:'NotoSansKR-Medium';
	src:local(※),
	url('../font/NotoSansKR-Medium-Hestia.woff') format('woff');
	/* url('/font/NanumSquareRoundEB.woff2') format('woff2'); */
}

@font-face {
	font-family:'Harshita';
	src:local(※),
	url('../font/Harshita.woff') format('woff');
	/* url('/font/NanumSquareRoundEB.woff2') format('woff2'); */
}


.block-line { display:flex; align-items: flex-start; justify-content: flex-start; width:100%; }
.set-block {
    position: relative;
    display: flex;
    align-items: center;
    padding: 4px 0;
    min-height: 40px;
	max-width: 100%;
	width:100%;
	margin-bottom:10px;
	background:#fff;
	font-size:0.95em; color:#888;
	font-weight:400;
	border:1px solid #aaa;
}
.mr20 { margin-right:20px; }
.set-block > label {
    display: block;
    flex-shrink: 0;
    color: #000;
    font-size: 0.85em;
	font-weight:200;
    padding: 0 15px 0 15px;
	margin-right:10px;
	width:50px;
	border-right:1px solid #c9c9c9;
    font-weight: 500;
	letter-spacing:-0.03em;
}

.set-field-input.wid01 {
    width: 280px;
}
.set-field-input.wid02 {
    width: 180px;
}
.set-field-input.wid03 {
    width: 80px;
}
.set-field-select { padding:8px 10px; font-size:0.95em; border:none;}
.set-field-input {
    height: 20px;
    padding: 8px 10px 7px 10px;
    font-size: 0.95em;
	border:none;
    border-radius: 0;
    transition: border .1s ease;
}
.set-field-input::placeholder { color:#a8adbd; font-weight:400; font-size:0.95em; font-family:'Noto Sans KR'; line-height:1.0}
.set-field-input::-webkit-input-placeholder { color:#a8adbd; font-weight:400; font-size:0.95em; }
.set-field-input::-ms-input-placeholder { color:#a8adbd; font-weight:400; font-size:0.95em; }
.set-field-input.ml15 { margin-left:15px }

.radio-field {
    display: flex;
    align-items: center;
    padding: 8px 0;
	margin-right:12px;
}
.radio-color {
    width: 18px;
    height: 18px;
    border: 1px solid #bababa;
    background-color: #FFF;
    border-radius: 50%;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    background-position: 50%;
    transition: background .2s ease;
	margin-top:-1px;
}
.radio-color + label {
    font-size: 0.95em;
    margin:-4px 0 0 2px;
	color:#222;
	font-family:'Noto Sans KR';
}
.ml20 {
    margin-left: 20px;
}
.radio-color:checked {
  background: #222 url('../images/ico-radio.svg') 50% no-repeat;
  border-color: #222;
}

.radio-color:checked + label {
	color:#000;
	font-weight:600;
}

.ag_terms { position:relative; background:#fff; padding:20px 20px; height:115px; overflow-y:scroll; border:1px solid #d9d9d9 }
.ag_terms h3 { color:#222; font-weight:500; font-size:1.05em; letter-spacing:-0.03em }
.ag_terms h3.mt { margin-top:20px }
.ag_terms .txt { color:#666; font-weight:400; font-size:0.85em; letter-spacing:-0.03em; margin-top:12px; }
.ag_terms h4 { color:#222; font-weight:500; font-size:0.95em; letter-spacing:-0.03em; margin-top:20px;}
.ag_terms .s_txt { color:#666; font-weight:400; font-size:0.85em; letter-spacing:-0.03em; margin-top:7px; }
.ag_terms .li_tx { margin-top:5px }
.ag_terms .li_tx li { position:relative; color:#666; font-weight:400; font-size:0.85em; letter-spacing:-0.03em; margin-top:3px; }

.ag_terms .li_tx1 { margin-top:5px }
.ag_terms .li_tx1 li { position:relative; padding-left:0; color:#666; font-weight:400; font-size:0.85em; letter-spacing:-0.03em; margin-top:3px; }

.ag_wp { padding:15px 0 0 0;}
.agree_check { position:relative; margin-top:7px; font-size:0.85em; color:rgba(0,0,0,.8); letter-spacing:-0.05em; display: flex; justify-content:flex-end; align-items: center; padding:0 20px  }
.agree_check em { margin-right:auto}
.agree_check .checks {position: relative; display:inline-block; vertical-align:middle; margin-left:50px;}
.agree_check .checks.ml30 { margin-left:30px }
.agree_check .checks input[type="radio"] { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip:rect(0,0,0,0); border: 0; }
.agree_check .checks input[type="radio"] + label { display: inline-block; vertical-align:middle; position: relative; padding-left:28px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; margin-top:-3px; }
.agree_check .checks input[type="radio"] + label:before { content: ''; position: absolute; left: 0; top: 1px; width: 18px; height: 18px; text-align: center; background:none; border: 1px solid rgba(0,0,0,.3); border-radius: 100%; box-shadow: 0px 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05); }
.agree_check .checks input[type="radio"] + label:after { content: ''; position: absolute; top: 8px; left: 7px; width: 6px; height: 6px; background:rgba(0,0,0,.3); border-radius: 100%; }
.agree_check .checks input[type="radio"] + label:active:before, .checks input[type="radio"]:checked + label:active:before { }
.agree_check .checks input[type="radio"]:checked + label { color:#000; }
.agree_check .checks input[type="radio"]:checked + label:before { background:none; border-color: #000; }
.agree_check .checks input[type="radio"]:checked + label:after { content: ''; position: absolute; top: 8px; left: 7px; width: 6px; height: 6px; background: #000; border-radius: 100%; }
.btn_alc { position:relative; text-align:center; margin-top:25px }
a.submit { display:inline-block; padding:13px 50px; background:#222; color:#fff !important; font-weight:400 !important; letter-spacing:-0.04em !important; font-size:1.0em !important }
a.submit:hover { font-weight:600 !important; background:#000;}

@media all and (max-width:1001px) {
	
#section5 { position:relative; height:auto !important; background:url(../images/bg_register.jpg) no-repeat center center #004a61; background-size:cover; border-top:1px solid rgba(255,255,255,.1) ; z-index:2}
#section5 .fp-tableCell { height:auto !important}
#section5 .inner { position:relative; width:auto !important; height:auto;  opacity:0; transition: all 0.2s ease; transition-delay:0s; padding:100px 5%;}
#section5.active .inner .regist_tl { position:relative; left:inherit; top:inherit; right:inherit; width:100% !important; animation:sec5_an1_mo 1.6s cubic-bezier(.51,.01,0,1) 0.5s 1 forwards; opacity:0}
@keyframes sec5_an1_mo {
		0% { opacity:0; }
		100% { opacity:1; }
}
#section5 .inner .regist_tl { text-align:right }
#section5 .inner .regist_tl .txt_k { color:rgba(255,255,255,.3); font-size:1.0em; }
#section5 .inner .regist_tl .txt_e { color:#fff; font-size:2.0em; margin-top:10px; }
#section5 .inner .regist_input { position:relative; right:inherit; top:inherit; margin-left:0; width:100% !important; margin-top:30px}

#section5.active .inner { opacity:1; transition: all 0.2s ease;}
.block-line { display:block; align-items: flex-start; justify-content: flex-start; width:100%; }
.set-block {
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    min-height: 40px;
	margin-bottom:7px;
	background:#fff;
	font-size:0.95em; color:#888;
	font-weight:400;
	width:auto;
	flex-wrap:wrap;
	overflow:hidden;
	padding-left:25%;
}
.mr20 { margin-right:0; }
.set-block > label {
	position:absolute; left:0; top:50%; margin:-11px 0 0 0;
    display: block;
    flex-shrink: 0;
    color: #000;
    font-size: 0.85em;
	font-weight:200;
    padding: 0 0 0 15px;
	margin-right:0;
	width:17%;
	border-right:none;
    font-weight: 500;
	letter-spacing:-0.03em;
	border-right:1px solid #c9c9c9;
}
.set-block .ttx { font-size:0.85em }
.set-field-select { padding:8px 17px 8px 5px; font-size:0.9em; border:none; background:url(../images/down_chevron_icon.svg) no-repeat 90% center #fff; background-size:9px; color:#222; -webkit-appearance:none;-moz-appearance:none; appearance:none}
.set-field-input {
    height: 20px;
    padding: 8px 10px 7px 10px;
    font-size: 0.9em;
	border:none;
    border-radius: 0;
    transition: border .1s ease;
}
.set-field-input.ml15 { margin-left:10px }
.set-field-input::placeholder { color:#a8adbd; font-weight:500; font-size:1.0em; font-family:'Noto Sans KR'; line-height:1.0; letter-spacing:-0.03em;}
.radio-field {
    display: flex;
    align-items: center;
    padding: 3px 0;
	margin-right:15px;
}

.radio-color + label {
    font-size: 0.9em;
    margin:-5px 0 0 4px;
	color:#222;
	font-family:'Noto Sans KR';
}

.set-field-input.wid01 {
    width: 90%;
}
.set-field-input.wid02 {
    width: 100px;
}
.set-field-input.wid03 {
    width: 60px;
}
.ag_terms { position:relative; background:#fff; padding:20px 20px; height:60px; overflow-y:scroll }
.ag_terms h3 { color:#222; font-weight:500; font-size:0.9em; letter-spacing:-0.03em }
.ag_terms .txt { color:#666; font-weight:400; font-size:0.75em; letter-spacing:-0.03em; margin-top:10px; }
.ag_terms h4 { color:#222; font-weight:500; font-size:0.85em; letter-spacing:-0.03em; margin-top:15px;}
.ag_terms .s_txt { color:#666; font-weight:400; font-size:0.75em; letter-spacing:-0.03em; margin-top:5px; }
.ag_terms .li_tx { margin-top:5px; }
.ag_terms .li_tx li { position:relative; padding-left:0px; color:#666; font-weight:400; font-size:0.75em; letter-spacing:-0.03em; margin-top:3px; }

.ag_terms .li_tx1 { margin-top:5px; }
.ag_terms .li_tx1 li { position:relative; padding-left:0; color:#666; font-weight:400; font-size:0.75em; letter-spacing:-0.03em; margin-top:3px; }

.agree_check { position:relative; margin-top:10px; font-size:0.8em; letter-spacing:-0.05em;display: flex; justify-content:left; align-items: center; border-bottom:1px solid rgba(255,255,255,.3); padding:20px 0 25px 0; flex-wrap:wrap;}
.agree_check em { display:block; width:100%; margin-bottom:8px;}
.agree_check .checks {position: relative; display:inline-block; vertical-align:middle; margin-left:0;}
.agree_check .checks.ml30 { margin-left:20px }
.agree_check .checks input[type="radio"] { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip:rect(0,0,0,0); border: 0; }
.agree_check .checks input[type="radio"] + label { display: inline-block; vertical-align:middle; position: relative; padding-left:28px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; margin-top:-3px;}
.agree_check .checks input[type="radio"] + label:before { content: ''; position: absolute; left: 0; top: 1px; width: 18px; height: 18px; text-align: center; background:none; border: 1px solid #38495c; border-radius: 100%; box-shadow: 0px 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05); }
.agree_check .checks input[type="radio"] + label:after { content: ''; position: absolute; top: 8px; left: 7px; width: 6px; height: 6px; background: #38495c; border-radius: 100%; }
.agree_check .checks input[type="radio"] + label:active:before, .checks input[type="radio"]:checked + label:active:before { }

/*.agree_check .checks input[type="radio"]:checked + label { color:#fff; }*/
.agree_check .checks input[type="radio"]:checked + label:before { background:none; border-color: #fff; }
.agree_check .checks input[type="radio"]:checked + label:after { content: ''; position: absolute; top: 8px; left: 7px; width: 6px; height: 6px; background: #fff; border-radius: 100%; }
.btn_alc { position:relative; text-align:center; margin-top:15px }


}

#containor {
	position:relative;
	width:100%;
	z-index:10;
}
#containor.member {
	border-top:1px solid #e8e8e8
}







