@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard-dynamic-subset.css');
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox  */
input[type='number'] {
  -moz-appearance: textfield;
}
/* font-family: 'Pretendard Variable'; */
@font-face {
	font-family: 'Pretendard Variable';
	font-weight: 45 920;
	font-style: normal;
	font-display: swap;
	src: local('Pretendard Variable'), url('../fonts/PretendardVariable.woff2') format('woff2-variations');
}

@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Thin.woff2') format('woff');
    font-weight: 100;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-ExtraLight.woff2') format('woff');
    font-weight: 200;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Light.woff2') format('woff');
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Regular.woff2') format('woff');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Medium.woff2') format('woff');
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-SemiBold.woff2') format('woff');
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Bold.woff2') format('woff');
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-ExtraBold.woff2') format('woff');
    font-weight: 800;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Black.woff2') format('woff');
    font-weight: 900;
    font-display: swap;
}


body {
	font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    margin: 0 !important;
}

html {scroll-behavior: smooth;}

input,
select {
    font-family: 'Pretendard', sans-serif;
}

p {
    margin: 0px 0px 0px 0px;
    line-height: 1;
}

.inner{
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}
.inner2{
    width: 100%;
    max-width: 1315px;
    margin: 0 auto;
    padding: 0 15px;
}

.sp5 {
    height: 5px;
    clear: both;
}

.sp10 {
    height: 10px;
    clear: both;
}

.sp12 {
    height: 12px;
    clear: both;
}

.sp15 {
    height: 15px;
    clear: both;
}

.sp20 {
    height: 20px;
    clear: both;
}

.sp25 {
    height: 25px;
    clear: both;
}

.sp30 {
    height: 30px;
    clear: both;
}

.sp35 {
    height: 35px;
    clear: both;
}

.sp40 {
    height: 40px;
    clear: both;
}

.sp45 {
    height: 45px;
    clear: both;
}

.sp50 {
    height: 50px;
    clear: both;
}

.sp55 {
    height: 55px;
    clear: both;
}

.sp60 {
    height: 60px;
    clear: both;
}

.sp65 {
    height: 65px;
    clear: both;
}

.sp70 {
    height: 70px;
    clear: both;
}

.sp75 {
    height: 75px;
    clear: both;
}

.sp80 {
    height: 80px;
    clear: both;
}

.sp90 {
    height: 90px;
    clear: both;
}

.sp100 {
    height: 100px;
    clear: both;
}

.sp110 {
    height: 110px;
    clear: both;
}

.sp120 {
    height: 120px;
    clear: both;
}

.sp130 {
    height: 130px;
    clear: both;
}

.sp140 {
    height: 140px;
    clear: both;
}

.sp150 {
    height: 150px;
    clear: both;
}

.sp160 {
    height: 160px;
    clear: both;
}

.sp165 {
    height: 165px;
    clear: both;
}

.sp200 {
    height: 200px;
    clear: both;
}

.t_bold {
    font-weight: bold
}

.pc_hider {
    display: none;
}
#wrap{
    max-width: 1920px;
    margin: auto;
}
/* 공통 input 시작 */
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/select.png);
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-size: 8px auto;
}

input,
select {
    appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: none;
    -webkit-border: none;
    -moz-border: none;
    -webkit-padding: 0 10px;
    -moz-padding: 0 10px;
}

input[type='checkbox'] {
    -webkit-appearance: checkbox
}

input[type='radio'] {
    -webkit-appearance: radio
}

