@charset "utf-8";
.sub_visual{
    margin: 0 auto;
    max-width: 1920px;
    position: relative;
    padding: 190px 0 150px;
    border-radius: 30px;
    overflow: hidden;
    color: #fff;
    letter-spacing: -0.01em;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.sub_visual .text h2{
    font-size: 60px;
    font-weight: 600;
}

.sub_visual .text p{
    font-size: 20px;
    margin-top: 30px;
}

@media all and (max-width:1400px){
    .sub_visual{margin: 0 auto; width: 93.75%;}
}


.my_info_naey{
    padding: 60px 40px;
    width: 100%;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}
.my_info_naey .left_info h6{
    font-size: 28px;
    color: #222222;
    letter-spacing: -0.025em;
    font-weight: 600;
}
.my_info_naey .left_info h6 span{
    color: #f4953e;
}
.my_info_naey .left_info ul{
    display: flex;
    align-items: center;
    margin-top: 30px;
    gap: 10px 30px;
    flex-wrap: wrap;
}
.my_info_naey .left_info ul li{
    font-size: 18px;
    color: #666666;
    letter-spacing: -0.025em;
    font-weight: 600;
    position: relative;
}
.my_info_naey .left_info ul li + li:before{
    position: absolute;
    left: -15px;
    top: 1px;
    width: 2px;
    height: 18px;
    background-color: #666;
    content: '';   
}
.my_info_naey .right_mul a{
    display: flex; 
    align-items: center;
    gap: 5px;
}
.my_info_naey .right_mul a .under_txt{
    color: #f4953e;
    font-size: 18px;
    letter-spacing: -0.025em;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.myinfo_href_list{
    margin-top: 60px;
}
.myinfo_href_list ul{
    display: flex;
    align-items: center;
    gap: 5px;
}

.myinfo_href_list ul li a{
    padding: 20px 30px;
    border-radius: 30px;
    border: 1px solid #d2d2d2;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #666666;
    letter-spacing: -0.025em;
    font-size: 18px;
    font-weight: 600;
}
.myinfo_href_list ul li.active a{
    color: #f4953e;
    border-color: #f4953e;
}

.fee_con_wrap{
    margin-top: 50px;
}
.fee_con_wrap table{
    width: 100%;
}
.fee_con_wrap thead th{
    background-color: #f4f4f4;
    font-size: 20px;
    color: #444444;
    font-weight: 600;
    letter-spacing: -0.025em;
    padding: 30px 0;
}
.fee_con_wrap tbody tr{
    position: relative;
}
.fee_con_wrap tbody tr:after{
    position: absolute;
    left: 0; bottom: 0;
    width: 100%;
    height: calc(100% - 20px);
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    content: '';
    z-index: -1;
}
.fee_con_wrap tbody td{
    padding: 60px 0 40px;
    text-align: center;
    font-size: 18px;
    letter-spacing: -0.025em;
    color: #444444;
}

.fee_con_wrap tbody td.don_ju{
    color: #f4953e;
}
.fee_con_wrap tbody td .ju_btn{
    color: #f4953e;
    text-decoration: underline;
    text-underline-offset: 5px;
}
.fee_con_wrap tbody td .pa_btn{
   color: #3badf5; 
   cursor: default;
}
.fee_con_wrap tbody td .hwi_btn{
    color: #888888;
    cursor: default;
}

@media all and (max-width:1024px){
    .fee_con_wrap{overflow-x: auto;}
    .fee_con_wrap table{width: 1000px;}
}

@media all and (max-width:650px){
    .myinfo_href_list ul{justify-content: center;}
    .myinfo_href_list ul li a{padding: 20px 10px;}
}

.edu_box_stu{margin-top: 50px;}
.edu_box_stu ul{display: flex; flex-direction: column; gap: 30px;}
.edu_box_stu ul li a{border-radius: 30px; padding: 60px 50px; width: 100%; display:flex; justify-content: space-between; flex-wrap: wrap;}
.edu_box_stu .naeye_ok{font-size: 18px; color: #222222; letter-spacing: -0.025em;}
.edu_box_stu .tai_tle{display: flex; align-items: center; gap: 5px; margin-top: 20px;}
.edu_box_stu .tai_tle p{color: #fff; font-size: 16px; padding: 10px; border-radius: 8px; white-space: nowrap;}
.edu_box_stu .tai_tle h6{font-size: 28px; letter-spacing: -0.04em; color: #222222; font-weight: 600;}
.edu_box_stu .jung_bo{margin-top: 20px; display: flex; gap: 10px 20px; flex-wrap: wrap;}
.edu_box_stu .jung_bo p{font-size: 18px; letter-spacing: -0.04em; color: #666666; position: relative;}
.edu_box_stu .jung_bo p + p:before{position: absolute; left: -10px; top: 1px; content: ''; width: 2px; height: 18px; background-color: #666;}
.edu_box_stu .ga_gyeok{margin-top: 20px; font-size: 20px; letter-spacing: -0.04em; font-weight: 600;}
.edu_box_stu .right_but span{font-size: 16px; color: #222222; letter-spacing: -0.025em; font-weight: 600; text-decoration: underline; text-underline-offset: 3px;} 

.edu_box_stu .blue_li a{background-color: #f1f3f7;}
.edu_box_stu .blue_li .tai_tle p{background-color: #6ab9f3;}
.edu_box_stu .blue_li .ga_gyeok{color: #2492e2;}

.edu_box_stu .gray_li a{background-color: #f5f5f5;}
.edu_box_stu .gray_li .tai_tle p{background-color: #959595;}
.edu_box_stu .gray_li .ga_gyeok{color: #999999;}

.edu_box_stu .orange_li a{background-color: #f9f5f2;}
.edu_box_stu .orange_li .tai_tle p{background-color: #f8a253;}
.edu_box_stu .orange_li .ga_gyeok{color: #dd822e;}

@media all and (max-width:850px){
    .edu_box_stu ul li a{padding: 30px; gap: 30px 0;}
}

@media all and (max-width:650px){
    .edu_box_stu ul li a{ text-align: center; justify-content: center;}
    .edu_box_stu .left_info{width: 100%;}
    .edu_box_stu .jung_bo{justify-content: center;}
    .edu_box_stu .tai_tle{flex-direction: column;}
}

.kwj_tab_scroll {
    white-space: nowrap;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.kwj_tab_scroll ul::-webkit-scrollbar {
    height: 6px;
}

.kwj_tab_scroll ul::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, .2);
}

.kwj_tab_scroll ul::-webkit-scrollbar-thumb {
    background: #f4953e;
    cursor: pointer;
}

.kwj_tab_scroll ul::-webkit-scrollbar-thumb:hover {
    background: #f4953e;
}

.kwj_tab_scroll .scroll-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.kwj_tab_scroll .scroll-list li{
    
}

.kwj_tab_scroll .scroll-list li+li {
}

.kwj_tab_scroll .scroll-list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid #ddd;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 20px;
    height: 60px;
    font-weight: 700;
    background-color: #fff;
    min-width: 165px;
}

.kwj_tab_scroll .scroll-list .active a,
.kwj_tab_scroll .scroll-list .on a {border-color: #f4953e; color: #f4953e;
}

@media all and (max-width:1024px){
    .kwj_tab_scroll .scroll-list{flex-wrap: nowrap; overflow-x: auto; padding-bottom: 20px;}
}

.faq_tton_tab{margin-top: 60px;}
.faq_tton_tab .tton_tab{display: none;}
.faq_tton_tab .tton_tab.active{display: block;}
.faq_tton_tab .tton_tab ul{display: flex; flex-direction: column; gap: 15px;}
.faq_tton_tab .tton_tab ul li{padding: 40px; border-radius: 10px; border: 1px solid #e5e5e5; cursor: pointer;}
.faq_tton_tab .tton_tab .tton_q{font-size: 18px; color: #444444; font-weight: 600; letter-spacing: -0.025em; background-position: right center; background-image: url(/img/faq_icon_icon01.png); background-repeat: no-repeat;}
.faq_tton_tab .tton_tab .tton_a{font-size: 16px; color: #666666; letter-spacing: -0.025em; line-height: 2em; margin-top: 30px; display: none;}
.faq_tton_tab .tton_tab li.active{background-color: #fcf9f7; border-color: #f4953e;}
.faq_tton_tab .tton_tab li.active .tton_q{color: #f4953e; background-image: url(/img/faq_icon_icon02.png);}
.faq_tton_tab .tton_tab li.active .tton_a{display: block;}

.requ_con_list ul{display: flex; flex-wrap: wrap; gap: 30px;}
.requ_con_list ul li{width: calc(25% - 22.5px); box-sizing: border-box; border-radius: 20px; overflow: hidden;}
.requ_con_list ul li a{display: block; width: 100%; height: 100%; box-sizing: border-box;}
.requ_con_list .top_img{position: relative;}
.requ_con_list .top_img .img_box{aspect-ratio: 1/0.579;}
.requ_con_list .top_img .img_box img{width: 100%; height: 100%; object-fit: cover;}
.requ_con_list .tecs_box{position: absolute; left: 0; top: 0; width: 100%; height: 100%; border-radius: 20px 20px 0 0; padding: 20px; box-sizing: border-box; display: flex; justify-content: space-between; background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,.5) 100%); z-index: 1;}
.requ_con_list .tecs_box span{font-size: 14px; color: #fff; letter-spacing: -0.01em; padding: 5px; position: relative;}
.requ_con_list .tecs_box .lef_ss span{display: inline-block; border-radius: 4px; padding: 5px 10px;}
.requ_con_list .tecs_box .lef_ss.ing span{background-color: #f4953e;}
.requ_con_list .tecs_box .lef_ss.end span{background-color: #666;}

.requ_con_list .tecs_box .rig_ss span + span:before{content: '|'; position: absolute; left: -3px;}

.requ_con_list .bot_info{padding: 40px 20px; width: 100%; box-sizing: border-box; border: 1px solid #eeeeee; border-radius: 0 0 20px 20px;}

.requ_con_list .tt_ton .tt_tit{font-size: 18px; color: #222222; letter-spacing: -0.01em; font-weight: 600; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.requ_con_list .tt_ton .tt_txt{margin-top: 10px;}
.requ_con_list .tt_ton .tt_txt p{font-size: 14px; color: #666666; letter-spacing: -0.01em; line-height: 1.625em;}
.requ_con_list .tt_btn{margin-top: 50px; width: 100%; border-radius: 10px; height: 50px; display: flex; align-items: center; justify-content: center; text-align: center; border: 1px solid #f4953e; color: #f4953e; font-size: 14px; font-weight: 600; letter-spacing: -0.01em;}
.requ_con_list ul li:hover .tt_btn{background-color: #f4953e; color: #fff;}

@media all and (max-width:1024px){
    .requ_con_list ul li{width: calc(33.333% - 20px);}
}

@media all and (max-width:850px){
    .requ_con_list ul{gap: 20px;} 
    .requ_con_list ul li{width: calc(50% - 10px);}
    .requ_con_list .bot_info{padding: 20px 10px;}
    .requ_con_list .tt_btn{margin-top: 30px;}
}

/* 교육과정 */
.common_sub_tab_box {
    display: flex;    
    gap: 5px;
}
.common_sub_tab_box a {
    border: 1px solid #d2d2d2;
    border-radius: 30px;
    min-width: 165px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666666;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
    letter-spacing: -0.025em;
    font-weight: 600;
}
.common_sub_tab_box a.active,
.common_sub_tab_box a:hover {
    color: #f4953e;
    border-color: #f4953e;
}
.common_flex_box02 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.common_flex_box02 .img {
    width: 40%;
    aspect-ratio: 1/0.61;
    border-radius: 30px;
    overflow: hidden;
}
.common_flex_box02 .img img {
    width: 100%;
}
.common_flex_box02 .txt_box {
    width: 60%;
    padding-left: 40px;
}

.common_flex_box02 .txt_box .sub_tit {
    font-size: 16px;
    letter-spacing: -0.01em;
    color: #f4953e;
    font-weight: 600;
}
.common_flex_box02 .txt_box .tit {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: #222222;
    margin: 10px 0 30px;
}
.common_flex_box02 .txt_box .label_box {
    display: flex;
    gap: 20px;
}
.common_flex_box02 .txt_box .label_box + .label_box {
    margin-top: 30px;
}
.common_flex_box02 .txt_box .label_box .label_tit {
    border-radius: 17px;
    height: 35px;
    min-width: 100px;
    background-color: #f4953e;
    font-size: 18px;
    letter-spacing: -0.01em;
    color: #f9f8ef;
    display: flex;
    align-items: center;
    justify-content: center;
}
.common_flex_box02 .txt_box .label_box .label_alt {
    font-size: 18px;
    color: #666666;    
    line-height: 1.6em;
    margin-top: 3px;
}
.common_flex_box02_wrap .common_flex_box02 + .common_flex_box02 {
    border-top: 1px solid #e5e5e5;
    margin-top: 70px;
    padding-top: 70px;
}
.label_alt_tit {
    display: block;
}
.label_alt_alt {
    padding-left: 20px;
    display: block;
    word-break: auto-phrase;
}
.common_flex_box02 .txt_box .label_box .label_flex {
    display: flex;
    gap: 6px;
    word-break: auto-phrase;
}

@media all and (max-width:1024px){
    .common_flex_box02 .img,
    .common_flex_box02 .txt_box {
        width: 100%;
    }
    .common_flex_box02 {
        gap: 40px;
    }
    .common_flex_box02 .txt_box {
        padding-left: unset;
    }
}
/* END 교육과정 */


/* 보바스치료볍 */

.con100 {
    position: relative;
    padding: 100px 0;
}

.treatment .con01 {
    background: url('/img/treatment_con01_bg.png') no-repeat left bottom / contain;
}

.treatment .con01::before {
    content: 'BOBATH';
    position: absolute;
    top: 200px;
    right: 0;
    color: #faf6f2;
    font-size: 220px;
    font-weight: bold;
    letter-spacing: 0.05em;
    z-index: -1;
}

.treatment .con01 .mw1920 {
    max-width: 1920px;
    margin: 0 auto;
}

.treatment .con01 .inner.left_fix {
    max-width: calc(100% - calc(calc(100% - 1400px) / 2));
    display: flex;
    align-items: center;
    margin: 0;
}

.treatment .con01 .inner.left_fix > div {
    width: 50%;
}

.treatment .con01 .left_box {
    position: relative;
}

.treatment .con01 .left_box .img_Bx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.treatment .con01 .right_box .con_Bx .tit h3 {
    font-size: 38px;
    color: #222;
    line-height: 1.5263em;
    letter-spacing: -0.025em;
    text-align: right;
}

.treatment .con01 .right_box {
    margin-top: 40px;
}

.treatment .con01 .right_box .con_Bx .tit h3 span {
    color:#f4953e;
}

.treatment .con01 .right_box .desc_Bx {
    margin-top: 50px;
}

.treatment .con01 .right_box .desc_Bx p {
    margin-bottom: 45px;
    font-size: 18px;
    color: #666;
    line-height: 1.777em;
    letter-spacing: -0.01em;
    word-break:keep-all;
}

.treatment .con01 .right_box .desc_Bx p:last-child {
    margin-bottom: 0;
} 

@media all and (min-width:1920px) {
    .treatment .con01 {
    background: url('/img/treatment_con01_bg.png') no-repeat left bottom / cover;
    }
}

@media all and (max-width:1400px) {
    .treatment .con01 .inner.left_fix {
        flex-wrap: wrap;
        max-width: unset;
        width: 93.75%;
        margin: 0 auto;
    }
}

@media all and (max-width:1024px) {

    .treatment .con01 {
        background: none;
    }
    .treatment .con01::before {
        content: none;
    }

    .treatment .con01 .inner.left_fix > div {
        width: 100%;
    }
    .treatment .con01 .right_box .con_Bx .tit h3 {
        text-align: center;
    }
}

@media all and (max-width:700px) {

    .treatment .con01 .right_box .con_Bx .tit h3 {
        font-size: 28px;
    }
    .treatment .con01 .right_box .desc_Bx p{
        font-size: 16px;
    }
    .treatment .con01 .right_box {
        text-align: center;
    }
}


/* END 보바스치료볍 */


/* 협회장인사 */

.greeting .con01 {
    background: url('/img/greething_con01_bg.png') no-repeat left bottom / contain;
}

.greeting .con01::before {
    content: 'BOBATH';
    position: absolute;
    top: 200px;
    right: 0;
    color: #faf6f2;
    font-size: 220px;
    font-weight: bold;
    letter-spacing: 0.05em;
    z-index: -1;
}
.right_sign {    
    margin-top: 40px;
    font-size: 18px;
    color: #666;
    line-height: 1.777em;
    letter-spacing: -0.01em;
    word-break: keep-all;
    text-align: right;
}
.greeting .con01 .flex_box {
    display: flex;
    align-items: center;
    gap: 110px;
}
.greeting .con01 .left_box {
    width: 550px;
}

.greeting .con01 .right_box {
    width: calc(100% - 660px);
}
.greeting .con01 .left_box .colum-box {
    display: flex;
    flex-direction: column;
    gap: 70px;
}

.greeting .con01 .left_box .txt_box h3 {
   font-size: 38px;
    color: #222;
    line-height: 1.5263em;
    letter-spacing: -0.025em;
}

.greeting .con01 .right_box .con_Bx .tit h3 {
    font-size: 28px;
    color: #222;
    line-height: 1.5263em;
    letter-spacing: -0.025em;
}

.greeting .con01 .right_box .desc_Bx p {
    margin-bottom: 50px;
    font-size: 18px;
    color: #666;
    line-height: 1.777em;
    letter-spacing: -0.01em;
    word-break:keep-all;
}

.greeting .con01 .right_box .desc_Bx p:last-child {
    margin-bottom: 0;
} 

@media all and (min-width:1920px) {
    .greeting .con01 {
        background: url('/img/greething_con01_bg.png') no-repeat left bottom / cover;
    }
}

@media all and (max-width:1400px) {
    .greeting .con01 .flex_box {
        flex-direction: column;
    }
    .greeting .con01 .left_box {
        width: auto;
    }
    .greeting .con01 .right_box {
        width: 100%;
    }
}


@media all and (max-width:1024px) {

    .greeting .con01 {
        background: none;
    }

    .greeting .con01::before {
        content: none;
    }

    .greeting .con01 .flex_box {
        flex-wrap: wrap;
        gap: 50px;
    }

    .greeting .con01 .flex_box > div {
        width: 100%;
    }

    .greeting .con01 .left_box .colum-box {
        text-align: center;
    }

    .greeting .con01 .left_box .txt_box h3 {
        font-size: 28px;
    }
    .greeting .con01 .right_box .desc_Bx p{
        font-size: 16px;
    }
    .pc_only {
        display: none;
    }
}

/* END 협회장인사 */

/* 협회연혁 */
.history .con01 {
    background: url('/img/history_bg.png') no-repeat left bottom / contain;
    margin-bottom: 200px;
}

.history_wrap .history_box {
    display: flex;
}

.history_wrap .left_box {
    width: 265px;
}

.history_wrap .right_box {
    width: calc(100% - 300px);
    position: relative;
    display: flex;
    gap: 30px;
    padding-bottom: 170px;
}

.history_wrap .right_box .circle_box {
    position: relative;
    width: 16px;
    height: 16px;
    aspect-ratio: 1/1;
    background-color: #fff;
    border:3px solid #f4953e;
    border-radius: 50%;
    z-index: 2;
}

.history_wrap .right_box::before {
    content: '';
    position: absolute;
    top: 0;
    left:8px;
    width: 2px;
    height: 100%;
    background-color: #eee;
}

.history_wrap .history_box:last-child .right_box::before {
    content: none;
}

.history_wrap .his_tit h3 {
    font-size: 38px;
    color: #444;
    line-height: 1.526em;
    letter-spacing: -0.025em;
}

.history_wrap .his_tit h3 span {
    color: #f4953e;
}

.history_wrap .his_con_box ul {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.history_wrap .his_con_box ul .con_tit {
    font-size: 18px;
    color: #222;
    letter-spacing: -0.01em;
    font-weight: 700;
}

.history_wrap .his_con_box ul .con_alt {
    font-size: 18px;
    color: #666;
    letter-spacing: -0.01em;
}

@media all and (min-width:1920px) {
    .history .con01 {
    background: url('/img/history_bg.png') no-repeat left bottom / cover;
    }
}

@media all and (max-width:1024px) {
    .history .con01 {
        background: none;
    }
    .history_wrap .history_box {
        flex-wrap: wrap;
    
    }
    .history_wrap .right_box {
        padding-bottom: 100px;
    }
    
}

@media all and (max-width:768px) {
    .history .con01 {
        margin-bottom: 0;
    }
}

/* END 협회연혁 */

/* 협회정관 */

.official .con01 {
    padding: 100px 0 200px 0;
    background: url('/img/official_bg.png') no-repeat left top / contain;
}

.official .comm_flex_box {
    display: flex;
    width: 100%;
    gap: 80px;
}

.official .comm_flex_box .left_box {
    width: 285px;
}

.official .comm_flex_box .right_box {
    width: calc(100% - 365px);
}

.official .table_box .row {
    display: flex;
    padding: 5px;
    border-bottom: 1px dashed #e5e5e5;
}

.official .table_box .row .tit_box {
    text-align: center;
    width: 105px;
    background-color: #fdf8f3;
    font-size: 16px;
    color: #877b6f;
    line-height: 2.375em;
    letter-spacing: -0.01em;
    border-radius:5px;
    padding: 10px 20px;
}

.official .table_box .row .alt_box {
    font-size: 16px;
    color: #222;
    line-height: 2.375em;
    letter-spacing: -0.01em;
    padding: 10px 40px;
}

.official .desc_wrap {
    padding-bottom: 80px;
    border-bottom: 1px solid #e5e5e5;
}

.official .desc_wrap:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.official .desc_wrap .tit h3 {
    font-size: 28px;
    color: #222;
    line-height: 1.428em;
    letter-spacing: -0.01em;
}

.official .desc_wrap .alt_box .sub_tit {
    color: #222;
}

.official .desc_wrap .alt_box p {
    font-size: 18px;
    color: #666;
    line-height: 2.222em;
    letter-spacing: -0.01em;
}

.official .desc_wrap .alt_box ul li {
    font-size: 18px;
    color: #666;
    line-height: 2.222em;
    letter-spacing: -0.01em;
}

@media all and (max-width:1920px) {
    .official .con01 {
        background: url('/img/official_bg.png') no-repeat left top ;
    }
}

@media all and (max-width:1204px) {
    .official .con01 {background: none;}
    .official .comm_flex_box {
        flex-wrap: wrap;
    }
    .official .comm_flex_box .left_box {
        width: 100%;
    }
    .official .comm_flex_box .right_box {
        width: 100%;
    }
}


/* END 협회정관 */

/* regularMember */
.com_search_wrap {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.com_search_wrap select {
    min-width: 17%;    
}
.com_search_wrap .input_style_box01 {
    width: 70%;    
}
.com_search_wrap .com_btn01 {
    width: calc(13% - 20px);    
}
.com_search_wrap select,
.com_search_wrap .input_style_box01,
.com_search_wrap .com_btn01 {
    height: 60px;
    border-radius: 10px;
    font-size: 20px;
    letter-spacing: -0.025em;
    display: flex;
    align-items: center;
    padding: 0 20px;
    border: 1px solid #e5e5e5;
}
.com_search_wrap select {
    min-width: 17%;
    cursor: pointer;
    appearance: unset;
    outline: unset;
    color: #888888;
    padding-right: 30px;
    background: url('/img/all_map_select.png') no-repeat center right 20px / 11px 6px;
}
.com_search_wrap .input_style_box01 input {
    height: 100%;
    border: unset;
    padding: unset;
    width: 100%;
    outline: unset;
    appearance: unset;
}
.com_search_wrap .input_style_box01 input::placeholder {
    color: #bbbbbb;
}
.com_search_wrap .com_btn01 {
    border: unset;
    background-color: #f4953e;
    color: #fff;
    justify-content: center;
    font-weight: 600;
}
.com_all_map_box {
    width: 560px;
    max-width: 560px;
    padding: 60px 0;
    border: 1px solid #ecebe3;
    text-align: center;
    position: relative;
}
.com_all_map_box .img {
    max-width: 440px;
    width: 100%;
    height: 566px;
    margin: 0 auto;
}
.com_all_map_box .img img {
    width: 100%;
}

.com_all_map_box .tit_box .tit {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: #444444;
}

.com_all_map_box .tit_box .alt_tit {
    font-size: 16px;
    letter-spacing: -0.01em;
    color: #666666;
    margin-top: 10px;
}

.com_map_table_box {
    width: calc(100% - 600px);
}
.com_table {
    width: 100%;  
    display: none;  
}
.com_table.active {
    display: block;
}
.com_table table {
    width: 100%;
    border-top: 2px solid #313131;
    border-bottom: 1px solid #ecebe3;
}
.com_all_map_box_wrap .flex_box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 40px;
}
.com_table th,
.com_table td {
    padding: 0 30px;
    height: 60px;
    text-align: center;
    font-size: 16px;
    letter-spacing: -0.01em;
    color: #666666;    
}
.com_table th {
    font-weight: 600;
    color: #444444;
    background-color: #fbfbfb;    
    border-bottom: 1px solid #ecebe3;
}
.com_table th + th,
.com_table td + td {
    border-left: 1px solid #ecebe3;
}
.com_table tbody tr + tr {
    border-top: 1px solid #ecebe3;
}
.table_nav_box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    gap: 0 5px;
}
.table_nav_box .num_box {
    display: flex;
    align-items: center;
    gap: 0 30px;
}

.table_nav_box a {
    width: 30px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    letter-spacing: -0.01em;
    color: #888888;
}
.table_nav_box a.active {
    color: #fff;
    background-color: #f4953e;
    font-weight: 600;
}

@media all and (max-width:1400px) {
    .com_map_table_box {
        width: 100%;
    }
    .com_all_map_box_wrap .flex_box {
        justify-content: center;
    }
}
@media all and (max-width:1024px) {
    .com_search_wrap select {
        min-width: 110px;
    }
    .com_search_wrap .input_style_box01 {
        width: calc(100% - 120px);
    }
    .com_search_wrap .com_btn01 {
        min-width: 80px;
        margin-left: auto;
    }
    .com_all_map_box {
        padding: 40px 0;
    }
    .com_table th, .com_table td {
        padding: unset;
        font-size: 14px;
    }
}
@media all and (max-width:560px) {
    .com_all_map_box {
        width: 100%;
    }
}
/* END regularMember */