@charset "utf-8";

/* body{
    overflow-x: hidden;
} */
#Wrap{
    width: 100%;
    overflow: hidden;
}

/* common */
:root{
    /* Layout */
    --layoutwidth: 1520px ;
	--black:#333333;
	--white:#FFF;
    --blue:#2e68c6;
    --line-color:#d4dbe4;
    --line-hover:#104eed;
    --blue-d:#214398;
    --blue-l:#3b8ceb;
    --yellow:#f5f7b7;
    --grad-col-left:#264cad;
    --grad-col-right:#3d91f0;
    --grad-col-right2:#58cbfa;

}
.border1{
    border:1px solid var(--line-color)
}
.border-color{
    border-color:var(--line-color)
}
.col_yellow{color: var(--yellow) !important;}
.col_blue{color: var(--blue) !important}
.col_blue_d{color: var(--blue-d) !important}
.col_blue_l{color: var(--blue-l) !important}
.col_black{color:#222 !important}
.col_w{color: var(--white);}
.bg_gradi{
    background: var(--grad-col-left);
    background: linear-gradient(to right, var(--grad-col-left) 10% , var(--grad-col-right)  100%);
}

.blue_txt_gradi{
    background: linear-gradient(to right, var(--grad-col-left) 10% , var(--grad-col-right)  100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent; 
}
.blue_txt_gradi_light{
    background: linear-gradient(to right, var(--blue-l) 10% , var(--grad-col-right2)  100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent; 
}
.blue_txt_gradi_light2{
    background: linear-gradient(to right,#009cff 10% , #23f2ff  80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent; 
}


i{font-style:inherit}
.tc {text-align:center !important}
.tl {text-align:left !important}
.tr {text-align:right !important}
.bb0{border-bottom:0 !important}
.br0{border-right:0 !important}
.ps-rel{position:relative !important}
/* font */
.black{color:var(--black) !important}
.white{color:var(--white) !important}
.fw900{font-weight:900 !important}
.fw800{font-weight:800 !important}
.fw700{font-weight:700 !important}
.fw600{font-weight:600 !important}
.fw500{font-weight:500 !important}
.fw400{font-weight:400 !important}
.fw300{font-weight:300 !important}
.fw200{font-weight:200 !important}
.fw100{font-weight:100 !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;
}
/* .font-score{
    font-family: 'SCoreDream' !important;
} */

.dp-block{display: block !important;}
.dp-inblock{display: inline-block !important}

.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt0{margin-top: 0 !important}
.mr10{margin-right: 10px;}

.text-upp{
    text-transform: uppercase;
}

/* display flex */
.flex-wrap{flex-wrap: wrap;}
.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.just-center{-webkit-box-pack: center;-ms-flex-pack: center;    justify-content: center;}
.flexBox.align-center{-webkit-box-align: center; -ms-flex-align: center; align-items: center;}
.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;}
.column{-webkit-box-orient: vertical;-ms-flex-direction: column;flex-direction: column;}


.list_dot_style > *{position: relative;padding-left: 10px;margin-top: 11px;line-height: 1.2;}
.list_dot_style > *:first-child{margin-top: 0;}
.list_dot_style > *::before{content: '·';position: absolute;left: 0;top: -1px;color: #333;}


/* 가로사이즈 */
.inner{width:auto;padding-left: 3.750rem;padding-right: 3.750rem;max-width: var(--layoutwidth);margin: auto;}
.inner_left{margin-left: calc((100% - var(--layoutwidth)) / 2) !important;padding-left: 3.750rem;}
.inner_right{padding-right:calc((100% - var(--layoutwidth)) /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);}

/* 테이블 */
.tab_table_area{
    position: relative;
    overflow-x:auto;
    margin-top: 13px;
}
.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 #eaeaea;
    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 #eaeaea;
    border-right: 1px solid #eaeaea;
}

.data_table .w_tit{
    width: 18%;
}
.data_table .w_txt{
    width: 78%;
}
.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;
} 

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    display: none
}
.swiper-slide img{
    width: 100%;
}

/* font size */
.fs-16{
    font-size: 16px;
}
.fs-18{font-size: 18px;}
.fs-20{
    font-size: 20px;
}
.fs-22{
    font-size:22px
}
.fs-23{
    font-size: 23px;
}
.fs-25{
    font-size:25px
}
.fs-28{
    font-size: 28px;
}
.fs-30{
    font-size: 30px;
}
.fs-40{
    font-size: 40px;
}
.fs-60{
    font-size: 60px;
}

.font-allim{
    font-family: 'Allimjang' !important;
}
.font-score{
    font-family: 'SCoreDream';

}
.btn_area {
    gap: 8px;
}
.btn_area > * + *{
    margin-left: 5px;
}
.btn_area > *{
    transition: box-shadow .3s;

    display: inline-flex;
    align-items: center;
    line-height: 40px;
    height: 42px;
    padding: 0 10px;
    text-align: center;
    min-width: 94px;
    justify-content: center;
    gap: 25px;
    outline: none !important;

}
.btn_area .mid_full{
    background: var(--grad-col-left);
    background: linear-gradient(to right, #3e00a4 10% ,#0075ff 100%);
    width: 100%;
    max-width: 560px;
    border-radius: 20px;
    line-height: 85px;
    height: 85px;
}
.btn_area > * img{
    width: 15px;
}
.btn_area .btn_line_blue{
    border:1px solid var(--blue);
    color: var(--blue);
    font-size: 15px;
    font-weight: 500;
    border-radius: 10px;
}
.btn_area .btn_blue{
    background:#00adee;
    color:#FFF;
    font-weight: 500;
    border-radius: 10px;
    line-height: 2.45;
}
.btn_area .btn_line{
    border:1px solid #d4dbe4;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
    background: #FFF;
    color: #999;

}
.btn_area .btn_line.ver_b{
    border:1px solid #000;
}
.btn_area .btn_line.ver_blue{
    border:1px solid var(--blue);
    color: var(--blue);
}

.btn_area .btn_line img{
    height: 20px;
}
.btn_area > *:hover{
    transition: box-shadow .3s;
    box-shadow: rgba(0,0,0, 0.2) 0px 0 20px 0px;
}

/* 반응형 */
@media (min-width: 1025px) {
    .mobVer {display:none !important}
    .pc-column{-webkit-box-orient: vertical;-ms-flex-direction: column;flex-direction: column;}
}

@media (max-width: 1520px){
    :root{
        /* Layout */
        --layoutwidth: 1400px ;
    }
    .inner_left{      
		margin-left:auto !important;
		width: auto;        
		max-width: calc(var(--layoutwidth) + 3.750rem) !important;
		padding-left:3.750rem !important
    }

 

    .fs-40{
        font-size: 35px;
    }
    .fs-60{
        font-size: 55px;
    }
 
  
}

@media (max-width: 1220px) {
  
	.inner{
        padding-left:3.750rem !important;
        padding-right:3.750rem !important
    }
    .inner_left{
       padding-left: 3.750rem !important;
    }
    .inner_right{
        padding-right:3.750rem !important;

    }

}


@media (max-width: 1024px) {
    body{
        font-size: 15px;
        line-height: 1.5;
    }
	.inner{
        padding-left:24px !important;
        padding-right:24px !important
    }
    .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;
    }
    .data_table td{
        font-size: 13px;
    }
    .main_container .data_table{
        height: 300px;
    }
    .table_tb_red tbody td{
        padding: 10px;
    }
    
    .m_flexBox{
        display: -webkit-box;display: -ms-flexbox;display: flex;width:100%;
    }

    .fs-16{
        font-size: clamp(15px,4.1vw,16px)
    }
    .fs-18{
        font-size: clamp(15px,4.2vw,17px)
    }
    .fs-20{
        font-size: clamp(16px,4.3vw,20px)
    }
    .fs-22{
        font-size: clamp(16px,5.1vw,20px)
    }
    .fs-23{
        font-size: clamp(16px,5.2vw,20px)
    }
    .fs-25{
        font-size: clamp(18px,4.4vw,22px);
    }
    .fs-28{
        font-size: clamp(18px,5vw,24px);
    }
    .fs-30{
        font-size:clamp(20px,5.7vw,28px)
    }
    .fs-40{
        font-size:clamp(20px,7.5vw,35px)
    }
    .fs-60{
        font-size:clamp(20px,7.9vw,42px)
    }
    .btn_area .mid_full{
        width: 80%;
        line-height: 53px;
        height: 55px;
        border-radius: 10px;
    }


}


@media (max-width: 768px) {


}

@media screen and (max-width:320px) {
    .inner {
        width: calc(100% - 10px);
    }
    /* html{
        overflow-x: auto;
        min-width: 320px
    }
    #Wrap{
        min-width: 320px
    } */
}