.garmin-main {
    width: 100%;
}

.garmin-main .banner-container {
    width: 100%;
    /* height: calc(100vh - 106px); */
    /* min-height: 750px; */
    height: 620px;
    overflow: hidden;

}

.garmin-main .banner-container .swiper-slide {
    position: relative;
    width: 100%;
    /* min-height: 750px; */
    /* height: calc(100vh - 106px); */
}

.swiper-slide .bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;

}


/* slide1 */
.slide1 .content {
    position: relative;
    max-width: 1100px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.slide1 .info {
    color: #fff;
    /* align-self: flex-end; */
    /* margin-bottom: 73px; */
}

.slide1 .logo {
    width: 285px;
    margin-bottom: 48px;
}

.slide1 .text-img {
    display: block;
    width: 405px;
    margin-bottom: 34px;
}

.slide1 .text-img-m {
    display: none;
}

.slide1 .title {
    color: #4D7BA6;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 16px;
}


.slide1 .btn {
    display: flex;
    align-items: center;
    width: 174px;
    height: 40px;
    padding: 8px 14px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    color: #FF7A3D;
    background: #fff;
    border-radius: 4px;
    font-weight: 600;
}

.slide1 .desc {
    margin-top: 14px;
    font-size: 14px;
    font-weight: 600;
    color: #737373;
}

.slide1 .person-img {
    display: none;
    height: 630px;
    align-self: flex-end;
}

/* b 方案 */
.garmin-main-b {
    width: 100%;
}

.garmin-main-b .banner-container {
    width: 100%;
    height: 620px;
    overflow: hidden;

}

.garmin-main-b .banner-container .swiper-slide {
    position: relative;
    width: 100%;
}

.garmin-main-b .slide1 .logo {
    /* margin-top: 40px; */
    margin-bottom: 50px;
}

.garmin-main-b .slide1 .logo-m {
    display: none;
}

.garmin-main-b .slide1 .text-img {
    width: 405px;
    margin-bottom: 32px;
}

.garmin-main-b .slide1 .title {
    font-size: 24px;
    margin-bottom: 16px;
}

.garmin-main-b .slide1 .person-img {
    height: 556px;
}


.garmin-main-b .slide1 .content {
    /* max-width: 1057px; */
}


/* b 方案 login */
.login-wrapper {
    padding-top: 110px;
}

.login-wrapper .login-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.3;
    background: linear-gradient(90deg, #366B9D 0%, #7DA3C6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    text-align: center;
    margin-bottom: 25px;
}

.login-wrapper .login-sub-title {
    color: #737373;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 25px;
}

.login-wrapper .login-sub-title a {
    color: #4D7BA6;
    margin-left: 32px;
    text-decoration-line: underline;
}

.login-wrapper .mbskin_box {
    width: 447px;
    margin: 0 auto;
}


.login-wrapper .asfrm_inp {
    height: 48px;
    text-align: center;
    font-size: 16px;
}

.login-wrapper .asfrm_inp::placeholder {
    font-size: 16px;
    color: #E5E7EB;
    font-weight: 600;
}

.login-wrapper .btn_submit {
    height: 48px;
    border-radius: 4px;
}

.login-wrapper #sns_login {
    margin-top: 12px;
}

.login-wrapper #sns_login .sns-icon {
    height: 48px;
    line-height: 48px;
    border-radius: 4px;
}

/* b 方案未订阅 */


.subscribe-wrapper .not-subscribe {
    /* display: none; */
    padding-top: 110px;
}

.subscribe-wrapper .subscribe-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 21px;
}

