
    body {
        line-height: 1;
        font-style: normal;
        /* letter-spacing: -1px; */
        color: #333;
        overflow-x: hidden;
        width: 100%;
    }
	ul li{list-style:none;}
    .contentbox {
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
        margin-bottom: 200px;
    }

    .contentbox .sub_title {
        font-size: 40px;
        text-align: center;
        padding-top: 140px;
        margin-bottom: 60px;
        font-weight: 300;
    }

    /*s:speaker (연사소개)*/
    .speak_sec {
        clear: both;
        width: 100%;
        margin-top: 25px;
        padding: 60px 0px 30px;
        border-top: 2px solid #005ebb;
        border-bottom: 1px solid #999999;
        box-sizing: border-box;
    }

    .speak_sec ul {
        width: 100%;
        text-align: center;
        padding-left: 0;
    }

    .speak_box {
        display: inline-block;
        width: calc(20% - 45px);
        text-align: center;
        margin: 0 30px;
        cursor: pointer;
        vertical-align: top;
        box-sizing: border-box;
    }

    .speak_box .imgbox {
        width: 250px;
        height: 250px;
        overflow: hidden;
        margin: 0 auto;
        opacity: 0.8;
    }

    .speak_box .imgbox:hover {
        opacity: 1;
    }

    .speak_box .imgbox img {
        width: 100%;
        height: 100%;
    }

    .speak_box .txtbox {
        width: 250px;
        height: 200px;
        margin: 0 auto;
        text-align: left;
        padding: 20px;
        border: 1px solid #d9d9d9;
        min-height: 110px;
        box-sizing: border-box;
    }

    .speak_box .txtbox .speak_sec_title {
        font-size: 18px;
        color: #005ebb;
        padding-bottom: 10px;
        font-weight: 400;
    }

    .speak_box .txtbox .speak_sec_txt {
        font-size: 16px;
        color: #333333;
        line-height: 1.2;
    }

    .speak_sec .more {
        text-align: center;
    }

    .speak_sec .more .ball {
        display: block;
        font-size: 10px;
        margin-bottom: 5px;
        color: #00cccc;
    }

    .speak_sec .more .more_bg {
        border: none;
        width: 180px;
        height: 40px;
        background: url(../images/more_btn_bg.png) no-repeat;
        color: #fff;
        margin-top: 5px;
    }


    /*연사소개 popup*/
    .slide_contbox {
        width: 100%;
        margin: 0 auto;
        /*border-top:5px solid #005ebb;*/
        padding: 30px 30px 10px;
        box-sizing: border-box;
        position: relative;
        z-index: 10;
        background-color: #fff;
    }

    .close_btn {
        position: absolute;
        top: -32px;
        right: -32px;
        cursor: pointer;
        z-index: 99999999;
    }

    .slide_contbox .top_box {
        margin-bottom: 30px;
    }

    .top_box .t_img {
    width: 200px;
    height: 200px;
    overflow: hidden;
    float: left;
    margin: 10px;

    }

    .top_box .t_img img {
        max-width: 100%;
        height: 100%;
    }

    .top_box .t_txt {
        width: 50%;
        float: left;
        padding-left: 30px;
    }

    .top_box .t_txt .t_name {
        font-size: 24px;
        color: #005ebb;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .top_box .t_txt .t_job {
        font-size: 18px;
        color: #333;
    }

    .bot_box .sp_intro {display: inline-block;
    color: #fff;
    width: 15%;
    margin-left: 20px;
    padding-left: 10p;
    height: 35px;
    line-height: 40px;
    background-color: #005ebb;
    border-radius: 5px 5px 0 0;
    text-align: center;
    cursor: pointer;
    }

    .bot_box .sec_intro {
        display: inline-block;
        color: #fff;
        width: 25%;
        height: 40px;
        line-height: 40px;
        background-color: #333333;
        border-radius: 5px 5px 0 0;
        text-align: center;
        cursor: pointer;
    }

    .sec_cont,
    .sp_cont {
        height: 300px;
        overflow-y: scroll;
        margin-bottom: 20px;
        border-top: 1px solid #ccc;
    }

    .sec_cont {
        display: none;
    }

    .sec_cont .sec_cont_box {
        padding: 20px 0;
        box-sizing: border-box;
        border-bottom: 1px dashed #999999;
        margin-right: 30px;
    }

    .sec_cont .sec_cont_box .sec_title {
        font-size: 21px;
        color: #005ebb;
        font-weight: 500;
        padding-bottom: 20px;
    }

    .sec_cont .sec_cont_box .sec_title span img {
        display: inline-block;
        padding-right: 10px;
    }

    .sec_cont .sec_cont_box .sec_more {
        border: none;
        background-color: transparent;
        width: 120px;
        height: 30px;
        background: url(../images/program_table_btn.png) no-repeat;
        color: #fff;
        float: right;
        margin-top: -50px;
    }

    .sp_cont {    padding-right: 15px;
    box-sizing: border-box;
    padding-left: 20px;
    }

    .sp_cont .sp_txt {
        line-height: 1.2;
        font-family: 'NotoSans-Regular';
    }

    .sp_cont .sp_txt span {
        font-family: 'NotoSans-Regular' !important;
        font-size: 16px !important;
    }

    /* RESET AND LAYOUT
===================================*/
    .bx-wrapper {
        position: relative;
        padding: 0;
        *zoom: 1;
        -ms-touch-action: pan-y;
        touch-action: pan-y;
    }

    .bx-wrapper img {
        max-width: 100%;
        display: block;
    }

    .bxslider {
        margin: 0;
        padding: 0;
        /*fix flickering when used background-image instead of <img> (on Chrome)*/
        -webkit-perspective: 1000;
    }

    ul.bxslider {
        list-style: none;
    }

    .bx-viewport {
        /* fix other elements on the page moving (in Chrome) */
        -webkit-transform: translateZ(0);
    }

    /** THEME
===================================*/
    .bx-wrapper {
        /*  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;*/
    }

    .bx-wrapper .bx-pager,
    .bx-wrapper .bx-controls-auto {
        position: absolute;
        top: 50%;
        width: 100%;
    }

    /* LOADER */
    .bx-wrapper .bx-loading {
        min-height: 50px;
        background: url('../images/bx_loader.gif') center center no-repeat #ffffff;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2000;
    }

    /* PAGER */
    .bx-wrapper .bx-pager {
        text-align: center;
        font-size: .85em;
        font-family: Arial;
        font-weight: bold;
        color: #666;
        padding-top: 20px;


    }

    .bx-wrapper .bx-pager.bx-default-pager a {
        background: #666;
        text-indent: -9999px;
        display: block;
        width: 10px;
        height: 10px;
        margin: 0 5px;
        outline: 0;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    .bx-wrapper .bx-pager.bx-default-pager a:hover,
    .bx-wrapper .bx-pager.bx-default-pager a.active,
    .bx-wrapper .bx-pager.bx-default-pager a:focus {
        background: #000;
    }

    .bx-wrapper .bx-pager-item,
    .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
        display: inline-block;
        vertical-align: bottom;
        *zoom: 1;
        *display: inline;
    }

    .bx-wrapper .bx-pager-item {
        font-size: 0;
        line-height: 0;
    }

    /* DIRECTION CONTROLS (NEXT / PREV) */
    /*main_cont3*/
    .cont3 .cont3-wid .bx-wrapper .bx-prev {
        left: 10px;
        background: url(../images/cont3_prev.png) no-repeat 0 0;
    }


    .bx-wrapper .bx-prev:hover,
    .bx-wrapper .bx-prev:focus {
        background-position: 0 0;
    }

    /*main_cont3*/
    .cont3 .cont3-wid .bx-wrapper .bx-next {
        right: 10px;
        background: url(../images/cont3_next.png) no-repeat 0 0;
    }


    .bx-wrapper .bx-next:hover,
    .bx-wrapper .bx-next:focus {
        background-position: 0 0;
    }

    .bx-wrapper .bx-controls-direction a {
        position: absolute;
        top: 50%;
        margin-top: -50px;
        outline: 0;
        width: 24px;
        height: 55px;
        text-indent: -9999px;
        z-index: 9999;
    }

    .bx-wrapper .bx-controls-direction a.disabled {
        display: block;
    }

    /* AUTO CONTROLS (START / STOP) */
    .bx-wrapper .bx-controls-auto {
        text-align: center;
    }

    .bx-wrapper .bx-controls-auto .bx-start {
        display: block;
        text-indent: -9999px;
        width: 45px;
        height: 45px;
        outline: 0;
        background: url(../images/v_play_btn.png) 0 0 no-repeat;
        margin: 0 3px;
        opacity: 1;
    }

    .bx-wrapper .bx-controls-auto .bx-start:hover,
    .bx-wrapper .bx-controls-auto .bx-start.active,
    .bx-wrapper .bx-controls-auto .bx-start:focus {
        background-position: 0 0;
    }

    .bx-wrapper .bx-controls-auto .bx-stop {
        display: block;
        text-indent: -9999px;
        width: 45px;
        height: 45px;
        outline: 0;
        background: url(../images/v_stop_btn.png) 0 0 no-repeat;
        margin: 0 3px;
        opacity: 1;
    }

    .bx-wrapper .bx-controls-auto .bx-stop:hover,
    .bx-wrapper .bx-controls-auto .bx-stop.active,
    .bx-wrapper .bx-controls-auto .bx-stop:focus {
        background-position: 0 0;
    }

    /**/
    .bx-wrapper .bx-controls-auto .active {
        opacity: 0.5;
    }



    /* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
    .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
        text-align: left;
        width: 80%;
    }

    .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
        right: 0;
        width: 35px;
    }

    /* IMAGE CAPTIONS */
    .bx-wrapper .bx-caption {
        position: absolute;
        bottom: 0;
        left: 0;
        background: #666;
        background: rgba(80, 80, 80, 0.75);
        width: 100%;
    }

    .bx-wrapper .bx-caption span {
        color: #fff;
        font-family: Arial;
        display: block;
        font-size: .85em;
        padding: 10px;
    }



    /*slide_popup ìˆ˜ì • ë° ì¶”ê°€ */
    .layer {
        opacity: 0;    
        position: fixed;
        top: -500000px;
        left: 0;
        z-index: -1;
    }

    .layer.pop_open {
        opacity: 1;
        top: 50%;
        z-index: 2;
        position: inherit
    }

    /*.pro_slider li{width:100% !important}*/
    /*.layer{display:none;;position: fixed;top:50%;left:0;z-index:2;}*/
    .slide_bg {
        display: none;
    }

    .slide_bg {
        background: rgba(0,0,0,0.7);
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .slider {
        width: 50%;
        margin: 0 auto;
        position: fixed;
        left: 50%;
        top: 15%;
        margin-left: -25%;
        z-index: 12;
    }

    .layer .slider .bx-wrapper .bx-prev {
        left: -50px;
        background: url(/../images/prev_white.png) no-repeat 0 0;
    }

    .layer .slider .bx-wrapper .bx-next {
        right: -50px;
        background: url(/../images/next_white.png) no-repeat 0 0;
    }




    @media screen and (max-width: 1024px) {

        /*연사소개*/
        /*.speak_sec{padding: 30px}*/
        .speak_box {
            width: 24%;
        }

        .speak_box .imgbox {
            /*width: 220px;*/
        }

        .speak_box .txtbox {
            /*width: 220px;*/
        }

        .speak_box .txtbox .speak_sec_title {
            font-size: 18px;
        }

        /*프로그램*/
        .bgcolor_title {
            font-size: 20px;
            padding: 10px 0;
            font-weight: 400;
        }

        .bgcolor2_title {
            font-size: 20px;
            padding: 10px 0;
            font-weight: 400;
        }

        .program_table .tb_sub_title {
            font-size: 18px;
        }

        .tab_box .tab li {
            font-size: 22px;
        }

        .tab_box .tab .on a {
            font-size: 26px;
        }

        .program_tablebox .right_sub_txt {
            font-size: 14px;
        }

        .orator_txt_2 {
            width: 80px;
        }

        .program_table .orator_txt_1 {
            font-size: 12px;
            margin-bottom: 5px;
        }

        .orator_txt_1 {
            line-height: 16px;
        }

        .program_table .orator_txt_1 {
            width: 70px;
        }

        .program_more {
            right: 5px;
            top: 5px;
        }

        .eng_wrap .program_table .orator_txt_1 {
            width: 100px
        }

        /*프로그램 팝업*/
        .layer .slider {
            min-width: 400px;
        }

        .slide_contbox {
            padding: 40px 40px 10px;
            /*max-height: 500px;*/
            height: 400px;
        }

        .top_box .top_title {
            font-size: 20px;
            line-height: 1.2;
        }

        .top_box .top_txt {
            font-size: 16px;
            line-height: 1.2;
        }

        .slide_contbox .bot_box {
            position: relative;
        }

        .slide_contbox .bot_box .pro_down {
            float: none;
            position: absolute;
            top: 0;
            right: 0;
            background-size: 80%;
            background-position: center;
            font-size: 11px;
        }

        .bot_box .sec_intro {
            width: 21%;
            height: 35px;
            line-height: 35px;
            font-size: 14px;
        }

        .bot_box .sp_intro {
            width: 21%;
            height: 35px;
            line-height: 35px;
            font-size: 14px;
        }

        .sec_cont .sec_txt {
            font-size: 14px;
        }

        .sp_cont {
            padding-right: 0;
            padding-top: 10px;
        }

        .sp_cont .sp_cont_box .txtbox {
            width: auto;
            padding: 10px;
        }

        .sp_cont .sp_cont_box .txtbox .speak_sec_title {
            font-size: 16px;
        }

        .slide_contbox .top_box {
            margin-bottom: 30px;
        }

        .sp_cont .sp_cont_box .imgbox {
            width: auto;
            height: 170px;
        }

        /*연사소개 팝업*/
        .speak_contbox .top_box .t_img {
            width: 100%;
            height: 150px;
            margin: 0 auto;
            float: none;
        }

        .speak_contbox .top_box .t_img img {
            display: block;
            margin: 0 auto;
        }

        .speak_contbox .top_box {
            width: 100%;
            text-align: center;
            margin-bottom: 10px;
        }

        .speak_contbox .top_box .t_txt {
            width: 100%;
            padding-left: 0;
            margin: 10px auto;
        }

        .top_box .t_txt .t_name {
            margin-bottom: 10px;
            font-size: 18px;
        }

        .top_box .t_txt .t_job {
            font-size: 16px;
        }

        .sec_cont .sec_cont_box {
            padding: 20px 0;
            margin-right: 0;
        }

        .speak_contbox .bot_box .sec_cont {
            padding: 0;
        }

        .sec_cont {
            height: 250px;
        }

        .sp_cont {
            height: 80px;
        }

        .sec_cont .sec_cont_box .sec_title {
            font-size: 18px;
            padding-bottom: 10px;
        }

        .sec_cont .sec_cont_box .sec_more {
            background-size: 80%;
            background-position: center;
            line-height: 1.2;
            margin-top: 0
        }
    }


    @media screen and (max-width: 683px) {

        /*연사소개*/
        .speak_sec {
            padding: 20px;
        }

        .speak_box {
            width: 100%;
            margin: 0 auto 20px;
        }

        .speak_box .imgbox {
            width: 200px;
        }

        .speak_box .txtbox {
            width: 200px;
            height: auto;
            padding: 10px;
            margin-top: -1px;
        }

        .speak_box .txtbox .speak_sec_title {
            font-size: 14px;
        }

        .speak_box .txtbox .speak_sec_txt {
            font-size: 12px;
        }


        /*프로그램*/
        .bgcolor_title {
            font-size: 14px;
            padding: 10px;
            font-weight: 400;
            line-height: 1.2;
            box-sizing: border-box;
        }

        .program_tablebox {
            margin: 30px 0 100px;
        }

        .program_table .line1_cont1 .sub_txt,
        .program_table .line1_cont2 .sub_txt2 {
            font-size: 10px;
        }

        .category .day1 {
            width: 25%;
            height: 30px;
            line-height: 30px;
            font-size: 12px;
        }

        .category .day2 {
            width: 25%;
            height: 30px;
            line-height: 30px;
            font-size: 12px;
        }

        .program_table .bgcolor_title {
            padding-left: 10px;
            padding-right: 120px;
            text-align: left;
        }

        .line1_conts div {
            padding: 15px;
        }

        .eng_wrap .program_table .orator_txt_1 {
            width: 100%;
        }

        .eng_wrap .program_table .orator_txt_2 {
            border-left: none;
        }

        .bgcolor2_title {
            font-size: 14px;
            padding: 10px;
            font-weight: 400;
            line-height: 1.2;
            box-sizing: border-box;
        }

        .program_table .tb_sub_title {
            font-size: 12px;
            line-height: 1.2;
            padding: 0px 0 10px 0px;
        }

        .program_table .time {
            font-size: 14px;
            vertical-align: top;
            padding: 10px 5px 0;
            text-align: center;
        }

        .tab_box .tab li {
            font-size: 14px;
        }

        .tab_box .tab li span {
            font-size: 14px;
        }

        .tab_box .tab .on a {
            font-size: 16px;
        }

        .tab_box .tab li:after {
            width: 120px;
        }

        .tab_box .tab .on:after {
            width: 130px;
        }

        .program_tablebox .right_sub_txt {
            font-size: 14px;
        }

        .program_table .line1_cont1 .sub_txt,
        .program_table .line1_cont2 .sub_txt2 {
            font-size: 12px;
            margin-bottom: 20px;
        }

        .line1_cont1 .sub_txt_01 {
            font-size: 12px;
        }

        .line1_cont1 .sub_txt_01 span {
            font-size: 12px;
        }

        p.sub_txt01.display-block {
            font-size: 12px;
            line-height: 1.2;
        }

        .tb_sub_title2,
        .tb_sub_title3 {
            font-size: 12px;
        }

        .line1_conts {
            position: relative;
            padding-bottom: 20px;
        }

        .program_more {
            
            background-size: auto 70%;
            height: 24px;
            min-width: 100px;
            line-height: 24px;
            font-size: 11px;
            padding-left: 30px;
        }

        .table_line4 .line4_contbox {
            padding-bottom: 70px;
        }

        .txin {
            padding-left: 49px;
        }

        .tb_sub_title3 {
            line-height: 1.5;
        }

        .orator_txt_2 {
            /*width: 50px;*/
            width: 160px;
            padding: 0 5px;
        }

        .orator_txt_3 {
            /*width: 40%;*/
            width: 100%;
        }

        .line1_conts .line1_cont1 {
            padding-bottom: 0;
        }

        .atab li a {
            font-size: 18px;
        }

        .atab li a span {
            font-size: 14px;
        }



        /*프로그램 팝업*/
        .layer .slider {
            min-width: 70%;
            top: 15%;
            left: 40%;
        }

        .layer .slider .bx-viewport {
            max-height: 450px;
            height: 400px ;
        }

        .layer .slider .bx-wrapper .bx-prev {
            left: -26px !important;
            background-size: 70% !important;
        }

        .layer .slider .bx-wrapper .bx-next {
            right: -33px !important;
            background-size: 70% !important;
        }

        .slide_contbox {
            padding: 20px 20px 30px;
        }

        .top_box .top_title {
            font-size: 16px;
            line-height: 1.2;
            margin-bottom: 10px;
        }

        .top_box .top_txt {
            font-size: 12px;
            line-height: 1.2;
        }

        .slide_contbox .bot_box {
            position: relative;
        }

        .slide_contbox .bot_box .pro_down {
            float: none;
            position: absolute;
            top: auto;
            bottom: -40px;
            right: 50%;
            margin-right: -95px;
            background-size: 80%;
            background-position: center;
            font-size: 11px;
        }

        .bot_box .sec_intro {
            width: 49%;
            height: 30px;
            line-height: 30px;
            font-size: 13px;
        }

        .bot_box .sp_intro {
            width: 49%;
            height: 30px;
            line-height: 30px;
            font-size: 13px;
        }

        .sec_cont .sec_txt {
            font-size: 12px;
        }

        .sp_cont {
            padding-right: 0;
            padding-top: 10px;
        }

        .sp_cont .sp_cont_box {
            text-align: center;
        }

        .sp_cont .sp_cont_box ul li {
            width: calc(80% - 22px);
            margin: 0 auto 30px;
        }

        .sp_cont .sp_cont_box .txtbox {
            width: 120px;
            min-height: 50px;
            padding: 10px;
        }

        .sp_cont .sp_cont_box .txtbox .speak_sec_title {
            font-size: 14px;
        }

        .slide_contbox .top_box {
            margin-bottom: 10px;
        }

        .sec_cont,
        .sp_cont {
            height: 150px;
        }

        .pro_slider .sec_cont,
        .pro_slider .sp_cont {
            height: 250px;
        }

        .slide_contbox .bot_box .sec_cont {
            padding: 10px;
        }

        .close_btn {
            right: 0;
            top: -36px;
        }

        .sp_cont .sp_cont_box .imgbox {
            width: 120px;
            height: 120px;
        }

        /*연사소개 팝업*/
        .speak_contbox .top_box .t_img {
            width: 50%;
            /*height: 100px;*/
            float: left;
        }

        .speak_contbox .top_box .t_txt {
            width: 50%;
            text-align: left;
            padding-left: 10px;
            box-sizing: border-box;
        }

        .top_box .t_txt .t_name {
            font-size: 14px;
        }

        .top_box .t_txt .t_job {
            font-size: 12px;
        }

        .sec_cont .sec_cont_box {
            padding: 10px 0;
            position: relative;
        }

        .sec_cont .sec_cont_box .sec_title {
            font-size: 12px;
        }

        .sec_cont .sec_txt {
            font-size: 11px;
            padding-bottom: 10px;
        }

        .sec_cont .sec_cont_box .sec_more {
            background-size: 60%;
            position: absolute;
            bottom: -15px;
            right: 0;
            font-size: 10px;
            padding-left: 55px;
            background-position: right;
        }

        .sp_cont .sp_txt {
            font-size: 12px;
            padding-bottom: 10px;
        }

        .sp_cont .sp_txt span {
            font-size: 12px !important;
        }
    }

    @media screen and (max-width: 400px) {

        .dir_table .cont1 .txt .online_btn {
            display: block;
            margin-left: 0px;
            margin-top: 10px;
            text-align: center;
        }

    }
    
    
    
    
 