﻿/* wapper 레이아웃, box */
.fa-angle-down:before{display: none !important;}
#wrapper , #wrapper_02{
    width: 100%;
    max-width:1230px;
    padding: 0 0;
    margin: 3.5em auto 6em;
}
.max_width{
    width: 100%;
    max-width:1230px;
    margin: auto;
}
.mobile_block1{display: none;}
.m_box{display: none;}
.t_box{display: none;}
.table_pc_box{display:table-row;}
.table_t_box{display:none;}
.mobile_br{display: none;}
    
@media screen and (max-width:1250px) {
    #wrapper , #wrapper_02{
       padding: 0 15px;
    }
    .order_common{padding-left: 15px; padding-right: 15px;}
}

@media screen and (max-width:990px) {
   #wrapper , #wrapper_02{
       margin: 5em auto 0;
    }
    .pc_box{
       display: none !important;
    }
    .t_box{
       display: block;
    }
    .t_box.common_table{display:inline-table;}
    .m_box{
       display: block;
    }
    .table_pc_box{display:none;}
    .table_t_box{display:table-row;}
}

@media screen and (max-width:720px) {
    #wrapper , #wrapper_02{
       margin: 2.5em auto 0;
    }
    .mobile_none{display: none;}
    .mobile_block1{display: block;}
    .mobile_none:before{display: none;}
    .mobile_none:after{display: none;}
}

@media screen and (max-width:460px) {
    .mobile_br{
       display: block;
    }
}

/* 마우스 hover 효과 */

.view_form .view_btn a.btn_list,
a.keybg.tac,
a.keybg.keybd.tac,
a.graybd.graycolor.tac,
.ok_box .keycolor.keybd,
a.keycolor.keybd.tac{
    transition: 0.2s;
}
a.keybg.tac:hover{
    background-color: #ff5a7a;
}
a.keycolor.keybd.tac:hover,
a.graybd.graycolor.tac:hover,
.ok_box .keycolor.keybd:hover{
    color:#ff5a7a !important;
    border-color: #ff5a7a !important;
}
a.keybg.keybd.tac:hover{
    border-color: #ff5a7a;
}

.view_form .view_btn a.btn_list:hover,
.ok_box a.keybg.tac:hover{
    background-color: #ff5a7a;
}

/*a.keybd.tac{
    transition: 0.2s;
}
a.keybd.tac:hover{
    border-color: #ff5a7a;
}

a.keybd.keycolor.tac{
    transition: 0.2s;
}
a.keybd.keycolor.tac:hover{
    color: #ff5a7a !important;
}*/

/* table class */
.ipt{
    -webkit-appearance: none;
    width: 100%;
    height: 41px;
    line-height: 40px !important;
    border: 0 !important;
    border: 1px solid #ddd !important;
    color:#666;
    background: #fff;
}
.ti03{text-indent: 1em;}

@media screen and (max-width: 416px) {
    .ipt{
        height: 36px;
        line-height: 34px !important;
    }
}

@media screen and (max-width: 416px) {
    .ipt{
        height: 34px;
        line-height: 32px !important;
    }
}

/*i class*/

.fa-file-alt.fa-2x{
    font-size: 21px;
}
.fa-angle-right{
    font-size: 30px;
    position: absolute;
    right: 9px;
    top: 50%;
    margin-top: -31px;
    font-weight: 300;
    color:#acacac;
}

@media screen and (max-width: 990px) {
    .fa-play-circle{
        line-height: 24px !important; 
        margin-left: -7px;
    }
}

@media screen and (max-width: 720px) {
    .fa-file-alt.fa-2x{
        font-size: 19px;
    }
    .fa-angle-right{
        font-size: 21px;
        position: absolute;
        right: 9px;
        top: 50%;
        margin-top: -31px;
        font-weight: 300;
        color:#acacac;
    }
}

/* 공지사항 작성 테이블 공통*/

.write_form{}
.write_form table{}
.write_form table tr{}
.write_form table tr th{
    border-bottom: 1px solid #eee;
    text-align: left;
    text-indent: 4%;
}
.write_form table tr td{
    border-bottom: 1px solid #eee;
}
.write_form table tr td.img_td{
    vertical-align:middle;
}
.write_form table tr td.img_td label{
    height: auto;
}
.write_form table tr td.img_td label.radio:before{
    top:50%;
    margin-top:-8.5px;
}
.write_form table tr td.img_td label.radio:after{
    top:50%;
    margin-top:-3.5px;
}
.write_form table tr:first-child th{
    border-top: 1px solid #999;
}
.write_form table tr:first-child td{
    border-top: 1px solid #999;
}
.write_form table tr:last-child th{
    border-bottom: 1px solid #999;
}
.write_form table tr:last-child td{
    border-bottom: 1px solid #999;
}
.write_form table tr th{
    width: 15%;
    padding: 2% 0;
    color:#666;
    font-weight: 500;
}
.write_form table tr td{
    padding: 2% 0;
    color:#666;
    font-size: 15px;
}
.write_form table .pc_star{
    display: table-row;
}
.write_form table .mobile_star{
    display: none;
    vertical-align: middle;
}
.write_form table .mobile_star option{}
.write_form table tr .star{
    width: 12%;
    margin-right: 4.5%;
}
select.icon-menu option {
background-repeat:no-repeat;
background-position:bottom left;
padding-left:30px;
}
.write_form table tr .star:last-child{
    margin-right: 0;
}
.write_form label.radio:before{
    top: 2px;
}
.write_form label.radio:after{
    top: 7px;
}
.write_form table tr .ipt01{
    min-height: 300px;
    padding: 2%;
    vertical-align:top;
}
.write_form .write_btn{
    text-align: center;
    margin-top: 3em;
}
.write_form .write_btn:after{
    display: block; content: ''; clear: both;
}
.write_form .write_btn li{
    display: inline-block;
    text-align: center;
    margin-right: 8px;
}
.write_form .write_btn li:last-child{
    margin-right: 0;
}
.write_form .write_btn li a{
    display: inline-block;
    padding: 0.9em 4em;
    font-size: 0.9em;
    width:auto;
}
.write_form .write_btn li a.keybg{
    border: 1px solid #3683f7;
}
.write_form .small_btn.keybg{
    display: inline-block;
    text-align: center;
    width: auto !important;
    padding: 17px 147px;
    font-size: 18px;
    font-weight: 400;
    border-radius:0;
}
.write_form .chk_div label{
    color:#555;
    vertical-align:initial;
    font-weight: 400;
    font-size: 15px;
}
.write_form .chk_div label a{
    font-size: 15px;
    font-weight: 400;
    border-bottom: 1px solid #555;
    color:#555;
    vertical-align: baseline;
}
.write_form .chk_div{margin-top: 1.5em;}
.write_form label.chkbox:before{border-color:#555;}

.write_form input:checked + label.chkbox:after{
    background: url(../images/common/icon_check.png) 50% 50% no-repeat;
    width: 10px;
    height: 9px;
    top: 4px;
    left: 4px;
    opacity:1 !important;
}
.write_form table tr td select{height: 37px;}

@media screen and (max-width:990px) {
    .write_form .write_btn{
        margin-bottom: 3em;
    }
    .write_form label.radio:before{
       top: -1px;
    }
    .write_form label.radio:after{
       top: 4px;
    }
    .write_form table .pc_star{
        display: none;
    }
    .write_form table .mobile_star{
        display: table-row;
    }
    .write_form table tr td.img_td span label{
        width:20%;
        margin-left: 5% !important;
    }
    .write_form table tr td.img_td span label.first_label{
        margin-left: 0 !important;
    }
}

@media screen and (max-width:720px) {
    .write_form .write_btn{
        margin: 0 auto;
    }
    .write_form table tr th{
       width: 20%;
    }
    .write_form table tr td{
       font-size: 1em;
    }
    .write_form table tr td.img_td{}
    .write_form table tr td.img_td span label{
        width: 44%;
        margin: 0 2% 5% 0 !important;
    }
    .write_form table tr td.img_td span label img{
        width: 80%;
    }
    .write_form .write_btn li a{
        font-size: 12px;
        margin: 2em auto 3em !important;
        padding: 0.9em 3em;
    }
}

@media screen and (max-width:650px) {
    .write_form .small_btn.keybg{font-size: 16px; padding: 15px 60px;}
}

@media screen and (max-width:420px) {
    .write_form .bd_title{font-size: 13px;}
    .write_form .bd_title dd:before{top:8px;}
    .write_form .common_table{font-size: 14px;}
    .write_form .ipt,.cst_call .write_form table .ipt35{height: 32px !important; line-height:32px !important;}
    .write_form table tr td select.ipt30{width: 27% !important;}
}

@media screen and (max-width:414px) {
    .write_form table tr th{
        width: 30%;
    }
    .write_form table tr td select{
        width: 100% !important;
    }
}

@media screen and (max-width:414px) {
    .write_form table tr td.img_td span label img{
        width: 60%;
    }
}

/* 질문하기 모바일 */

.btn_q{
    position: absolute;
    right: 0; bottom: -16px;
    padding: 0.9em 4em;
    font-size: 0.9em;
    /*background: url(../images/order/icon_write.png) 90% 50% no-repeat;
    border: 1px solid #222;
    -webkit-background-size: 10%;
    background-size: 10%;
    color:#222;*/
   transition:0.2s;
}
.btn_q:hover{
    background-color: #ff5a7a !important;
}
/*
.one_learning_bottom .btn_q , .one_qna_bottom .btn_q{
    top: auto; bottom: -20px;
    padding: 0.9em 5.5em 0.9em 1.2em;
    font-size: 0.9em;
    background: #fff url(../images/order/icon_write.png) 90% 50% no-repeat;
    border: 1px solid #222;
    -webkit-background-size: 10%;
    background-size: 10%;
    color:#222;
}*/
#professor_question .btn_q{
    top:0; bottom:auto;
}
.btn_m{
    display: none;
}
#btn_btm_write{clear:both;width:100%;text-align:right;height:49px; margin-top: 3em;}

@media screen and (max-width: 990px) {
    #btn_btm_write{
        margin-bottom: 3em;
    }
}

@media screen and (max-width: 720px) {
    .btn_q{
       font-size: 12px;
       margin: 2em auto 3em !important;
       padding: 0.9em 3em;
    }
    #btn_btm_write{
        margin:2em auto 3em;
    }
    .detail_page .detail_page_bottom .lecture_epilogue + #btn_btm_write{
        margin-top: -2em;
        margin-bottom: 0em;
    }
}

/* 갤러리 아이콘 */

.icon{
    position: absolute; 
    top: -12%;
    left: 7%;
    z-index:15;
}
/*.icon img{width: 2.3em;}*/


/* 게시판 형식 view 답변 타이틀 */

/*
.view_form.board_view_form_answer .view_top{
    padding-top: 0;
}
.board_view_form.view_form.board_view_form_answer .view_top .top_right .title_sns{
    background-color: #f5f5f5;
    margin-top: 0;
    padding-top: 1em;
}
*/

/* 게시판 형식 view 공통 */

.board_view_form.view_form .view_top .top_right .title_sns{
    border-bottom: 1px solid #999;
    padding-bottom: 1.2em;
}
.board_view_form.view_form .view_top{
    border-top: none;
    
}

@media screen and (max-width:375px) {
       .board_view_form.view_form .view_top .top_right .idate{
           font-size: 12px;
       }   
}

/* 태블릿, 모바일 사이즈 테이블 */

@media screen and (min-width:721px) {
       .p_none{
           display: none !important;
       }
}
@media screen and (max-width:720px) {
       .p_none{
           display: block;
       }
       .t_none , .one_learning_bottom .one_learning .lea_num{display: none !important;}{
           display: none;
       }
    
}

/* gotham font */

/* 탭메뉴 */

.tab_menu{
    width: 40%;
    margin: 0 auto 4em;
}
.tab_menu.event_tab{
    width: 27.5%;
}
.tab_menu li a{
    display: block;
    padding: 1em 0;
    background-color: #fff;
    color:#999;
    border: 1px solid #ddd;
}
.tab_menu li.on a{
    border: 1px solid #3683f7;
    background-color: #3683f7;
    color: #fff;
}

@media screen and (max-width:1230px) {
    .tab_menu.event_tab{
        width: 60%;
    }
}

@media screen and (max-width:900px) {
    .tab_menu{
       width: 70%;
    }
}

@media screen and (max-width:700px) {
    .tab_menu{
       width: 100%;
    }
    .tab_menu.event_tab{
        width: 100%;
    }
}


/* 상단 탭 메뉴 공통  */

.tab_wrap_00{
    border-bottom: 1px solid #dbdddc;
    margin-bottom: 4.5em;
}
.tab_wrap_00 ul{
    width: 41%;
    margin:auto;
}
.tab_wrap_00 ul li:first-child{
    border-left: 1px solid #dbdddc;
}
.tab_wrap_00 ul li{
    width: 16.666%;
    float: left;
    border-right: 1px solid #dbdddc;
}
.tab_wrap_00 ul li a{
    display: block;
    padding: 1em 0;
    text-align: center;
    font-size: 1em;
    color:#333;
    font-weight: 400;
    background-color: #fff;
}
.tab_wrap_00 ul li.on a{
    color:#fff;
    background-color: #3683f7;
}

@media screen and (max-width:1400px) {
    .tab_wrap_00 ul{
       width: 70%;
    }
}

@media screen and (max-width:600px) {
    .tab_wrap_00 ul{
       width: 100%;
    }
    .tab_wrap_00{margin-bottom: 2.5em;}
}

@media screen and (max-width:400px) {
    .tab_wrap_00 ul{
        font-size: 14px;
    }
}

@media screen and (max-width:375px) {
    .tab_wrap_00 ul{
        font-size: 13px;
    }
}

@media screen and (max-width:360px) {
    .tab_wrap_00 ul{
        font-size: 12px;
    }
}

/* 상단 탭 메뉴 02  */

.tab_wrap_02 ul{
    width: 41%;
    text-align: center;
}
.tab_wrap_02 ul li{
    float:none;
    display:inline-block;
    width: 33.333%;
    margin-left: -4px;
}

@media screen and (max-width:1400px) {
    .tab_wrap_02 ul{
       width: 80%;
    }
}

@media screen and (max-width:600px) {
    .tab_wrap_02 ul{
       width: 100%;
    }
}
@media screen and (max-width: 540px){
    .tab_wrap_02 ul{
        width: 100%;
    }
    .tab_wrap_02 ul li.on{
        background-color: #fa4f3d;
    }
    .tab_wrap_02 ul li{
        width: 50%;
        margin-left: 0;
        float: left;
    }
    .tab_wrap_00 ul li:first-child{
        border-left:none;
    }
    .tab_wrap_00 ul li:last-child{
        border-right:none;
    }
}


/* 공지사항  view 테이블 공통*/

.view_form{}
.view_form .view_top{
    position: relative;
    border-top: 1px solid #999;
    border-bottom: 1px solid #ddd;
    padding: 1em 0;
    margin-bottom: 1.2em;
}
.view_form .view_top .top_right{
    position: relative;
    width: 100%;
}
.view_form .view_top .top_right .title_sns{
    position: relative;
    margin: 0.8em 0 1em;
}
.view_form .view_top .top_right .star{
    display: block;
    width: 10%;
}
.view_form .view_top .top_right h4{
    font-size: 1.2em;
    font-weight: 500;
    line-height: 1.3;
}
.view_form .view_top .top_right .idate li span{
    min-width: 80px;
}
.view_form .view_top .top_right .idate li{
    padding-right: 2.5em;
}
.view_form .view_top .top_right .idate li:last-child{
    float:left;
    padding-right: 0;
}
.view_form .view_top .top_right .idate li:after{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    right: 1.3em;
    top: 7px;
    width: 1px;
    height: 10px;
    background-color: #ddd;
}
.view_form .view_top .top_right .idate li.small_btn.goldbg{
    padding-right: 1em;
}
.view_form .view_top .top_right .idate li.small_btn.goldbg:after{
    display: none !important;
}
.view_form .view_top .top_right .idate li:last-child:after{
    display: none;
}
.view_form .view_top .top_right .sns{
    position: absolute;
    right: 0; top: 0;
}
.view_form .view_top .top_right .sns li a{
    width: 30px;
    height: 30px;
}
.view_form .view_con{
    min-height: 400px;
    padding: 4% 1%;
    line-height: 1.5;
    border-bottom: 1px solid #999;
}
.view_form .view_con p{
    color:#666;
}
.view_form .mobile_sns{
    display: none;
}
.view_form .view_btn{text-align: center;}
.view_form .view_btn a{
    display: inline-block;
    margin: 2em auto 3em;
    padding: 0.9em 4em;
    font-size: 0.9em;
}
.view_form .view_btn a.keybg{
    border: 1px solid #3683f7;
}
.view_form .view_btn a:hover.keybg{
    border-color:#ff5a7a;
}
.view_form .view_btn a.btn_list{
    background-color: #3683f7;
    color:#fff;
    border: 1px solid #3683f7;
}
.view_form .view_btn a.btn_edit{
    background-color: #727272;
    color:#fff;
    border: 1px solid #727272;
}
.view_form .view_btn a.btn_del{
    background-color: #fff;
    color:#727272;
    border: 1px solid #727272;
}
.idate{
    width: 100%;
}
.idate:after{
    display: block; content: ''; clear: both;
}
.idate li{
    float: left;
    position: relative;
    padding-right: 0;
    font-size: 0.85em;
    font-size: 14px;
    line-height: 1.5;
}
.idate li:first-child{float: left;}
.idate li:last-child{float: right;}
/*.idate li:after{
    display: block; content: ''; clear: both;
    position: absolute;
    right: 1.3em; top: 2px;
    width: 1px; height: 10px;
    background-color: #ddd;
}
.idate li:last-child:after{
    display: none;
}*/
.idate li span{
    color:#666;
}

@media screen and (max-width:850px) {
    .idate li{
       padding-right: 2em;
    }
    .idate li:after{
       right:0.9em;
    }
}

@media screen and (max-width:780px) {
    .view_form .view_top .top_right .star{
        width: 20%;
        min-width:90px;
    }
    .view_form .view_top .top_right .sns{
        display: none;
    }
    .view_form .mobile_sns{
        display: block;
        margin: 6em 0 0;
        text-align: center;
    }
    .view_form .view_con{
        min-height: auto;
    }
    .view_form .view_btn a {
        padding: 1em 0;
    }
    .idate li{
        padding-right: 1.2em;
    }
    .idate li:after{
        right:0.5em;
    }
    .idate li.reg_date:after{display: none;}
    .idate li.read_cnt{display: none;}
    .view_form .view_btn a{
        font-size: 12px;
        margin: 2em auto 3em !important;
        padding: 0.9em 3em;
    }
}

/* 가격 css */

.bar_price{
    position: relative;
    margin-right: 0.5em;
    font-size: 0.9em;
}
.bar_price:before{
    display: block; content: ''; clear: both;
    position: absolute;
    width: 100%; height: 1px;
    background-color: #666;
    top: 12px; left:0;
}

/* 표 모바일 버전 */

.tablet_table ul li:first-child{
    border-top: 1px solid #ddd;
}
.tablet_table ul li{
    padding: 1.2em 0;
    border-bottom: 1px solid #ddd;
    line-height: 1.5;
}
.tablet_table ul li h3{
    font-size: 1.2em;
    height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;

}
.tablet_table ul li p+a{
    font-size: 0.9em;
}
.tablet_table ul li .small_btn{
    display: inline;
    padding: 0.35em 0.7em;
    border-radius:5px;
    font-weight: 500;
    margin-right: 8px;
    font-size: 0.9em;
}
.tablet_table ul li .restart_p{
    background-color: #f4ecf9;
    color: #555555;
    font-weight: 400;
    font-size: 12px;
    padding: 0.45em 0.7em 0.65em;
    margin-top: 11px;
    border-radius:0;
}
.tablet_table ul li p.last_p{
    margin-bottom:1em;
}
.tablet_table ul li p>span{
    position: relative;
    color:#555;
    padding-left: 1em;
    margin-left: 1em;
    font-size: 0.9em;
}
.tablet_table ul li p>p{
    display: inline-block;
    font-size: 0.9em;
}
.tablet_table ul li p span:first-child{
    padding-left: 0;
    margin-left: 0;
}
.tablet_table ul li p span:first-child:before{
    display: none;
}
.tablet_table ul li p span:before{
    display: block; content: ''; clear: both;
    position: absolute; left: 0; top: 0.45em;
    width: 1px; height: 0.8em;
    background-color: #ddd;
}

@media screen and (max-width:990px) {
    .tablet_table ul li .small_btn{
       padding: 0.35em 0.7em;
    }
}

@media screen and (max-width:360px) {
    .tablet_table ul li .restart_p {
        display: inline-block;
        width: auto !important;
        margin-left: 0;
        font-size: 12px;
    }
}

/* 내 강의실 > 내 수강현황 표 모바일 버전 */

