#wms {
    background: #000;
    color: #fff;
}
#wms .inner1400 {
    max-width: 1200px;
}
#wms .blue {
    color: #0078ff;
}
#wms h3 {
    margin-top: 130px;
    margin-bottom: 45px;
    font-size: 45px;
    font-weight: bold;
    line-height: 1.25;
}
#wms h3 img {
    margin-right: 36px;
    width: 65px;
}
#wms .tit-sub {
    margin-bottom: 40px;
    font-size: 25px;
    line-height: 1.32;
}
#wms table th,
#wms table td {
    padding: 14px 5px;
    font-size: 20px;
    color: #fff;
    line-height: 1.43;
    text-align: center;
    border: 1px solid #0078ff;
}
#wms table th {
    font-size: 25px;
    background: #015eea;
}
#wms table td span {
    font-size: 17px;
}
/* #wms table td li {
    padding-left: 13px;
    display: inline-block;
    position: relative;
} */
/* #wms table td li::before {
    content: '•';
    position: absolute;
    left: 0;
    top: 0;
} */
#wms table thead th {
    border-right-color: #00c0fa;
}
#wms table thead th:first-child,
#wms table tbody th {
    border-bottom-color: #00c0fa;
    /* background: #262626; */
}
#top {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: center / auto no-repeat url('/img/new/subscription/s-wms_top-bg.png')
}
#top h2 {
    margin-bottom: 45px;
    font-size: 50px;
    color: #0078ff;
    font-weight: bold;
}
#top .sub {
    margin-bottom: 50px;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.6;
}
#top a {
    margin: 0 auto;
    padding: 0 60px;
    display: block;
    width: 350px;
    height: 70px;
    position: relative;
    font-size: 30px;
    color: #000;
    font-weight: 600;
    line-height: 70px;
    text-align: left;
    background: #0078ff;
    border-radius: 35px;
    box-sizing: border-box;
}
#top a::after {
    content: '→';
    position: absolute;
    top: 0;
    right: 60px;
    transition: right .3s ease;
}
#top a:hover::after {
    right: 55px;
}
#sec1 h3 {
    margin-top: 70px;
}
#sec1 .col-wrap {
    margin-bottom: 55px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 45px;
}
#sec1 .col-wrap .col {
    text-align: center;
    padding: 2px 2px 0;
    background: linear-gradient(0.25turn, #00c0fa, #015eea);
    border-radius: 30px;
}
#sec1 .col-wrap .col img {
    width: 100%;
    border-radius: 30px;
}
#sec1 .col-wrap .col p {
    padding: 15px;
    font-size: 25px;
    font-weight: 600;
}
#sec1 ol li {
    font-size: 20px;
    line-height: 1.65;
}
#sec2 .col-wrap {
    display: flex;
    justify-content: center;
    gap: 50px;
    text-align: center;
}
#sec2 .col-wrap .col {
    width: calc((100% - 100px)/3);
    max-width: 309px;
    padding-top: 135px;
    min-height: 475px;
    background: center / cover no-repeat url('/img/new/subscription/s-wms_bg-1.jpg');
    box-sizing: border-box;
}
#sec2 .col-wrap .col:nth-child(2) {
    background-image: url('/img/new/subscription/s-wms_bg-2.jpg');
}
#sec2 .col-wrap .col:nth-child(3) {
    background-image: url('/img/new/subscription/s-wms_bg-3.jpg');
}
#sec2 .col-wrap .col img {
    margin-bottom: 40px;
    width: 100px;
}
#sec2 .col-wrap p {
    font-size: 29px;
    font-weight: bold;
    line-height: 1.37;
}
#sec2 .big-txt {
    margin: 100px 0 80px;
    font-size: 30px;
    text-align: center;
}
#sec2 .flex-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 55px 45px;
}
#sec2 .flex-wrap .item {
    padding: 70px 15px 50px;
    width: calc(33.3333% - 30px);
    position: relative;
    font-size: 19px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
}
#sec2 .flex-wrap .item.active {
    border: 1px solid transparent;
    /* border-image: linear-gradient(0deg,#015eea,#00c0fa);
    border-image-slice: 1; */
}
#sec2 .flex-wrap .item.active::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px; 
    padding: 3px; 
    background: linear-gradient(0deg,#015eea,#00c0fa); 
    mask: 
        linear-gradient(#000 0 0) content-box, 
        linear-gradient(#000 0 0);
    mask-composite: exclude; 
}
#sec2 .flex-wrap .item img {
    margin-bottom: 30px;
    width: 70px;
}
#sec2 .flex-wrap .item .tit {
    margin-bottom: 25px;
    font-size: 29px;
    font-weight: bold;
}
#sec3 .tit-sub .lable {
    margin-right: 20px;
    padding: 5px 17px;
    font-size: 25px;
    background: #0078ff;
    border-radius: 7px;;
}
#faq {
    padding-bottom: 130px;
}
#faq h3 {
    margin-bottom: 70px;
    text-align: center;
}
#faq .item {
    margin-bottom: 15px;
    background: #262626;
    border-radius: 54px;;
}
#faq .item button {
    padding: 40px 70px;
    width: 100%;
    position: relative;
    font-size: 25px;
    color: #fff;
    font-weight: 600;
    text-align: left;
}
#faq .item button::after {
    content: '〉';
    position: absolute;
    right: 70px;
    color: #0078ff;
    font-weight: 400;
    rotate: 90deg;
    transition: rotate .3s ease;
}
#faq .item button.active::after {
    rotate: 270deg;
}
#faq .item button::before {
    content: 'Q';
    padding-right: 10px;
    color: #0078ff;
    font-weight: bold;
}
#faq .item .des {
    padding: 0 70px 40px;
    display: none;
    font-size: 19px;
    line-height: 1.63;
    overflow: hidden;
}
#faq .item.active .des {
    padding-top: 40px;
    height: auto;
}
#faq .item .des p {
    margin-bottom: 13px;
    font-weight: bold;
}
#faq .item .des ul + p {
    margin-top: 35px;
}
#faq .item .des li + li {
    margin-top: 25px;
}
#faq .item .des li {
    padding-left: 15px;
    position: relative;
}
#faq .item .des li::before {
    content: '•';
    position: absolute;
    top: 0;
    left: 0;
}
#faq .item:first-child .des li {
    margin-top: 0;
}



