@charset "utf-8";


/* list_style_1 */
.list_style_1{table-layout:fixed; width:100%; margin-bottom:15px; border-top:2px solid #111;}
.list_style_1 th{padding:18px 5px; border-bottom:1px solid #111; font-family:"NanumBarunGothicB"; font-size:15px; color:#333;}
.list_style_1 th.border_none{border-right:none;}
.list_style_1 td{padding:19px 5px; text-align:center; font-size:13px; border-bottom:1px solid #d5d5d5;}
.list_style_1 td.title{overflow:hidden; white-space:nowrap; text-overflow:ellipsis; text-align:left; font-family:"NanumBarunGothicB";}
.list_style_1 td.title a{display:inline-block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; max-width:calc(100% - 20px); vertical-align: middle;}
.list_style_1 td.left{text-align:left;}

.list_style_1 tr.faq_question > th{}
.list_style_1 tr.faq_question > td.title{padding-left:70px; padding-right:20px; background:url(/images/article/faq_question.png) no-repeat 20px 15px; color:#444; font-size:18px; font-family:"NanumSquare"; letter-spacing:-0.045em;}
.list_style_1 tr.faq_question > td.title a{display:block; overflow:hidden;  white-space:nowrap; text-overflow:ellipsis;}
.list_style_1 tr.faq_answer > td{text-align:left; padding-left:70px; padding-right:20px; background:url(/images/article/faq_answer.png) no-repeat 20px 15px #fafafa; color:#666; font-size:14px; line-height:24px; word-break:keep-all;}

.list_style_1 td.badge{}
.list_style_1 td.badge span{display:inline-block; padding:6px 0; width:50px; background:#2996cc; color:#fff; font-size:12px; border-radius:3px;}
.list_style_1 td.badge span.s_c43{background:#e67386;}  /* 용인시청소년수련관 */
.list_style_1 td.badge span.s_c45{background:#9ba629;}  /* 용인시청소년상담복지센터 */
.list_style_1 td.badge span.s_c46{background:#926ca6;}  /* 용인시청소년미래교육센터 */
.list_style_1 td.badge span.s_c47{background:#4c86bf;}  /* 용인시청소년지원센터꿈드림 */
.list_style_1 td.badge span.s_c48{background:#e69b50;}  /* 용인시청소년수련원 */
.list_style_1 td.badge span.s_c49{background:#d96ca3;}  /* 유림청소년문화의집 */
.list_style_1 td.badge span.s_c50{background:#42a6a6;}  /* 신갈청소년문화의집 */
.list_style_1 td.badge span.s_c51{background:#5b74a6;}  /* 수지청소년문화의집 */

@media only screen and (max-width:1400px) {

}

@media only screen and (max-width:1280px) {

}

@media only screen and (max-width:1080px) {

}

@media only screen and (max-width:767px) {
    .none{display:none;}

}

@media only screen and (max-width:480px) {

}

/* 게시판 검색바 공통 */
/*.sch_box {*/
/*    padding: 20px 30px;*/
/*    border: 1px solid #e6e6e6;*/
/*    background-color: #fafafa;*/
/*}*/
/*.sch_box select{*/
/*    width: 152px;*/
/*    height: 58px;*/
/*    padding: 0 20px;*/
/*    background-image: url("/images/subSite/oneclick/sel_arrow.png");*/
/*    background-repeat: no-repeat;*/
/*    background-position: right 20px center;*/
/*    border: 1px solid #dedede;*/
/*    font-size: 18px;*/
/*    color: #666;*/
/*}*/
/*.sch_box span.wrap{*/
/*    display: inline-block;*/
/*    position: relative;*/
/*}*/
/*.sch_box span.wrap .sch_btn{*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    right: 20px;*/
/*    transform: translateY(-50%);*/
/*}*/
/*.sch_box input[type="text"]{*/
/*    width: 402px;*/
/*    height: 58px;*/
/*    margin-left: 10px;*/
/*    padding: 0 50px 0 20px;*/
/*    border: 1px solid #dedede;*/
/*    border-radius: 10px;*/
/*    box-sizing: border-box;*/
/*    font-size: 18px;*/
/*    font-weight: 500;*/
/*    color: #666;*/
/*}*/
.program__search-wrap {display: flex; align-items: center;}
.program__search-wrap + .program__search-wrap {margin: 10px 0 0;}
.com_sch_cont .com_sch_area .program__search-wrap + .box {margin: 40px 0 0;}
.program__search-wrap > div {width: 100px; font-size: 20px; font-weight: 600; text-align: left;}
.program__search-wrap ul {display: flex; flex-wrap: wrap; align-items: center; width: 60%; margin: 0 0 0 30px; gap: 15px;}
.program__search-wrap ul li {display: inline-flex; align-items: center;}
.program__search-wrap input {-webkit-appearance: none; -moz-appearance: none; appearance: none; display: inline-block; width: 16px; height: 16px; margin-right: 10px; padding: 0; border: 1px solid #888888; border-radius: 100%; background-color: #ffffff; cursor: pointer;}
.program__search-wrap input:checked {border: 3px solid #ffffff; background-color: #006ec0; box-shadow: 0 0 0 1px #888888;}
.program__search-wrap + div {margin: 30px 0 0;}
.list_option{
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    justify-content: space-between;
}
.list_option select{
    width: 155px;
    height: 48px;
    padding: 0 18px;
    font-size: 16px;
    font-weight: 600;
    color: #666;
    border: 1px solid #dedede;
    border-radius: 10px 0 0 10px;
    background-image: url(/images/subSite/oneclick/sel_arrow.png);
    background-repeat: no-repeat;
    background-position: right 12px center;
    box-sizing: border-box;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor: pointer;
}
.list_option select.type2 {margin: 0 10px 0 0; border-radius: 10px;}
.list_option .left_sel{
    border-radius: 10px;
    margin-right: 10px;
}
.list_option div{
    font-size: 0;
}
.list_option a{
    display: inline-block;
    width: 68px;
    height: 48px;
    padding: 12px 0;
    background: #444;
    font-size: 16px;
    text-align: center;
    border: 1px solid #222;
    color: #ffffff;
    border-radius: 0 10px 10px 0;
    box-sizing: border-box;
}
.list_option p{
    padding: 0;
    font-size: 22px;
    font-weight: 500;
    color: #444;
}
.list_option p strong{
    color:#1675be;
    font-weight: 500;
}
.list_option p.hit{
    background: none;
}
/* board btn */
.btn_type1{
    margin-top: 20px;
}
/* 이전글 다음글*/
.nextprev_style_1{
    margin-top: 0;
}
.nextprev_style_1 td{
    padding: 15px 10px 15px 30px;
}
.nextprev_style_1 th.prev{
    background: url(/images/article/prev_view.png) 90px 50% no-repeat #f9f9f9;
    font-family: 'Pretendard';
    vertical-align: middle;
}
.nextprev_style_1 th.next {
    background: url(/images/article/next_view.png) 90px 50% no-repeat #f9f9f9;
    font-family: 'Pretendard';
    vertical-align: middle;
}
/* view style */
.view_style_1{
    border-top:1px solid #1675be;
}
.view_style_1 th{
    font-family: 'Pretendard';
    border-bottom: 1px solid #e6e6e6;
}
.view_style_1 th.tit{
    background: #fff;
    color: #222;
    font-family: 'Pretendard';
    font-size: 20px;
    font-weight: 500;
}
.view_style_1 th.line{
    font-family: 'Pretendard';
    font-weight: 500;
}
.view_style_1 td{
    padding: 15px 15px 15px 30px;
    font-family: 'Pretendard';
    font-weight: 500;
    font-size: 15px;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
.view_style_1 th.line::after{
    top: 50%;
    transform: translateY(-50%);
    height: 19px;
}
.business__info-table {
    border-top: 1px solid #1675be;
    margin-top: 15px;
}
.business__info-table th {
    font-family: 'Pretendard';
    font-weight: 500;
    font-size: 16px;
    color: #222;
    vertical-align: middle;
}
.business__info-table td {
    font-family: 'Pretendard';
    font-weight: 500;
    font-size: 16px;
    color: #222;
    vertical-align: middle;
}
.business__info-table td span {
    font-family: 'Pretendard' !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    color: #222 !important;
}

.business__info-table .display_mo {display: none;}

/* F List */
.program_wrap{

}
.program_wrap .list{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}
.program_wrap .list:first-child{
    padding-top: 20px;
    border-top: 1px solid #1675be;
}
.program_wrap_view .list{
    display: flex;
    gap: 32px;
}
.program_wrap .list > a{
    display: flex;
    gap: 32px;
}
.program_wrap .list .img_wrap{
    max-width: 200px;
}
.program_wrap .list .img_wrap img{
    width: 200px;
    height: 200px;
    object-fit: cover;
}
.program_wrap .list .info_wrap{
    width: calc(100% - 232px);
    padding: 8px 0;
    word-break: keep-all;
}
.program_wrap .list .info_wrap .top{
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;
}
.program_wrap .list .info_wrap .top .tit_wrap{
    display: flex;
    align-items: center;
    gap: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.program_wrap .list .info_wrap .top .tit_wrap .tit{
    display: inline-block;
    max-width: 90%;
    font-size: 30px;
    font-weight: 600;
    color: #222;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.program_wrap .list .info_wrap .top .tit_wrap > span{
    padding: 4px 16px;
    background: #1675be;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
.program_wrap .list .info_wrap .top > .txt{
    margin-top: 15px;
    font-size: 20px;
    font-weight: 500;
    color: #666;
    line-height: 1;
}
.program_wrap .list .info_wrap .bot{
    display: flex;
    flex-wrap: wrap;
    gap: 12px 0;
}

.program_wrap .list .info_wrap .bot .item{
    display: flex;
    width: 50%;
}
.program_wrap .list .info_wrap .bot .item .tit{
    width: auto;
    min-width: 150px;
    padding-left: 25px;
    background-image: url("/images/subSite/oneclick/day_icon.png");
    background-repeat: no-repeat;
    background-position: left 4px;
    font-size: 17px;
    font-weight: 600;
    color: #666;
    letter-spacing: -1px;
}
.program_wrap .list .info_wrap .bot .item2 .tit{
    min-width: 120px;
    background-image: url("/images/subSite/oneclick/person_icon.png");
}
.program_wrap .list .info_wrap .bot .item3 .tit{
    background-image: url("/images/subSite/oneclick/pay_icon.png");
}
.program_wrap .list .info_wrap .bot .item4 .tit{
    min-width: 120px;
    background-image: url("/images/subSite/oneclick/call_icon.png");
}
.program_wrap .list .info_wrap .bot .item .txt{
    font-size: 17px;
    font-weight: 600;
    color: #444;
    letter-spacing: -1px;
}
/* view btn */
.btn_type1 .btn_view{
    width: 180px;
    height: 75px;
    padding: 25px 0 25px 25px;
    font-size: 18px;
    font-weight: 500;
    background-image: url("/images/subSite/oneclick/list_view_icon.png");
    background-repeat: no-repeat;
    background-position: left 35px center;
    background-color: #1675be;
    border-radius: 10px;
}
.btn_type1 .btn_apply{
    width: 180px;
    height: 75px;
    padding: 25px 0 25px 25px;
    font-size: 18px;
    font-weight: 500;
    background-image: url("/images/subSite/oneclick/list_apply_icon.png");
    background-repeat: no-repeat;
    background-position: left 35px center;
    background-color: #606060;
    border-radius: 10px;
}
.btn_area.btn_type1 div .program_submit {display: inline-flex; align-items: center; justify-content: center; width: 150px; height: 55px; margin: 0 0 0 15px; padding: 0 !important; background-image: none; font-size: 18px !important; font-weight: 500; border-radius: 10px;}
.btn_area.btn_type1 div .program_submit.type1 {background-color: #F25963;}
.btn_area.btn_type1 div .program_submit.type2 {background-color: #006ec0;}
.btn_area.btn_type1 div .program_submit.type3 {background-color: #888888;}
.btn_area.btn_type1 div .program_submit2 {display: inline-flex; align-items: center; justify-content: center;width: 150px; height: 55px; margin: 0 0 0 15px; padding: 0 !important; background-image: none; font-size: 18px !important; font-weight: 500; border-radius: 10px;}
.btn_area.btn_type1 div .program_submit2.type4 {background-color: #157e53;}

.table-wrap {overflow-x: auto;}
.table-wrap table {min-width: 1000px;}

/* A list */
.list_style_1{
    border-top: 1px solid #1675be;
}
.list_style_1 th{
    font-family: 'Pretendard';
    color: #333;
    font-weight: 600;
    border-bottom: 1px solid #c2c2c2;
}
.list_style_1 td{
    font-family: 'Pretendard';
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #c2c2c2;
    vertical-align: middle;
}
.list_style_1 td.title{
    font-family: 'Pretendard';
    font-size: 17px;
    letter-spacing: -0.05em;
}
.list_style_1 td.short_2 a{
    -webkit-line-clamp: 2;
}
/* list_style2 */
.list_style_2{
    border-top: 1px solid #1675be;
}
.list_style_2 li{
    display: flex;
    gap: 32px;
}
.list_style_2 .img{
    margin: 0;
}
.list_style_2 .img img{
    object-fit: cover;
}
.list_style_2 .text{
    width: calc(100% - 232px);
    padding: 8px 0;
}
.list_style_2 .text .tit{
    font-size: 24px;
    font-family: 'Pretendard';
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.list_style_2 .text .tit a{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.list_style_2 .text .txt{
    line-height: 26px;
}
.list_style_2 .text .txt p, .list_style_2 .text .txt p span, .list_style_2 .text .txt span{
    font-family: 'Pretendard' !important;
    font-size: 16px !important;
}
.table_new_tbl_board .list_style_1 td.title a {max-width: 100%;}
/* B list */
.thumb_style_1{
    border-top: 1px solid #1675be;
}
.thumb_style_1 ul{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.thumb_style_1 ul li {
    width: calc(100% / 3 - 10px);
    margin: 0;
    padding: 0 0 12px 0;
}
.thumb_style_1 ul li img{
    width: 100%;
    height: auto;
    max-height: 180px;
    object-fit: cover;
}
.thumb_style_1 ul li span.tit{
    padding: 0 12px;
    font-size: 17px;
    font-weight: 500;
}
.thumb_style_1 ul li span.date{
    padding: 0 12px;
    color: #666;
    font-size: 15px;
    font-weight: 500;
}

.onclick_table td > span:first-child {
    display: none;
}
.view_style_2 {
    padding-bottom: 50px;
}
.view_style_2 .title {
    padding: 20px 0;
    background: none;
    font-family: 'Pretendard';
    font-weight: 500;
    font-size: 16px;
    color: #222;
}
.view_style_2 .conts p {
    font-family: 'Pretendard' !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    color: #222 !important;
}
.view_style_2 .conts span {
    font-family: 'Pretendard' !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    color: #222 !important;
}
.view_style_2 .manage_cont ul li {
    font-family: 'Pretendard';
    font-weight: 500;
    font-size: 16px;
    color: #222;
}
.view_style_2 .manage_cont ul {
    margin: 0;
}
.view_style_2 .manage_cont ul li span {
    font-family: 'Pretendard';
    font-weight: 500;
    font-size: 16px;
    color: #222;
}

@media only screen and (max-width:1400px) {

}

@media only screen and (max-width:1280px) {

}

@media only screen and (max-width:1024px) {
    .business__info-table .display_pc {display: none;}
    .business__info-table .display_mo {display: table-column-group !important;}
    .program_wrap .list > a {
        display: block;
    }
    .program_wrap .list .img_wrap {
        max-width: 100%;
        width: 100%;
        text-align: center;
    }
    .program_wrap .list .img_wrap img {
        width: auto;
        height: auto;
    }
    .program_wrap .list .info_wrap {
        width: 100%;
    }
    .program_wrap_view .list .img_wrap {
        display: none;
    }
    .program_wrap_view .list .info_wrap {
        padding: 0;
    }
    /*.program_wrap .list .info_wrap .top {*/
    /*    padding-top: 25px;*/
    /*}*/
    .onclick_program {
        display: block;
    }
    .onclick_program p {
        float: none;
    }
    .onclick_program div {
        display: block;
        float: none;
        margin-top: 10px;
    }
    .onclick_program select {
        width: calc( (100% - 98px) / 4);
    }

    .list_option.long-type {flex-direction: column-reverse; justify-content: flex-start; align-items: flex-start; gap: 20px;}
    .list_option.long-type div {margin: 0 0 0 auto;}
    .list_option.long-type select {width: auto; padding: 0 25px 0 10px; font-size: 16px; background-position: right 10px center;}
    .list_option.long-type a {width: 55px;}

    .com_sch_cont .com_sch_area .program__search-wrap + .box {margin: 30px 0 0;}
}

@media only screen and (max-width:768px) {
    .list_option.long-type div {display: flex !important; flex-wrap: wrap; gap: 10px; width: 100%;}
    .list_option.long-type select {width: calc( (100% - 10px) / 2 ); margin: 0; border-radius: 10px;}
    .list_option.long-type a {width: 100%; border-radius: 10px;}

    .program__search-wrap {flex-direction: column; align-items: flex-start;}
    .program__search-wrap + .program__search-wrap {margin: 15px 0 0;}
    .com_sch_cont .com_sch_area .program__search-wrap + .box {margin: 25px 0 0;}
    .program__search-wrap > div {font-size: 18px;}
    .program__search-wrap ul {width: 100%; margin: 10px 0 0; gap: 10px;}

    .btn_area.btn_type1 div .program_submit {width: initial; height: 44px; margin: 0 0 0 10px; font-size: 16px !important;}
    .btn_area.btn_type1 div .program_submit2 {width: initial; height: 44px; margin: 0 0 0 10px; font-size: 16px !important;}

    /*.sch_box {*/
    /*    padding: 18px 20px;*/
    /*}*/
    /*.sch_box select {*/
    /*    position: static;*/
    /*    width: 100%;*/
    /*}*/
    /*.sch_box span.wrap {*/
    /*    width: 100%;*/
    /*    margin: 10px 0 0;*/
    /*}*/
    /*.sch_box input[type="text"] {*/
    /*    width: 100%;*/
    /*    margin-left: 0;*/
    /*}*/
    /*.program_wrap .list > a {*/
    /*    gap: 16px;*/
    /*}*/
    /*.program_wrap .list .img_wrap {*/
    /*    display: flex;*/
    /*    align-items: center;*/
    /*    max-width: 150px;*/
    /*}*/
    /*.program_wrap .list .img_wrap img {*/
    /*    width: 150px;*/
    /*    height: 150px;*/
    /*}*/
    /*.program_wrap .list .info_wrap {*/
    /*    width: calc(100% - 166px);*/
    /*}*/
    .program_wrap_view .list .info_wrap .top {
        padding-top: 0;
    }
    .program_wrap .list .info_wrap .top .tit_wrap {
        overflow: inherit;
        text-overflow: inherit;
        white-space: normal;
    }
    .program_wrap .list .info_wrap .top .tit_wrap .tit {
        overflow: inherit;
        text-overflow: inherit;
        white-space: normal;
        font-size: 20px;
    }
    .program_wrap .list .info_wrap .top .tit_wrap > span {
        font-size: 16px;
    }
    .program_wrap .list .info_wrap .top > .txt {
        font-size: 18px;
    }
    .program_wrap .list .info_wrap .bot {
        flex-wrap: nowrap;
        flex-direction: column;
    }
    .program_wrap .list > a {
        padding: 0 15px;
    }
    .program_wrap .list .info_wrap .bot .item {
        width: 100%;
    }
    .program_wrap .list .info_wrap .bot .item .tit {
        width: 150px;
    }
    .program_wrap .list .info_wrap .bot .item .txt {
        width: calc(100% - 150px);
    }
    .table_new_tbl_board .list_style_1 {
        min-width: 800px;
        margin-top: 0;
    }

    .list_style_1 th {
        padding: 13px 5px;
    }
    .list_style_1 td {
        padding: 13px 5px;
        font-size: 14px;
    }
    .list_style_1 td.title {
        font-size: 14px;
    }
    .list_style_1 td.title a {
        max-width: 100%;
    }

    .list_style_2 li {
        gap: 16px;
    }
    .list_style_2 .img {
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 150px;
    }
    .list_style_2 .img img {
        width: 150px;
        height: 150px;
    }
    .list_style_2 .text {
        width: calc(100% - 166px);
    }
    .thumb_style_1 ul li {
        width: calc( (100% - 15px) / 2);
        margin:0;
    }
    .thumb_style_1 ul li:nth-child(3n) {
        margin-right: 0;
    }
    .thumb_style_1 ul li:nth-child(2n) {
        margin-right: 0;
    }
    .view_style_1 colgroup col:nth-child(1) {
        width: 20% !important;
    }
    .view_style_1 colgroup col:nth-child(2) {
        width: 30% !important;;
    }
    .view_style_1 colgroup col:nth-child(3) {
        width: 20% !important;;
    }
    .view_style_1 colgroup col:nth-child(4) {
        width: 30% !important;;
    }
    .view_style_1 th {
        padding: 15px 10px;
    }
    .view_style_1 th.tit {
        padding: 15px 20px;
        font-size: 18px;
    }
    .view_style_1 td {
        padding: 15px 10px;
    }
    .view_style_1 td.contents {
        padding: 15px;
    }
    .btn_type1 .right {
        float: none;
    }
    .btn_type1 .btn_view {
        width: 100%;
        height: auto;
        padding: 20px 0 20px 20px;
        font-size: 16px;
    }
    .btn_type1 .type2 .btn_view,
    .btn_type1 .type2 .btn_apply {
        width: 49%;
        height: auto;
        padding: 20px 0 20px 20px;
        font-size: 16px;
    }
    .business__info-table {
        margin-bottom: 20px;
    }
    .view_style_2 {
        padding-bottom: 50px;
        margin-bottom: 20px;
    }
    .view_style_2 h4 {
        margin-top: 50px;
    }
    .onclick_table colgroup {
        display: none;
    }
    .onclick_table thead {
        display: none;
    }
    .onclick_table tr {
        display: block;
        padding: 20px;
        border-bottom: 1px solid #c2c2c2;
    }
    .onclick_table td {
        display: block;
        margin-top: 10px;
        padding: 0;
        border-bottom: none;
        text-align: left;
    }
    .onclick_table td > span:first-child {
        display: inline-block;
    }
    .onclick_table td.title {
        margin-top: 0;
    }
    .onclick_table td.title a {
        max-width: calc(100% - 70px);
    }
}

@media only screen and (max-width:480px) {

    .btn_area.btn_type1 div .program_submit2:first-child {width: calc(50% - 5px); margin: 10px 0 0;}
    .btn_area.btn_type1 div .program_submit {width: calc(50% - 5px); height: 44px; margin: 10px 0 0 10px; font-size: 16px !important;}
    .btn_area.btn_type1 div .program_submit:nth-child(3) {margin: 10px 0 0;}

    /*.sch_box select {*/
    /*    height: 48px;*/
    /*}*/
    /*.sch_box input[type="text"] {*/
    /*    height: 48px;*/
    /*}*/
    .list_option {
        display: block;
    }
    .list_option div {
        margin-top: 10px;
    }
    .list_option p {
        float: none;
        font-size: 20px;
    }
    .list_option p.hit {
        margin-bottom: 0;
    }
    .list_option select {
        width: 100%;
        height: 38px;
        margin: 10px 0 0;
        padding: 0 10px;
        font-size: 14px;
    }
    .list_option select:last-of-type {
        width: calc(100% - 48px);
    }
    .list_option.long-type select:last-of-type {width: calc( (100% - 10px) / 2 ); margin: 0; border-radius: 10px;}
    .list_option a {
        width: 48px;
        height: 38px;
        margin-top: 10px;
        padding: 9px 0;
        font-size: 14px;
    }
    .onclick_table tr {
        padding: 15px;
    }
    .program_wrap .list > a {
        display: block;
    }
    .program_wrap .list .img_wrap {
        max-width: 100%;
        text-align: center;
    }
    .program_wrap .list .img_wrap img {
        width: auto;
        max-width: 100%;
        height: auto;
    }
    .program_wrap .list .info_wrap {
        width: 100%;
    }
    .program_wrap .list .info_wrap .top {
        margin-bottom: 15px;
        padding: 0 0 15px;
    }
    .program_wrap .list .info_wrap .top .tit_wrap > span {
        font-size: 14px;
    }
    .program_wrap .list .info_wrap .bot .item .tit {
        background-position: left 2px;
        font-size: 14px;
    }
    .program_wrap .list .info_wrap .bot .item .txt {
        font-size: 14px;
    }
    .program_wrap_view .list {
        display: block;
    }
    .list_style_2 li {
        display: block;
        padding: 15px 0;
    }
    .list_style_2 .img {
        max-width: 100%;
        text-align: center;
    }
    .list_style_2 .img img {
        width: auto;
        max-width: 100%;
        height: auto;
    }
    .list_style_2 .text {
        width: 100%;
    }
    .list_style_2 .text .tit {
        font-size: 20px;
    }
    .thumb_style_1 ul li {
        width: 100%;
    }
    .view_style_1 td {
        padding: 15px 5px;
        font-size: 14px;
    }
    .program_wrap .list .info_wrap .top .tit_wrap .tit {
        word-break: break-all;
    }
}