.content-container{
    width: 100%;
    padding: 0;
    flex-direction: column;
    gap: 0;
    background-color: #f3f3f3;
    min-height: 500px;
    display: inline-block;
}

.content-container section .swiper-mobile, .content-container section .swiper-pc {
    display: none!important;
}

.l-column {
    width: 1400px;
    padding-top: 60px!important;
}
.l-column, .sub__cover {
    margin-left: auto!important;
    margin-right: auto!important;
}
.content-container section:first-child {
    margin-top: 40px !important;
}

.content-container section:first-child {
    border-top: solid 4px var(--color-primary);
    border-radius: 0 0 10px 10px;
    padding: 36px 40px 40px;
}
.content-container section {
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    padding: 40px;
    margin-top: 40px;
    background-color: #fff;
}
.content-container section:first-child .swiper-mobile, .content-container section:first-child .swiper-pc {
    top: 36px;
    height: calc(100% - 76px);
}

.content-container section .swiper-mobile, .content-container section .swiper-pc {
    position: absolute;
    left: 40px;
    right: 40px;
    top: 40px;
    bottom: 40px;
    width: calc(100% - 80px);
    height: calc(100% - 80px);
    z-index: 1;
}
.content-container section .row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 20px;
}
.content-container section .row>.col {
    width: calc(25% - 15px);
    height: 100%;
}
.content-container section .row>.col-3 {
    background-color: #fff;
    width: calc(75% - 5px);
    height: 100%;
}
.content-container section .banner-swiper{
    height: 100%;
}
.content-container section .swiper-mobile .card, .content-container section .swiper-pc .card {
    border-radius: 10px;
    border: 1px solid #0085ff;
    height: 100%;
}
.content-container section .swiper-mobile.show, .content-container section .swiper-pc.show {
    display: flex !important;
}

.content-container section .swiper-pc .card,
.content-container section .swiper-mobile .card {
    background-color: #0085ff;
}


.content-container section .swiper-mobile .card .btn-card-close,
.content-container section .swiper-pc .card .btn-card-close {
    background-image: url(/img/icon-plus.svg);
    background-color: transparent;
}

.content-container section .swiper-mobile .card .btn-card-close, .content-container section .swiper-pc .card .btn-card-close {
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 20px;
    height: 20px;
    border: 0;
    padding: 0;
    margin: 10px;
    cursor: pointer;
    z-index: 2;
}
.swiper-mobile-html,
.swiper-pc-html {
    padding: 23px 20px 20px;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.swiper-mobile-html .banner-swiper img,
.swiper-pc-html .banner-swiper img{
    /*width: calc(100% - 200px);*/
}
.swiper-mobile-html .banner-swiper swiper-slide,
.swiper-pc-html .banner-swiper swiper-slide{
    display: flex;
}
.swiper-mobile-html .banner-guide-title,
.swiper-pc-html .banner-guide-title {
    position: relative;
    width: 170px;
    height: 100%;;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -1.3px;
    color: transparent;
}
.swiper-mobile-html .banner-guide-swiper,
.swiper-pc-html .banner-guide-swiper {
    position: relative;
    width: calc(100% - 200px);
    height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
}


.content-container section .row>.col .card, .content-container section .row>.col-2 .card {
    height: 100%;
    min-height: 468px;
}
.content-container section .row>.col .card, .content-container section .row>.col-2 .card {
    width: 315px;
    border-radius: 10px;
    border: 1px solid #dbdbdb;
    background: #fff;
}
.content-container section .row>.col .card .card-header.bg-primary, .content-container section .row>.col-2 .card .card-header.bg-primary {
    background-color: #0085ff;
    color: #fff;
}
.content-container section .row>.col .card .card-header, .content-container section .row>.col-2 .card .card-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
    height: 100px;
    border-radius: 10px 10px 0 0;
    background: #f6f6f6;
    color: #393434;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: -1.3px;
}
.content-container section .row>.col .card .card-header.bg-dark small, .content-container section .row>.col .card .card-header.bg-primary small,
.content-container section .row>.col-2 .card .card-header.bg-dark small, .content-container section .row>.col-2 .card .card-header.bg-primary small,
.swiper-pc-html .swiper-slide-active .banner-guide-title, .swiper-pc-html .swiper-slide-active .banner-guide-title small,
.swiper-mobile-html .swiper-slide-active .banner-guide-title, .swiper-mobile-html .swiper-slide-active .banner-guide-title small {
    color: #fff;
}
.content-container section .row>.col .card .card-header small, .content-container section .row>.col-2 .card .card-header small {
    display: inline-block;
    color: #999;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: -.8px;
    margin-top: .25rem;
}
.content-container section .row>.col .card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 100px);
}
.content-container section .row>.col .card .card-body, .content-container section .row>.col-2 .card .card-body {
    padding: 20px;
    font-size: 0;
}
.content-container section .row>.col .card .card-body .explan {
    min-height: 122px;
    height: auto;
}
.content-container section .row>.col .card .card-body .explan>small, .content-container section .row>.col-2 .card .card-body .explan>small {
    display: inline-block;
    width: 100%;
    color: #393434;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: -.8px;
}
.content-container section .row>.col .card .card-body .explan>.badge:not(:last-child), .content-container section .row>.col-2 .card .card-body .explan>.badge:not(:last-child) {
    margin-right: 6px;
}

