@charset "utf-8";

@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/variable/pretendardvariable.css");

*{color:#333; padding:0px; margin: 0px; list-style: none !important; text-decoration: none; letter-spacing: -0.05em; box-sizing: border-box; font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important;} 

@font-face {
    font-family: 'yg-jalnan';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


html, body {
    min-width: 100%;
    min-height: 100%;

}


.w100{width:100px !important;}
.w120{width:120px !important;}
.w80{width:80px !important;}
.w70{width:70px !important;}


.lgn_container{position:absolute; top:50%; left:50%; overflow:hidden; transform:translate(-50%, -50%); background-color:#fff; width:90%; padding:40px 20px; border-radius:20px; box-shadow: 0px 6px 9px -4px rgba(153, 153, 153, .25);}
.lgn_info h2{font-family: 'yg-jalnan'; text-align:center; font-size:20px;}
.lgn_fid{margin-top:25px;}

.text-field{    border-radius: 5px;
    padding: 10px;
    width: 100%;
    border: none;
    border: 1px solid #e6e6e6;
    margin-bottom: 10px;
    height: 40px;
	font-size:15px;}


.lgn_btn{margin-top:30px;}

.lgn_info .lgn_btn p{width: 100%;
    height: 44px;
    background-color: #0066ff;
    text-align: center;
    line-height: 44px;
    border-radius: 5px;}

.lgn_info .lgn_btn p a{display:block; color:#fff; width:100%; font-size:16px;}

.lgn_info img{width:70%;}

.submit-btn {
    border: none;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 10px;
    background-color: #2f2f37 !important;
    color: #fff;
    height: 40px;
    cursor: pointer; }

.btn_large{display:block; width:100%; border-radius:5px; font-size:16px;}
.btn_large:hover{background:unset;}

footer {
    width: 100%;
    height: 1px;
    margin: 50px 0 0 0;
    }

.foboox{position:absolute; bottom:0; box-sizing:border-box; }
.foot{padding-bottom:20px; width:90%; margin:0 auto;}
.foot h2{font-family: 'yg-jalnan'; font-size:16px;}
.foot li span{margin-right:10px; line-height:16px; font-size:12px;}
.foot li  p{margin-top:5px;}

.lgn_chk input{margin-right:2px; vertical-align:middle;}
.lgn_chk label{font-size:16px; vertical-align:middle; margin-right:8px; margin-left:2px;}



.rebox{padding:30px 15px;}
.rebox > h2{text-align:center; margin-bottom:30px; font-size:20px;}
.rebox section h2{font-size:17px; margin-bottom:12px;}
.rebox section textarea{    height: 80px;
    font-size: 15px;
    background-color: #ffffff;
    overflow-y: auto;
    overflow-x: hidden;
    color: #555;
    border: 1px solid #dfe0e1;
    border-radius: 5px;
    padding: 10px;
	width:100%;
}
.rebox section fieldset{border:none; margin-top:8px;}

.mart30{margin-top:30px !important;}

.btn_confirm {
    margin-top: 10px;
    overflow: hidden;
    text-align: center;
}

.btn_medium {
    padding: 8px 15px;
    font-size: 13px;
    line-height: 1.444;
    font-weight: 600;
}

.bx-white {
    background: #fff;
    border: 1px solid #ccc;
    color: #222 !important;
}

.btn_flex{display:flex; gap:20px; margin-top:40px;}
.btn_flex input,
.btn_flex a{height:50px; line-height:50px;}
.btn_flex input{background-color:#333; border:1px solid #333; color:#fff;}
.btn_flex input:hover{background-color:#333; border:1px solid #333; color:#fff;}




.regfmbx{padding:30px 15px;}
.regfmbx .refom_h2{text-align:center; font-size:20px; margin-bottom:30px;}
.regfmbx .fispn{float:right; font-size:14px; font-weight:500;}
.regfmbx .fispn b{color:#ff0000;}
.regfmbx .regbox{}
.regfmbx .regbox h2{font-size:17px; margin:20px 0 5px;}
.regfmbx .tabbox {    border-top: 1px solid #666;  margin: 0 0 10px;}
.regfmbx .tabcon {width:100%;     border-collapse: collapse; border-spacing: 0;  table-layout: fixed;}
.regfmbx .tabcon th{    height: 30px;
    font-size: 15px;
    padding: 10px 10px;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #ddd;
    background-color: #f8f8f8;
    font-weight: 600;
    text-align: left;}

.regfmbx .tabcon td{
	width:100%;
    min-height: 30px;
    padding: 10px 10px;
    border-bottom: 1px solid #ddd;
    background: transparent;
	 word-wrap: break-word;   /* 줄바꿈 허용 */
  word-break: break-all;
}

.oby_img input[type=file] {
    display: none;
    border: none;
}

.oby_img input[type=file]{display:none; border:none;}
.oby_img .upload{background-color:#2d2d2d; color:#fff; text-align:center; cursor:pointer; border-radius:3px; padding:0 12px; display:inline-block; height:33px; font-size:14px; display:inline-block; line-height:33px;}
.oby_img #preview {
    width: 80px;
    height: 80px;
    background-color: #fafafa;
    display: block;
    object-fit: cover;
    border-radius: 6px;
    box-shadow: 0 0 0 1px #d8d8d8 inset;}

.oby_img #preview2 {
    width: 80px;
    height: 80px;
    background-color: #fafafa;
    display: block;
    object-fit: cover;
    border-radius: 6px;
    box-shadow: 0 0 0 1px #d8d8d8 inset;}

.oby_img .view{display:flex; gap:15px; align-items: center;}

.frm_bbx input{width:unset !important;}
.regfmbx .frm_input {
    height: 33px;
    padding: 3px 7px 3px 7px;
    border: 1px solid #ccc;
    font-size: 15px !important;
    line-height: 1.444; width:100% ;} 




.dupbx{    border: 1px solid #5c5c5c;
    font-size: 14px;
    padding: 0 10px;
	height:33px;
	vertical-align:middle;
    border-radius: 3px;
	line-height:31px;
    color: #fff;
    background-color: #5c5c5c;
    margin-left: 3px;
	display:inline-block;
}



.cpheip .hd_ckbt{height:33px; background-color:#000;  padding: 0 12px; font-size: 14px; color: #fff; border-radius: 3px; vertical-align:middle; margin-top:6px;}
.fm_pphp{margin-top:8px;}

.time_td span{display:block;}
.time_td .time_bx{font-size:15px; vertical-align:middle;}
.time_td .time_bx select{border:1px solid #ccc; height:30px; font-size:15px;}
.time_td .dliy_tm{margin-top:5px;}

.time_bx {padding-bottom:2px; border-bottom:1px solid #ddd;}
.time_bx .row {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.time_bx .row .label input{margin-right:3px;}

.time_bx .row {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-weight:500;
}

.time_bx .row .label {
  flex: 0 0 80px; /* 라벨 고정폭 */
  display: flex;
  align-items: center;
}

.time_bx .row .field {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 5px;
}

.time_bx .row .field select.frm_sele {
  height: 33px;
  width: calc((100% - 10px)/2); /* 시작+종료 두 개 select 폭 동일 */
}

.time_bx .row .field .sep {
  flex: 0 0 auto;
}
.map6{padding-top:10px;}

.imp_rd{margin-top:5px; font-size:14px; color:red; line-height:19px; display:block;}


.frm_bbx label,
.frm_bbx input{vertical-align:middle;}

.regfmbx .tabcon td input,
.regfmbx .tabcon td label{font-size:15px;}

.btnbx{display:flex; gap:15px; margin-top:30px;}
.btnbx span{flex:1; text-align:center; height:45px; line-height:45px; border:1px solid #ddd; border-radius:5px;} 
.btnbx span a{display:block;}
.btnbx span input{height:45px; background-color:#000; color:#fff; border:1px solid #000;}
.btnbx span input:hover{background-color:#000; color:#fff; border:1px solid #000;}


.frm_bbx input[type=radio]{display:none;}
.frm_bbx input[type=radio]:checked + label{background-color:#0075ff; border:1px solid #0075ff; color:#fff;}
.frm_bbx label{display:inline-block; padding:0 10px; border:1px solid #ddd; border-radius:3px; font-size:12px; cursor:pointer; height:33px; line-height:33px;}
.frm_bbx input[type=checkbox]{display:none;}
.frm_bbx input[type=checkbox]:checked + label{background-color:#0075ff; border:1px solid #0075ff; color:#fff;}





.affck label{margin-bottom:6px;}
.affck2 label{margin-bottom:6px;}

.frm_select{height: 33px;
    padding: 3px 7px 3px 7px;
    border: 1px solid #ccc;
    font-size: 15px !important;
    line-height: 1.444;
 
}

.fisb{color:red;}

.tdvie{padding:0 10px;}

.add_bx1 {
    display: flex;
    flex-wrap: wrap; /* 여러 줄로 자동 감싸기 */
    gap: 10px; /* li 사이 간격 */
    padding: 0;
    margin: 0;
    list-style: none;
}

.add_bx1 li {
    width: calc(33.33% - 6.66px); /* 한 줄에 2개, gap을 고려 */

}

.add_bx1 li input{vertical-align:middle;}
.add_bx1 li label{font-size:14px !important; vertical-align:middle;}

.add_bx1{padding:10px 0; border-bottom:1px solid #ddd;}

.tdvie ul:first-child{padding:0; border-bottom:0px;}
.tdvie ul input{margin-right:2px;}

#reg_mb_id{margin-bottom:4px;}

.frm_bbx label{margin-bottom:5px;}




.nw1bbx input[type=radio]{display:none;}
.nw1bbx input[type=radio]:checked + label{background-color:#3887ff; border:1px solid #3887ff; color:#fff;}
.nw1bbx label{display:inline-block; padding:0 10px; border:1px solid #ddd; border-radius:3px; font-size:12px; cursor:pointer; height:33px; line-height:33px;}

.blockred{display:block; font-size:15px; color:red; font-weight:500; margin-top:5px;}