.xe-widget-wrapper{overflow: visible;}
.pc{display: block !important;}
.mo{display: none !important;}

.content .main_title{
    width: 100%;
    height: 450px;
    background-image: url('/layouts/xedition/img/company_intro/main_title_bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.content .main_title h2{
    font-size: clamp(30px,4vw,45px);
}
.content .main_title p{
    width: 90%;
    max-width: 1420px;
    font-size: clamp(14px,2vw,19.2px);
    margin-top:20px;
    text-align: center;
}

.cont_wrap{
    width: 90%;
    max-width: 1420px;
    margin:0 auto 200px;
}

.sub_title{
    width: 90%;
    max-width: 1420px;
    margin:100px auto;
    text-align: center;
}
.sub_title h3{
    font-size: clamp(25px,4vw,45px);
    font-weight: 600;
}

.sub_title div{
    width: 50px;
    height: 2px;
    background-color: #0090b9;
    margin: 30px auto;
}
.sub_title p{
    font-size: clamp(13px,2vw,16px);
}


/***************************.cate_01*******************************/
.cate_01_wrap{
    margin: 0 auto 100px;
}
.cate_01_wrap:last-child{
    margin: 0 auto 200px;
}

.cate_01_wrap .cont .cont_title{
    font-size: clamp(20px,4vw,40px);
    font-weight: 700;
    color: #0090b9;
}
.cate_01_wrap .cont_01 .txt_wrap div{
    display: flex;
    margin:50px auto 30px;
    border: 1px solid #0090b9;
    border-radius: 20px;
    overflow: hidden;
    align-items: center;
    background-color: #0090b9;
}
.cate_01_wrap .cont_01 .txt_wrap div:nth-child(2){
    margin:30px auto 0;
}
.cate_01_wrap .cont_01 .txt_wrap div p{
    padding: 30px;
    font-size: clamp(13px,1.5vw,16px);
    background-color: #fff;
    flex: 1;
}
.cate_01_wrap .cont_01 .txt_wrap div p:nth-child(1){
    min-width: 125px;
    text-align: center;
    background-color: #0090b9;
    color: #fff;
    font-weight: 700;
    flex:0;
}
.cate_01_wrap .cont_02 .txt_wrap{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top:50px;
}
.cate_01_wrap .cont_02 .txt_wrap div{
    text-align: center;
    border: 1px solid #0090b9;
    border-radius: 20px;
    overflow: hidden;
    font-size: clamp(13px,1.5vw,16px);
}
.cate_01_wrap .cont_02 .txt_wrap div p{
    padding: 30px;
}
.cate_01_wrap .cont_02 .txt_wrap div p:nth-child(1){
    padding: 20px;
    background-color: #0090b9;
    color: #fff;
    font-weight: 700;
}


/***************************.cate_02*******************************/

.toggle_btn_wrap{
    width: 90%;
    max-width: 1420px;
    margin: 0 auto;
    display: flex;
    border: 1px solid #0090b9;
}
.toggle_btn_wrap span{
    display: block;
    width: 50%;
    padding: 22px 0;
    font-size: clamp(13px,1.5vw,18px);
    font-weight: 700;
    text-align: center;
    color: #ddd;
    background-color: #fff;
    cursor: pointer;
}
.toggle_btn_wrap span.on{
    background-color: #0090b9;
    color: #fff;
}
.cate_02_wrap.cont_wrap_01 .cont_01 ul{
    display: flex;
    margin:100px 0;
}
.cate_02_wrap.cont_wrap_01 .cont_01 > div{
    position: relative;
}
.cate_02_wrap.cont_wrap_01 .cont_01 ul li{
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
}
.cate_02_wrap.cont_wrap_01 .cont_01 ul li > div:nth-child(1){
    margin-bottom: 30px;
}
.cate_02_wrap.cont_wrap_01 .cont_01 ul li > div:nth-child(2){
    margin-top: 30px;
    text-align: center;
    font-size: clamp(13px,1.5vw,18px);
    color: #0090b9;
}
.cate_02_wrap.cont_wrap_01 .cont_01 ul li div .icon_1{display: block;}
.cate_02_wrap.cont_wrap_01 .cont_01 ul li div .icon_2{display: none;}
.cate_02_wrap.cont_wrap_01 .cont_01 ul li p{
    font-size: clamp(13px,1.5vw,18px);
    color: #333;
    margin-top:10px;
}
.cate_02_wrap.cont_wrap_01 .cont_01 ul li span{
    font-weight: 700;
}

.cate_02_wrap.cont_wrap_01 .cont_01 .line{
    width: 75%;
    height: 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 59%;
    left: 50%;
    transform: translate(-50%,-50%);

    background-color: #0090b9;
}
.cate_02_wrap.cont_wrap_01 .cont_01 .line span{
    width: 16px;
    height: 16px;
    border: 2px solid #0090b9;
    border-radius: 100%;
    position: relative;
    background-color: #fff;
}
.cate_02_wrap.cont_wrap_01 .cont_01 .line span:first-child{
    left:-9px;
}
.cate_02_wrap.cont_wrap_01 .cont_01 .line span:last-child{
    right:-9px;
}
.cate_02_wrap.cont_wrap_01 .cont_02 ul li{
    display: flex;
    align-items: center;
    padding: 50px 0;
    border-bottom: 1px solid #a6a6a6;
}
.cate_02_wrap.cont_wrap_01 .cont_02 ul li:first-child{
    padding: 0 0 50px;
}
.cate_02_wrap.cont_wrap_01 .cont_02 ul li:last-child{
    border: 0;
}
.cate_02_wrap.cont_wrap_01 .cont_02 ul li div:nth-child(1){
    width: 20%;
}
.cate_02_wrap.cont_wrap_01 .cont_02 ul li div:nth-child(1) span{
    display: block;
    width: 100%;
    max-width: 110px;
    margin:30px 0 20px;
    border-radius: 10px;
    background-color: #0090b9;
    color: #fff;
    font-size: clamp(15px,1.5vw,20px);
    font-weight: 700;
    text-align: center;
}
.cate_02_wrap.cont_wrap_01 .cont_02 ul li div img:nth-child(2){display: none;}
.cate_02_wrap.cont_wrap_01 .cont_02 ul li div p{
    font-size: clamp(13px,1.5vw,18px);
}
.cate_02_wrap.cont_wrap_01 .cont_02 ul li div:nth-child(2){
    margin-left:10%;
}
.cate_02_wrap.cont_wrap_01 .cont_02 ul li div:nth-child(2) p{
    position: relative;
    padding-left: 15px;
}
.cate_02_wrap.cont_wrap_01 .cont_02 ul li div:nth-child(2) p::after{
    content: "·"; display: block; clear: both; position: absolute; top:0; left:0;
}
.cate_02_wrap.cont_wrap_01 .cont_02 ul li div:nth-child(2) p:not(:nth-child(1)){
    margin-top:20px;
}

.cate_02_wrap.cont_wrap_02{
    display: none;
    margin: 100px auto 200px;
}
.cate_02_wrap.cont_wrap_02 .title,
.cate_02_wrap.cont_wrap_02 .sub_title{
    width: 100%;
    text-align: center;
    font-weight: 700;
}
.cate_02_wrap.cont_wrap_02 .title{
    font-size: clamp(15px,1.5vw,20px);
}
.cate_02_wrap.cont_wrap_02 .sub_title{
    margin:40px auto 30px;
    font-size: clamp(15px,1.5vw,20px);
    color: #0090b9;
}
.cate_02_wrap.cont_wrap_02 .cont_01 > div{
    display: flex;
    align-items: center;
    justify-content: center;
}
.cate_02_wrap.cont_wrap_02 .cont_01 > div > div{
    width: 30%;
    min-width: 300px;
    border: 1px solid #ddd;
    border-radius: 10px;
    height: -webkit-fill-available;
    display: flex;
    flex-direction: column;
}
.cate_02_wrap.cont_wrap_02 .cont_01 > div > img{
    margin:0 30px;
}
.cate_02_wrap.cont_wrap_02 .cont_01 > div > div > p{
    font-size: clamp(14px,1vw,18px);
    color: #666666;
    padding: 40px 30px 30px;
}
.cate_02_wrap.cont_wrap_02 .cont_01 > div > div > div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px 0;
}
.cate_02_wrap.cont_wrap_02 .cont_01 > div > div > div p{
    font-size: clamp(15px,1.5vw,20px);
    font-weight: 700;
    color: #0090b9
}
.cate_02_wrap.cont_wrap_02 .cont_02 > div{
    margin-top:100px;
}
.cate_02_wrap.cont_wrap_02 .cont_02 > div img{
    width: 65%;
    margin:0 auto;
}


