@charset "utf-8";
/* ``````````````` common style ```````````````````` */
html {line-height: 1.15; /* 1 */-webkit-text-size-adjust: 100%; /* 2 */-webkit-tap-highlight-color: transparent; /* 3*/}
body {margin: 0;}
main {display: block;}
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {margin: 0;}

h1,
h2,
h3,
h4,
h5,
h6 {font-size: inherit;font-weight: inherit;margin: 0;}

ul,
ol {margin: 0;padding: 0;list-style: none;}

dt {font-weight: bold;}
dd {margin-left: 0;}

hr {box-sizing: content-box; /* 1 */height: 0; /* 1 */overflow: visible; /* 2 */border-top-width: 1px;margin: 0;clear: both;color: inherit;}
address {font-style: inherit;}

a {background-color: transparent;text-decoration: none;color: inherit;}

b,
strong {font-weight: bolder;}

svg,
img,
embed,
object,
iframe {vertical-align: baseline;}

button,
input,
optgroup,
select,
textarea {-webkit-appearance: none; /* 1 */appearance: none;vertical-align: middle;color: inherit;font: inherit;background: transparent;padding: 0;margin: 0;border-radius: 0;text-align: inherit;text-transform: inherit; /* 2 */outline: none;}
  
[type="checkbox"] {-webkit-appearance: checkbox;appearance: checkbox;}
[type="radio"] {-webkit-appearance: radio;appearance: radio;}

button,
[type="button"],
[type="reset"],
[type="submit"] {cursor: pointer;}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {cursor: default;}
:-moz-focusring {outline: auto;}

select:disabled {opacity: inherit;}
option {padding: 0;}
textarea {overflow: auto;}
label[for] {cursor: pointer;}

table {border-color: inherit; /* 1 */}
td,
th {vertical-align: top;padding: 0;}

th {text-align: left;font-weight: bold;}
/* ``````````````` common style ```````````````````` */
html {
    scroll-behavior: smooth;
}

body {
    font-size: 17px;
    line-height: 1.4;
    color: #000000;
    -webkit-font-smoothing: antialiased;
}
.container{
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1232px;
    }
}

*[data-dev="auto"] .dev-mobile,
*[data-dev="desktop"] .dev-mobile,
*[data-dev="mobile"] .dev-desktop,
*[data-sys="auto"] .sys-mac,
*[data-sys="win"] .sys-mac,
*[data-sys="mac"] .sys-win{
    display: none;
    margin: 0;
}
.main-title-h2 {
    font-size: 35px;
    font-weight: 700;
    color: #000;
    line-height: 1.4;
    margin-bottom: 20px;
}
.main-suhead {
    font-size: 23px;
    color: #000;
    line-height: 1.4;
    margin-bottom: 30px;
}


@media (max-width: 996px) {
    .main-title-h2 {
        font-size: 23px;
    }
    .main-suhead {
        font-size: 17px;
    }
}
@media (max-width: 576px) {
    .main-title-h2 {
        font-size: 19px;
    }
    .main-suhead {
        font-size: 15px;
    }
}


/* ``````````````` part-banner ```````````````````` */
.part-banner {
    background: url("../images/anniversary-deal/bg-banner.jpg") no-repeat center top #f7f7f6;
    background-size: 100% auto;
    text-align: center;
    padding: 70px 0;
}
.part-banner * {
    box-sizing: border-box;
}
.banner-container {
    background-color: #fff9f0;
    border-radius: 15px;
    margin-top: 30px;
    padding-bottom: 30px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.banner-container::before {
    content: '';
    display: block;
    width: 144px;
    height: 293px;
    background: url("../images/anniversary-deal/tips-banner.png") no-repeat center;
    position: absolute;
    left: -105px;
    bottom: 50px;
}

.banner-title {
    position: relative;
    padding: 10px;
}
.banner-title h2 {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.4;
    color: #000000;
}
.banner-title h2 span {
    color: #ff9a4f;
}
.switch-system {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
}
.switch-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.switch-wrapper {
    display: inline-block;
    height: 17px;
    margin: 0;
    position: relative;
    width: 33px;
}
.switch-wrapper input {
    height: 0;
    opacity: 0;
    width: 0;
}
.switch-slider {
    border: 1px solid #b5b5b5;
    border-radius: 34px;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
}
input:checked+.switch-slider:before {
    left: calc(100% - 13px);
}
.switch-slider:before {
    background-color: #3b97ff;
    border-radius: 50%;
    bottom: 2px;
    content: "";
    height: 11px;
    left: 2px;
    position: absolute;
    transition: .4s;
    width: 11px;
}
.system-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #8b8b8b;
    font-weight: 700;
    font-size: 15px;
}
.system-item img {
    filter: grayscale(100);
}
.system-item.activated {
    color: #3b97ff;
}
.system-item.activated img {
    filter: none;
}

