#load {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.9;
    background: white;
    z-index: 99;
    text-align: center;
}

#load > img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    width: 80px;
}

/* main-sec1 */
@keyframes ani_call {
    0%, 50% {
        transform: rotate(0deg);
    }
    5%, 15%, 25%, 35%, 45% {
        transform: rotate(10deg);
    }
    10%, 20%, 30%, 40% {
        transform: rotate(-10deg);
    }
}
.m-sec1 {
    padding: 100px 0;
    box-sizing: border-box;
}
.m-tit-box {
    font-size: 0;
    margin-bottom: 54px;
}
.m-sub-tit {
    font-size: 20px;
    color: #666;
    letter-spacing: -0.5px;
    font-weight: 400;
    margin-left: 14px;
}
.m-tit-box > img {
    margin-right: 14px;
    animation: ani_call 2s linear infinite;

}
.m-sec1 .m-tit-box {
    margin-bottom: 35px;
}
.m-product .left {
    position: relative;
    width: 300px;
    margin-right: 55px;
    border: 1px solid #ddd;
    border-radius: 20px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}
.m-product > ul > li {
    font-size: 0;
    float: left;
    margin-right: 40px;
    margin-bottom: 50px;
}
.m-product > ul > li:nth-child(3),
.m-product > ul > li:nth-child(4) {
    margin-bottom: 0;
}
.m-product >ul > li:nth-child(even) {
    margin-right: 0;
}

.m-product .left a:hover {

}
.m-product .left img {
    width: 100%;
    border-radius: 20px;
}
.m-product .left figcaption {
    position: absolute;
    left: 14px;
    top: 16px;
    font-weight: 700;
    font-size: 15px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    border-radius: 100%;
    background-color: #009eff;
    text-align: center;
    font-family: "Poppins", sans-serif;
}
.m-product .left figure:hover .time-icon {
    opacity: 1;
}
.m-product2 .best figure:hover .time-icon {
    opacity: 1;
}
.time-icon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 35px;
    opacity: 0;
    transition: opacity .3s;
}
.time-icon a {
    display: inline-block;
    width: 52px;
    margin: 0 4px;

}
.m-product .right {
    display: inline-block;
    vertical-align: top;
    width: 255px;
}
.m-product .right .top {
    width: 192px;
    height: 40px;
    border-radius: 50px;
    background-color: #ffd040;
    position: relative;
    line-height: 39px;
    font-size: 0;
    margin-bottom: 29px;
    box-sizing: border-box;
}
.m-product .right .top span:nth-child(1) {
    display: block;
    position: absolute;
    background: url(/img/pc/watch.png) no-repeat center/contain;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 27px;
    transform: translateY(-50%);
}
.m-product .right .top span:nth-child(2) {
    padding-left: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #222;
    font-size: 18px;
    font-weight: 500;
}
.m-product .right .middle {font-size: 0;}
.m-product .right .middle a {
    margin-bottom: 18px;
    display: block;
    font-size: 20px;
    color: #222;
    letter-spacing: -0.5px;
    font-weight: 500;
}
.m-product .right .middle .price {
    font-size: 25px;
    font-weight: 700;
}
.m-product .right .middle .blue {
    color: #009eff;
}
.m-product .right .middle .gray {
    font-size: 18px;
    color: #888;
    font-weight: 500;
    position: relative;
    display: inline-block;
    margin: 16px 0 28px;
}
.m-product .right .middle .gray::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #888;
}
.m-product .right .bottom li {
    float: left;
}
.m-product .right .bottom li+li {margin-left: 6px;}
.m-product .right .bottom li a {
    padding: 0 9px;
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    line-height: 25px;
    text-align: center;
    border: 1px solid #ff3d44;
    color: #ff3d44;
    font-weight: 500;
    border-radius: 5px;
    font-size: 14px;
    letter-spacing: -0.5px;
}
/* main-sec1 */



