@charset "utf-8";

/*------------------------------------------------------------
------------------------------------------------------------*/
.main {
    padding-top: 195px;
    border-radius: 0 0 40px 40px;
    background: #fff;
}

.main .section01 {
    padding: 0 0 118px;
}

.main .section01 .inner {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}

.main .section01 .inner .shareBox {
    position: absolute;
    left: -96px;
    top: 157px;
    padding: 24px 12px;
    border-radius: 8px;
    background: #F8F8F8;
}

.main .section01 .inner .shareBox p {
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
}

.main .section01 .inner .shareBox li {
    margin-top: 24px;
}

.main .section01 .inner .shareBox li img {
    margin: 0 auto;
    display: block;
}

.main .section01 .inner .detailBox .title {
    margin-bottom: 42px;
    font-size: 48px;
    line-height: 1.2;
    text-align: center;
    white-space: pre-line;
}

.main .section01 .inner .detailBox .infoBox {
    margin-bottom: 40px;
    padding-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(34, 34, 34, 0.20);
}

.main .section01 .inner .detailBox .infoBox .info {
    display: flex;
    align-items: center;
    color: rgba(34, 34, 34, 0.5);
}

.main .section01 .inner .detailBox .infoBox .info .tag {
    padding: 0 8px;
    line-height: 35px;
    background: #F6F6F6;
}

.main .section01 .inner .detailBox .infoBox .info span {
    margin-right: 12px;
}

.main .section01 .inner .detailBox .infoBox .back a {
    width: 130px;
    display: flex;
    justify-content: center;
    line-height: 49px;
    border-radius: 30px;
    border: 1px solid #CCC;
}

.main .section01 .inner .detailBox .infoBox .back a span {
    padding-left: 30px;
    background: url("../images/news_detail/icon.png") no-repeat left center;
}

.main .section01 .inner .detailBox .infoBox .back a:hover {
    color: #fff;
    background: #222;
}

.main .section01 .inner .detailBox .infoBox .back a:hover span {
    background-image: url("../images/news_detail/icon_on.png");
}

.main .section01 .inner .detail p {
    margin-bottom: 28px;
    font-family: 'SourceHanSerifCNR';
    font-size: 20px;
}

.main .section01 .inner .detail p span {
    font-weight: bold;
}

.main .section01 .inner .detail p.note {
    margin: 40px 0 0;
}

.main .section01 .inner .detail .photo {
    margin: 40px 0;
}

.main .section01 .inner .detail .photo img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 40px;
}

.main .section02 {
    padding: 0 80px 160px;
}

.main .section02 .titleBox {
    margin-bottom: 40px;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 4px solid #222;
}

.main .section02 .titleBox .title {
    font-family: 'SourceHanSerifCNSB';
    font-size: 64px;
    line-height: 1.2;
}

.main .section02 .titleBox .arrows {
    display: flex;
}

.main .section02 .titleBox .arrows .arrow {
    margin-left: 8px;
    width: 48px;
    height: 48px;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid #000;
    border-radius: 50%;
    background-position: center center;
    transition: all 0.3s;
}

.main .section02 .titleBox .arrows .arrow img {
    width: 7px;
}

.main .section02 .titleBox .arrows .arrow:hover {
    background: #000 url("../images/product_detail/prev.png") no-repeat center center;
    background-size: 7px auto;
}

.main .section02 .titleBox .arrows .next:hover {
    background-image: url("../images/product_detail/next.png");
}

.main .section02 .titleBox .arrows .arrow:hover img {
    visibility: hidden;
}

.main .section02 .swiper-slide a {
    display: block;
}

.main .section02 .swiper-slide a .photo {
    margin-bottom: 22px;
    height: 320px;
    overflow: hidden;
    border-radius: 40px;
}

.main .section02 .swiper-slide a .photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all 0.3s;
}

.main .section02 .swiper-slide a:hover .photo img {
    transform: scale(1.1);
}

