@charset "utf-8";
.fwb{font-weight: bold;}
.fwb li{font-weight: bold;}
.mr10 {
    margin-right: 10px;
}
    .dpf {
    display: flex;
    gap: 0 20px;
}
.main_title1{
    margin-top: 100px;
    overflow: hidden;
    transition: all linear 400ms, opacity linear 300ms;
    margin-bottom: 40px;
}
.main_title2{
    margin-top: 60px;
    opacity: 0;
    transition: all ease 700ms, opacity linear 1000ms;
    transition-delay: 0.2s;
}
.form_wrap{
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 40px;
    box-sizing: border-box;
    background:#fff;
}
.form_title{
     text-align: center;
}
.close_btn_wrap{
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #555;
}
.close_btn{
    position: absolute;
    right: 5px;
    font-size: 16px;
    top: -34px;
    cursor: pointer;
}
.input_wrap{
    padding: 20px 0;
    box-sizing: border-box;
}
.input_wrap > li{
    padding: 5px;
    border-top: 1px solid #eee;
}
.input_wrap > li label{
    width: 100%;
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
}
.input_wrap > li label i{
    color: #e94d37;
}
.input_wrap > li span{
    line-height: 40px;
    margin: 0 5px;
    color: #999;
    font-size: 14px;
}
.input_wrap > li input[type=text]{
    padding: 10px;
    border-radius: 5px;
    outline: none;
    height: 40px;
    width: 100%;
/*    max-width: 300px;*/
    vertical-align: middle;
    border: 1px solid #8c9fb1;
    font-size: 14px;
    letter-spacing: 1px;
}
.email1{
    max-width: 120px;
}
.email2{
    max-width: 120px;
}
.input_submit{
    margin: 0 auto;
    display: block;
    padding: 10px 20px;
    text-align: center;
    background: #009fe7;
    color: #fff;
    border: none;
    box-sizing: border-box;
    font-size: 16px;
    letter-spacing: -1px;
    font-weight: bold;
    border-radius: 4px;
    box-shadow: 1px 1px 8px rgba(46,144,249,0.8);
}
/* content_02 */
.content_02{
    position: relative;
    width: 100%;
    padding: 100px 0;
    margin: 0 auto;
    background: linear-gradient(90deg, rgba(0,95,171,1) 0%, rgba(0,98,173,1) 100%);
}
.content_ctn{
    max-width: 1280px;
    padding: 50px;
    margin: 0 auto;
    border-radius: 25px;
    background: #fff;
    transform: translateY(100px);
    opacity: 0;
    transition: ease 1500ms;
}
.content_02 h3::before{
    content: '';
    display: block;
    position: absolute;
    left: -20px;
    top: 0;
    width: 4px;
    height: 24px;
    background-color: #0E5CAA;
    vertical-align: middle;
}
.program_ctn{
    display: flex;
    justify-content: space-between;
}
.program_ctn .program_box{
    width: 49%;
}
.program_ctn .program_box .pro_date{
    display: flex;
    padding: 8px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    justify-content: space-between;
    align-items: center;
}
.program_ctn .program_01 .pro_date{
    background-color: #0E5CAA;
}
.program_ctn .program_02 .pro_date{
    background-color: #00A0E9;
}
.program_ctn .program_box .pro_date .p_date{
    color: #fff;
}
.program_ctn .program_box .pro_date .p_day{
    padding: 3px 8px;
    border-radius: 15px;
    background-color: #fff;
    font-weight: bold;
}
.program_ctn .program_01 .pro_date .p_day{
    color: #0E5CAA;
}
.program_ctn .program_02 .pro_date .p_day{
    color: #00A0E9;
}
.program_ctn .program_tbl table{
    width: 100%;
    height: 665px;
    border-collapse: collapse;
    border-left: 1px solid #eee;
}
.program_ctn .program_01 .program_tbl table{
    border-bottom: 2px solid #0E5CAA;
}
.program_ctn .program_02 .program_tbl table{
    border-bottom: 2px solid #00A0E9;
}
.program_ctn .program_tbl table th,
.program_ctn .program_tbl table td{
    padding: 10px;
    border-bottom: 1px dotted #b2b2b2;
    
}
.program_ctn .program_tbl table td{
    background-color: #F7F8F8;
}
.program_ctn .program_tbl table .tbl_list li,
.program_ctn .program_tbl table p{
    margin-bottom: 4px;
}
.program_ctn .program_tbl table span{
    display: block;
    font-weight: normal;
}
/* content_02 speaker */
.speaker_ctn{
    margin-top: 80px;
}
.speaker_wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 17px;
}
.speaker_title{
    padding: 5px 15px;
    border-radius: 20px;
    background-color: #14A2B1;
    color: #fff;
    font-size: 0.9em;
}
.speaker_title.bluebg{
    background-color: #0069A0; 
}
.speaker_box{
    width: 49%;
}
.profile{
    padding: 20px;
    font-size: 0.9em;
}
.pro_em{
    margin-top: 5px;
    margin-bottom: 5px;
    color: #14A2B1;
}
.pro_em.blue{
    color: #0069A0; 
}
.profile .profile_name{
    margin-bottom: 5px;
    font-size: 1.1em;
    font-weight: bold;
}
/* content_02 map */
.map_ctn{
    max-width: 1280px;
    padding: 80px 0 50px;
    margin: 0 auto;
    transform: translateY(100px);
    opacity: 0;
    transition: ease 1500ms;
}
.map_ctn h3::before{
    background: #fff;
}
.map_ctn .map_wrap{
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}
.sp_tti::before{
    content: "";
    display: inline-block;
    width: 2px;
    height: 15px;
    background: #fff;
    margin-right: 10px;
}
.sp_tti::after{
    content: "";
    display: inline-block;
    width: 2px;
    height: 15px;
    background: #fff;
    margin-left: 10px;
}
.map_ctn .map_wrap img{
    width: 100%;
    max-width: 100%;
}
.text-white{
    color: #fff;
}
.super_con{
    vertical-align: middle;
}
.super_con span{
    vertical-align: middle;
}
.super_con span::before{
    content: "";
    display: inline-block;
    width: 3px;
    height: 20px;
    background: #fff;
    margin-right: 10px;
}
.super_con span::after{
    content: "";
    display: inline-block;
    width: 3px;
    height: 20px;
    background: #fff;
    margin-left: 10px;
}
.super_con img{
    vertical-align: middle;
    margin: 0 10px;
    height: 35px;
}
.sp_wrap{
    width: 100%;
    max-width: 1060px;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 40px;
}
.sp_wrap > ul{
    width: 100%;
    position: relative;
    display: block;
    border-radius: 10px;
    margin-top: 40px;
    backdrop-filter: blur(4px);
}
.sp_img{
    position: absolute;
    right: -30px;
    top: -60px;
}
.fun_txt{
    display: inline-block;
    background: #00ff6b;
    width: 5px;
    height: 15px;
    margin-left: 20px;
}
.sp_txt{
color: #fff;
    padding: 30px;
    box-sizing: border-box;
    border: 2px solid transparent;
    border-radius: %;
    /* border-image: linear-gradient(90deg, rgba(131,58,180,1) 12%, rgba(168,218,255,1) 38%, rgba(0,255,214,1) 64%, rgba(27,154,255,1) 82%); */
    border-image-slice: 1;
    box-shadow: 1px 2px 10px rgba(5,5,5,0.2);
    border: 10px solid #fff;
    border-radius: 30px;
}
.name{
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -2px;
}
.ttx{
    font-size: 18px;
    letter-spacing: -1px;
}
.ttx_fun{
    position: relative;
}
.fun_txt{
    position: absolute;
    right: 30%;
    top: 50%;
    transform: translateY(-50%);
}
.position::after{
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #00ff6b;
    margin: 10px 0 20px 0;
}

