/* main */
.container.main .cont-area {
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

@media screen and (max-width: 1024px) {
    .container.main .cont-area {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .container.main .cont-area {
        padding-left: 12px;
        padding-right: 12px;
    }
}

.container.main .cont-area .tit-wrap {
    margin-bottom: 65px;
}

@media screen and (max-width: 767px) {
    .container.main .cont-area .tit-wrap {
        margin-bottom: 30px;
    }
}

.container.main .cont-area .tit-wrap .tit {
    font-size: 38px;
    line-height: 46px;
    font-weight: 900;
    letter-spacing: -2px;
}

@media screen and (max-width: 767px) {
    .container.main .cont-area .tit-wrap .tit {
        font-size: 28px;
        line-height: 32px;
        letter-spacing: -1.5px;
    }
}

.container.main .cont-area .tit-wrap .tit small {
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: -1px;
}

@media screen and (max-width: 767px) {
    .container.main .cont-area .tit-wrap .tit small {
        font-size: 16px;
        line-height: 22px;
        transform: skew(-0.05deg);
    }
}

.container.main .cont-area .tit-wrap .desc {
    margin-top: 15px;
    color: #888;
    font-size: 18px;
    line-height: 26px;
    transform: skew(-0.05deg);
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .container.main .cont-area .tit-wrap .desc {
        font-size: 16px;
        line-height: 24px;
    }
}

.container.main .main-visual {
    position: relative;
}

.container.main .main-visual .swiper-slide {
    position: relative;
}

.container.main .main-visual .swiper-slide .pc-img {
    display: block;
    /*padding-top: 35.9375%;*/
	padding-top: 39.10%; /* 1080 / 1920 = 0.5625 -> 56.25% */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media screen and (max-width: 767px) {
    .container.main .main-visual .swiper-slide .pc-img {
        display: none;
    }
}

.container.main .main-visual .swiper-slide .m-img {
    display: none;
   /* padding-top: 125%;*/
   	padding-top: 100%; /* Maintain the same aspect ratio for mobile */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media screen and (max-width: 767px) {
    .container.main .main-visual .swiper-slide .m-img {
        display: block;
    }
}

.container.main .main-visual .swiper-slide .slide-cont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1440px;
    padding: 0 20px;
    color: #fff;
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .container.main .main-visual .swiper-slide .slide-cont {
        top: 20%;
        left: 0;
        transform: translate(0);
        padding: 0 12px;
    }
}

.container.main .main-visual .swiper-slide .slide-cont .tit {
    font-size: 48px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -2px;
    text-shadow: 3px 4px 5px rgba(102, 102, 102, 0.75);
}

@media screen and (max-width: 767px) {
    .container.main .main-visual .swiper-slide .slide-cont .tit {
        font-size: 30px;
        letter-spacing: -1px;
    }
}

.container.main .main-visual .swiper-slide .slide-cont .desc {
    margin-top: 16px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: -0.5px;
    text-shadow: 3px 4px 5px rgba(102, 102, 102, 0.75);
}

@media screen and (max-width: 767px) {
    .container.main .main-visual .swiper-slide .slide-cont .desc {
        font-size: 16px;
        line-height: 23px;
        letter-spacing: -0.3px;
        transform: skew(-0.05deg);
        font-weight: 500;
    }
}

.container.main .main-visual .swiper-control {
    position: absolute;
    top: 71.014493%;
    left: 50%;
    width: 100%;
    max-width: 1440px;
    padding: 0 20px;
    transform: translateX(-50%);
    font-size: 0;
    z-index: 10;
}

.container.main .main-visual .swiper-control > div {
    display: inline-block;
    vertical-align: middle;
}

.container.main .main-visual .swiper-control .swiper-btn {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
}

.container.main .main-visual .swiper-control .swiper-btn::before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    border: 3px solid #666;
    border-top: none;
    border-right: none;
}

.container.main .main-visual .swiper-control .swiper-btn.prev::before {
    transform: rotate(45deg);
    margin-left: -5px;
}

.container.main .main-visual .swiper-control .swiper-btn.next {
    margin-left: 25px;
}

@media screen and (max-width: 767px) {
    .container.main .main-visual .swiper-control .swiper-btn.next {
        margin-left: 10px;
    }
}

.container.main .main-visual .swiper-control .swiper-btn.next::before {
    transform: rotate(-135deg);
    margin-left: -10px;
}

.container.main .main-visual .swiper-control .swiper-pagination {
    position: relative;
    left: auto;
    bottom: auto;
    width: auto;
    margin-left: 15px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .container.main .main-visual .swiper-control .swiper-pagination {
        font-size: 14px;
        line-height: 22px;
    }
}

.container.main .section00 {
    padding:70px 0;
}

.container.main .section00 .cont-area {
    text-align:center;
}

.container.main .section00 .tit {
    margin-bottom:20px;
}

.container.main .section00 .flex-form {
    display:flex;
    max-width:1000px;
    margin:0 auto;
}

.container.main .section00 .flex-form .col {
    flex:1;
    display:flex;
    align-items:center;
    margin-left:20px;
}

.container.main .section00 .flex-form .col:first-child {
    margin-left:0;
}

.container.main .section00 .flex-form .col p {
    margin-right:10px;
    font-size:18px;
    font-weight:700;
    white-space:nowrap;
}

.container.main .section00 .bottom {
    display:flex;
    align-items:center;
    justify-content:center;
    margin-top:20px;
}

.container.main .section00 .bottom p {
    font-size:16px;
    margin-right:20px;
    transform:skew(-0.05deg);
    font-weight:700;
}

.container.main .section00 .btn {
    width:250px;
    height:60px;
    margin-top:50px;
    line-height:58px;
    font-size:18px;
    font-weight:700;
}

@media screen and (max-width: 767px) {
    .container.main .section00 {
        padding:35px 0;
    }

    .container.main .section00 .flex-form {
        display:block;
    }

    .container.main .section00 .flex-form .col {
        margin-left:0;
        margin-top:10px;
    }

    .container.main .section00 .flex-form .col p {
        width:70px;
        font-size:14px;
        text-align:left;
        transform:skew(-0.05deg);
    }

    .container.main .section00 .bottom {
        display:block;
    }

    .container.main .section00 .bottom p {
        margin-bottom:10px;
        font-size:14px;
        line-height:22px;
        margin-right:0;
    }

    .container.main .section00 .btn {
        margin-top:20px;
        width:100%;
        height:50px;
        line-height:48px;
        font-size:16px;
    }
}

.container.main .section01 {
    background: #f5f5f5;
    padding: 70px 0;
}

@media screen and (max-width: 767px) {
    .container.main .section01 {
        padding: 35px 0;
    }
}

.container.main .section01 .cont-area::after {
    content: " ";
    display: block;
    clear: both;
}

.container.main .section01 .cont-area .tit-wrap {
    float: left;
    width: 29.285714%;
    padding-right: 10px;
    padding-top: 65px;
}

@media screen and (max-width: 1024px) {
    .container.main .section01 .cont-area .tit-wrap {
        float: none;
        width: 100%;
        padding-right: 0;
        padding-top: 0;
        text-align: center;
    }
}

.container.main .section01 .cont-area .pkg-thumb-wrap {
    position: relative;
    margin-left: 29.285714%;
}

@media screen and (max-width: 1024px) {
    .container.main .section01 .cont-area .pkg-thumb-wrap {
        margin-left: 0;
    }
}

.container.main .section01 .cont-area .pkg-thumb-wrap .btn-control {
    position: absolute;
    top: calc((100% + 55px) / 2);
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background: #fff;
    border-radius: 50%;
    z-index: 10;
}

.container.main .section01 .cont-area .pkg-thumb-wrap .btn-control::after {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    border: 2px solid #333;
    border-top: none;
    border-left: none;
}

.container.main .section01 .cont-area .pkg-thumb-wrap .btn-control.prev {
    left: -20px;
}

@media screen and (max-width: 767px) {
    .container.main .section01 .cont-area .pkg-thumb-wrap .btn-control.prev {
        left: 10px;
    }
}

.container.main .section01 .cont-area .pkg-thumb-wrap .btn-control.prev::after {
    transform: rotate(135deg);
    margin-left: -4px;
}

.container.main .section01 .cont-area .pkg-thumb-wrap .btn-control.next {
    left: calc(100% / 3);
    margin-left: -20px;
}

@media screen and (max-width: 767px) {
    .container.main .section01 .cont-area .pkg-thumb-wrap .btn-control.next {
        left: auto;
        right: 10px;
        margin-left: 0;
    }
}

.container.main .section01 .cont-area .pkg-thumb-wrap .btn-control.next::after {
    transform: rotate(-45deg);
    margin-left: -8px;
}

.container.main .section01 .cont-area .pkg-thumb-wrap .swiper-wrapper {
    display: flex;
}

.container.main .section01 .cont-area .pkg-thumb-wrap .swiper-slide {
    display: flex;
    position: relative;
    padding-top: 55px;
}

.container.main .section01 .cont-area .pkg-thumb-wrap .swiper-slide.swiper-slide-active {
    padding-left: 0;
}

.container.main .section01 .cont-area .pkg-thumb-wrap .swiper-slide.swiper-slide-active .num {
    color: #3bc0cc;
    transform: translateX(0);
}

.container.main .section01 .cont-area .pkg-thumb-wrap .swiper-slide.swiper-slide-active a.inner {
    transform: scale(1);
    opacity: 1;
}

.container.main .section01 .cont-area .pkg-thumb-wrap .swiper-slide.swiper-slide-active a.inner::before,
.container.main .section01 .cont-area .pkg-thumb-wrap .swiper-slide.swiper-slide-active a.inner .cont {
    opacity: 1;
}

.container.main .section01 .cont-area .pkg-thumb-wrap .swiper-slide.swiper-slide-active a.inner .cont .pkg-desc {
    opacity: 1;
}

.container.main .section01 .cont-area .pkg-thumb-wrap .swiper-slide.swiper-slide-active a.inner .cont .pkg-price {
    opacity: 1;
}

.container.main .section01 .cont-area .pkg-thumb-wrap .swiper-slide.swiper-slide-active a.inner .cont .pkg-sale-price {
    opacity: 1;
}

.container.main .section01 .cont-area .pkg-thumb-wrap .swiper-slide .num {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 45px;
    line-height: 1;
    font-weight: 700;
    color: #ccc;
    transform: translateX(9%);
}

.container.main .section01 .cont-area .pkg-thumb-wrap .swiper-slide a.inner {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.5;
    transition: transform 0.3s ease-in-out;
    transform: scale(0.91);
    transform-origin: center right;
}

.container.main .section01 .cont-area .pkg-thumb-wrap .swiper-slide a.inner::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.75);
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 1024px) {
    .container.main .section01 .cont-area .pkg-thumb-wrap .swiper-slide a.inner::before {
        background: rgba(0, 0, 0, 0.5);
    }
}