input {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
a {
    text-decoration: none;
    color: inherit;
}
select::-ms-expand {
    display: none;
    /*for IE10, 11*/
}
/* 공통 input 끝 */



.index-hi {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	color: #000;
}

.hi01 {
	font-size: 85px;
	    line-height: 1.2;
    padding-bottom: 15px;
}

.hi02 {
font-size: 45px;
    font-weight: 400;
    padding-top: 30px;
}

.index_r_box_join {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 99999;
	transform: translateX(-50%);
	border-radius: 10px;
	overflow: hidden;
	background-image: url(../img/loginBg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	background-position: bottom center;
}

.index_r_box_join .login_item {
	width: 100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	height: 100vh;
	overflow: auto;
}

.index_r_box_join .login_item .join_inner {
	width: 672px;
	padding: 0 3%;
	margin: 50px auto 0;
	overflow: hidden;
	background: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	box-shadow: 0px 0px 7px #e0e0e0;
}

.index_r_box_join .login_item .l_s_tit01 {
	display: block;
	width: 285px;
	height: auto;
	padding-bottom: 20px;
	padding-top: 50px;
	margin: 0 auto;
	text-align: center;
	color: #a7a7a7;
}

.n-input .index_r_box_join .login-input {
	border: 1px #d3d3d3 solid;
    padding-left: 10px;
    border-radius: 10px;
}

.index_r_box .logo {
	text-align: center;
}

.index_r_box .logo img {
	width: 260px;
}

.input_title {
	font-size: 16px;
    color: #000;
	padding-bottom: 5px;
	margin-right: 15px;
}

.page_input {
	margin-top: 20px;
}

.input_title span {
	font-size: 14px;
	display: block;
}

.index_title {
	font-size: 17px;
    background: #414ff6;
    height: 60px;
    color: #000;
    text-align: center;
    font-weight: 400;
    line-height: 60px;
	background: url(../img/topBg.jpg)no-repeat;
    background-position: right top;
}

.index_input {
	width: 75%;
	margin: 0 auto;
	overflow: hidden;
    position: relative;
}

.w75 {
	width: 75%;
	margin: 0 auto;
}

.w100 {
	width: 100%;
}

.mt-17 {
	margin-top: 17px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-35 {
	margin-top: 35px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-35 {
	margin-bottom: 35px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.mb-80 {
	margin-bottom: 80px;
}

.mr-5 {
	margin-right: 5px;
}

.mr-20 {
	margin-right: 20px;
}

.mr-5p {
	margin-right: 5%;
}

.ml-5p {
	margin-left: 5%;
}

.index_input01 {
	width: 100%;
    height: 45px;
    border-radius: 10px;
    padding-left: 15px;
    color: #2c2f40;
    font-weight: 400;
    font-size: 14px;
    border-radius: 7px;
    border: 1px solid #a3a5ad;
	background: transparent;
}


.index_input01:focus {
	border: 1px #0178fe solid;
}

.index_input02:focus {
	border: 1px #0178fe solid;
}

.index_input03:focus {
	border: 1px #0178fe solid;
}

.index_input04:focus {
	border: 1px #0178fe solid;
}

.phone_select:focus {
	border: 1px #0178fe solid;
}

.phone_select option {
	background: #000 !important;
}

.index_input01::placeholder {
	color: #a3a5ad;
	font-size: 14px;
}

.index_input03::placeholder {
	color: #a3a5ad;
	font-size: 14px;
}

.l_btn_box {
	display: flex;
	align-items: center;
	justify-content: center;
}


.email-input .input01 {
    border: 0 !important;
}
.email-input  .input_flex{
    border-bottom: 1px solid #000;
}
body[data-theme="dark"] .email-input  .input_flex{
    border-bottom: 1px solid #555;
}
.input_flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.button01 {
	width: 192px;
	height: 50px;
	border: none;
	background: #0e40af;
	border-radius: 5px;
	color: #000;
	font-size: 16px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
}

.btn_bg {
	background: #363b52;
	color: #000;
}

.idIcon {
	background-image: url(../img/id_login.png);
	background-size: 22px;
	background-repeat: no-repeat;
	background-position: 12px 50%;
	text-indent: 35px;
}

.pwIcon {
	background-image: url(../img/pw_login.png);
	background-size: 22px;
	background-repeat: no-repeat;
	background-position: 12px 50%;
	text-indent: 35px;
}

/*login_end*/


.sub-top {
	width: 100%;
    height: 75px;
    border-bottom: 1px #e4e4e4 solid;
}
#side_menu {
    border: 1px solid #d2d2d2;
    max-width: 1000px;
    margin: 0 auto 30px;
}
body[data-theme="dark"] #side_menu {
    border: 1px solid #555;
    margin: 0 auto 30px;
}
#side_menu li:not(:last-child){
    border-right: 1px solid #d2d2d2;
}
body[data-theme="dark"] #side_menu li:not(:last-child){
    border-right: 1px solid #555;
}

#side_menu .nav_list li a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    color: #808080 !important;
    transition: .3s;
    padding: 20px 0;
    text-align: center;
}
#side_menu .nav_list li {
    width: 33.33%;
}