.time_table_wrap{
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    display: none;
}
.time_table_wrap > ul{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.tl{
    text-align: left;
}
.time_table_wrap > ul > li{
    position: absolute;
    left: 50%;
    top: 5%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1200px;
    border-radius: 10px;
    padding: 40px;
    box-sizing: border-box;
    background: #fff;
    height: 90vh;
    z-index: 9999;
    overflow-y: hidden;
}
.time_table{
    overflow-y: scroll;
    height: 100%;
    max-height: 500px;
}
.time_table_con{
    padding:0;
    border:0;
    border-spacing:0px;
    border-collapse:collapse;    
    width: 100%;
}
.time_table_con th{
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    font-size: 20px;
    background: #30358d;
    color: #fff;
}
.time_table_con td{
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    
}
.text-main{
    color: #e94d37;
}
.op_ss{
    text-align: left;
}
.op_ss span{
    padding: 2px 10px;
    /* background: #30358d; */
    color: #30358d;
    border: 1px solid #30358d;
}
.bdbt{
    border-top: 5px solid #ccc;;
    border-bottom: 5px solid #ccc;
    box-sizing: border-box;
}
.bg-gray{
    background: #efefef;
}
.bg-title{
    background: #e1f7ff;
}
.table_close{
    display: block;
    text-align: right;    
}
.number_check{
    display: none;
}
.number_check span{
    white-space: nowrap;
    
}
#class{
    width: 100%;
    max-width: 200px;
    height: 40px;
    border: 1px solid #efefef;
    font-size: 16px;
    text-indent: 5px;
    letter-spacing: 1px;
}
.dpi{
    display: inline;
}
i{
    font-style: normal;
}
#number{
    width: 100%;
    max-width: 200px;
    height: 40px;
    border: 1px solid #efefef;    
}
.super_wrap{
    background: #df1926;
    padding: 20px;
}
.aff_check{
    display: block;
}
li.pop_wrap span{
    color: #000;
    font-size: 14px;
}
.table_close i{
    cursor: pointer;
}
.class_check{
    display: inline-block;
}
.table_issue{
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
    max-width: 400px;
    margin: 0 auto;
    margin-top: 10px;
    background: #f7f9ff;
    color: #555;
    font-size: 18px;
}
name
th,td{
    padding: 0;
}
.table_tit{
    color: #30358d;
}