.container.main .section01 .cont-area .pkg-thumb-wrap .swiper-slide a.inner .cont {
    position: absolute;
    top: 50%;
    left: 12px;
    right: 12px;
    transform: translateY(-50%);
    color: #fff;
    text-align: center;
    transition: all 0.2s ease-in-out;
}

.container.main .section01 .cont-area .pkg-thumb-wrap .swiper-slide a.inner .cont .pkg-name {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 18px;
    font-size: 22px;
    line-height: 1;
}

.container.main .section01 .cont-area .pkg-thumb-wrap .swiper-slide a.inner .cont .pkg-name::after {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50px;
    height: 1px;
    margin-left: -25px;
    background: #fff;
}

.container.main .section01 .cont-area .pkg-thumb-wrap .swiper-slide a.inner .cont .pkg-desc {
    font-size: 18px;
    line-height: 26px;
    transform: skew(-0.05deg);
    opacity: 0;
}

@media screen and (max-width: 767px) {
    .container.main .section01 .cont-area .pkg-thumb-wrap .swiper-slide a.inner .cont .pkg-desc {
        font-size: 16px;
        line-height: 24px;
    }
}

.container.main .section01 .cont-area .pkg-thumb-wrap .swiper-slide a.inner .cont .pkg-price {
    opacity: 0;
}