.content-container section .row>.col .card .card-body del, .content-container section .row>.col .card .card-body strong, .content-container section .row>.col-2 .card .card-body del, .content-container section .row>.col-2 .card .card-body strong {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}
.content-container section .row>.col .card .card-body .explan>.badge, .content-container section .row>.col-2 .card .card-body .explan>.badge {
    display: inline-flex;
    height: 26px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border: 1px solid #dbdbdb;
    background: #fff;
    padding: 0 6px;
    color: #0085ff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: -.7px;
    margin-top: 10px;
}
.content-container section .row>.col .card .card-body .explan>p, .content-container section .row>.col-2 .card .card-body .explan>p {
    margin-top: 10px;
    color: #393434;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -.8px;
}
.content-container section .row>.col .card .card-body button, .content-container section .row>.col-2 .card .card-body button {
    width: 100%;
    border: 1px solid #dbdbdb;
    border-radius: 10px !important;
    background: #fff;
    color: #393434;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: -.8px;
    cursor: pointer;
    position: relative;
    z-index: 10;
    margin: 0;
}
.content-container section .row>.col .card .card-body button+button, .content-container section .row>.col-2 .card .card-body button+button {
    margin-top: 10px;
}
.content-container section .row>.col .card .card-body button.btn-write, .content-container section .row>.col-2 .card .card-body button.btn-write {
    border-radius: 4px;
    border: 1px solid #393434;
    background: #393434;
    color: #fff;
}
.content-container section .row>.col .card .card-body hr, .content-container section .row>.col-2 .card .card-body hr {
    display: inline-block;
    width: 100%;
    border: 0;
    border-top: solid 1px #d9d9d9;
    margin: 20px 0;
}
.content-container section .row>.col .card .card-body button:not(.btn-write)::after, .content-container section .row>.col-2 .card .card-body button:not(.btn-write)::after {
    background-image: url(/img/icon_plus.svg);
    background-size: 8px;
    border: 1px solid #c1c1c1;
    border-radius: 4px;
}
.content-container section .row>.col .card .card-body button:after, .content-container section .row>.col-2 .card .card-body button:after {
    content: "";
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.content-container section .row>.col .card .card-body button.btn-write:not(.ico-write)::after, .content-container section .row>.col-2 .card .card-body button.btn-write:not(.ico-write)::after {
    background-image: url(/img/icon_write.svg);
}
.card-detail-wrap {
    display: initial;
    color: initial;
    font-size: initial;
    font-weight: initial;
}
.card-detail {
    width: 100%;
    overflow: hidden;
    display: inline-flex;
    border-radius: 4px;
}
.card-detail>span:first-child {
    color: #0085ff;
    background-color: #eef7ff;
    font-weight: 600;
}
.card-detail>span {
    width: 50%;
    text-align: center;
    font-weight: 500;
    font-size: 1rem;
    padding: .25rem 0;
    letter-spacing: .1px;
}
.card-detail>span:last-child {
    color: #000;
    background-color: #fff;
}
.card-header:has(.card-detail-wrap) {
    justify-content: space-evenly !important;
}

.content-container section .row>.col .card .card-body.card-del .card-imgs, .content-container section .row>.col-2 .card .card-body.card-del .card-imgs {
    height: 205px;
}
.content-container section .row>.col .card .card-body .card-imgs, .content-container section .row>.col-2 .card .card-body .card-imgs {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 236px;
}
.card-icon-100::before, .card-icon-10::before, .card-icon-12::before, .card-icon-1::before, .card-icon-2::before, .card-icon-30::before, .card-icon-3::before, .card-icon-50::before, .card-icon-6::before, .card-icon-free::before, .card-icon-unlimited::before {
    content: "";
    width: 210px;
    height: 138px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -104.5005px;
    margin-top: -69px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.card-icon-1, .card-icon-10, .card-icon-100, .card-icon-12, .card-icon-2, .card-icon-3, .card-icon-30, .card-icon-50, .card-icon-6, .card-icon-free, .card-icon-unlimited {
    position: relative;
}
.card-icon-3::before {
    background-image: url(/img/card-icon-3.svg);
}
.card-icon-6::before {
    background-image: url(/img/card-icon-6.svg);
}
.card-icon-12::before {
    background-image: url(/img/card-icon-12.svg);
}
.content-container section .row>.col .card .card-body strong, .content-container section .row>.col-2 .card .card-body strong {
    display: flex;
    align-items: center;
    color: #393434;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -1.3px;
}

.content-container section .row>.col .card .card-body strong::before, .content-container section .row>.col-2 .card .card-body strong::before {
    content: "";
    width: 18px;
    height: 12px;
    background-image: url(/img/icon_arrow_right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin-right: 10px;
}

.content-container section .card-help p {
    text-align: center;
    color: #999;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -1px;
}

.content-container section .card-help p.text-red {
    color: #f17070;
}

.content-container section .card-help p+p {
    margin-top: 20px;
}
.content-container section .card-center {
    text-align: center;
}
.content-container section .card-center .h4 {
    color: #393434;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -1.3px;
}
.content-container section .card-center p {
    margin-top: 20px;
    color: #999;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -1px;
}
.content-container section .card-center a.btn-center {
    margin-top: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    background: #fff;
    padding: 0 20px;
    height: 34px;
    color: #393434;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: -.7px;
}
.content-container section:last-child {
    margin-bottom: 80px;
}
.card-header_sup>.card-header_badge {
    color: #fff;
    font-weight: 600;
    background-color: red;
    font-size: 14px;
    padding: 3px 8px;
    border-radius: 20px;
    letter-spacing: .5px;
}
.card-header_sup {
    display: flex;
    align-items: center;
    gap: 13px;
}