.name_position{
    font-style: normal;
}

.policy_txt {
    padding: 10px;
    background: #eee;
    height: 120px;
    overflow-y: scroll;
    font-size: 14px;
}

@media screen and (max-width: 1300px){
    .content_ctn,
    .map_ctn{
        margin: 0 20px 50px;
    }
}
@media screen and (max-width: 1200px){
    .speaker_box{
       width: 100%;
    }
}
@media screen and (max-width: 1024px){
    .content_02{
        padding: 50px 0;
    }
    .program_ctn{
        flex-wrap: wrap;
    }
    .program_ctn .program_box{
        width: 100%;
        margin: 20px 0;
    }
    .program_ctn .program_tbl table{
        height: auto;
    }
}

@media screen and (max-width: 780px){
.fs12{font-size: 12px; transition: all ease-in 200ms;}
.fs14{font-size: 12px; transition: all ease-in 200ms;}
.fs16{font-size: 14px; transition: all ease-in 200ms;}
.fs18{font-size: 16px; transition: all ease-in 200ms;}
.fs20{font-size: 18px; transition: all ease-in 200ms;}
.fs22{font-size: 20px; transition: all ease-in 200ms;}
.fs24{font-size: 20px; transition: all ease-in 200ms;}
.fs30{font-size: 20px; transition: all ease-in 200ms;} 
    
    .content_ctn{
        padding: 30px 20px;
    }
    .speaker_wrap{
        font-size: 16px;
    }
}


@media screen and (max-width: 480px){
    .tg td{
        padding: 10px 0px 10px 5px;
    }
    .tg th{
        font-size: 12px;
    }
    .time_td{
        width: 70px;
    }
    .tbl_scroll{
        overflow-x: scroll;
        white-space: nowrap;
    }
    .profile{
        padding: 20px 0;
    }
}

.tac{text-align: center;}


/*style*/
/*
#ctt{
    box-shadow: 2px 2px 10px rgb(0 0 0 / 20%);
}
*/
header.headBox{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}
.head_wrap{
    width: 100%;
    max-width: 1200px;
    height: 118px;
    margin: 0 auto;
}
.logo{
    float: left;
    margin-top: 8px;
    padding-left: 40px;
    position: relative;
    z-index: 100;
}

.logo a{
    display: inline-block;.super_con img
    width: 297px;
    height: 74px;
    background: url(/theme/basic/img/logo_nav.png) no-repeat;
    background-size: contain;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
}

.head_wrap nav{
    height: 80px;
    float: right;
}
.mob_btn{
    display: none;
}
.head_wrap nav ul li{    
    position: relative;        
    padding: 0 10px;
    font-size: 18px;
    line-height: 118px;
    font-weight: 700;
    z-index: 0;  
    display: inline-block;
    vertical-align: top;
    letter-spacing: -0.075em;
    box-sizing: border-box;
}
.head_wrap nav ul li a{
    color: #fff;
    font-weight: lighter;
    font-size: 20px;
}

.head_wrap nav ul li a:hover{
     color: #f2652a;   
}
.content_wrap{
    position: relative;
    box-sizing: border-box;
    padding-bottom: 0;
    height: auto;
    max-height: 1500px;
    overflow: hidden;
}