@media screen and (max-width:1024px) {
    #wms h3 {
        font-size: 28px;
    }
    #wms .tit-sub {
        font-size: 18px;
    }
    #wms table th {
        font-size: 16px;
    }
    #wms table td {
        font-size: 15px;
    }
    #wms table td span {
        font-size: 13px;
    }
    #top h2 {
        font-size: 35px;
    }
    #top .sub {
        font-size: 19px;
    }
    #top a {
        font-size: 18px;
    }
    #sec1 .col-wrap .col p {
        font-size: 21px;
        line-height: 1;
    }
    #sec2 .col-wrap p,
    #sec2 .flex-wrap .item .tit {
        font-size: 24px;
    }
    #sec1 ol li {
        font-size: 17px;
    }
    #sec2 .big-txt {
        font-size: 20px;
    }
    #sec2 .flex-wrap .item {
        font-size: 16px;
    }
    #sec3 .tit-sub .lable {
        padding: 3px 13px;
        font-size: 17px;
    }
    #faq .item button {
        font-size: 18px;
    }
    #faq .item .des {
        font-size: 16px;
    }
}


@media screen and (max-width:767px) {
    #wms h3 {
        margin-top: 80px;
        margin-bottom: 32px;
    }
    #wms h3 img {
        margin-right: 15px;
        width: 41px;
    }
    #wms .tit-sub {
        margin-bottom: 30px;
    }
    #wms table th {
        letter-spacing: -.5px;
    }
    #wms table th span {
        font-size: 15px;
        letter-spacing: -1px;
    }
    #top {
        background-size: auto 80%;
        background-position: -1% center;
    }
    #top a {
        padding: 0 25px;
        width: 210px;
        height: 60px;
        line-height: 60px;
    }
    #top a::after {
        right: 23px;
    }
    #top a:hover::after {
        right: 18px;
    }
    #sec1 h3 {
        margin-top: 30px;
    }
    #sec1 .col-wrap {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }
    #sec2 .col-wrap,
    #sec2 .flex-wrap {
        flex-wrap: wrap;
        gap: 15px;
    }
    #sec2 .col-wrap .col,
    #sec2 .flex-wrap .item {
        width: 100%;
    }
    #sec2 .col-wrap .col {
        padding-top: 60px;
        max-width: 100%;
        min-height: 300px;
    }
    #sec2 .col-wrap .col img {
        margin-bottom: 20px;
    }
    #sec2 .flex-wrap .item .tit {
        margin-bottom: 7px;
    }
    #sec2 .big-txt {
        margin: 70px 0 50px;
    }
    #sec3 .tit-sub .lable {
        padding: 3px 13px;
        font-size: 16px;
        margin-right: 10px;
    }
    #sec3 .tit-sub .blue {
        padding-left: 90px;
        display: block;
    }
    #faq {
        padding-bottom: 80px;
    }
    #faq .item {
        border-radius: 30px;
        /* padding-bottom: 18px; */
    }
    #faq .item button {
        padding: 20px 25px;
    }
    #faq .item button::after {
        right: 25px;
    }
    #faq .item .des {
        padding: 0 25px 20px;
    }
    #faq .item .des ul + p {
        margin-top: 25px;
    }
    #faq .item .des li + li {
        margin-top: 15px;
    }
}