.banner-bar {
    background-color: #5a51b6;
    width: calc(100% + 20px);
    transform: translateX(-10px);
    margin-bottom: 20px;
}
.banner-bar-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    gap: 15px;
    font-size: 17px;
    color: #ffffff;
    line-height: 1.4;
}
.banner-bar-flex span {
    color: #ffff00;
}

.banner-feature {
    padding: 0 25px;
}
.banner-feature-list {
    display: flex;
    justify-content: center;
    border-bottom: 2px solid #ffc837;
}
.banner-feature-item {
    padding: 10px 40px 5px;
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    border: 2px solid transparent;
    transform: translateY(2px);
    cursor: pointer;
}
.banner-feature-item.active {
    border-color: #ffc837;
    border-bottom-color: #ffffff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #ffffff;
}
.feature-item-title {
    font-size: 19px;
    color: #333333;
    text-align: left;
}
.feature-item-title span {
    color: #fa0707;
}
.banner-feature-detail {
    background-color: #ffffff;
    padding: 30px 15px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.banner-detail-item {
    display: none;
}
.banner-detail-item.active {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 45px;
}
.detail-item-container {
    text-align: left;
}
.detail-item-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 17px;
    color: #333333;
}
.detail-item-list li::before {
    content: '';
    display: block;
    width: 8px;
    height: 11px;
    position: absolute;
    left: 0px;
    top: 8px;
    background: url("../images/anniversary-deal/arrow-r.png") no-repeat  center;
}
.detail-item-list li span {
    background-color: #ff9f3e;
    color: #ffffff;
    display: inline-block;
    padding: 2px 5px;
    border-radius: 3px;
}
.detail-item-title {
    font-size: 19px;
    color: #333333;
    margin-bottom: 20px;
}
.detail-item-title span {
    color: #fa2c2c;
}
.banner-function {
    padding: 30px 50px;
}
.banner-function-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}
.banner-function-item {
    width: 50%;
    position: relative;
    padding-left: 25px;
    padding-right: 10px;
    text-align: left;
    margin-bottom: 20px;
    font-size: 15px;
}
.banner-function-item::before {
    content: '';
    display: block;
    width: 19px;
    height: 18px;
    background: url("../images/anniversary-deal/icon-check.png") no-repeat center;
    position: absolute;
    left: 0;
    top: 3px;
}

.banner-purchase-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}