/*join*/
#join_input_content {
    max-width: 700px;
    width: 100%;
	height: auto;
	position: absolute;
	top: 100px;
	left: 50%;
    transform: translateX(-50%);
	display: block;
	padding-bottom: 15vh;
    }
.join #join_input_content {
    margin: 0 auto;
	width: 100%;
    max-width: 1000px;
    margin: 0 auto 30px;
}

.join #join_input_content .tit {
    margin-bottom: 30px;
    font-size: 34px;
    display: inline-block;
    color: #2c2f40;
    font-size: 40px;
    font-weight: 700;
    position: relative;
}
.join #join_input_content .tit:after {
        content: '';
        width: 14px;
        height: 14px;
        background: #6039b8;
        border-radius: 50%;
        position: absolute;
        bottom: 7px;
        right: -22px;
    }
.join #join_input_content .login-input-Area {
        overflow: hidden;
    }

.join #join_input_content .login-input-Area .form {
        overflow: hidden;
        position: relative;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin-bottom: 30px;
    }
.join #join_input_content .login-input-Area .form .input_tit {
	font-size: 14px;
    font-weight: 600;
}
body[data-theme="dark"] .join #join_input_content .login-input-Area .form .input_tit {
	color: #d2d2d2;
}
.join #join_input_content .login-input-Area .form .input01 {
    font-size: 15px;
    width: 100%;
    background: transparent;
    font-weight: 400;
    border-bottom: 1px solid #000;
    padding: 15px 5px 5px;
    outline: none;
}
.join #join_input_content .login-input-Area .form .input01:focus{
    border-color: #007bff;
}
body[data-theme="dark"] .join #join_input_content .login-input-Area .form .input01 {
    color: #d2d2d2;
    border-color: #555;
}
body[data-theme="dark"] .join #join_input_content .login-input-Area .form .input01:focus{
    border-color: #007bff;
}


.phone_select {
	width: 100%;
    height: 45px;
    background: #000;
    padding-left: 15px;
    color: #2c2f40;
    font-weight: 500;
    font-size: 14px;
    border: 2px solid #252732;
}


.index_input02 {
	width: 30%;
	height: 40px;
	border: none;
	padding-left: 10px;
	background: transparent;
	color: #333333;
	border-bottom: 1px #cdcdcd solid;
	float: left;
}

.index_input03 {
	width: 70%;
	height: 40px;
	border: none;
	padding-left: 10px;
	background: transparent;
	color: #333333;
	border-bottom: 1px #cdcdcd solid;
}

.form02_span {
	color: #000;
	width: 28%;
	height: 41px;
	float: right;
	font-size: 13px;
	background-color: #5f5f5f;
	text-align: Center;
	line-height: 40px;
	cursor: pointer;
	border-radius: 3px;
	border: 1px #000 solid;
}

.ema-input {
	width: 70%;
	height: 59px;
}
.terms_content_box {
    margin-bottom: 30px;
}
.register_check {
    /* margin-top: 10px; */
    font-size: 14px;
    font-weight: 400;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #e2e2e2;
    border-top: none;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}
.register_check input{
    cursor: pointer;
}
.register_check label{
    cursor: pointer;
}
body[data-theme="dark"] .register_check {
    border: 1px solid #555;
    border-top: none;
    color: #d2d2d2;
}
.register_check span{
    font-size: 14px;
}

.button02 {
    width: 192px;
    height: 55px;
    border: none;
    background: #3d60ec;
    border-radius: 5px;
    color: #000;
    font-size: 16px;
    cursor: pointer;
    border-radius: 50px;
}

.button03 {
	width: 49%;
	height: 50px;
	border: none;
	background: #3f4554;
	border-radius: 5px;
	color: #000;
	font-size: 16px;
	margin-top: 20px;
	float: left;
	cursor: pointer;
}

.button04 {
	width: 49%;
	height: 50px;
	border: none;
	background: #2c2f40;
	border-radius: 5px;
	color: #000;
	font-size: 16px;
	margin-top: 20px;
	margin-right: 2%;
	float: right;
	cursor: pointer;
}