/***************************.cate_03, .cate_04*******************************/
.cate_03_wrap table{
    width: 100%;
    word-break:keep-all;
}
.cate_03_wrap .cont_01 .txt_wrap{
    display: flex;
    align-items: center;
    background-color: #fbfbfb;
    border: 1px solid #ddd;
    font-size: clamp(12px,1vw,16px);
    padding: 14px;
}
.cate_03_wrap .cont_01 .txt_wrap p{
    margin-left: 20px;
}
.cate_03_wrap .cont_01 .txt_wrap p span{
    font-weight: 700;
}
.cate_03_wrap table a{
    display: block;
    max-width: 153px;
    padding: 5px 10px;
    margin: 5px auto 0;
    color: #00a3d1;
    border: 1px solid #00a3d1;
    text-align: center;
}
.cate_03_wrap table a:nth-child(1){
    margin: 0 auto 0;
}
.cate_03_wrap table thead th{
    background-color: #0090b9;
    color: #fff;
    font-size: clamp(12px,1.5vw,15px);
    font-weight: 700;
}
.cate_03_wrap table thead th{
    background-color: #0090b9;
    color: #fff;
    font-size: clamp(12px,1.5vw,15px);
    font-weight: 700;
    border:1px solid #ddd;
    overflow:hidden;
    padding:20px 0;
}