.subscribe-wrapper .subscribe-title span {
    background: linear-gradient(90deg, #366B9D 0%, #7DA3C6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.subscribe-wrapper .subscribe-sub-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    color: #737373;
    text-align: center;
    margin-bottom: 110px;
}

.subscribe-wrapper .subscribe-btn {
    margin: 0 auto 20px;
    width: 230px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #0A0A0A;
}

.subscribe-wrapper .subscribe-info {
    display: flex;
    align-items: flex-start;
    width: 440px;
    margin: 0 auto;
    color: #737373;
    font-size: 12px;
    line-height: 1.3;
}

.subscribe-wrapper .subscribe-info a {
    color: #737373;
    text-decoration-line: underline;
    cursor: pointer;
}

.subscribe-wrapper .checkbox {
    display: block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

/* 未订阅勾选弹窗 */

.dialog-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.dialog-wrapper .dialog-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 816px;
    height: 365px;
    border-radius: 12px;
    background: linear-gradient(160deg, #D1E8F6 21.18%, #F3FAFF 73.9%), var(--BG-page, #FFF);
}

.dialog-wrapper .dialog-close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.dialog-wrapper .dialog-title {
    width: 542px;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.3;
    background: linear-gradient(90deg, #366B9D 0%, #7DA3C6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    text-align: center;
    margin-bottom: 6px;
}

.dialog-wrapper .dialog-text {
    color: #A3A3A3;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 38px;
}

.dialog-wrapper .dialog-btns {
    display: flex;
    gap: 16px;
}

.dialog-wrapper .dialog-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 230px;
    height: 48px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 600;
    color: #0A0A0A;
    border-radius: 4px;
    border: 1px solid #0A0A0A;
}

.dialog-wrapper .dialog-btn.confirm-btn {
    color: #fff;
    background: #0A0A0A;
}

/* 已订阅 */

.subscribe-wrapper .subscribe {
    display: none;
    padding-top: 110px;
}

.subscribe-wrapper .subscribe.show {
    display: block;
}

.subscribe-wrapper .subscribe-desc {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    color: #A3A3A3;
    text-align: center;
}

.subscribe-wrapper .subscribe-detail-btn {
    margin: 42px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 230px;
    height: 48px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    background: #0A0A0A;
    font-size: 16px;
    font-weight: 600;
}


.container {
    background: linear-gradient(177deg, #D1E8F6 12.52%, #F3FAFF 31.62%)
}

.container .content {
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 100px;
}

.product-title {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    padding-top: 110px;
    padding-bottom: 32px;
}

.product-title span,
.swiper-product-title span,
.article-title span,
.footer-title span {
    background: linear-gradient(to right, #366B9D, #7DA3C6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}


.product-wrapper {
    display: flex;
    margin-bottom: 20px;

}

.product-wrapper.reverse {
    flex-direction: row-reverse;
}

.product-image {
    flex: 1;
    height: 555px;
    border-radius: 4px;
}

.product-card {
    position: relative;
    width: 384px;
    height: 555px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 16px 0 rgba(17, 17, 26, 0.10), 0 8px 32px 0 rgba(17, 17, 26, 0.05);
    overflow: hidden;

}



.product-card .disscount {
    position: absolute;
    top: 0;
    left: 16px;
    width: 86px;
    height: 40px;
    padding-top: 6px;
    box-sizing: border-box;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    background-image: url(https://static.shokz.co.kr/resource/2026/01/15/disscount_icon_6968488430a8f.svg);
    background-repeat: no-repeat;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
}

.product-card .product-pic {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 250px;
    margin: 30px auto 0;
}

.product-card .product-info {
    position: relative;
    padding: 0 24px;
}

.product-card .pic-wrapper {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.product-card .product_gift_box {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 336px;
    height: 40px;
    background-image: url(https://static.shokz.co.kr/resource/2025/11/05/bg_product_gift_690ab1fb66fc7.webp);
    background-size: cover;
}

.product-card .product_gift_box_con {
    display: flex;
    align-items: center;
}

.product-card .product_tip_big {
    color: rgba(255, 122, 61, 1);
    font-size: 18px;
    line-height: 40px;
    font-weight: 600;
    margin: 0 10px 0 20px;
}

.product-card .product_tip_desc {
    font-size: 12px;
    color: rgba(255, 122, 61, 1);
}

.product-card .product_gift_box_img {
    position: absolute;
    right: 10px;
    width: 80px;
    top: 50%;
    transform: translateY(-50%);
}


.product-card .product-name {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 16px;
}

.product-card .product-key {
    margin-left: 16px;
    color: #FF9962;
    font-size: 14px;
    line-height: 1.3;
}

.product-card .product-colors {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 16px;
}


.product-card .product-color {
    padding: 3px;
    border: 1px solid transparent;
    border-radius: 50%;
    cursor: pointer;
}

.product-card .product-color span {
    display: block;
    width: 18px;
    height: 18px;
    background: #000;
    border-radius: 50%;
}

.product-card .product-color.color-active {
    border: 1px solid #FF833D;
}



.product-card .product-type {
    display: flex;
    gap: 20px;
}

.product-card .product-type-item {
    flex: 1;
}

.product-card .type-item-title {
    font-size: 14px;
    font-weight: 400;
    color: #A3A3A3;
    line-height: 1.3;
    margin-bottom: 8px;
}


.product-card .type-lis {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.product-card .type-li {
    font-size: 14px;
    font-weight: 400;
    color: #A3A3A3;
    line-height: 1.3;
    padding: 4px 8px;
    border-radius: 4px;
    background: #F7F7F7;
    cursor: pointer;
}

.product-card .type-li.type-li-active {
    color: #FF7A3D;
    border: 1px solid #FFB688;
    background: #FFF8F5;
}

.product-card .product-price {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 8px;
}

.product-card .product-price .new-price {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    color: #FF4D0A;
}

.product-card .product-price .original-price {
    color: #0A0A0A;
    font-weight: 400;
    line-height: 1.2;
    font-size: 16px;
    opacity: 0.45;
    text-decoration-line: line-through;
}

.product-card .product-desc {
    color: #FF4D0A;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 8px;
}

.product-card .product-btns {
    display: flex;
    align-items: center;
    gap: 20px;
}

.product-card .product-btns .add-btn {
    flex: 1;
    height: 40px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 4px;
    color: #fff;
    background: #FF7A3D;
}

.product-card .product-btns .skip-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #FF9962;
    cursor: pointer;
    border-radius: 4px;
}


.swiper-product-title {
    padding-top: 64px;
    padding-bottom: 32px;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
}

.product-swiper .swiper-switch {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
}

.product-swiper .swiper-switch .swiper-pagination {
    position: relative;
    text-align: left;
}

.product-swiper .swiper-switch .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #BABABA;
    border-radius: 50%;
    margin-right: 16px;

}

.product-swiper .swiper-switch .swiper-pagination-bullet-active {
    border-radius: 8px;
    width: 32px;
    height: 8px;
    background: #FF7A3D;
    ;

}

.product-swiper .swiper-pagination-btns {
    display: flex;
    align-items: center;
    gap: 20px;
}

.product-swiper-page .swiper-pagination-bullets.swiper-pagination-horizontal {
    width: 60%;
}

.product-swiper .swiper-pagination-btns .button-next {
    margin-right: 5px;
}

.product-swiper .swiper-button-disabled svg {
    opacity: 0.3;
}

.swiper-button-disabled {
    opacity: 0.6
}

.article-title {
    padding-top: 50px;
    padding-bottom: 32px;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
}

.article-title br {
    display: none;
}

.article-wrapper {
    display: flex;
    gap: 12px;
}

.article-item {
    display: flex;
    flex-direction: column;
    flex: 1;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
}

.article-info {
    padding: 39px;
    box-sizing: border-box;
}

.article-tit {
    font-size: 20px;
    font-weight: 600;
    color: #404040;
    margin-bottom: 10px;
    text-align: center;
    line-height: 1.2;
}

.article-tit br {
    display: none;
}

.article-desc {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    color: #A3A3A3;
    text-align: center;
}

.footer-container {
    padding: 100px 0 112px;
    background: #FAFDFF;
    /* height: 420px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-container .footer-content {
    max-width: 1200px;
}

.footer-container .footer-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 16px;
}



.footer-container .footer-desc {
    color: #A3A3A3;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 14px;
}

.footer-container .footer-images {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 55px;
}

.footer-container .footer-images-m {
    display: none;
}


#sns_login .txt {
    text-align: center;
    display: block;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #000;
}

.sns-wrap-over .sns-kakao {
    background-position: center left 18px !important;
}

#sns_login h3 {
    display: none;
}

@media (max-width: 1440px) {
    .garmin-main .banner-container{
        height: calc(100vh - 106px);
    }
    .slide1 .logo {
        margin-bottom: 30px;
    }

    .slide1 .text-img {
        width: 405px;
    }

    .slide1 .person-img {
        height: 550px;
    }

    .garmin-main-b .slide1 .person-img {
        height: 520px;
    }

    .garmin-main-b .slide1 .logo {
        margin-bottom: 30px;
    }

    .garmin-main-b .banner-container {
         height: calc(100vh - 106px);
    }

}

@media (max-width: 999px) {
    .footer-container {
        /* height: 316px; */
    }

    .footer-container .footer-content {
        width: 90%;
    }

    .footer-container .footer-title {
        font-size: 22px;
        margin-bottom: 12px;
    }

    .footer-container .footer-desc {
        width: 306px;
        font-size: 14px;
        margin: 0 auto 12px;
    }

    .footer-container .footer-images {
        gap: 20px 35px;
    }

    .garmin-main .banner-container {
        /* min-height: auto; */
        height: 750px;
    }

    .garmin-main .banner-container .swiper-slide {
        /* min-height: auto; */
    }


    .slide1 .content {
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        flex-direction: column;
        z-index: 10;
    }

    .slide1 .top {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .slide1 .logo {
        margin-top: 50px;
        width: 210px;
        margin-bottom: 15px;
    }

    .slide1 .text-img {
        display: none;
    }

    .slide1 .text-img-m {
        width: 300px;
        display: block;
    }

    .slide1 .info {
        display: flex;
        flex-direction: column;
        align-self: center;
        justify-content: space-between;
        width: 100%;
        height: 100%;
        margin-bottom: 0px;
    }

    .slide1 .footer {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        z-index: 11;
        height: 284px;
        background: linear-gradient(180deg, rgba(102, 102, 102, 0.00) 0%, rgba(51, 51, 51, 0.63) 50%, rgba(0, 0, 0, 0.90) 100%);
    }

    .slide1 .title {
        font-size: 32px;
        font-weight: 700;
        line-height: 1.3;
        color: #FFF;
        margin-bottom: 42px;
    }

    .slide1 .desc {
        color: #fff;
        font-size: 16px;
    }

    .slide1 .person-img {
        display: block;
        position: absolute;
        z-index: 10;
        bottom: 0;
        /* width: 100%; */
        height: 560px;
        /* height: auto; */
        align-self: center;
    }

    /* 方案b */

    .garmin-main-b .banner-container {
        height: 588px;
    }

    .garmin-main-b .slide1 .logo {
        display: none;
    }

    .garmin-main-b .slide1 .text-img-m {
        margin-top: 20px;
        width: 275px;
    }

    .garmin-main-b .slide1 .footer {
        justify-content: flex-start;
        background: linear-gradient(186deg, rgba(25, 42, 58, 0.00) 16.15%, rgba(25, 42, 58, 0.56) 46.94%, #192A3A 70.73%);
    }

    .garmin-main-b .footer .logo-m {
        display: block;
        width: 207px;
        margin-bottom: 20px;
        margin-top: 70px;
    }

    .garmin-main-b .slide1 .title {
        font-size: 32px;
        font-weight: 700;
        line-height: 1.3;
        margin-bottom: 12px;
    }

    .garmin-main-b .slide1 .btn {
        width: 284px;
        /* color: #0A0A0A; */
        font-size: 14px;
        font-weight: 400;
    }

    .garmin-main-b .slide1 .btn svg path {
        /* fill: #0A0A0A; */
    }

    .garmin-main-b .slide1 .desc {
        margin-top: 12px;
    }

    .garmin-main-b .slide1 .person-img {
        position: absolute;
        z-index: 10;
        bottom: 42px;
        width: 100%;
        /* height: 400px; */
        max-width: 400px;
        height: auto;
        align-self: center;
    }

    .product-title {
        padding-top: 64px;
        padding-bottom: 24px;
        font-size: 20px;
        font-weight: 600;
    }

    .product-wrapper {
        justify-content: center;
    }

    .product-card .product_gift_box {
        width: 300px;
    }

    .product-image {
        display: none;
    }

    .swiper-product-title {
        font-size: 20px;
        padding-bottom: 24px;
    }

    .product-swiper {
        /* width: 90%; */
        width: 386px;
    }

    .article-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .article-item {
        width: 384px;
    }

    .article-title br,
    .article-tit br {
        display: block;
    }

    .footer-container .footer-images {
        display: none;
    }

    .footer-container .footer-images-m {
        display: block;
        text-align: center;
    }


}


@media (max-width: 768px) {

    .garmin-main-b .banner-container {
        /* height: 500px; */
    }
    .garmin-main-b .container {
        background: linear-gradient(160deg, #D1E8F6 -4.79%, #F3FAFF 34.18%);
    }

    .slide1 .person-img {
          display: block;
        /* width: 100%; */
        height: 500px;
    }

    /* 登录 */
    .login-wrapper {
        padding-top: 64px;

    }

    .login-wrapper .mbskin_box {
        width: 90%;
        padding-bottom: 60px;
        border-bottom: 1px solid #CDCDCD;
    }

    .login-wrapper .btn_submit {
        width: 300px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #0A0A0A;
        background: #fff;
    }

    .login-wrapper .sns-wrap {
        width: 300px;
        margin: 0 auto;
    }

    .login-wrapper .asfrm_inner {
        text-align: center;
    }

    .login-wrapper .asfrm_inp {
        width: 300px;
        margin: 0 auto;
        border-radius: 4px;
    }

    .login-wrapper .login-title {
        display: flex;
        flex-direction: column;
        font-size: 32px;
    }

    .login-wrapper .login-sub-title {
        display: flex;
        flex-direction: column;
        font-size: 18px;
    }

    .login-wrapper .login-sub-title a {
        margin-left: 0;
    }

    /* 未订阅 */

    .subscribe-wrapper .not-subscribe {
        margin: 0 auto;
        width: 90%;
        padding-top: 64px;
        padding-bottom: 60px;
        border-bottom: 1px solid #CDCDCD;
    }


    .subscribe-wrapper .subscribe-title {
        font-weight: 700;
        margin-bottom: 32px;
    }

    .subscribe-wrapper .subscribe-sub-title {
        display: flex;
        flex-direction: column;
        font-size: 16px;
        margin-bottom: 158px;
    }

    .subscribe-wrapper .subscribe-btn {
        width: 295px;
        border: 1px solid rgba(10, 10, 10, 0.60);
        box-sizing: border-box;
        color: #0A0A0A;
        background: transparent;
        margin-bottom: 12px;
    }

    .subscribe-wrapper .subscribe-info {
        width: 295px;
        color: #9CA3AF;
    }

    .subscribe-wrapper .subscribe-info a {
        color: #9CA3AF;
    }

    .subscribe-wrapper .checkbox {
        display: block;
        width: 15px;
        height: 15px;
        margin-right: 10px;
    }

    /* 弹窗 */
    .dialog-wrapper .dialog-content {
        width: 90%;
        padding: 0 24px;
        box-sizing: border-box;
        height: 482px;
    }

    .dialog-wrapper .dialog-close {
        width: 14px;
        height: 14px;
    }

    .dialog-wrapper .dialog-title {
        width: 100%;
        font-size: 24px;
        margin-bottom: 12px;
    }

    .dialog-wrapper .dialog-text {
        font-size: 18px;
        margin-bottom: 63px;
    }

    .dialog-wrapper .dialog-btns {
        flex-direction: column;
        gap: 14px;
    }

    .dialog-wrapper .dialog-btn {
        width: 295px;
    }

    .dialog-wrapper .dialog-btn.confirm-btn {
        color: #fff;
        background: #0A0A0A;
    }

    /* 已订阅 */
    .subscribe-wrapper .subscribe {
        margin: 0 auto;
        width: 90%;
        padding-top: 64px;
        padding-bottom: 60px;
        border-bottom: 1px solid #CDCDCD;
    }

    .subscribe-wrapper .subscribe-desc {
        width: 255px;
        margin: 0 auto;
        text-align: left;
        font-size: 16px;
        color: #A3A3A3;
        line-height: 1.4;
    }

    .subscribe-wrapper .subscribe-detail-btn {
        width: 168px;
    }



    .product-wrapper .product-card {
        width: 90%;
    }

    .product-card .type-li {
        font-size: 12px;
    }

    .product-swiper {
        width: 90%;
    }

    .product-swiper .product-card {
        width: 100%;
    }

    .product-card .product-name {
        font-size: 18px;
    }

    /* article */
    .article-title {
        font-size: 22px;
    }

    .article-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .article-item {
        flex-direction: row-reverse;
        align-items: center;
        width: 90%;
    }

    .article-item img {
        width: 150px;
        height: 135px;
        max-width: none;
    }

    .article-info {
        padding: 22px;
    }

    .article-tit {
        font-size: 15px;
        font-weight: 600;
    }

    .article-desc {
        font-size: 14px;
    }

}

@media (max-width: 500px) {
    .slide1 .person-img{
        width: 100%;
        height: auto;
    }
}

@media (max-width: 450px) {
    .footer-container {
        padding: 50px 0 50px;
    }

    .footer-container .footer-images-m img:first-child {
        width: 330px;
    }

    .footer-container .footer-images-m img:last-child {
        margin-top: 12px;
        width: 250px;
    }
}


@media (max-width: 400px) {
    .slide1 .logo {
        margin-top: 50px;
        margin-bottom: 15px;
    }

    .slide1 .text-img-m {
        width: 300px;
        display: block;
    }

    /* article */
    .article-title {
        width: 228px;
        margin: 0 auto;
    }
}


@media (max-width: 375px) {
    .slide1 .logo {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .slide1 .text-img-m {
        width: 275px;
        display: block;
    }

    .slide1 .person-img {
        width: auto;
        height: 380px;
    }

    /* article */
    .article-title {
        font-size: 20px;
    }

    .article-info {
        padding: 14px;
    }

    .article-tit {
        font-size: 15px;
        font-weight: 600;
    }

    .article-desc {
        font-size: 13px;
    }

    .garmin-main-b .slide1 .text-img-m {
        margin-top: 30px;
    }

    .garmin-main-b .slide1 .person-img {
        bottom: 50px;
    }
}



@media (max-width: 350px) {
    .article-info {
        padding: 5px;
        
    }

    .article-tit{
        font-size: 14px;
    }
    .article-desc{
        font-size: 12px;
    }
    .subscribe-wrapper .subscribe-title{
        font-size: 30px;
    }
}