.button05 {
    height: 40px;
    border: none;
    background: #1C4A85;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    border-radius: 7px;
    /* width: 120px; */
    padding: 0 10px;
    margin-bottom: 5px;
    min-width: 85px;
}


.button06 {
    width: 192px;
    height: 55px;
    border: none;
    background: #0178fe;
    color: #000;
    font-size: 16px;
    cursor: pointer;
    border-radius: 7px;
}

.join-item1 {
	width: 45%;
	float: left;
}

.join-item2 {
	width: 45%;
	float: right;
}

.bull {
	color: #ff4343;
	margin-left: 5px;
	font-family: 'SCoreDream', 'Noto Sans KR', sans-serif !important;
}

.input_tit {
	color: #000;
}

.privacy {
	padding: 10px;
	color: #a3a5ad;
	height: 200px;
	overflow: hidden;
	overflow-y: auto;
    border-radius: 7px;
    border: 1px solid #a3a5ad;
	margin-top: 15px;
	width: 100%;
	font-size: 13px;
}

.privacy .text1 {
	FONT-SIZE: 13px;
	color: #a3a5ad;
}

.privacy .s1 {
    FONT-SIZE: 15px;
    color: #7ba2ff;
}

.index_r_box_join .register_check {
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
}

.index_r_box_join .register_check #register1 {
    width: 15px;
    height: 15px;
    float: left;
    margin-right: 8px;
}

.index_r_box_join .register_check label {
	color: #2c2f40;
	font-size: 13px;
}

.index_r_box_join .login_item .l_s_tit02 {
    font-size: 14px;
    font-weight: 400;
    color: #a7a7a7;
    text-align: center;
    margin-bottom: 50px;
}
/*pop*/
.pop-up table td {
    padding: 5px;
    font-size: 12px;
    line-height: 30px;
    font-weight: 600;
    text-align: left;
    word-break: keep-all;
}

.pop-up strong {
	padding-bottom: 5px;
}

.pop_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 99999;
	top: 0;
	background: rgba(0, 0, 0, 0.4);
	left: 0;
	display: none;
}

.pop-up {
	position: fixed;
	z-index: 100000;
	background: #fff;
	width: 60%;
	padding-top: 0!important;
	height: 70%;
	border-radius: 20px;
	overflow-y: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
}

.pop-up2 {
    position: fixed;
    z-index: 100000;
    background: #f5f5f5;
    width: 500px;
    height: 550px;
    border-radius: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
	font-family: 'SCoreDream', 'Noto Sans KR', sans-serif !important;
}
.pop-up2 .inArea {overflow:hidden;padding:20px;}
.pop-up2 .inArea .item01 {
    width: 100%;
    background: #000;
    border: 1px #e4e4e4 solid;
    border-radius: 5px;
    padding: 15px;
}
.pop-up2 .inArea .item01 .tit {
    font-size: 14px;
    color: #2c2f40;
    font-weight: 400;
    margin-bottom: 20px;
}
.pop-up2 .inArea .item01 .form {
    overflow: hidden;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
}
.pop-up2 .inArea .item01 .form .t1 {
    font-size: 14px;
    color: #2c2f40;
    float: left;
    width: 80px;
    text-align: left;
    height: 40px;
    line-height: 40px;
}
.pop-up2 .inArea .item01 .form .input-form {
    width: calc(100% - 80px);
    float: left;
	display:flex;
}
.pop-up2 .inArea .item01 .form .input-form input {
    width: 69%;
    color: #2c2f40;
    border: 1px solid #e4e4e4;
    cursor: default;
    background: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
    vertical-align: baseline;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 0 0 0 8px;
    outline: none;
    -o-text-overflow: clip;
    text-overflow: clip;
    height: 40px;
}
.pop-up2 .inArea .item01 .form .input-form .searchBt {
	width: 29%;
    background: #2c2f40;
    color: #000;
    border-radius: 5px;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
	}