/* event-slide */
.event-slide {position: relative;}
.event-slide a{display: block; width: 100%; height: 100%;}
/* .es1 {
    background: url(/img/pc/banner/event-slide01.jpg) no-repeat center/cover;
    height: 180px;
}
.es2 {
    background: url(/img/pc/banner/event-slide02.jpg) no-repeat center/cover;
    height: 180px;
}
.es3 {
    background: url(/img/pc/banner/event-slide03.jpg) no-repeat center/cover;
    height: 180px;
} */
.event-slide .slick-dots {
    position: absolute;
    bottom: 22px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index: 1;
}
.event-slide .slick-dots li {
    position: relative;
    display: inline-block;
    width: 11px;
    height: 11px;
    margin: 0 6px;
    padding: 0;
    cursor: pointer;
}
.event-slide .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 11px;
    height: 11px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #fff;
    border-radius: 50%;
    opacity: .5;
}
.event-slide .slick-dots li.slick-active button {
    color: #fff;
    opacity: 1;
}
/* event-slide */

/* main-sec2 */
.m-sec2 {
    padding: 100px 0;
    box-sizing: border-box;
}
.m-product2 .text {font-size: 0;margin-top: 22px;}
.m-product2 .text a {
    margin-bottom: 15px;
    display: block;
    font-size: 20px;
    color: #222;
    letter-spacing: -0.5px;
    font-weight: 500;
    line-height: 1.3;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.m-product2 .text .price {
    font-size: 25px;
    font-weight: 700;
}
.m-product2 .text .blue {
    color: #009eff;
    margin-right: 9px;
}
.m-product2 .text .gray {
    font-size: 18px;
    margin-left: 11px;
    color: #888;
    font-weight: 500;
    position: relative;
    display: inline-block;
}
.m-product2 .text .gray::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #888;
}
.m-product2 .best{
    display: flex;
    flex-wrap: wrap;
}
.m-product2 .best figcaption {
    position: absolute;
    left: 14px;
    top: 16px;
    font-weight: 700;
    font-size: 15px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    border-radius: 100%;
    background-color: #73c920;
    text-align: center;
    font-family: "Poppins", sans-serif;
}
.m-product2 .best figure {
    position: relative;
}
.m-product2 .best figure {
    position: relative;
    width: 300px;
    border: 1px solid #ddd;
    border-radius: 20px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}
.m-product2 .best img {
    width: 100%;
    border-radius: 20px;
}
.m-product2 .best li {
    font-size: 0;
    /* float: left; */
    margin: 0 0 53px 0;
    width: 24%;
}
.m-sec2 .m-product2 .best li:not(:nth-child(4n)) { margin-right: 1.33333333333333%; }

.m-product2 .best li:nth-child(4n) {
    margin: 0;
}
/* main-sec2 */

/* main-sec3 */
.md-contents .best li {
    margin: 0 10px 0;
}
.md-contents .best li:nth-child(4n) {
    margin: 0 10px 0;
}
.m-sec3 {
    background: #f7f8fa;
    padding: 100px 0;
    box-sizing: border-box;
}
.md-tab {
    margin: 50px 0;
}
.md-tab li {
    float: left;
    font-size: 0;
}
.md-tab li+li {margin-left: 17px;}
.md-tab li a img {
    vertical-align: -14px;
}
.md-tab li.on a {
    border: 2px solid #009eff;
}
.md-tab li a {
    text-align: center;
    font-size: 0;
    display: block;
    width: 250px;
    height: 80px;
    line-height: 80px;
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0 0 20px 3px rgb(0 0 0 /7%);
}
.md-tab li a span {
    margin-left: 30px;
    display: inline-block;
    font-size: 22px;
    color: #333;
    font-weight: 500;
    letter-spacing: -0.5px;
}

.md-sub-btn li {
    float: left;
    margin-right: 70px;
}