.con_btn_wrap li{
    float: left;
    width: 50%;
    height: 260px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    background: #fff;
}
.con_btn_wrap li:first-child{border-right: 0;}
.con_btn_wrap li:last-child{border-left: 0;}
.con_btn_wrap li:first-child::before{
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 180px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #ccc;
}
.con_btn_wrap li a{
    display: block;
    width: 100%;
    height: 100%;
}
.con_btn_wrap li a i{
    font-size: 60px;
    color: #f9a54d;
    margin-top: 70px;
}

.con_btn_wrap li a p{
    margin-top: 30px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -1px;
    color: #555;
}

.con_btn_wrap li a:hover{
    background: #f5fafb;
}
.con_btn_wrap li a:hover p{
    color: #1461af;
}
.main_title2 h3{
    font-size: 50px;
    color: #fff;
}
.dw_wrap{
    position: relative;
    z-index: 100;
    margin: 0 auto;
    margin-top: 40px;
    width: 100%;
    max-width: 600px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.dw_wrap a{
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
    width: 49%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 22px;  
    letter-spacing: -1px;
    box-sizing: border-box;    
    color: #fff;
    letter-spacing: -2px;
    font-weight: bold;
}

.dw_wrap a:first-child{ color: #fff; background:rgb(25 55 92);backdrop-filter:blur(3px);}
.dw_wrap a:last-child{ color: #fff; background: rgb(107 40 229); backdrop-filter:blur(3px);}
.cs_txt{
    letter-spacing: -1px;
}
.dw_wrap h3{
    font-weight: 1000;
    letter-spacing: -1px;
    color: #fff;
}
.dw_wrap h3 span{
    padding: 10px;
    border-radius: 20px;
    background: #16b9be;
    font-size: 20px;
    box-sizing: border-box;
    display: block;
    width: 200px;
    margin: 0 auto;
}
.dw_wrap h3::after{
    content: "";
    display: block;
    margin: 20px auto;    
    width: 40px;
    height: 1px;
    background: #000;
}
.dw_wrap a i{
    margin-right: 2px;
    color: #fff;
}
.dw_wrap a:hover{
    background: #625bf6;
    color: #fff;
}
.dw_wrap a:hover i{
    color: #fff;
}

.footBox{
    padding-top: 40px;
    background: #e94d37;
    height: auto;
    color: #fff;
    padding-bottom: 40px;
    text-align: center;
    
}
.footBox .foot_con{
    margin: 0 auto;
    padding: 0 20px;
    padding-top: 50px;
    width: 100%;
    max-width: 1200px;
    box-sizing: border-box;
}
#wrapper{
    background-image: url('/theme/basic/img/job_bg.png');
    background-repeat: no-repeat;
    background-position: left 50% top 20px;
}
.mento{
    background: #e94d37;
    font-weight: bold;
    color: #394cff;
}
.dn{
    display: none !important;
}
.form_part_wrap > div > input{
    visibility: hidden;
    position: absolute;
}
.part_label01, .part_label02{
    margin-top: 10px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #e94d37;
    text-align: center;
    color: #e94d37;
    font-weight: bold;
    cursor: pointer;
}
.form_part_wrap > div > input[name="part"]:checked + label{
    background: #e94d37;
    color: #fff;
    box-shadow: 0 0 5px rgba(5,5,5,0.2);
}
@media screen and (max-width: 1200px){
    #container{
        width: 100%;      
        margin: 0 auto;
        float: none;
    }
    .head_wrap{
        height: 78px;
        text-align: center;
        padding-top: 14px;
        box-sizing: border-box;
    }
    .head_wrap nav{
        float: none;
        position: absolute;
        width: 100%;
        height: auto;
        top: 78px;
    }
    .logo{
        float: none;
        margin-top: 0;
    }
    .logo a{
        width: 273px;
        height: 52px;         
    }
    .mob_btn{
        display: block;
    }        
    .head_wrap nav ul{
        width: 100%;
        display: none;
    }
    .head_wrap nav ul li{
        display: block;
        padding: 0;
        text-align: center;
        background: #fff;
        line-height: 40px;
        font-size: 18px;
        border-bottom: 1px solid #ccc;
    }
    .head_wrap nav ul li a{
        font-size: 18px;
        display: block;
        width: 100%;
        height: 100%;
        color: #000;
    }
    .head_wrap nav ul li a:hover{
        background: #eee;
    }
    .mob_btn{
        position: absolute;
        width: 40px;
        height: 40px;
        top: -50px;
        right: 30px;
        cursor: pointer;
        text-align: center;
        line-height: 40px;
    }
    .mob_btn i{
        color: #fff;
        font-size: 30px;
    }   
    .mob_btn p:last-child{
        display: none;
    }
    .mob_btn.on p:last-child{
        display: block;
    }
    .mob_btn.on p:first-child{
        display: none;
    }    
    .hd_pops{
        position: fixed;
        left: 50% !important;
        top: 50% !important;
        transform: translate(-50%, -50%);
    }
}
@media screen and (max-width: 480px){
    .rnk_title{
        display: block;
    }
    .time_fot{
        display: block;
        line-height: 3px;
    }
    .map_wrap {
        padding: 0 20px;
    }
    .fun_txt{
        right: 0;
        top: inherit;
        bottom: 0;
        transform: none;
    }
    .time_table_con{
        
    }
    .time_table_wrap > ul > li{
        padding: 20px;
    }
    .time_table_con th{
        font-size: 16px;
        padding: 5px;
    }
    .op_ss{text-align: center;}
    .op_ss span{
        display: block;
        width: 100px;
        text-align: center;
        margin: 0 auto;
    }
    .table_issue{
        padding: 6px;
        font-size: 16px;
    }
    .time_table_con td{
        padding: 5px;
    }
    .time_table_con td.fs20,.time_table_con td .fs20{
        font-size: 16px;
    }
    .con span{
        display: block;
        width: 100%;
    }
    .super_con a{
        width: 32%;
        display: inline-block;
        padding: 5px;
    }
    .super_con a img{
        width: 100%;
        margin: 0;
    }
    .sp_wrap > ul{
        margin-top: 80px;
    }
    .sp_img{
        position: inherit;
        right: inherit;
        top: -40px;
        width: 200px;
        margin: 0 auto;        
    }
    .sp_txt{
        padding: 15px;
        margin-top: -40px;
    }
    .ttx{
        font-size: 14px;
    }
    #container,.content_wrap{
/*        height: 1500px;*/
    }
    .dw_wrap a{
        font-size: 14px;
    }
    .main_title1{
        width: 300px;
        overflow: inherit;
        margin: 0 auto;
        margin-bottom: 40px;
    }
    .sp_img{
        width: 100px;
        margin-bottom: 20px;
    }
    .sp_img img{
        width: 100px;
    }
    .main_title2{
        width: 98%;
        margin: 0 auto;
    }
    .super_con span{
        display: block;
        text-align: center;
        font-size: 18px !important; 
    }
    .super_con span::before{
    content: "";
    display: inline-block;
    width: 3px;
    height: 13px;
    background: #fff;
    margin-right: 5px;
    }
    .super_con span::after{
    content: "";
    display: inline-block;
    width: 3px;
    height: 13px;
    background: #fff;
    margin-left: 5px;
    }    
    .cir_obj{
        top: 20%;
        width: 350px;
        height: 350px;
        background-size: contain;
    }
    .dw_wrap{
        padding: 0 20px;
        box-sizing: border-box;
    }
    .input_wrap > li:nth-child(3){
        display: block;
    }
    .input_wrap > li:nth-child(3) label{
        width: 100%
    }  
    .input_wrap > li:nth-child(4){
        display: block;
    }
    .input_wrap > li:nth-child(4) label{
        width: 100%
    }
    .input_wrap > li label{
        font-size: 16px;
    }
    .dw_wrap a{
        letter-spacing: -1px;
        font-size: 16px;
    }
    .main_title2 h3{
        font-size: 30px;
    }
    .content_wrap{
        padding-left: 10px;
        padding-right: 10px;
    }
    .form_wrap{
        padding: 15px;
        padding-top: 30px;
    }
    .fs40{
        font-size: 30px;
    }
    .dpf{
        display: block;
    }
    .content_wrap{
        height: 1220px;
        max-height: 1670px;
    }    
    .super_con{        
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .super_con span{
        display: block;
        width: 100%;
    }
    .super_con a{
        display: block;
        width: inherit;
    }
    .form_part_wrap > div{
        display: flex;
    }

    .input_wrap > li:nth-child(3) input[type=text]{
        width: 100%
    }
    .input_wrap > li:nth-child(4) input[type=text]{
        width: 100%
    }    

}