.history_a {display: block; padding: 0.8em 40px !important; font-weight: 500; width: 100%; color:#444; background: #ddd url(../images/order/icon_back_arrow.png) 15px 50% no-repeat;}
.present_condition_bottom .gray_icon {display:inline; width:auto !important; background-color: #ececec; line-height:normal; vertical-align: middle; border-radius:5px; padding:0.2em 1em !important;}
.present_condition_bottom .gray_icon i{line-height: normal;}
.present_condition_bottom h3 i{vertical-align:baseline; padding-top:6px; position: absolute; left: auto;} 

.present_condition_bottom #tab2 .tablet_table ul li h3{margin-bottom: 0;}
.present_condition_bottom .tablet_table ul li{padding:1.2em 0 1.3em; position: relative;}
.present_condition_bottom .tablet_table ul li .package_a{
    display: block;
    width: 100%;
    /*background: url(../images/order/icon_package.png) 100% 50% no-repeat;*/
}
.present_condition_bottom .tablet_table ul li .small_btn.gray_icon{
    position: absolute;
    right: 7px; top:50%;
    margin-top:-7px;
    padding:0.3em 1em 0.28em !important;
}
.present_condition_bottom .tablet_table ul li h3{color:#333 !important; font-weight: 400; position: relative; width: calc(100% - 75px); margin-bottom: 0em; height: auto; overflow: visible; text-overflow: ellipsis;}
.present_condition_bottom .tablet_table ul li p.last_p{margin-bottom: 0.3em; width: calc(100% - 75px); margin-bottom: 0.3em; word-break: keep-all; -webkit-hyphens: none;}
.present_condition_bottom .tablet_table ul li p.last_p.snd_last_p{margin-bottom: 1.5em;}
.present_condition_bottom .tablet_table ul li .icon_lecture{
/*display: block; width: 57px; height: 23px; padding:0; line-height: 23px; margin-left: 0; margin-right: 0em; font-weight: 300; font-size: 1em; */
display:inline-block;
    font-size: 12px;
    text-align: center;
    font-weight: 400;
    margin-right: 8px;
    width: 54px;
    height: 22px;
    line-height: 20px;
    border-radius: 50px;
    padding:0;
}
.present_condition_bottom .tablet_table ul li span{font-size: 12px;}
.present_condition_bottom .tablet_table ul li p span:before{display: none;}
.present_condition_bottom .tablet_table ul li p>span{padding-left: 0; margin-left: 0.5em; color:#555;}
.present_condition_bottom .tablet_table ul li p>span:first-child{margin-left: 0em;}
.present_condition_bottom .tablet_table+.detail_condition .gray_icon i.fa-file-alt{margin-top: -5px;}

.present_condition_bottom .present .detail_condition:before{
    display: block; content: ''; clear: both;
    position: absolute;
    top: 0;
    width: 150%; height: 1px;
    left:-25%;
    background-color:#ddd;
}
.present_condition_bottom .present .detail_condition{
    margin-top: 0.5em;
    padding-top: 1.2em;
    position: relative;
}
.present_condition_bottom .present .detail_condition li{
    border-bottom: 1px solid #fff;;
    padding-bottom: 1em;
    transition:0.3s;
}
.present_condition_bottom .present .detail_condition li.on{
    border-bottom: 1px solid #dddddd;
}
.present_condition_bottom .present .detail_condition > li{
    padding: 1em 0;
}
.present_condition_bottom .present .detail_condition > li:first-child{
    padding-top:0;
}
.present_condition_bottom .present .detail_condition>li>a{
    display: block;
    transition:0.3s;
}
.present_condition_bottom .present .detail_condition li .bold{
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-right: 10px;
    border-radius:50%;
    text-align: center;
    font-size: 12px;
    margin-top: 5px;
    font-weight: 400 !important;
}
.present_condition_bottom .present .detail_condition li .txt_box{
    width: calc(100% - 50px);
    display: inline-block;
    margin-top: 3px;
}
.present_condition_bottom .present .detail_condition li .txt_box h3{
    width: calc(100%);
    float: left;
    position: relative;
    height: 27px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height:27px;
}
.present_condition_bottom .present .detail_condition li.on .txt_box img{
    opacity:0.5;
    transition:0.3s;
}
.present_condition_bottom .present .detail_condition li .txt_box img{
    float: right;
}
.present_condition_bottom .present .detail_condition li .txt_box h3 i{
padding-top:7px; position: static; left: auto;
margin-right: 0 !important;
} 
.present_condition_bottom .present .detail_condition li .txt_box span:first-child{
    margin-left: 0;
}
.present_condition_bottom .present .detail_condition li .txt_box span{
    padding-left: 0;
    margin-left: 0.5em;
    color: #555;
    font-size: 12px;
}
.present_condition_bottom .present .detail_condition li.ath .txt_box>span{
    width: calc(100% - 75px);
    height: 27px;
    font-size: 1.2em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 27px;
}
.present_condition_bottom .present .detail_condition li.ath{
    padding-bottom: 1.2em;
}
.present_condition_bottom .present .detail_condition li.ath .td_title{
    height: 32px;
    line-height: 32px;
    font-size: 16px;
}
.present_condition_bottom .present .detail_condition li.ath .td_title .fa-play-circle{
    line-height: 34px !important;
}
.present_condition_bottom .present .detail_condition li.ath .txt_box .gray_icon{
    padding: 0.59em 1em !important;
    width: 45px !important;
    margin-right: 15px;
}
.present_condition_bottom .tablet_table ul li.ath p>span:first-child{
    display:inline !important;
}
/*.present_condition_bottom .present .detail_condition li .icon_box{
    float: left;
    width: 90px;
}
.present_condition_bottom .present .detail_condition li .icon_box .small_btn{
    float: left;
    width: 43% !important;
    padding: 0.35em 0 0.28em !important;
    text-align: center;
    margin-left:4% !important;
}*/
.present_condition_bottom .present .detail_condition li .sub_detail_condition{
    display: none;
    margin-top: 1.2em;
    border-top: 2px solid #363636;
    border-bottom: 2px solid #363636;
}
.present_condition_bottom .present .detail_condition li .sub_detail_condition .top_detail_p{
    background-color: #f7f6f2;
    padding: 1.2em 1em;
    margin-bottom: 1em;
    text-align:right;
    text-align: left;
    vertical-align: middle;
}
.present_condition_bottom .present .detail_condition li .sub_detail_condition .top_detail_p span{
    font-size: 12px;
    color:#444;
    padding-top: 1px;
    float: none !important;
    text-align: left !important;
}
.present_condition_bottom .present .detail_condition li .sub_detail_condition .bottom_detail_p{
    padding: 0.7em 1em 0.7em 0em;
    text-align:right;
}
.present_condition_bottom .present .detail_condition li .sub_detail_condition .bottom_detail_p:last-child{
margin-bottom: 1em;
}
.present_condition_bottom .present .detail_condition li .sub_detail_condition .bottom_detail_bottom{
    padding: 1.2em 1em 1.2em 0em;
    text-align:right;
    border-bottom: 1px solid #363636;
}

@media screen and (max-width:390px) {
    .present_condition_bottom .tablet_table ul li span:first-child{
        display: block;
        margin-left: 0;
        margin-bottom: 0.5em;
    }
    .present_condition_bottom .tablet_table ul li h3{
        font-size: 16px;
    }
    .present_condition_bottom .tablet_table ul li span:first-child + span{margin-left: 0;}
}

/* 내강의실 > 수강현황 > 패키지 상세 */

.present_condition_bottom_pack .top_inform{
    margin-top: 4em;
}
.present_condition_bottom_pack .top_inform .icon_lecture{
    display: inline-block;
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin-right: 8px;
    width: 54px;
    height: 23px;
    padding: 0;
    font-weight: 400;
    line-height: 21px;
    border-radius: 50px;
    background-color: #301971;
    border: 1px solid #301971;
}
.present_condition_bottom_pack .top_inform .title_span{
    font-size: 21px;
}
.present_condition_bottom_pack .top_inform .gray_icon{
    display: inline-block;
    padding:0.3em 1em !important;
}
.present_condition_bottom_pack .bottom_inform{
    margin-top: 2em;
}
.present_condition_bottom_pack .common_table tbody .detail_tr{
    display: none;
    opacity:0;
    height: 0;
    transition:0.2s;
}
.present_condition_bottom_pack .common_table tbody .detail_tr td{
    padding: 0;
    padding-bottom: 0.2em;
}
.present_condition_bottom .common_table tbody td .gray_icon{
    display: inline;
    line-height: 14px;
    padding: 0.35em 1em 0.45em !important;
}
.present_condition_bottom_pack .common_table tbody td{
    height: auto;
}
.present_condition_bottom_pack .common_table tbody td .bottom_detail_p {
    height: 54px;
    line-height:54px;
}
.present_condition_bottom_pack .common_table tbody td .detail_p{
    padding: 0.1em 1.5em 0.1em 0.8em;
    line-height: 1.4;
}
.present_condition_bottom_pack .common_table tbody td .detail_p span{
    padding: 1em 0;
}
.present_condition_bottom_pack .common_table tbody td .bottom_detail_p .keybg{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-left: 1.5em;
    border-radius:50%;
    text-align: center;
    font-weight: 400 !important;
}

/* 내강의실 > 수강현황 > 단과 상세 */

.present_condition_bottom_ath .top_inform{
    margin-top: 4em;
}
.present_condition_bottom_ath .top_inform .icon_lecture{
    display: inline-block;
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin-right: 8px;
    width: 54px;
    height: 23px;
    padding: 0;
    font-weight: 400;
    line-height: 21px;
    border-radius: 50px;
    background-color: #301971;
    border: 1px solid #301971;
}
.present_condition_bottom_ath .top_inform .title_span{
    font-size: 21px;
}
.present_condition_bottom_ath .top_inform .gray_icon{
    display: inline-block;
    padding:0.3em 1em 0.2em !important;
}
.present_condition_bottom_ath .bottom_inform{
    margin-top: 2em;
}
.present_condition_bottom_ath .bottom_inform th{
    padding-left: 20%;
}
.present_condition_bottom_ath .common_table tbody td{
    height: auto;
}
.present_condition_bottom_ath .common_table tbody td .bottom_detail_p {
    height: 54px;
    line-height:54px;
}
.present_condition_bottom_ath .common_table tbody td .detail_p{
    margin-top: 0.6em;
    padding: 1em 1.5em 1em 4em;
    border-top: 1px solid #ddd;
    line-height: 1.4;
}
.present_condition_bottom_ath .common_table tbody td .bottom_detail_p .r_color{
    color: #ec6f43;
    width: 25px;
    line-height: 29px;
    padding-left: 1.5em;
}

/* SNS */

.sns li{
    display: inline-block;
}
.sns li a{
    display: block;
    width: 37px; height: 37px;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: 50% 50%;
}
.facebook{background-image: url(../images/common/icon_facebook.png)}
.twitter{background-image: url(../images/common/icon_twitter.png);}
.blog{background-image: url(../images/common/icon_blog.png);}
.kakaos{background-image: url(../images/common/icon_kakaos.png);}

/* 테이블 left_bar 공통 */
.title .left_bar_title{
    margin-bottom: 1.4em !important;
}
.title .left_bar_title h3:before{
    display: block; content: ''; clear: both;
    position: absolute; left: 0; top: 0;
    width: 4px; height: 100%;
    background-color: #3683f7;
    border-radius: 10px;
}
.title .left_bar_title h3{
    position: relative;
    margin-bottom: 1em;
    font-size: 1.2em;
    font-weight: bold;
    text-indent: 10px;
    color:#000;

}
.title .left_bar_title p{
    font-size: 0.9em;
    line-height: 1.5;
    word-break: keep-all;
}

/* 서브 테이블 공통 클래스 */

.common_table{
    border-top: 1px solid #999;
}
.common_table thead{}
.common_table thead tr th{
    padding: 19px 0;
    border-top: 1px solid #999;
    border-bottom: 1px solid #dddddd;
    background-color: #f5f5f5;
    color:#444;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}
.common_table tbody{}
.common_table tbody th{
    width: 18%;
    padding: 16px 0;
    background-color: #f5f5f5;
    border-bottom: 1px solid #dddddd;
    color:#444;
    text-align: left;
    text-indent: 3%;
    font-size: 15px;
    font-weight: 500;
}
.common_table tbody tr td.tal{
    text-indent: 5%;
}
.common_table tbody tr td{
    padding: 21px 0;
    font-size: 15px;
    border-bottom: 1px solid #dddddd;
    text-align: center;
    color:#444;
    vertical-align:middle;
    overflow: hidden;
    text-overflow: ellipsis;
}
.common_table tbody tr td a{
    display: block;
    width: 100%;
    min-width:65px;
}
.common_table .btn_bg_eee{
    display: block;
    width: 50%;
    padding: 12px 0;
    margin: auto;
    font-size: 14px;
    text-align: center;
    color:#333;
}
.coupon_bottom .common_table.pc_box tbody tr td{
    padding:25px 0;
}


/* 첨부파일 있는 테이블 */

.file_table.common_table tbody tr td{
    padding: 1.4em 0;
}

@media screen and (max-width:600px) {
    .file_table.common_table thead tr th.w65{
         width: 57% !important;
    }
    .file_table.common_table thead tr th.w15{
         width: 23% !important;
    }
}

/* 한줄씩만 노출될 테이블 */

.table_h_td.common_table tbody tr td p{
    height: 22px;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
}

#warpper.table_h_td .common_table tbody tr td p{
    height: 22px;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* 페이징 */

.list_btn_box{
    position: relative;
    margin: 4em auto 7em;
    padding: 0 2%;
    text-align: center;
}
.list_btn_box .btn_box{
    width: 100%;
    /* min-width: 476px; */
}
.list_btn_box li{
    display: inline-block;
}
.list_btn_box .btn_box li.prev a{
    padding: 1.1em;
    margin-right: 10px;
    background: url(../images/application/theory_btn_box_prev.png) 50% 50% no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.list_btn_box .btn_box li.next a{
    padding: 1.1em;
    margin-left: 5px;
    background: url(../images/application/theory_btn_box_next.png) 50% 50% no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.list_btn_box .btn_box>li>a{
    padding: 0.85em;
    border: 1px solid #ddd;
}
.list_btn_box .btn_num{
    /* min-width: 330px; */
}
.list_btn_box .btn_num li a{
    padding: 0.5em 0.75em;
    color:#999999;
    line-height: 2;
    font-size: 0.85em;
}
.list_btn_box .btn_num li.on{
    background-color: #5195f8;
}
.list_btn_box .btn_num li.on a{
    color:#fff;
}


@media screen and (max-width:720px) {
    .list_btn_box{
        margin: 2em auto 3em;
    }
}

@media screen and (max-width:500px) {
    .list_btn_box{
        font-size: 14px;
    }
}

@media screen and (max-width:390px) {
    .list_btn_box .btn_num li a{
        padding:0.4em 0.6em;
    }
    .list_btn_box{
        font-size: 13px;
    }
}

@media screen and (max-width:320px) {
    .list_btn_box .btn_num li a{
        padding:0.3em 0.5em;
    }
    .list_btn_box{
        min-width:258px;
    }
}

/* 검색 sch_box */

.sch_box{margin:3.5em auto;}
.pc_tablet.only_mobile{display: none;}
.sch_box_inner{
    text-align: right;
    vertical-align: middle;
}
.sch_box_inner select{
    display: inline-block;
    width: 130px;
    height: 37px;
    line-height: normal;
    border-color:#ddd;
}
.sch_box_inner.pc_tablet select{
    background-position: 90% center !important;
}
.sch_box_inner input{
    display: inline-block;
    width: 200px;
}
.sch_box_inner a{
    display: inline-block;
    width: 84px;
    height: 37px;
    padding: 0.5em 0;
    font-size: 0.9em;
    line-height: normal;
}

.sch_box_inner a,
.sch_box_inner select {
    margin-top: -5px;
}

.sch_box_inner.only_mobile{
    position: relative;
}
.sch_box_inner.only_mobile .sch_div{
    display: none;
    position: absolute;
    background: #fff;
    z-index: 99;
    padding: 15px 10px;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.17);
    width: 100%;
}
.sch_box_inner.only_mobile .sch_div.on{display: block;}
.sch_box_inner.only_mobile a{text-align: center;}
.sch_box_inner.pc_tablet a{
    padding: 0.5em 0;
    text-align: center;
}


@media screen and (max-width:780px) {
    .sch_box_inner a,
    .sch_box_inner select{
       margin-top: -3px;
    }
}

@media screen and (max-width:720px) {
    .sch_box{margin:2.5em auto;}
}

@media screen and (max-width:480px) {
    .sch_box_inner.pc_tablet a,
    .sch_box_inner.pc_tablet select{
       height: 32px;
       margin-top: -2px;
    }
    #pc_sch_ipt{
       width:calc(100% - 230px);
       height: 33px !important;
    }
}


/* 두개 버튼 확인 및 목록 등 */

.ok_box{
    width: 50%;
    margin: 2em auto 6em;
}
.ok_box a{
    float: left;
    display: block;
    width: 48.5%;
    padding: 1em 0;
    text-align: center;
}
.ok_box a:nth-child(2){
    float: right;
}
.ok_box .keybd{
    color:#3683f7;
}
.ok_box .keybg{
    color:#fff;
}
.ok_box .cart{
    background: #ff5a7a url(../images/textbook/icon_cart.png) 50% 50% no-repeat;
}
.ok_box .bookBuyBtn {
    background: #a440e3;
    color:#fff;
    transition: 0.2s;
}
.ok_box .bookBuyBtn:hover{
    background: #bbaac7;
}
@media screen and (max-width:600px) {
    .ok_box{
       width: 80%;
       margin: 2em auto 6em;
    }
}

@media screen and (max-width:320px) {
    .ok_box{
       width: 100%;
    }
}

/* 썸네일 형식 게시판 리스트 공통 클래스 */


.pic_board_bottom{}
.pic_board_bottom .pic_board_content{}
.pic_board_bottom .pic_board_content li{
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
}
.pic_board_bottom .pic_board_content li:nth-child(2n+2){
    margin-right: 0;
}
.pic_board_bottom .pic_board_content li a{}
.pic_board_bottom .pic_board_content li a .img_wrap{
    width: 100%;
    position: relative;
    padding: 7em 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
}
.pic_board_bottom .pic_board_content li a .img_wrap .content_hover:before{opacity:0; visibility:hidden; display: block; content: ''; clear: both; position: absolute; border-radius:50%; z-index:1; left:50%; top:50%; width: 64px; height: 64px; margin-left:-32px; margin-top:-32px; background-color: #ff5a7a;transition:0.4s;}
.pic_board_bottom .pic_board_content li a .img_wrap .content_hover{
    opacity: 0;
    position: absolute;
    left: 0%; top: 0%;
    width: 100%; height: 100%;
    z-index:3;
    background: rgba(0,0,0,0.5);
    transition:0.4s;
}
.pic_board_bottom .pic_board_content li a .img_wrap .content_hover:after{opacity:0; visibility:hidden; display: block; content: ''; clear: both; position: absolute; border-radius:50%; z-index:2; left:50%; top:50%; width: 64px; height: 64px; margin-left:-32px; margin-top:-32px; background: url(../images/common/icon_plus.png) 50% 50% no-repeat;transition:0.4s;}
.pic_board_bottom .pic_board_content li a:hover .img_wrap .content_hover:before , .pic_board_bottom .pic_board_content li a:hover .img_wrap .content_hover:after{
    opacity:1; visibility:visible;
}
.pic_board_bottom .pic_board_content li a:hover .img_wrap .content_hover{
    opacity:1;
}
.pic_board_bottom .pic_board_content li a .con_wrap{
    border: 1px solid #ddd;
    padding: 1.5em;
}
.pic_board_bottom .pic_board_content li a .con_wrap .icon{left:1.5em;}


@media screen and (max-width:700px) {
    .pic_board_bottom .pic_board_content li{
       float:none;
       width: 100%;
       margin-right: 0;
       margin-bottom: 7%;
    }
    .pic_board_bottom.package_bottom li .con_wrap .txt_price_box p{
        width: 100%;
    }
}

/* mini_title */

.mini_title:before{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    left: 0;
    top: 50%;
    width: 5px;
    height: 5px;
    margin-top: -2px;
    background: #3683f7;
    border-radius: 50%;
}
.mini_title{
    display: block;
    position: relative;
    margin: 2em 0 1em;
    font-weight: bold;
    font-size: 1em;
    text-indent: 17px;
}
.mini_title:after{display: block; content: ''; clear: both;}

/* 테이블 내부 a 버튼*/

.small_btn{
    display: block;
    width: 55% !important;
    padding: 0.6em 0;
    margin: auto;
    border-radius: 2px;
    text-align: center;
    font-size: 0.95em;
}

/* 내강의실 top 공통 */

.order_common{
    position: relative;
    width: 100%;
    max-width: 1230px;
    height: 9em;
    margin: 3.5em auto 3em;
}
.order_common .order_left{
    position: absolute;
    left: 0; top: 0;
    width: 25%; height: 100%;
    padding: 0.9% 1.8% 2%;
}
.order_common .order_left .profile_img{
    float: left;
    width: 30%;
    height: 100%;
    margin-top: 3%;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: 50% 50%;
}
.order_common .order_left .profile_txt{
    float: right;
    width: 64%;
    height: 7.3em;
    font-size: 0.9em;
    font-weight: 400;
    margin-top: 0.8em;
}
.order_common .order_left .profile_txt strong{
    font-weight: 400;
    font-size: 15px;
}
.order_common .order_left .profile_txt strong span{
    padding-right: 2%;
    font-weight: 500;
    font-size: 19px;
}
.order_common .order_left .profile_txt p{
    margin: 0.7em 0 1em;
    font-size: 13px;
    line-height: 1.3;
    word-break: keep-all;
}
.order_common .order_left .profile_txt .btn_edit{
    display: block;
    width: 70%;
    border: 1px solid #fff;
    text-align: center;
    color:#fff;
    font-size: 13px;
    padding: 0.5em 0;
}
.order_common .order_right{
    position: absolute;
    right: 0; top: 0;
    width: 75%; height: 100%;
}
.order_common .order_right ul{
    padding: 0 1%;
    height: 100%;
}
.order_common .order_right ul li{
    float: left;
    /* width: 11.5%; */
    width: 13.4%;
    height: 100%;
    padding: 1% 0;
    margin-left: 1%;
    border-bottom: 0px solid #ff5a7a;
    transition:0.1s;
}
.order_common .order_right ul li:last-child{display: none;}
.order_common .order_right ul li.on{
    border-bottom: 4px solid #ff5a7a;
}
.order_common .order_right ul li:hover{
    border-bottom: 4px solid #ff5a7a;
}
.order_common .order_right ul li.on a{
    font-weight: 500;
    color:#222;
}
.order_common .order_right ul li:first-child{
    margin-left: 0;
}
.order_common .order_right ul li a{
    display: block;
    position: relative;
    padding: 5.5em 0 0.5em;
    background-position: 50% 44%;
    -webkit-background-size: 39% auto;
    background-size: auto 39%;
    background-repeat: no-repeat;
    text-align: center;
    color:#777;
    font-size: 15px;
    font-weight: 500; 
}
.order_common .order_right ul li a.icon_order01{background-image: url(../images/order/icon_order01.png);}
.order_common .order_right ul li a.icon_order02{background-image: url(../images/order/icon_order02.png);}
.order_common .order_right ul li a.icon_order03{background-image: url(../images/order/icon_order03.png); -webkit-background-size: auto 41%; background-size: auto 41%;}
.order_common .order_right ul li a.icon_order04{background-image: url(../images/order/icon_order04.png);}
.order_common .order_right ul li a.icon_order05{background-image: url(../images/order/icon_order05.png);}
.order_common .order_right ul li a.icon_order06{background-image: url(../images/order/icon_order06.png);}
.order_common .order_right ul li a.icon_order07{background-image: url(../images/order/icon_order06.png);}
.order_common .order_right ul li a.icon_order08{background-image: url(../images/order/icon_order07.png);}
.order_common .order_right ul li.on a.icon_order01{background-image: url(../images/order/icon_order01_on.png);}
.order_common .order_right ul li.on a.icon_order02{background-image: url(../images/order/icon_order02_on.png);}
.order_common .order_right ul li.on a.icon_order03{background-image: url(../images/order/icon_order03_on.png);}
.order_common .order_right ul li.on a.icon_order04{background-image: url(../images/order/icon_order04_on.png);}
.order_common .order_right ul li.on a.icon_order05{background-image: url(../images/order/icon_order05_on.png);}
.order_common .order_right ul li.on a.icon_order06{background-image: url(../images/order/icon_order06_on.png);}
.order_common .order_right ul li.on a.icon_order07{background-image: url(../images/order/icon_order06_on.png);}
.order_common .order_right ul li.on a.icon_order08{background-image: url(../images/order/icon_order07_on.png);}

@media screen and (max-width:1220px) {
    .order_common .order_left{
        display: none;
    }
    
    .order_common .order_right{
        position:static;
        width: 100%;
    }
    .order_common .order_right ul{
       padding: 0;
    }
    .order_common .order_right ul li{
       width: 25%;
       height: 50%;
       margin-left: 0;
       border-bottom: none !important;
       border-left: 1px solid #f4e3bd;
       border-top: 1px solid #f4e3bd;
    }
    .order_common .order_right ul li:nth-child(4n+1){border-left:  none;}
    .order_common .order_right ul li:last-child{display: block;}
    .order_common .order_right ul li a{
       padding: 1em 0px;
       background-position: 15% 50%;
       -webkit-background-size: 17%;
       background-size: 17%;
       text-indent: 18%;
    }
    .order_common .order_right ul li a.icon_order02 ,.order_common .order_right ul li a.icon_order03{
        -webkit-background-size: 18%;
        background-size: 18%;
    }
    .order_common .order_right ul li:nth-child(-n+4){
       border-top:none;
    }
    .order_common .order_right ul li.on a:after{
       display: none;
    }
}

@media screen and (max-width:990px) {
    .order_common{
       width: 100%;
       height: auto;
       padding: 0;
       margin: 0em 0 2em 0;
       border-bottom: 7px solid #ddd;
    }
    .order_common .order_left .profile_img{
        width: auto;
        height: auto;
        width: 70px;
        background: none !important;
    }
    .order_common .order_left .profile_txt{
        position: relative;
        height: auto;
        width: calc(100% - 80px);
        text-align: left;
        margin-top: 1.4em;
        line-height: 1.5;
    }
    .order_common .order_left .profile_txt .btn_edit{
        display: inline;
        padding: 0.5em 1em;
    }
    .order_common .order_left .profile_txt .btn_edit_box{
        position: absolute;
        right: 0;
        top: 0.5em;
    }
    .order_common .order_left, .order_common .order_right{
        position: static;
        width: 100%;
        margin: 0 auto;
        box-sizing:border-box;
    }
    .order_common .order_right ul li{
        position: relative;
        border:none;
        padding: 0;
        background-color: #fff;
    }
    .order_common .order_right ul li a{
        background: none !important;
        background-color: #fff !important;
        padding: 1.4em 0;
        text-align: center;
        text-indent: 0;
        color:#999;
        border-top: 1px solid #ff5a7a;
        border-right: 1px solid #ff5a7a;
        box-sizing:border-box;
    }
    .order_common .order_right ul li.on a{
        color:#fff;
        background-color: #ff5a7a !important;
    }
    .order_common .order_right ul li:nth-child(4n+4) a{
        border-right: none;
    }
    .order_common .order_right ul li:nth-last-child(-n+4) a{
        border-bottom: 1px solid #ff5a7a;
    }
}

@media screen and (max-width: 450px){
    .tablet_table ul li p span{
       padding-left: 0.5em;
       margin-left: 0.5em;
    }
    .order_common .order_right ul li a{
        font-size: 14px;
        padding: 1.2em 0;
    }
    .tablet_table ul li p>span{
        font-size: 12px;
    }
}

@media screen and (max-width: 375px){
    .tablet_table , .order_common{
       font-size: 15px;
    }
    .order_common .order_left .profile_txt{
       margin-top: 1.8em;
    }
    .order_common .order_left .profile_txt .btn_edit_box{
       top: 0.1em;
    }
    .order_common .order_right ul li a{
        font-size: 13px;
    }
}

@media screen and (max-width: 350px){
    .tablet_table , .order_common{
       font-size: 13px;
    }
    .order_common .order_right ul li a{
        font-size: 12px;
    }
    .order_common .order_left .profile_txt{
       margin-top: 2.2em;
    }
    .order_common .order_left .profile_txt .btn_edit_box{
       top: 0.3em;
    }
}


/* 상세페이지 공통 */

#wrapper.detail_page{
    min-width:1230px;
}
.detail_page .mini_title:before{
    display: none;
}
.detail_page .mini_title{
    display: block;
    text-align: center;
    margin-bottom: 1em;
}
.detail_page .mini_title span:before{
    display: block; content: ''; clear: both;
    position: absolute;
    left: -40px; top: 50%;
    width: 5px; height: 5px;
    margin-top: -5%;
    border: 3px solid #3683f7;
    border-radius: 50%;
}
.detail_page.text_book .mini_title span:before,
.detail_page.text_book .mini_title span:after{top: 14px; margin-top: 0;}
.detail_page .mini_title span{
    position: relative;
    font-weight: bold;
    font-size: 1.5em;
}
.detail_page .mini_title span:after{
    display: block; content: ''; clear: both;
    position: absolute;
    right: -40px; top: 50%;
    width: 5px; height: 5px;
    margin-top: -5%;
    border: 3px solid #3683f7;
    border-radius: 50%;
}

.detail_page .detail_page_top{
    width: 100%;
    margin: 5% auto;
}
.detail_page .detail_page_top .detail_page_thumb{
    float: left;
    width: 48%;
}
.detail_page .detail_page_top .detail_page_thumb .top_product_img{
    position: relative;
    padding: 37% 50%;
    /*min-width:390px;*/
    background-repeat: no-repeat;
    background-color: #f5f5f5;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
}
.detail_page .detail_page_top .detail_page_thumb .top_product_img .icon_wrap{
    position: absolute;
    width: 80px; height: 80px;
    left: 5%; top: 5%;
}
.detail_page .detail_page_top .detail_page_thumb .top_product_img .preveal{
    position: absolute;
    width: 80px; height: 80px;
    left: 3%; bottom: 8%;
    background: url(../images/application/icon_preveal.png) 50% 50% no-repeat;
    text-align: center;
    line-height: 164px;
    color: #fff;
}
.detail_page .detail_page_top .detail_page_thumb .top_product_img .preveal a{
    display: block;
    width: 80px; height: 95px;
    font-size: 0.8em;
    color:#fff;
}
.detail_page .detail_page_top .detail_page_thumb .top_product_sns{
    width: 100%;
    margin: 3% 0;
    text-align: center;
}

.detail_page .detail_page_top .top_product_summary{
    float: right;
    width: 48%;
}
.detail_page .detail_page_top .top_product_summary .icon_wrap{}
.detail_page .detail_page_top .top_product_summary .summary_content{
    margin: 2% 0 4%;
    line-height: 1.4;
}
.detail_page .detail_page_top .top_product_summary .summary_content h3{
    font-size: 2em;
    color:#222;
}
.detail_page .detail_page_top .top_product_summary .summary_content p{
    color:#666;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}
.detail_page .detail_page_top .top_product_summary .summary_content p span{
    padding: 0.3em 0 1em;
}
.detail_page .detail_page_top .top_product_summary .summary_content table{
    border-top: 1px solid #222;
    font-size: 0.9em;
}
.detail_page .detail_page_top .top_product_summary .summary_content tr{
    border-bottom: 1px solid #ddd;
}
.detail_page .detail_page_top .top_product_summary .summary_content tr:after{
    display: block; content: ''; clear: both;
}
.detail_page .detail_page_top .top_product_summary .summary_content tr th{
    position: relative;
    width: 90px;
    padding: 0.7em 0;
    font-size: 15px;
    color:#222;
    font-weight: 400;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    box-sizing:border-box;
    display: inline-block;
    vertical-align: middle;
}
.detail_page .detail_page_top .top_product_summary .summary_content tr th:after{
    display: block; content: ''; clear: both;
    position: absolute;
    right: 0; top: 50%;
    width: 1px; height: 10px;
    margin-top: -5%;
    background-color: #ddd;
}
.detail_page .detail_page_top .top_product_summary .summary_content tr td{
    width: calc(100% - 104px);
    padding: 0.7em 15px;
    /* text-indent:5%; */
    display: inline-block;
    font-size: 15px;
    color:#666;
    vertical-align: middle;
}
.detail_page .detail_page_top .top_product_summary .summary_content tr td .start_day{
    margin-left: 0;
}
.detail_page .detail_page_top .top_product_summary .summary_content tr.periodTr td{
    width: calc(100% - 264px);
}
.detail_page .detail_page_top .top_product_summary .summary_content tr.periodTr th:nth-child(3){
    width: 90px;
    font-weight: 500;
    margin-right: 0px;
}
.detail_page .detail_page_top .top_product_summary .summary_content tr.periodTr td:nth-child(4){
    width: 84px;
    font-weight: 500;
}
.detail_page .detail_page_top .top_product_summary .summary_content tr.periodTr td .courseDate{
    padding:0 8px 0 0;
    display: inline-block;
}
.detail_page .detail_page_top .top_product_summary .summary_content tr.periodTr td .service_period{
    display: inline-block;
    padding:0 10px;
}
.detail_page .detail_page_top .top_product_summary .summary_content tr.periodTr td .service_period span:first-child{
    margin-right: 10px;
}
.detail_page .detail_page_top .top_product_summary .summary_content tr.periodTr td .service_period span:last-child{}
.detail_page .detail_page_top .top_product_summary .summary_content tr.periodTr td .total_period{}
.detail_page .detail_page_top .top_product_summary .summary_content tr.periodTr td .total_period span:first-child{}
.detail_page .detail_page_top .top_product_summary .summary_content tr.periodTr td .total_period span:last-child{}
.detail_page .detail_page_top .top_product_summary .summary_content tr.total_period_tr{
    display: none;
}
.detail_page .detail_page_top .top_product_summary .summary_content tr.checked_box td span:first-child{
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}
.detail_page .detail_page_top .top_product_summary .summary_content tr.checked_box td span:last-child{
    display: inline-block;
    vertical-align: middle;
    color:#666;
}

.detail_page .detail_page_top .top_product_summary .summary_content tr.checked_box label:before ,
.join_bottom form .form_box li .input_wrap label.chkbox:before {
    width: 25px;
    height: 25px;
    left: auto;
    right: 5px;
    top: -3px;
}
.join_bottom form .form_box li .input_wrap label.chkbox:before{
    left:0;
    width: 20px;
    height: 20px;
    top: -1px;
}
.join_bottom form .form_box li .chkbox:after ,
.detail_page .detail_page_top .top_product_summary .summary_content tr.checked_box label:after ,
.join_bottom form .form_box li .input_wrap label.chkbox:after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 15px;
    height: 25px;
    top: -4px;
    left: auto;
    right: 10px;
    background: url(../images/common/icon_check.png) 50% 50% no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.join_bottom form .form_box li .chkbox:after{
    width: 10px;
    top:-5px;
    left:4px;
    right:auto;
}
.join_bottom form .form_box li .input_wrap label.chkbox:after {
    width: 12px;
    height: 25px;
    top: -3px;
    left: 4px;
    right: auto;
}
input:checked + label.chkbox:after{
    opacity: 1 !important;
}
input:checked + label#chkbox01:after{
    opacity: 1;
}
input:checked + label#chkbox02:after{
    opacity: 1;
}
.detail_page .detail_page_top .top_product_summary .summary_content tr.teacher td{}
.detail_page .detail_page_top .top_product_summary .summary_content tr.teacher td .icon_link{
    background: url(../images/application/icon_lecture_detail.png) 100% 50% no-repeat;
    padding-right: 25px;
}
.detail_page .detail_page_top .top_product_summary .summary_content tr.checked_box{
    background-color: #f3f3f3;
}
.detail_page .detail_page_top .top_product_summary .summary_content tr.checked_box td{}
.detail_page .detail_page_top .top_product_summary .summary_content tr.checked_box td .calendar_span{
    padding: 0.3em 1em;
    background-color: #fff;
}
.detail_page .detail_page_top .top_product_summary .summary_content tr.checked_box td .calendar_span:hover,.detail_page .detail_page_top .top_product_summary .summary_content tr.checked_box td .calendar_span+img:hover{
    cursor:pointer;
}
.detail_page .detail_page_top .top_product_summary .summary_content tr.checked_box td .calendar_span+img{
    width:5.5%;
    min-width:24px;
}
.detail_page .detail_page_top .top_product_summary .summary_content tr.checked_box label{
    display: block;
    text-indent: 6%;
    margin-bottom: 0;
    line-height: 1.5;
}
.detail_page .detail_page_top .top_product_summary .summary_content tfoot tr{
    border-bottom: none;
}
.detail_page .detail_page_top .top_product_summary .summary_content tfoot tr th{display: none;}
.detail_page .detail_page_top .top_product_summary .summary_content tfoot tr th:after{
    display: none;
}
.detail_page .detail_page_top .top_product_summary .summary_content tfoot tr td{
    text-align: right;
    width: 100%;
}
.detail_page .detail_page_top .top_product_summary .summary_content tfoot tr td p{
    font-size: 1.4em;
    color:#222;
    font-weight: 500;
}
.detail_page .detail_page_top .top_product_summary .summary_content tfoot tr td p strong{
    padding-left: 4%;
    padding-right: 2%;
    font-size: 1.3em;
}
.detail_page .detail_page_top .top_product_summary .summary_content tfoot tr td p span{
    font-size: 0.9em;
}
.detail_page .detail_page_top .top_product_summary .summary_content .ok_box{
    width: 94%;
    margin-bottom: 2em;
}
.detail_page .detail_page_top .top_product_summary .summary_content .ok_box .cart{
    padding: 1.7em 0;
}

.detail_page .detail_page_middle{
    width: 60%;
    min-width: 1230px;
    margin:  0 auto 5%;
}

.detail_page .detail_page_middle.sub_detail_page_middle{
    width: 100%;
}
.detail_page .detail_page_middle.sub_detail_page_middle .lecture_list ul li p .fr{
    width: 15%;
    text-align: center;
}
tr.detail_page .detail_page_middle.sub_detail_page_middle .lecture_list.package_list ul li .lec_con{
    right: 22%;
}

.detail_page .detail_page_middle .lecture_intro{
    margin-bottom: 8%;
}
.detail_page .detail_page_middle .lecture_intro .text_box{
    width: 100%;
    margin: 3% 0;
    padding: 3% 10%;
    background-color: #fff4db;
}
.detail_page .detail_page_middle .lecture_intro .text_box p{
    word-break:keep-all;
    line-height: 1.7;
}
.detail_page .detail_page_middle .lecture_list{}
.detail_page .detail_page_middle .lecture_list ul{
    margin-top: 2em;
    border-top: 1px solid #999999;
}
.detail_page .detail_page_middle .lecture_list ul li{
    position: relative;
    border-bottom: 1px solid #dddddd;
    padding: 1%;
    font-size: 0.95em;
}
.detail_page .detail_page_middle .lecture_list ul li .left_txt>p{
    float: left;
    width : calc(95% - 55px);
    margin-left: 1%;
    text-align: left;
    line-height: 2.4;
}
.detail_page .detail_page_middle .lecture_list ul li .left_txt{
    float: left;
    width: calc(100% - 90px);
}
.detail_page .detail_page_middle .lecture_list ul li .right_txt{
    float: right;
    width: 90px;
    line-height: 2.2;
    padding-right: 3%;
    text-align: center;
}
.detail_page .detail_page_middle .lecture_list ul li:after{
    display: block; content: ''; clear: both;
}
.detail_page .detail_page_middle .lecture_list ul li>span{
    float: left;
    display: block;
    width: 55px; height: 35px;
    border: 1px solid #ddd;
    border-radius: 70px;
    background-color: #f5f5f5;
    text-align: center;
    color: #222;
    line-height: 35px;
}
.detail_page .detail_page_middle .lecture_list ul li .left_txt p{
    float: right;
    width : calc(98% - 55px);
    margin-left: 2%;
    text-align: left;
    line-height: 2.4;
}
.detail_page .detail_page_middle .lecture_list ul li .left_txt>span{
    width: 40px; height: 33px;
    line-height: 33px;
}
.detail_page .detail_page_middle .lecture_list ul li p{
    float: right;
    width: calc(98% - 60px);
    margin-left: 2%;
    line-height: 2.2;
}
.detail_page .detail_page_middle .lecture_list ul li p .fl{
    width: calc(100% - 104px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.detail_page .detail_page_middle .lecture_list ul li p .fr{
    width: 100px;
    text-align: right;
}
.detail_page .detail_page_middle .detail_page_top .detail_page_thumb .top_product_img{
    padding: 8.8em 50%;
    -webkit-background-size: 40%;
    background-size: 40%;
}
.detail_page .detail_page_middle .detail_page_top .detail_page_thumb{
    width: 38%;
    margin-left: 7%;
}
.detail_page .detail_page_middle .detail_page_top .mini_title{
    padding-bottom: 2.5em;
    margin-bottom: 2em;
    border-bottom: 1px solid #ddd;
}
.detail_page .detail_page_middle .detail_page_top .top_product_summary .summary_content{
    margin-top: 0;
}
.detail_page .detail_page_middle .detail_page_top .top_product_summary .summary_content h3{
    margin-bottom: 1em;
    font-size: 1.5em;
}
.detail_page .detail_page_middle .detail_page_top .top_product_summary{
    width: 38%;
    margin-right: 10%;
}

.detail_page .detail_page_bottom{
    width:100%;
    padding:2em 0 4em;
    background:#f3f3f3;
}
.detail_page.review_list .detail_page_bottom{
    margin:2em 0 4em;
    padding:0;
}
.detail_page .detail_page_bottom .mini_title{
    margin-bottom: 4em;   
    position: relative;
}
.detail_page .detail_page_bottom .mini_title .plus{
    display: block;
    position: absolute;
    width: 4%; height: 30px;
    min-width:18px;
    right: 0; top: 0;
    background: url(../images/application/icon_plus_gray.png) 0% 0% no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.detail_page .detail_page_bottom .lecture_epilogue{
    width:100%;
    max-width:1230px;
    padding:0 15px;
    margin:0 auto;
}
.detail_page .detail_page_bottom .lecture_epilogue .containRow{
    display:inline-block;
    width:100%;
    padding: 0;
}

.detail_page .detail_page_bottom .lecture_epilogue .box{
    position: relative;
    padding:2.2em 3em 1.5em;
    border: 0px solid #ff5a7a;
    background:#fff;
}
.detail_page .detail_page_bottom .lecture_epilogue .box:before{
    display: block; content: ''; clear: both;
    position: absolute;
    z-index:0;
    width: 100%; height: 100%;
    left: -4px; top: -4px;
    opacity : 0;
    border: 4px solid #ff5a7a;
    transition: 0.3s;
}
.detail_page .detail_page_bottom .lecture_epilogue .box:hover:before{
    opacity:1;
}
.detail_page .detail_page_bottom .lecture_epilogue .box .box-wrap{
    width: 100%;
    margin:auto;
    text-align:center;
}
.detail_page .detail_page_bottom .lecture_epilogue .box .box-wrap .ratingArea{
    margin-bottom:1.8em;
    text-align:center;
}
.detail_page .detail_page_bottom .lecture_epilogue .box .box-wrap .ratingArea img{
    max-width:145px;
}
.detail_page .detail_page_bottom .lecture_epilogue .box .box-wrap .subject{
    line-height: 1.8;
    margin-bottom: 19px;
}
.detail_page .detail_page_bottom .lecture_epilogue .box .box-wrap .contents{
    height:7.6em;  
    margin-bottom:1.6em;
    line-height:1.5; 
    white-space: normal;
}
.detail_page .detail_page_bottom .lecture_epilogue .box .box-wrap .lecture{
    margin: 0 0 1em;
    padding-top: 1.5em;
    height: 3em;
    border-top: 1px dashed #ddd;
}
.detail_page .detail_page_bottom .lecture_epilogue .box .box-wrap ul{
    display:inline-block;
}
/*.detail_page .detail_page_bottom .lecture_epilogue .box .box-wrap ul li{
    float:left;
    position:relative;
    padding:0 1em;
    font-size:1em;
    color:#999;
}
.detail_page .detail_page_bottom .lecture_epilogue .box .box-wrap ul li:after{
    position:absolute;
    right:0; top:4px;
    width:1px;
    height:12px;
    background:#cdd0d4;
    content:'';
}
.detail_page .detail_page_bottom .lecture_epilogue .box .box-wrap ul li:last-child:after{
    display:none;
}*/
tr.detail_page{
    display: none;
    visibility: hidden;
    opacity:0;
    transition:0.2s;
}
tr.detail_page.on{
    display: table-row;
    visibility: visible;
    opacity:1;
}
tr.detail_page .detail_page_middle .lecture_list ul{
    margin-top: 0;
    border-top: none;
}
.present_condition_bottom .common_table tr th.wide_td{
    width: 35%;
}
.present_condition_bottom .common_table tr td.wide_td .small_btn{
    float: right;
    width: 20% !important;
    margin-right: 1.5em;
}
.present_condition_bottom .common_table tr td.wide_td span{
    float: left;
    display: inline;
}
.present_condition_bottom .common_table tr td .restart_p{
    background-color: #f4ecf9;
    color: #555;
    padding: 0 0.7em;
    height: 37px;
    display: inline-block;
    width:auto;
    line-height:37px;
    border-radius:0;
    font-weight: 400;
}
.present_condition_bottom .common_table tbody td.detail_page_middle{
    padding:0;
}
.present_condition_bottom .common_table tbody td.txt_td span{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius:50%;
    text-align: center;
    font-size: 12px !important;
    font-weight: 400 !important;
}
.present_condition_bottom .detail_condition li .txt_td{
    display:inline-block;
    margin-top:11px;
}
.present_condition_bottom .detail_condition li .txt_td span{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius:50%;
    text-align: center;
    font-weight: 400 !important;
    font-size: 12px !important;
}
tr.detail_page .detail_page_middle .lecture_list ul li{
    position: relative;
    padding: 0;
    height: 45px;
    padding-left: 3em;
    line-height: 45px;
}
tr.detail_page .detail_page_middle .lecture_list ul li p{
    height: 45px;
    line-height: 45px;
}
tr.detail_page .detail_page_middle .lecture_list ul li a{padding:0;}
tr.detail_page .detail_page_middle .lecture_list.package_list ul li>span{
    width: 34px;
    height: 27px;
    margin-top: 9px;
    line-height: 27px
}
tr.detail_page .detail_page_middle .lecture_list.package_list ul li a{
    position: relative;
}
tr.detail_page .detail_page_middle .lecture_list.package_list ul li .lec_con{
    position: absolute;
    right: 25%; top:0;
    margin-right: 0;
}
tr.detail_page .detail_page_middle .lecture_list ul li:last-child{
    border-bottom: none;
}
tr.detail_page .detail_page_middle .lecture_list.package_list ul li a.icon_file{
    position: absolute;
    width: 16px;
    height: 20px;
    right: 54.24%;
    z-index: 5;
    top: 50%;
    margin-top: -10px;
}



.selectNum{
    background-color: #f9f9f9;
    color: #666;
    border: 1px solid #ddd;
}
.number_sel{
    position: relative;
    padding: 1em 0;
    margin-top: 1em;
}
.number_sel .w100 p{
    display: inline;
}
.number_sel p.w20{
    text-indent: 3%;
}
.number_sel p.w80{
    padding-left: 5%;
}
.number_sel .w100 p span{
    float: left;
    display: block;
    width: 20px; height: 20px;
    line-height: 0.8;
    text-indent: 0;
    margin-right: 2%;
    text-align: center;
}
.number_sel p span.minus,.number_sel p span.plus{
    line-height: 0.5;
}
.number_sel p span.minus:hover,.number_sel p span.plus:hover{
    cursor:pointer;
}
.number_sel .price_sel{
    position: absolute;
    right: 0; bottom: 0.75em;
    padding-right: 3%;
}
.number_sel .price_sel{
    font-size: 1.1em;
    font-weight: 500;
    color:#333 !important;
}
.number_sel .price_sel strong{
    font-size: 1.3em;
    padding: 0 3px 0 5px;
}
.number_sel .price_sel span{
    font-size: 0.9em;
    font-weight: 400;
}

@media screen and (max-width:1230px) {
    .detail_page .detail_page_middle .lecture_list ul li .right_txt{
        line-height:2.4;
    }   
}

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

    #wrapper.detail_page{
        min-width:0px;
        width:90%;
    }
    .detail_page .detail_page_top .top_product_summary{
       width: 40%;
    }
    .detail_page .detail_page_top .detail_page_thumb{
       width: 55%;
       min-height: 375px;
    }
    .detail_page .detail_page_top, .detail_page .detail_page_middle{
       min-width:0;
       width: 100%;
    }
    .detail_page .detail_page_top.text_book{
       width: 100%;
    }
    .detail_page .detail_page_middle .detail_page_top .detail_page_thumb{
        margin-left: 5%;
    }
    .detail_page .detail_page_middle .detail_page_top .top_product_summary{
        width: 38%;
        margin-right: 5%;
    }
    .detail_page .detail_page_bottom .lecture_epilogue .containRow .col_box {
       display: none;
       width: 49%;
       float:none;
       margin-bottom: 3%;
    }
    .detail_page .detail_page_bottom .lecture_epilogue .containRow .col_box:nth-child(1) ,.detail_page .detail_page_bottom .lecture_epilogue .containRow .col_box:nth-child(2) {
        display: inline-block;
    }
    .detail_page .detail_page_bottom .lecture_epilogue .box .box-wrap ul li{padding: 0 0.5em;}
    .detail_page .detail_page_bottom .lecture_epilogue .box .box-wrap .idate li:after{right:0em;}
    .number_sel .price_sel{
        position: static;
        text-indent: 3%;
    }
    .detail_page .detail_page_top .top_product_summary .summary_content tr.checked_box td span.pinkColor{
        display: block;
        margin-top: 0.65em;
        font-size: 0.95em;
    }



    .detail_page .detail_page_top .top_product_summary .summary_content tr.periodTr td{
        width: calc(100% - 104px);
    }
    .detail_page .detail_page_top .top_product_summary .summary_content tr.periodTr .total_period{
        display: none;
    }
    .detail_page .detail_page_top .top_product_summary .summary_content tr.total_period_tr{
        display: block;
    }
    .detail_page .detail_page_top .top_product_summary .summary_content tr.total_period_tr th{
        width: 90px;
        font-weight: 500;
        float: left;
    }
    .detail_page .detail_page_top .top_product_summary .summary_content tr.total_period_tr td{
        font-weight: 500;
        width: calc(100% - 90px);
    }

}

@media screen and (max-width: 990px) {
    /*.detail_page .detail_page_top .top_product_summary .summary_content tr th{
        width: 25%;
    }
    .detail_page .detail_page_top .top_product_summary .summary_content tr td{
        width: 75%;
    }*/
    .detail_page .detail_page_top .top_product_summary .summary_content{
        font-size: 15px;
    }
    .detail_page .detail_page_bottom{
        width:100%;
        padding:2em 0 0;
        background:#f3f3f3;
    }
    .detail_page.review_list .detail_page_bottom{
        margin:0em 0 2em;
        padding:0;
    }
    .detail_page .detail_page_bottom .lecture_epilogue{padding:0em 5% 2em;}
    .detail_page .detail_page_bottom .mini_title{margin-top: 0;}
    .detail_page .detail_page_bottom .lecture_epilogue .row .col-33{width:50%;padding-bottom:10px; display: inline-block; margin-bottom: 0; /*display: none;*/}
    .detail_page .detail_page_bottom .lecture_epilogue .row .col-33:nth-child(2n+1){padding-right: 5px; padding-left: 15px;}
    .detail_page .detail_page_bottom .lecture_epilogue .row .col-33:nth-child(2n+2){padding-left: 5px; padding-right: 15px;}
    .detail_page.review_list .detail_page_bottom .lecture_epilogue .row .col-33:nth-child(2n+1){padding-left: 0px;}
    .detail_page.review_list .detail_page_bottom .lecture_epilogue .row .col-33:nth-child(2n+2){padding-right: 0px;}
    .detail_page .detail_page_bottom .lecture_epilogue .box{font-size: 15px;}
    .detail_page .detail_page_bottom .lecture_epilogue .box .box-wrap{width: 100%; margin:auto; padding: 0 10px;}
    .detail_page .detail_page_bottom .lecture_epilogue .box .box-wrap ul{display:inline-block;}
    .detail_page .detail_page_bottom .lecture_epilogue .box .box-wrap ul li{color:#999;position:relative;float:left;}
    .detail_page .detail_page_bottom .lecture_epilogue .box .box-wrap ul li:after{content:'';width:1px;height:12px;background:#cdd0d4; position:absolute;right:0;top:4px}
    .detail_page .detail_page_bottom .lecture_epilogue .box .box-wrap ul li:last-child:after{display:none;}

    .detail_page .detail_page_top .detail_page_thumb{
        width: 50%;
    }
    .detail_page .detail_page_top .top_product_summary{
        width: 45%;
    }
    .detail_page .detail_page_top .top_product_summary .summary_content tr th{
        width: 90px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .detail_page .detail_page_top .top_product_summary .summary_content tr td{
        width: calc(100% - 98px);
        padding:0.7em 15px;
    }
    .detail_page .detail_page_top .top_product_summary .summary_content tr.periodTr th{
        padding-left: 15px;
        padding-right: 15px;
        width: 90px;
    }
    .detail_page .detail_page_top .top_product_summary .summary_content tr.periodTr td{
        width: calc(100% - 94px);
        padding: 0.7em 15px;
    }
    .detail_page .detail_page_top .top_product_summary .summary_content tr.periodTr td .courseDate{
        padding-right: 5px;
    }
    .detail_page .detail_page_top .top_product_summary .summary_content tr.periodTr .total_period{
        display: none;
    }
    .detail_page .detail_page_top .top_product_summary .summary_content tr.total_period_tr{
        display: block;
    }
    .detail_page .detail_page_top .top_product_summary .summary_content tr.total_period_tr th{
        padding-left: 15px;
        padding-right: 15px;
        width: 90px;
    }
    .detail_page .detail_page_top .top_product_summary .summary_content tr.total_period_tr td{
        width: calc(100% - 90px);
        padding:0.7em 15px;
    }

}

@media screen and (max-width: 780px) {
    .detail_page .detail_page_bottom .lecture_epilogue .box .box-wrap .contents{
        height:7.3em;
    }
    .detail_page .detail_page_top .top_product_summary, .detail_page .detail_page_top .detail_page_thumb{
       float:none;
       width: 100%;
       min-height: 0;
       margin-bottom: 2em;
    }
    .detail_page .detail_page_top .detail_page_thumb .top_product_img{
       min-height: 0;
       min-width: 0;
    }
    .detail_page .detail_page_top .top_product_summary{
        border-top: 1px solid #ddd;
        padding-top: 1em;
    }
    .detail_page .detail_page_middle .detail_page_top{
        width: 100%;
    }
    .detail_page .detail_page_middle .detail_page_top .detail_page_thumb,.detail_page .detail_page_middle .detail_page_top .top_product_summary{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .detail_page .detail_page_middle .detail_page_top .detail_page_thumb .top_product_img{
        -webkit-background-size: 10em;
        background-size: 10em;
    }
    .detail_page .detail_page_top .top_product_summary .icon_wrap img{
        width: 2.3em;
    }
    .detail_page .detail_page_top .top_product_summary .summary_content h3{
        font-size: 1.7em;
    }
    .detail_page .detail_page_top .top_product_summary .number_sel{
        padding-bottom: 1em;
    }
    .detail_page .detail_page_top .ok_box{
        margin-top: 0;
    }    
    .detail_page .detail_page_middle .lecture_list ul li span{
        width: 48px; height: 30px;
        line-height: 30px;
    }
    .detail_page .detail_page_middle .lecture_list ul li p span{
        width: auto;
    }
    .detail_page .detail_page_bottom .lecture_epilogue .box{padding:1.7em 1em;}
    
    .detail_page .detail_page_bottom .lecture_epilogue .section{padding:0 15px;}
    .detail_page .detail_page_bottom .lecture_epilogue .box .box-wrap .subject{font-size: 1.4em; line-height: 1.5; margin-bottom: 1em; height:2em;}
    .detail_page .detail_page_bottom .lecture_epilogue .box .box-wrap ul{font-size: 13px;} 
    .detail_page .detail_page_bottom .lecture_epilogue .box .box-wrap ul li{padding: 0 7px;}
    .detail_page .detail_page_bottom .lecture_epilogue .box .box-wrap ul li:after{height: 8px;}
    .detail_page .detail_page_middle .lecture_list ul li .left_txt p{
        margin-left: 5%;
        width: calc(95% - 55px)
    }
}

@media screen and (max-width:700px) {
    .detail_page .detail_page_bottom .lecture_epilogue .box{font-size: 14px;}
    .start_day{float:none; margin-left: 0; padding-left: 0;}
    .ui-datepicker-trigger{float:none !important;}
    .detail_page .detail_page_top .top_product_summary .summary_content tr.checked_box td span.pinkColor{
        float:none;
        width:100%;
        margin-left: 0;
    }
}

@media screen and (max-width: 550px) {
    .detail_page .detail_page_bottom .lecture_epilogue .box{font-size: 12px;}
    .detail_page .detail_page_bottom .lecture_epilogue .box .box-wrap{padding:0;}
    .detail_page .detail_page_bottom .lecture_epilogue .box .box-wrap ul li{padding: 0 5px;}
    .detail_page .detail_page_bottom .lecture_epilogue .box .box-wrap ul li:after{height: 5px;}
    .detail_page .detail_page_bottom .lecture_epilogue .box .box-wrap .subject{height: 1.5em; margin-bottom: 0.5em;}
    .detail_page .detail_page_bottom .lecture_epilogue .box .box-wrap .contents{height: 6.0em; margin-bottom: 1em;}
    .detail_page .detail_page_bottom .lecture_epilogue .box .box-wrap .ratingArea{margin-bottom: 1em;}
    .detail_page .detail_page_bottom .lecture_epilogue .box .box-wrap .lecture{height: 2.8em; padding-top: 1.5em; margin:0 0 0.5em;}
}

@media screen and (max-width: 460px) {
    .detail_page .detail_page_bottom .lecture_epilogue .box .box-wrap ul{font-size: 11px;} 
    .detail_page .detail_page_bottom .lecture_epilogue .box .box-wrap .ratingArea img{width: 60%;}
    .detail_page .detail_page_bottom .lecture_epilogue .box .box-wrap .subject{font-size: 1.3em;}
    .detail_page .detail_page_top .top_product_summary, .detail_page .detail_page_top .detail_page_thumb{
       float:none;
       width: 100%;
    }
    .detail_page .detail_page_top .top_product_summary .summary_content tr.checked_box label{
        text-indent: 7%;
    }
    .detail_page .detail_page_middle .lecture_intro,.detail_page .detail_page_middle{
        margin-bottom: 20%;
    }
    .detail_page .detail_page_top .top_product_summary{
        margin-bottom: 4em;
    }
    /*.detail_page .detail_page_top .top_product_summary .summary_content tr th{
        width: 25%;
    }
    .detail_page .detail_page_top .top_product_summary .summary_content tr td{
        width: 75%;
    }*/
    .detail_page .detail_page_top .top_product_summary .summary_content tr.checked_box label:before{
        width: 22px; height: 22px;
    }
    .detail_page .detail_page_top .top_product_summary .summary_content tr.checked_box label:after{
        width: 12px;
    }
    .review_list.detail_page .detail_page_bottom .row .col-33 .box{padding:15px 5px;}
    .detail_page .detail_page_bottom .lecture_epilogue .box .box-wrap ul li{font-size: 12px;}
}

@media screen and (max-width: 375px) {
    .detail_page .detail_page_middle .lecture_list ul li span{
        width: 43px; height: 25px;
        line-height: 25px;
        font-size: 0.9em;
    }
}

/* 수강신청 > 단과강의 > 이론강의 공통 */

.subVisual01{
    display:table;
    width: 100%;
    height: 267px;
    background-position: 0 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.subVisual_m{display: none;}
.subVisual01 h2:before{
    display: block; content: ''; clear: both;
    width: 42px;
    height: 4px;
    margin: 0 auto 0.4em;
    background-color: #fff;
    border-radius: 15px;
}
.subVisual01 h2{
    display:table-cell;
    vertical-align:middle;
    color:#fff;
    text-align: center;
    font-size: 37px;
    font-weight: 500;
}
.subVisual01 h2 p{
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    margin-top: 1em;
}
p.ex_p{
    line-height: 25px;
    color: #333;
    font-size: 17px;
    word-break: keep-all;
    margin: 0px auto 30px;
    text-align: center;
}

@media screen and (max-width:768px) {
    .subVisual01{height: 200px;}
    .subVisual_m{display: block; position: absolute; z-index: 10;}
    .subVisual01 h2{font-size: 34px; display: none;}
    .subVisual01{
        position: relative;
        display:table;
        width: 100%;
        height: 267px;
        background-position: 0 0;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .subVisual_m h2{display: table-cell;}
    p.ex_p{padding:0 15px;}
    p.ex_p{font-size: 15px;}
}

/* 박스형태 리스트 공통 클래스 */

.list_box_comment{
    color:#666666;
    height: 24px;
    font-size: 16px;
    margin: 4px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list_box_title{
    display: block;
    height: 36px;
    margin-left: auto;
    margin-right: auto;    
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 24px;
    font-weight: 500;
    color: #222222;
}
.list_box_name{
    color:#3683f7;
    font-size: 16px;
}
.list_box_price{
    font-size: 21px;
    height: 28px;
    font-weight: 600;
}
.list_box_price_won{
    display: inline-block;
    margin-left: 2%;
    font-size: 17px;
    line-height: 2;
    color: #222222;
}

@media screen and (max-width:1300px) {
    .list_box_title{font-size: 22px;}
    .list_box_comment{font-size: 15px;}
    .list_box_name{font-size: 15px;}
    .list_box_price{font-size: 20px;}
    .list_box_price_won{font-size: 16px;}
}

@media screen and (max-width:480px) {
    .list_box_title{height: 30px; font-size: 19px;}
    .list_box_comment{font-size: 13px; height: 18px;}
    .list_box_name{font-size: 13px;}
    .list_box_price{font-size: 17px;}
    .list_box_price_won{font-size: 14px;}
}

@media screen and (max-width:360px) {
    .list_box_title{font-size: 18px;}
    .list_box_comment{font-size: 12px; margin: 0px 0;}
    .list_box_name{font-size: 12px;}
    .list_box_price{font-size: 16px;}
    .list_box_price_won{font-size: 13px;}    
}


/* 수강신청 > 단과강의 > 이론강의 리스트 */

.theory_lecture_wrap .Atheory_tab_wrap{
    border-bottom: 1px solid #dbdddc;
    margin-bottom: 4.5em;
}
.theory_lecture_wrap .Atheory_tab_wrap ul{
    width: 41%;
    margin:auto;
}
.theory_lecture_wrap .Atheory_tab_wrap ul li:first-child{
    border-left: 1px solid #dbdddc;
}
.theory_lecture_wrap .Atheory_tab_wrap ul li{
    width: 33.333%;
    float: left;
    border-right: 1px solid #dbdddc;
}
.theory_lecture_wrap .Atheory_tab_wrap ul li a{
    display: block;
    padding: 1em 0;
    text-align: center;
    font-size: 1em;
    color:#333;
    font-weight: 400;
    background-color: #fff;
}
.theory_lecture_wrap .Atheory_tab_wrap ul li.on a{
    color:#fff;
    background-color: #3683f7;
}
.theory_lecture_wrap .Atheory_tab_sub{
    width: 100%;
}
.theory_lecture_wrap .Atheory_tab_sub ul{
    width: 17%; 
    margin:auto;
}
.theory_lecture_wrap .Atheory_tab_sub ul li{
    float: left;
    position: relative;
    width: 50%;
    text-align: center;
}
.theory_lecture_wrap .Atheory_tab_sub ul li:after{
    display: block; content: '' ; clear: both;
    position: absolute; right: 0; top: 5px;
    width: 1px; height: 10px;
    background-color: #ddd;
}
.theory_lecture_wrap .Atheory_tab_sub ul li:last-child:after{display: none;}
.theory_lecture_wrap .Atheory_tab_sub ul li a{font-weight: 500; font-size: 1.1em; }
.theory_lecture_wrap .Atheory_tab_sub ul li.on a{
    border-bottom: 2px solid #3683f7;
    color: #3683f7;
    padding-bottom: 3px;
}

.theory_lecture_wrap .theory_lecture{}
.theory_lecture_wrap .theory_lecture ul{}
.theory_lecture_wrap .theory_lecture>ul>li{
    float: left;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 3%;
    border-bottom: 2px solid #3683f7;
}
.theory_lecture_wrap .theory_lecture>ul>li:nth-child(4n+4){
    margin-right: 0;
}
.theory_lecture_wrap .theory_lecture>ul>li a{
    display: block;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}
.theory_lecture_wrap .theory_lecture>ul>li a .content_top{
    position: relative;
    padding: 32% 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.theory_lecture_wrap .theory_lecture>ul>li a .content_top .content_hover:before{opacity:0; visibility:hidden; display: block; content: ''; clear: both; position: absolute; border-radius:50%; z-index:1; left:50%; top:50%; width: 64px; height: 64px; margin-left:-32px; margin-top:-32px; background-color: #ff5a7a;transition:0.4s;}
.theory_lecture_wrap .theory_lecture>ul>li a .content_top .content_hover{
    opacity: 0;
    position: absolute;
    left: 0%; top: 0%;
    width: 100%; height: 100%;
    z-index:3;
    background: rgba(0,0,0,0.5);
    transition:0.4s;
}
.theory_lecture_wrap .theory_lecture>ul>li a .content_top .content_hover:after{opacity:0; visibility:hidden; display: block; content: ''; clear: both; position: absolute; border-radius:50%; z-index:2; left:50%; top:50%; width: 64px; height: 64px; margin-left:-32px; margin-top:-32px; background: url(../images/common/icon_plus.png) 50% 50% no-repeat;transition:0.4s;}
.theory_lecture_wrap .theory_lecture>ul>li a:hover .content_top .content_hover:before , .theory_lecture_wrap .theory_lecture>ul>li a:hover .content_top .content_hover:after{
    opacity:1; visibility:visible;
}
.theory_lecture_wrap .theory_lecture>ul>li a:hover .content_top .content_hover{
    opacity:1;
}
.theory_lecture_wrap .theory_lecture>ul>li a .content_bottom{
    padding: 12% 1em;
    text-align: center;
    line-height: 1.5;
}
.theory_lecture_wrap .theory_lecture>ul>li a .content_bottom .price{
    margin-top: 1em;
}




@media screen and (max-width:1400px) {
    .theory_lecture_wrap .Atheory_tab_wrap ul{
       width: 70%;
    }
    .theory_lecture_wrap .Atheory_tab_sub ul{
       width: 40%;
    }
}

@media screen and (max-width:1300px) {
    .theory_lecture_wrap{
       font-size: 15px;
    }
}

@media screen and (max-width:900px) {
    .theory_lecture_wrap .subVisual01 h2:before{
       width: 44px;
       height: 3px;
       margin-bottom: 2%;
    }
    .theory_lecture_wrap .Atheory_tab_sub ul{
       width: 60%;
    }
}

@media screen and (max-width:780px) {
    .theory_lecture_wrap .theory_lecture>ul>li{
       width: 49%;
       margin-right: 2%;
    }
    .theory_lecture_wrap .theory_lecture>ul>li:nth-child(4n+4){
       margin-right: 2%;
    }
    .theory_lecture_wrap .theory_lecture>ul>li:nth-child(2n+2){
       margin-right: 0;
    }
}

@media screen and (max-width:600px) {
    .theory_lecture_wrap .Atheory_tab_wrap ul{
       width: 100%;
    }
    .theory_lecture_wrap .subVisual01{
       padding: 0% 0;
    }
    .theory_lecture_wrap .Atheory_tab_sub ul{
        width: 80%;
    }
}

@media screen and (max-width:480px) {
    .theory_lecture_wrap .subVisual01{
       padding: 0% 0;
       font-size: 13px;
    }
    .theory_lecture_wrap .Atheory_tab_sub ul{
        width: 100%;
    }
    .theory_lecture_wrap .theory_lecture>ul>li{
        font-size: 14px;
    }
    .theory_lecture_wrap .theory_lecture>ul>li a .content_bottom{
        font-size: 13px;
    }
    .theory_lecture_wrap .theory_lecture>ul>li a .content_bottom .icon img{
        width:2.4em
    }
}

@media screen and (max-width:360px) {
    .theory_lecture_wrap .Atheory_tab_sub ul{
        font-size: 14px;
    }
    .theory_lecture_wrap .theory_lecture>ul>li{
        font-size: 13px;
    }
     .theory_lecture_wrap .theory_lecture>ul>li a .content_bottom{
        font-size: 12px;
    }
}


/* 기타페이지 > 장바구니 */

.cart_bottom{}
.cart_bottom .cart_form{}
.cart_bottom .cart_form table{}
.cart_bottom .cart_form table thead{
    border-top: 1px solid #3683f7;
    border-bottom: 1px solid #3683f7;
}
.cart_bottom .cart_form table thead th{
    font-size: 0.8em;
    text-indent: 0 !important;
}
.cart_bottom .cart_form table thead th:first-child{
    padding-left: 3% !important;
}
.cart_bottom .cart_form table tbody{
    border-bottom: 1px solid #999;
}
.cart_bottom .cart_form table tr{}
.cart_bottom .cart_form table tbody tr{
    border-bottom: 1px solid #ddd;
}
.cart_bottom .cart_form table tbody tr .img_box{
    position: relative;
}
.cart_bottom .cart_form table tbody tr .img_box div{
    position: absolute;
    left: 21%; top: 20%;
    width: 50%; height: 60%;
    border: 1px solid #ddd;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: contain;
    background-size: contain;
}
.cart_bottom .cart_form table tbody tr td.tal{text-indent:0;}
.cart_bottom .cart_form table tbody tr td.tar{padding-right: 5%;}
.cart_bottom .cart_form table tbody tr td:nth-child(2) span{padding-left: 0%;font-size: 0.95em;}
.cart_bottom .cart_form table tbody tr td:nth-child(2) em{padding-left: 0%;font-weight: 500; font-size: 1.05em;}
.cart_bottom .cart_form table tbody tr:last-child{
    border-bottom: none;
}
.cart_bottom .cart_form table tr th{
    padding: 1em 0;
    text-align: center;
}
.cart_bottom .cart_form table tr td{
    padding: 2.5em 0;
    text-align: center;
    line-height: 1.5;
}
.cart_bottom .cart_form table tr input{}
.explanation{
    margin: 1em 0 1.5em;
    line-height: 1.4;
}
.cart_bottom .cart_form .price{}
.cart_bottom .cart_form .price ul{}
.cart_bottom .cart_form .price ul li{
    float: left;
    width: 49%;
    border:2px solid #ddd;
}
.cart_bottom .cart_form .price ul li:nth-child(2){
    float: right;
    border: 2px solid #dd0449;
}
.cart_bottom .cart_form .price ul li:nth-child(1) div em{
    color: #666;
    font-weight: 400;
}
.cart_bottom .cart_form .price ul li div strong{
    float: right;
}
.cart_bottom .cart_form .price ul li div{
    display: block;
    padding: 1em;
}
.cart_bottom .cart_form .price ul li div em{}
.cart_bottom .cart_form .price ul li:nth-child(2) div strong span{
    color:#222;
    padding-left: 5px;
}
.cart_bottom .cart_form .price ul li div span{}

.cart_bottom .cart_form tr label:before {
    display: block;
    position: static;
    width: 25px;
    height: 25px;
}

@media screen and (max-width:768px){
    .cart_bottom .cart_form .price ul li{
        float:none;
        width:100%;
        margin-bottom: 10px;
    }
}

#div01 ul li .mobile_block.price_box{position: relative;}
label#delbox01:before ,label#delbox02:before {
    top: -1px;
    left:auto;
    right:0;
}
label#delbox01:after ,label#delbox02:after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 15px;
    height: 25px;
    top: -5px;
    left: auto;
    right:1px;
    background: url(../images/common/icon_check.png) 50% 50% no-repeat;
    -webkit-background-size: 70%;
    background-size: 70%;
}
input:checked + label#delbox01:after{
    opacity: 1;
}
input:checked + label#delbox02:after{
    opacity: 1;
}

#div01 {
    border: 1px solid #999;
}
#div01 .title_p {
    border-bottom: 1px solid #ddd;
    font-size: 0.8em;
    padding: 1em 1em 1em 2em;
    color:#555;
    line-height:normal;
}
#div01 .title_p span{
    display: inline-block;
    height: 25px;
    line-height:normal;
}
#div01 .title_p span a.b_list_btn{
    display: inline-block;
    width: 67px;
    height: 25px;
    line-height: 23px;
    font-size: 12px;
    color: #fff;
    border: 1px solid #ff5a7a;
    background-color: #ff5a7a;
    text-align: center;
    cursor: pointer;
    margin-left: 10px;
}
#div01 .title_p .btn_deliv{
    right:2.5em; padding:0.5em 1em; margin-top:-0.6em;
}

#div01 .title_p span.fi_span{
    width: 140px;
}
#div01 .title_p span.sn_span,
#div01 .title_p span.td_span {
    width: 200px;
}
#div01 .title_p span.th_span {
    width: calc(100% - 540px);
    padding-right: 0.6em;
}

#div01 ul {
}
#div01 ul li {
    margin: 0 1em;
    padding: 1em 0em;
    border-bottom: 1px solid #ddd;
}
#div01 ul li h4 {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.4;
    padding: 1em 0;
}
#div01 ul li p.fl {
    display:table;
    padding: 1.3em 0 0.9em;
    vertical-align:top;
    font-size: 0.9em;
}
#div01.order_new_class ul li p.fl span{
    display:inline;
    padding-right: 5px;
    line-height:normal;
    vertical-align:baseline;
}
#div01 ul li.order_detail_css p.fl span{
    display:inline;
}
#div01 ul li p.fl span.pinkColor{
    text-indent: 30%;
}
#div01 ul li p.start_d.fl span{
    text-align: left;
}
#div01 ul li p.start_d.fl span:first-child{
    text-align: right;
    vertical-align:top;
}
#div01 ul li p.start_d.fl span:first-child img{
    padding-right: 2.8%;
    margin-right: 0%;
    box-sizing:border-box;
    vertical-align: middle;
    margin-top: -2px;
}
#div01 ul li p.start_d.fl span:nth-child(2){
    padding-left: 6%;
    box-sizing:border-box;
}
#div01 ul li p.start_d{padding:1.3em 0;}
#div01 ul li p.payment_start_d{padding:1.4em 0;}
#div01 ul li p.start_d+p{padding:1.3em 1em;}
#div01.pay_box ul li p.start_d+p{padding:1.8em 1em;}
#div01 ul li span.sta_san{padding:1.4em 0.4em; font-size: 15px;}
#div01 ul li p.pri_p{padding:1.4em 1em; font-size: 15px;}
#div01 ul li p.start_d+p.pri_p{text-align: right !important; width: auto !important;}
#div01 ul li p.start_d.fl span:nth-child(2) input{height: auto; padding: 4px; min-width: 95px;
background: #2d2d2d url(../images/common/btn_arrow_bottom.png) 95% 50% no-repeat;
    -webkit-background-size: 7px auto;
    background-size: 7px auto}