.pop-up2 .inArea-list {
    overflow: hidden;
    padding: 20px;
    padding-top: 0px;
}
.pop-up2 .inArea-list .item01 {
    width: 100%;
    margin-bottom: 10px;
    background: #000;
    border: 1px #e4e4e4 solid;
    border-radius: 5px;
    padding: 15px;
}
.pop-up2 .inArea-list .item01 .tit {
    font-size: 14px;
    color: #6039b8;
    font-weight: 400;
    margin-bottom: 20px;
}
.pop-up2 .inArea-list .item01 .tit span {
    font-weight: 500;
    font-size: 14px;
}
.pop-up2 .inArea-list .item01 .userlist{
    overflow:hidden;
}
.pop-up2 .inArea-list .item01 .userlist .listHead {
    width: 100%;
    overflow: hidden;
}
.pop-up2 .inArea-list .item01 .userlist .listHead li {
    background: #f5f5f5;
    height: 40px;
    text-align: center;
    line-height: 40px;
    float: left;
    width: calc(100% / 3);
    font-size: 14px;
    color: #2c2f40;
    border-top: 1px #d3d3d3 solid;
}
.pop-up2 .inArea-list .item01 .userlist .listHead li:nth-child(2) {border-left:0px;}
.pop-up2 .inArea-list .item01 .userlist .listHead li:nth-child(3) {border-left:0px;}
.pop-up2 .inArea-list .item01 .userlist .listHead li:nth-child(4) {border-left:0px;}


.pop-up2 .inArea-list .item01 .listbody {
    overflow: hidden;
    overflow-y: auto;
    height: 108px;
}
.pop-up2 .inArea-list .item01 .listbody table{width:100%;}
.pop-up2 .inArea-list .item01 .listbody table tr td {
    width: calc(100% / 3);
    font-size: 14px;
    color: #2c2f40;
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
	padding: 10px 5px;
	    word-break: break-all;
}
.pop-up2 .inArea-list .item01 .listbody table tr td:nth-child(1) {border-top:none;}


#pop-up02 {
	width: 50%;
}

.popTop {
	position: sticky;
	top: 0;
	left: 0;
	z-index: 5000;
}

.popTop .popclose {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(0, -50%);
	cursor: pointer;
}

.popTop .tit {
	background: #6039b8;
	color: #000;
	font-size: 16px;
	padding: 20px 25px;
}

.popCont {
	padding: 10px 20px;
}

.popCont section {
	line-height: 30px;
	font-size: 16px;
	font-weight: 500;
}

.popCont strong {
	font-size: 16px;
	display: block;
	color: #423a3a;
	padding-bottom: 10px;
	font-weight: 600;
}

/*//pop*/
.left_menu .m_menu_area {display:none;}



.join #app {
        width: 100%;
    }
    .join #app .sign_in {
        display: flex;
        flex-direction: column;
        gap: 15px;
        text-align: right;
    }
.join #app .sign_in p{
    font-size:14px;
    }
.join #app .sign_in span{
        font-weight: 700;
        color: #3f3682;
}
.join #app .formArea {
    display: flex;
    flex-direction: column;
    gap: 15px;
    overflow-y: auto;
    height: 350px;
    scrollbar-width: thin;
  }
  
  /* 스크롤 트랙 (바탕) */
  .join #app .formArea::-webkit-scrollbar-track {
    background-color: transparent; /* ✅ 투명하게 */
  }
  
  /* 스크롤 막대 */
  .join #app .formArea::-webkit-scrollbar-thumb { 
    background-color: #d2d2d2;
    border-radius: 5px;
  }
  
  /* Firefox용 */
  .join #app .formArea {
    scrollbar-color: #d2d2d2 transparent; /* ✅ thumb, track */
}
body[data-theme="dark"] .join #app .formArea {
    color: #d2d2d2;
}
.join #app h1 {
    font-weight: 600;
    font-size: 18px;
    border-bottom: 1px solid #e2e2e2;
    padding: 15px;
}
body[data-theme="dark"] .join #app h1 {
    border-bottom: 1px solid #555;
    color: #d2d2d2;
}
.join #app h2 {
    display: block;
        font-size: 14px;
        margin-block-start: 0.83em;
        margin-block-end: 0.83em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        font-weight: 500;
        unicode-bidi: isolate;
}
.join #app h6 {
	font-size: 16px;
	margin-block-end: 0.5em;
	font-weight: 300;
}
.join #app p {
    word-break: keep-all;
        font-size: 14px;
        line-height: 1.3;
}
.join #app p.t1 {
    margin-top:10px;
}
    .join #app ul.typeA {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 20px;
    }
    .join #app ul.typeB {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
