.top_header_img{
    background-image:url(../images/banner.jpg);
}
body{
    overflow-x: hidden;
    width: 100%;
}
/*Partner세션 */
.partner-wrap{
    margin-top: 108px;
}
.partner-wrap h2{
    font-size: var(--font-size-h2);
    line-height: var(--line-height-140);
    font-weight: var(--font-weight-B);
    opacity: 0;
}
.partner-wrap .partner{
    display: flex;
    margin-top: 52px;
}
.partner-wrap .partner .img-area{
    overflow: hidden;
}
.partner-wrap .partner .img-area img{
    transform: scale(1.3);
    transform-origin: center;
}
.partner-wrap .partner .text-area{
    width: 60%;
    margin-left: 151px;
}
.partner-wrap .partner .text-area h3{
    color: var(--color-primary-1);
    font-size: var(--font-size-sub2);
    line-height: var(--line-height-140);
    font-weight: var(--font-weight-M);
    padding-top: 7px;
    opacity: 0;
}
.partner-wrap .partner .text-area p{
    font-size: var(--font-size-sub2);
    font-weight: var(--font-weight-M);
    line-height: var(--line-height-140);
    padding-top: 10px;
    opacity: 0;
}
.partner-wrap .partner .text-area span{
    display: inline-block;
    font-size: var(--font-size-body3);
    color: var(--color-gray-40);
    line-height: var(--line-height-150);
    font-weight: var(--font-weight-M);
    padding-top: 31px;
    opacity: 0;
}
.partner-wrap .partner .text-area .signature{
    font-size: var(--font-size-body3);
    font-weight: var(--font-weight-M);
    line-height: var(--line-height-150);
    color: var(--color-gray-40);
    text-align: left;
    padding-top: 60px;
    opacity: 0;
}
main{
    margin-bottom: 300px;
}
/*future세션 */
.future-wrap{
    position: relative;
    text-align: center;
    height: 228px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 132px;
}
.future-wrap h2{
    font-size: 10.63rem;
    position: absolute;
    z-index: -2;
    line-height: var(--line-height-140);
    top: 30px;
    right: 100%;
    letter-spacing: -0.045em;
    white-space: nowrap;
    color: var(--color-gray-99);
}
.future-wrap p{
    font-size: var(--font-size-h2);
    font-weight: var(--font-weight-B);
    font-weight: var(--font-weight-B);
    top: 85px;
    line-height: var(--line-height-140);
    opacity: 0;
}
/*history세션 */
.history-wrap .tittle{
    padding-top: 215px;
    display: flex;
}
.history-wrap .tittle h3{
    font-size: var(--font-size-h2);
    font-weight: var(--font-weight-B);
    line-height: var(--line-height-140);
    position: relative;
    z-index: -1;
}
.history-wrap .tittle span{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--color-primary-1);
    margin: 103px 0 0 13px;
}
.history-wrap .bg-text{
    height: 230px;
    display: flex;
    position: relative;
}
.history-wrap .bg-text p{
    font-size: var(--font-size-body3);
    line-height: var(--line-height-140);
    font-weight: var(--font-weight-M);
    color: var(--color-gray-40);
    margin-top: 42px;
}
.history-wrap .bg-text h4{
    font-size: 10.63rem;
    position: absolute;
    font-weight: var(--font-weight-B);
    line-height: var(--line-height-140);
    letter-spacing: -0.045em;
    white-space: nowrap;
    color: var(--color-gray-99);
    right: -80%;
    z-index: -30;
    bottom: 100px;
}
.history-wrap .history{
    display: flex;
    position: relative;
    z-index: -1;

}
.history-wrap .history .img-area{
    padding-top: 86px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 110px;
    z-index: -1;
}
.history-wrap .history .img-sc:nth-child(2){
    margin-left: 332px;
}
.history-wrap .history .img-sc:nth-child(3){
    margin-bottom: 44px;
}
.history-wrap .history .line-area{
    width: 3px;
    height: 967px;
    position: relative;
    margin: 0 136px;
}
.history-wrap .line-area .gray-line{
    height: 100%;
    width: 3px;
    background-color: #dddd;
    position: absolute;
    top: 0;
    left: 0;
}
.history-wrap .line-area .active-line{
    width: 3px;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--color-primary-1);
    z-index: 666;
}
.history-wrap .line-area .active-line::before{
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: -100%;
    margin-left: -3px;
    bottom: 0;
    z-index: 666;
    background-color: var(--color-primary-1);
}
.history-wrap .history .line-area-m{
    width: 3px;
    height: 600px;
    position: relative;
    display: none;
}
.history-wrap .line-area-m .gray-line{
    height: 100%;
    width: 3px;
    background-color: #dddd;
    position: absolute;
    top: 0;
    left: 0;
}
.history-wrap .line-area-m .active-line{
    width: 3px;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--color-primary-1);
    z-index: 666;
}
.history-wrap .line-area-m .active-line::before{
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: -100%;
    margin-left: -3px;
    bottom: 0;
    z-index: 666;
    background-color: var(--color-primary-1);
}
.history-wrap .history .text-area{
    margin-top: 81px;
}
.history-wrap .history .text-area ul{
    display: flex;
    flex-direction: column;
    gap: 105px;
}
.history-wrap .history .text-area ul p{
    color: var(--color-primary-1);
    line-height: var(--line-height-150);
    font-weight: var(--font-weight-M);
    z-index: -10;
}