#div01 ul li p.fl img{max-width:25px;}
#div01 ul li p.fl.t_none{padding:1.2em 0;}
#div01 ul li p.fl.t_none .small_btn{padding:1em 0;}
#div01 ul li p.fl:first-child {text-align: center;}
#div01 ul li h4 span {
    font-size: 0.8em;
}
#div01 ul li h4 em {
    font-size: 1em;
    font-weight: 400;
}

#div01 ul li:last-child {
    border-bottom: none;
}
#div01 ul li .img_box {
    position: relative;
    padding: 1.2em 0em 1em 1em;
}
#div01 ul li .img_box div {
    position: absolute;
    left: 0;
    top: 10%;
    width: 70%;
    height: 77%;
    border: 1px solid #ddd;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: contain;
    background-size: contain;
}

#div01.div_order{
    border:none;
}
#div01.div_order ul li p.fl:last-child{padding-right: 1em;}
#div01.div_order .border_order{
    border: 2px solid #343434;
    margin-bottom: 1em;
}
#div01.div_order .border_order.light ul li{
    margin:0 1.7em;
}
#div01.div_order .border_order.light{
    border: 1px solid #ddd;
    border-top: 1px solid #999;
}
#div01.div_order .border_order.light ul li .img_box{
    padding:3.6em 1em 1em;
}
#div01.div_order .border_order.light ul li .img_box div{
    height: 82%;
}
#div01.div_order .border_order.light ul li h4{
    padding:1.5em 0;
}
#div01.div_order .border_order.light ul li p.fl{
    padding:2em 0;
}
#div01.div_order .border_order.light ul li p.fl.sn_p{
    padding:1.75em 0;
}
#div01.div_order .border_order.light ul li p.fl.t_none{
    padding: 1.4em 0;
}
#div01.div_order .border_order.light ul li p.fl.t_none .small_btn{
    padding: 0.6em 0;
    border: 1px solid #e8e8e8;
}
#div01.div_order .border_order:last-child{margin-bottom:0 ;}