.md-sub-btn li a {
    color: #333;
    font-size: 22px;
    font-weight: 500;
    position: relative;
}
.md-sub-btn li a::before {
    content: '';
    display: block;
    position: absolute;
    height: 3px;
    background-color: #009eff;
    width: 100%;
    opacity: 0;
    bottom: -20px;
}
.md-sub-btn li.on a {
    color: #009eff;
}
.md-sub-btn li.on a::before {
    opacity: 1;
}
.m-product2 .best .md-sale {
    background-color: #009eff;
}
.md-sub-btn02 {
    display: none;
}
.md-sub-btn03 {
    display: none;
}
.md-sub-btn04 {
    display: none;
}
.md-contents {
    margin-top: 73px;
    position: relative;
}
.md-sub-btn {
    position: relative;
}
.md-sub-btn::before {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #d5d5d5;
    bottom: -24px;
}
.md-contents .conWrap > ul {
    display: none;
    margin: 0 -10px;
}
.md-contents .slick-arrow  {
    position: absolute;
    top: 32%;
    z-index: 1;
    display: block;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    box-shadow: 0 0 7px rgb(0 0 0 / 20%);
    transition: all .3s;
    border: none;
    outline: none;
    text-indent: -9999px;
    cursor: pointer;
}
.md-contents .slick-prev {
    background: url(/img/pc/m-sec-prev.png) no-repeat center/cover;
    left: -26px;
}
.md-contents .slick-next {
    background: url(/img/pc/m-sec-next.png) no-repeat center/cover;
    right: -26px;
}
.md-contents .slick-prev:hover {
    background: url(/img/pc/m-sec-prev-on.png);
}
.md-contents .slick-next:hover {
    background: url(/img/pc/m-sec-next-on.png);
}
/* main-sec3 */

/* main-sec4 */
.m-sec4 {
    padding: 100px 0;
    box-sizing: border-box;
}
.m4-slide {position: relative;}
.m4-slide .slick-list {margin: 0 -20px; overflow: hidden;}
.m4-slide div a {margin: 0 20px; height: 350px; border-radius: 20px;}
.m4-slide .item1 a { background: url(/img/pc/m-img04.jpg) no-repeat center/cover;}
.m4-slide .item2 a {background: url(/img/pc/m-img05.jpg) no-repeat center/cover;}
.m4-slide .item3 a {background: url(/img/pc/m-img04.jpg) no-repeat center/cover;}
.m4-slide .item4 a {background: url(/img/pc/m-img05.jpg) no-repeat center/cover;}
.m4-slide .slick-arrow {transition: all .3s; position: absolute; top: 50%; transform: translateY(-50%); padding: 0; margin: 0; cursor: pointer;}
.m4-slide .slick-prev {left: -26px; background: url(/img/pc/m-sec-prev.png) no-repeat center/cover; width: 52px; height: 52px; text-indent: -9999px; border: none; z-index: 1; box-shadow: 0 0 7px rgb(0 0 0 / 20%); border-radius: 50%;}
.m4-slide .slick-next {right: -26px; background: url(/img/pc/m-sec-next.png) no-repeat center/cover; width: 52px; height: 52px; text-indent: -9999px; border: none; z-index: 1; box-shadow: 0 0 7px rgb(0 0 0 / 20%); border-radius: 50%;}
.m4-slide .slick-prev:hover {
    background: url(/img/pc/m-sec-prev-on.png);
}
.m4-slide .slick-next:hover {
    background: url(/img/pc/m-sec-next-on.png);
}
.m4-slide a {display: block;}
.m-sec4 .m-tit-box {
    margin-bottom: 42px;
}
/* main-sec4 */