.anni-offer-select{
    background-color:#fff; 
    display:flex; justify-content:center; align-items: center; 
    border-top-left-radius: 8px; 
    border-bottom-left-radius: 8px; 
    position:relative; z-index:0; 
    border: 1px solid #fbbe59; 
    border-right: 0;
    gap: 10px;
    width: 350px;
    height: 54px;
    cursor: pointer;
}
.anni-offer-select-x{display:flex;}
.anni-offer-select-x > button{border:0 none; background-color:initial; font-size:19px; cursor:pointer;}
.anni-offer-select::before{content:''; display:block; background-image:url("../images/anniversary-deal/icon-checked.png"); width:26px; height:26px;}
.anni-offer-select::after{content:''; display:block; background-image:url("../images/anniversary-deal/arrow-b.png"); width:15px; height:10px;}
.anni-offer-option{position:absolute; left:0; right:0; background-color:#fff; top:50%; z-index:-1; padding:30px 5px 5px; border-radius:5px;display: none;}
.anni-offer-option li button{border:0 none; background-color:initial; font-size:17px; line-height:2.3; width:100%; cursor:pointer;}
.anni-offer-option li button:hover{background-color:#eee;}
.anni-offer-option li + li button{border-top:1px solid #eee;}
.anni-offer-price-x{position:relative;padding-left: 10px;}
.anni-offer-price-x::before{content:''; position:absolute; top:-2px; bottom:-3px; left:0; width:1px; background-color:#cecece; transform:rotate(25deg);}
.anni-offer-price del{font-size:17px; color:#7b7b7b;}
.anni-offer-price b{font-size:27px; color:#fa7c44;}


.banner-buy-button a {
    display: inline-block;
    background-color: #fa7c43;
    color: #ffffff;
    font-size: 21px;
    font-weight: 700;
    padding: 15px 20px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.banner-purchase-more {
    font-size: 15px;
    color: #64625e;
    padding-top: 15px;
}




@media (max-width: 1200px) {
    .part-banner h1 img {
        width: 100%;
        max-width: 100%;
    }
}
@media (max-width: 997px) {
    .switch-system {
        position: relative;
        right: 0;
        top: 0;
        transform: translateY(0);
    }
    .banner-feature-item {
        padding: 10px 10px 5px;
    }
    .feature-item-title {
        font-size: 15px;
    }
    .banner-detail-item {
        flex-wrap: wrap;
    }
    .detail-item-list li {
        font-size: 15px;
    }
    .banner-function-item {
        font-size: 13px;
    }
    .banner-title h2 {
        font-size: 23px;
    }
    .banner-bar-flex {
        font-size: 15px;
    }
}
@media (max-width: 767px) {
    .feature-item-title {
        display: none;
    }
}
@media (max-width: 576px) {
    .part-banner {
        padding: 30px 0;
    }
    .detail-item-pic img {
        width: 100%;
        max-width: 100%;
    }
    .banner-function {
        padding: 30px 15px;
    }
    .banner-purchase-flex {
        flex-wrap: wrap;
        gap: 15px;
    }
    .anni-offer-select {
        max-width: 330px;
        width: 100%;
        border-radius: 5px;
        box-sizing: border-box;
        border: 1px solid #fbbe59;
    }
    .banner-buy-button a {
        font-size: 17px;
        border-radius: 5px;
    }
}

/* ``````````````` part-survey ```````````````````` */
.part-survey {
    background-color: #f7f7f6;
    padding: 50px 0;
    text-align: center;
    position: relative;
}
.survey-schedule {
    border: 2px solid #ffd3b0;
    padding: 20px 70px;
    border-radius: 10px;
    text-align: left;
    margin-bottom: 50px;
}
.survey-item {
    margin-bottom: 10px;
    font-size: 21px;
    color: #2b2b2b;
    line-height: 1.4;
}
.survey-item-title {
    border-bottom: 1px solid #ece3cd;
    padding: 10px;
    margin-bottom: 20px;
}
.survey-item-list {
    display: flex;
    align-items: center;
    padding: 0 10px;
}
.schedule-item {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px;
}
.schedule-item i {
    display: block;
    width: 24px;
    height: 24px;
    border: 2px solid #878584;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}
.schedule-item i.checked {
    border-color: #ff7527;
}
.schedule-item i.checked::after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    background-color: #ff7527;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mark-tips {
    position: relative;
    font-size: 0;
}
.mark-tips:hover .mark-info {
    display: flex;
}
.mark-info {
    position: absolute;
    left: -50px;
    bottom: -85px;
    background-color: #ffdebb;
    padding: 0 30px;
    height: 70px;
    font-size: 17px;
    line-height: 1.4;
    color: #2b2b2b;
    border-radius: 5px;
    width: 550px;
    display: none;
    align-items: center;
}
.mark-info::before {
   content: '';
   display: block;
   border: 6px solid transparent;
   border-bottom-color: #ffdebb;
   border-bottom-width: 9px;
   position: absolute;
   left: 55px;
   top: -15px;
}

.survey-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
}
.survey-container {
    text-align: left;
}
.survey-text-wrap1 {
    font-size: 21px;
    color: #000000;
    margin-bottom: 15px;
}
.survey-text-wrap2 {
    font-size: 19px;
    color: #fb1616;
    margin-bottom: 15px;
}
.survey-email-down {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 10px;
}
.survey-email {
    display: flex;
    justify-content: center;
    align-items: center;
}
.survey-email input {
    display: block;
    height: 52px;
    border: 1px solid #6dcb54;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 17px;
    padding: 0 20px;
}
.survey-email button {
    display: block;
    height: 52px;
    border: 1px solid #6dcb54;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #6dcb54;
    color: #ffffff;
    font-size: 21px;
    font-weight: 700;
    padding: 0 30px;
}
.survey-down a {
    font-size: 21px;
    color: #006cff;
}
.survey-down a img {
    vertical-align: text-bottom;
    margin-right: 5px;
}



@media (max-width: 1200px) {

}
@media (max-width: 997px) {
    .survey-schedule {
        padding: 10px 15px;
    }
    .survey-item {
        font-size: 15px;
    }
    .survey-item-list {
        flex-wrap: wrap;
        gap: 10px;
    }
    .schedule-item {
        flex: auto;
    }
    .survey-text-wrap1 {
        font-size: 17px;
    }
    .survey-flex {
        flex-wrap: wrap;
    }
    .survey-text-wrap2 {
        font-size: 15px;
    }
    .survey-email-down {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .survey-down a {
        font-size: 15px;
    }
}
@media (max-width: 576px) {

}

/* ``````````````` part-giveaway ```````````````````` */
.part-giveaway {
    background-color: #ffffff;
    padding: 90px 0;
    text-align: center;
    position: relative;
}

.m03-lottery-wrap{border:solid #fbca01; border-width:18px; border-image:url(../images/anniversary-deal/m03-lottery-bg.png) 16 fill;border-radius:110px; position:relative;}
.m03-lottery-wrap::before, .m03-lottery-wrap::after{position:absolute; line-height:0;}
.m03-lottery-wrap::before{content:url(../images/anniversary-deal/m03-right-img.png); right:-165px;bottom: -40px;z-index: 2;}
.m03-lottery-wrap::after{content:url(../images/anniversary-deal/m03-left-img.png); left:-97px; z-index:2; bottom:-30px;}
.m03-lottery-wrap ol{display: flex;justify-content: space-between; background-color: #fffcf0;}
.m03-lottery-wrap ol:first-of-type{border-radius:105px 105px 0 0;border-bottom: 3px solid #ffb363; overflow:hidden;}
.m03-lottery-wrap ol:last-of-type{border-radius:0 0 105px 105px;border-top: 3px solid #ffb363; overflow:hidden;}
.m03-lottery-wrap ol li{width: 33.33%;position:relative;display: flex;flex-direction: column;}
.m03-lottery-wrap ol li+li {border-left: 3px solid #ffb363;}
.m03-lottery-wrap ol li::before{content:''; position:absolute; top:0; right:0; bottom:0; left:0; z-index:1; transition:background-color .3s; pointer-events:none;}
.m03-lottery-wrap ol li.active::before{background-color:rgba(200 200 200 / .6);}
.m03-lottery-wrap ol li.focus::before{background-color:rgba(0 0 0 / .5); transition:none;}
.m03-lottery-wrap ol li>.img-wrap {height: 228px;display: flex;justify-content: center;align-items: center;}
.m03-prize-title{background-color:#fff0cb; font-size:19px; padding:13px 10px; line-height:1.3;flex-grow: 1;}
.m03-prize-title>b{color:#fc2b2b;}
.m03-lottery-center{background-color: #fff;padding:22px 0 20px;}
.m03-lottery-btn{display: inline-block;line-height: 76px;padding: 0 50px;font-size: 35px;color: #fff;font-weight: 700;border-radius: 38px;background: linear-gradient(to right, #ff9a0a, #ff771d);box-shadow: 0 5px 20px 0 #fcd6cc; border:0 none; cursor:pointer;margin-bottom: 10px;position: relative;}
.m03-lottery-btn:disabled{cursor:no-drop;}
.m03-lottery-btn.gray:disabled{filter:grayscale(100%);}
.m03-lottery-btn.gray:disabled:hover .mark-info{
    display: block;
    height: 50px;
    width: 290px;
    bottom: -60px;
    left: 0;
    font-size: 17px;
    line-height: 1.2;
    padding: 5px 10px;
}
.m03-lottery-num{color:#dd2411;}
.m03-popup-mask{display: none;position:fixed; top:0; right:0; bottom:0; left:0; background-color:rgba(45 45 45 / .6); z-index:100;}
.m03-popup-wrap{width:800px; position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%); text-align:center; display:none;}
.m03-popup-con{background:radial-gradient(transparent, #FFDD5D) no-repeat, repeating-conic-gradient(#FFEB83 0deg 8deg, transparent 0 20deg, #FFEB83 0deg 28deg) no-repeat, radial-gradient(closest-side, #FFE267, #FFDD5D) no-repeat; border-radius:25px; overflow:hidden; margin-top:-84px; padding-bottom:30px;}
.m03-popup-close{color:#fff; border-radius:50%; border:solid; background-color:initial; width:28px; line-height:20px; height:28px; font-size:26px; font-family:Arial; margin:12px 35px 60px auto; display:block;cursor: pointer;}
.m03-popup-title{font-size:24px; color:#1fbc81; font-weight:700; line-height:1.45;}
.m03-popup-desc{background-color:#FFF7DA; font-size:20px; color:#4c4943; margin:20px 5.5% 30px; border-radius:15px; padding:4%; line-height:1.52;}
.m03-popup-get{font-size:23px; color:#fff; text-decoration:none; background-color:#F05E37; border-radius:10px; display:block; min-width:240px; padding:15px 10px; box-sizing:border-box; width:fit-content; width:-moz-fit-content; width:-webkit-fit-content; margin:0 auto;}
.m03-popup-get:hover{color:#fff;}
.m03-popup-email-wrap{font-size:0;}
.m03-popup-email-wrap input{font-size:18px; color:#626262; box-shadow:inset 0 0 0 3px #F05E37; border-radius:10px 0 0 10px; height:54px; line-height:54px; padding-left:10px; width:190px; border:0 none;}
.m03-popup-email-wrap button{width: 220px;font-size:22px; color:#fff; border-radius:10px 10px 10px 10px;height:54px; background-color:#F05E37; border:0 none; padding:0 15px; vertical-align:bottom; cursor:pointer;display: inline-flex;justify-content: center;align-items: center;}
.m03-popup-coupon{display:inline-flex; justify-content:center; align-items:center; background-color:#FFF7DA; margin:20px 0 30px 52px;}
.m03-pc-img{margin:6px 0 -23px -52px;}
.m03-pc-prices{width:280px; margin:0 90px;}
.m03-pc-price{font-size:19px; color:#333; margin-bottom:12px; display:flex; justify-content:space-between;}
.m03-pc-price del{color:#ff4c1c;}
.m03-pc-ap{font-size:24px; color:#f05e37; margin-top:32px;}
.m03-pc-ap b{font-size:150%; display:block; line-height:1; padding-top:13px;}



@media (max-width: 1400px) {
    .m03-lottery-wrap::before {display: none;}
    .m03-lottery-wrap::after {display: none;}
}
@media (max-width: 1200px) {

}
@media (max-width: 997px) {

    .m03-lottery-wrap{border:8px solid #FF8B50; border-radius:30px;}
	.m03-lottery-wrap ol:first-of-type{border-radius:20px 20px 0 0;}
	.m03-lottery-wrap ol:last-of-type{border-radius:0 0 20px 20px;}
	.m03-lottery-wrap::before, .m03-lottery-wrap::after{content:none;}
	.m03-prize-title{padding:5px;}
	.m03-prize-title{font-size:13px;}
	.m03-lottery-wrap ol li>.img-wrap {width: 100px;height: 165px;margin: 0 auto;}


    .m03-popup-wrap {width: 98%;}
	.m03-popup-wrap>img {display: none;}
	.m03-popup-con {margin: 0;}
	.m03-popup-close {margin: 8px 8px 5px auto;}
	.m03-popup-coupon {flex-wrap: wrap;margin: 15px 0;width: 98%;}
	.m03-pc-img {margin: 0;padding-top: 10px;}
	.m03-pc-prices {width: 100%;padding: 10px 0;margin: 0;}
	.m03-pc-price {width: 240px;margin: 0 auto 10px;}
	.m03-pc-ap {font-size: 20px;margin-top: 0;}
	.m03-popup-desc {font-size: 17px;margin: 20px 10px;}
	.m03-popup-email-wrap button {font-size: 19px;}


    .m03-lottery-wrap ol li>.img-wrap img {
        max-width: 100%;
    }
}
@media (max-width: 576px) {
	.m03-prize-title {font-size: 12px;}
	.m03-popup-title {font-size: 19px;}
    .m03-lottery-wrap ol li>.img-wrap {width: 65px;height: 120px;}
	.m03-lottery-btn {line-height: 45px;font-size: 25px;padding: 0 20px;}
	.m03-lottery-center {padding: 15px 0;}

    .part-giveaway {
        padding: 30px 0;
    }
}

/* ``````````````` part-videoproc ```````````````````` */
.part-videoproc {
    background-color: #faf8f4;
    padding: 50px 0;
}
.videoproc-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
}
.videoproc-title {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}
.videoproc-title span {
    color: #ff9e2c;
}
.videoproc-suhead {
    font-size: 23px;
    color: #179bfd;
    margin-bottom: 20px;
}
.videoproc-desc {
    font-size: 17px;
    color: #2b2b2b;
    margin-bottom: 20px;
}
.videoproc-down-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}
.videoproc-down a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 228px;
    height: 50px;
    background-color: #179bfd;
    color: #ffffff;
    font-size: 19px;
    border-radius: 5px;
    gap: 15px;
}
.videoproc-down a img {
    filter: brightness(100);
}
.videoproc-more a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 260px;
    height: 50px;
    background-color: #ff9407;
    color: #ffffff;
    font-size: 19px;
    border-radius: 5px;
    gap: 15px;
}
.videoproc-bottom {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #595959;
    font-size: 15px;
    line-height: 1;
}

.videoproc-bottom .mark-info {
    background-color: #dbe7ee;
}
.videoproc-bottom .mark-info::before {
    border-bottom-color: #dbe7ee;
}


@media (max-width: 1200px) {

}
@media (max-width: 997px) {
    .videoproc-flex {
        flex-wrap: wrap;
    }
    .videoproc-title {
        font-size: 21px;
    }
    .videoproc-suhead {
        font-size: 17px;
    }
    .videoproc-desc {
        font-size: 15px;
    }
}
@media (max-width: 576px) {
    .videoproc-down-wrap {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .videoproc-pic img {
        max-width: 100%;
    }
    .videoproc-flex {
        gap: 30px;
    }
}

/* ``````````````` part-faq ```````````````````` */
.part-faq {
    text-align: center;
    padding: 70px 0;
    background-color: #ffffff;
}

.qes_one{border-bottom: 1px solid #e6e6e6;padding: 18px 0 8px;text-align: left;}
.qes_one .t{font-size: 19px;cursor: pointer; padding-bottom: 10px;position: relative;}
.qes_one .t:after{position: absolute;right: 0;top: 3px; content: "";display: inline-block;width: 19px;height: 19px;color:#77b5fb;background: linear-gradient(currentColor, currentColor) no-repeat center / 100% 3px, linear-gradient(currentColor, currentColor) no-repeat center / 3px 100%}
.qes_one .qes_ans{color: #737480;display: none;}
.qes_one.focus .t:after{background: linear-gradient(currentColor, currentColor) no-repeat center / 100% 3px;}
.qes_one.focus .qes_ans{display: block;}
.qes_one a { color: #2691fc; }

@media (max-width: 1200px) {

}
@media (max-width: 997px) {

}
@media (max-width: 576px) {

}


.part-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.part-mask-href a {
   color: #2691fc;
   font-size: 27px;
   text-decoration: underline;
}