#div01.pay_confirm{
    border: 2px solid #343434;
}
#div01.pay_confirm ul li p.fl:last-child{padding-right: 1em;}


@media screen and (max-width:1200px) {
    #div01.div_order ul li p.fl.t_none{
        width: 15%;
    }
    #div01.div_order ul li p.fl.w15{
        width: 13% !important;
    }
}

@media screen and (max-width:990px) {
    #div01.cart_div01 ul li p.w25{
       width: 10% !important;
    }
    #div01.div_order ul li p.fl.t_none{
        display: none;
    }
    #div01.div_order ul li p.fl.tar{
        width: 19% !important;
    }
    #div01 ul li p.fl.price_p{width: 45% !important;}
    #div01 ul li .mobile_block{
        width: 100% !important;
    }
    #div01 ul li .img_box{width: 100% !important; padding-top: 0; padding-bottom: 0.4em;}
    #div01 ul li h4{width: 100% !important; padding: 0 1em;}
    #div01 ul li .mobile_block.price_box{
        padding: 0em 1.1em 0;
    }
    #div01 ul li p.fl{padding-bottom: 0; padding-top: 0.5em;}
    #div01 ul li p.fl img{width: 3%; min-width:18px; padding-top: 2px;}
    #div01 ul li.order_detail_css .img_box{
        padding-top: 6px;
    }
    #div01 ul li.order_detail_css h4{
        margin-top: 0.5em;
    }
    #div01.div_order ul li p.w10.fl.tar.m_fr{
        width:64% !important;
        padding: 0.5em 0;
    }
    #div01 ul li p.start_d+p{
        padding: 0.5em 0;
    }
    #div01 ul li.cart_detail_css p.start_d.fl{
        width: 30% !important;
        text-align: left !important;
    }
    #div01 ul li p.start_d.fl span{
        text-align: left;
    }
    #div01 ul li p.start_d.fl span:first-child{
        text-align: left;
    }
    #div01 ul li p.start_d.fl span:first-child img{
        width: 19px;
        padding-right: 0;
        margin-right: 2%;
        margin-top: -3px;
        box-sizing:border-box;
    }
    #div01 ul li p.start_d.fl span:nth-child(2){
        padding-left: 3%;
        box-sizing:border-box;
    }
    #delbox01{position: absolute; right: 0; top:-21px;}
    label#delbox01:before, label#delbox02:before{
        top:0;
    }
    label#delbox01:after, label#delbox02:after{
        top:-4px;
    }
    #div01 ul li p.fl:first-child{
        width: 6% !important;
    }
    #div01.div_order ul li p.fl.tar{
        width: 54% !important;
        text-align:left !important;
    }
    #div01.div_order ul li p.w10.fl.tar{
        width: 40% !important;
        text-align: right !important;
    }
    #div01.div_order ul li p.fl.tar.clearFix{
        width: 0 !important;
        padding: 0;
    }
    #div01 ul li .mobile_block:after{
        display: block; content: ''; clear: both;
    }
    #div01.div_order.normal_div ul li p.fl.tar{
        width: 47% !important;
        padding-right: 0;
    }
    #div01.div_order.normal_div ul li p.fl.tar:last-child{
        text-align: right !important;
    }
    
    #div01.div_order .border_order.light{
        border-top: 1px solid #999;
    }
    #div01.order_div .border_order.light ul li{
        margin: 0 1em;
    }
    #div01.order_div .border_order.light ul li h4{
        padding: 0 1em 0.5em;
    }
    #div01.div_order .border_order.light ul li p.fl.sn_p,
    #div01.order_div .border_order.light ul li p.fl{
        padding:0.0em 0 0;
    }
    #div01.order_div ul li .mobile_block.price_box{
        padding: 0;
        border-top: 1px solid #ddd;
    }
    #div01.order_div.order_new_class ul li .mobile_block.price_box{
        border-top: none;
    }
    #div01.div_order.normal_div ul li p.fl.tar{
        float:left !important;
    }
    #div01.div_order.normal_div ul li p.fl.tar.w15{
        float:right !important;
        text-align:right !important;
    }
    #div01 .title_p span.fi_span{
        width: 130px;
    }    
    #div01 .title_p span.sn_span,
    #div01 .title_p span.td_span{
        width: 180px;
    }
    #div01 .title_p span.th_span{
        width:calc(100% - 490px); padding-right:0.6em;
    }
    #div01.order_div.order_new_class .border_order.light ul li h4{
        width: 100% !important;
    }
    #div01.div_order.normal_div.order_new_class ul li p.fl.tar.sn_p{
        float: right !important;
        width: 70px !important;
    }
    #div01.div_order.normal_div.order_new_class ul li p.fl.tar.fs_p{
        width: calc(100% - 70px) !important;
    }
    #div01 ul li span.sta_san{display: block; width: 75px !important; font-size: 0.9em; padding:0.65em 0 0.65em 0.5em;}
    #div01 ul li p.pri_p{display: block; width: calc(100% - 290px) !important; font-size: 0.9em; padding:0.65em 0.5em;}
    #div01 ul li p.pri_p span span{font-size: 0.9em;}
    #div01 ul li p.start_d+p.pri_p{padding:0.65em 0em 0.65em 0.2em;}
    #div01.order_new_class ul li p.fl:first-child{
        width:48px !important;
    }
    #div01.div_order.normal_div.order_new_class ul li p.fl.tar{
        width: 150px !important;
    }
    #div01.order_new_class ul{
        position: relative;
    }
    #div01.div_order.normal_div.order_new_class ul li:last-child{
        padding-bottom: 0.5em;
    }
    #div01.order_new_class ul li .mobile_block.price_box{
        padding: 0.2em 1em 0 1em;
    }
    #div01.order_new_class ul li .mobile_block.price_box:after{
        display: none; content: ''; clear: both;
        position: absolute; width: calc(100% + 28px); height: 1px;
        left: -14px; top: 0;
        background-color: #ddd;
    }
}


@media screen and (max-width:768px) {
    #div01 .title_p .w15.fl{
       width: 23% !important;
    }
    #div01 .title_p .w85.fr{
       width: 77% !important;
    }
    .order_view_bottom .common_table tr th{font-size: 13px; padding: 13px 0;}
}
@media screen and (max-width:650px) {
    #div01 .title_p{
        padding: 1em;
    }
    #div01 ul li{
        margin: 0 1em;
    }
    #div01 .title_p .btn_deliv{
        right:1em;
    }
    #div01 ul li p.fl:first-child{
        width: 9% !important;
    } 
    #div01.div_order ul li p.fl.tar{
        width: 51% !important; 
    }
    #div01.div_order.normal_div ul li p.fl.tar{
        width: 45% !important;
    }
    #div01 ul li.cart_detail_css p.start_d.fl{
        width: 50% !important;
    }
    #div01.div_order ul li p.w10.fl.tar.m_fr{
        width: 41% !important;
    }
    .cart_bottom .cart_form .price ul li div{
        font-size: 14px;
    }
    #div01 .title_p span.fi_span{
        width: 110px;
    }    
    #div01 .title_p span.th_span{
        width: 100%;
        float:none !important;
        text-align: left !important;
    }
    #div01 .title_p span a.b_list_btn{
        margin-left: 0;
        margin-right: 10px;
    }
    #div01.div_order.normal_div.order_new_class ul li p.fl.tar.start_d{
        width: 150px !important;
    }
    #div01.order_div .border_order.light ul li h4,
    #div01.order_new_class ul li .mobile_block.price_box,
    #div01.order_new_class ul li .img_box,
    #div01.order_new_class ul li.order_detail_css h4{
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 500px) {
    #div01 .title_p .w15.fl{
       width: 30% !important;
       height: auto;
    }
    #div01 .title_p .w85.fr{
       width: 70% !important;
       height: auto;
    }
    #div01 ul li.order_detail_css .icon_lecture {
        padding: 4px 1em 5px;
        border-radius: 12px;
    }
    #div01.div_order.normal_div.order_new_class ul li p.fl.tar.start_d{
        width: calc(100% - 50px) !important;
    }
    #div01.order_new_class ul li span.sta_san,
    #div01.order_new_class ul li p.pri_p{
        display: block;
        float:right !important;
        width: 50% !important;
        padding-bottom: 0.5em;
        padding-top: 0.7em;
    }
    #div01.order_new_class ul li p.pri_p{
        text-align: left !important;
        padding-left: 0;
    }
}

@media screen and (max-width: 414px) {
    .cart_bottom .cart_form .price ul li div{
        padding:0.8em 0.5em;
        font-size: 13px;
    }
}

@media screen and (max-width: 375px) {
    #div01 ul{font-size: 13px;}
    #div01 ul li p.fl img{min-width: 16px; padding-top: 0;}
    #div01 .title_p .w15.fl{
       width: 85px !important;
    }
    #div01 .title_p .w85.fr{
       width: 64% !important;
       float: left !important;
    }
    #div01 .title_p .w85.fr ,
    #div01 .title_p .w15.fl ,
    #div01 .title_p .btn_deliv{font-size: 10px;}
    #div01 ul li p.start_d.fl span:first-child img{
        width: 10%;
    }
    #div01 ul li.order_detail_css .mobile_block.price_box{
        padding:0.5em 0;
    }
    #div01 ul li.order_detail_css .img_box{
        padding:0em 0em 0.4em;
    }
    #div01 ul li.order_detail_css h4{
        padding:0;
    }
    #div01.div_order.normal_div ul li.order_detail_css p.fl.tar:last-child{
        float: right !important;
    }
    .cart_bottom .cart_form .price ul li div em{
        font-size: 12px;
    }
}


/* 기타 > 결제하기 */

.pay_form{position: relative;}
.pay_form .mini_title:before{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    margin-top: -2%;
    background: #3683f7;
    border-radius: 50%;
}
.pay_form .pay_bottom .mini_title{
    padding-bottom: 1em;
}
.pay_form .pay_bottom .mini_title:before{
    margin-top: -1%;
}
.pay_form .mini_title{
    display: block;
    position: relative;
    font-weight: bold;
    font-size: 1.3em;
    text-indent: 20px;
    margin-bottom: 0;
}
.pay_form .mini_title:after{display: block; content: ''; clear: both;}
.pay_form .pay_left{
    float: left;
    width: 65%;
}
.pay_form .pay_left .mini_title{
    padding-bottom: 1em;
    border-bottom: 1px solid #999;
}

.pay_form .pay_left table{
    margin-bottom: 8%;
}
.pay_form .pay_left table tr{
    border-bottom: 1px solid #ddd;
}
.pay_form .pay_left table tr.bank_tr .coloraaa.fs14{padding-left: 18%;}
.pay_form .pay_left table tr.bank_tr{}
.pay_form .pay_left table tr.bank_tr td{padding-top: 6%;}
.pay_form .pay_left table tr.bank_tr div.clearFix{
    display: table;
}
.pay_form .pay_left table tr.bank_tr p{
    font-size: 1.05em;
}
.pay_form .pay_left table tr.bank_tr div.clearFix span{
    width:18%; display:table-cell; vertical-align: middle;
}
.pay_form .pay_left table tr.bank_tr div.clearFix input:placeholder{line-height:normal !important;}
.pay_form .pay_left table tr.bank_tr div.clearFix select{
    width:23%; border-color:#ddd; margin-top:-5px;
    -webkit-background-size: 8px;
    background-size: 8px;
}
.pay_form .pay_left table tr th{
    width: 20%;
    padding: 2% 0 2% 2%;
    text-align: left;
    text-indent: 2.6%;
}
.pay_form .pay_left table tr th label{
    color:#333;
    font-size: 0.9em;
    font-weight: 500;
}
.pay_form .pay_left table tr th label span{
    font-weight: 500;
}
.pay_form .pay_left table tr td{
    padding: 2% 0;
    font-size: 0.9em;
}
.pay_form .pay_left table tr td input#deliver03{
    margin: 1em 0;
}
.pay_form .pay_left table tr td label#deliverbox{
    text-indent: 32px;
    font-size: 0.9em;
    margin: 0;
}
.pay_form .pay_left table tr td span.phn_bar{
    padding: 0 1%;
}
.pay_form .pay_left table tr td span.post_box{
    display: inline-block;
    margin-top: -4px;
    margin-left: 1%;
    color:#333;
    text-align: center;
    vertical-align: middle;
    line-height: 40px  !important;
    font-size: 0.9em;
}
.pay_form .pay_left table tr td input{}
.pay_form .pay_left table tr .ipt00{width: 50%;}
.pay_form .pay_left table tr .ipt01{width: 24%;}
.pay_form .pay_left table tr .ipt02{width: 40%;}
.pay_form .pay_left table tr .ipt03{width: 80%;}
.pay_form .pay_left table tr .ipt04{width: 100%;}
.pay_form .pay_left table tr select{
    width: 35%;
    height:41px;
    margin-left: 0%;
    margin-top: -6px;
    background: #fff url(../images/common/btn_arrow_bottom.png) 95% 50% no-repeat;
    -webkit-background-size: 2%;
    background-size: 2%;
    font-size: 0.9em;
}
.pay_form .pay_left .coupon table tr th{text-align: center; text-indent: 0;}
.pay_form .pay_left .coupon table tr td{text-align: center; line-height: 1.5; vertical-align:middle;}
.pay_form .pay_left .coupon #couponCheck{margin: 0 !important;}

.pay_form .pay_left .deliver .mini_title span{
    float: right;
    margin-bottom: 0;
    font-weight: 400;
}
.pay_form .pay_left .deliver .mini_title span label{
    font-size: 0.7em;
}
#dbox02 ,  #deliverbox , #couponCheck , #tcouponCheck{
    position: relative;
}
#dbox02:before , #deliverbox:before {
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -3px;
    left: -10px;
    border-radius: 3px;
}
#couponCheck:before , #tcouponCheck:before{
    top:50%;
    left: 50%;
    margin-left: -8.5px;
    margin-top: -8.5px;
}
#couponCheck:after , #tcouponCheck:after{
    opacity: 0;
    content: '';
    position: absolute;
    width: 11px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -5.5px;
    background: url(../images/common/icon_check.png) 50% 50% no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
#dbox02:after , #deliverbox:after{
    opacity: 0;
    content: '';
    position: absolute;
    width: 15px;
    height: 25px;
    top: -3px;
    left: -5px;
    background: url(../images/common/icon_check.png) 50% 50% no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.pay_form .pay_left tr label#deliverbox:before{
    left: 0;
}
.pay_form .pay_left tr label#deliverbox:after{
    left: 5px;
}
input:checked + label#dbox02:after{
    opacity: 1;
}
input:checked + label#deliverbox:after{
    opacity: 1;
}
input:checked + label#couponCheck:after{
    opacity: 1;
}
input:checked + label#tcouponCheck:after{
    opacity: 1;
}

.pay_form .pay_right{
    position: absolute;
    width: 30%;
    max-width: 369px;
    right: 0;
}
.pay_form .pay_right.on{
    position: fixed;
    width: 100%;
    max-width: 1230px;
    height: 500px;
    left: 50%;
    margin-left: 245px;
    top: 50px;
    z-index: 1;
}
.pay_form .pay_right.on .order_summary{
    position: absolute;
    width: 30%;
    max-width: 369px;
    left: 0;
}
.pay_form .pay_right .border_box{
    padding: 8%;
    border: 2px solid #dd0449;
    background-color:#fff;
}
.pay_form .pay_right .border_box tr {
    border-bottom: 1px solid #ddd;
}
.pay_form .pay_right .border_box tr th{
    text-align: left;
    padding: 6% 0;
    font-size: 0.9em;
}
.pay_form .pay_right .border_box tr th p{
    font-weight: 500;
}
.pay_form .pay_right .border_box tr td{
    text-align: right;
    padding: 6% 0;
    font-size: 0.9em;
}
.pay_form .pay_right .border_box tr td p{
    color: #666;
}
.pay_form .pay_right .border_box tr.pay_sum{
    border-bottom: none;
}
.pay_form .pay_right .border_box tr.pay_sum th p{
    font-size: 1.3em;
}
.pay_form .pay_right .border_box tr.pay_sum td p{
    font-size: 1.3em;
    font-weight: bold;
}
.pay_form .pay_right .border_box tr.pay_sum td p span{
    padding-left: 5%;
    font-weight: 400;
    color:#333;
}
.pay_form .pay_right .border_box .charge{
    display: block;
    width: 100%;
    padding: 5% 0;
    margin-top: 1em;
    text-align: center;
    font-size: 1em;
}
.pay_form .pay_right .mini_title{
    padding-bottom: 1em;
    text-indent: 6%;
}
.pay_form .pay_right .mini_title:before{
    margin-top:-4%;
}
.pay_bottom table{ 
    border-left: 1px solid #666;
    border-right: 1px solid #666;
}
.pay_bottom .cart_form thead td,.pay_bottom .cart_form thead th{
    border-bottom: 1px solid #999;
}
.pay_bottom .cart_form thead tr th{
    background-color: #fff;
    text-align: left;
    text-indent: 3%;
}
.cart_bottom .cart_form table tr:last-child td{
    border-bottom: 1px solid #999;
}
.pay_bottom .cart_form thead tr th span{
    padding-left: 1em;
}

/* pc,mobile 통합 쿠폰 적용 table */

.pay_form .pay_left .coupon .table{
    display:table;
    width: 100%;
}
.pay_form .pay_left .coupon .table p.ch_input{width: 8%; text-align: left; padding-left: 2.6%;}
.pay_form .pay_left .coupon .table p.cou_title{width: 42%;}
.pay_form .pay_left .coupon .table p.cou_sel{width: 20%;}
.pay_form .pay_left .coupon .table p.cou_dc{width: 15%;}
.pay_form .pay_left .coupon .table p.cou_serli{width: 15%;}
.pay_form .pay_left .coupon .table li p{
    padding:2% 0;
    border-bottom: 1px solid #ddd;
}
.pay_form .pay_left .coupon .table .thead.pc_box{
    display:table-header-group;
}
.pay_form .pay_left .coupon .table .thead.t_box{
    display: none;
}
.pay_form .pay_left .coupon .table p{
    display:table-cell;
    text-align: center;
    vertical-align:middle;
}
.pay_form .pay_left .coupon .table .thead p{
    color: #333;
    font-size: 0.9em;
    font-weight: 500;
}
.pay_form .pay_left .coupon .table .tbody{
    display:table-row;
    width:100%;
}
.pay_form .pay_left .coupon .table .tbody p , .pay_form .pay_left .coupon .table .tbody p span , .pay_form .pay_left .coupon .table .tbody select{
    font-size: 0.95em;
}
.pay_form .pay_left .coupon .table .tbody select{
    border-color:#ddd;
}
.pay_form .pay_left .coupon .table .tbody p.cou_sel #couponSelect{
    background: #fff url(../images/common/btn_arrow_bottom.png) 95% 50% no-repeat;
    -webkit-background-size: 9px;
    background-size: 9px;
    padding-right: 24px;
    width: 100%;
    box-sizing:border-box;
}
.pay_form .pay_left .coupon .table .tbody .cou_title{
    text-align: left;
}
.pay_form .pay_left .coupon .table .tbody .cou_title #tcouponCheck{
    font-size: 14px;
    width: 100%;
}
.pay_form .pay_left .coupon .table .tbody .cou_title #tcouponCheck span{
    display: block;
    width: 100%;
    height: 17px;
    overflow-y:hidden;
    text-indent: 0;
    text-overflow: ellipsis;
}
.pay_form .pay_left .coupon .table .tbody .cou_title #couponCheck:before, 
.pay_form .pay_left .coupon .table .tbody .cou_title #tcouponCheck:before{
    margin-left: -11%;
    left:-00%;
}
.pay_form .pay_left .coupon .table .tbody .cou_title #tcouponCheck:before{
    margin-left: -11%;
}
.pay_form .pay_left .coupon .table .tbody .cou_title #tcouponCheck:after{
    margin-left: 0;
    left:-10%;
}

#deliv_content2{
    display: none;
}
#deliv_content2.on{
    display: block !important;
    margin-top: 6px;
}
#dbox02:before, #deliverbox:before{
    background: #fff;
    border: 1px solid #d7d7d7;
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 17px;
    height: 17px;
    box-sizing: border-box;
    border-radius:0;
}
#dbox02:after, #deliverbox:after{
    opacity: 0;
    content: '';
    position: absolute;
    width: 11px;
    height: 20px;
    top: 50%;
    left: 0;
    margin-top: -10px;
    margin-left: 3px;
    background: url(../images/common/icon_check.png) 50% 50% no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
#deliverbox:after{
    margin-left: -2px;
}
.pay_form .pay_left .payment table tr td{
    padding-left: 2.6%;
    padding-top: 0;
    padding-bottom: 0;
}
.pay_form .pay_left .payment table tr td span{
    display: inline-block;
    margin: 2% 0;
}
.pay_form .pay_left table tr.bank_tr p,
.pay_form .pay_left table tr.bank_tr div.clearFix span{
    padding-left: 2.6%;
}
.pay_form .pay_left table tr td input{
    height: 41px;
    line-height:normal !important;
}
.pay_form .pay_left table tr.bank_tr td{
    padding: 2% 0;
}
.pay_form .pay_left .none_cou{
    position: relative;
    height: 35px;    
}
.pay_form .pay_left .none_cou span{
    position: absolute;
    width: 1240%;
    height: 35px;
    line-height: 2.5;
    text-align: center;
    font-size: 13px;
}

@media screen and (max-width: 1230px) {
    .pay_form .pay_left table tr th{
        width: 25%;
    }
    .pay_form .pay_left table tr.bank_tr div.clearFix span{
        width: 23%;
    }
    .pay_form .pay_right.on{
        left:100%;
        margin-left: -31%;
    }
    .pay_form .pay_left .coupon .table .tbody .cou_title #couponCheck:before{
        margin-left: -29px;
    }
    #tcouponCheck:after{
        margin-left: 5px;
    }
    .pay_form .pay_left table tr.bank_tr .coloraaa.fs14{
        padding-left: 23%;
    }
}

@media screen and (max-width: 990px) {
    .pay_form .pay_left{
       float:none;
       width: 100%;
    }
    .pay_form .pay_right{
       position:static;
       float:none;
       width: 100%;
       max-width:100%;
    }
    .pay_form .pay_right.on{
       position:static;
       float:none;
       width: 100%;
       max-width:100%;
       height: auto;
       margin-left: 0;
       left:0;
    }
    .pay_form .pay_left .none_cou span{
        width: 100%;
    }
    .pay_form .pay_left .coupon .table .thead.pc_box{
        display: none;
    }
    .pay_form .pay_left .coupon .table .thead.t_box{
        display:table-header-group;
    }
    .pay_form .pay_left .coupon .table .thead p{
        border-bottom: none;
        text-align:left;
        text-indent: 20px;
    }
    .pay_form .pay_left .coupon .table .tbody{
        display: block;
    }
    .pay_form .pay_left .coupon .table .tbody .cou_title{
        border-top: 1px solid #ddd;
        border-bottom:1px dashed #d7d7d7;
    }
    .pay_form .pay_left .coupon .table .tbody .cou_title #couponCheck:before,
    .pay_form .pay_left .coupon .table .tbody .cou_title #tcouponCheck:before{
        margin-left: 0;
    }
    #tcouponCheck:after{
        margin-left: 0;
        left:23px;
    }
    .pay_form .pay_left .coupon .table p.cou_sel , .pay_form .pay_left .coupon .table p.cou_dc{
        border-bottom: none;
    }
    .pay_form .pay_left .coupon .table p.cou_sel{
        padding: 1.3% 0 0.5% 0;
    }
    .pay_form .pay_left .coupon .table p.cou_sel span:first-child{
        padding-top: 11px;
    }
    .pay_form .pay_left .coupon .table .tbody p.cou_sel #couponSelect{
        font-size: 13px;
    }
    .pay_form .pay_left .coupon .table p.ch_input.body_p{
        display: none;
    }
    .pay_form .pay_left .coupon .table .tbody .body_p{
        display:block;
        width:100%;
    }
    .pay_form .pay_left .coupon .table p.span_02{
        padding: 1.3% 0;
    }
    .pay_form .pay_left .coupon .table p.span_02:last-child{
        padding-bottom: 2.2%;
    }
    .pay_form .pay_left .coupon .table p.span_02:after{
        display: block; content: ''; clear: both;
    }
    .pay_form .pay_left .coupon .table p.span_02 span{
        text-align: left;
        display:inline;
        font-size: 0.85em;
    }
    .pay_form .pay_left .coupon .table p.span_02 span:nth-child(1){
        float: left;
        width: 30%;
        padding-left: 20px;
    }
    .pay_form .pay_left .coupon .table p.span_02 span:nth-child(2){
        float: right;
        padding-right: 0;
        width: 70%;
    }
    .pay_form .pay_left .coupon .table p.span_02 span:nth-child(2) select{
        width: 100% !important;
    }
    .pay_form .pay_left .coupon .table .tbody .cou_title #tcouponCheck{
        padding-left:23px;
        height: 17px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .pay_form .pay_left .coupon .table .tbody .cou_title #tcouponCheck span{
        padding-left: 25px;
    }
    .pay_form .pay_left .coupon .table .tbody .cou_title #couponCheck:before,
    .pay_form .pay_left .coupon .table .tbody .cou_title #tcouponCheck:before{
        left:20px;
    }
    .pay_form .pay_left .coupon .table .tbody .cou_title #tcouponCheck.pay_coupon:after{
        margin-left: 0;
        left:23px;
    }
    .pay_form .pay_left .coupon.t_box table tr td{
       display: block;
       padding:1.3% 0;
    }
    .pay_form .pay_left .coupon.t_box table tr td:first-child{
      border-bottom: 1px dashed #d7d7d7;
    }
    .pay_form .pay_left .coupon.t_box table tr td:last-child{
       padding-top: 0;
    }
    .pay_form .pay_left .coupon.t_box table tr td p{
       position: relative;
       font-size: 0.95em;
    }
    .pay_form .pay_left .coupon.t_box table tr td p span{
       position: absolute; right: 22px;
    }
    .pay_form .pay_left .coupon.t_box table tr th{
       text-indent: 20px;
    }
    .pay_form .pay_left .coupon.t_box table tr td{
       text-align: left;
    }
    .pay_form .pay_left .coupon.t_box table tr td p{
       text-indent: 22px;
    }
    .pay_form .pay_left .coupon.t_box #tcouponCheck{
       padding-left: 46px;
       padding-right: 15px;
       height: auto;
       text-indent: 0;
    }
    .pay_form .pay_right.on .order_summary{
       position:static;
       width:100%;
       max-width:100%;
    }
    #couponCheck:before , #tcouponCheck:before{
       margin-left: 0;
       left:20px;
    }
    .pay_form .pay_right .mini_title{
       text-indent: 20px;
    }
    .pay_form .pay_right .mini_title:before{
       margin-top: -2%;
    }
    .pay_form .pay_right .border_box{
       padding: 4%;
    }
    .pay_form .pay_right .border_box tr th , .pay_form .pay_right .border_box tr td , .pay_form .pay_right .border_box .charge{
       padding: 2% 0;
    }
}

@media screen and (max-width: 690px) {
    .pay_form .pay_left table tr th{
        width: 25%;
    }
    .pay_form .pay_left table tr .ipt00{
        width: 70%;
    }
    .pay_form .pay_left table tr .ipt01{
        width: 28%;
    }
    .pay_form .pay_left table tr .ipt03{
        width: 100%;
        padding-right: 35px;
        margin-top: 2px;
    }
    .pay_form .pay_left table tr td span.post_box{
        line-height: 3;
    }
}

@media screen and (max-width: 600px) {
    .pay_form .mini_title:before , .pay_form .pay_right .mini_title:before{
        margin-top: -2.5%;
    }
}

@media screen and (max-width: 490px) {
    .pay_form{
        font-size: 13px;
    }
    .pay_form .pay_left .coupon .table p.span_02 span{
        font-size: 0.9em;
    }
    .pay_form .pay_left table tr.bank_tr div.clearFix{
        margin-top: 9px !important;
    }
    .pay_form .pay_left table tr.bank_tr p{
        line-height:1.5;
    }
    .pay_form .pay_left table tr.bank_tr div.clearFix span{
        width:100%;
        display: block;
        margin:0 0 12px;
        font-size: 13px;
    }
    .pay_form .pay_left table tr.bank_tr div.clearFix span,
    .pay_form .pay_left table tr.bank_tr .coloraaa.fs14{
        padding-left: 0%;
    }
    /*#dbox02:before, #deliverbox:before{
        width: 22px;
        height: 22px;
        left: -4px;
    }
    #dbox02:after, #deliverbox:after{
        width: 12px;
        height: 22px;
        left: 1px;
    }*/
    .pay_form .pay_left table tr th{
        width: 30%;
    }
    .pay_form .pay_left table tr .ipt00{
        width: 80%;
    }
    .pay_form .pay_left table tr .ipt01{
        width: 30%;
    }
    .pay_form .pay_right .border_box tr th, .pay_form .pay_right .border_box tr td, .pay_form .pay_right .border_box .charge{
        padding: 4% 0;
    }
    .pay_form .pay_left .payment label.radio{
        margin-right: 10px !important; margin-left:0 !important;
    }
    .pay_form .pay_left .payment label.radio:last-child{
    }
}

@media screen and (max-width: 400px) {
    .pay_form .pay_left table tr td span.post_box{
        font-size: 0.85em;
    }
    .pay_form .pay_left table tr.bank_tr div.clearFix select,
    .pay_form .pay_left table tr .ipt{
        height: 31px !important;
    }
}