.history-wrap .history .text-area ul li span{
    font-size: var(--font-size-body3);
    font-weight: var(--font-weight-M);
    line-height: var(--line-height-150);
}
/* business-wrap */
.business-wrap{
    position: relative;
    margin-bottom: 245px;
}
.business-wrap .tittle{
    padding-top: 306px;
    display: flex;
}
.business-wrap .tittle h3{
    font-size: var(--font-size-h2);
    font-weight: var(--font-weight-B);
    line-height: var(--line-height-140);
}
.business-wrap .tittle span{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--color-primary-1);
    margin: 103px 0 0 13px;
}
.business-wrap .bg-text{
    height: 230px;
    display: flex;
    justify-content:space-between;
    position: relative;
    margin-top: 42px;

}
.business-wrap .bg-text .sub-tittle{
    width: 65%;
    font-size: var(--font-size-body3);
    line-height: var(--line-height-140);
    font-weight: var(--font-weight-M);
}
.business-wrap .bg-text h4{
    font-size: 10.63rem;
    position: absolute;
    z-index: -2;
    line-height: var(--line-height-140);
    letter-spacing: -0.045em;
    white-space: nowrap;
    color: var(--color-gray-99);
    font-weight: var(--font-weight-B);
    right: -80%;
    z-index: -30;
    top: 0;
}
.business-wrap .tab-wrap{
    width: 100%;
}
.business-wrap .tab-m{
    display: none;
}
.business-wrap .tab-wrap .tab-btn{
    display: flex;
    gap: 76px;
    font-size: var(--font-size-sub1);
    font-weight: var(--font-weight-B);
    line-height: var(--line-height-140);
    color: var(--color-gray-80);
}
.business-wrap .tab-wrap .tab-btn li{
    cursor: pointer;
}
.business-wrap .tab-wrap .tab-btn .on{
    color: var(--color-gray-0);
}
.business-wrap .tab-wrap .con-wrap{
    margin-top: 32px;
}
.business-wrap .tab-wrap .con-wrap .Headquarter iframe{
    width: 100%;
    height: 709px;
    border: none;
}
.business-wrap .tab-wrap .con-wrap .Headquarter .text-area{
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: var(--font-size-body3);
    line-height: var(--line-height-140);
    color: var(--color-gray-50);
    margin-top: 39px;
}
.business-wrap .tab-wrap .con-wrap .Headquarter .text-area address,
.business-wrap .tab-wrap .con-wrap .Headquarter .text-area .way{
    font-style: inherit;
    display: flex;
    gap: 30px;
}
.con-wrap .Headquarter .text-area p{
    color: var(--color-gray-0);
}
.con-wrap .Headquarter .text-area .way ul{
    list-style-type: disc;
    cursor: pointer;
}
.con-wrap .domestic{
    display: flex;
    margin: 30px 0 30px;
    justify-content: center;
}
.con-wrap .domestic .img-area{
    width: 100%;
    position: relative;
}
.con-wrap .domestic .sub-img{
    width: 100%;
    position: absolute;
    top: 0;
    display: none;
}
.con-wrap .domestic .on{
    display: block;
}
.con-wrap .domestic .text-area{
    width: 569px;
    display: flex;
    flex-direction: column;
    margin-left: 129px;
    padding-top: 40px;
}
.con-wrap .domestic .text-area article{
    width: 502px;
    font-size: var(--font-size-body3);
    position: relative;
    display: flex;
    flex-direction: column;
    position: relative;
}
.domestic .text-area .on .up{
    display: flex;
    color: #FF9393;
    border-top: 1px solid var(--color-gray-80);
    border-bottom: 0;
}
.domestic .text-area .on .down{
    display: none;
}
.domestic .text-area .on .text-detail{
    display: block;
}
.domestic .text-area article .text-sub{
    padding: 30px 50px 30px 20px;
    background-color: var(--color-gray-99);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}
