
/*=================================================================================
 * (Myclass) Contents style 241226 추가
=================================================================================*/
.tab-myclass-cnt { font-size: 46px !important; font-weight: 700 !important; color: #0e1ce3; }
.tab-ul .on .tab-myclass-cnt { color: #fff; }
.btn-right-wrap {display: flex; justify-content: flex-end; margin-bottom: 20px;}
.btn {display: inline-block; padding: 8px 16px; border: 1px solid #1d1d1d; border-radius: 8px; font-size: 16px;}

.aco-wrap {margin-bottom: 40px; background-color: #F8F8F8; border: 1px solid #dbdbdb; border-radius: 20px; overflow: hidden;}
.aco-wrap .aco-hd {position: relative; display: flex; align-items: center; padding: 16px 24px; font-size: 16px; color: #4574b9; font-weight: 700; cursor: pointer; transition: all .3s;}
.aco-wrap .aco-hd::after {content: ''; position: absolute; top: 15px; right: 24px; display: inline-block; width: 24px; height: 24px; background: url('../img/sub/class/ico_aco_open.svg')no-repeat center;}
.aco-wrap .aco-hd.active::after {transform: rotate(180deg);}
.aco-wrap .aco-hd img {margin-right: 10px;}
.aco-wrap .aco-cont {background-color: #fff; padding: 24px 32px;}
.aco-wrap .aco-cont p {line-height: 1.8;}

.new-tab-wrap .sub_tab05 .tab-ul {justify-content: space-between; gap: 16px;}
.new-tab-wrap .sub_tab05 .tab-ul li {height: auto; line-height: inherit; border: 1px solid #C6C6C6; border-radius: 24px;}
.new-tab-wrap .sub_tab05 .tab-ul li.on {background-color: #2CA971; border: 2px solid #2CA971;}
.new-tab-wrap .sub_tab05 .tab-ul li.on .tab-icon {background-color: #fff; transition: all .3s;}
.new-tab-wrap .sub_tab05 .tab-ul li.on:hover {background-color: #269d68;}
.new-tab-wrap .sub_tab05 .tab-ul li.on:hover a {color: #fff;}
.new-tab-wrap .sub_tab05 .tab-ul li:hover {background-color: #F3FBFA; border: 2px solid #2CA971;}
.new-tab-wrap .sub_tab05 .tab-ul li:hover a {color: #1d1d1d;}
.new-tab-wrap .sub_tab05 .tab-ul li:hover .tab-icon {background-color: #fff;}
.new-tab-wrap .sub_tab05 .tab-ul li .tab-icon img {width: 60px;}
.new-tab-wrap .sub_tab05 .tab-ul li a {display: flex; align-items: center; padding: 24px; color: #1d1d1d; text-align: left; gap: 16px;}
.new-tab-wrap .sub_tab05 .tab-ul li a dl dt {font-size: 22px; font-weight: 700;}
.new-tab-wrap .sub_tab05 .tab-ul li a dl dt span {font-size: 15px;}
.new-tab-wrap .sub_tab05 .tab-ul li a dl dd {font-size: 46px; font-weight: 700;}
.new-tab-wrap .sub_tab05 .tab-ul li a dl dd span {font-size: 24px; font-weight: 400;}
.tab-icon {display: flex; align-items: center; justify-content: center; width: 80px; height: 80px; background-color: #F4F4F4; border-radius: 50%;}

.sub_banner {background-color: #F8F8F8; padding: 16px 0; border-radius: 80px;}
.sub_banner .n_myBox {width: 40%;}
.sub_banner .n_myBox .n_myBox_txt {display: flex; align-items: center; justify-content: space-between; width: 100%; max-width: 500px; height: 48px; background-color: #fff; border: 1px solid #dbdbdb; border-radius: 8px; overflow: hidden;}
.sub_banner .n_myBox .n_myBox_txt_t {width: 100%; height: 100%; border: none; border-radius: 8px;}
.sub_banner .n_myBox_txt_b {width: 52px; background: url('../img/sub/class/ico_srch.svg')#fff no-repeat center;}

#sub_myclass .sub_tab03 {width: 100% !important; border: 1px solid #b4c4d6; border-radius: 8px; overflow: hidden; margin-bottom: 24px; margin-top: 30px;}
#sub_myclass .sub_tab03 .on {border: none; background: #003675; color: #fff; border-left: none;}
#sub_myclass .sub_tab03 .on a {color: #fff;}
#sub_myclass .sub_tab03 li {border:none; border-left: 1px solid #b4c4d6;}
#sub_myclass .sub_tab03 li:first-child {border-left: none;}
#sub_myclass .sub_tab03 li a, .sub_tab03 li span {padding: 16px 5px; font-size: 18px;}
#sub_myclass .sub_tab03 li:hover a {color: #003675;}
#sub_myclass .sub_tab03 li.on:hover a {color: #fff;}

.order-tit {font-size: 15px; font-weight: 500;}
.mg-b10 {margin-bottom: 10px;}
.mg-b16 {margin-bottom: 16px;}
.mg-b10 span {margin: 0;}
.em {color: #EB003B; font-weight: 500;}
.category {font-size: 14px; font-weight: 400; margin-bottom: 4px;}
.btn-down {display: flex; align-items: center; justify-content: center; color: #1D56BC; text-decoration: underline; gap: 4px; font-size: 14px; margin: 12px 0;}
.btn-down::before {content: ''; display: inline-block; width: 16px; height: 16px; background: url('../img/sub/class/ico_down.svg')no-repeat center;}

@media (max-width: 1200px) {
    #sub_myclass .sub_banner {padding: 8px 0;}
    #sub_myclass .sub_tab03 li a, .sub_tab03 li span {font-size: 15px;}

    .new-tab-wrap .sub_tab05 .tab-ul li a {gap: 16px; padding: 24px}
    .new-tab-wrap .sub_tab05 .tab-ul li a .tab-icon {width: 80px; height: 80px;}
    .new-tab-wrap .sub_tab05 .tab-ul li a .tab-icon img {width: 60px; height: auto;}
    .new-tab-wrap .sub_tab05 .tab-ul li a dl dt {font-size: 18px; line-height: 1.3; margin-bottom: 4px;}
    .new-tab-wrap .sub_tab05 .tab-ul li a dl dd {font-size: 46px;}
    .new-tab-wrap .sub_tab05 .tab-ul li a dl dt span {display: none;}
}

@media (max-width: 1000px) {
    .new-tab-wrap .sub_tab05 .tab-ul li a {flex-flow: column wrap; padding: 16px 10px; }
    .new-tab-wrap .sub_tab05 .tab-ul li a .tab-icon {width: 60px; height: 60px;}
    .new-tab-wrap .sub_tab05 .tab-ul li a .tab-icon img {width: 40px;}
    .new-tab-wrap .sub_tab05 .tab-ul li a dl {text-align: center;}
    .new-tab-wrap .sub_tab05 .tab-ul li a dl dt {font-size: 18px; margin-bottom: 0;}
    .new-tab-wrap .sub_tab05 .tab-ul li a dl dd {font-size: 32px; line-height: 1.5;}
    .new-tab-wrap .sub_tab05 .tab-ul li a dl dd span {font-size: 15px;}
}

@media (max-width: 600px) {
    #sub_myclass .sub_banner {display: block;}
    .sub_banner .n_myBox {width: 60%;}
}

/*=================================================================================
 * 241226 이전 css
=================================================================================*/
.me {
    font-size:11px;
    background-color: #fff1f0;
    color: #ee3f3f;
}
.ck {
    font-size:11px;
    background-color: #f6f6f6;
    color: #3030f5;
}
.ncs {
    display: inline-block;
    font-size:12px;
    font-weight: 500;
    background-color: #fbf4d6;
    color: #ff7a43;    
    padding: 4px 8px;
    border-radius: 4px;
    line-height: 1.3;
}
.saup {
    font-size:11px;
    background-color: #f5f8fc;
    color: #4067b1;
}
.si {
    display: inline-block;
    font-size:13px;
    font-weight: 500;
    background-color: #eee;
    color: #6e6e6d;
    padding: 4px 8px;
    border-radius: 4px;
    line-height: 1.3;
}
.book {
    display: inline-block;
    font-size:13px;
    font-weight: 500;
    background-color: #F0FAF8;
    color: #19b36e;
    padding: 4px 8px;
    border-radius: 4px;
    margin: 2px 0;
    line-height: 1.3;
}
.kdgt {
    font-size:13px;
    background-color: #3f73e0;
    color: #eaf0fc;
    padding: 0px 2px 0px 2px;
}
.sanup {
    display: inline-block;
    font-size:13px;
    font-weight: 500;
    background-color: #EFF5FF;
    color: #1D56BC;
    padding: 4px 8px;
    border-radius: 4px;
    margin: 2px 0;
    line-height: 1.3;
}
.micro {
    display: inline-block;
    font-size:13px;
    font-weight: 500;
    background-color: #e37d3b;
    color: #eaf0fc;
    padding: 4px 8px;
    border-radius: 4px;
    margin: 2px 0;
    line-height: 1.3;
}

.secret_y{
    font-size:11px;
    background-color: #273450;
    color: #f0f0f0;
    vertical-align: text-top;
}
.secret_y2{
    font-size:11px;
    background-color: #273450;
    color: #f0f0f0;
    vertical-align: text-top;
}
.text_icon01 {
    padding: 10px 12px;
    border: 0;
    border-radius: 4px;
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    word-break: keep-all;
    background: #2578BB;
    font-family: 'NotoSansKR', 'NanumBarunGothic', '나눔바른고딕', 'Open Sans', 'dotum';
}
.text_icon02{
    padding: 10px 12px;
    border: 0;
    border-radius: 4px;
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    word-break: keep-all;
    background: #1D56BC;
    cursor: pointer;
    font-family: 'NotoSansKR','NanumBarunGothic', '나눔바른고딕', 'Open Sans', 'dotum';
}
.text_icon_remote{
    padding: 10px 20px;
    border: 0;
    border-radius: 4px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    word-break: keep-all;
    background: #246BEB;
    font-family: 'NotoSansKR', 'NanumBarunGothic', '나눔바른고딕', 'Open Sans', 'dotum';
    cursor: pointer;
}
.text_icon_ebook{
    padding: 10px 12px;
    border: 0;
    border-radius: 4px;
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    word-break: keep-all;
    background: #17a867;
    font-family: 'NotoSansKR', 'NanumBarunGothic', '나눔바른고딕', 'Open Sans', 'dotum';
}
.text_icon_change {
    padding: 10px 12px;
    border: 0;
    border-radius: 4px;
    display: inline-block;
    color: #fff;
    border: 1px solid #17a867;
    font-size: 14px;
    font-weight: 500;
    word-break: keep-all;
    background: #17a867;
    font-family: 'NotoSansKR', 'NanumBarunGothic', '나눔바른고딕', 'Open Sans', 'dotum';
    cursor: pointer;
}
.text_icon_red {
    min-width: 70px;
    padding: 10px 12px;
    border: 0;
    border-radius: 4px;
    display: inline-block;
    color: #d90e0e;
    border: 1px solid #fff1f0;
    font-size: 14px;
    font-weight: 500;
    word-break: keep-all;
    background: #EFF5FF;
    font-family: 'NotoSansKR', 'NanumBarunGothic', '나눔바른고딕', 'Open Sans', 'dotum';
}
.text_icon_ok {
    min-width: 70px;
    padding: 10px 12px;
    border: 0;
    border-radius: 4px;
    display: inline-block;
    color: #fff1f0;
    border: 1px solid #d90e0e;
    font-weight: bold;
    font-size: 14px;
    word-break: keep-all;
    background: #d90e0e;
    cursor: pointer;
    font-family: 'NotoSansKR', 'NanumBarunGothic', '나눔바른고딕', 'Open Sans', 'dotum';
}
.rest_ok{
    padding: 4px 10px;
    border-radius: 4px;
    display: inline-block;
    background-color: #d90e0e;
    font-weight: bold;
    color:#ffffff;
}

.span{ font-size: 11px; color: #777; }
.button.gray{padding: 12px 10px; border: 0; border-radius: 4px; display: inline-block; font-size: 12px; font-weight: bold; word-break: keep-all; background: #f4f4f4; cursor: pointer; font-family: 'NotoSansKR','NanumBarunGothic', '나눔바른고딕', 'Open Sans', 'dotum';}
.button.red{padding: 12px 10px; border: 0; border-radius: 4px; display: inline-block; font-size: 12px; color: #ffffff; font-weight: bold; word-break: keep-all; background: #ff7d7a; cursor: pointer; font-family: 'NotoSansKR','NanumBarunGothic', '나눔바른고딕', 'Open Sans', 'dotum';}
.button.black{padding: 12px 10px; border: 0; border-radius: 4px; display: inline-block; font-size: 12px; color: #ffffff; font-weight: bold; word-break: keep-all; background: #1b2a4c; cursor: pointer; font-family: 'NotoSansKR','NanumBarunGothic', '나눔바른고딕', 'Open Sans', 'dotum';}
.button.yellow{padding: 12px 10px; border: 0; border-radius: 4px; display: inline-block; font-size: 12px; color: #1C1C1C; font-weight: bold; word-break: keep-all; background: #FACC2E; cursor: pointer; font-family: 'NotoSansKR','NanumBarunGothic', '나눔바른고딕', 'Open Sans', 'dotum';}

.t_style37{width: 100%; margin-bottom: 40px; border-top: 2px solid #193b6a}
.t_style37 th{padding: 15px; border-bottom: 1px solid #e5e5e5; background-color: #f6f6f6; color: #414141; font-size: 15px;}
.t_style37 td{padding: 24px 10px; min-height: 25px; border-bottom: 1px solid #d3d3d3; color: #20222d; text-align: center; word-break: keep-all; letter-spacing: -1px}
.t_style37 td a:hover{text-decoration: underline}
.t_style37 .tit{font-size: 20px; font-weight: 700; color: #1d1d1d; line-height: 1.3; word-break: keep-all; text-align: left;}

.grad_n {
	color: #dd3d28;
	background-color: unset;
}

@media screen AND (max-width:525px){
    .t_style37.apply{padding-top: 10px; border-bottom: 1px solid #d3d3d3}
    .t_style37.apply tr{display: block}
    .t_style37.apply th{display: none}
    .t_style37.apply td{padding: 0; margin-bottom: 10px; border-bottom: 0; display: block}
    .t_style37.apply td:first-child{padding: 10px; border-bottom: 2px solid #193b6a}
}

#sub_myclass{max-width: 1200px; margin: 60px auto}
#sub_myclass>.title{margin-bottom: 40px; text-align: center}
#sub_myclass>.title h2{margin-bottom: 10px; color: #000000; font-size: 40px; font-weight: bold}
#sub_myclass>.title button.btn-submit {font-size: 30px; font-weight: 200; color: #FFFFFF; text-align: center; background-color: #ff8900; border: 1px solid #ff8900; padding: 10px 20px 10px 50px; }
#sub_myclass>.title button.btn-submit:hover { background-color: #fff; color: #ff8900; }
#sub_myclass>.title button.btn-submit > i { margin-left: 30px; font-size: 20px; }
#sub_myclass>.title button.btn-submit2 {font-size: 30px; font-weight: 200; color: #FFFFFF; text-align: center; background-color: #4D4D4D; border: 1px solid #4D4D4D; padding: 10px 20px 10px 50px;}
#sub_myclass>.title button.btn-submit2 :hover {
    background-color: #fff; color: #4D4D4D; }	

.sub_myclass_table{max-width: 1200px; margin: 50px auto 50px; margin-bottom: 100px; color: #20222d; font-size: 14px; line-height: 1.6em}
@media screen and (max-width:1200px) {
    .sub_myclass_table{padding: 0 20px; min-height: auto;}
}

@media screen and (max-width:600px) {
    #sub_myclass{margin: 30px auto;}
    #sub_myclass>.title { margin-bottom: 0px; }
    #sub_myclass>.title h2{ font-size: 18px; }
    #sub_myclass>.title button.btn-submit2 {font-size: 30px; font-weight: 200; color: #FFFFFF; text-align: center; background-color: #4D4D4D; border: 1px solid #4D4D4D; padding: 10px 20px 10px 50px; margin-top: 10px; padding-left: 20px;}
    #sub_myclass>.title button.btn-submit2 :hover {background-color: #fff; color: #4D4D4D; }
    .sub_myclass_table{margin: 0px auto 50px;}
}

.sub_banner{max-width: 1200px;  margin: 30px 0 30px 0; color: #20222d; font-size: 14px; line-height: 1.6em}
.sub_banner h4{padding: 15px 0; position: relative; font-size: 26px; font-weight: 500; ; text-align: center;}
.sub_banner h4:after{content: ''; width: 4px; height: 16px; margin: 20px auto 20px; display: block; transform: rotate(15deg)}
@media screen and (max-width:1200px) {
    .sub_banner{padding: 0px}
    .sub_banner h3,
	.sub_banner h4{padding: 0 20px}
}




    .mb20 {margin-bottom: 20px !important; }
    /* 버튼박스 */
    .btn_box{margin: 0 auto 20px; display: table}
    .btn_box02{max-width: 1050px; margin: 0 auto 20px; text-align: right}

    .btn_type04{min-width: 100px; font-weight: 500;border-radius: 3px; text-align: center; cursor: pointer; transition: all 0.2s ease-in-out; display:block; 
        font-size: 16px; background: #242424; border: solid 1px #e0e0e0; color: #fff !important; height: 42px; line-height: 42px;display: inline-block;
        /* font-family: 'NotoSansKR','NanumBarunGothic', '나눔바른고딕', 'Open Sans', 'dotum'; */
    }
    .btn_type04:hover { background:#4c61b5; color:#fff; }

    /* sub_tab */
    .sub_tab{max-width: 1050px; width: 100%; margin: 0 auto 30px; display: table; table-layout: fixed}
    .sub_tab ul{width: 100%; display: table; table-layout: fixed}
    .sub_tab li{border: 1px solid #dadada; border-left: 0; border-bottom: 1px solid #464646; display: table-cell; vertical-align: middle; position: relative; text-align: center; cursor: pointer}
    .sub_tab li:first-child{border-left: 1px solid #dadada}
    .sub_tab li a{padding: 20px; display: block; font-size: 17px; ; word-break: keep-all}
    .sub_tab li.on{border-color: #464646; border-bottom-color: #ffffff}
    .sub_tab li.on:before{content: ''; height: 100%; border-left: 1px solid #464646; position: absolute; top: 0; left: -1px}
    .sub_tab li.on:after{content: ''; width: calc(100% + 2px); border-top: 2px solid #464646;  border-bottom: 0; position: absolute; top: -1px; left: -1px;}
    .sub_tab li.on a{color: #464646; font-weight: 700}
    @media screen and (max-width:1050px){
        .sub_tab{padding: 0 20px}
        .sub_content .sub_tab{padding: 0}
    }
    @media screen and (max-width:768px){
        .sub_tab li a{padding: 10px; font-size: 14px}
    }

    /* sub_tab02 */
    .sub_tab02{max-width: 1050px; width: 100%; margin: 0 auto 60px; display: table; table-layout: fixed}
    .sub_tab02 li{background: #fff; border: 1px solid #D3D3D3; border-left: 0; display: table-cell; vertical-align: middle; position: relative; text-align: center}
    .sub_tab02 li:first-child{border-left: 1px solid #d3d3d3}
    .sub_tab02 li a, .sub_tab02 li span{padding: 10px 5px; display: block; color: #20222d; font-size: 17px; letter-spacing: -1px}
    .sub_tab02 .on{color:#ffffff; border-color: #20222d; background: #20222d}
    .sub_tab02 .on:after{content: ''; position: absolute; left: 50%; bottom: -10px; border-top: 5px solid #20222d; border-left: 5px solid transparent; border-right: 5px solid transparent; border-bottom: 5px solid transparent; transform: translate(-50%, 0)}
    .sub_tab02 .on a, .sub_tab02 .on span{color: #ffffff}
    .tab_wrap ul.tab_container{width: 100%; overflow: hidden;}
    .tab_wrap ul.tab_container > li{overflow:hidden; display: none;}
    .tab_wrap ul.tab_container > li.on{display: block;}

    @media screen and (max-width:768px){
        .sub_tab02{display: flex; flex-flow: wrap}
        .sub_tab02 li{width: 50%; border-top: 0; display: block}
        .sub_tab02 li:nth-child(1),
        .sub_tab02 li:nth-child(2){border-top: 1px solid #d3d3d3}
        .sub_tab02 li:nth-child(1).on,
        .sub_tab02 li:nth-child(2).on{border-color: #464646}
        .sub_tab02 li:nth-child(odd){border-left: 1px solid #d3d3d3}
        .sub_tab02 li.on:after{display: none}
    }

    .sub_content{max-width: 1050px; min-height: 400px; margin: 50px auto 100px; color: #20222d; font-size: 17px; line-height: 1.6em}
    @media screen and (max-width:1050px){
        .sub_content{padding: 0 20px; min-height: auto;}
    }

    /* 내강의실 */
    .myclass_detail{padding: 10px 9px; border: 1px solid #dfdfdf; background-color: #fdfdfd}
    .detail_info{margin-bottom: 24px}
    .detail_info:after{content: ''; display: block; clear: both}
    .detail_info .detail_left{width: calc(100% - 303px); height: 151px; float: left}
    .detail_info .detail_right{width: 303px; height: 151px; display: table; float: right}
    .detail_info .detail_right span{display: table-cell; border: 1px solid #dfdfdf; border-left: 0px; text-align: center;}
    @media screen and (max-width:960px){
        .detail_info .detail_left{width: 100%; height: auto; float: none}
        .detail_info .detail_right{width: 100%; float: none}
        .detail_info .detail_right span{border-top: 0}
        .detail_info .detail_right span:first-child{border-left: 1px solid #dfdfdf}
    }

    .detail_info2{margin-bottom: 27px}
    .detail_info2 ul{width: 100%; display: table}
    .detail_info2 ul li{padding: 20px 0; display: table-cell; vertical-align: middle; background-color: #ffffff}
    .detail_info2 .detail_icon .icon{margin-bottom: 10px; text-align: center}
    .detail_info2 .detail_icon .con{padding-left: 10px; text-align: center}
    .detail_info2 .detail_icon .con .tit{color: #3e72bc}
    @media screen and (max-width:525px){
        .detail_info2 ul li{display: block}
        .detail_info2 .detail_icon .icon{display: table-cell; vertical-align: middle}
        .detail_info2 .detail_icon .con{display: table-cell; vertical-align: middle; text-align: left}
    }

    .detail_list{margin-bottom: 20px}
    .detail_con>li:first-child{border-top: 1px solid #d9d9d9}
    .detail_con>li{width: 100%; padding: 18px 0; border: 1px solid #d9d9d9; border-top:0; display: table; table-layout: fixed; background-color: #ffffff}
    .detail_con>li>div{display: table-cell; vertical-align: middle; text-align: center}
    .detail_con .num{color: #1c69ad; font-size: 18px; font-weight: bold; text-align: center}
    .detail_con .num02{color: #e5617a; font-size: 18px; font-weight: bold; text-align: center}
    .detail_con .txt{padding: 0 16px; border-left: 1px solid #ededed; border-right: 1px solid #ededed; color: #3f3f3f; font-size: 13px; text-align: justify; line-height: 1.4em}
    .detail_con .txt .tit{margin-bottom: 5px; color: #000000; font-size: 20px; font-weight: bold; line-height: 1.4em; word-break: keep-all}
    .detail_con .stat{width: 135px; padding: 20px 0; margin-right: 10px; color: #000000; font-size: 18px; font-weight: bold; text-align: center}
    .detail_con .txt .txt_score{    font-size: 16px;padding: 3px;font-weight: bold;}

    .detail_con .detail_btn{min-width: 100px;line-height: 38px;border-radius: 3px;font-weight: 500; text-align: center; cursor: pointer; transition: all 0.2s ease-in-out; display:block; font-size: 16px; background: #2678bb; border: solid 1px #ffffff; color: #fff;  display: inline-block;font-family: 'NotoSansKR','NanumBarunGothic', '나눔바른고딕', 'Open Sans', 'dotum';}
    .detail_con .detail_btn:hover {border: 1px solid #2678bb;background: #fff; color: #333; }
    
    .detail_con .detail_btn_end{min-width: 100px;line-height: 38px;font-weight: 500;border-radius: 3px; text-align: center; cursor: pointer; transition: all 0.2s ease-in-out; display:block; font-size: 16px; background: #828282; border: solid 1px #e0e0e0; color: #fff;  display: inline-block;font-family: 'NotoSansKR','NanumBarunGothic', '나눔바른고딕', 'Open Sans', 'dotum';}
    .detail_con .detail_btn_end:hover { background:#4c61b5; color:#fff; }


    .detail_con .detail_btn02{min-width: 100px;line-height: 38px;font-weight: 500;border-radius: 3px; text-align: center; cursor: pointer; transition: all 0.2s ease-in-out; display:block; font-size: 16px; background: #e5617a; border: solid 1px #e0e0e0; color: #fff;  display: inline-block;font-family: 'NotoSansKR','NanumBarunGothic', '나눔바른고딕', 'Open Sans', 'dotum';}
    .detail_con .detail_btn03{min-width: 100px;line-height: 38px;font-weight: 500;margin-top: 5px;text-align: center; cursor: pointer; transition: all 0.2s ease-in-out; display:block; font-size: 16px; background: #F0CC62; border: solid 1px #F0CC62; color: #fff;  display: inline-block;font-family: 'NotoSansKR','NanumBarunGothic', '나눔바른고딕', 'Open Sans', 'dotum';}
    .detail_con .detail_btn02:hover { background:#4c61b5; color:#fff; }
    .detail_con .detail_btn03:hover {border: 1px solid #F0CC62;background: #fff; color: #333; }
    @media screen and (min-width:768px){
        .detail_con .txt{width: 50%}
    }
    @media screen and (max-width:767px){
        .detail_con>li{padding-left: 10px; padding-right: 10px}
        .detail_con>li>div{margin-bottom: 10px; display: block}
        .detail_con>li:last-child >div{margin-bottom: 0}
        .detail_con .txt{padding-top: 10px; padding-bottom: 10px; border: 0; text-align: center}
    }
    
    /* t_style13 */
    .t_style13{width: 100%; height: 100%; text-align: center}
    .t_style13 .top_tit th{height: 36px; background-color: #193b6a; border: 1px solid #193b6a; color: #ffffff; font-size: 14px; font-weight: normal; text-align: center}
    .t_style13 th{height: 38px; border: 1px solid #dfdfdf; background-color: #fdfdfd; font-size: 11px; font-weight: normal; text-align: center}
    .t_style13 td{padding: 5px; border: 1px solid #dfdfdf; background-color: #ffffff; font-size: 11px; font-weight: normal}
    .t_style13 .emp{color: #1d93d0; font-size: 11px; font-weight: bold}
    .t_style13 .emp2{color: #f07562; font-size: 11px; font-weight: bold}
    /* tab메뉴 */
    .tab-ul {display:flex;flex-wrap:wrap; justify-content:center; align-items:center;gap:5px;padding-bottom:10px;}
    /* .sub_tab2 .tab-ul li.on {background:#3680D9;border-color:#3680D9;}
    .sub_tab2 .tab-ul li.on:after {border-top:5px solid #3680D9;}
    .sub_tab2 .tab-ul li {
        height:50px; line-height:50px;background:transparent;
        font-size: 16px;transition:all 0.3s;
    }
    .sub_tab2 .tab-ul li:hover {background:#3680D9;border-bottom:1px solid #3680D9;border:1px solid #3680D9;}
    .sub_tab2 .tab-ul li a {line-height:50px;transition:all 0.3s; color:#666;}
    .sub_tab2 .tab-ul li a:hover {color:#fff;} */
    .ui-widget.ui-widget-content {z-index: 9999 !important;}
    .t_th01 { font-family: 'NotoSansKR','NanumBarunGothic', '나눔바른고딕', 'Open Sans', 'dotum';color:#333333;text-align:center;padding:4px 10px 4px 10px;letter-spacing:-1px;border:1px solid #dcdddd;width:110px;height:50px;background: #f4f4f4;}
    .t_td01 {padding:4px;border:1px solid #dcdddd;}
    .t_td01 input[type="button"] { height: 40px;background: #ffffff; font-family: 'NotoSansKR','NanumBarunGothic', '나눔바른고딕', 'Open Sans', 'dotum'; width: 16.21%;border: 1px solid #d6d6d6; cursor: pointer;}
    .t_td01 .on{background: #3680d9 !important; color:#ffffff;font-weight: bold;}
    .t_td01 select{ font-family: 'NotoSansKR','NanumBarunGothic', '나눔바른고딕', 'Open Sans', 'dotum'; font-size: 12px; width: 130px; height: 40px; padding-left: 15px; padding-right: 15px; float: left; border: 1px solid #d6d6d6;  border-radius: 5px 0 0 5px; box-shadow: none; appearance: none; -moz-appearance: none; -webkit-appearance: none; background: url(../img/comm/icon_select.png) no-repeat 99% center;}
    .t_tb01 {width:100%;border-collapse:collapse;margin-bottom:5px;}
    .t_tb01 input[type="submit"] {font-family: 'NotoSansKR','NanumBarunGothic', '나눔바른고딕', 'Open Sans', 'dotum'; border:none; cursor: pointer; background-color: #6495ed; color:#ffffff; width: 100%; height: 42px; border-radius: 5px; display: block; float: left; text-align: center; font-size: 12px;}
    .t_tb01 input[type="submit"]:hover { border:1px solid #ee3f3f; color:#ee3f3f; background-color: #ffffff;}
    #datepicker_one{ width: 45%; background: url(../img/comm/calendar.png) no-repeat 95% center;}
    #datepicker_two{ width: 45%; background: #f2f2f2;}
    @media screen and (max-width:800px){
        .t_th01{ width: 65px; font-size: 10px;}
        .f_td01 select{ width: 100%; padding: 0 0 0 2px;}
        .t_td01 select{ width: 100%; padding: 0 0 0 2px;}
        .t_td01 input[type="button"]{ width: 50px; margin: 3px; padding: 7px;}
        #datepicker_one{ width: 100%;}
        #datepicker_center{ display:none;}
        #datepicker_two{ width: 100%; margin-top: 5px;}
    }