@media screen and (max-width: 375px) {
    .pay_form .pay_left table tr td span.post_box{
        font-size: 0.85em;
    }
    .pay_form .pay_left table tr td label#deliverbox{
        font-size: 0.85em;
    }
    .mdb{
        display: block;
        line-height: 2;
    }
}

/* 내 강의실 > 주문관리 > 주문관리 */

.order_list_wrap{
    width: 60%;
    /*min-width: 950px;*/
    margin: 3% auto 5%;
    padding: 0em 0 4em;
}
.order_list_wrap .img_wrap{
    position: relative;
}
.order_list_wrap .img_wrap div{
    position: absolute;
    width: 80%;
    height: 80%;
    left:10%; top: 10%;
    background: url(../images/order/order_list_wrap.jpg) 50% 50% no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.order_list_wrap table tbody td.a_td{
    padding: 2.3em 0;
}

/* 내 강의실 > 주문관리 > 주문관리 VIEW */

.order_view_bottom .border_box{
    padding: 2em 0;
}
.order_view_bottom .border_box .img_wrap{
    position: absolute;
    height: 100%;
    top:0;
}
.order_view_bottom .border_box .img_wrap div{
    height: 70%; top:15%;
    background: url(../images/order/order_list_wrap.jpg) 50% 50% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.order_view_bottom .border_box h4{
    font-size: 1.1em;
    color:#222;
    font-weight: 500;
}
.order_view_bottom .border_box ul{
    margin-top: 1em;
}
.order_view_bottom .border_box ul li{
    float: left;
    padding-right: 3%;
    margin-right: 3%;
    position: relative;
}
.order_view_bottom .border_box ul li:after{
    display: block; content: ''; clear: both;
    position: absolute; 
    top:1px; right: 0; 
    width: 1px; height: 15px;
    background-color: #dddddd;
}
.order_view_bottom .border_box ul li:last-child:after{
    display: none;
}
.order_view_bottom .border_box ul li p{
    font-size: 0.9em;
    color:#666;
}
.order_view_bottom .border_box ul li p span{
    color:#222;
}

.order_view_bottom .common_table tbody tr td{
    text-align: left;
    padding: 1.25em 0;
    padding-left: 3%;
    line-height:1.2;
}
.order_view_bottom .common_table tr th{
    vertical-align: middle;
    text-indent: 0;
    padding-left: 1em;
    padding-right: 0.2em;
}
.order_view_bottom .fix_box .common_table.fl tr th{
    width: 27%;
}
.order_view_bottom .fix_box .pay_sum_wrap .common_table{
    border-top: none;
}
.order_view_bottom .fix_box .pay_sum_wrap{
    padding: 2%;
}
.order_view_bottom .fix_box .pay_sum_wrap.fr .common_table tr th{
    width: 50%;
    background: none;
}
.order_view_bottom .fix_box .pay_sum_wrap.fr .common_table tr td{
    text-align: right;
    color: #666;
}
.order_view_bottom .fix_box .pay_sum_wrap.fr .common_table tr.pay_sum td span{
    color:#222;
}
.order_view_bottom .fix_box .pay_sum_wrap.fr .common_table tr.pay_sum th , .order_view_bottom .fix_box .pay_sum_wrap.fr .common_table tr.pay_sum td{
    border-bottom: none;
}
.order_view_bottom .list_go{
    display: block;
    width: 15%;
    padding: 1.5% 0;
    margin: 4em 0;
    font-size: 0.9em;
}

@media screen and (max-width:999px) {
    .order_view_bottom .fix_box>.common_table{
       margin-bottom: 3em;
    }
    .order_view_bottom .fix_box .common_table , .order_view_bottom .fix_box .pay_sum_wrap{
       float:none !important;
       width:100% !important;
    }
    .order_view_bottom .fix_box .common_table.fl tr th{
       width: 18%;
    }
    .order_view_bottom .border_box ul li p span{
       display: block;
       line-height: 2;
    }
    .order_view_bottom .border_box ul li:after{
       height: 45px;
    }
    .order_view_bottom .border_box .img_wrap{
       width: 25% !important;
    }
    .order_view_bottom .border_box .img_wrap+.fr{
       width: 70% !important;
    }
    
}

@media screen and (max-width:790px) {
    .order_view_bottom {
        font-size: 15px;
    }
    .common_table tbody th , .order_view_bottom .fix_box .common_table.fl tr th{
        width: 25%;
    }
}

@media screen and (max-width:670px) {
    .order_view_bottom .border_box .img_wrap{
       width: 50% !important;
    }
    .order_view_bottom .border_box .img_wrap+.fr{
       width: 48% !important;
    }
    .order_view_bottom .border_box ul li{
       float:none;
       width: 100%;
    }
    .order_view_bottom .border_box ul li p span{
       display: inline;
    }
    .order_view_bottom .list_go{
        width: 28%;
        padding: 3% 0;
    }
}

@media screen and (max-width:400px) {
    .order_view_bottom {
        font-size: 14px;
    }
    .common_table tbody th , .order_view_bottom .fix_box .common_table.fl tr th{
        width: 28%;
    }
}

/* 내 강의실 > 수강현황  */

.professor_bottom{}
.professor_bottom ul>li{
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    transition: border-color 0.2s linear;
    overflow: hidden;
}
.professor_bottom ul>li:nth-child(3n+3){
    margin-right: 0;
}
.professor_bottom ul>li a{
    display: block;
    position: relative;
    height: 349px;
    padding: 5% 160px 25% 7%;
    border-bottom: none;
    line-height: 1.5;
    background: #f3f3f3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: 95% bottom;
    -webkit-background-size: auto 255px;
    background-size: auto 255px;
    transition:0.2s;
}
.professor_bottom ul>li a .bg_professor:before{
    display: block; content: ''; clear:both;
    position: absolute;
    z-index: 0;
    width: 100%; height: 98.7%;
    border: 4px solid #ff5a7a;
    border-bottom: none;
    box-sizing:border-box;
    opacity:0;
    transition: 0.2s;
}
.professor_bottom ul>li a .bg_professor .bg_professor_inner{
    position: relative;
    font-size: 1.5em;
    display: block;
    width: 68px;
    height: 122px;
    float: right;
    text-align: center;
}
.professor_bottom ul>li a .bg_professor .bg_professor_inner p{
    font-size: 0.7em;
    display: inline-block;
    vertical-align: baseline;
}
.professor_bottom ul>li a .bg_professor .bg_professor_after{
    display: block; content: ''; display: block;
    position: absolute;
    z-index: -1;
    width: 200px;
    height: 200px;
    right: -121px;
    top: -126px;
    background-color: #ff5a7a;
    transform: rotate(39deg);
    color: #fff;
}
.professor_bottom ul>li:hover a .bg_professor:before{
    opacity:1;
}
.professor_bottom ul>li:hover a .box_bottom{
    background-color: #ff5a7a;
}
.professor_bottom ul>li a em{
    display: block;
    width: calc(100% + 160px);
    font-size: 1.2em;
    font-weight: 400;
}
.professor_bottom ul>li a strong{
    display: block;
    margin-bottom: 2%;
    font-size: 1.8em;
}
.professor_bottom ul>li a strong span{
    font-size: 0.8em;
    line-height: 2;
    padding-left: 2%;
    vertical-align: middle;
}
.professor_bottom ul>li a ol:before{
    display: inline-block; content: '現'; clear: both;
    width: 20px; height: 60px;
    float: left;
    color:#8a8a8a;
    display: none;
}
.professor_bottom ul>li a ol{font-size: 14px;}
.professor_bottom ul>li a ol li{
    position: relative;
    padding-left: 0;
    text-align: left;
    height: 21px;
    word-break:keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
}
.professor_bottom ul>li a ol li p{
    color:#8a8a8a;
}
/*.professor_bottom ul>li a ol li:before{
    display: block; content: ''; clear: both;
    position: absolute;
    left: 0;top:50%;
    width: 3px; height: 3px;
    border-radius: 50%;
    background-color: #8a8a8a;
}*/
.professor_bottom ul>li a .bg_professor{
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index:0;
    background-repeat: no-repeat;
    background-position: 95% bottom;
    -webkit-background-size: 36%;
    background-size: 36%;
    transition:0.2s;
}
.professor_bottom ul>li:hover a .bg_professor{
    -webkit-background-size: 36.5%;
    background-size: 36.5%;
}
.professor_bottom ul>li a .box_bottom{
    position: absolute;
    width: 100%;
    left: 0; bottom: 0;
    padding: 1em 0;
    background: #3683f7;
    transition:0.3s;
}
.professor_bottom ul>li a .box_bottom p{
    display: inline-block;
    padding: 0 8% 0 8%;
    font-size: 1.1em;
    background: url(../images/professor/icon_gogo_fff.png) 100% 70% no-repeat;
    -webkit-background-size: 11%;
    background-size: 11%;
    color:#fff;
}

@media screen and (max-width:1230px) {
    .professor_bottom ul>li a .bg_professor .bg_professor_inner{
        font-size: 1.25em;
        width: 68px;
        height: 50px;
    }
    .professor_bottom ul>li a .bg_professor .bg_professor_after{
        right: -150px;
        top: -122px;
    }
    .professor_bottom ul>li a .bg_professor .bg_professor_inner{
        width: 52px;
    }
    .professor_bottom ul>li a em{
        width: calc(100% + 75px);
        height: 28px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media screen and (max-width:990px) {
    .professor_bottom ul>li{
       width: 100%;
       margin-right: 0;
       margin-bottom: 1.5em;
    }
    .professor_bottom ul>li:last-child{
        margin-bottom: 0;
    }
    .professor_bottom ul>li a{
       padding:5% 30% 25% 7%;
       -webkit-background-size: auto 90%;
       background-size: auto 90%;
       background-position: right bottom;
    }
    .professor_bottom ul>li a em{
        width: 130%;
    }
}

@media screen and (max-width:768px) {
    .professor_bottom ul>li a{
       -webkit-background-size: auto 80%;
       background-size: auto 80%;
       padding:5% 42% 25% 7%;
    }
    .professor_bottom ul>li a em{
        width: 142%;
    }
}

@media screen and (max-width:500px) {
    .professor_bottom ul>li a{
        height: 270px;
       -webkit-background-size: 150px auto;
       background-size: 150px auto;
       padding:5% 150px 25% 7%;
    }
    .professor_bottom ul>li a strong,
    .professor_bottom ul>li a em{
        width: calc(100% + 150px);
    }
}

@media screen and (max-width:375px) {
    .professor_bottom ul>li a{
        font-size: 13px;
    }
    .professor_bottom ul>li a .bg_professor .bg_professor_after{
        right: -160px;
        top: -130px;
    }
    .professor_bottom ul>li a .bg_professor .bg_professor_inner{
        width: 38px;
    }
}

/* 내 강의실 > 수강현황  */

.td_title{
    text-align: left;
    padding: 0 3%;
    line-height: 1.4;
    height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.present_condition_bottom .past{
    margin-top: 0em;
}
.present_condition_bottom .common_table tbody td{
   height: 54px;
   padding: 9px 0;
   font-size: 15px;
}
.present_condition_bottom .common_table tbody td a{
    display: block;
    padding: 11px 0;
    margin: auto;
    font-weight: 400;
}
.present_condition_bottom .common_table thead tr th.w40{
    width: 38% !important;
}
.present_condition_bottom .common_table tbody td a.small_btn{
    display: block;
    /* width: 86px !important; */ height: 37px;
    text-align: center;
    line-height:37px;
    padding:0;
}
.present_condition_bottom .bottom_inform .common_table.pc_box tbody td a.small_btn{
    width: 52px !important;
    padding: 0 !important;
    height: 33px;
    padding: 0.3em 0 !important;
    line-height: normal;
    margin: auto !important;
}
.present_condition_bottom .common_table tbody td:first-child{
    text-align: left;
}
.present_condition_bottom .common_table tbody td .td_title{
    padding-left: 1.5em;
    padding-top: 0;padding-bottom: 0;
    height: 30px;
}
#tab2 .common_table tbody td .td_title{
    height: auto;
}
.present_condition_bottom .common_table tbody td .td_title .icon_lecture{
    height: 30px;
    background: none !important;
    padding: 0 !important;
}
.present_condition_bottom .common_table tbody td .td_title .icon_lecture em{
    display: inline-block;
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin-right: 8px;
    width: 54px;
    height: 23px;
    padding:0;
    margin-top: 5px;
    font-weight: 400;
    line-height: 21px;
    border-radius: 50px;
    background-color: #301971; 
    border: 1px solid #301971;
}
.present_condition_bottom .common_table tbody td .td_title .goods_name{
    margin-top: 5px;
    width: calc(100% - 71px);
    height: 21px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.present_condition_bottom .common_table tbody td .td_title i{
    display: inline-block;
    position:static;
    margin-left: 15px;
    margin-top: 3px;
    font-size: 22px;
    line-height:27px;
}
.present_condition_bottom .common_table tbody td .td_title{}
.present_condition_bottom .common_table tbody tr.arrow td .td_title{
    padding-right: 35px;
    display:inline;
    position: relative;
    /*background: url(../images/order/icon_package.png) 100% 50% no-repeat;
    -webkit-background-size: 21px;
    background-size: 21px;*/
}
.present_condition_bottom .common_table tbody tr.arrow td .td_title i{
    font-size: 23px;
    margin-top: -11px;
}
.detail_page .present_condition_bottom.detail_page_middle .btn_view{
    width: 20% !important; min-width:265px;
}
.detail_page .present_condition_bottom.detail_page_middle .lecture_list ul li{
    padding: 0.6% 0;
}
.detail_page .present_condition_bottom.detail_page_middle .lecture_list ul li>span{
    height: 30px;
    line-height:30px;
}
.present_condition_bottom .detail_page .detail_page_middle{
    min-width:0;
}
#divTab.conditoin_tab{
    position: relative;
    margin-bottom: 2em;
}
#divTab.conditoin_tab:after{
    display: block; content: ''; clear: both;
    position: absolute; right: 0; bottom: 0;
    width: 66.2%; height: 1px;
    background-color: #231815;
}
#divTab.conditoin_tab .m-tabs li{
    width: 17%;
    border-bottom: 1px solid #231815;
}
#divTab.conditoin_tab.rep_tabs .m-tabs li{
    width: 50%;
}
#divTab.conditoin_tab .m-tabs li.active{
    color:#333;
    border-bottom: none;
}
#divTab.conditoin_tab .m-tabs li.active a{
color:#333;
}

@media screen and (max-width:990px) {
    #divTab.conditoin_tab:after{
       width: 66.6%;
    }
    .td_title{padding: 0 15px;}
}

@media screen and (max-width:650px) {
    #divTab.conditoin_tab:after{
        display: none;
    }
    #divTab.conditoin_tab .m-tabs li{
       width: 50%;
    }
}


/* 내 강의실 > 쿠폰함 */

.coupon_bottom_css .register_coupon{
    background-color: #ebe3f4;
    padding: 2% 1.5%;
    margin-bottom: 21px;
}
.coupon_bottom_css .register_coupon input{
    width: 520px;
    margin-right: 5px;
}
.coupon_bottom_css .register_coupon a{
    display: inline-block;
    height: 37px;
    width: 78px;
    line-height: 35px;
    border-radius: 2px;
    text-align: center;
    font-size: 0.95em;
    margin-right: 21px;
}
.coupon_bottom_css .register_coupon span{
    font-size: 0.95em;
}
.coupon_bottom_css .hidden.pc_box{display: none;}

.coupon_bottom_css .coupon .table{
    display:table;
    width: 100%;
    margin-top: 21px;
}
.coupon_bottom_css #divTab{position: relative;}
.coupon_bottom_css #divTab:after{
    display: block; content: ''; clear: both;
    position: absolute;
    bottom: 0; right: 0;
    width: calc(100% - 517px); height: 1px;
    background-color: #231815;
}
.coupon_bottom_css #divTab .m-tabs{
    width: 520px;
}
.coupon_bottom_css .coupon .table p.ch_num{width: 05%;}
.coupon_bottom_css .coupon .table p.cou_title{width: 20%;}
.coupon_bottom_css .coupon .table p.cou_use{width: 40%;}
.coupon_bottom_css .coupon .table p.cou_dc{width: 10%;}
.coupon_bottom_css .coupon .table p.cou_useli{width: 10%;}
.coupon_bottom_css .coupon .table p.cou_serdt{width: 15%;}
.coupon_bottom_css .coupon .table li p{
    padding:2% 0;
    border-bottom: 1px solid #ddd;
}
.coupon_bottom_css .coupon .table .thead.pc_box{
    display:table-header-group;
}
.coupon_bottom_css .coupon .table .thead.t_box{
    display: none;
}
.coupon_bottom_css .coupon .table p{
    display:table-cell;
    text-align: center;
    vertical-align:middle;
}
.coupon_bottom_css .coupon .table .thead p{
    color: #444;
    text-align: center;
    font-size: 0.93em;
    font-weight: 500;
    border-top: 1px solid #999;
    background-color: #f5f5f5;
}
.coupon_bottom_css .coupon .table .tbody{
    display:table-row;
    width:100%;
}
.coupon_bottom_css .coupon .table .tbody p{
    font-size: 0.93em;
    line-height: 1.5;
}

.coupon_bottom_css .coupon .table .tbody .cou_use , .coupon_bottom_css .coupon .table .tbody .cou_use_list , .coupon_bottom_css .coupon .table .tbody .cou_title{
    padding-left: 1%;
    text-align:left;
    box-sizing:border-box;
}
.coupon_bottom_css .coupon .table .none_data{
    min-height:250px;
}
.coupon_bottom_css .coupon .table .none_data div{
    padding-top: 50px;
}
.coupon_bottom_css .coupon .table .none_data div img{opacity:0.2;}
.coupon_bottom_css .coupon .table .none_data div p{
    padding-bottom: 50px;
}

@media screen and (max-width: 990px) {
    .coupon_bottom_css .register_coupon span{
        display: block;
        margin-top: 10px;
    }
    .coupon_bottom_css .register_coupon a{margin-right: 0;}
    .coupon_bottom_css .coupon .table .thead.pc_box{
        display: none;
    }
    .coupon_bottom_css .coupon .table .thead.t_box{
        display:table-header-group;
    }
    .coupon_bottom_css .coupon .table .thead p{
        border-bottom: 1px solid #ddd;
        text-align:left;
        text-indent: 20px;
        background: none;
    }
    .coupon_bottom_css .coupon .table .tbody{
        display: block;
    }
    .coupon_bottom_css .coupon .table .tbody p{
        height: auto;
    }
    .coupon_bottom_css .coupon .table .tbody .cou_title{
        border-bottom:1px dashed #d7d7d7;
        text-align: left;
        text-indent: 20px;
    }
    .coupon_bottom_css .coupon .table .tbody .cou_title span{
        font-size: 0.93em;
    }
    .coupon_bottom_css .coupon .table p.span_02{
        border-bottom: none;
    }
    .coupon_bottom_css .coupon .table p.cou_sel{
        padding: 1.3% 0 0.5% 0;
    }
    .coupon_bottom_css .coupon .table p.cou_sel span:first-child{
        padding-top: 11px;
    }
    .coupon_bottom_css .coupon .table .tbody p.cou_sel #couponSelect{
        font-size: 13px;
    }
    .coupon_bottom_css .coupon .table p.ch_input.body_p{
        display: none;
    }
    .coupon_bottom_css .coupon .table .tbody .body_p{
        display:block;
        width:100%;
        padding-left: 0;
    }
    .coupon_bottom_css .coupon .table .tbody .body_p.ch_num{display: none;}
    .coupon_bottom_css .coupon .table p.span_02{
        padding: 1.3% 0;
    }
    .coupon_bottom_css .coupon .table p.span_02:last-child{
        padding-bottom: 2.2%;
        border-bottom: 1px solid #d7d7d7;
    }
    .coupon_bottom_css .coupon .table p.span_02:after{
        display: block; content: ''; clear: both;
    }
    .coupon_bottom_css .coupon .table p.span_02 span{
        text-align: left;
        display:inline;
        font-size: 0.85em;
    }
    .coupon_bottom_css .coupon .table p.span_02 span:nth-child(1){
        float: left;
        padding-left: 20px;
        width: 30%;
    }
    .coupon_bottom_css .coupon .table p.span_02 span:nth-child(2){
        float: right;
        width: 70%;
        text-align: right;
    }
    .coupon_bottom_css .coupon .table p.span_02 span:nth-child(2) span{
        font-size: 1em;
        text-align: right !important;
    }
    .coupon_bottom_css .coupon .table .tbody .cou_title #tcouponCheck{
        padding-left:23px;
        height: 17px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .coupon_bottom_css .coupon .table .tbody .cou_title #tcouponCheck span{
        padding-left: 25px;
    }
    .coupon_bottom_css .coupon .table .tbody .cou_title #couponCheck:before,
    .coupon_bottom_css .coupon .table .tbody .cou_title #tcouponCheck:before{
        left:20px;
    }
    .coupon_bottom_css .coupon.t_box table tr td{
       display: block;
       padding:1.3% 0;
    }
    .coupon_bottom_css .coupon.t_box table tr td:first-child{
      border-bottom: 1px dashed #d7d7d7;
    }
    .coupon_bottom_css .coupon.t_box table tr td:last-child{
       padding-top: 0;
    }
    .coupon_bottom_css .coupon.t_box table tr td p{
       position: relative;
       font-size: 0.95em;
    }
    .coupon_bottom_css .coupon.t_box table tr td p span{
       position: absolute; right: 22px;
    }
    .coupon_bottom_css .coupon.t_box table tr th{
       text-indent: 20px;
    }
    .coupon_bottom_css .coupon.t_box table tr td{
       text-align: left;
    }
    .coupon_bottom_css .coupon.t_box table tr td p{
       text-indent: 22px;
    }
    .coupon_bottom_css .coupon.t_box #tcouponCheck{
       padding-left: 46px;
       padding-right: 15px;
       height: auto;
       text-indent: 0;
    }
}

@media screen and (max-width:680px) {
    .coupon_bottom_css #divTab .m-tabs{
       width:100%;
    }
    .coupon_bottom_css #divTab:after{display: none;}
    .coupon_bottom_css .register_coupon input{
        width: calc(84% - 2px);
        margin-right: 1%;
    }
    .coupon_bottom_css .register_coupon a{
        width: calc(15% - 2px);
        box-sizing:border-box;
    }
    .coupon_bottom_css .register_coupon span{
        font-size: 13px;
    }
}

@media screen and (max-width: 416px){
    .coupon_bottom_css .register_coupon a {
        height: 32px;
        line-height:30px;
    }
}

@media screen and (max-width:400px) {
    .coupon_bottom_css .tablet_table ul li p>span{
        font-size: 0.85em;
    }
}

@media screen and (max-width:360px) {
    .coupon_bottom_css .tablet_table ul li p>span{
        font-size: 0.84em;
    }
}


/* 교재소개 > 수강도서*/

.text_book_wrap{
    width: 60%;
    margin: 4em auto;
}
.text_book_wrap .text_book_list li{
    float: left;
    position: relative;
    width: 24.2%;
    margin-right: 1%;    
    margin-bottom: 1%;
    border: 1px solid #ddd;
}
.text_book_wrap .text_book_list li .all_href{
    display: block;
    position: absolute;
    left: 0; top: 0;
    width: 100%; height: 100%;
    z-index: 5;
}
.text_book_wrap .text_book_list li .text_book_img{
    display: block;
    position: relative;
    padding:42% 0;
    background-color: #f5f5f5;
    transition:0.2s;
    overflow: hidden;
}
.text_book_wrap .text_book_list li .text_book_img .text_book_img_inner{
    position:absolute;
    left:10px; top:10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: auto 80%;
    background-size: auto 80%;
}
.text_book_wrap .text_book_list li:nth-child(4n+4){
    margin-right: 0;
}
.text_book_wrap .text_book_list li .text_book_txt{
    padding: 1.7em 0;
    text-align: center;
    background-color: #fff;
    transition:0.2s;
}
.text_book_wrap .text_book_list li .text_book_txt .list_box_title{width: 91%;}
.text_book_wrap .text_book_list li .text_book_txt .icon{top: -24%}
.text_book_wrap .text_book_list li .text_book_txt em{
    padding:0.5em 0 0;
}
.text_book_wrap .text_book_list li .text_book_txt em span{
    font-weight: 400;   
    padding-left: 2%;
}
.text_book_wrap .text_book_list li .text_book_cart{
    position: absolute;
    left: 21%; bottom: 35%;
    width: 60%;
    z-index: -1;
    opacity: 0;
    transition:0.2s;
}
.text_book_wrap .text_book_list li:hover .text_book_cart{
    opacity: 1;
    z-index: 10;
}
.text_book_wrap .text_book_list li .text_book_cart a{
    float: left;
    display: block;
    padding: 1em 0;
    text-align: center;
    font-size: 0.9em;
}
.text_book_wrap .text_book_list li .text_book_cart a:nth-child(1){
    width: 60%;
}
.text_book_wrap .text_book_list li .text_book_cart a:nth-child(2){
    width: 40%;
    position: absolute;
    right: 0;
    height: 100%;
    background: #ff5a7a url(../images/textbook/icon_cart.png) 50% 50% no-repeat;
}

.text_book_wrap .text_book_list li .text_book_cart .bookBuyBtn {
    background: #a440e3;
    color:#fff;
    transition: 0.2s;
}
.text_book_wrap .text_book_list li .text_book_cart .bookBuyBtn:hover{
    background: #bbaac7;
}