.domestic .text-area article .text-sub h5{
    font-size: var(--font-size-body1);
    font-weight: var(--font-weight-M);
    line-height: var(--line-height-140);
}

.domestic .text-area article .text-sub img{
    width: 36px;
    height: 19px;
}
.domestic .text-area article .down{
    border-top: 1px solid var(--color-gray-80);
    border-bottom: 1px solid var(--color-gray-80);
}
.domestic .text-area article .up{
    display: none;
}
.domestic .text-area article .text-detail{
    font-size: var(--font-size-body3);
    font-weight: var(--font-weight-M);
    line-height: var(--line-height-150);
    color: var(--color-gray-40);
    padding: 50px 0 50px 25px;
    display: none;
}
.domestic .text-area article .text-detail address{
    display: flex;
    font-style: initial;
    margin-bottom: 15px;
}
.domestic .text-area article .text-detail ul{
    padding-left: 13px;
    margin-left: 12px;
}
.domestic .text-area article .text-detail li{
    list-style-type: disc;
}
.domestic .text-area article .text-detail .tel{
    display: flex;
}
.overseas .text-area{
    margin-top: 70px;
    position: relative;
}
.overseas .text-area ul{
    width: 100%;
    display: flex;
    gap: 25px;
    justify-content: center;
    margin-bottom: 22px;
    padding: 15px 0;
    position: relative;
}
.overseas .text-area ul::after{
    content: '';
    width: 100%;
    height: 2px;
    background-color: var(--color-gray-90);
    position: absolute;
    bottom: 0;
}
.overseas .text-area ul li{
    font-size: var(--font-size-body1);
    font-weight: var(--font-weight-M);
    line-height: var(--line-height-140);
    position: relative;
}
.overseas .text-area ul .on{
    color: var(--color-primary-1);
}
.overseas .text-area ul .on::after{
    width: 100%;
    background-color: var(--color-primary-1);
    content: "";
    height: 2px;
    position: absolute;
    bottom: -15px;
    left: 0;
    z-index: 2;
}
.overseas .detailed{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.overseas .detailed article{
    border-bottom: 1px solid var(--color-gray-90);
    padding-bottom:15px;
}
.overseas .detailed article h5{
    font-size: var(--font-size-body1);
    font-weight: var(--font-weight-M);
    line-height: var(--line-height-140);
}
.overseas .detailed .detailed-text{
    display: flex;
    gap: 50px;
    font-size: var(--font-size-body3);
    font-weight: var(--font-weight-M);
    line-height: var(--line-height-140);
}
.overseas .detailed .detailed-text address{
    line-height: var(--line-height-140);
}
.overseas .detailed .detailed-text address,
.overseas .detailed .detailed-text .contact{
    width: 100%;
    display: flex;
}
.overseas .detailed article .detailed-text p{
    margin-right: 15px;
    font-style: normal;
    padding: 10px 0;
    line-height: var(--line-height-150);
}
.overseas .detailed article .detailed-text ul{
    list-style-type: disc;
    padding-left:20px;
    margin-top: 12px;
}
.overseas .detailed article .detailed-text li{
    line-height: var(--line-height-150);
    color: var(--color-gray-40);
    font-style: normal;
    line-height: var(--line-height-150);
}
@media screen and (max-width: 1300px) {
    .partner-wrap h2{
        font-size: var(--font-size-body1);
        line-height: var(--line-height-140);
        font-weight: var(--font-weight-B);
    }
    .partner-wrap .partner{
        display: flex;
        flex-direction: column;
        margin-top: 13px;
    }
    .partner-wrap .partner .img-area{
        margin-bottom: 40px;
    }
    .partner-wrap .partner .text-area{
        width: 100%;
        margin-left: 0;
    }
    .partner-wrap .partner .text-area h3{
        color: var(--color-primary-1);
    }
    .partner-wrap .partner .text-area p{
        font-size: var(--font-size-cap1);
        line-height: var(--line-height-150);
        font-weight: var(--font-weight-M);
        padding-top: 20px;
    }
    .partner-wrap .partner .text-area span{
        color: var(--color-gray-40);
        font-size: var(--font-size-cap1);
        line-height: var(--line-height-150);
        font-weight: var(--font-weight-M);
        padding-top: 20px;
    }
    .partner-wrap .partner .text-area .signature{
        font-size: var(--font-size-cap1);
        line-height: var(--line-height-150);
        font-weight: var(--font-weight-M);
        text-align: left;
        padding-top: 20px;
    }
    /*future세션 */
    .future-wrap{
        margin-top: 89px;
    }
    .future-wrap h2{
        font-size: var(--font-size-h1);
    }
    .future-wrap p{
        font-size: var(--font-size-sub2);
        font-weight: var(--font-weight-m);
    }
    /*history세션 */
    .history-wrap .tittle{
    padding-top: 100px;
    display: flex;
    position: relative;
    }
    .history-wrap .tittle h3{
        font-size: var(--font-size-body1);
        font-weight: var(--font-weight-B);
        line-height: var(--line-height-140);
    }
    .history-wrap .tittle span{
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: var(--color-primary-1);
        margin: 43px 0 0 4px;
    }
    .history-wrap .bg-text p{
        font-size: var(--font-size-cap1);
        line-height: var(--line-height-150);
        font-weight: var(--font-weight-M);
        margin-top: 20px;
    }
    .history-wrap .bg-text h4{
        display: none;
    }
    .history-wrap .history{
        display: flex;
        justify-content: space-around;
    }
    .history-wrap .history .img-area img{
        width: 250px;
    }
    .history-wrap .history .img-sc:nth-child(2){
        margin-left: 0;
    }
    /* business-wrap */
    .business-wrap{
        position: relative;
    }
    .business-wrap .tittle{
        padding-top: 100px;
        display: flex;
    }
    .business-wrap .tittle h3{
        font-size: var(--font-size-body1);
    }
    .business-wrap .tittle span{
        margin: 43px 0 0 5px;
    }
    .business-wrap .tittle span{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--color-primary-1);
    margin: 43px 0 0 5px;
    }
    .business-wrap .bg-text{
        height: 72px;
        margin-top: 20px;
    }
    .business-wrap .bg-text .sub-tittle{
        width: 100%;
        font-size: var(--font-size-cap1);
        line-height: var(--line-height-150);
        padding-right: 0;
    }
    .business-wrap .bg-text h4{
        display: none;
    }
    .business-wrap .tab-wrap .tab-btn{
        margin-top: 50px;
        font-size: var(--font-size-body1);
        font-weight: var(--font-weight-B);
    }
    .business-wrap .tab-wrap .con-wrap{
        margin-top: 20px;
    }
    .business-wrap .tab-wrap .con-wrap .Headquarter iframe{
        width:  100%;
        height: 321px;
    }
    .business-wrap .tab-wrap .con-wrap .Headquarter .text-area{
        width: 100%;
        flex-direction: column;
        gap: 20px;
        font-size: var(--font-size-cap1);
        line-height: var(--line-height-150);
        margin-top: 20px;
    }
    .business-wrap .tab-wrap .con-wrap .Headquarter .text-area address,
    .business-wrap .tab-wrap .con-wrap .Headquarter .text-area .way{
    flex-direction: column;
    gap: 0;
    }
    .business-wrap .tab-wrap .con-wrap .Headquarter .text-area .way ul{
        margin-left: 23px;
    }
    .con-wrap .domestic .img-area{
        width: 40%;
    }
    .con-wrap .domestic .text-area{
        width: 60%;
        margin-left: 30px;
    }
    .con-wrap .domestic .text-area article{
        width: 100%;
    }
    .domestic .text-area article .text-sub{
        padding: 10px 40px 10px 20px;
        justify-content: space-between;
    }
    .domestic .text-area article .text-sub h5{
        font-size: var(--font-size-body3);
        font-weight: var(--font-weight-M);
        line-height: var(--line-height-150);
    }
    .domestic .text-area article .text-sub img{
        width: 19px;
        height: 10px;
        margin-top: 10px;
    }
    .domestic .text-area article .text-detail{
        font-size: var(--font-size-cap1);
        font-weight: var(--font-weight-M);
        line-height: var(--line-height-150);
        padding: 20px 24px 20px 25px;
    }
    .overseas .text-area{
        margin-top: 40px;
    }
    .overseas .text-area ul li{
        font-size: var(--font-size-cap1);
        font-weight: var(--font-weight-M)
    }
    .overseas .detailed{
        flex-direction: column;
    }
    .overseas .detailed article{
        border-bottom: 1px solid var(--color-gray-90);
    }
    .overseas .detailed article h5{
        font-size: var(--font-size-cap1);
        font-weight: var(--font-weight-M);
        line-height: var(--line-height-150);
    }
    .overseas .detailed article .detailed-text{
        flex-direction: column;
        gap: 10px;
        font-size: var(--font-size-cap1);
        font-weight: var(--font-weight-M);
        line-height: var(--line-height-150);
    }
}
    


