/* 파란색 버튼 */
.down_btn.btn{
    flex: 1;
    color: #fff;
    padding: 14px 0;
    border-radius: 5px;
    background: #538CF0;
    font-size: 16px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    border: 0;
    gap: 16px;
}
.down_btn.btn::before{
    content: "";
    display: block;
    width: 18.67px;
    height: 18.67px;
    background-image: url(../images/sub/down_btn.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
/* 파란색 버튼 */


/* 탭 공통  */
.program_tab{
    display: flex;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #D3E5FF;
    overflow: hidden;
    margin-bottom: 10px;
}
.program_tab li{
    flex: 1;
    text-align: center;
    color: #5C5C5C;
    padding: 13.5px 0;
    font-size: 18px;
    cursor: pointer;
}
.program_tab li + li{
    border-left: 1px solid #D3E5FF;
}
.program_tab li.active{
    background: #538CF0;
    border-left: 1px solid #538CF0;
    color: #fff;
}
.program_tab li:first-child.active{
    border-left: 0;
}
/* 탭 공통  */

/* 센터프로그램 소개 */
.program_info_box.tab_box_wrap .box_wrap{
    display: flex;
}
.program_info_box.tab_box_wrap .tab_box{
    border: 1px solid #D9D9D9;
}
.program_info_box.tab_box_wrap .tab_char{
    background: #F3F8FF;
    border-right: 1px solid #D9D9D9;
    padding: 0 19.5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.program_info_box.tab_box_wrap .tab_char img{
    max-width: 184px;
}
.program_info_box.tab_box_wrap .tab_txt{
    width: 100%;
}
.program_info_box.tab_box_wrap .tab_txt ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.program_info_box.tab_box_wrap .txt_left{
    padding: 30px;
    width: 100%;
    border-right: 1px solid #D9D9D9;
}
.program_info_box.tab_box_wrap .tab_txt ul li + li{
    border-top: 1px solid #D9D9D9;
}
.program_info_box.tab_box_wrap .tab_txt ul li .item{
    font-size: 16px;
}
.program_info_box.tab_box_wrap .tab_txt ul li .item + .item{
    margin-top: 30px;
}
.program_info_box.tab_box_wrap .tab_txt ul li strong{
    display: block;
    font-weight: 600;
    color: #2D3437;
    position: relative;
    padding-left: 13px;
    margin-bottom: 10px;
}
.program_info_box.tab_box_wrap .tab_txt ul li strong::before{
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background: #538CF0;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    display: block;
}
.program_info_box.tab_box_wrap .tab_txt ul li p{
    word-break: keep-all ;
    line-height: 150%;
}
.program_info_box.tab_box_wrap .tab_link{
    padding: 0 20px;
}
.program_info_box.tab_box_wrap .tab_link a{
    background: #538CF0;
    border-radius: 5px;
    color: #fff;
    padding: 10px 0;
    font-size: 16px;
    width: 188px;
    text-align: center;
}
/* 센터프로그램 소개 */


/* 센터소개 */
#contents.center_info{
    margin: 20px 0;
}
.center_info .tab_box#panel-1{
    text-align: center;
}
.center_info .bd_box{
    border: 1px solid #D3E5FF;
    border-radius: 20px;
    position: relative;
}
.center_info .tab_box .middle b{
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    background: #538CF0;
    border-radius: 10px;
    padding: 14px 54.5px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
}
.center_info .tab_box .middle{
    padding: 45px 0 40px;
    margin: 69px 0 40px;
    position: relative;
}
.center_info .tab_box .middle,
.center_info .tab_box .top{
    font-size: 18px;
    color: #282828;
    line-height: 150%;
}
.center_info .tab_box .top{
    padding: 20px 18px 40px;
}
.center_info .tab_box .top p{
    word-break: keep-all;
}
.center_info .tab_box h1 img{
    margin-bottom: 20px;
    width: 459px;
}
.center_info .tab_box .bottom{
    padding: 40px 40.5px;
}
.center_info .tab_box .bottom img{
    max-width: 100%;
}
.center_info .tab_box .bottom img + img{
    margin-top: 18.5px;
}

/* 센터소개 */

/* 조직도 */
.orgchart_box{
    margin: 80px auto 0;
}
.orgchart_box img{
    max-width: 100%;
}
/* 조직도 */


/* 연혁 */
.history_list{
    position: relative;
    margin: 80px 0 80px;
}
.history_list::before{
    content: "";
    position: absolute;
    display: block;
    width: 2px;
    height: 100%;
    background: #DDDDDD;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.history_list > li{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    gap: 155px;
}
.history_list > li::before{
    content: "";
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/sub/history_dot.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.history_list > li::after{
    width: 50px;
    height: 1px;
    background: #538CF0;
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    transform: translate(0%, -50%);
    top: 50%;
}
.history_list > li.history_left::after{
    right: 50%;
    left: auto;
    background: #F7DA45;
}
.history_list .history_left{
    flex-direction: row-reverse;
    text-align: right;
}
.history_list .list_txt{
    width: 469px;
}
.history_list .list_txt li{
    font-size: 20px;
    line-height: 150%;
    color: #282828;
    position: relative;
    padding-left: 15px;
    word-break: keep-all;
}
.history_list .list_txt li::before{
    content: "";
    position: absolute;
    display: block;
    width: 5px;
    height: 5px;
    background: #538CF0;
    left: 0;
    top: 13px;
    border-radius: 50%;
}
.history_list .history_left::before{
    background-image: url(../images/sub/history_dot_y.png);
}
.history_list .history_left .list_txt li{
    padding-left: 0;
    padding-right: 15px;
}
.history_list .history_left .list_txt li::before{
    left: auto;
    right: 0;
    background: #F7DA45;
}
.history_list .list_txt li + li{
    margin-top: 10px;
}
.history_list b{
    font-size: 70px;
    font-weight: 700;
    color: #2D3437;
    display: block;
    line-height: 115%;
}
.history_list .history_right b{
    text-align: right;
}
.history_list .history_left b{
    text-align: left;
}
.history_list .history_right b span{
    color: #538CF0;
}
.history_list .history_left b span{
    color: #F7DA45;
}
.history_list br.br_block{
    display: inline-block;
}
/* 연혁 */



/* 센터상징 */
.center_info .center_symbol_box{
    margin-top: 112px;
}
.center_info .center_symbol_box b{
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    background: #538CF0;
    border-radius: 10px;
    padding: 14px 0;
    width: 260px;
    position: absolute;
    text-align: center;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
}
.center_info .center_symbol_box b.small{
    max-width: 562px;
    font-size: 16px;
    padding: 10px 17px;
    position: static;
    transform: none;
    margin-bottom: 40px;
    display: block;
    text-align: center;
    margin: 0 auto 40px;
    width: 100%;
}
.center_info .char_box{
    position: relative;
    background: #F3F8FF;
    border-radius: 10px;
    padding: 20px 59.5px 40px 59.5px;
    margin-top: 40px;
}
.center_info .char_box + .char_box{
    margin-top: 20px;
}
.center_info .center_symbol_box p{
    text-align: center;
    font-size: 18px;
    color: #282828;
    line-height: 150%;
    justify-content: center;
    align-items: center;
    word-break: keep-all;
}
.center_info .center_symbol_box p + p{
    margin-top: 10px;
}
.center_info .char_list {
    gap: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.center_info .char_list li {
    background: #fff;
    flex: 1;
    aspect-ratio: 1 / 1;
    overflow: hidden; 
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 19px;
    gap: 20px;
    max-width: 281px;
    height: 283px;
}

.center_info .center_symbol_box .char_list li img {
    object-fit: contain;   
    object-position: center;
    display: block;
}
.center_info .center_symbol_box .char_list li img.hi{
    width: 125px;
}
.center_info .center_symbol_box .char_list li img.little{
    width: 148px;
}
.center_info .center_symbol_box .char_list li img.kiri{
    width: 109px;
}
.center_info .center_symbol_box .char_list li img.hoya{
    width: 123px;
}
.center_info .center_symbol_box .char_list li img.sinsock{
    width: 103px;
}
.center_info .center_symbol_box .char_list .name{
    font-weight: 600;
    color: #282828;
    font-size: 18px;
}
.center_info .tab_box .center_symbol_box .bottom{
    text-align: center;
    margin: 80px 0 69px;
    padding: 52px 40px 40px; 
}
.center_info .tab_box .center_symbol_box .top{
    padding: 56px 42px 40px 42px;
}
.center_info .tab_box .center_symbol_box .img_down{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.center_info .tab_box .center_symbol_box .img_area{
    flex: 1;
    max-width: 482px;
}
.center_info .tab_box .center_symbol_box .img_area > p{
    font-weight: 600;
    font-size: 18px;
    color: #282828;
    margin-bottom: 10px;
}
.center_info .tab_box .center_symbol_box .img_area img{
    width: 100%;
}
.center_info .tab_box .center_symbol_box .img_box{
    height: 272px;
    border: 1px solid #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 16px 16px;
    background-image: 
        linear-gradient(#EFF3F4 1px, transparent 1px),
        linear-gradient(90deg, #EFF3F4 1px, transparent 1px);
    padding: 0 35px;
}
.center_info .tab_box .center_symbol_box .img_area:first-child img{
    width: 415px;
}
.center_info .tab_box .center_symbol_box .img_area:nth-child(2) img{
    width: 351px;
}
.center_info .tab_box .center_symbol_box .down_btn_wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 10px;
}

.center_info .tab_box .center_symbol_box .cs_song{
    padding: 69px 10px 40px;
}
.center_info .tab_box .center_symbol_box .audio_area{
    text-align: center;
    margin-top: 40px;
}
.center_info .tab_box .center_symbol_box .audio_area audio{
    width: 485px;
}
/* 센터상징 */


/* 오시는 길 */
.center_info .map_top{
    margin-bottom: 100px;
}
.center_info .tab_box .map_go{
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
}
.center_info .map_go img{
    max-width: 391px;
    width: 100%;
}
.center_info .link_btn{
    margin-left: 20px;
}
.center_info .link_btn a{
    position: relative;
    width: 193px;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    font-weight: 500;
    font-size: 18px;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
.center_info .link_btn a.map_naver{
    background: #03C95B;
    color: #fff;
}
.center_info .link_btn a.map_kakao{
    background: #FAE244;
    color: #282828;
}
.center_info .link_btn a + a{
    margin-top: 10px;
}
.center_info .link_btn a::before{
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
}
.center_info .link_btn a.map_kakao::before{
    background-image: url(../images/sub/map_kakao.png);
}
.center_info .link_btn a.map_naver::before{
    background-image: url(../images/sub/map_naver.png);
}
.center_info .link_btn a::after{
    content: "";
    display: block;
    width: 19px;
    height: 19px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 7px 4px;
    background-size: 5.42px 9.15px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0, -50%);
}
.center_info .link_btn a.map_kakao::after{
    background-image: url(../images/sub/map_right.png);
    border: 1px solid #282828;
}
.center_info .link_btn a.map_naver::after{
    background-image: url(../images/sub/map_right_white.png);
    border: 1px solid #fff;
}
.center_info .map_ul li{
    color: #282828;
    font-size: 18px;
    gap: 15px;
    display: flex;
    align-items: center;
    position: relative;
    line-height: 140%;
    padding: 13.5px 10px 13.5px 0;
    border-bottom: 1px solid #D9D9D9;
    word-break: keep-all;
}
.center_info .map_ul li::before{
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    background: #538CF0;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    flex-shrink: 0;
}
.center_info .map_ul li.walk::before{
    background-size: 13px 18.87px;
    background-image: url(../images/sub/map_walk.png);
}
.center_info .map_ul li.local::before{
    background-size: 14px 18.87px;
    background-image: url(../images/sub/map_local.png);
}
.center_info .map_ul li.call::before{
    background-size: 17.78px 17.78px;
    background-image: url(../images/sub/map_call.png);
}
.center_info .map_type_top{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 20px;
}
.center_info .map_type_section{
    box-shadow: 0px 0px 5px #00000026;
    border-radius: 20px;
    padding: 20px;
}
.center_info .map_type_section img{
    max-width: 125px;
    width: 100%;
    display: block;
    margin: 0 auto 30px;
}
.center_info .map_type_box{
    border: 1px solid #D3E5FF;
    border-radius: 10px;
    padding: 15px 20px;
    flex: 1;
}
.center_info .map_type_box + .map_type_box{
    margin-top: 10px;
}
.center_info .map_type_box dl dt{
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 10px;
}
.center_info .map_type_box dl.line_2 dt span{
    color: #3CB44A;
}
.center_info .map_type_box dl.line_7 dt span{
    color: #697215;
}
.center_info .map_type_box dl dt.sillim .map_color{
    color: #4E67A5; 
}

.center_info .map_type_box .sub_txt{
    color: #4E67A5;   
    border-radius: 50px;
    border: 1px solid #4E67A5;
    padding: 0.5px 10px;
    margin-right: 6px;
}
.center_info .map_type_box dl dd{
    color: #282828;
    font-size: 16px;
    line-height: 140%;
}
.center_info .map_type_box dl dd span{
    font-weight: 600;
    color: #4E67A5;
    width: 90px;
    display: inline-block;
}
.center_info .map_type_box dl dd + dd{
    margin-top: 4px;
}
.center_info .map_type_box dl .map_color{
    font-weight: 600;
    font-size: 16px;
}
.center_info .map_type_box dl.line_2 .map_color{
    color: #3CB44A;
}
.center_info .map_type_box dl.line_7 .map_color{
    color: #697215;
}
.center_info .map_type_box dl dt span.line_num{
    border-radius: 50%;
    color: #fff;
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    margin-right: 6px;
}
.center_info .map_type_box dl.line_7 dt span.line_num{
    background: #697215;
}
.center_info .map_type_box dl.line_2 dt span.line_num{
    background: #3CB44A;
}
.center_info .box_flex{
    display: flex;
    gap: 20px;
}
.center_info .bus .map_type_box + .map_type_box{
    margin-top: 0;
}
.center_info .bus b,
.center_info .parking b{
    color: #538CF0;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
    line-height: 140%;
}
.center_info .bus .sub_ul li{
    font-size: 16px;
    word-break: keep-all;
    display: flex;
    align-items: center;
    padding: 0 8px;
    line-height: 140%;
}
.center_info .bus .sub_ul li + li{
    margin-top: 10px;
}
.center_info .bus .sub_ul .li_bg{
    background: #EFF3F4;
    padding: 8px 10px;

}
.center_info .bus .sub_ul + .sub_ul{
    margin-top: 20px;
}
.center_info .bus .sub_ul li .txt_bold{
    font-weight: 600;
    vertical-align: text-bottom;
    width: 105px;
    margin-right: 10px;
}
.center_info .bus .sub_ul li .sub_bold{
    width: 105px;
    margin-right: 10px;
    font-weight: 600;
}
.center_info .bus .boramae_long .sub_ul li .txt_bold,
.center_info .bus .boramae_long .sub_ul li .sub_green{
    width: 155px;
}
.center_info .bus .sub_ul li .sub_sodomy{
    color: #2B3F95;
}
.center_info .bus .sub_ul li .sub_green{
    color: #3CB44A;
}
.center_info .bus .sub_ul li .sub_blue{
    color: #0058DB;
}
.center_info .map_type_section.bus{
 width: calc(66% + 10px);
}
.center_info .bus .map_type_box{
    padding: 10px;
}
.center_info .map_type_section .parking img{
    margin-left: 0;
    margin-bottom: 16px;
}
.center_info .parking .map_type_box{
    border: 0;
}
.center_info .parking .map_type_box p{
    font-size: 16px;
    color: #282828;
    padding: 0 30px 0 30px;
    position: relative;
}
.center_info .parking .map_type_box p + p{
    margin-top: 8px;
}
.center_info .parking .map_type_box p::before{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    left: 10px;
    top: 6px;
    background: #538CF0;
    display: block;
    border-radius: 50%;
    opacity: 0.3;
    line-height: 140%;
}
.center_info .parking .map_type_box {
    padding-top: 0;
}
/* 오시는 길 */


/* 대여안내 */
.rental_wrap .rental_down{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 46px;
}
.rental_wrap .rental_down b{
    font-weight: 700;
    font-size: 28px;
    color: #2D3437;
}
.rental_wrap .rental_down .btn{
    max-width: 186px;
    padding: 13px 0;
}
.rental_wrap .apply_guide > li{
    display: flex;
    align-items: flex-start;
    gap: 60px;
}
.rental_wrap .apply_guide > li + li{
    margin-top: 80px;
}
.rental_wrap .apply_guide > li .rental_tit {
    width: 210px;
    font-weight: 500;
    font-size: 30px;
    position: relative;
    font-family: 'Noto Sans KR';
    letter-spacing: -2px ;
    flex-shrink: 0;
}
.rental_wrap .apply_guide > li .rental_tit::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -25px;
    width: 67px;
    height: 2px;
    background: #538CF0;
    display: block;
}
.rental_wrap .rental_info{
    line-height: 150%;
    color: #282828;
    font-size: 18px;
}
.rental_wrap .rental_info p{
    word-break: keep-all;
}
.rental_wrap .rental_info_ul li{
    display: flex;
}
.rental_wrap .rental_info_ul li + li{
    margin-top: 40px;
}
.rental_wrap .rental_info_ul li .blue_box{
    width: 180px;
    height: 148px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    flex-shrink: 0;
    border: 1px solid #538CF0;
    border-right: 0;
    background-color: #538CF0;
}
.rental_wrap .rental_info_ul li:nth-child(1) .blue_box{
    background-image: url(../images/sub/rental_icon01.png);
}
.rental_wrap .rental_info_ul li:nth-child(2) .blue_box{
    background-image: url(../images/sub/rental_icon02.png);
}
.rental_wrap .rental_info_ul li:nth-child(3) .blue_box{
    background-image: url(../images/sub/rental_icon03.png);
}
.rental_wrap .rental_info_ul li:nth-child(4) .blue_box{
    background-image: url(../images/sub/rental_icon04.png);
}
.rental_wrap .rental_info_ul li .blue_info b{
    color: #538CF0;
    font-size: 23px;
    font-weight: 600;
    line-height: 100%;
    display: block;
    margin-bottom: 9px;
}
.rental_wrap .rental_info_ul li .blue_info {
    padding: 20px 10px 0 40px;
    border: 1px solid #D9D9D9;
    width: 100%;
    border-left: 0;
}
.rental_wrap .info_point{
    color: #EA4949;
}
.rental_wrap .p_dot{
    position: relative;
    padding-left: 20px;
    font-size: 19px;
    line-height: 140%;
}
.rental_wrap .p_dot + .p_dot{
    margin-top: 15px;
}
.rental_wrap .p_dot::before{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    left: 0;
    top: 10px;
    border-radius: 50%;
    background: #538CF0;
    display: block;
}
.rental_wrap .rental_info img.notebook{
    max-width: 466px;
}
@media screen and (max-width: 1420px) {
    .history_list b {
        font-size: 59px;
    }
    .history_list .list_txt {
        width: calc(50% - 48px);
    }
    .history_list .list_txt li + li {
        margin-top: 6px;
    }
    .history_list > li {
        gap: 110px;
    }
    .history_list > li::after {
        width: 36px;
    }
    .center_info .tab_box .center_symbol_box .img_area {
        max-width: none;
        width: calc(50% - 10px);
        flex: none;
    }
    .center_info .tab_box .center_symbol_box .img_area img{
        width: 100% !important;
    }
    .center_info .tab_box .center_symbol_box .top {
        padding: 56px 10px 40px 10px;
    }
    .center_info .tab_box .center_symbol_box .down_btn_wrap {
        gap: 4px;
    }
    .down_btn.btn {
        font-size: 14px;
        gap: 5px;
        letter-spacing: -1px;
        padding: 14px 4px;
    }
    .down_btn.btn::before {
        width: 14.67px;
        height: 14.67px;
    }
    .center_info .tab_box .center_symbol_box .img_box {
        height: 227px;
        padding: 0 23px;
    }
    .center_info .char_box {
        padding: 20px 29.5px 40px 29.5px;
    }
    .center_info .map_type_section img {
        margin: 0 auto 24px;
    }
    .center_info .bus .sub_ul li + li {
        margin-top: 5px;
    }
    .center_info .box_flex {
        flex-direction: column;
        gap: 8px;
    }
    .center_info .map_type_box dl dd span {
        width: 84px;
    }
    .center_info .map_type_section.bus {
        width: calc(66% - 50px);
    }
    .center_info .bus .sub_ul + .sub_ul {
        margin-top: 10px;
    }
    .center_info .map_type_box + .map_type_box{
        padding: 15px 17px;
    }
    .center_info .map_type_box + .map_type_box {
        margin-top: 14px;
    }

    /* 대여안내 */
    .rental_wrap .rental_down .btn.down_btn{
        font-size: 16px;
    }
    .rental_wrap .rental_down b {
        font-size: 26px;
    }
    .rental_wrap .apply_guide > li .rental_tit {
        width: 181px;
        font-size: 27px;
    }
    .rental_wrap .apply_guide > li {
        gap: 30px;
    }
    .rental_wrap .rental_info_ul li .blue_box {
        width: 158px;
        height: 131px;
    }
    .rental_wrap .rental_info_ul li .blue_info b {
        font-size: 22px;
        margin-bottom: 6px;
    }
    .rental_wrap .rental_info_ul li .blue_info {
        padding: 13px 10px 0 28px;
    }
    .rental_wrap .apply_guide > li .rental_tit::before {
        bottom: -22px;
        width: 56px;
    }
    /* 대여안내 */
}
@media screen and (max-width:1200px){
    .program_info_box.tab_box_wrap .tab_char {
        padding: 0 3.5px;
    }
    .program_info_box.tab_box_wrap .tab_char img {
        max-width: 160px;
    }
    .program_info_box.tab_box_wrap .txt_left {
        padding: 18px;
    }
    .program_info_box.tab_box_wrap .tab_link {
        padding: 0 12px;
    }
    .program_info_box.tab_box_wrap .tab_link a {
        width: 177px;
    }
    .center_info .char_box {
        padding: 20px 19.5px 40px 19.5px;
    }
    .center_info .map_type_top {
        flex-direction: column;
    }
    .center_info .map_type_section.bus{
        width: 100%;
    }
    .center_info .box_flex {
        flex-direction: row;
        gap: 20px;
    }

    /* 대여안내 */
    .rental_wrap .rental_info_ul li{
        flex-direction: column;
    }
    .rental_wrap .rental_info_ul li .blue_info {
        border-left: 1px solid #D9D9D9;
        padding: 15px 10px 13px 15px;
    }
    .rental_wrap .rental_info_ul li .blue_box {
        width: 100%;
        border-right: 1px solid #538CF0;
        height: 108px;
    }
    /* 대여안내 */
}
@media (max-width: 1000px){
    .center_info .tab_box .middle b {
        font-size: 24px;
        padding: 12px 46.5px;
    }
    .center_info .tab_box h1 img {
        margin-bottom: 20px;
        width: 422px;
    }
    .center_info .tab_box .top {
        padding: 20px 11px 40px;
        letter-spacing: -1px;
    }
    .rental_wrap .rental_down b {
        font-size: 26px;
    }
    .rental_wrap .rental_down .btn {
        max-width: 164px;
        padding: 8px 0;
    }
    /* 대여안내 */
    .rental_wrap .rental_info_ul li{
        flex-direction: row;
    }
    .rental_wrap .rental_info_ul li .blue_info {
        border-left: 0;
        padding: 15px 10px 13px 15px;
    }
    .rental_wrap .rental_info_ul li .blue_box {
        width: 129px;
        height: 117px;
        border-right: 0;
    }
    .rental_wrap .rental_info_ul li + li {
        margin-top: 17px;
    }
    .rental_wrap .rental_info_ul li .blue_info b {
        font-size: 20px;
    }
    .rental_wrap .apply_guide > li .rental_tit {
        width: 116px;
        font-size: 26px;
        line-height: 129%;
    }
    .rental_wrap .rental_down b {
        font-size: 25px;
    }
    .rental_wrap .apply_guide > li + li {
        margin-top: 31px;
    }
    .rental_wrap .apply_guide > li {
        gap: 0;
    }
    .rental_wrap .rental_info {
        font-size: 17px;
    }
    .rental_wrap .p_dot + .p_dot {
        margin-top: 6px;
    }
    .rental_wrap .apply_guide > li .rental_tit::before{
        display: none;
    }
    /* 대여안내 */
}
@media (max-width: 800px){
    .program_tab li {
        font-size: 17px;
    }
    .program_info_box.tab_box_wrap .tab_char {
        padding: 0 4.5px;
    }
    .center_info .tab_box .bottom {
        padding: 25px 25.5px;
    }
    .center_info .tab_box .top {
        padding: 14px 11px 26px;
    }

    .center_info .tab_box .middle {
        padding: 40px 11px 30px;
        margin: 69px 0 40px;
        position: relative;
    }
    .rental_wrap .apply_guide > li {
        flex-direction: column;
        gap: 9px;

    }
    .rental_wrap .apply_guide > li .rental_tit {
        width: 100%;
        font-size: 24px;
    }
    .rental_wrap .rental_info_ul li .blue_box {
        width: 105px;
        height: 158px;
        border-right: 0;
    }
    .rental_wrap .rental_down .btn {
        width: 164px;
        max-width: 164px;
    }
}
@media (max-width: 768px){
    .program_info_box.tab_box_wrap .tab_txt ul li{
        flex-direction: column;
        align-items: flex-start;
    }
    .program_info_box.tab_box_wrap .tab_link {
        padding: 12px;
    }
    .program_info_box.tab_box_wrap .txt_left{
        border-right: 0;
        border-bottom: 1px solid #D9D9D9;
    }
    .program_info_box.tab_box_wrap .tab_link a {
        width: 100%;
    }
    .program_info_box.tab_box_wrap .tab_link {
        width: 100%;
        padding: 12px 21px;
    }
    .orgchart_box {
        margin: 46px auto 0;
    }
    .orgchart_box img{
        content: url(../images/sub/orgchart_mb.png);
        width: 93%;
    }

    .history_list .history_left {
        flex-direction: row;
        text-align: left;
    }
    .history_list .history_left .list_txt li{
        padding-right: 0;
        padding-left: 15px;
    }
    .history_list .history_left .list_txt li::before {
        left: 0;
        right: auto;
    }
    .history_list > li{
        justify-content: flex-start;
        gap: 50px;
    }
    .history_list > li + li{
        margin-top: 33px;
    }
    .history_list .list_txt{
        width: 100%;
    }
    .history_list b{
        flex-shrink: 0;
        font-size: 51px;
        width: 125px;
        position: relative;
    }
    .history_list .br_block{
        display: block;
        text-align: left;
    }
    .history_list .history_right b{
        text-align: left;
    }
    .history_list b{
        font-size: 37px;
    }
    .history_list .list_txt li {
        font-size: 15px;
    }
    .history_list > li::before {
        left: 123px;
        transform: translate(0, -50%);
    }
    .history_list::before {
        left: 130px;
        transform: translate(0, -50%);
    }
    .history_list > li::after,
    .history_list > li.history_left::after{
        left: 133px;
        right: auto;
        transform: translate(0%, -50%);
        width: 30px;
    }
    .center_info .tab_box .center_symbol_box .img_down{
        flex-direction: column;
    }
    .center_info .tab_box .center_symbol_box .img_area {
        width: 100%;
    }
    .center_info .tab_box .center_symbol_box .img_area + .img_area{
        margin-top: 10px;
    }
    .center_info .tab_box .center_symbol_box .img_box {
        padding: 24px 23px;
    }
    .center_info .tab_box .center_symbol_box .img_area img{
        height: auto;
        max-height:100%;
        object-fit: contain;
    }
    .center_info .center_symbol_box {
        margin-top: 75px;
    }
    .center_info .tab_box .center_symbol_box .bottom {
        padding: 49px 10px 40px;
    }
    .center_info .box_flex {
        flex-direction: column;
        gap: 6px;
    }
    .center_info .map_ul li{
        font-size: 15px;
    }
    .center_info .center_symbol_box p{
        font-size: 15px;
    }

}
@media (max-width: 640px) {
    .center_info .tab_box .middle br, 
    .center_info .tab_box .top br {
        display: contents;
    }
    .center_info .tab_box .map_go{
        flex-direction: column;
        align-items: flex-start;
    }
    .center_info .link_btn{
        margin-left: 0;
        margin-top: 10px;
    }
    .center_info .link_btn a + a {
        margin-top: 6px;
    }
    .rental_wrap .rental_down b {
        font-size: 25px;
    }
    .center_info .tab_box .center_symbol_box .audio_area audio {
        width: calc(100% - 121px);
    }
}
@media (max-width: 520px){
    .history_list b {
        width: 100px;
        font-size: 26px;
    }
    .history_list > li {
        gap: 40px;
    }
    .history_list::before {
        left: 101px;
    }
    .history_list > li::before {
        left: 94px;
    }
    .history_list > li::after, 
    .history_list > li.history_left::after {
        left: 100px;
        width: 27px;
    }
}
@media (max-width: 500px){
    .program_info_box.tab_box_wrap .tab_char img {
        max-width: 132px;
    }
}
@media (max-width: 480px){
    .program_info_box.tab_box_wrap .tab_char{
        border-right: 0;
        border-bottom: 1px solid #D9D9D9;

    }
    .program_info_box.tab_box_wrap .box_wrap {
        flex-direction: column;
        border-right: 0;
    }
    .program_tab li {
        font-size: 15px;
        letter-spacing: -0.8px;
    }
    .center_info .tab_box h1 img {
        margin-bottom: 10px;
        width: 100%;
    }
    .center_info .tab_box .middle, 
    .center_info .tab_box .top {
        font-size: 16px;
    }
    .center_info .tab_box .middle b {
        font-size: 18px;
        padding: 8px 20.5px;
    }
    .center_info .tab_box .middle {
        padding: 40px 17px 30px;
        margin: 48px 0 27px;
        position: relative;
    }
    .center_info .tab_box .bottom {
        padding: 15px 15.5px;
    }
    .orgchart_box {
        margin: 27px auto 0;
    }
    .history_list::before,
    .history_list > li::after, 
    .history_list > li.history_left::after,
    .history_list > li::before{
        display: none;
    }
    .history_list > li {
        gap: 15px;
    }
    .history_list b {
        width: 70px;
        font-size: 22px;
    }
    .center_info .tab_box .center_symbol_box .img_box {
        height: 153px;
    }
    .down_btn.btn {
        font-size: 13px;
        padding: 9px 4px;
    }
        .center_info .char_list li {
        height: auto;
        width: 100%;
        max-width: none;
        padding: 7px;
    }
    .center_info .char_list{
        flex-direction: column;
    }
    .center_info .center_symbol_box .char_list li img.hi {
        width: calc(50% - 10px);
    }
    .center_info .center_symbol_box .char_list li img.little {
        max-width: 216px;
        width: 50%;
    }
    .center_info .center_symbol_box .char_list li img.kiri {
        max-width: 102px;
        width: 50%;
    }
    .center_info .center_symbol_box .char_list li img.hoya {
        width: calc(50% - 10px);
    }
    .center_info .center_symbol_box .char_list li img.sinsock {
        width: calc(50% - 30px);
    }
    .center_info .center_symbol_box b{
        font-size: 18px;
        padding: 8px 20.5px;
    }
    .center_info .map_type_box dl .map_color{
        font-size: 15px;
    }
    .center_info .map_type_box dl dd{
        font-size: 15px;
    }
    .center_info .map_type_section {
        padding: 10px;
    }
    .center_info .bus .sub_ul li{
        font-size: 15px;
    }
    .center_info .bus .sub_ul li .sub_bold {
        width: 97px;
        flex-shrink: 0;
    }
    .center_info .map_type_box dl dt span.line_num {
        width: 21px;
        height: 21px;
        font-size: 14px;
    }
    .center_info .map_type_box dl dt {
        font-size: 14px;
    }
    .center_info .link_btn a {
        width: 164px;
        font-size: 15px;
        padding: 5px;
    }
    .center_info .bus .sub_ul li .txt_bold {
        width: 94px;
    }
    .rental_wrap .rental_down b {
        font-size: 22px;
    }
    .rental_wrap .rental_down {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .rental_wrap .rental_down .btn.down_btn {
        width: 192px;
        max-width: none;
    }
    .rental_wrap .rental_down {
        margin-bottom: 30px;
    }
    .rental_wrap .rental_info_ul li {
        flex-direction: column;
    }
    .rental_wrap .rental_info_ul li .blue_box {
        width: 100%;
        height: 75px;
        border-right: 1px solid #538CF0;
    }
    .rental_wrap .rental_info_ul li .blue_info{
        border-left: 1px solid #D9D9D9;
    }
    .rental_wrap .rental_info img.notebook {
        max-width: 100%;
    }
    .center_info .tab_box .center_symbol_box .audio_area audio {
        width: 100%;
    }
}