@media screen and (max-width:780px) {
    .text_book_wrap .text_book_list li{
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .text_book_wrap .text_book_list li:nth-child(4n+4){
        margin-right: 2%;
    }
    .text_book_wrap .text_book_list li:nth-child(2n+2){
        margin-right: 0%;
    }
    .text_book_wrap .text_book_list li .text_book_txt{
        font-size: 13px;
    }
}

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

/* 교재소개 > 수강도서 상세 */

.detail_page.text_book .detail_page_top .detail_page_thumb .top_product_img{
    background-color: #f5f5f5;
    -webkit-background-size: auto 70%;
    background-size: auto 70%;
}
.detail_page.text_book .detail_page_middle .lecture_intro.border h4{
    padding-bottom: 2%;
    border-bottom: 1px solid #999;
}
.detail_page.text_book .detail_page_middle .lecture_intro p{
    line-height: 1.5;  
    color:#666;
}

/* 내강의실 > 실전모의고사 */

.mock_test_bottom{}
.mock_test_bottom tbody tr td{
    padding: 0.85em 0;
    line-height: 1.4;
    vertical-align: middle;
}
.mock_test_bottom table+p{
    margin: 1.2em 0;
    font-size: 0.9em;
}
.mock_test_bottom .pc_box tbody tr td.tal p span{position: relative; text-indent: 0; display: inline-block; margin-left: 10px; font-size: 0.85em; padding-left: 10px; color:#999;}
.mock_test_bottom .pc_box tbody tr td.tal p span:before{
    display: block; content: ''; clear: both;
    position: absolute; left: 0; top: 5px;
    width: 1px; height: 10px;
    background-color: #ccc;
}
.mock_test_bottom .pc_box tbody tr td.tal p span:first-child{margin-left: 0; padding-left: 0;}
.mock_test_bottom .pc_box tbody tr td.tal p span:first-child:before{display: none;}

/* 실전모의고사 팝업 */

.popup_mock_test{
    width: 50%;
    margin: 3% auto 5%;
}
.popup_mock_test .mock_test_top{}
.popup_mock_test .mock_test_top .top_top{
    border-top: 2px solid #000;
    border-bottom: 1px solid #000;
    background: #fff url(../images/order/icon_mock_test.png) 5% 50% no-repeat;
    padding: 0 137px;
}
.popup_mock_test .mock_test_top .top_top h3{
    padding: 3% 0;
    font-size: 1.25em;
    color:#000;
    text-align: center;
}
.popup_mock_test .mock_test_top .top_bottom ul{
    margin: 1em auto 0em;
    width: 100%;
    text-align: center;
}
.popup_mock_test .mock_test_top .top_bottom ul li{
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 1em;
}
.popup_mock_test .mock_test_top .top_bottom ul li:first-child{
    margin-left: 0;
}
.popup_mock_test .mock_test_middle{}
.popup_mock_test .mock_test_middle .middle_left{
    float: left;
    width: 60%;
}
.popup_mock_test .mock_test_middle .test_box{
    height: 40em;
    padding: 1em;
    background-color: #f5f5f5;
    overflow-y: scroll;
    margin-top: 1em;
    vertical-align: top;
    text-align: left;
}
.popup_mock_test .mock_test_middle .test_box img{
    max-width: 100%;
}
.popup_mock_test .mock_test_middle .middle_left .test_btn_box{
    margin: 1em 0;
}
.popup_mock_test .mock_test_middle .middle_left .test_btn_box a{
    display: block;
    width: 40%;
    padding: 1em 0;
    border-radius: 2px;
}
.popup_mock_test .mock_test_middle .middle_left .test_btn_box ul{
    width: 20%;
    text-align: center;
}
.popup_mock_test .mock_test_middle .middle_left .test_btn_box ul li{
    display: inline;
    line-height: 3;
}
.popup_mock_test .mock_test_middle .middle_left .test_btn_box ul span{
    color:#222;
}
.popup_mock_test .mock_test_middle .middle_left .test_btn_box ul .all{
    color:#999;
}
.popup_mock_test .mock_test_middle .middle_left .test_btn_box .bd727272{
    border: 1px solid #727272;
    color: #666;
}
.popup_mock_test .mock_test_middle .middle_left .test_btn_box .bg727272{
    background-color: #727272;
    color:#fff;
}
.popup_mock_test .mock_test_middle .middle_right{
    width: 38%;
    float: right;
}
.popup_mock_test .mock_test_middle .middle_right .test_box{
    padding-top: 0;
}
.popup_mock_test .mock_test_middle .middle_right .color_bg_box{
    background-color: #f5f5f5;
}
.popup_mock_test .mock_test_middle .middle_right .color_bg_box+a{
    display: block;
    width: 100%;
    padding: 1em 0;
    margin: 1em 0;
    border-radius: 2px;
    background-color: #5296fb;
    color:#fff;
}
.popup_mock_test .mock_test_middle .middle_right .color_bg_box h3{
    padding: 2em 0 1em;
}
.popup_mock_test .mock_test_middle .middle_right .test_box thead th{
    background-color: #fff4db;
}
.popup_mock_test .mock_test_middle .middle_right .test_box tr.wrong th{background-color: #fce5ec;}
.popup_mock_test .mock_test_middle .middle_right .test_box tr.wrong td{background-color: #fce5ec;}
.popup_mock_test .mock_test_middle .middle_right .test_box th{
    padding: 0.7em 0;
    font-size: 0.8em;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background-color: #fff;
    text-align: center;
    text-indent: 0;
}
.popup_mock_test .mock_test_middle .middle_right .test_box th:first-child{
    border-left: 1px solid #ddd;
}
.popup_mock_test .mock_test_middle .middle_right .test_box td{
    position: relative;
    padding: 0.7em 0;
    font-size: 0.8em;
    border-right: 1px solid #ddd;
    background-color: #fff;
    text-align: center;
}
.popup_mock_test .mock_test_middle .middle_right .test_box td p span{
    display: block;
    width: 15px; height: 15px;
    margin: auto;
    line-height:16px;
    position: relative;
}
.popup_mock_test .mock_test_middle .middle_right .test_box td p span:before{
    display: block; content: ''; clear: both;
    position: absolute;
    left: 0; top: 0;
    width: 15px; height: 15px;
    border: 1px solid #444;
    border-radius:50%;
}
.popup_mock_test .mock_test_middle .middle_right label.radio{
    width: 17px;
}
.popup_mock_test .mock_test_middle .middle_right label.radio:before{
    top:0;
}
.popup_mock_test .mock_test_middle .middle_right label.radio:after{
    top:5px;
}
.popup_mock_test .mock_test_bottom p{
    padding: 1em 0 2em;
    border-top: 1px solid #ddd;
    font-size: 0.9em;
    color:#666;
    line-height: 1.5;
}

@media screen and (max-width: 1700px) {
    .popup_mock_test{
        width: 60%;
     }
}

@media screen and (max-width: 1280px) {
    .popup_mock_test{
        width: 70%;
     }
}

@media screen and (max-width: 999px) {
    .popup_mock_test{
        width: 92.307%;
     }
}

@media screen and (max-width: 800px) {
    .popup_mock_test{
        width: 92.307%;
     }
     .popup_mock_test .mock_test_middle .middle_left{
        float:none;
        width: 100%;
        margin-bottom: 2em;
     }
     .popup_mock_test .mock_test_middle .middle_right{
        float:none;
        width: 100%;
        margin-bottom: 2em;
     }
     .popup_mock_test .mock_test_middle .middle_right .color_bg_box .test_box .common_table th{
        width: 16.666% !important;
     }

    .popup_mock_test .mock_test_top .top_top{
        padding: 0 17%;
    }
}

@media screen and (max-width: 600px) {
    .popup_mock_test .mock_test_middle .test_box{
        height: 30em;
    }
    .popup_mock_test .mock_test_top .top_top{
        padding: 0 20%;
    }
}

@media screen and (max-width: 500px) {
    .popup_mock_test{
        font-size: 15px;
    }
    .popup_mock_test .mock_test_top .top_top{
        -webkit-background-size: 13%;
        background-size: 13%;
    }
}

/* @media screen and (max-width: 400px) {
    .popup_mock_test{
        font-size: 13px;
    }
}

@media screen and (max-width: 350px) {
    .popup_mock_test{
        font-size: 12px;
    }
}*/

/* 수강후기 > 수강후기 */


.review_list.detail_page .detail_page_bottom{
    background: none;
}
.review_list.detail_page .detail_page_bottom .row .col-33{
    margin-bottom: 30px;
}
.review_list.detail_page .detail_page_bottom .row .col-33:nth-child(3n+3){
    padding-right: 5px;
}
.review_list.detail_page .detail_page_bottom .row .col-33 .box{
    border: 1px solid #ddd;
}
.review_list.detail_page .detail_page_bottom .row .col-33 .box:hover{border: 1px solid #fff;}
.epilogue_lecture_bottom{}
.epilogue_lecture_bottom ul{}
.epilogue_lecture_bottom>ul>li:first-child{
    border-top: 1px solid #dddddd;
}
.epilogue_lecture_bottom>ul>li{
    position: relative;
    padding: 2em 0;
    border-bottom: 1px solid #dddddd;
}
.epilogue_lecture_bottom ul li .left_box{
    float: left;
    width: 20%; height: 145px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
}
.epilogue_lecture_bottom ul li .right_box{
    float: right;
    width: 76%;
    position: absolute;
    right: 0;
    height: calc(100% - 65px);
}
.epilogue_lecture_bottom ul li .right_box .star{
    display: block;
    width: 13%;
}
.epilogue_lecture_bottom ul li .right_box h4{
    margin: 0.5em 0;
    font-size: 1.25em;
    font-weight: 500;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
    text-align: left;
}
.epilogue_lecture_bottom ul li .right_box p{
    margin-bottom: 1.5em;
    font-size: 0.9em;
    line-height: 1.5;
    color:#666;
}
.epilogue_lecture_bottom ul li .right_box>ul{
    position: absolute;
    bottom:0;
}
@media screen and (max-width:1230px) {
    .epilogue_lecture_bottom ul li .left_box{
        height: auto;
        padding-bottom: 12%;
    }
}

@media screen and (max-width:990px) {
    .epilogue_lecture_bottom ul li .left_box{
       width: 30%;
    }
    .epilogue_lecture_bottom ul li .right_box{
       width: 66%;
    }
    .epilogue_lecture_bottom ul li .right_box p{
        height: 42px;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 8px;
        text-align: left;
    }
    .epilogue_lecture_bottom ul li .right_box .star{
       width: 19%;
    }
    .epilogue_lecture_bottom ul li .left_box{
        padding-bottom: 18%;
    }
    .review_list.detail_page .detail_page_bottom .row .col-33{
        margin-bottom: 0;
    }
}

@media screen and (max-width:880px) {
    .epilogue_lecture_bottom ul li .right_box{
        height: calc(100% - 60px);
    }
    .epilogue_lecture_bottom ul li .right_box p{
        height: 43px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media screen and (max-width:780px) {
    .epilogue_lecture_bottom ul li .right_box p{
        height: 43px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media screen and (max-width:720px) {
    .epilogue_lecture_bottom>ul>li{
        width: 49%;
        padding: 1em 0;
        margin-right: 2%;
        margin-bottom: 2%;
        float: left;
    }
    .epilogue_lecture_bottom>ul>li:nth-child(2n+2){
        margin-right: 0;
    }
    .epilogue_lecture_bottom>ul>li:nth-child(2){
        border-top: 1px solid #dddddd;
    }
    .epilogue_lecture_bottom ul li .left_box{
        position: static;
        width: 100%;
        padding: 27%;
    }
    .epilogue_lecture_bottom ul li .right_box{
        position:static;
        float: none;
        width: 100%;
        margin-top: 1em;
    }
    .epilogue_lecture_bottom ul li .right_box>ul{
        position:static;
    }
    .epilogue_lecture_bottom ul li .right_box .star{
        width: 25%;
    }
    .epilogue_lecture_bottom ul li .right_box .star img{
        max-width: 104px;
        margin-top: 0.5em;
    }
    .epilogue_lecture_bottom .idate li:first-child:before{
       display: block; content: ''; clear: both;
       width: 25px; height: 1px;
       margin-bottom: 3%;
       background-color: #666;
    }
    .epilogue_lecture_bottom .idate li{
       float:none;
       width: 100%;
       margin-bottom: 1%;
       line-height: 1.4;
    }
    .epilogue_lecture_bottom .idate li{
       float:none;
       width: 100%;
       margin-bottom: 1%;
    }
    .epilogue_lecture_bottom .idate li:after{
        display: none;
    }
    .epilogue_lecture_bottom ul li .right_box h4 , .epilogue_lecture_bottom ul li .right_box p{
        height: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 8px;
        text-align: left;
    }
}


/* 수강후기 > 합격수기 */

.epilogue_pass_bottom{}
.epilogue_pass_bottom>ul>li{
    margin-bottom: 2em;
    padding: 9px 0;
    background: url(../images/epilogue/icon_pass02.png) 95% 0 no-repeat;
}
.epilogue_pass_bottom li a{
    display: block;
    position: relative;
    padding: 2em 3em;
    font-size: 0.9em;
}
.epilogue_pass_bottom li a h4{
    position: relative;
    height: 43px;
    padding: 0.2em 10% 0.2em 2em;
    margin-bottom: 1em;
    line-height: 36px;
}
.epilogue_pass_bottom li a h4:before{
    display: block; content: ''; clear: both;
    position: absolute; left: 0; top: 0.2em;
    padding: 0.8em;
    background: url(../images/epilogue/icon_pass01.png) 0 50% no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.epilogue_pass_bottom li a .amp_icon:before{display: none;}
.epilogue_pass_bottom li a .amp_icon{
    display: block;
    position: absolute;
    width: 115px; height: 115px;
    right: 11%; top:50%;
    margin-top:-57.5px;
    padding:0;
}
.epilogue_pass_bottom li a p{
    width: 78%;
    height: 5.5em;
    margin-bottom: 2em;
    word-break: keep-all;
    line-height: 1.4;
    white-space: normal;
}
.epilogue_pass_bottom li a ul li.last_li:after{
    display: none;
}
.epilogue_pass_bottom li a ul li:first-child{
    padding-left: 0;
}
.epilogue_pass_bottom li a ul li:first-child:before{
    display: none;
}
.epilogue_pass_bottom li a ul li{
    position: relative;
    padding: 0 1em;
    color:#999;
}
.epilogue_pass_bottom li a ul li:before{
    display: block; content: ''; clear: both;
    width: 1px; height: 10px;
    position: absolute;
    left: 0; top: 3px;
    background-color: #999;
}
.epilogue_pass_bottom li a ul li:after{display: none;}
.epilogue_pass_bottom li a ul li span{
    color:#999;
}



@media screen and (max-width:990px) {
    .epilogue_pass_bottom li a .amp_icon{
        position:static;
        width: 45px; height: 45px;
        margin-top: -19px;
        padding:0;
    }
}

@media screen and (max-width:768px) {
    .epilogue_pass_bottom li a p{
       width: 85%;
    }
    .epilogue_pass_bottom>ul>li{
       -webkit-background-size: 10%;
       background-size: 10%;
    }
    .epilogue_pass_bottom li a h4{
       font-size: 1.5em;
       margin-bottom: 0.5em;
    }
}

@media screen and (max-width:620px) {
    .epilogue_pass_bottom li a h4:before{
        top: 0.5em;
        padding: 0.7em;
    }
    .epilogue_pass_bottom li a p{
       width: 100%;
    }
}

@media screen and (max-width:570px) {
    .epilogue_pass_bottom li a{
       padding: 2em 0;
    }
    .epilogue_pass_bottom li a h4{
       margin:0 1.3em 0.4em 0.8em;
       padding-right: 8%;
    }
    .epilogue_pass_bottom li a p{
        width: 90%;
        margin: 0 auto 2em;
    }
    .epilogue_pass_bottom li a ul{
        width: 90%;
        margin: auto;
       font-size: 13px;
    }
}

@media screen and (max-width:460px) {
    .epilogue_pass_bottom li a ul{
       font-size: 11px;
    }
    .epilogue_pass_bottom li a .amp_icon{
        width: 35px; height: 35px;
        margin-top: -12px;
    }
}

@media screen and (max-width:390px) {
    .epilogue_pass_bottom li a ul{
       font-size: 9px;
    }
    .epilogue_pass_bottom li a ul li{
        padding:0 0.5em;
    }
}

/* 커뮤니티 > 이벤트 */

.pic_board_bottom .pic_board_content li a .con_wrap .date{
    color:#666;
}
.pic_board_bottom .pic_board_content li a .con_wrap h4{
    margin: 0.3em 0 0.1em;
    line-height: 1.5;
}
.pic_board_bottom .pic_board_content li a .con_wrap strong{
    display: block;
    height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color:#555;
    font-size: 1.2em;
    line-height: 1.5;
    font-weight: 400;
}


/* 커뮤니티 > 이벤트  뷰 */

.pic_board_bottom .view_form .view_top{
    border-top: none;
}
.pic_board_bottom .view_form .view_top .top_right .title_sns{
    padding-bottom: 1em;
    border-bottom: 1px solid #999;
}
.pic_board_bottom .view_form .view_top .top_right .sns{
    top:-0.5em;   
}
.pic_board_bottom .view_form .view_top .top_right .idate li{
    position: relative;
}
.pic_board_bottom .view_form .view_top .top_right .idate li:last-child:after{
    display: none;
}
.pic_board_bottom .view_form .view_top .top_right .idate li:after{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    right: 1.3em;
    top: 7px;
    width: 1px;
    height: 10px;
    background-color: #ddd;
}
.pic_board_bottom .view_form .view_top .top_right .idate li span{
    font-size: 1em;
}

#id_comment{}
#id_comment .comment-count{
    margin: 10px 0;
    font-weight: 500;
    font-size: 15px;
}
#id_comment .comment-count span{
    font-size: 15px;
    font-weight: 500;
    vertical-align:baseline;
}
#id_comment .comment-write{}
#id_comment .comment-write .comment-count{
    color:#555;
    font-size: 15px;
    margin: 0 0 10px; 
}
#id_comment .comment-write .small_btn{
    width: auto !important;
    float: right;
    padding: 13px 48px;
    border-radius: 50px;
    margin-top:10px;
}
#id_comment .comment-write textarea{
    width: 100%;
}
#id_comment .comment-list{
    margin-top: 80px;
}
#id_comment .comment-list li{
    position: relative;
    border-top: 1px solid #ddd;
    padding:20px 10px;
}
#id_comment .comment-list li .user{
    position: relative;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 400;
}
#id_comment .comment-list li .user:before{
    display: block; content: ''; clear: both;
    position: absolute;
    left:0; top:50%; margin-top:-2px;
    width: 4px; height: 4px;
    background: #ff5a7a;
    border-radius:50%;
}
#id_comment .comment-list li .date{
    margin-left: 8px;
    font-size: 12px;
    font-weight: 400;
}
#id_comment .comment-list li:last-child{
    border-bottom: 1px solid #ddd;
}
#id_comment .comment-list li .comment-contents{
    padding-left: 10px;
    padding-right: 42px;
    margin:19px 0 12px;
    line-height:1.5;
}
#id_comment .comment-list li span.del a{
    padding: 8px 14px;
    position: absolute;
    right: 0; bottom: 10px; 
    font-size: 11px;
}

@media screen and (max-width:999px) {
    .pic_board_bottom .view_form .view_top .top_right .idate li:after{
        right: 1em;
        top: 2px;
    }
}

@media screen and (max-width:414px) {
    .pic_board_bottom .view_form .view_top .top_right .idate li:after{
        right: 0.5em;
    }
    .pic_board_bottom .view_form .view_top .top_right .idate li{
        font-size: 0.8em;
        padding-right: 1em;
    }
}

@media screen and (max-width:330px) {
    .pic_board_bottom .view_form .view_top .top_right .idate li:after{
        right: 0.4em;
    }
    .pic_board_bottom .view_form .view_top .top_right .idate li{
        font-size: 0.7em;
        padding-right: 0.8em;
    }
}

/* 커뮤니티 > 협회회원사 */

.area_box{
    padding: 2em 4em;
    margin: 1em 0 2em;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
}
.area_box li{
    float: left;
    width: 7.14%;
    line-height: 2;
}
.area_box li a{
    color:#222;
    font-weight: 500;
    font-size: 1em;
}
.area_box li a span{
    color:#999;
    font-weight: 400;
}
.area_box li.on a{
    color: #3683f7;
}
.area_box li.on a span{
    color: #3683f7;
    font-weight: 500;
}

@media screen and (max-width:1720px) {
    .area_box{
       font-size: 15px;
    }
}

@media screen and (max-width:1200px) {
    .area_box li{
       min-width:55px;
    }
}

@media screen and (max-width:450px) {
    .area_box+.common_table thead tr th.w50{
       width: 35% !important;
    }
}

/* 내 강의실 > 회원정보 */

.confirm_bottom{}
.confirm_bottom form{}
.confirm_bottom form .login_confirm{
    padding: 1em 2em;
    border: 1px solid #ddd;
    background-color:#f5f5f5;
}
.confirm_bottom form table tr th,.confirm_bottom form table tr td{
    border-top: 1px solid #ddd;
    vertical-align: middle;
    height: 4em;
}
.confirm_bottom form table tr:first-child th,.confirm_bottom form table tr:first-child td{
    border-top: none;
}
.confirm_join_bottom{
    border-top: none;
    margin-top: 0;
    padding-top: 0.5em;
}
.confirm_join_bottom .basic{
    line-height: 45px;
}
.confirm_join_bottom .ipt01{width: 13%;}
.confirm_join_bottom .ipt04{width: 70%;}
.confirm_join_bottom input#deliver03{
    margin: 1em 0 0;
}
.confirm_join_bottom label#deliverbox{
    text-indent: 32px;
    font-size: 1em;
}
.confirm_join_bottom td span.phn_bar{
    padding: 0 1%;
}
.confirm_join_bottom td span.post_box{
    display: inline-block;
    margin-top: -4px;
    margin-left: 1%;
    text-align: center;
    border: 0 !important;
}
.confirm_join_bottom td span.post_box a{
    display: block;
    font-size: 0.9em;
    color:#333;
    background-color: #eeeeee;
    border: 1px solid #ddd;
    height: 41px;
}
.confirm_join_bottom .mini_title span{
    font-weight: 400;
    font-size: 0.9em;
    padding-left: 0.5em;
}
.confirm_join_bottom .orderer th{
    padding:1em 0;
    border-top: 1px solid #999;
    border-bottom: 1px solid #ddd;
    text-align: left;
    text-indent: 1em;
}
.confirm_join_bottom .orderer td{
    border-top: 1px solid #999;
    border-bottom: 1px solid #ddd;
    padding:1em 0;
    vertical-align: middle;
}

@media screen and (max-width:999px) {
    .confirm_bottom form table tr th{
       width: 20% !important;
    }
    .confirm_join_bottom form .form_box li>label{
       width: 20%;
    }
    .confirm_join_bottom form .form_box li .input_wrap{
       width: 80%;
    }
    .confirm_join_bottom .ipt01{
       width: 20%;
    }
    .confirm_join_bottom form .form_box li .input_wrap .ipt01{
       width: 25%;
    }
    .confirm_join_bottom form .form_box li .input_wrap .ipt00{
       width: 30%;
    }
    .confirm_join_bottom .ipt04{
       width: 100%;
    }
}

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

    .confirm_join_bottom form .form_box li>label{
        text-indent: 0;
    }
}

@media screen and (max-width:620px) {
    .confirm_bottom form .login_confirm{
        padding: 1em;
    }
    .confirm_bottom form table tr th{
       width: 23% !important;
    }
    .confirm_bottom form table tr td .ipt{
       width: 100% !important;
    }
    .confirm_bottom form table tr th, .confirm_bottom form table tr td{
       font-size: 0.9em;
    }
    .confirm_join_bottom .ipt01 {
        width: 30%;
    }
    .confirm_join_bottom form .form_box li>label{
        width: 25%;
    }
    .confirm_join_bottom form .form_box li .input_wrap{
        width: 75%;
    }
}


@media screen and (max-width:400px) {
    .confirm_bottom form table tr th{
       width: 25% !important;
       text-indent: 1em;
    }
    .confirm_bottom form table tr th, .confirm_bottom form table tr td{
       font-size: 0.8em;
    }
    .confirm_join_bottom form .form_box li>label{
        width: 30%;
    }
    .confirm_join_bottom form .form_box li .input_wrap{
        width: 70%;
    }
}

@media screen and (max-width:340px) {
    .confirm_bottom form table tr th, .confirm_bottom form table tr td{
       font-size: 0.7em;
    }
    .confirm_join_bottom form .form_box li>label{
        width: 32%;
    }
    .confirm_join_bottom form .form_box li .input_wrap{
        width: 68%;
    }
    .confirm_join_bottom td span.post_box a{
        font-size: 0.8em;
    }
}

/* 회원탈퇴 */

.withdrawal_bottom .inform_box{
    width: 100%;
    padding: 2em 1em;
    line-height: 1.6;
}
.withdrawal_bottom .inform_box strong{
    display: block;
    font-size: 1em;
    margin-bottom: 0.5em;
}
.withdrawal_bottom .inform_box em{
    display: block;
    font-weight: 400;
    font-size: 0.9em;
}
.withdrawal_bottom .common_table tr th{
    background-color: #fff;
    width: 100%;
}
.withdrawal_bottom .common_table tr td{
    text-align: left;
}
.withdrawal_bottom .common_table label{
    width: 100%;
}
.withdrawal_bottom .common_table label.radio:before{
    top:0;
}
.withdrawal_bottom .common_table label.radio:after{
    top:5px;
}
.withdrawal_bottom .common_table.noBorder th{
    width: 7%;
    text-indent: 0;
    vertical-align: top;
}
.withdrawal_bottom .common_table .ipt01{
    width: 100%;
    height: 15em;
    line-height: 1.3;
    padding: 1em;
    border: none;
}

@media screen and (max-width:999px) {
    .withdrawal_bottom .common_table.noBorder th{
       width: 10%;
    }
}

@media screen and (max-width:620px) {
    .withdrawal_bottom .common_table.noBorder th{
       width: 15%;
    }
}

@media screen and (max-width:460px) {
    .withdrawal_bottom .inform_box{
       font-size: 15px;
    }
}

@media screen and (max-width:414px) {
    .withdrawal_bottom .common_table.noBorder th{
       width: 20%;
    }
    .withdrawal_bottom .inform_box{
       font-size: 15px;
    }
}

/* @media screen and (max-width:360px) {
    .withdrawal_bottom .inform_box{
       font-size: 13px;
    }
}

@media screen and (max-width:330px) {
    .withdrawal_bottom .inform_box{
       font-size: 12px;
    }
}*/

/* 자격증소개 > 자격증소개 */

.license_bottom{
    background: url(../images/license/license_bg.png) 50% 50% no-repeat;
}
.license_bottom ul{}
.license_bottom ul li{
    margin-bottom: 4em;
}
.license_bottom ul li:last-child{
    margin-bottom: 0;
}
.license_bottom ul li .img_wrap{
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 9em 0;
}
.license_bottom ul li .txt_wrap{
    line-height: 1.6;
    margin-top: 2.5em;
}
.license_bottom ul li .txt_wrap div{
    display: inline-block;
    overflow: hidden;
}
.license_bottom ul li .txt_wrap.fl div{
    float: right;
}
.license_bottom ul li .txt_wrap div+p:before{
    display: block; content: ''; clear: both;
    padding-top: 0.3em;
}
.license_bottom ul li .txt_wrap div+p.left_p:before{
    display: block; content: ''; clear: both;
    padding-top: 0.6em;
}
.license_bottom p{
    word-break:keep-all;
}
.license_bottom ul li .txt_wrap div span{
    display: block;
    position: relative;
    width: 100%;
    color:#fff;
}
.license_bottom ul li .txt_wrap.fr div span{
    padding: 0.45em 9em 0.45em 2em;
    font-weight: 500;
}
.license_bottom ul li .txt_wrap.fl div span{
    padding: 0.45em 2em 0.45em 9em;
    font-weight: 500;
}
.license_bottom ul li .txt_wrap.fr div span:after{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    z-index: -1;
    width: 300%;
    height: 400%;
    right: 0;
    top: 100%;
    transform: rotate(-22deg);
    background-color: #3683f7;
}
.license_bottom ul li .txt_wrap.fr div span.third:after{
    background-color: #f58c53;
}
.license_bottom ul li .txt_wrap.fl div span:after{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    z-index: -1;
    width: 300%;
    height: 300%;
    left: 0;
    top: 100%;
    transform: rotate(22deg);
    background-color: #ff5a7a;
}
.license_bottom ul li .txt_wrap.fl div span.first:after{
    background-color: #3683f7;
}
.license_bottom ul li .txt_wrap.fl div span.second:after{
    background-color: #e92553;
}
.license_bottom ul li .txt_wrap.fl div span.third:after{
    background-color: #f58c53;
}

@media screen and (max-width:730px) {
    .license_bottom ul li .img_wrap{
       float:none !important;
       width: 100% !important;
    }
    .license_bottom ul li .txt_wrap{
       float:none !important;
       width: 100% !important;
       margin-top: 1em;
    }
}

/* 자격증 소개 > 연간시험일정 */