.container.main .section01 .cont-area .pkg-thumb-wrap .swiper-slide a.inner .cont .pkg-price span {
    display: inline-block;
    position: relative;
    padding: 0 10px;
    font-size: 18px;
    line-height: 26px;
    transform: skew(-0.05deg);
    vertical-align: top;
}

@media screen and (max-width: 767px) {
    .container.main .section01 .cont-area .pkg-thumb-wrap .swiper-slide a.inner .cont .pkg-price span {
        font-size: 16px;
        line-height: 24px;
    }
}

.container.main .section01 .cont-area .pkg-thumb-wrap .swiper-slide a.inner .cont .pkg-price span::after {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    margin-top: -2px;
    background: #fff;
}

.container.main .section01 .cont-area .pkg-thumb-wrap .swiper-slide a.inner .cont .pkg-sale-price {
    margin-top: 10px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    color: #3bc0cc;
    opacity: 0;
}

.container.main .section02 {
    padding: 110px 0;
}

@media screen and (max-width: 767px) {
    .container.main .section02 {
        padding: 35px 0;
    }
}

.container.main .section02 .cont-area {
    overflow: hidden;
}

.container.main .section02 .col-wrap {
    display: flex;
    margin-left: -60px;
}

@media screen and (max-width: 1024px) {
    .container.main .section02 .col-wrap {
        flex-wrap: wrap;
        margin-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .container.main .section02 .col-wrap {
        flex-direction: column;
    }
}

.container.main .section02 .col-wrap .col {
    position: relative;
    width: 30%;
    padding: 0 60px;
}

@media screen and (min-width: 768px) {
    .container.main .section02 .col-wrap .col::before {
        content: ' ';
        position: absolute;
        left: 0;
        top: 10px;
        bottom: 0;
        width: 1px;
        background: #ddd;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .container.main .section02 .col-wrap .col:first-child {
        padding-left: 0;
    }
}

@media screen and (min-width: 768px) {
    .container.main .section02 .col-wrap .col:first-child::before {
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .container.main .section02 .col-wrap .col:nth-child(2) {
        padding-right: 0;
    }
}

@media screen and (min-width: 768px) {
    .container.main .section02 .col-wrap .col:last-child {
        width: 37.671233%;
        min-width: 455px !important;
        padding-right: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .container.main .section02 .col-wrap .col:last-child {
        width: 100%;
        margin-top: 30px;
        padding: 0;
        padding-top: 30px;
        border-top: 1px solid #ddd;
    }
    .container.main .section02 .col-wrap .col:last-child::before {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .container.main .section02 .col-wrap .col {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .container.main .section02 .col-wrap .col {
        width: auto;
        margin: 20px -12px 0;
        padding: 20px 12px 0;
        border-top: 1px solid #ddd;
    }
    .container.main .section02 .col-wrap .col:first-child {
        margin-top: 0;
        padding-top: 0;
        border-top: none;
    }
}

.container.main .section02 .col-wrap .col .tit {
    margin-bottom: 45px;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: -0.3px;
    line-height: 1 !important;
    font-weight: 900;
}

@media screen and (max-width: 767px) {
    .container.main .section02 .col-wrap .col .tit {
        font-size: 15px;
        line-height: 23px;
        transform: skew(-0.05deg);
    }
}

.container.main .section02 .col-wrap .col .tit.type2 {
    margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
    .container.main .section02 .col-wrap .col .tit {
        margin-bottom: 20px;
    }
    .container.main .section02 .col-wrap .col .tit.type2 {
        margin-bottom: 20px;
    }
}

.container.main .section02 .col-wrap .col .link {
    display: block;
}

.container.main .section02 .col-wrap .col .link .link-tit {
    font-size: 17px;
    line-height: 25px;
    letter-spacing: -0.3px;
    line-height: 1 !important;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .container.main .section02 .col-wrap .col .link .link-tit {
        font-size: 15px;
        line-height: 23px;
        transform: skew(-0.05deg);
    }
}

.container.main .section02 .col-wrap .col .link .link-desc {
    margin-top: 10px;
    color: #888;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: -0.3px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 767px) {
    .container.main .section02 .col-wrap .col .link .link-desc {
        font-size: 15px;
        line-height: 23px;
        transform: skew(-0.05deg);
    }
}

.container.main .section02 .col-wrap .col .link .date {
    margin-top: 20px;
    color: #888;
    font-size: 14px;
    line-height: 22px;
    transform: skew(-0.05deg);
}

@media screen and (max-width: 767px) {
    .container.main .section02 .col-wrap .col .link .date {
        font-size: 13px;
    }
}

.container.main .section02 .col-wrap .col .link-list {
    display: flex;
    justify-content: space-between;
}

.container.main .section02 .col-wrap .col .link-list li {
    width: 31%;
}

.container.main .section02 .col-wrap .col .link-list li:first-child {
    margin-left: 0;
}

.container.main .section02 .col-wrap .col .link-list li a, .container.main .section02 .col-wrap .col .link-list li span {
    display: block;
    height: 100%;
    padding: 15px 10px 20px;
    border: 1px solid #ddd;
    text-align: center;
    white-space: nowrap;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
}

@media screen and (max-width: 767px) {
    .container.main .section02 .col-wrap .col .link-list li a, .container.main .section02 .col-wrap .col .link-list li span {
        font-size: 14px;
        line-height: 22px;
    }
}

.container.main .section02 .col-wrap .col .link-list li a::before, .container.main .section02 .col-wrap .col .link-list li span::before {
    content: ' ';
    display: block;
    width: 70px;
    height: 70px;
    margin: 0 auto 10px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 0;
}

.container.main .section02 .col-wrap .col .link-list li a.link1::before, .container.main .section02 .col-wrap .col .link-list li span.link1::before {
    background-image: url("/images/icon/icon-hover01.png");
}

.container.main .section02 .col-wrap .col .link-list li a.link2::before, .container.main .section02 .col-wrap .col .link-list li span.link2::before {
    background-image: url("/images/icon/icon-hover02.png");
}

.container.main .section02 .col-wrap .col .link-list li a.link3::before, .container.main .section02 .col-wrap .col .link-list li span.link3::before {
    background-image: url("/images/icon/icon-hover03.png");
}

.container.main .section02 .col-wrap .col .link-list li a:hover, .container.main .section02 .col-wrap .col .link-list li span:hover {
    background: #3bc0cc;
    border-color: #3bc0cc;
    color: #fff;
}

.container.main .section02 .col-wrap .col .link-list li a:hover::before, .container.main .section02 .col-wrap .col .link-list li span:hover::before {
    background-position: 0 bottom;
}

.container.main .section02-2 {
    padding-bottom:110px;
}

.container.main .section02-2 .tit-wrap {
    text-align:center;
}

.container.main .section02-2 .product-list-wrap {
    overflow: hidden;
}

.container.main .section02-2 .product-list-wrap .lists {
    display: flex;
    flex-wrap: wrap;
    margin-top: -4.285714%;
    margin-left: -2.142857%;
}

@media screen and (max-width: 767px) {
    .container.main .section02-2 {
        padding:35px 0;
    }

    .container.main .section02-2 .product-list-wrap .lists {
        margin-top: -15px;
        margin-left: -10px;
    }
}

.container.main .section02-2 .product-list-wrap .lists li {
    width: 25%;
    margin-top: 4.195804%;
    padding-left: 2.097902%;
}

@media screen and (max-width: 767px) {
    .container.main .section02-2 .product-list-wrap .lists li {
        width: 50%;
        margin-top: 15px;
        padding-left: 10px;
    }
}

.container.main .section02-2 .product-list-wrap .lists .inner {
    display: block;
    position: relative;
    height: 100%;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
    overflow: hidden;
    transition: border-color .2s, box-shadow .2s;
}

.container.main .section02-2 .product-list-wrap .lists .inner:hover {
    border-color: #cbd5e1;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.1);
}

.container.main .section02-2 .product-list-wrap .lists .inner .thumb {
    display: block;
    padding-top: 62.5%;
    background-color: #e5e7eb;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.container.main .section02-2 .product-list-wrap .lists .inner .info {
    padding: 16px;
    padding-bottom: 58px;
}

@media screen and (max-width: 767px) {
    .container.main .section02-2 .product-list-wrap .lists .inner .info {
        padding: 12px;
        padding-bottom: 54px;
    }
}

.container.main .section02-2 .product-list-wrap .lists .inner .info .name {
    font-size: 18px;
    line-height: 26px;
    transform: skew(-0.05deg);
    font-weight: 900;
    color: #111827;
}

@media screen and (max-width: 767px) {
    .container.main .section02-2 .product-list-wrap .lists .inner .info .name {
        font-size: 16px;
        line-height: 24px;
    }
}

.container.main .section02-2 .product-list-wrap .lists .inner .info .desc {
    min-height: 40px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
    transform: skew(-0.05deg);
    color: #6b7280;
}

@media screen and (max-width: 767px) {
    .container.main .section02-2 .product-list-wrap .lists .inner .info .desc {
        font-size: 13px;
    }
}

.container.main .section02-2 .product-list-wrap .lists .inner .info .product-actions {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.container.main .section02-2 .product-list-wrap .lists .inner .info .price {
    flex: 1 1 auto;
    min-width: 0;
    color: #3bc0cc;
    font-size: 18px;
    line-height: 26px;
    transform: skew(-0.05deg);
    font-weight: 700;
}

.container.main .section02-2 .product-list-wrap .lists .inner .info .reserve-link {
    flex: 0 0 auto;
    display: inline-block;
    padding: 6px 13px;
    border: 1px solid #3bc0cc;
    border-radius: 999px;
    background: #3bc0cc;
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    transform: skew(-0.05deg);
}

.container.main .section02-2 .product-list-wrap .lists .inner .info .reserve-link:hover,
.container.main .section02-2 .product-list-wrap .lists .inner .info .reserve-link:active {
    background: #fff;
    color: #3bc0cc;
}

@media screen and (max-width: 767px) {
    .container.main .section02-2 .product-list-wrap .lists .inner .info .price {
        font-size: 16px;
        line-height: 24px;
    }

    .container.main .section02-2 .product-list-wrap .lists .inner .info .reserve-link {
        padding: 5px 10px;
        font-size: 12px;
        line-height: 17px;
    }
}

@media screen and (max-width: 767px) {
    .container.main .section02-2 .product-list-wrap .lists .inner .info .product-actions {
        left: 12px;
        bottom: 12px;
        right: 12px;
        gap: 8px;
    }
}

.container.main .section03 {
    padding-bottom: 110px;
}

@media screen and (max-width: 767px) {
    .container.main .section03 {
        padding: 35px 0;
    }
}

.container.main .section03 .tit-wrap {
    text-align: center;
}

.container.main .section03 .photo-slider {
    position: relative;
    padding: 0 60px 50px;
}

@media screen and (max-width: 767px) {
    .container.main .section03 .photo-slider {
        padding: 0 12px 30px;
    }
}

.container.main .section03 .photo-slider .swiper-slide a {
    display: block;
    position: relative;
    padding-top: 124.137931%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.container.main .section03 .photo-slider .swiper-slide a:hover::before,
.container.main .section03 .photo-slider .swiper-slide a:hover span {
    opacity: 1;
}

.container.main .section03 .photo-slider .swiper-slide a::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.container.main .section03 .photo-slider .swiper-slide a span {
    position: absolute;
    top: 50%;
    left: 12px;
    right: 12px;
    text-align: center;
    transform: translateY(-50%);
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 767px) {
    .container.main .section03 .photo-slider .swiper-slide a span {
        font-size: 18px;
        line-height: 26px;
    }
}

.container.main .section03 .photo-slider .swiper-slide a span::after {
    content: ' ';
    display: block;
    width: 32px;
    height: 32px;
    margin: 12px auto 0;
    border-radius: 50%;
    background: #3bc0cc;
}

.container.main .section03 .photo-slider .swiper-slide a span::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 10px;
    height: 10px;
    margin-bottom: 10px;
    margin-left: -6px;
    border: 3px solid #fff;
    border-left: none;
    border-bottom: none;
    transform: rotate(45deg);
}

.container.main .section03 .photo-slider .swiper-pagination {
    bottom: 0;
    left: 0;
    right: 0;
}

.container.main .section03 .photo-slider .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 13px;
    background: #ddd;
    opacity: 1;
}

@media screen and (max-width: 767px) {
    .container.main .section03 .photo-slider .swiper-pagination .swiper-pagination-bullet {
        margin: 0 6px;
    }
}

.container.main .section03 .photo-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #3bc0cc;
}

.container.main .section03 .photo-slider .swiper-controls .swiper-btn {
    position: absolute;
    top: calc((100% - 50px) / 2);
    transform: translateY(-50%);
}

.container.main .section03 .photo-slider .swiper-controls .swiper-btn.prev {
    left: 0;
}

@media screen and (max-width: 767px) {
    .container.main .section03 .photo-slider .swiper-controls .swiper-btn.prev {
        left: -8px;
    }
}

.container.main .section03 .photo-slider .swiper-controls .swiper-btn.next {
    right: 0;
}

@media screen and (max-width: 767px) {
    .container.main .section03 .photo-slider .swiper-controls .swiper-btn.next {
        right: -8px;
    }
}

.container.main .section04 {
    padding-bottom: 110px;
}

@media screen and (max-width: 767px) {
    .container.main .section04 {
        padding: 35px 0;
    }
}

.container.main .section04 .tit-wrap {
    text-align: center;
}

.container.main .section04 .tit-wrap .tit::before, .container.main .section04 .tit-wrap .tit::after {
    content: ' ';
    display: inline-block;
    vertical-align: top;
    width: 22px;
    height: 16px;
    margin: 3px 4px 0;
    background: url("/images/bg/bg-qt.png") no-repeat;
}

.container.main .section04 .tit-wrap .tit::after {
    transform: rotate(180deg);
}

.container.main .section04 .gallery-wrap {
    position: relative;
    width: 100%;
    padding-top: 67.928571%;
}

.container.main .section04 .gallery-wrap .box {
    position: absolute;
    width: 32.142857%;
    padding-top: 21.428571%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

@media screen and (min-width: 1025px) {
    .container.main .section04 .gallery-wrap .box:hover::before,
    .container.main .section04 .gallery-wrap .box:hover span {
        opacity: 1;
    }
}

.container.main .section04 .gallery-wrap .box::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.container.main .section04 .gallery-wrap .box span {
    position: absolute;
    top: 50%;
    left: 12px;
    right: 12px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 767px) {
    .container.main .section04 .gallery-wrap .box span {
        font-size: 18px;
        line-height: 26px;
    }
}

.container.main .section04 .gallery-wrap .box span em {
    display: block;
    font-size: 18px;
    line-height: 26px;
    transform: skew(-0.05deg);
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .container.main .section04 .gallery-wrap .box span em {
        font-size: 16px;
        line-height: 24px;
    }
}

.container.main .section04 .gallery-wrap .box span::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 10px;
    height: 10px;
    margin-bottom: 11px;
    margin-left: -7px;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    transform: rotate(-45deg);
}

.container.main .section04 .gallery-wrap .box span::after {
    content: ' ';
    display: block;
    margin: 15px auto 0;
    width: 32px;
    height: 32px;
    border: 1px solid #fff;
    border-radius: 50%;
}

.container.main .section04 .gallery-wrap .box.video::after {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 75px;
    height: 75px;
    margin-left: -37px;
    margin-top: -37px;
    background: url("/images/bg/bg-play.png") center no-repeat;
    background-size: 100%;
    opacity: 1;
    transition: all 0.2s ease-in-out;
}

.container.main .section04 .gallery-wrap .box.video:hover::after {
    opacity: 0;
}

.container.main .section04 .gallery-wrap .box.pst1 {
    top: 0;
    left: 0;
}

.container.main .section04 .gallery-wrap .box.pst2 {
    top: 34.174553%;
    left: 0;
}

.container.main .section04 .gallery-wrap .box.pst3 {
    top: 0;
    right: 0;
    width: 66.071429%;
    padding-top: 44.642857%;
}

.container.main .section04 .gallery-wrap .box.pst4 {
    bottom: 0;
    left: 0;
}

.container.main .section04 .gallery-wrap .box.pst5 {
    bottom: 0;
    left: 33.928571%;
}

.container.main .section04 .gallery-wrap .box.pst6 {
    bottom: 0;
    right: 0;
}

.container.main .section04 .video-lists {
    overflow: hidden;
}

.container.main .section04 .video-lists ul.lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:-1.785714%;
}

.container.main .section04 .video-lists ul.lists li {
    width: 32.142857%;
    margin-top: 1.785714%;
}

.container.main .section04 .video-lists ul.lists li .video {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
}

.container.main .section04 .video-lists ul.lists li .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1025px) {
    .container.main .section04 .video-lists ul.lists {
        margin-top:-2%;
    }

    .container.main .section04 .video-lists ul.lists li {
        width:49%;
        margin-top:2%;
    }
}

@media screen and (max-width: 767px) {
    .container.main .section04 .video-lists ul.lists li {
        width:100%;
    }
}

.container.main .section05 {
    padding-bottom:110px;
}

.container.main .section05 .tit-wrap {
    text-align:center;
}

@media screen and (max-width: 767px) {
    .container.main .section05 {
        padding:35px 0;
    }
}

.container.main .section05 .naver-blog-lists li {
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    .container.main .section05 .naver-blog-lists li {
        margin-top: 10px;
    }
}

.container.main .section05 .naver-blog-lists li:first-child {
    margin-top: 0;
}

.container.main .section05 .naver-blog-lists li a.inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ddd;
    padding: 40px;
    padding-right: 31.473534%;
}

@media screen and (max-width: 767px) {
    .container.main .section05 .naver-blog-lists li a.inner {
        padding: 20px 12px;
    }
}

.container.main .section05 .naver-blog-lists li a.inner .info {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .container.main .section05 .naver-blog-lists li a.inner .info {
        order: 1;
    }
}

.container.main .section05 .naver-blog-lists li a.inner .info .thumb {
    display: block;
    width: 32px;
    height: 32px;
    margin-right: 10px;
    border: 1px solid #ddd;
    border-radius: 50%;
    overflow: hidden;
}

.container.main .section05 .naver-blog-lists li a.inner .info .thumb img {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .container.main .section05 .naver-blog-lists li a.inner .info .thumb {
        width: 24px;
        height: 24px;
    }
}

.container.main .section05 .naver-blog-lists li a.inner .info .writer {
    font-size: 16px;
    transform: skew(-0.05deg);
}

@media screen and (max-width: 767px) {
    .container.main .section05 .naver-blog-lists li a.inner .info .writer {
        max-width: 50%;
        font-size: 14px;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-break: keep-all;
        overflow: hidden;
    }
}

.container.main .section05 .naver-blog-lists li a.inner .info .date {
    color: #888;
    font-size: 16px;
    transform: skew(-0.05deg);
}

.container.main .section05 .naver-blog-lists li a.inner .info .date::before {
    content: ' ';
    display: inline-block;
    width: 1px;
    height: 10px;
    margin: 3px 10px 0;
    background: #eee;
    vertical-align: top;
}

@media screen and (max-width: 767px) {
    .container.main .section05 .naver-blog-lists li a.inner .info .date {
        font-size: 14px;
    }
    .container.main .section05 .naver-blog-lists li a.inner .info .date::before {
        height: 8px;
    }
}

.container.main .section05 .naver-blog-lists li a.inner .title {
    width: 100%;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 767px) {
    .container.main .section05 .naver-blog-lists li a.inner .title {
        font-size: 18px;
        line-height: 26px;
    }
}

@media screen and (max-width: 767px) {
    .container.main .section05 .naver-blog-lists li a.inner .title {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        order: 2;
    }
}

.container.main .section05 .naver-blog-lists li a.inner .desc {
    width: 100%;
    height: 48px;
    margin-top: 15px;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 767px) {
    .container.main .section05 .naver-blog-lists li a.inner .desc {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (max-width: 767px) {
    .container.main .section05 .naver-blog-lists li a.inner .desc {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        width: calc(100% - 100px);
        height: 88px;
        order: 3;
    }
}

.container.main .section05 .naver-blog-lists li a.inner .hashs {
    width: 100%;
    height: 34px;
    margin-top: 15px;
    font-size: 0;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .container.main .section05 .naver-blog-lists li a.inner .hashs {
        width: auto;
        height: auto;
        margin: 15px -12px 0;
        padding: 0 12px;
        overflow-x: auto;
        white-space: nowrap;
        order: 5;
    }
}

.container.main .section05 .naver-blog-lists li a.inner .hashs .hash {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    padding: 0 12px;
    background: #f5f5f5;
    border-radius: 4px;
    color: #666;
    font-size: 16px;
    line-height: 34px;
    transform: skew(-0.05deg);
}

@media screen and (max-width: 767px) {
    .container.main .section05 .naver-blog-lists li a.inner .hashs .hash {
        font-size: 14px;
        line-height: 28px;
    }
}

.container.main .section05 .naver-blog-lists li a.inner .imgs {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 188px;
    height: 128px;
    border-radius: 16px;
    overflow: hidden;
}

.container.main .section05 .naver-blog-lists li a.inner .imgs img {
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .container.main .section05 .naver-blog-lists li a.inner .imgs {
        width: 160px;
        height: 109px;
        border-radius: 4px;
    }
}

@media screen and (max-width: 767px) {
    .container.main .section05 .naver-blog-lists li a.inner .imgs {
        position: relative;
        top: auto;
        right: auto;
        order: 4;
        width: 88px;
        height: 88px;
        margin-top: 15px;
        margin-left: auto;
    }
    .container.main .section05 .naver-blog-lists li a.inner .imgs img {
        position: relative;
        left: 50%;
        width: auto;
        max-width: none;
        height: 100%;
        transform: translateX(-50%);
    }
} 