.join #app ul.typeA li{
   display: flex;
	font-size: 14px;
	font-weight: 400;
	opacity: 0.8;
	line-height:1.3;
}
.join #app ul.typeA li span{
   margin-right: 10px;
   display:flex;
}
.join #app .table_type{
    width: 100%;
    max-width: 600px;
    border: 1px #e4e4e4 solid;
	margin-top:10px;
	margin-bottom:10px;
}
.join #app .w60{
    width:60px;
}
.join #app .table_type th {
        background: #e4e4e4;
        border: 1px #c2c2c2 solid;
        height: 40px;
        font-size: 14px;
        font-weight: 500;
    }
    body[data-theme="dark"] .join #app .table_type th {
        background: #222;
    }
.join #app .table_type td {
        border: 1px #c2c2c2 solid;
        height: 40px;
        font-size: 14px;
        font-weight: 400;
        text-align: center;
        padding: 10px;
        word-break: keep-all;
        color: #000;
        opacity: 0.8;
		line-height: 1.2;
}
body[data-theme="dark"] .join #app .table_type td {
    color: #d2d2d2;
}
.join #app .sign_form {
        display:flex;
		flex-direction: column;
		gap:15px;
    }
.join #app .sign_form ul {
        gap: 10px;
        display: flex;
        flex-direction: column;
    }
.join #app .sign_form li{
        display:flex;
    }
    .join #app .sign_form li span.name {
        width: 235px;
        margin-left: 15px;
    }
.join #app .sign_form li span.in{
        margin-left:auto;
    }



#header .rightArea .Lang_choice {
	margin-left: 20px;
	}
#header .rightArea .Lang_choice ul {
	display: flex;
	gap: 23px;
	position: relative;
	}
#header .rightArea .Lang_choice ul:after{
	content: '';
	width: 1px;
	position: absolute;
	top: 2px;
	left: 50%;
	height: 10px;
	background: #000;
	transform: translateX(-50%);
	}
#header .rightArea .Lang_choice ul li p {
	color: #000;
	font-size: 16px;
	cursor:pointer;
    }



.sub-page .pack-form .no-active {filter: grayscale(1);}

#alert_layer {
	width:100%;
	height:100vh;
	position:fixed;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	background:rgba(0,0,0,0.25);
	z-index: 999999;
	display:none;
    }
#alert_layer .alert_form{
	width: 425px;
	display: flex;
	flex-direction: column;
	position: fixed;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 99999999;
	background: #fdfbff;
	border: 3px #e7e7e7 solid;
	border-radius: 15px;
	align-items: center;
	padding: 25px;
	gap:20px;
    }
#alert_layer .alet_txt{
	font-size: 15px;
	color: #232323;
	font-weight: 500;
	}
#alert_layer .message_set{
	margin-top:10px;
	margin-bottom:10px;
	}
#alert_layer .message_set label{
	display: flex;
    gap: 5px;
	}
#alert_layer .button_set{
	display: flex;
    gap: 12px;
	}
#alert_layer .button_set button{
	height:23px;
	padding:0px 12px;
	border:none;
	outline:none;
	cursor:pointer;
	color: #000;
    border-radius: 5px;
	font-size:14px;
	font-weight:300;
	}
#alert_layer .button_set button.close_bt{
	background: #c4c4c4;
	}
#alert_layer .button_set button.check_bt{
	background: #336aea;
}

.select_all {
    width: 100%;
    padding: 15px 0;
    border: 1px solid #e2e2e2;
}
body[data-theme="dark"] .select_all{
    border: 1px solid #555;
}
.select_all label{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    cursor: pointer;
}
.select_all span{
    font-size: 16px;
    font-weight: 500;
}

body[data-theme="dark"] .select_all span {
    color: #d2d2d2;
}