/* main-sec5 */
.m-sec5 .slick-next:hover {
    background: url(/img/pc/m-sec-next-on.png);
}
.m-sec5 {
    box-sizing: border-box;
}
.m-sec5 .m-tit-box {
    margin-bottom: 22px;
}
.best-review-sl{
    margin: 0 -10px;
}
.best-rv {
    margin: 0 10px;
    width: 300px;
    box-sizing: border-box;
    padding: 20px 0;
}
.best-rv a {
    box-shadow: 0 0 20px rgb( 0 0 0 /7%);
    display: block;
    border-radius: 20px;
}
.best-rv a img {
    width: 100%;
    border-radius: 20px 20px 0 0;
}
.best-review-sl .rv-txt {
    padding: 35px 27px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 0 0 20px 20px;
}
.best-rv .rv-txt p:nth-child(1){
    font-size: 15px;
    color: #555;
    font-weight: 400;
    letter-spacing: -0.5px;
    line-height: 22px;
}
.best-rv .rv-txt p:nth-child(2) {
    font-size: 15px;
    font-weight: 300;
    color: #999;
    letter-spacing: -0.5px;
}
.best-rv .rv-txt p:nth-child(2) span {
    margin-top: 25px;
    display: inline-block;
}
.best-rv .rv-txt p:nth-child(2) span:nth-child(2) {
    float: right;
}
.best-review-sl .slick-dots {
    display: flex;
    margin-top: 37px;
}
.best-review-sl .slick-dots li {
    border: none;
    width: 100%;
    background-color: #eee;
    height: 3px;
    cursor: pointer;
}
.best-review-sl .slick-dots li.slick-active {
    background-color: #009eff;
}
.best-review-sl .slick-dots li button {
    outline: none;
    padding: 0;
    border: none;
    text-indent: -9999px;
}
.m-sec5 .slick-slide { margin: 0 10px; }
.m-sec5 .slick-arrow {transition: all .3s; position: absolute; top: 50%; transform: translateY(-50%); padding: 0; margin: 0; cursor: pointer;}
.m-sec5 .slick-prev {left: -26px; background: url(/img/pc/m-sec-prev.png) no-repeat center/cover; width: 52px; height: 52px; text-indent: -9999px; border: none; z-index: 1; box-shadow: 0 0 7px rgb(0 0 0 / 20%); border-radius: 50%;}
.m-sec5 .slick-next {right: -26px; background: url(/img/pc/m-sec-next.png) no-repeat center/cover; width: 52px; height: 52px; text-indent: -9999px; border: none; z-index: 1; box-shadow: 0 0 7px rgb(0 0 0 / 20%); border-radius: 50%;}
.m-sec5 .slick-prev:hover {
    background: url(/img/pc/m-sec-prev-on.png);
}
/* main-sec5 */

/* main-sec6 */
.m-sec6 {
    padding: 100px 0;
    box-sizing: border-box;
}
h4.m-tit {
    font-size: 35px;
    color: #222;
    font-weight: 700;
    letter-spacing: -0.5px;
    display: inline-block;
}
.m-link-box ul {
    display: flex;
    justify-content: center;
}
.m-link-box li {
    float: left;
}
.m-link-box li+li {
    margin-left: 74px;
}
.m-link-box li span {
    display: block;
    font-size: 16px;
    color: #222;
    font-weight:500;
    letter-spacing: -0.5px;
    line-height: 25px;
    text-align: center;
    margin-top: 20px;
}
.m-link-box li a img {
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform .3s;
}
.m-link-box li a:hover img {
    transform: translate(-50%, -50%) rotate(15deg);
    /* transform-origin: top; */
}
.m-link-box li:nth-child(2n) a:hover img {
    transform: translate(-50%, -50%) rotate(-15deg);

}
.m-link-box li a .img {
    display: block;
    width: 90px;
    height: 90px;
    position: relative;
    background: #f9fafd;
    border: 1px solid #edeff3;
    border-radius: 30px;
    box-sizing: border-box;
}
.m-visual {
    position: relative;
}
.m-visual div {height: 450px;}
/* .m-visual .mv0 {
    background: url(/img/pc/banner/main-visual00.jpg) no-repeat center/cover;
}
.m-visual .mv1 {
    background: url(/img/pc/banner/main-visual01.jpg) no-repeat center/cover;
}
.m-visual .mv2 {
    background: url(/img/pc/banner/main-visual02.jpg) no-repeat center/cover;
}
.m-visual .mv3 {
    background: url(/img/pc/banner/main-visual03.jpg) no-repeat center/cover;
} */
.m-visual .slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity .3s;
}
.m-visual .slick-prev {
    left: 240px;
    background: url(/img/pc/prev-icon.png);
    text-indent: -9999px;
    border: none;
    height: 63px;
    width: 63px;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
.m-visual .slick-next {
    right: 240px;
    background: url(/img/pc/next-icon.png);
    text-indent: -9999px;
    border: none;
    height: 63px;
    width: 63px;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
.m-visual:hover .slick-arrow {
    opacity: 1;
}
.mv-wrap {position: relative;}
.mv-wrap .pagingInfo {
    position: absolute;
    bottom: 24px;
    right: 330px;
    width: 60px;
    height: 32px;
    background-color: #000;
    opacity: 30%;
    border-radius: 50px;
    text-align: center;
    line-height: 32px;
    font-size: 0;
}
.mv-wrap .pagingInfo span {
    color: #fff;
    font-family: 'Spoqa Han Sans';
    font-size: 15px;
    font-weight: 600;
    margin: 0 2px;
}
/* main-sec6 */