.cate_03_wrap .tg{border-collapse:collapse;border-spacing:0;}
.cate_03_wrap .tg td{ 
    font-size: clamp(12px,1.5vw,15px);
    border:1px solid #ddd;
    overflow:hidden;
    padding: 2%;
}
.cate_03_wrap .tg .tg-cly1{text-align:left;vertical-align:middle;}
.cate_03_wrap .tg .tg-cly1 p{
    position: relative;
    padding-left: 10px;
}
.cate_03_wrap .tg .tg-cly1 p::after{
    content: "- "; display: block;clear: both; position: absolute; top:0; left:0;
}
.cate_03_wrap .tg .tg-baqh{text-align:center;vertical-align:middle;}
.cate_03_wrap .tg .tg-nrix{text-align:center;vertical-align:middle;}





.cate_03_wrap .cont_01 .info{
    margin-top:60px;
}
.cate_03_wrap .cont_01 .info > p{
    font-size: clamp(17px,1.5vw,25px);
    color: #0090b9;
    font-weight: 700;
}


.cate_03_wrap .cont_01 .info_01 > ul{
    margin-top:30px;
}
.cate_03_wrap .cont_01 .info_01 > ul li:not(:nth-child(1)){
    margin-top:10px;
}
.cate_03_wrap .cont_01 .info_01 > ul li p{
    font-size: clamp(13px,1.5vw,18px);
    position: relative;
    padding-left: 10px;
}
.cate_03_wrap .cont_01 .info_01 > ul li p::after{
    content: "- ";
    display: block;
    clear: both;
    position: absolute;
    top: 0;
    left: 0;
}
.cate_03_wrap .cont_01 .info_02 > div > p{
    margin:50px 0 20px;
    font-size: clamp(13px,1.5vw,18px);
    font-weight: 700;
}

.cate_03_wrap .info_tap{
    display: flex;
    margin-top:100px;
}
.cate_03_wrap .info_tap span,
.cate_03_wrap .info_tap a{
    display: block;
    padding: 1% 5%;
    font-size: clamp(13px, 1.5vw, 20px);
    color: #fff;
    background-color: #0090b9;
    border: 1px solid #0090b9;
}
.cate_03_wrap .info_tap a{
    color: #0090b9;
    background-color: #fff;
    border: 1px solid #0090b9;
}

.cate_03_wrap .info_tap.active span{
    color: #fff;
    background-color: #0090b9;
}


/***************************.cate_04*******************************/
.cate_04_wrap.cont_wrap_01 > span{
    display: block;
    padding: 21px 0;
    border: 1px solid #0090b9;
    text-align: center;
    font-size: clamp(13px,1.5vw,18px);
    font-weight: 700;
    color: #0090b9;
}
.cate_04_wrap.cont_wrap_01 .cont_01{
    margin-top:100px;
}
.cate_04_wrap.cont_wrap_01 .cont_01 .line{
    top: 56%;
}
.cate_04_wrap.cont_wrap_01 .cont_02 ul li div:nth-child(2) p{
    display: flex;
}
.cate_04_wrap.cont_wrap_01 .cont_02 ul li div:nth-child(2) p span:nth-child(2){
    flex: 1;
    margin-left: 5px;
}

