@charset "utf-8";
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
/* common */
:root{
	--black:#000;
	--white:#FFF;
	--purple:#6e1684;
}
i{font-style:inherit}
.tc {text-align:center !important}
.tl {text-align:left !important}
.tr {text-align:right !important}
.col_blue,
.col_red{color:#BF0000 !important;}
.col_s_red{color:#df0914 !important;}
.bb0{border-bottom:0 !important}
.br0{border-right:0 !important}

/* font */
.black{color:var(--black) !important}
.white{color:var(--white) !important}
.fw600{font-weight:600 !important}
.fw500{font-weight:500 !important}
.fw400{font-weight:400 !important}
.protectTable {
    width: 100%;
    border-collapse: collapse;
    position: relative
}
.protectTable .bg_type{
background:linear-gradient(to right,#6e1684, #e41787);
line-height:50px;

}
.protectTable .bg_type *{
	color:#FFF !important
}

.ps-rl{
    position: relative;
}
.bg_blue_gra,
.bg_red_gra{
    background: -webkit-linear-gradient(110deg, #BF0000, #FB9292);
    background:linear-gradient(110deg, #BF0000, #FB9292);
}
.bg_org_gra{
    background: -webkit-linear-gradient(-45deg, #FF923E, #F04E4E);
    background:linear-gradient(-45deg, #FF923E, #F04E4E);
}
.font-pre{
    font-family: "Pretendard","Noto Sans Korean", "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", 
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, 
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.sound_only{
	display: inline-block !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0;
    line-height: 0;
    border: 0 !important;
    overflow: hidden !important;
    visibility: hidden;
}


/* display flex */
.flexBox{display: -webkit-box;display: -ms-flexbox;display: flex;width:100%;}
.flexBox.area02{-webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}
.flexBox.area02.ver_noList,
.flexBox.ver_noList{-webkit-box-lines: single;-ms-flex-wrap: nowrap;flex-wrap: nowrap;}
.flexBox.area02.ver_noList > *{width:auto;}
.flexBox.area02.ver_auto_h{-webkit-box-align: start; -ms-flex-align: start; align-items: flex-start;}
.flexBox.align-center{-webkit-box-align: center; -ms-flex-align: center; align-items: center;}
.flexBox.flex-center{-webkit-box-align: center; -ms-flex-align: center; align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.flex1{flex:1}
.inflex{
    display: inline-flex;
}


.list_dot_style > *{position: relative;padding-left: 9px;margin-top: 5px;line-height: 1.2;color: #222;}
.list_dot_style > *:first-child{margin-top: 0;}
.list_dot_style > *::before{content: '·';position: absolute;left: 0;top: -1px;}


/* 가로사이즈 */
.inner{width:1200px;margin-left:auto;margin-right:auto;}
.pc_inner{width:1200px;margin-left:auto;margin-right:auto;}
.inner_wide{width:90%;margin-left:auto;margin-right:auto;min-width: 1200px;}
.inner_left{padding-left:calc((100% - 1200px) /2) !important}
.inner_right{padding-right:calc((100% - 1200px) /2) !important}

/* 기본체크박스 */
.nm_checkbox {position:relative;display:inline-block}
.nm_checkbox > input[type="checkbox"] + label {color: #404040;display: inline-flex;align-items: center;font-weight: 400;cursor:pointer}
.nm_checkbox > input[type="checkbox"] + label span {width: 20px;height: 20px;display: inline-block;background: url(../images/common/ico_check.svg) no-repeat 50% 50% #fff;margin-right: 0.5rem;background-size: 15px;/* border: 1px solid #000; */}
.nm_checkbox > input[type="checkbox"]:checked + label span{background:url(../images/common/ico_check_w.svg) no-repeat 50% 50% var(--light-blue);}
.nm_checkbox > input[type="checkbox"]:checked + label {color: var(--light-blue);}


.inp_txt{width: calc((100% - 32px)/8);}
.inp_txt input[type="radio"]{}
.inp_txt input[type="radio"] + span{
    width: auto;
    height: auto;
    line-height: 40px;
    border: 1px solid #DDD;
    border-radius: 5px;
    padding: 0;
    font-size: 17px;
    width: 100%;
    text-align: center;
    margin: 0;
}
.inp_txt input[type="radio"]:checked + span{
    color: #FFF;
    background: -webkit-linear-gradient(110deg, #BF0000, #FB9292);
    background: linear-gradient(110deg, #BF0000, #FB9292);
}

/* 테이블 */
.tab_table_area{
    position: relative;
    overflow-x:auto;
    margin-top: 13px;
}
.main_container .tab_table_area thead{
    position: sticky;
    top: 0;
    /* height: 50px; */
    z-index: 9;
}
.main_container .tab_table_area{
    border-radius: 5px 5px 0 0;
    margin-top: 0;
}
.main_container .data_table {
    width:100%;
    height: 268px;
}

.main_container .data_table > table{
    table-layout: fixed;
    width: 100%;
}
.main_container .tab_table_area thead{
    position: sticky;
    top: 0;
    /* height: 50px; */
    z-index: 9;
}
.tab_table_area thead th{
    background: #F0F0F0;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    border-left: 0 !important;
}
.data_table td{
    padding:12px 5px;
    text-align: center;
    border: 1px solid #F0F0F0;
    font-weight: 500;
    background: #FFF;
    border-left: 0;
    /* border-right: 0; */
}
.data_table tbody th{
    text-align: center;
}

.data_table > table{
    border-left: 1px solid #F0F0F0;
    border-right: 1px solid #F0F0F0;
}

.data_table .w_tit{
    width: 18%;
}
.data_table .w_txt{
    width: 78%;
}
.data_table .w15p{
    width: 15%;
}
.data_table .w20p{
    width: 20%;
}
.data_table .w10p{
    width: 10%;
}
.w100p{
    width: 100%;
}
.data_table .w5p{
    width: 5%;
}
.data_table .w25p{
    width: 25%;
}
.data_table .w30p{
    width: 30%;
}
.data_table .w50p{
    width: 50%;
}
.data_table .w40p{
    width: 40%;
}
.data_table .w45p{
    width: 45%;
}
.data_table .w7{
    width: calc(100%/7);
}
.data_table .w4{
    width: calc(90%/4);
}
.data_table .w9p_3{
    width: calc(90%/3);
}
.data_table .w9p_5{
    width: calc(90%/5);
}
.data_table .w9{
    width: calc(100% / 9);
}
.data_table .w6{
    width: calc(100% / 6);
}
.data_table .w3{
    width: calc(100% / 3);
}
.data_table .w8{
    width: calc(100% / 8);
}
.data_table::-webkit-scrollbar {
    height: 1px;
    width: 2px;
}
.table_tb_red tbody th{
    background: -webkit-linear-gradient(110deg, #BF0000, #FB9292);
    background:linear-gradient(110deg, #BF0000, #FB9292);
    color: #FFF;
    font-weight: 700;
    text-align: center;
    border-bottom:1px solid #FFF;
}
.table_tb_red tbody td{
    padding: 20px 20px;
    word-break: keep-all;
    background: #f8f8f8;
    line-height: 1.7;
}


/* 트랙 (Track) */
.tab_table_area::-webkit-scrollbar {
    height: 3px;    width: 3px;
}
/* 트랙 (Track) */
.tab_table_area::-webkit-scrollbar-track {
    background: #f2f2f2;

} 
/* 핸들 (Handle) */
.tab_table_area::-webkit-scrollbar-thumb {
    background: #9A9A9A;
    border-radius: 15px;
} 

.tabs{
   display: flex;
   gap: 20px;
}

.tabs li a{
    opacity: .3;
}

.tabs li a.active{
    opacity: 1;
}


/* font size */
.font_h1{
    font-size: 64px;
    line-height: 1.4;
}
.font_h2{
    font-size: 46px;
    line-height: 1.3;
}
.font_h3{
    font-size:26px ;
}
.font_h4{
    font-size: 22px;
}
.font_big{
    font-size: 32px;
}
.font_base{
    font-size: 18px;
}
.font_base_b{
    font-size: 20px;
}
.font_base_s{
    font-size:15px;
}

.btn_area > *{
    display: inline-flex;
    align-items: center;
    line-height: 40px;
    height: 42px;
    padding: 0 15px;
    gap: 25px;
}
.btn_area .btn_line_red{
    border:1px solid var(--red);
    color: var(--red);
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
}
.btn_area .btn_line{
    border:1px solid #DDD;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    background: #FFF;
}
.btn_area .btn_line.ver_b{
    border:1px solid #000;

}
.btn_area .btn_line.ver_red{
    border:1px solid var(--red);
    color: var(--red);
}

.btn_area .btn_line img{
    height: 20px;
}
.btn_area > *:hover{
    box-shadow: rgba(99, 99, 99, 0.15) 0px 2px 8px 0px;
}

.mt50{
    margin-top: 50px;
}

#bo_v{
	margin-top:50px
	}

/* 반응형 */
@media (min-width: 1240px) {
    .mobVer {display:none !important}
}


@media (max-width: 1550px) {
	.inner_wide{
		width:94%;
	}
    .inner{
        width: 92%;
    }
}


@media (max-width: 1240px) {
	.inner{width:92%}	
	img{max-width:100%}
    .inner_left {
        padding-left: 4% !important;
    }
    .inner_right {
        padding-right: 4% !important;
    }
    .pc_inner{width:100%;}

}


@media (max-width: 1240px) {
#bo_list .td_name{width:50px}
#bo_list .td_num2{width:25px}
.tbl_head01 thead th{    white-space: nowrap;}
    body{
        font-size: 15px;
        line-height: 1.6;
    }
	.inner,
	.inner_wide{width: calc(100% - 48px);}
    .inner_left {padding-left: 24px !important;}
    .inner_right {padding-right: 24px !important;}
	.m_full_inner{width:100% !important}
	.pcVer {display:none !important}
	.m-column{-webkit-box-orient: vertical;-ms-flex-direction: column;flex-direction: column;gap: 5px;}
    .m-column-s{-webkit-box-orient: vertical; -ms-flex-direction: column; flex-direction: column;align-items: flex-start !important;    word-break: keep-all;}
	.m-column > *,
    .m-column-reverse > *{width:100% !important}
	.m-column-reverse{-webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse;}
	.flexBox.area02.ver_noList{-webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start;}
	.flexBox.area02.ver_noList.m-column-reverse,
	.flexBox.area02.ver_noList.m-column{-webkit-box-align: start; -ms-flex-align: start; align-items: flex-start;}
	.nm_radio + .nm_radio{margin-left:0}
	.nm_radio input[type="radio"] + label{font-size:14px}
	.inp_box_area .inp_box{line-height:35px;height:35px}
	.nm_checkbox > input[type="checkbox"] + label{font-size:14px}
	.nm_checkbox > input[type="checkbox"] + label span{width:16px;height:16px} 
    
    .tab_table_area thead th{
        font-size: 15px;
        line-height: 40px;
    }
    .tab_table_area thead{
        /* height: 40px; */
    }
    .data_table td{
        font-size: 13px;
    }
    .main_container .data_table{
        height: 300px;
    }
    .table_tb_red tbody td{
        padding: 10px;
    }
    .font_h1{
        font-size: 30px;
    }
    .font_h2,
    .font_big{
        font-size: 23px;
    }
    .font_h3,
    .font_base_b{
        font-size:17px ;
    }
    .font_h4{
        font-size: 17px;
    }
    .font_base,p{
        font-size: 16px;
    }
    .font_base_s{
        font-size: 14px;
    }
    .btn_area > *{
        gap: 12px;
        padding: 0 12px;
    }
    .btn_area .btn_line{
        font-size: 14px;
    }   
}


@media (max-width: 768px) {
    .inp_txt{
        width: calc((100% - 12px)/4);
        min-width: 70px;
     }
     .inp_txt input[type="radio"] + span{
        font-size: 14px;
        line-height: 35px;
        white-space: nowrap;
     }
}

@media screen and (max-width:320px) {
    .inner, .inner_wide {
        width: calc(100% - 24px);
    }
}