.schedule_bottom{}
.schedule_bottom .table_main_title{
    font-weight: 500;
    font-size: 1.5em;
    margin-bottom: 2em;
}
.schedule_bottom .title_num{
    display: inline-block;
    width: 24px; height: 24px;
    margin-right: 10px;
    border-radius:50%;
    font-size: 0.8em;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
}
.schedule_bottom .title_num.bgaaa{
    width: 21px;
    height: 21px;
    margin-left: 2px;
    margin-right: 13px;
    font-size: 0.78em;
    line-height: 21px;
    color:#fff;
}
.schedule_bottom .schedule_wrap .schedule_icon li{
    float: left;
    position: relative;
    width: 25%;
    padding: 3% 0;
}
.schedule_bottom .schedule_wrap .schedule_icon li>span:before{
    display: block; content: ''; clear: both;
    position: absolute;
    z-index:1;
    left: 60%; top: 50%;
    width: 100%; height: 32px;
    margin-top: -16px;
    background: url(../images/license/icon_schedule_arrow.png) 50% 50% no-repeat;
}
.schedule_bottom .schedule_wrap .schedule_icon li>span{
    position: absolute;
    width: 86%;
    height: 54%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.schedule_bottom .schedule_wrap .schedule_icon li>span:after{
    display: block; content: ''; clear: both;
    position: absolute;
    z-index:-2;
    right: -60%; top: 50%;
    height: 1px;
    width: 100%;
    background-color: #ddd;
}
.schedule_bottom .schedule_wrap .schedule_icon li:last-child>span:before,.schedule_bottom .schedule_wrap .schedule_icon li:last-child>span:after{
    display: none;
}
.schedule_bottom .schedule_wrap .schedule_icon li.two_li>span{
    height: 50%;
}
.schedule_bottom .schedule_wrap .schedule_icon li:nth-child(1)>span{background-image: url(../images/license/icon_schedule01_01.png);}
.schedule_bottom .schedule_wrap .schedule_icon li:nth-child(2)>span{background-image: url(../images/license/icon_schedule02_01.png);}
.schedule_bottom .schedule_wrap .schedule_icon li:nth-child(3)>span{background-image: url(../images/license/icon_schedule03_01.png);}
.schedule_bottom .schedule_wrap .schedule_icon li:nth-child(4)>span{background-image: url(../images/license/icon_schedule04_01.png); background-position: 55% 49%;}
.schedule_bottom .schedule_wrap .schedule_icon li img{
    width: 90%;
}
.schedule_bottom .schedule_wrap .schedule_icon li p{
    margin: 8% 0 0 -11%;
    text-align: center;
    line-height: 1.3;
}
.schedule_bottom .schedule_wrap .schedule_icon li p span{
    display: block;
}

.schedule_bottom .common_table{
    border-top: none; 
}
.schedule_bottom .common_table thead th{
    border:1px solid #ddd;
}
.schedule_bottom .common_table thead th.bgaaa{
    color:#fff;
    font-weight: 400;
    background-color: #301971 !important;
}
.schedule_bottom .common_table tbody th{
    width: 17.5%;
    text-indent: 1em;
    border-top:1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    color:#222;
    vertical-align: middle;
}
.schedule_bottom .common_table thead+tbody th{
    text-indent: 0;
    text-align: center;
    line-height:1.4;
}
.schedule_bottom .common_table tbody td{
    padding: 1em;
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    text-align: left;
    color:#666;
    line-height: 1.5;
}
.schedule_bottom .common_table tbody td:first-child{
    border-left: 1px solid #ddd;
}
.schedule_bottom .schedule_wrap>li>h4{
    margin: 42px 0 30px;
    font-size: 1.2em;
    font-weight: bold;
    color:#000;
}
.schedule_bottom .schedule_wrap>li>p{
    font-size: 0.9em;
    line-height: 1.4;
}
.schedule_bottom .schedule_wrap>li .sub_title_span{
    font-size: 0.8em;
    font-weight: 500;
}
.schedule_bottom .schedule_wrap>li .table_ex_p{
    padding-left: 34px;
    color:#666;
    font-weight: 400;
    font-size: 0.9em;
}
.schedule_bottom .schedule_wrap>li .table_ex_p.pinkColor{
    font-size: 1em;
}
.schedule_bottom .schedule_wrap>li .text_box p{
    line-height: 2.5;
    font-size: 0.9em;
    font-weight: 400;
}
.schedule_bottom .schedule_wrap>li .text_box+table{
    margin-top: 30px;
}
.schedule_bottom .schedule_wrap>li .text_box p.pinkColor.table_ex_p{
    font-size: 0.9em;
}
.schedule_bottom .schedule_wrap>li .text_box p.dot:before{
    left: 34px;
    top: 1.15em;
}
.schedule_bottom .schedule_wrap>li .text_box p.dot{
    padding-left: 45px;
    line-height: 1.7;
}
.schedule_bottom .schedule_wrap>li .text_box td p{
    line-height: 1.5;
}
.schedule_bottom .schedule_wrap>li dl dt{
    margin:0 0 10px 0;
    font-weight: 500;
    font-size: 0.95em;
    color:#000;
    position: relative;
}
.schedule_bottom .schedule_wrap>li dl dd{
    margin:0 0 25px 0;
    line-height: 1.5;
    color:#666;
    font-size: 0.95em;
    font-weight: 400;
}
.schedule_bottom .schedule_wrap>li dl dd.ti_dd{
    margin:0 0 25px 12px;
    padding: 0 0 0 1.6em;
}
.schedule_bottom .schedule_wrap>li dl dd>p{
    font-size: 0.95em;
}
.schedule_bottom .schedule_wrap>li dl dd p{
    color:#666;
    font-weight: 400;
}
.schedule_bottom .schedule_wrap>li dl dd .pinkColor{
    display: block;
    font-size: 0.95em;
    margin-bottom: 10px;
}
.schedule_bottom .schedule_wrap .dot:before{
    display: block; content: ''; clear: both;
    position: absolute;
    left:0; top: 10px;
    width: 2px;
    height: 2px;
    background-color: #666;
    border-radius: 50%;
}
.schedule_bottom .schedule_wrap .dot{
    position: relative;
    padding-left: 10px;
}
.schedule_bottom .schedule_wrap .t_box .dot:first-child{
    margin-top: 0;
}
.schedule_bottom .schedule_wrap .t_box .dot{
    margin:0.5em 0 0.2em;
}
.schedule_bottom .schedule_wrap .text_padding p:last-child{
    margin-bottom: 10px;
}
.schedule_bottom .schedule_wrap .bar:before{
    display: block; content: ''; clear: both;
    position: absolute;
    left:0; top:50%;
    width: 5px;
    height: 1px;
    background-color: #666;
    border-radius: 50%;
}
.schedule_bottom .schedule_wrap .bar{
    position: relative;
    padding-left: 13px;
}
.schedule_bottom .schedule_wrap .text_box p{
    color:#666;
}

@media screen and (max-width:1230px) {
    .schedule_bottom .schedule_wrap .schedule_icon li>span{
        -webkit-background-size: 20% auto;
        background-size: 20% auto;
    }
}

@media screen and (max-width:990px) {
    .schedule_bottom .schedule_wrap .schedule_icon li>span{
        height: 52%;
    }
    .schedule_bottom .schedule_wrap .schedule_icon li.two_li>span{
        height: 47%;
    }
    .schedule_bottom .common_table tbody th{
        width: 146px;
    }
    .schedule_bottom .schedule_wrap>li .text_box p {
        position: relative; padding-left: 35px;
        line-height: 1.5;
        margin-bottom: 10px;
    }
    .schedule_bottom .schedule_wrap .t_box .dot{
        padding-left: 7px;
        font-weight: bold;
        color: 666;
    }
    .schedule_bottom .schedule_wrap li .text_padding p {
        padding-left: 0;
    }
    .schedule_bottom .schedule_wrap>li .text_box p.color999 {
        padding-left: 0em;
    }
    .schedule_bottom .title_num.bgaaa{
        position: absolute; left: 0; top: 4px;
    }
    .schedule_bottom dt .title_num.bgaaa{
        position: static;
    }
    .schedule_bottom .schedule_wrap>li>h4+p{
        line-height: 1.5;
        padding-bottom: 8px;
    }
    .schedule_bottom .schedule_wrap>li dl dd.ti_dd{
        margin: 0 0 25px 0;
        padding: 0;
    }
}
  

@media screen and (max-width: 650px) {
    .schedule_bottom .schedule_wrap .schedule_icon li>span:before,.schedule_bottom .schedule_wrap .schedule_icon li>span:after{
       display: none;
    }
    .schedule_bottom .schedule_wrap .schedule_icon li{
       float:none;
       width: 100%;
    }
    .schedule_bottom .schedule_wrap .schedule_icon li>span{
       z-index: 1;
       width: 25%;
       height: 61%;
       -webkit-background-size: 22%;
       background-size: 22%;
    }
    .schedule_bottom .schedule_wrap .schedule_icon li.two_li>span{
       height: 59%;
    }
    .schedule_bottom .schedule_wrap .schedule_icon li.two_li p{
       margin-top: 2%;
    }
    .schedule_bottom .schedule_wrap .schedule_icon li:nth-child(4)>span{
       background-position: 51% 59%;
    }
    .schedule_bottom .schedule_wrap .schedule_icon li img{
       width: 25%;
       transform: rotate(90deg);
    }
    .schedule_bottom .schedule_wrap .schedule_icon li p{
       float: right;
       width: 76%;
       margin: 4% 0 0 -11%;
       text-align: left;
    }
}

@media screen and (max-width:480px) {
    .schedule_bottom .common_table{
        font-size: 14px;
    }
    .schedule_bottom .schedule_wrap>li>h4{
        margin:25px 0 20px;
    }
    .schedule_bottom .common_table thead th.bgaaa.time_table_w20{
        width: 18%;
    }
    .schedule_bottom .schedule_wrap>li .table_ex_p.pinkColor{margin-bottom: 15px !important;}
    .schedule_bottom .schedule_wrap>li .text_box p.dot{margin-bottom: 0;}
    .schedule_bottom .schedule_wrap .schedule_icon{
       padding:3% 0 1.5%;
    }
    .schedule_bottom .schedule_wrap .schedule_icon li p{
       width: 56%;
       font-size: 19px;
    }
    .schedule_bottom .schedule_wrap .schedule_icon li.two_li p{
       margin-top: 1%;
    }
    .schedule_bottom .schedule_wrap .schedule_icon li p span{
       font-size: 15px;
    }
    .schedule_bottom .schedule_wrap .schedule_icon li>span{
       left:19%;
    }
    .schedule_bottom .schedule_wrap .schedule_icon li img{
       width: 28%;
       margin-left: 17.5%;
    }
    .schedule_bottom .schedule_wrap .schedule_icon li:nth-child(1)>span,
    .schedule_bottom .schedule_wrap .schedule_icon li:nth-child(2)>span,
    .schedule_bottom .schedule_wrap .schedule_icon li:nth-child(3)>span{
       -webkit-background-size: 26%;
       background-size: 26%;
    }
    .schedule_bottom .schedule_wrap .schedule_icon li:nth-child(4)>span{
       -webkit-background-size: 23%;
       background-size: 23%;
       background-position: 51% 62%;
    }
    .schedule_bottom .schedule_wrap>li .text_box p{
       font-size: 14px;
    }
}


 @media screen and (max-width:414px) {
    .schedule_bottom .schedule_wrap .schedule_icon li>span{
        min-width:95px;
        left:17%;
    }
    .schedule_bottom .schedule_wrap .schedule_icon li:nth-child(2)>span{
        left:16.5%;
    }
    .schedule_bottom .schedule_wrap .schedule_icon li img{
        min-width:106px;
        margin-left: 15%;
    }
    .schedule_bottom .schedule_wrap .schedule_icon li p{
        width: 58%;
        font-size: 18px;
    }
    .schedule_bottom .schedule_wrap .schedule_icon li p span{
        font-size: 14px;
    }
}

@media screen and (max-width:350px) {
    .schedule_bottom .common_table{
        font-size: 13px;
    }
    .schedule_bottom .schedule_wrap>li .text_box p{
       font-size: 13px;
    }
    .schedule_bottom .schedule_wrap .schedule_icon li img{
       margin-left: 13%;
    }
    .schedule_bottom .schedule_wrap .schedule_icon li>span{
       background-position: 51% 60%;
       left:15%;
    }
    .schedule_bottom .schedule_wrap .schedule_icon li:nth-child(2)>span{
       background-position: 42% 58%;
    }
    .schedule_bottom .schedule_wrap .schedule_icon li:nth-child(4)>span{
       background-position: 51% 68%;
    }
}

/* 회사소개 */

.company{}
.company .company_top{
    background: url(../images/common/company_bg01.png) 50% 50% no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.company .company_top dl{}
.company .company_top dl dt{
    font-size: 1.5em;
    margin: 0.5em 0;
    color:#c2205a;
}
.company .company_top dl dd{
    line-height: 1.5;
    margin-bottom: 2em;
}
.company .picture_box{
    padding: 29% 0;
    background: url(../images/common/company_img.png) 50% 50% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.company .picture_box .w430{
    display: none;
}
.company .picture_box h4{
    font-size: 2em;
    margin-bottom: 0.7em;
    letter-spacing: 0.3em;
}
.company .picture_box p{
    line-height: 1.5;
    font-size: 1.1em;
}

@media screen and (max-width:990px) {
    .company .picture_box{
       margin-bottom: 5em;
    }
}

@media screen and (max-width:780px) {
    .company{font-size: 15px;}
    .company .picture_box h4{
       letter-spacing:0.2em;
    }
    .company .company_top img{width: 12%; min-width: 57px;}
}

@media screen and (max-width:650px) {
    .company .picture_box h4{letter-spacing:0.1em;}
}

@media screen and (max-width:600px) {
    .company{font-size: 14px;}
}

@media screen and (max-width:520px) {
    .company .picture_box{
       font-size: 13px;
    }
}

@media screen and (max-width:450px) {
    .company .picture_box{
       font-size: 13px;
    }
    .company .picture_box .w430{
       display: block;
    }
    .company .picture_box h4{
       letter-spacing:0;
       line-height: 1.2;
    }
}

/* 자격증 소개 > 합격자 현황 */

.successful_bottom{}
.successful_bottom h4{
    font-size: 1.5em;
    margin: 1em 0;
    line-height: 1;
}
.successful_bottom h4:before{
    display: inline; content: '['; clear: both;
    padding-right: 10px;
    font-size: 1.6em;
    color: #3683f7;
}
.successful_bottom h4:after{
    display: inline; content: ']'; clear: both;
    padding-left: 10px;
    font-size: 1.6em;
    color: #3683f7;
}
.successful_bottom .title_p{
    line-height: 1.5;
    margin-bottom: 1.5em;
}
.successful_bottom .ex_p{
    margin: 2em 0 4.5em;
    padding: 0 4em;
    line-height: 1.5;
}
.successful_bottom .img_wrap{
    margin:auto;
    min-width:717px;
    margin-bottom: 63px;
}
.successful_bottom .img_wrap img{
    display: inline-block;
    margin-right: 1%;
}
.successful_bottom .img_wrap img:nth-child(2n+2){
    margin-right: 0;
}
.successful_bottom table+p{
    margin-top: 1em;
    line-height: 1.5;
}
.successful_bottom.schedule_bottom .common_table tbody td{
    text-align: center;
}
.successful_bottom a{
    padding:0.7em 7em;
}
.successful_bottom table{
    margin-bottom: 1em;
}

@media screen and (max-width:990px) {
    .successful_bottom .ex_p{
       padding:0;
    }
    .successful_bottom .img_wrap{
        width: 100%;
        min-width:0;
    }
}

@media screen and (max-width:768px) {
    .successful_bottom .img_wrap{
        margin-bottom: 1.5em;
    }
    .successful_bottom .img_wrap img{
        float: left;
        width: 49%;
    }
}

@media screen and (max-width:510px) {
    .successful_bottom{
       font-size: 14px;
    }
    .successful_bottom a{
       display: block;
       width: 100%;
       padding: 0.8em 0;
    }
}

@media screen and (max-width:360px) {
    .successful_bottom{
       font-size: 13px;
    }
    .successful_bottom h4{
       font-size: 1.4em;
    }
    .schedule_bottom .common_table tbody td{
       padding: 0.7em;
    }
}

/* 1:1 문의 */

.one_qna_bottom .common_table tbody tr td{
    padding: 0.27em 0;
}
.one_qna_bottom .common_table tbody tr td a{
    display: block;
    padding: 1.1em 0;
}
.one_qna_bottom .small_btn{
    width: 45% !important;
    padding:0.8em 0;
    border-radius: 40px;
    font-size: 0.95em;
}
.one_qna_bottom .small_btn:hover{
    cursor:default;
}

@media screen and (max-width:400px) {
    .one_qna_bottom .common_table thead tr th.w15{
       width: 25% !important;
    }
    .one_qna_bottom .common_table thead tr th.w50{
       width: 50% !important;
    }
}

/* 1:1 학습질문 */

.one_learning_bottom .left_bar_title{
    position: relative;
}
.one_learning_bottom .one_learning .common_table li:first-child{
    padding: 1.45em 1.5em;
    background-color: #f5f5f5;
}
.one_learning_bottom .one_learning .common_table li:first-child span{
    font-size: 0.93em;
    font-weight: 500;
}

.one_learning_bottom{}
.one_learning_bottom .one_learning ul{
    border-top: 1px solid #000;
}
.one_learning_bottom .one_learning ul li{
    border-bottom: 1px solid #ddd;
}
.one_learning_bottom .one_learning ul li>a{
    display: block;
    padding: 1.38em 1.5em;
    font-size: 15px;
}
.one_learning_bottom .one_learning ul li h4{
    padding-left: 2.6%;
    line-height: 1.4;
    height: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.one_learning_bottom .one_learning ul li a span{}
.one_learning_bottom .one_learning ul li div span{
    overflow: hidden;
}
.one_learning_bottom .one_learning ul li div span p{
    font-weight: 400 !important;
}
.one_learning_bottom .one_learning ul li:hover{
    cursor:pointer;
}
.one_learning_bottom .one_learning ul li.answer:hover{
    cursor:default;
}
.one_learning_bottom .one_learning ul li.answer{
    display: none;
    background: #fff url(../images/order/icon_answer.png) 1.5em 50% no-repeat;
}
.one_learning_bottom .one_learning ul li.answer a{
    padding-left: 3em;
}
.one_learning_bottom .one_learning ul li.answer.on{
    display: block;
}

.board_view_form_answer{
   /* margin-top: 2em;*/
}
.board_view_form_answer .idate{
    position: relative;
}
.board_view_form_answer .idate li.small_btn{
    position: absolute;
    right: 1em;
    top: -0.6em;
    width: auto !important;
    padding: 0.6em 1em;
    border-radius: 21px;
    font-size: 0.8em;
    color: #fff;
}
.board_view_form_answer .idate li.small_btn:after{display: none;}

@media screen and (max-width:720px) {
    .one_learning_bottom .one_learning{
       font-size: 15px;
    }
    .one_learning_bottom .one_learning ul li h4{
        padding-left: 0;
    }
    .one_learning_bottom .one_learning .common_table li:first-child{
        padding:1.45em 15px !important;
    }
    .one_learning_bottom .one_learning ul li>a{
        padding: 1.38em 15px !important;
    }
    .one_learning_bottom .one_learning .common_table li:first-child span.lea_qus{
        width: 50% !important;
    }
    .one_learning_bottom .one_learning .common_table li:first-child span.lea_peo , 
    .one_learning_bottom .one_learning .common_table li:first-child span.lea_dat , 
    .one_learning_bottom .one_learning .common_table li.question .lea_peo ,
    .one_learning_bottom .one_learning .common_table li.question .lea_dat{
        width: 25% !important;
    }
    .one_learning_bottom .one_learning ul li h4 {
        width: 50% !important;
    }
}

@media screen and (max-width:600px) {
    /*
    .one_learning_bottom .one_learning .lea_qus , .one_learning_bottom .one_learning h4{
       width: 65% !important;
    }
    .one_learning_bottom .one_learning .lea_peo{
       width: 19% !important;
    }
    .one_learning_bottom .one_learning .lea_dat{
       width: 16% !important;
    }
    .one_learning_bottom .one_learning ul li h4{
        padding-left: 0;
    }*/
}

/*
@media screen and (max-width:414px) {
    
    .one_learning_bottom .one_learning ul li h4{
        width: 50% !important;
    }
    .one_learning_bottom .one_learning ul li div{
        width: 50% !important;
    }
}
*/
@media screen and (max-width:360px) {
    .one_learning_bottom .one_learning ul li a{
        padding: 1.2em 0.5em;
        line-height: 1.5;
    }
    .one_learning_bottom .one_learning ul li.answer a{
        padding: 1.2em 0.5em 1.2em 2.2em;
    }
    .one_learning_bottom .one_learning ul li.answer{
        background: #f5f5f5 url(../images/order/icon_answer.png) 1em 50% no-repeat;
    }
}

@media screen and (max-width:345px) {
    /* .one_learning_bottom .one_learning{
       font-size: 13px;
    }*/
    .one_learning_bottom .one_learning ul li div span.w60{
       width: 50% !important;
    }
    .one_learning_bottom .one_learning ul li div span.w40{
       width: 50% !important;
    }
}

/* 교수진소개 > 교수님 */

.professor_view{}
.professor_view .view_top{
    position: relative;
    padding: 4em 0 4em;
    background: url(../images/professor/professor_bg.jpg) center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.professor_view .view_top .view_top_left{
    position: absolute;
    left: 0; bottom: 0;
    width: 37%; height: 100%;
    /*background: url(../images/professor/professor_view_img01.png) right bottom no-repeat;*/
}
.professor_view .view_top .view_top_right{
    max-width: 1230px;
    padding: 0 15px;
    width: 100%;
    margin:auto;
    padding-left: 29em;
}
.professor_view .view_top .view_top_right .view_right_top{
    margin-bottom: 1em;
}
.professor_view .view_top dl dt{
    margin-bottom: 0.5em;
    font-size: 17px;
    font-weight: 500;
}
.professor_view .view_top dl dd{
    font-size: 35px;
    font-weight: 300;
}
.professor_view .view_top dl dd span{
    font-size: 35px;
}
.professor_view .view_top .view_top_right .view_right_bottom .mini_title{
    margin-top: 0.5em;
}
.professor_view .view_top .view_top_right .view_right_bottom .mini_title.b8ae85{
    display: inline-block;
    padding-right: 50%;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #b8ae85;
}
.professor_view .view_top .view_top_right .view_right_bottom .mini_title:before{
    background-color: #222;
}
.professor_view .go_free{
    margin-top: 10px;
    padding: 13px 0;
    font-weight: 500;
    text-align: center;
    transition: 0.2s;
    font-size: 1.1em;
    border: 1px solid #434343;
    color: #434343;
    background-color: #e7eef9;
}
.professor_view .go_free:hover {
    background-color: #434343;
    color: #fff;
}
.professor_view .view_top .view_top_right .view_right_bottom ul{
    /* height: 300px; */
    height: 245px;
    overflow-y:auto;
}
.professor_view .view_top .view_top_right .view_right_bottom ul li{
    line-height: 2;
}
.professor_view .view_top .view_top_right .view_right_bottom ul li p{
    position: relative;
    padding: 0 13px;
    height: 25px;
    font-size: 0.8em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.professor_view .view_top .view_top_right .view_right_bottom ul li p:before{
    display: block; content: ''; clear: both;
    width: 5px; height: 1px;
    position: absolute;
    left: 0; top: 12px;
    background-color: #222;
}
.professor_view .view_top .view_top_right .view_right_bottom .professor_video{
    width: 100%;
    height: 16em;
    vertical-align:top;
}
.professor_view .professor_tab{
    width: 100%;
    padding: 0 32.5%;
    margin-bottom: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.professor_view .professor_tab li a{
    border-bottom: none;
    border-top: none;
    border-color:#ddd;
    background-color: #fff;
    color: #999;
    transition: 0.3s;
}
.professor_view .professor_tab li:hover a{
    border-color:#9528f1;
    background-color: #9528f1;
    color: #fff;
}
.professor_view .professor_tab+#wrapper{
    margin-top: 0;
}
.professor_view .professor_lecture{
    padding: 0em 0 0em;
}
.professor_view .professor_question{
    padding-top: 5em;
}
.professor_view .professor_lecture_list .lecture .icon_top{
    line-height: 3;
}
.professor_view .professor_lecture_list .lecture>ul>li{
    width: 48%;
    padding: 1.5em 2em 1em;
    margin-right: 4%;
    margin-bottom: 4%;
    border: 1px solid #ddd;
    border-top: 1px solid #000;
}
.professor_view .professor_lecture_list .lecture>ul>li:nth-child(2n+2){
    margin-right: 0;
}
.icon_lecture{
    padding: 5px 1.3em 6px;
    margin-right: 0.5em;
    border-radius: 25px;
    font-size: 0.8em;
    background-color: #301971 !important;
}
.professor_view .professor_lecture_list .lecture li .txt_wrap dl{
    line-height: 1.5;
}
.professor_view .professor_lecture_list .lecture li .txt_wrap dt{
    font-size: 1.5em;
    color:#222;
    height: 33px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.professor_view .professor_lecture_list .lecture li .txt_wrap dd{
    font-size: 0.9em;
    color:#666;
    margin-bottom: 1em;
}
.professor_view .professor_lecture_list .lecture li .txt_wrap .pinkColor{
    font-size: 1.4em;
}
.professor_view .professor_lecture_list .lecture li .txt_wrap .pinkColor span{
    font-size: 0.9em;
}
.professor_view .professor_lecture_list .lecture li .detail_wrap{
    margin-top: 1em;
    border-top: 1px solid #999;
}
.professor_view .ok_box{
    padding-top: 1em;
    margin: 1em 0;
}
.professor_view .ok_box a{
    font-size: 15px;
    padding: 0.8em 0;
}
.professor_view .ok_box a.w43{
    width: 41.5%;
}
.professor_view .ok_box a.w43{
    margin-right: 2%;
}
.professor_view .ok_box .cart{
    width: 13%;
    padding: 1.3em 0;
    /*-webkit-background-size: 50%;
    background-size: 50%;*/
} 


@media all and (max-width:1200px) {
    .professor_view .view_top .view_top_right{
       padding-left: 28em;
    }
}

@media all and (max-width:1100px) {
    .professor_view .professor_tab{
       padding: 0 25%;
    }
    .professor_view .view_top .view_top_right{
       padding-left: 25em;
    }
}

@media screen and (max-width: 990px) {
    .professor_view .ok_box .cart{
        -webkit-background-size: 59%;
        background-size: 59%;
    }
    .professor_view .view_top{
       padding: 0;
    }
    .professor_view .view_top .view_top_left{
       width: 100%;
       position: relative;
       background: none !important;
       padding: 0 15px;
    }
    .professor_view .view_top .view_top_left .pr_img{
        position: absolute;
        left:0; bottom: 0;
    }
    .professor_view .mobile_lecture{
       padding: 3em 0;
    }
    .mobile_lecture .t_box{
       margin-top: 1em;
    }
    .mobile_lecture .professor_video.m_box{
       padding: 1em 0;
       text-indent: 30%;
    }
    .professor_view .view_bottom .bottom_ex+.title{
       margin-top: 5em;
    }
    .professor_view .professor_lecture .bottom_ex  .w100>ul{
       border: 1px solid #ddd;
       padding: 0.7em;
    }
    .professor_view .view_bottom .bottom_ex ul li{
        line-height: 2;
    }
    .professor_view .view_bottom .bottom_ex ul li p{
        position: relative;
        padding-left: 13px;
        font-size: 0.8em;
    }
    .professor_view .view_bottom .bottom_ex ul li p:before{
        display: block; content: ''; clear: both;
        width: 5px; height: 1px;
        position: absolute;
        left: 0; top: 12px;
        background-color: #222;
    }
    .professor_view .view_top .view_right_top dl dt{
        font-size: 1.1em;
    }
    .professor_view .mobile_lecture .professor_video.m_box{
        display: none;
        width: 10.7em;
        margin-top: 0.7em;
        font-size: 1.1em; 
        background: #f4c252 url(../images/professor/icon_play.png) 80% 50% no-repeat;
        -webkit-background-size: 2em;
        background-size: 2em;
        color:#57400d;
        text-align:left;
        text-indent: 11%;
    }
    .professor_view .ok_box{
        margin: 0;
    }
}

@media all and (max-width:890px) {
    .professor_view .professor_tab{
       padding: 0 15%;
    }
}

@media all and (max-width:800px) {
    .professor_view .professor_lecture_list .lecture>ul>li{
       padding: 1.5em 1em 1em;
    }
    .professor_view .ok_box{
       font-size: 15px;
    }
    .professor_view .ok_box .cart{
       -webkit-background-size: 65%;
       background-size: 65%;
    }
    .professor_view .professor_lecture_list .lecture>ul>li{
       font-size: 14px;
    }
    .professor_view .view_bottom .bottom_ex+.title{
       margin-top: 2.5em;
    }
}

@media all and (max-width:700px) {
    .professor_view .professor_lecture_list .lecture>ul>li{
       width: 100%;
       float: none !important;
       margin-right: 0;
       padding: 1.5em 2em 1em;
    }
    .professor_view .go_free{display: block !important; padding:12px 22px; font-size: 0.95em;}
    .professor_view .ok_box{
       width: 60% !important;
    }
    .professor_view .ok_box{
       font-size: 16px;
    }
    .professor_view .only_t{
        display: none;
    }
    .professor_view .m_box{
        display: block;
    }
    .professor_view .mobile_lecture .professor_video.m_box{
        display: block;
    }
}

@media all and (max-width:600px) {
    .professor_view .professor_tab{
       padding: 0 3.846%;
    }
    .professor_view .ok_box {
        width: 80% !important;
    }
    .professor_view .professor_lecture_list .lecture>ul>li{
        font-size: 15px;
    }
    .mobile_lecture{
        font-size: 14px;
    }
}

@media all and (max-width:500px) {
    .professor_view .professor_tab{
       padding: 0 3.846%;
    }
    .professor_view .ok_box {
        width: 100% !important;
    }
    .professor_view .mobile_lecture{
        width: 53% !important;
        font-size: 12px;
    }
    .professor_view .view_top dl dd , .professor_view .view_top dl dd span{
        font-size: 30px;
    }
    .professor_view .view_top .view_right_top dl dt{
        height: 16px;
         overflow: hidden;
    }
    .professor_view .view_top dl dd{
        margin-bottom: 0.5em;
    }
    .professor_view .view_top .view_right_top .m_abs{
        position: absolute;
        width: 100% !important;
        left: 15px; top: 2em;
    } 
    .professor_view .view_top .t_box.professor_video {margin-top: 6em;}
}

@media all and (max-width:400px) {
    .professor_view .professor_lecture_list .lecture>ul>li{
       padding:1.5em 1em 1em;
    }
    .professor_view .view_top .view_right_top dl dt{
        font-size: 16px;
    }
    .professor_view .view_top dl dd , .professor_view .view_top dl dd span{
        font-size: 25px;
    }
    /*.professor_view .professor_lecture_list .lecture>ul>li{
        font-size: 13px;
    }*/
}

@media all and (max-width:375px) {
    .professor_view .go_free{display: block !important; width: 100%; padding: 12px 0;}
    .professor_view .view_top .t_box.professor_video{margin-top: 4em;}
}

/* 수강신청 > 패키지 */

.pic_board_bottom.package_bottom .pic_board_content li a .img_wrap{
    padding:17% 0;
}
.pic_board_bottom.package_bottom .pic_board_content li a .img_wrap img{width: 100%; max-width:100%;display: block;}
.pic_board_bottom.pic_board_bottom .pic_board_content li a .con_wrap strong{
    font-size: 15px;
}
.pic_board_bottom.package_bottom li .con_wrap .txt_price_box{
    position: relative;
    margin-top: 0.7em;
}
.pic_board_bottom.package_bottom li .con_wrap .txt_price_box p{
    font-size: 15px;
    line-height: 1.6;
    height: 47px;
    width: 78%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pic_board_bottom.package_bottom li .con_wrap .txt_price_box em{
    position: absolute;
    bottom: 0; right: 0;
    font-size: 1.3em;
}
.pic_board_bottom.package_bottom li .con_wrap .txt_price_box em span{
    font-size: 0.85em;   
    padding-left: 0.4em;
    vertical-align:baseline;
}

@media screen and (max-width:999px) {
    .pic_board_bottom.package_bottom li .con_wrap .txt_price_box em{
       position: static;
    }
    .pic_board_bottom.package_bottom li .con_wrap .txt_price_box p{
       margin-bottom: 0.5em;
    }
}

/*
@media screen and (max-width:620px) {
    .pic_board_bottom.package_bottom .pic_board_content li a .img_wrap{
        padding: 22% 0;
    }
}
*/

/* FAQ */


.faqDiv{padding: 2em 2.5em;margin-bottom: 3em; background: #525252 !important;}
.faqDiv input{width: calc(100% - 100px);}
.faqDiv .faq_btn_div{width:100px;}
.faqDiv .ipt{padding-bottom: 4px;}
.faqDiv .ipt::placeholder{font-size: 13px;}
.faqDiv .divWrap .small_btn{border:none; color:#fff; width: 90% !important; height: 39px; padding:0; line-height:39px; text-align: center; border-color:#ff5a7a !important; background-color: #ff5a7a;}
.faqBtnList{text-align:left;margin-bottom:15px;}
.faqBtnList li{display:inline-block;margin-right:7px; margin-bottom: 7px;}
.faqBtnList li a{font-size: 0.8em; background:#fff; border:1px solid #777; color:#777; border-radius:5px; text-align:center;padding:0.7em 0.8em; line-height:1;display:inline-block;}
.faqBtnList li:last-child{margin-right:0;}
.faqBtnList li.on a{background-color: #3683f7; border: 1px solid #3683f7; color:#fff;}
.faqList{text-align:left; margin-bottom: 3em;}
.faqList li{display:inline-block;border-bottom:1px solid #d7d7d7; width:100%;font-size:0.85em;  color:#777;display:inline-block;width:100%;box-sizing: border-box;}
.faqList li:first-child{border-top:1px solid #d7d7d7;}
.faqList li.q{position:relative; background:#fff url('../images/community/faqIcon.png')no-repeat left center; cursor:pointer;padding: 1.4em 2em 1.4em 2em;}
.faqList li.q p{line-height: 1.4;}
.faqList li.q img{position: absolute; right:0; top:50%; margin-top:-6px; padding:3px 0 2px;}
.faqList li.q img.rotate{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);}
.faqList li.a{display:none; line-height:1.5;padding: 2em; background-color:#f7f7f7;}
.faq-list .btn{margin-top:30px;}
.faq-list .communityDetail .listDetail .listTitle .title{margin-bottom:0;}

@media screen and (max-width:999px) {
    .customer .cs-container{
       font-size: 15px;
    }
}

@media screen and (max-width:720px) {
    .customer .cs-container{
       font-size: 15px;
    }
    .faqDiv .divWrap .small_btn{
       line-height: 1.5;
    }
}

@media screen and (max-width:500px) {
    .faqDiv{
       padding: 2em;
    }
    .faqDiv .divWrap input{
       line-height:normal !important;
       height: 38px;
    }
    .faqDiv .divWrap input::placeholder{
       line-height:normal !important;      
       height: 38px;  
    }
}

@media screen and (max-width:416px) {
    .faqDiv .divWrap .small_btn{
        height: 34px; line-height:34px;
    }
    .faqDiv .divWrap input{
       height: 34px;
    }
    .faqDiv .divWrap input::placeholder{ 
       height: 34px;  
    }
}

/* 전화상담예약 */

.cst_call{}
.cst_call .bd_title{margin-bottom:42px;}
.cst_call .bd_title dt{
    padding-bottom: 21px;
    margin-bottom: 16px;
    font-size: 1.8em;
    border-bottom: 2px solid #3683f7;
}
.cst_call .bd_title dd{line-height:1.5; font-size: 1em; padding-left: 10px; position: relative;}
.cst_call .bd_title dd:before{
    display: inline-block; content: ''; clear: both;
    width: 2px; height: 2px;
    background-color: #555;
    position: absolute; left:0; top:11px;
    border-radius:50%;
}
.cst_call .common_table{border-top: 1px solid #ddd;}
.cst_call .write_form table tr:first-child th,
.cst_call .write_form table tr:first-child td{
    border-top: 1px solid #ddd;
}
.cst_call .write_form table tr th{width:120px; vertical-align:middle; text-align:left; text-indent:20px;}
.cst_call .write_form table tr td{padding:1.1em; text-align: left;}
.cst_call .write_form table .ipt40{width: 300px;}
.cst_call .write_form table .ipt30{width: 134px;}
.cst_call .write_form table .ipt35{width: 464px !important; height: 39px !important; line-height: 39px !important;}
.cst_call .write_form table tr td select{}
.cst_call .write_form table tr td select.ipt30{
    
}
.cst_call .write_form table .phn_bar{margin: 0 10px;}
.cst_call .write_form table tr td input,
.cst_call .write_form table tr td select,
.cst_call .write_form table tr td textarea{border-color:#aaa !important; border-radius:0;}
.cst_call .write_form .write_btn{margin-top: 2em;}

@media screen and (max-width:720px) {
    .cst_call .write_form .write_btn{margin-bottom: 2em;}
}


@media screen and (max-width:650px) {
    .cst_call .write_form table tr th{width: 20%;}
    .cst_call .write_form table .ipt40{width:70%;}	
    .cst_call .write_form table .ipt30{width: 27%;}
    .cst_call .write_form table .phn_bar{margin:0; display: inline-block; text-align: center; width:5%;}
    .cst_call .write_form table .ipt35{width:96% !important;}
    .write_form .small_btn.keybg{font-size: 16px; padding: 15px 60px;}
}

@media screen and (max-width:420px) {
    .write_form .bd_title{font-size: 13px;}
    .write_form .bd_title dd:before{top:8px;}
    .write_form .common_table{font-size: 14px;}
    .write_form .ipt,.cst_call .write_form table .ipt35{height: 32px !important; line-height:32px !important;}
    .cst_call .write_form table .ipt40,
    .cst_call .write_form table .ipt35{width: 100% !important;}
    .write_form table tr td select.ipt30{width: 27% !important;}
    .cst_call .write_form table tr .ipt01{min-height:0; height: 150px !important;}
    .cst_call .write_form table tr th{text-indent: 8px;}
}


.ui-datepicker-trigger { position: relative; float: left; width: 27px; height: 25px; margin-top: 3px; margin-left: 8px !important; border:0px !important; background:none !important;}
.ui-datepicker-trigger img{position: absolute; width: 27px; height: 25px; left: 0; top:0;}
.ui-datepicker-trigger+span{float: left; width: 53%; margin-top: 1%;}
.start_day {
    float: left;
    margin-left: 6%;
    border:none;
    text-align:center;
    height:27px;
    max-width:120px;
    margin-top:2px;
    vertical-align:bottom;
}

/*마이페이지 > 내 강의 > 중지하기 팝업*/
#stopPopup {position:fixed;z-index:100; width: calc(100% - 30px); max-width:600px; height:526px; top:50%; left:50%; margin-left:-300px; margin-top:-213px; border:1px solid #454545; background:#fff;box-shadow: 5px 5px 5px #ccc;padding:20px;}
.lessonStopPopup{}
.lessonStopPopup h3{text-align:left;font-size:18px; font-weight:400;margin-bottom:30px;}
.lessonStopPopup .grayBox{padding:0;border-radius:0;border:1px solid #d7d7d7;margin-bottom:40px;}
.lessonStopPopup .grayBox .top{padding:25px 55px;text-align:left;border-bottom:1px dashed #d7d7d7;}
.lessonStopPopup .grayBox .top .pauseDate{float:left;}
.lessonStopPopup .grayBox .top .pauseDate span{color:#269cd3;}
.lessonStopPopup .grayBox .top span{margin-left:0;}
.lessonStopPopup .grayBox .top .resumeDate{float:Right;}
.lessonStopPopup .grayBox .top .resumeDate span{color:#269cd3;}
.lessonStopPopup .grayBox .bottom{padding:25px 55px;text-align:left;}
.lessonStopPopup .grayBox .bottom span{margin-right:23px;}
.lessonStopPopup .grayBox .bottom input{width:300px;height:36px; line-height: normal !important; padding:0 10px 3px;}
.lessonStopPopup .notes{text-align:left;}
.lessonStopPopup .notes h5{color:#231815; font-size:14px;margin-bottom:10px;}
.lessonStopPopup .notes li{font-size:13px; line-height:22px; color:#777;}
.lessonStopPopup .btn{margin-top:40px;text-align:center;}
.lessonStopPopup .btn a{width:122px; line-height:40px;}
.lessonStopPopup .btn a.grayBtn{color:#fff;border:0px solid #231815;background:#aaa;}
.lessonStopPopup .btn a.yellowBtn{color:#fff;border:0px solid #231815;background:#5195f8;}

@media screen and (max-width:620px){
    #stopPopup {margin-left: -47%; height:480px; margin-top:-240px;}
    .lessonStopPopup h3{font-size:16px; margin-bottom:20px;}
    .lessonStopPopup .grayBox{margin-bottom:20px;}
    .lessonStopPopup .grayBox .top{padding:15px 15px;font-size: 13px;}
    .lessonStopPopup .grayBox .top span{line-height:18px;}
    .lessonStopPopup .grayBox .top .pauseDate{float:none;}
    .lessonStopPopup .grayBox .top .pauseDate > span ,
    .lessonStopPopup .grayBox .top .resumeDate > span{margin-left:10px;}
    .lessonStopPopup .grayBox .top > span{width:100%;display:inline-block;}
    .lessonStopPopup .grayBox .top .resumeDate{float:none;}
    .lessonStopPopup .grayBox .bottom{padding:15px 15px;}
    .lessonStopPopup .grayBox .bottom span{margin-bottom:5px;margin-right:0; width:100%;display:inline-block;text-align:left;display:none;}
    .lessonStopPopup .grayBox .bottom input{width:100%;height:37px;padding:0 10px;}
    .lessonStopPopup .notes{text-align:left;}
    .lessonStopPopup .notes h5{color:#231815; font-size:14px;margin-bottom:10px;}
    .lessonStopPopup .notes li{font-size:13px; line-height:20px; color:#777;}
    .modal__body .lessonStopPopup .btn{margin-top:20px;width:100%;display:inline-block; margin-bottom:30px;}
    .modal__body .lessonStopPopup .btn a{width:49%;float:left;}
    .modal__body .lessonStopPopup .btn a:last-child{width:49%;float:right;}
    .lessonStopPopup .btn{margin-top: 20px;}
}

/* 학습자료실 > 과목별 학습전략 */

.strategy{}
.strategy .strategy_tab{
    margin-bottom: 3em;
}
.strategy .strategy_tab li{
    float: left;
    width: calc(14.3% - 3px);
    margin-right: 3px;
}
.strategy .strategy_tab li:last-child{margin-right: 0;}
.strategy .strategy_tab li a{
    display: block;
    padding:1.2em 0;
    text-align: center;
    background-color: #e5e5e5;
    color:#333;
    font-weight: 500;
    font-size: 20px;
}
.strategy .strategy_tab li.on a{
    color:#fff;
    background-color: #246ddc;
}
.strategy .strategy_tab_con{
    position: relative;
}
.strategy .strategy_tab_con li{
    display: none;
}
.strategy .strategy_tab_con li.on{
    display: block;
}
.strategy .strategy_tab_con li h3{
    font-weight: 500;
    padding-bottom: 21px;
    font-size: 26px;
    border-bottom: 1px solid #222222;
}
.strategy .strategy_tab_con li .left_box{
    width: 48%;
    margin-right: 2%;
    float: left;
}
.strategy .strategy_tab_con li .left_box p{
    margin-top: 2em;
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.5;
    font-weight: 400;
}
.strategy .strategy_tab_con li .left_box table thead th{
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    font-weight: 500;
}
.strategy .strategy_tab_con li .left_box table th,
.strategy .strategy_tab_con li .left_box table td{
    text-align: center;
    vertical-align: middle;
    padding:0.9em 0;
}
.strategy .strategy_tab_con li .left_box table tbody th{
    text-align:left;
    text-indent: 5%;
}
.strategy .strategy_tab_con li .left_box table tbody th,
.strategy .strategy_tab_con li .left_box table tbody td{
    border-bottom: 1px solid #eeeeee;
    font-weight: 400;
}
.strategy .strategy_tab_con li .left_box table tfoot th,
.strategy .strategy_tab_con li .left_box table tfoot td{
    border-bottom: 1px solid #999999;
    font-weight: 500;
    background-color: #f1f1f1;
}
.strategy .strategy_tab_con li .right_box{
    position: relative;
    width: 48%;
    padding-left: 2%;
    float: right;
    box-sizing: content-box;
}
.strategy .strategy_tab_con li .right_box:after{
    display: block; content: ''; clear: both;
    position: absolute; left: 0; bottom:0;
    width: 1px; height: calc(100% - 48px);
    background-color: #eee;
}
.strategy .strategy_tab_con li .right_box h3.pink{
    color:#f04f70;
}
.strategy .strategy_tab_con li .right_box .pink{}
.strategy .strategy_tab_con li .right_box .bd_box{
    padding: 2em;
}
.strategy .strategy_tab_con li .right_box .bd_box dl{
    margin-bottom: 2em;
}
.strategy .strategy_tab_con li .right_box .bd_box dl:last-child{
    margin-bottom: 0;
}
.strategy .strategy_tab_con li .right_box .bd_box dt{
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 18px;
}
.strategy .strategy_tab_con li .right_box .bd_box dd{
    line-height:1.4;
    font-weight: 400;
    font-size: 15px;
}
.strategy .strategy_tab_con li .right_box .bd_box dd span{
    font-size: 13px;
    line-height:1.4;
    display: block;
    margin-top: 15px;
}

@media screen and (max-width:990px) {
    .strategy .strategy_tab li a{font-size: 16px;}	
    .strategy .strategy_tab_con li h3{font-size: 20px;}
    .strategy .strategy_tab_con li .left_box p{font-size: 14px;}
    .strategy .strategy_tab_con li .left_box table th, .strategy .strategy_tab_con li .left_box table td{font-size: 14px;}
    .strategy .strategy_tab_con li .right_box .bd_box dt{font-size: 16px;}
    .strategy .strategy_tab_con li .right_box .bd_box dd{font-size: 13px;}
    .strategy .strategy_tab_con li .right_box .bd_box{padding:1em;}
    .strategy .strategy_tab_con li .left_box p{margin-top: 1em;}
}

@media screen and (max-width:720px) {
    .strategy .strategy_tab li{
        display: inline-block;
        float:none;
        width: 120px;
        margin-bottom: 10px;
        margin-left: 5px; margin-right: 5px;
    }
    .strategy .strategy_tab li:last-child{
        margin-right: 5px;
    }
    .strategy .strategy_tab li a{font-size: 15px;}
    .strategy .strategy_tab_con li .left_box,
    .strategy .strategy_tab_con li .right_box{
        float:none;
        width:100%;
        margin-top: 2em;
    }
    .strategy .strategy_tab_con li .right_box:after{
        display: none;
    }
    .strategy .strategy_tab_con li .right_box{
        box-sizing: border-box;
        padding-left: 0;
    }
}

@media screen and (max-width:480px) {
    .strategy .strategy_tab li{
        display: inline-block;
        float:none;
        width: calc(33.333% - 10px);
        margin-bottom: 10px;
        margin-left: 0; margin-right: 10px;
    }
    .strategy .strategy_tab li:nth-child(3n+3){
        margin-right: 0;
    }
    .strategy .strategy_tab li:last-child{
        margin-right: 5px;
    }
    .strategy .strategy_tab li a{
        font-size: 15px;
        padding: 0.8em 0;
    }
}

.bnr_box_3{
    padding: 60px 0;
    background-color: #e7edf9;
}
.bnr_box_3 .bnr_ul_3{}
.bnr_box_3 .bnr_ul_3 li{
    margin-right: 2%;
    float: left;
    width: 32%;
}
.bnr_box_3 .bnr_ul_3 li:last-child{
    margin-right: 0;
}

@media screen and (max-width:1230px){
	.bnr_box_3 .max_width{
	   padding: 0 15px;
	}
}

@media screen and (max-width:620px){
    .bnr_box_3{
        padding: 40px 0;
    }
	.bnr_box_3 .bnr_ul_3 li{
	   width: 100%;
	   float:none;
	   margin-right: 0;
	   margin-bottom: 21px;
	   text-align: center;
	}
	.bnr_box_3 .bnr_ul_3 li:last-child{
	   margin-bottom: 0;
	}
}
/* 시험/ 진학정보 > 학습 커리큘럼 */

.curri_box{
    margin: 3.5em 0 6em;
}
.curri_box .step_box{}
.curri_box .step_box ul{}
.curri_box .step_box ul li{
    position: relative;
    padding: 3em 7em;
    background-color: #f8f8f8;
    background-position: 95% center;
    background-repeat: no-repeat;
    margin-bottom: 1em;
}
.curri_box .step_box ul li:nth-child(1){background-image: url(../images/license/icon_curri_step_01.png);}
.curri_box .step_box ul li:nth-child(2){background-image: url(../images/license/icon_curri_step_02.png);}
.curri_box .step_box ul li:nth-child(3){background-image: url(../images/license/icon_curri_step_03.png);}
.curri_box .step_box ul li:nth-child(4){background-image: url(../images/license/icon_curri_step_04.png);}
.curri_box .step_box ul li:nth-child(5){background-image: url(../images/license/icon_curri_step_05.png);}
.curri_box .step_box ul li:nth-child(odd) dl dt{color:#246ddc;}
.curri_box .step_box ul li:nth-child(even) dl dt{color:#f04f70;}
.curri_box .step_box ul li dl{
    width:100%;
    max-width:870px;
}
.curri_box .step_box ul li dl dt{
    font-size: 26px;
    margin-bottom: 15px;
}
.curri_box .step_box ul li dl dd{
    font-size: 16px;
    line-height:1.6;
    font-weight: 400;
}
.curri_box .step_box ul li .step_p{
    position: absolute;
    left: 0; top: -5px;
    width: 75px; height: 100px;
    display:table;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
}
.curri_box .step_box ul li:nth-child(odd) .step_p{background-image: url(../images/license/icon_curri_blue_polygon.png);}
.curri_box .step_box ul li:nth-child(even) .step_p{background-image: url(../images/license/icon_curri_pink_polygon.png);}
.curri_box .step_box ul li .step_p span{
    display: block;
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 20px;
}
.curri_box .step_box ul li .step_p p{
    font-size: 27px;
}

.curri_box .bnr_box_1{
    background: url(../images/license/img_curri_bnr.jpg) center no-repeat;
    background-size: cover; -webkit-background-size: cover;
}

@media screen and (max-width:620px) {
    .curri_box .bnr_box_1{
        padding: 30px 0;
        margin-top: 3em;
        background: url(../images/license/img_curri_bnr_m.png) center no-repeat;
        background-size: cover; -webkit-background-size: cover;
    }	
    .curri_box .bnr_box_1 em{
        font-size: 10px;
    }
    .curri_box .bnr_box_1 span{
        font-size: 11px;
    }
    .curri_box .bnr_box_1 h3{
        font-size: 24px;
    }
    .curri_box .bnr_box_1 h3 p{
        font-size: 33px;
    }
}

.curri_box .curri_step_box{
    margin: 3.5em 0 0em;
}
.curri_box .curri_step_box .step_table.pc_box{}
.curri_box .curri_step_box .step_table.pc_box li{
    display: table;
    width: 100%;
    margin-bottom: 1em;
}
.curri_box .curri_step_box .step_table.pc_box li .table_cell{
    display:table-cell;
    width: 14.4%;
    padding: 0 0.5em;
    border-right: 3px solid #fff;
    vertical-align: middle;
    background-color: #eee;
    word-break:keep-all;
}
.curri_box .curri_step_box .step_table.pc_box li .table_cell p{
    text-align: center;
}
.curri_box .curri_step_box .step_table.pc_box li:first-child .table_cell{
    background-color: #666666;
    padding: 0.5em 0;
}
.curri_box .curri_step_box .step_table.pc_box li:first-child .table_cell p{
    font-weight: 500;
}
.curri_box .curri_step_box .step_table.pc_box li:first-child .table_cell:first-child{
    background-color: #faf829;
    padding:0.5em 0;
}
.curri_box .curri_step_box .step_table.pc_box li:first-child .table_cell:first-child:after{display: none;}
.curri_box .curri_step_box .step_table.pc_box li:first-child .table_cell:first-child p{
    color:#f04f70;
    font-size: 15px;
    line-height:1.2;    
}
.curri_box .curri_step_box .step_table.pc_box li .table_cell:first-child{
    min-width:130px;
    position: relative;
    padding: 2em 0;
}
.curri_box .curri_step_box .step_table.pc_box li .table_cell:last-child{border-right: 0;}
.curri_box .curri_step_box .step_table.pc_box li .table_cell .middle_cell{
    line-height:normal;
    text-align: center;
}
.curri_box .curri_step_box .step_table.pc_box li:nth-child(2) .table_cell:first-child{background-color: #fe8278;}
.curri_box .curri_step_box .step_table.pc_box li:nth-child(3) .table_cell:first-child{background-color: #ff6076;}
.curri_box .curri_step_box .step_table.pc_box li:nth-child(4) .table_cell:first-child{background-color: #f04f70;}
.curri_box .curri_step_box .step_table.pc_box li:nth-child(5) .table_cell:first-child{background-color: #ac2e46;}
.curri_box .curri_step_box .step_table.pc_box li .table_cell:first-child:after{
    display: block; content: ''; clear: both;
    width: 20px; height: 20px;
    position: absolute;
    left:50%; bottom: -7px;
    transform:rotate(45deg);
    margin-left: -10.5px;
}
.curri_box .curri_step_box .step_table.pc_box li .table_cell:first-child p{font-size: 20px;}
.curri_box .curri_step_box .step_table.pc_box li:nth-child(2) .table_cell:first-child:after{background-color: #fe8278;}
.curri_box .curri_step_box .step_table.pc_box li:nth-child(3) .table_cell:first-child:after{background-color: #ff6076;}
.curri_box .curri_step_box .step_table.pc_box li:nth-child(4) .table_cell:first-child:after{background-color: #f04f70;}
.curri_box .curri_step_box .step_table.pc_box li:nth-child(5) .table_cell:first-child:after{display: none;}
.curri_box .curri_step_box .step_table.pc_box li .table_cell .middle_cell span{
    color:#faf829;
    font-weight: 500;
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
}
.curri_box .curri_step_box .step_table.pc_box li .table_cell .middle_cell img{margin-bottom: 5px;}

.curri_box .curri_step_box .step_table.t_box{}
.curri_box .curri_step_box .step_table.t_box li{}
.curri_box .curri_step_box .step_table.t_box li.fst_li{
    margin-bottom: 21px;
}
.curri_box .curri_step_box .step_table.t_box li.title_li p{
    background-color: #ddd;
    text-align: center;
    padding:0.7em 0;
    margin: 7px 0;
}
.curri_box .curri_step_box .step_table.t_box li.cont_li p{
    float: left;
    width:calc(25% - 4px);
    padding: 0 10px;
    margin-right: 5px;
    text-align: center;
    height: 81px;
    display: table;
    line-height:normal;
    background-color: #eee;
    word-break:keep-all;
    -webkit-hyphens: none;
}
.curri_box .curri_step_box .step_table.t_box li.cont_li.snd_li p{
    height: 101px;
}
.curri_box .curri_step_box .step_table.t_box li.cont_li.snd_li p span.img_span{
    background-position: center 20px;
    -webkit-background-size: auto 35px;
    background-size: auto 35px;
    background-repeat: no-repeat;
    padding-top: 47px;
}
.curri_box .curri_step_box .step_table.t_box li.cont_li.snd_li p:nth-child(1) span.img_span{background-image: url(../images/license/icon_curri_step_book_01.png)}
.curri_box .curri_step_box .step_table.t_box li.cont_li.snd_li p:nth-child(2) span.img_span{background-image: url(../images/license/icon_curri_step_book_02.png)}
.curri_box .curri_step_box .step_table.t_box li.cont_li.snd_li p:nth-child(3) span.img_span{background-image: url(../images/license/icon_curri_step_book_03.png)}
.curri_box .curri_step_box .step_table.t_box li.cont_li.snd_li p:nth-child(4) span.img_span{background-image: url(../images/license/icon_curri_step_book_04.png)}
.curri_box .curri_step_box .step_table.t_box li.cont_li p span{
    vertical-align: middle;
    display: table-cell;
    color:#333;
    font-size: 15px;
    font-weight: 400;
}
.curri_box .curri_step_box .step_table.t_box li.cont_li p:last-child{
    margin-right: 0;
}
.curri_box .curri_step_box .step_table.t_box li.fst_li div{
    position: relative;
    float: left;
    width:calc(25% - 8px);
    margin-right: 10px;
    padding: 1em 0 1.2em;
    text-align: center;
}
.curri_box .curri_step_box .step_table.t_box li.fst_li div:nth-child(1){background-color: #FE8278;}
.curri_box .curri_step_box .step_table.t_box li.fst_li div:nth-child(2){background-color: #FF6076;}
.curri_box .curri_step_box .step_table.t_box li.fst_li div:nth-child(3){background-color: #F04F70;}
.curri_box .curri_step_box .step_table.t_box li.fst_li div:nth-child(4){background-color: #AC2E46; margin-right: 0;}
.curri_box .curri_step_box .step_table.t_box li.fst_li div:after{
    display: block; content: ''; clear: both;
    width: 14px; height: 8px;
    transform:rotate(45deg);
    position: absolute;
    right: -5px; top:50%;
    margin-top: -5px;
}
.curri_box .curri_step_box .step_table.t_box li.fst_li div:nth-child(1):after{background-color: #FE8278;}
.curri_box .curri_step_box .step_table.t_box li.fst_li div:nth-child(2):after{background-color: #FF6076;}
.curri_box .curri_step_box .step_table.t_box li.fst_li div:nth-child(3):after{background-color: #F04F70;}
.curri_box .curri_step_box .step_table.t_box li.fst_li div:nth-child(4):after{display: none;}
.curri_box .curri_step_box .step_table.t_box li.fst_li span{
    color:#faf829;
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
}
.curri_box .curri_step_box .step_table.t_box li.fst_li p{
    font-size: 17px;
}

@media screen and (max-width:640px) {
    .curri_box .curri_step_box .step_table.t_box li.cont_li p span{
        font-size: 14px;
    }
    .curri_box .curri_step_box .step_table.t_box li.cont_li p span em{
        font-size: 13px;
    }
}

@media screen and (max-width:620px) {
    .curri_box .curri_step_box .step_table.t_box li.fst_li div{
        padding: 0.5em 0 0.7em;
        margin-right: 7px;
        width:calc(25% - 6px);
    }
    .curri_box .curri_step_box .step_table.t_box li.cont_li p{
        height: 71px;
        padding: 0 2px;
    }
    .curri_box .curri_step_box .step_table.t_box li.cont_li p span{
        font-size: 12px;
    }
    .curri_box .curri_step_box .step_table.t_box li.cont_li p span em.f200{
        font-size: 11px;
    }
    .curri_box .curri_step_box .step_table.t_box li.cont_li.snd_li p{
        height: 81px;
    }
	.curri_box .curri_step_box .step_table.t_box li.fst_li span{
	   font-size: 11px;
	}
	.curri_box .curri_step_box .step_table.t_box li.fst_li p{
	   font-size: 12px;
	}
	.curri_box .curri_step_box .step_table.t_box li.cont_li.snd_li p span.img_span{
	   -webkit-background-size: auto 24px;
	   background-size: auto 24px;
	   padding-top: 35px;
	   background-position: center 15px;
	}
}

.bnr_box_1{padding:6em 0; margin-top: 6em;}
.bnr_box_1 em{
    display: block;
    font-size: 19px;
    font-weight: 400;
}
.bnr_box_1 span{
    display: inline-block;
    padding: 0.7em 0;
    width: 100%;
    max-width: 480px;
    font-size: 19px;
    margin: 0.7em auto 2em;
    border-top: 1px solid #fff;
    letter-spacing:3px;
}
.bnr_box_1 h3{
    font-size: 75px;
}
.bnr_box_1 h3 p{
    margin-top: 10px;
    font-size: 100px;
    color:#faf829;
}

@media screen and (max-width:1230px){
    .curri_box .max_width,
    .bnr_box_1 .max_width{
       padding: 0 15px;
    }
    .curri_box .curri_step_box .step_table.pc_box li .table_cell:first-child p{
        font-size: 17px;
    }
    .curri_box .curri_step_box .step_table.pc_box li .table_cell .middle_cell span{
        font-size: 15px;
    }
    .curri_box .curri_step_box .step_table.pc_box li .table_cell p{
        font-size: 15px;
    }
}

@media screen and (max-width:780px){
    .curri_box .step_box ul li{
        background-position: center 2em;
        -webkit-background-size: 42px auto;
        background-size: 42px auto;
        padding: 7em 2em 2em 2em;
    }
    .curri_box .step_box ul li .step_p{
        width: 50px;
        height: 67px;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
    }
    .curri_box .step_box ul li .step_p span{
        margin-top: 13px;
    }
    .curri_box .step_box ul li dl dt{
        line-height:1.4;
    }
    .curri_box .step_box ul li .step_p p,
    .curri_box .step_box ul li dl dt{
        font-size: 18px;
    }
    .curri_box .step_box ul li .step_p span,
    .curri_box .step_box ul li dl dd{
        font-size: 14px;
    }
}

@media screen and (max-width:620px){
    .curri_box .step_box ul li{
        padding:120px 21px 21px 21px;
        background-position: center 52px;
    }
    .curri_box .step_box ul li .step_p{
        width: 40px;
        height: 52px;
    }
    .curri_box .step_box ul li .step_p span{
        margin-top: 9px;
    }
    .curri_box .step_box ul li .step_p p,
    .curri_box .step_box ul li dl dt{
        font-size: 14px;
    }
    .curri_box .step_box ul li .step_p span,
    .curri_box .step_box ul li dl dd{
        font-size: 12px;
    }
}

/* 전화상담 신청하기 반응형 */

@media screen and (max-width:1230px){
    .go_cst_call img{
        right:15px !important;
    }
}

@media screen and (max-width:990px){
    .go_cst_call img{
        width: 18%;
        min-width:140px;
    }
    .go_cst_call dl dd{
        font-size: 15px !important;
    }
}

@media screen and (max-width:780px){
    .go_cst_call{
        padding: 0 15px;
    }
    .go_cst_call dl dt{
        font-size: 21px !important;
    }
    .go_cst_call a{
        text-align: center;
        width:20% !important;
        min-width:180px;
        height: 40px !important;
        line-height:40px !important;
        font-size: 15px !important;
    }
    .go_cst_call img{display:none;}
}

@media screen and (max-width:460px){
    .go_cst_call dl dt{
        font-size: 16px !important;
    }
    .go_cst_call dl dd{
        font-size: 16px !important;
        line-height:1.3;
    }
}



/*200316추가*/
.tradeIssueInput{}   
#IssueCon, #IssueCon2 {padding-left:0;padding-top:15px;padding-bottom:10px;}
#IssueCon span{padding-left:0;margin-bottom:5px; margin-top:10px; font-weight:500;display:inline-block;}
#IssueCon input{margin-top:5px; margin-bottom:10px; }
#IssueCon div{line-height:16px; color:#eb234b}

#IssueCon2 div{line-height:16px;padding:30px 0;}

@media screen and (max-width: 490px){
#IssueCon2 div{line-height:16px;padding:10px 0;}
}
/*게시판 리스트*/
.bbs_list_form {}
.bbs_list_form .btnWrap{}
.bbs_list_form .btnWrap a{display: inline-block;margin: 2em auto 0em;padding: 0.9em 4em;font-size: 0.9em;}

@media all and (max-width:768px){
    .bbs_list_form .btnWrap a{font-size: 12px;margin: 2em auto 0em;padding: 0.9em 3em;}
}

/*리스트에 쿠폰할인가 나올때*/
.price_box2{margin-top:10px;text-align: right;height: 22px;}
.pic_board_bottom.package_bottom li .con_wrap .txt_price_box .price_box2 em{
    position: relative;
    bottom: auto;
    right: auto;
    line-height: 1;
    font-size: 20px;
    display: inline-block;
}
.cp_price_box{width:100%;display: inline-block; text-align: right;}
.cp_price_box .shop-price{font-size:15px; color:#555;font-weight:500;display: inline-block;vertical-align: middle;}
.cp_price_box .shop-price span{font-size:15px; color:#555;margin-right:5px;display: inline-block;}
.cp_price_box .shop-price strike{font-size:18px; color:#555;display: inline-block;}
.cp_price_box .cost-price{font-size:15px; color:#222;font-weight:500;display: inline-block;}
.cp_price_box .cost-price span{font-size:15px; color:#333;margin-right:5px;}
.cp_price_box .cost-price div{font-size:22px; color:#eb234b;}
.cp_price_box .cost-price span,
.cp_price_box .cost-price div{display: inline-block;vertical-align: middle;}
@media all and (max-width:1024px) {
    .cp_price_box .shop-price{font-size:15px;}
    .cp_price_box .shop-price span{font-size:15px;}
    .cp_price_box .shop-price strike{font-size:18px;}
    .cp_price_box .cost-price{font-size:15px;}
    .cp_price_box .cost-price span{font-size:15px;}
    .cp_price_box .cost-price div{font-size:18px;}
}
@media all and (max-width:990px) {
    .cp_price_box .cost-price span:first-child{width:auto;display:inline-block;}
}

@media all and (max-width:768px) {
    .cp_price_box .shop-price{font-size: 15px;}
    .cp_price_box .shop-price span{font-size: 15px;}
    .cp_price_box .shop-price strike{font-size: 16px;}
    .cp_price_box .cost-price{font-size: 15px;}
    .cp_price_box .cost-price span{font-size: 15px;}
    .cp_price_box .cost-price div{font-size: 18px;}
}
@media all and (max-width:700px) {
    .price_box2{height:auto;}
}
/*단과강의 리스트 쿠폰할인가*/
.theory_lecture_wrap .theory_lecture>ul>li a .content_bottom .price .cp_price_box .cost-price{margin-top:0px;}
@media all and (max-width:990px) {
    .price_box2 .cp_price_box .cost-price span:first-child{width:auto;display:inline-block;}
    .theory_lecture_wrap .theory_lecture>ul>li a .content_bottom .price .cp_price_box .cost-price{line-height: 1;margin-top:5px;}
    .price_box2{height:36px;}
    .cp_price_box .shop-price{width:100%;}
    .cp_price_box .cost-price{width:100%;margin-top:5px;}
    .pic_board_bottom.package_bottom li .con_wrap .txt_price_box .price_box2 em{margin-top:10px;}
}

/*상세페이지 쿠폰할인가*/
.detail_page .detail_page_top .cp_price_box{display:block;}
.detail_page .detail_page_top .cp_price_box .shop-price,
.detail_page .detail_page_top .cp_price_box .cost-price{width:auto;display:inline;}
.detail_page .detail_page_top .cp_price_box .shop-price span,
.detail_page .detail_page_top .cp_price_box .shop-price strike,
.detail_page .detail_page_top .cp_price_box .cost-price span,
.detail_page .detail_page_top .cp_price_box .cost-price div{display:inline;}

.detail_page .detail_page_top .cp_price_box .shop-price{font-size:15px;margin-right:10px;}
.detail_page .detail_page_top .cp_price_box .cost-price{font-size:15px;margin-top:0px;}
.detail_page .detail_page_top .cp_price_box .shop-price span,
.detail_page .detail_page_top .cp_price_box .cost-price span{font-size:15px;}
.detail_page .detail_page_top .cp_price_box .shop-price strike,
.detail_page .detail_page_top .cp_price_box .cost-price div{font-size:21px;}
.detail_page .detail_page_top .cp_price_box .shop-price span.won,
.detail_page .detail_page_top .cp_price_box .cost-price span.won{font-size:15px;margin-right:0;}

@media all and (max-width:990px) {
    .detail_page .detail_page_top .cp_price_box .shop-price{width:100%;display:inline;margin-right:0px;}
    .detail_page .detail_page_top .cp_price_box .cost-price{width:100%;display:inline-block;}
}
@media all and (max-width:768px) {
    .detail_page .detail_page_top .cp_price_box .shop-price{font-size:15px;}
    .detail_page .detail_page_top .cp_price_box .cost-price{font-size:15px;}
    .detail_page .detail_page_top .cp_price_box .shop-price span,
    .detail_page .detail_page_top .cp_price_box .cost-price span{font-size:15px;}
    .detail_page .detail_page_top .cp_price_box .shop-price strike,
    .detail_page .detail_page_top .cp_price_box .cost-price div{font-size:21px;}
    .detail_page .detail_page_top .cp_price_box .shop-price span.won,
    .detail_page .detail_page_top .cp_price_box .cost-price span.won{font-size:15px;}
}
/*선생님 상세 쿠폰할인가*/
.professor_view .cp_price_box {text-align: left;}
.professor_view .cp_price_box .shop-price{width:auto;}
.professor_view .cp_price_box .cost-price{width:auto;}
@media all and (max-width:990px) {
    .professor_view .cp_price_box .shop-price,
    .professor_view .cp_price_box .cost-price{width:100%;}
}


/*디트리 추가*/
/*   패키지   */
.present_condition_bottom_pack .common_table tbody td .detail_p .inblock{width:100%;display:inline-block;padding: 11px 0;}
.present_condition_bottom_pack .common_table tbody td .detail_p .inblock .td_num{display:inline-block;vertical-align: middle;}
.present_condition_bottom_pack .common_table tbody td .detail_p .inblock .td_title{
    display:inline-block !important;
    width: calc(75% - 42px);
    line-height: 30px;
    vertical-align: middle;
}
.present_condition_bottom_pack .common_table tbody td .detail_p .inblock .td_icon{
    display:inline-block;
    font-size:15px;
    margin-top:0;
    line-height: 1;
    vertical-align: middle;
}
.present_condition_bottom_pack .common_table tbody td .detail_p .inblock .td_progress{
    display:inline-block;
    width: 66px;
    text-align: center;
    vertical-align: middle;
}
.present_condition_bottom_pack .common_table tbody td .detail_p .inblock .td_dur{
    display:inline-block;
    width: 133px;
    text-align: center;
    vertical-align: middle;
}
@media all and (max-width:1240px){
    .present_condition_bottom_pack .common_table tbody td .detail_p .inblock .td_title{width:calc(75% - 40px)}
    .present_condition_bottom_pack .common_table tbody td .detail_p .inblock .td_progress{width:5.6%;}
    .present_condition_bottom_pack .common_table tbody td .detail_p .inblock .td_dur{width:11.1%;}
}
.present_condition_bottom .present .detail_condition li .sub_detail_condition .bottom_detail_p .dur_box{display: inline-block;width:100%;}
.present_condition_bottom .present .detail_condition li .sub_detail_condition .bottom_detail_p .dur_box li{font-size:12px; position:relative;padding:0 10px;float:left;}
.present_condition_bottom .present .detail_condition li .sub_detail_condition .bottom_detail_p .dur_box li:after{content:''; width:1px;height:10px; background: #999; position:absolute;right:0;top: 2px;}
.present_condition_bottom .present .detail_condition li .sub_detail_condition .bottom_detail_p .dur_box li:last-child:after{display: none;}
.present_condition_bottom .present .detail_condition li .sub_detail_condition .bottom_detail_p .dur_box li:first-child{padding-left:0;}
.present_condition_bottom .present .detail_condition li .sub_detail_condition .bottom_detail_p .dur_box li:last-child{}
.present_condition_bottom .present .detail_condition li .sub_detail_condition .bottom_detail_p .dur_box .td_progress{}
.present_condition_bottom .present .detail_condition li .sub_detail_condition .bottom_detail_p .dur_box .td_dur{}

/*디트리 추가*/
/*단과*/
.present_condition_bottom .present .detail_condition li .txt_box .dur_box{display: inline-block;width:100%;}
.present_condition_bottom .present .detail_condition li .txt_box .dur_box li{font-size:12px; position:relative;padding:0 10px;float:left;}
.present_condition_bottom .present .detail_condition li .txt_box .dur_box li:after{content:''; width:1px;height:10px; background: #999; position:absolute;right:0;top: 2px;}
.present_condition_bottom .present .detail_condition li .txt_box .dur_box li:last-child:after{display: none;}
.present_condition_bottom .present .detail_condition li .txt_box .dur_box li:first-child{padding-left:0;}
.present_condition_bottom .present .detail_condition li .txt_box .dur_box li:last-child{}
.present_condition_bottom .present .detail_condition li .txt_box .dur_box .td_progress{}
.present_condition_bottom .present .detail_condition li .txt_box .dur_box .td_dur{}