.bd > .fl{
    display: none;
}
/***************************.cate_05*******************************/

.cate_05_wrap .cont{
    margin-top:100px;
}
.cate_05_wrap .cont > p{
    font-size: clamp(15px,1.5vw,20px);
    color: #0090b9;
    font-weight: 700;
}
.cate_05_wrap .cont ul{
    margin-top:30px;
    border-top: 2px solid #0090b9;
}
.cate_05_wrap .cont ul li{
    display: flex;
    justify-content:space-between;
    align-items: center;
    padding:20px 0;
    font-size: clamp(14px,1vw,16px);
    border-bottom: 1px solid #acacac;
}
.cate_05_wrap .cont ul li div{
    display: flex;
    width: 100%;
}

.cate_05_wrap .cont ul li div span:nth-child(1){
    width: 17%;
    font-weight: 700;
}
.cate_05_wrap .cont ul li a{
    display: block;
    padding: 6px 16px;
    color: #fff;
    border-radius: 5px;
    background-color: #00a3d1;
}



/***************************.cate_06*******************************/

.cate_06_wrap{
    margin:100px auto;
    display: flex;
    justify-content:space-between;
}
.cate_06_wrap .cont{
    width: 60%;
    display: flex;
    flex-direction: column;
}
.cate_06_wrap .map_img{
    width: 33%;
    max-width: 450px;
}
.cate_06_wrap .map_img img{
    width: 100%;
}
.cate_06_wrap .cont .car_choice{
    border-bottom:2px solid #027c9e;

}
.cate_06_wrap .cont .car_choice p{
    display: inline-block;
    padding: 11px 29px;
    background-color: #027c9e;
    border-radius: 10px 10px 0 0;
    font-size: clamp(15px,1.5vw,20px);
    font-weight: 700;
    color: #fff;
}
.cate_06_wrap .car_btn_wrap{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    margin:30px 0 50px;
}
.cate_06_wrap .car_btn_wrap button{
    width: 100%;
    border: 1px solid #959595;
    background-color: #fff;
    padding:10px 0;
    font-size: clamp(15px,1.5vw,18px);
    font-weight: 700;
    color: #959595;
    cursor: pointer;
}
.cate_06_wrap .car_btn_wrap button.on{
    border: 1px solid #00a3d1;
    background-color: #00a3d1;
    color:#fff;
}

.cate_06_wrap #map_01 > p,
.cate_06_wrap #map_02 > p{
    display: inline-block;
    font-size: clamp(15px,1.5vw,20px);
    font-weight: 700;
    color: #fff;
    padding:11px 26px;
    border-radius: 10px 10px 0 0;
}
.cate_06_wrap #map_01 > p{
    background-color: #00c094;
}
.cate_06_wrap #map_02 > p{
    background-color: #008668;
}



.cate_06_wrap #map_01{width: 50%;}
.cate_06_wrap #map_01 ul{
    border-top:2px solid #00c094;
}

.cate_06_wrap #map_01 ul li:nth-child(n+6){margin-top:5px;}

.cate_06_wrap #map_01 ul li{
    width: 52px;
    margin:0 auto;
}
.cate_06_wrap #map_01 ul li a{
    width: 36px;
    height: 41px;
    border-bottom: 2px solid #d4d8e0;
    padding: 6px;
    display: block;
    margin:0 auto;
}
.cate_06_wrap #map_01 ul li.on a{
    padding: 4px 6px 6px;
    border: 2px solid #00c094;
    transition: 0s;
}
.bd_cnb .a1{
    transition: 0s;
}
.bd_cnb .bg_f_f9{
    display: grid;grid-template-columns: repeat(auto-fill, minmax(15%, auto));   column-gap: 3%;
    text-align: center; padding:6.5%;border: 1px solid #DDD; background: #FFF;
}
.cate_06_wrap #map_02{width: 50%;}
.cate_06_wrap #map_02 .wrp{
    display: grid;grid-template-columns: repeat(auto-fill, minmax(15%, auto));  gap: 3%;     overflow-x: hidden;
    text-align: center; padding:6.5%;border: 1px solid #DDD; background: #FFF; border-left: 0;
    border-top:2px solid #008668;
}
.cate_06_wrap #map_02 .wrp li{
    width: 50px;
    margin:0 auto;
}
.cate_06_wrap #map_02 .wrp li a{
    position: relative;
    width: 44px;
    height: 41px;
    padding: 9px 3px 20px;
    display: inline-block;
    color: #777;
    border-bottom: 2px solid #d4d8e0;
    
}