/* 모바일 */
@media screen and (max-width: 667px) {
    .partner-wrap h2{
        font-size: var(--font-size-cap1);
        line-height: var(--line-height-150);
        font-weight: var(--font-weight-B);
    }
    .partner-wrap .partner .img-area{
        width: 100%;
    }
    .partner-wrap .partner .text-area span{
        font-size: var(--font-size-cap2);
        line-height: var(--line-height-150);
        font-weight: var(--font-weight-M);
    }
    .partner-wrap .partner .text-area .signature{
        font-size: var(--font-size-cap2);
        line-height: var(--line-height-150);
        font-weight: var(--font-weight-M);
        text-align: left;
    }
    /*future세션 */
    .future-wrap{
        margin-top: 86px;
    }
    .future-wrap p{
        font-size: var(--font-size-cap1);
        font-weight: var(--font-weight-m);
        line-height: var(--line-height-150);
    }
    /*history세션 */
    .history-wrap .tittle h3{
        font-size: var(--font-size-cap1);
        font-weight: var(--font-weight-B);
        line-height: var(--line-height-150);
    }
    .history-wrap .tittle span{
        margin: 24px 0 0 5px;
    }
    .history-wrap .bg-text{
        height: 100%;
    }
    .history-wrap .bg-text p{
        font-size: var(--font-size-cap1);
        line-height: var(--line-height-150);
        font-weight: var(--font-weight-M);
        margin-top: 20px;
    }
    .history-wrap .history{
        margin-top: 25px;
        display: flex;
        justify-content: space-between;
    }
    .history-wrap .history .img-area{
        padding-top: 50px;
        gap: 101px;
    }
    .history-wrap .history .img-area img{
        width: 135px;
        height: 90px;
    }
    .history-wrap .history .line-area{
        display: none;
    }
    .history-wrap .history .line-area-m{
        display: block;
    }
    .history-wrap .history .text-area{
        margin-top: 53px;
    }
    .history-wrap .history .text-area ul{
        gap: 36px;
    }
    /* business-wrap */
    .business-wrap .tittle{
        padding-top: 100px;
    }
    .business-wrap .tittle h3{
        font-size: var(--font-size-cap1);
        font-weight: var(--font-weight-B);
        line-height: var(--line-height-150);
    }
    .business-wrap .tittle span{
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: var(--color-primary-1);
        margin: 20px 0 0 5px;
    }
    .business-wrap .bg-text .sub-tittle{
        z-index: 0;
        height: 80px;
    }
    .business-wrap .bg-text p{
        width: 100%;
        height: 80px;
        font-size: var(--font-size-cap2);
        line-height: var(--line-height-150);
        font-weight: var(--font-weight-M);
    }
    .business-wrap .tab-wrap {
        display: none;
    }
    .business-wrap .tab-m{
        display: block;
    }
    .tab-m .Headquarter > p,
    .tab-m .domestic > p,
    .tab-m .overseas > p{
        font-size: var(--font-size-cap1);
        font-weight: var(--font-weight-B);
        line-height: var(--line-height-150);
        margin-top: 50px;
    }
    .tab-m .Headquarter iframe{
        width: 100%;
        margin-top: 13px;
        border: 0;
    }
    .tab-m .Headquarter .text-area{
        margin-top: 10px;
    }
    .tab-m .Headquarter .text-area address{
        font-style: inherit;
    }
    .tab-m .Headquarter .text-area p{
        font-size: var(--font-size-cap2);
        font-weight: var(--font-weight-M);
        line-height: var(--line-height-150);
    }
    .tab-m .Headquarter .text-area address{
        margin-bottom: 10px;
    }
    .tab-m .Headquarter .text-area .way,
    .tab-m .Headquarter .text-area address{
        display: flex;
        flex-direction: column;
    }
    .tab-m .Headquarter .text-area li{
        list-style-type: disc;
        margin-left: 23px;
    }
    .tab-m .domestic .img-area{
        width: 100%;
        margin-top: 13px;
    }
    .tab-m .domestic .text-area .text-sub{
        font-size: var(--font-size-cap1);
        line-height: var(--line-height-150);
    }
    .tab-m .domestic .text-area article address p,
    .tab-m .domestic .text-area article .tel p{
        font-size: var(--font-size-cap2);
    } 
    .tab-m .domestic .text-area article li{
        font-size: var(--font-size-cap2);
        line-height: var(--line-height-150);
    }
    .tab-m .domestic .text-area article .text-sub{
        cursor: default;
    }
    .tab-m  .domestic .text-area .on{
        display: none;
    }
    .tab-m  .domestic .text-area .on .up{
        color:  var(--color-gray-0);
    }
    .tab-m .domestic .text-area article img{
        display: none;
    }
    .tab-m .domestic .text-area .text-sub{
        background-color: #fff;
        border: none;
        padding: 10px 0;
    }
    .tab-m .domestic .text-area .text-detail{
        display: block;
        padding: 0 0 10px 0;
        border-bottom: 1px solid var(--color-gray-90);
    }
    .tab-m .overseas .img-area{
        margin-top: 13px;
    }
    .tab-m .overseas .text-area{
        margin-top: 0;
    }
    .tab-m .overseas .text-area ul{
        overflow-x: scroll;
        justify-content: space-between;
    }
    .tab-m .overseas .text-area ul li{
        font-size: var(--font-size-cap1);
        line-height: var(--line-height-150);
        white-space: nowrap
    }
    .tab-m .overseas .detailed article{
        padding-bottom: 15px;
    }
    .tab-m .overseas .detailed .detailed-text{
        gap: 0;
    }
    .tab-m .overseas .detailed article h5{
        font-size: var(--font-size-cap2);
        font-weight: var(--font-weight-M);
        line-height: var(--line-height-150);
    }
    .tab-m .overseas .detailed .detailed-text address,
    .tab-m .overseas .detailed .detailed-text .contact{
        flex-direction: column;
    }
    .tab-m .overseas .detailed .detailed-text address,
    .tab-m .overseas .detailed .detailed-text .contact{
        font-size: var(--font-size-cap2);
        line-height: 150%;
    }
    .tab-m .overseas .detailed .detailed-text ul{
        padding-left: 23px;
    }
    .tab-m .overseas .detailed .detailed-text li{
        width: 100%;
    }
    /* Webkit (Chrome, Safari) 스크롤바 스타일 */
    #m-menu::-webkit-scrollbar {
        height: 5px;
    }
    #m-menu li::after{
        display: none;
    }
    #m-menu::-webkit-scrollbar-track {
        background-color: var(--color-gray-90);
    }
    
    #m-menu::-webkit-scrollbar-thumb {
        background-color: var(--color-gray-70);
        border-radius: 6px;
    }
    
    #m-menu li {
        white-space: nowrap;
        margin-bottom: 10px;
    }
    
}