.main .section02 .swiper-slide a .name {
    margin-bottom: 48px;
    color: #111;
    font-size: 20px;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main .section02 .swiper-slide a .date {
    color: #999;
    background: url("../images/common/arrow13.png") no-repeat right center;
    background-size: 12px auto;
}

@media all and (max-width: 1499px) {}

@media all and (max-width: 1399px) {
    .main .section01 .inner {
        padding: 0 100px;
    }

    .main .section01 .inner .shareBox {
        left: 2px;
    }
}

@media all and (min-width: 768px) and (max-width: 1240px) {
    .main {
        padding-top: 188px;
        border-radius: 0 0 32px 32px;
    }

    .main .section01 {
        padding-bottom: 0;
    }

    .main .section01 .inner {
        padding: 0 40px 192px;
    }

    .main .section01 .inner .detailBox .title {
        margin-bottom: 46px;
        font-size: 40px;
    }

    .main .section01 .inner .detailBox .infoBox {
        margin-bottom: 48px;
        padding-bottom: 50px;
    }

    .main .section01 .inner .detailBox .infoBox .info {
        font-size: 28px;
    }

    .main .section01 .inner .detailBox .infoBox .info span {
        margin-right: 16px;
    }

    .main .section01 .inner .detailBox .infoBox .info span:last-child {
        margin-right: 0;
    }

    .main .section01 .inner .detailBox .infoBox .info .tag {
        padding: 0 16px;
        font-size: 24px;
        line-height: 52px;
    }

    .main .section01 .inner .detailBox .infoBox .back {
        display: none;
    }

    .main .section01 .inner .detail p {
        margin-bottom: 40px;
        font-size: 28px;
    }

    .main .section01 .inner .detail .photo {
        margin: 48px 0;
    }

    .main .section01 .inner .detail .photo img {
        width: 100%;
        height: auto;
        border-radius: 32px;
    }

    .main .section01 .inner .detail p.note {
        margin: 48px 0 0;
    }

    .main .section01 .inner .shareBox {
        padding: 16px 32px;
        bottom: 80px;
        top: auto;
        left: 40px;
        display: flex;
        align-items: center;
    }

    .main .section01 .inner .shareBox p {
        font-size: 28px;
    }

    .main .section01 .inner .shareBox ul {
        display: flex;
    }

    .main .section01 .inner .shareBox li {
        margin: 0 0 0 32px;
    }

    .main .section01 .inner .shareBox li img {
        width: auto;
        height: 32px;
    }

    .main .section02 {
        padding: 0 40px 120px;
    }

    .main .section02 .titleBox {
        margin-bottom: 48px;
        padding-bottom: 44px;
        border-width: 4px;
    }

    .main .section02 .titleBox .title {
        font-size: 56px;
    }

    .main .section02 .titleBox .arrows .arrow {
        margin-left: 8px;
        width: 64px;
        height: 64px;
        background-size: 10px auto !important;
    }

    .main .section02 .titleBox .arrows .arrow img {
        width: 10px;
    }

    .main .section02 .swiper-slide a .photo {
        margin-bottom: 16px;
        height: 244px;
        border-radius: 32px;
    }

    .main .section02 .swiper-slide a .name {
        margin-bottom: 48px;
        font-size: 28px;
    }

    .main .section02 .swiper-slide a .date {
        font-size: 24px;
        background-size: 18px auto;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .main {
        padding-top: 94px;
        border-radius: 0 0 16px 16px;
    }

    .main .section01 {
        padding-bottom: 0;
    }

    .main .section01 .inner {
        padding: 0 20px 96px;
    }

    .main .section01 .inner .detailBox .title {
        margin-bottom: 23px;
        font-size: 20px;
    }

    .main .section01 .inner .detailBox .infoBox {
        margin-bottom: 24px;
        padding-bottom: 25px;
    }

    .main .section01 .inner .detailBox .infoBox .info {
        font-size: 14px;
    }

    .main .section01 .inner .detailBox .infoBox .info span {
        margin-right: 8px;
    }

    .main .section01 .inner .detailBox .infoBox .info span:last-child {
        margin-right: 0;
    }

    .main .section01 .inner .detailBox .infoBox .info .tag {
        padding: 0 8px;
        font-size: 12px;
        line-height: 26px;
    }

    .main .section01 .inner .detailBox .infoBox .back {
        display: none;
    }

    .main .section01 .inner .detail p {
        margin-bottom: 20px;
        font-size: 14px;
    }

    .main .section01 .inner .detail .photo {
        margin: 24px 0;
    }

    .main .section01 .inner .detail .photo img {
        width: 100%;
        height: auto;
        border-radius: 16px;
    }

    .main .section01 .inner .detail p.note {
        margin: 24px 0 0;
    }

    .main .section01 .inner .shareBox {
        padding: 8px 16px;
        bottom: 40px;
        top: auto;
        left: 20px;
        display: flex;
        align-items: center;
    }

    .main .section01 .inner .shareBox p {
        font-size: 14px;
    }

    .main .section01 .inner .shareBox ul {
        display: flex;
    }

    .main .section01 .inner .shareBox li {
        margin: 0 0 0 16px;
    }

    .main .section01 .inner .shareBox li img {
        width: auto;
        height: 16px;
    }

    .main .section02 {
        padding: 0 20px 60px;
    }

    .main .section02 .titleBox {
        margin-bottom: 24px;
        padding-bottom: 22px;
        border-width: 2px;
    }

    .main .section02 .titleBox .title {
        font-size: 28px;
    }

    .main .section02 .titleBox .arrows .arrow {
        margin-left: 4px;
        width: 32px;
        height: 32px;
        background-size: 5px auto !important;
    }

    .main .section02 .titleBox .arrows .arrow img {
        width: 5px;
    }

    .main .section02 .swiper-slide a .photo {
        margin-bottom: 8px;
        height: 122px;
        border-radius: 16px;
    }

    .main .section02 .swiper-slide a .name {
        margin-bottom: 24px;
        font-size: 14px;
    }

    .main .section02 .swiper-slide a .date {
        font-size: 12px;
        background-size: 9px auto;
    }
}

@media all and (min-width: 1241px) {}