.cate_06_wrap #map_02 .wrp li:hover a{
    color: #008668;
}
.cate_06_wrap #map_02 .wrp li.on a{
    padding: 7px 3px 20px;
    border: 2px solid #008668;
    color: #008668;
}
.cate_06_wrap #map_01 ul li span,
.cate_06_wrap #map_02 ul li span{display: block;}
.cate_06_wrap #map_01 ul li span:nth-child(1),
.cate_06_wrap #map_02 ul li span:nth-child(1){font-size: 15px;}
.cate_06_wrap #map_01 ul li span:nth-child(2),
.cate_06_wrap #map_02 ul li span:nth-child(2){
    font-size: 11px;
    white-space: normal;
}
.cate_06_wrap .map_choice{
    display: flex;
}


.bd_tb_lst th:nth-child(1){
    width: 5%;
}
.bd_tb_lst th:nth-child(2){
    width: 20%;
}
.bd_tb_lst th:nth-child(3){
    width: 10%;
}
.bd_tb_lst th:nth-child(4){
    width: 50%;
}
.bd_tb_lst th:nth-child(5){
    width: 15%;
}
@media only screen and (max-width:1400px){
    .cate_02_wrap.cont_wrap_01 .cont_02 ul li:nth-child(2) div br{display: none;}
}
@media only screen and (max-width:1100px){
    .xe_content{ 
        margin: 100px auto 150px;
    }
    .content .main_title{
        height: 300px;
    }

    .cate_02_wrap.cont_wrap_01 .cont_01 ul{
        flex-direction: column;
    }
    .cate_02_wrap.cont_wrap_01 .cont_01 ul li{
        width: 100%;
        margin-top: 50px;
        flex-direction: row;
        justify-content: center;
    }
    .cate_02_wrap.cont_wrap_01 .cont_01 ul li:first-child{
        margin-top: 0;
    }
    .cate_02_wrap.cont_wrap_01 .cont_01 ul li div .icon_1{display: none;}
    .cate_02_wrap.cont_wrap_01 .cont_01 ul li div .icon_2{display: block;}
    .cate_02_wrap.cont_wrap_01 .cont_01 ul li > div{width: 50%;}
    .cate_02_wrap.cont_wrap_01 .cont_01 ul li > div:nth-child(1){
        position: relative;
    }
    .cate_02_wrap.cont_wrap_01 .cont_01 ul li > div:nth-child(1) img{
        width: 30%;
        position: relative;
        right: 15%;
        float: right;
    }
    .cate_02_wrap.cont_wrap_01 .cont_01 ul li > div:nth-child(2){
        margin-top:0;
        text-align: left;
    }
    .cate_02_wrap.cont_wrap_01 .cont_01 ul li > div:nth-child(2) > span,
    .cate_02_wrap.cont_wrap_01 .cont_01 ul li > div:nth-child(2) > p{
        position: relative;
        left: 15%;
    }
    .cate_02_wrap.cont_wrap_01 .cont_01 .line {
        width: 2px;
        height: 85%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%);
        background-color: #0090b9;
        flex-direction: column;
    }
    .cate_02_wrap.cont_wrap_01 .cont_01 .line span:first-child{
        left: 0;
    }
    .cate_02_wrap.cont_wrap_01 .cont_01 .line span:last-child {
        right: 0;
    }
    .cate_02_wrap.cont_wrap_01 .cont_02 ul li div:nth-child(1) img{
        margin:0 auto;
    }
    .cate_02_wrap.cont_wrap_01 .cont_01 ul li > div:nth-child(1){
        margin-bottom: 0;
    }
    .cate_02_wrap.cont_wrap_01 .cont_02 ul li div:nth-child(1) span{
        margin: 30px auto 20px;
    }
    .cate_02_wrap.cont_wrap_01 .cont_02 ul li div:nth-child(2) p:not(:nth-child(1)){
        margin-top:10px;
    }
    .cate_02_wrap.cont_wrap_01 .cont_02 ul li div:nth-child(2) p br{
        display: none;
    }
    .cate_02_wrap.cont_wrap_02 .cont_02 > div img{
        width: 100%;
    }

    .cate_03_wrap .info_tap{
        margin-top:50px;
    }

    .cate_05_wrap .cont ul li div{
        flex-direction: column;
    }
    .cate_05_wrap .cont ul li div span:nth-child(1){
        width: 100%;
    }
    .cate_06_wrap .map_choice{
        flex-direction: column;
    }
    .cate_06_wrap #map_01,
    .cate_06_wrap #map_02{
        width: 100%;
    }
    .cate_06_wrap #map_02{
        margin-top:20px;
    }
    .cate_06_wrap #map_02 .wrp{
        border-left: 1px solid #ddd;
    }
    
}
@media only screen and (max-width:768px){
    .pc{display: none !important;}
    .mo{display: block !important;}
    .sub_title{
        margin: 50px auto;
    }
    .sub_title div{
        margin: 15px auto;
    }

    .cont_wrap{
        margin: 0 auto 100px;
    }
    .content .main_title p{
        margin-top:10px;
    }



    .cate_01_wrap{
        margin: 0 auto 50px;
    }
    .cate_01_wrap:last-child{
        margin: 0 auto 100px;
    }
    .cate_01_wrap .cont_01 .txt_wrap div{
        margin: 30px auto 20px;
        flex-direction: column;
        text-align: center;
    }
    .cate_01_wrap .cont_02 .txt_wrap{
        margin-top: 30px;
        grid-template-columns: 1fr;

    }
    .cate_01_wrap .cont_01 .txt_wrap div p,
    .cate_01_wrap .cont_02 .txt_wrap div p,
    .cate_01_wrap .cont_02 .txt_wrap div p:nth-child(1){
        width: 94%;
        padding: 3%;
    }
    .cate_02_wrap.cont_wrap_01 .cont_01 ul{
        margin: 50px 0;
    }
    .cate_02_wrap.cont_wrap_01 .cont_02 ul li{
        flex-direction: column;
        padding: 50px 0;
    }
    .cate_02_wrap.cont_wrap_01 .cont_01 ul li > div:nth-child(1) img{
        width: 40%;
    }
    .cate_02_wrap.cont_wrap_01 .cont_02 ul li div:nth-child(2){
        margin-left: 0;
        margin-top:10%;
    }
    .cate_02_wrap.cont_wrap_01 .cont_02 ul li div:nth-child(1){
        width: 40%;
    }
    .cate_02_wrap.cont_wrap_01 .cont_02 ul li div:nth-child(1) p{
        text-align: center;
    }
    .cate_02_wrap.cont_wrap_02{
        margin: 50px auto 100px;
    }
    .cate_02_wrap.cont_wrap_02 .sub_title{
        margin: 60px auto 30px;
    }
    .cate_02_wrap.cont_wrap_02 .cont_01 > div{
        flex-direction: column;
    }
    .cate_02_wrap.cont_wrap_02 .cont_01 > div > div{
        width: 100%;
    }
    .cate_02_wrap.cont_wrap_02 .cont_01 > div > img{
        margin: 30px 0;
        transform: rotate(90deg);
    }
    .cate_02_wrap.cont_wrap_02 .cont_02 > div{
        margin-top: 50px;
    }





    .cate_03_wrap .cont_01 .info{
        margin-top: 30px;
    }
    .cate_03_wrap .cont_01 .info_01 > ul{
        margin-top: 20px;
    }
    .cate_03_wrap .cont_01 .info_02 > div > p{
        margin: 20px 0 10px;
    }
    .cate_03_wrap table thead th{
        padding: 10px 0;
    }
    .cate_03_wrap table thead th:nth-child(1){
        width: 30%;
    }
    .cate_03_wrap table thead th:nth-child(2){
        width: 70%;
    }
    .cate_03_wrap table thead th:nth-child(n + 3),
    .cate_03_wrap table tbody td:nth-child(n + 3){
        display: none;
    }


    .cate_06_wrap{
        flex-direction: column;
    }
    .cate_06_wrap .map_img{
        width: 100%;
        max-width: 100%;
    }
    .cate_06_wrap .cont{
        width: 100%;
        margin-top:30px;
    }
}