.register_ok .flex_box{
    display: flex;
    align-items: center;
    gap: 80px;
    margin-top: 80px;
}
.register_ok .flex_box .imgbox{
    width: calc(100% - 600px);
}
.register_ok .flex_box .imgbox img{
    width: 100%;
}
.register_ok .flex_box .textbox{
    width: 520px;
}
.register_ok .flex_box .textbox .main_text{
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    font-size: 36px;
    font-weight: 700;
    color: #808080;
}
.register_ok .flex_box .textbox .main_text{
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    font-size: 36px;
    font-weight: 700;
    color: #808080;
}
.register_ok .flex_box .textbox .main_text h3{
    color: #000;
}
body[data-theme="dark"] .register_ok .flex_box .textbox .main_text h3{
    color: #fff;
}
.register_ok .flex_box .textbox .main_text h3 span{
    color: #007bff;
}
.register_ok .flex_box .textbox .sub_text{
    font-size: 18px;
    font-weight: 500;
    word-break: keep-all;
    line-height: 130%;
    margin-bottom: 50px;
}
body[data-theme="dark"] .register_ok .flex_box .textbox .sub_text{
    color: #d2d2d2;
}

.register_ok .flex_box .textbox .button_flex{
    display: flex;
    align-items: center;
    gap: 5px;
}
.register_ok .flex_box .textbox .button_flex a{
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    background-color: #e2e2e2;
    color: #000 !important;
}

.register_ok .flex_box .textbox .button_flex .login{
    background-color: #007bff;
    color: #fff !important;
}








.contents_wrap{
    width: 90%;
    max-width: 500px;
    height: fit-content;
    padding: 30px;
    border: 1px solid #e2e2e2;
    border-radius: 20px;
    margin: 0 auto;
    background-color: #f6f6f6;
}
body[data-theme="dark"] .contents_wrap {
    background-color: #222;
    border: 1px solid #555;
}
.contents_wrap h3{
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 140%;
}
.contents_wrap .con_inner{
    max-width: 380px;
    margin: 0 auto;
}
.contents_wrap ul{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.contents_wrap ul li{
    width: 100%;
}
.contents_wrap .check_list{
    display: flex;
    align-items: center;
    gap: 10px;
}
.contents_wrap .checkbox{
    cursor: pointer;
}
.contents_wrap .check_list{
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.contents_wrap .check_list .arrowbox{
    width: 20px;
    height: 15px;
    margin-left: auto;
    display: flex;
    justify-content: end;
}
.contents_wrap .check_list .arrowbox img{
    height: 100%;
    opacity: .5;
}
body[data-theme="dark"] .contents_wrap .check_list .arrowbox img{
    filter: brightness(0) invert(1);
}
.contents_wrap .btnArea {
    margin-top: 50px;
}
.contents_wrap .btnArea .clickBt {
    margin-bottom: 0;
    height: 40px;
    padding: 0;
}
.contents_wrap .btnArea .ok_button {
    background-color: #333;
}
.register_form .contents_wrap .btnArea .clickBt {
    background-color: #333 !important;
}

.popup_contents {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 90%;
    max-width: 480px;
    border-radius: 15px;
    overflow: hidden;
    z-index: 99999;
}
.popup_wrap{
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 9999;
}
.popup_wrap .pop_background{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.custom-check {
    margin-left: 0;
  }
  
  /* ✅ 라이트모드에서 active일 때 */
  .custom-check.active .check-img {
    content: url("../img/check_on1.svg");
  }
  
  /* ✅ 다크모드에서 active일 때 */
  body[data-theme="dark"] .custom-check.active .check-img {
    content: url("../img/check_on2.svg");
  }
  .confirm-btn {
    background: #ccc;
    color: #fff;
    border: none;
    padding: 12px 18px;
    border-radius: 8px;
    cursor: not-allowed;
    transition: 0.3s;
  }
  .confirm-btn.active {
    background-color: #333 !important;
    cursor: pointer;
  }
  

  body[data-theme="dark"] option {
    background-color: #555;
}
.find ul {
    gap: 0;
}
.find .btnArea .request {
    margin-bottom: 10px;
}
.find .contents_wrap .btnArea {
    margin-top: 0;
}
.find .contents_wrap .btnArea .request {
    background-color: #333 !important;
}
.find .contents_wrap .btnArea .backbt {
    background-color: #bbb !important;
}

.confirm-btn[disabled] {
    background: #ddd;
    color: #aaa;
  }
  body[data-theme="dark"] .confirm-btn[disabled] {
    background: #808080;
    color: #d2d2d2;
}
  
  .confirm-btn.on {
    background: #333;
    color: #fff;
  }