@charset 'utf-8';
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@font-face {
    font-family: 'Glow Sans TC'; /*未来荧黑·未來熒黑·ヒカリ角ゴ·Wêlai Glow Sans v0.93*/
    src: url('fonts/GlowSansTC-Compressed-Bold.otf') format("opentype")
}
.container {
    max-width: 1280px; 
} 
.banner{
    padding-bottom: 28px;
    background: #990d0d;
    background: linear-gradient(to bottom,#F4F4F4,#E7E7E7);
}
.banner .container {
    position: relative;
    display: block;
    padding-left: 0;
    padding-right: 0;
}
.banner .b-main-pic img {
    width: 100%;
    max-height: 626px;
    min-height: 626px;
    object-fit: cover;
}
.b-title-box{
    margin-top: -473px;
    padding-left: 70px;
    position: relative;
    padding-bottom: 7px;
}
.b-title-box .b-title-1{
    color: #FFFFFF;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 3px;
    margin: 0;
    text-shadow: 0px 4px 10px #00000040;
}
.b-title-box .b-title-1 span{
    color: #FFC400;
}
.b-title-box .b-title-2{
    font-size: 120px;
    line-height: 1.1;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    background: linear-gradient(to bottom, #FFF, #FFF, #ffe28b, #ffd24d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    white-space: nowrap;
    margin-bottom: 15px;
}
.b-title-box .b-title-2 span{
    font-size: 38px;
    background: linear-gradient(to bottom, #FFF, #97979C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    white-space: nowrap;
    margin-left: 5px;
}
.b-info-box{
    padding: 0px 70px 80px;
    box-sizing: border-box;
    border-radius: 20px;
    position: relative;
    margin-bottom: 6px;
}   
.b-info-box .b-info-title{
    color: #FFF;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    margin-bottom: 42px;
    letter-spacing: 3px;
}
.b-info-box .b-info-title .b-sub-title{
    position: absolute;
    right: -183px;
    top: -59px;
    color: #FFF;
    background: url(../../images/common/module/banner-title-sub.png) 50% 50% no-repeat;
    width: 114px;
    height: 113px;
    font-size: 23px;
    font-weight: 500;
    text-align: center;
    padding-top: 23px;
    box-sizing: border-box;
    line-height: 1.3;
    text-shadow: 0px 4px 10px #00000030;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, .2));
}
.b-info-list{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    margin-left: -8px;
    margin-right: -8px;
}
.b-info-list .box{
    width: calc(20% - 16px);
    box-sizing: border-box;
    max-width: 214px;
    margin-left: 8px;
    margin-right: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 0;
}
.b-info-list .box:before{
    content: '';
    background: #FFF;
    width: 214px;
    height: 214px;
    position: absolute;
    top: calc(50% - 64px);
    left: calc(50% - 107px);
    z-index: -1;
    border-radius: 50%;
    box-shadow: 0px 10px 20px 0px #0000000d;
}
.b-info-list .pic{
    width: 180px;
    height: 122px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.b-info-list .name{
    color: #1F1F1F;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
}
.b-info-list .name span{
    color: #CE324C;
}
.b-price-box{
    max-width: 710px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
}
.b-price-box .b-price-title{
    color: #444444;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 25px;
}
.b-price-box .b-price-title span{
    color: #C60033;
}
.b-price-list .box{
    margin-bottom: 20px;
}
.b-price-list .box .name{
    color: #1F1F1F;
    font-size: 20px;
    font-weight: 400;
    box-sizing: border-box;
    position: relative;
    background: #FFF;
    border-radius: 15px;
    padding: 8px 20px;
    margin-bottom: 20px;
}
.b-price-list .box .name:before{
    content: '';
    background: url(../../images/common/module/banner-lightning-icon.png);
    width: 37px;
    height: 48px;
    position: absolute;
    top: -1px;
    left: -26px;
}
.b-price-list .box .price{
    font-size: 80px;
    line-height: 1;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    background: linear-gradient(to bottom, #AF2E31, #AF2E31, #C60033, #C60033);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    white-space: nowrap;
    letter-spacing: 0;
    position: absolute;
    right: 21px;
    top: -43px;
}
.b-price-list .box .price2{
    font-size: 18px;
    line-height: 1;
    font-weight: normal;
    color: #FF7373;
    position: absolute;
    right: 21px;
    top: 15px;
}
.b-price-list .box .description{
    padding-left: 20px;
    padding-right: 20px;
    text-align: justify;
}
.b-price-list .box .description span{
    color: #de9797;
}
.b-price-list .box .description .p-1{
    color: #666666;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
}
.sect-tab{
    background: #e7e7e7;
}
.sect-tab .container{
    padding-left: 5px;
    padding-right: 5px;
}
.sect-tab .tab{
    display: flex;
    justify-content: space-between;
    position: relative;
    max-width: 765px;
    margin-left: auto;
    margin-right: auto;
}
.sect-tab .tab-links-box{
    position: relative;
    width: 25%;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
}
.sect-tab .tab .tablinks{
    transition: all .3s ease;
    position: relative;
    color: #FEFEFE;
    background: #3C3D44;
    font-size: 25px;
    text-align: center;
    border: 0;
    padding: 10px 24px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    white-space: nowrap;
    cursor: pointer;
    width: 100%;
    border-top: 3px solid #3C3D44;
}
.sect-tab .tab .tablinks:before{
    content: "";
    background: linear-gradient(to bottom,rgba(255,255,255,0.8),rgba(255,255,255,0),rgba(255,255,255,0));
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    z-index: 1;
}
.sect-tab .tab .tablinks:hover,
.sect-tab .tab .tablinks.active{
    border-top: 3px solid #FE566E;
    background: #FFF;
    color: #FE566E;
}
.sect-tab .tab .tablinks:hover:before,
.sect-tab .tab .tablinks.active:before{
    opacity: 1;
}
.sect-tab-content .tabcontent{
    display: none;
    padding:  100px 0 50px 0;
}
.sect-tab-content .tabcontent.padding0{
    padding-left: 0;
    padding-right: 0;
}
.sect-tab-content .tabcontent.active{
    display: block;
}
.sect-tab-content .module-title-1{
    color: #444444;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 3.5px;
    margin: 0;
    margin-bottom: 10px;
    line-height: 1.4;
    text-align: center;
}
.sect-tab-content .module-title-1 span{
    color: #C60033;
}
.sect-tab-content .module-title-1.style3{
    text-align: center;
    line-height: 1.4;
    margin-bottom: 55px;
}
.sect-tab-content .module-title-1.style3 span{
    font-size: 50px;
    margin-right: 5px;
}
.sect-tab-content .module-sub-title-s{
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 8px;
    color: #444444;
}
.sect-tab-content .module-sub-title-s.style2{
    font-size: 16px;
    color: #7e7e7e;
}
.sect-tab-content .module-sub-title-s.style3{
    font-size: 18px;
    color: #525252;
    letter-spacing: 2px;
}
.module-rwd-box{
    height: 530px;
    text-align: center;
    width: 100%;
    margin-top: 0;
    box-sizing: border-box;
    padding-top: 110px;
}
.module-rwd-box .rwd-pic{
    margin-left: 100px;
}
.module-rwd-box .rwd-title{
    color: #F0F0F0;
    font-size: 120px;
    line-height: 120px;
    position: absolute;
    left: calc(50% - 432px);
    top: -26px;
    white-space: nowrap;
    font-family: 'Glow Sans TC';
    letter-spacing: 12px;
}
.module-rwd-box .rwd-left{
    position: absolute;
    left: calc(50% - 391px);
    top: 139px;
    background: url(../../images/common/module/rwd-pic-left.svg);
    width: 172px;
    height: 190px;
    color: #FFF;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.4;
    box-sizing: border-box;
    padding-top: 49px;
    letter-spacing: 2px;
    padding-left: 6px;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, .2));
}
.module-rwd-box .rwd-right{
    position: absolute;
    left: calc(50% + 145px);
    top: 73px;
    background: url(../../images/common/module/rwd-pic-right.svg);
    width: 163px;
    height: 178px;
    color: #FFF;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.4;
    box-sizing: border-box;
    padding-top: 36px;
    letter-spacing: 2px;
    padding-left: 18px;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, .2));
    z-index: 1;
}
.module-rwd-box .text-2{
    font-size: 25px;
    font-weight: 400;
}
.module-rwd-box .text-3{
    font-size: 30px;
    letter-spacing: 4px;
}
.seesaw-box{
    width: 637px;
    height: 324px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 75px;
}
.seesaw-box .pic-1{
    position: absolute;
    width: 339px;
    height: 256px;
    left: calc(50% - 369px);
    top: -16px;
}
.seesaw-box .pic-2{
    position: absolute;
    width: 528px;
    height: 190px;
    left: calc(50% - 264px);
    bottom: 62px;
    animation: seesaw 3s infinite ease;
    transform-origin: bottom center;
}
.seesaw-box .pic-3{
    position: absolute;
    width: 67px;
    height: 64px;
    left: calc(50% - 33.5px);
    bottom: 0;
}
.seesaw-box .text{
    color: #444444;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    position: absolute;
    width: 180px;
    height: 63px;
    right: calc(50% - 269px);
    top: 57px;
    line-height: 1.5;
}
@keyframes seesaw{
    0% {
      transform: rotate(-3deg);
    }
    50% {
        transform: rotate(3deg);
    }
    100% {
        transform: rotate(-3deg);
    }
}
.module-list-1{
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    margin-bottom: 125px;
    position: relative;
}
.module-list-1 .box{
    width: calc(100% / 3);
    box-sizing: border-box;
    max-width: 380px;
    margin-left: 10px;
    margin-right: 10px;
    background: #FFF;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 20px 25px;
    box-shadow: 0px 0px 12px 0px #00000026;
}
.module-list-1 .pic{
    width: 74px;
    height: 74px;
    padding-top: 15px;
}
.module-list-1 .text{
    width: calc(100% - 74px);
    box-sizing: border-box;
    padding-left: 27px;
    padding-top: 15px;
}
.module-list-1 .name{
    color: #333333;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 5px;
}
.module-list-1 .description{
    color: #AAAAAA;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5;
}
.module-phone-list {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease; 
}
.module-phone-list.slick-initialized {
    opacity: 1;
    visibility: visible; 
}
.module-phone-list{
    position: relative;
    padding-top: 42px;
    margin-bottom: 80px;
}
.module-phone-list:before {
    content: "";
    background: #F6F6F6;
    width: calc(100% - 40px);
    height: 41%;
    border-radius: 80px;
    position: absolute;
    left: 20px;
    top: 27%;
    z-index: -1;
    max-height: 297px;
}
.module-phone-list .box img{
    margin-left: auto;
    margin-right: auto;
}
.module-phone-list .box .name{
    color: #444444;
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 13px;
    text-align: center;
    margin-top: 30px;
}
.module-phone-list .box .description{
    color: #444444;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    font-weight: 300;
    letter-spacing: 6px;
}
.module-phone-list .box .description2{
    color: #B9B9B9;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    font-weight: 200;
    letter-spacing: 6px;
    margin-top: 10px;
}
.module-phone-list .slick-dots {
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 6px;
    z-index: 100;
}
.module-phone-list .slick-dots li {
    display: inline-block;
    margin: 0 5px;;
}
.module-phone-list .slick-dots button {
    background: #DFDFDF;
    border: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    color: transparent;
    cursor: pointer;
    padding: 0;
    box-sizing: border-box;
}
.module-phone-list .slick-active button {
    background: #A8A8A8;
}
.module-phone-list .slick-arrow {
    transition: all .3s ease;
    border: 0;
    color: transparent;
    background: #2B2B2B;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    position: absolute;
    z-index: 50;
    cursor: pointer;
    border-radius: 50%;
}
.module-phone-list .slick-arrow:hover {
    transition: all .3s ease;
    background: #E0E0E0;
}
.module-phone-list .slick-arrow:hover{
    background: #C60033;
}
.module-phone-list .slick-arrow:before {
    content: "";
    font-family: 'icon-font' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 46px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #FFF;
    font-size: 33px;
}
.module-phone-list .slick-arrow:hover:before {
    color: #FFF;
}
.module-phone-list .slick-prev {
    left: 0;
    top: calc(50% - 20px);
}
.module-phone-list .slick-prev:before {
    content: "\f104";
    position: absolute;
    left: 16px;
    top: 1px;
}
.module-phone-list .slick-next {
    right: 0;
    top: calc(50% - 20px);
}
.module-phone-list .slick-next:before {
    content: "\f105";
    position: absolute;
    right: 18px;
    top: 1px;
}
.module-unlimited-box{
    margin-bottom: 80px;
}
.module-unlimited-box .text{
    color: #EDEDED;
    font-size: 160px;
    font-weight: 900;
    line-height: 160px;
    text-align: center;
    letter-spacing: 8px;
    margin-bottom: 13px;
}
.module-unlimited-box .title{
    color: #444444;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 2px;
}
.module-unlimited-box .title span{
    color: #C60033;
}
.module-other-box{
    position: relative;
    height: 620px;
}
.module-other-box .other-list{
    height: 620px;
}
.module-other-box .box{
    position: absolute;
    color: #FFF;
    box-sizing: border-box;
    padding: 25px;
    transition: all .6s ease;
    opacity: 0 ;
}
.module-other-box .box.transition-speed2{
    transition: all .2s ease;
}
.module-other-box .box.box-loaded{
    opacity: 1 ;
}
.module-other-box .box .name{
    font-size: 18px;
    line-height: 1.4;
    color: #FFF;
    font-weight: normal;
    text-align: center;
}
.module-other-box .box .name.style2{
    font-size: 20px;
    font-weight: bold;
    color: #666666;
    text-align: left;
    margin-bottom: 5px;
}
.module-other-box .box .name.style2 span{
    color: #DDDDDD;
}
.module-other-box .box .name.style3{
    font-size: 18px;
    color: #8D8D8D;
}
.module-other-box .box .description{
    font-size: 16px;
    color: #AFAFAF;
    text-align: left;
    line-height: 1.5;
}
.module-other-box .box.other-1 {
    background: url(../../images/common/module/module-other-pic-1.svg);
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, .2));
    width: 279px;
    height: 236px;
    left: calc(50% - 540px) !important;
    top: calc(50% - 269px) !important;
}
.module-other-box .box.other-2 {
    width: 123px;
    height: 104px;
    left: calc(50% - 230px) !important;
    top: calc(50% - 171px) !important;
    padding-top: 19px;
}
.module-other-box .box.other-2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../images/common/module/module-other-pic-2.svg);
    transform: scale(-1 , -1); 
    z-index: -1; 
}
.module-other-box .box.other-3 {
    background: url(../../images/common/module/module-other-pic-3.svg);
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, .2));
    width: 151px;
    height: 128px;
    left: calc(50% - 101px) !important;
    top: calc(50% - 210px) !important;
    padding-top: 29px;
}
.module-other-box .box.other-4 {
    background: url(../../images/common/module/module-other-pic-4.svg);
    width: 103px;
    height: 92px;
    left: calc(50% + 68px) !important;
    top: calc(50% - 167px) !important;
    padding: 8px 10px 20px;
    padding-top: 13px;
}
.module-other-box .box.other-5 {
    background: url(../../images/common/module/module-other-pic-5.svg);
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, .15));
    width: 227px;
    height: 191px;
    left: calc(50% + 184px) !important;
    top: calc(50% - 216px) !important;
}
.module-other-box .box.other-6 {
    background: url(../../images/common/module/module-other-pic-6.svg);
    width: 110px;
    height: 94px;
    left: calc(50% + 427px) !important;
    top: calc(50% - 115px) !important;
    padding: 15px 10px 10px;
}
.module-other-box .box.other-7 {
    width: 99px;
    height: 85px;
    left: calc(50% - 586px) !important;
    top: calc(50% + 28px) !important;
    padding: 26px 10px 10px;
}
.module-other-box .box.other-7:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../images/common/module/module-other-pic-7.svg);
    transform: scaleY(-1); 
    z-index: -1; 
}
.module-other-box .box.other-8 {
    width: 117px;
    height: 94px;
    left: calc(50% - 487px) !important;
    top: calc(50% + 76px) !important;
    padding: 42px 10px 10px;
}
.module-other-box .box.other-8:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../images/common/module/module-other-pic-8.svg);
    z-index: -1;
    transform: scale(-1, -1) !important;
}
.module-other-box .box.other-9 {
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, .15));
    width: 279px;
    height: 239px;
    left: calc(50% - 368px) !important;
    top: calc(50% + 73px) !important;
    padding: 72px 26px 10px;
}
.module-other-box .box.other-9:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../images/common/module/module-other-pic-9.svg);
    transform: scaleX(-1); 
    z-index: -1; 
}
.module-other-box .box.other-10 {
    width: 124px;
    height: 105px;
    left: calc(50% - 55px) !important;
    top: calc(50% + 106px) !important;
    padding: 36px 10px 10px;
}
.module-other-box .box.other-10:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../images/common/module/module-other-pic-10.svg);
    transform: scaleY(-1); 
    z-index: -1; 
}
.module-other-box .box.other-11 {
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, .15));
    width: 215px;
    height: 182px;
    left: calc(50% + 71px) !important;
    top: calc(50% + 97px) !important;
    padding: 51px 21px 10px;
}
.module-other-box .box.other-11:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../images/common/module/module-other-pic-11.svg);
    transform: scaleY(-1); 
    z-index: -1; 
}
.module-other-box .box.other-12 {
    width: 145px;
    height: 116px;
    left: calc(50% + 315px) !important;
    top: calc(50% + 90px) !important;
    padding-top: 44px;
}
.module-other-box .box.other-12:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../images/common/module/module-other-pic-12.svg);
    transform: scaleY(-1); 
    z-index: -1; 
}
.module-other-box .box.other-13 {
    width: 116px;
    height: 93px;
    left: calc(50% + 466px) !important;
    top: calc(50% + 61px) !important;
    padding: 33px 10px 10px;
}
.module-other-box .box.other-13:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../images/common/module/module-other-pic-13.svg);
    transform: scale(-1, -1) !important; 
    z-index: -1; 
}
.module-other-box .other-s-1{
    background: url(../../images/common/module/module-other-pic-s1.svg);
    width: 58px;
    height: 36px;
    left: calc(50% - 520px) !important;
    top: calc(50% - 45px) !important;
    padding: 0;
}
.module-other-box .other-s-2{
    background: url(../../images/common/module/module-other-pic-s2.svg);
    width: 47px;
    height: 50px;
    left: calc(50% - 158px) !important;
    top: calc(50% - 235px) !important;
    padding: 0;
}
.module-other-box .other-s-3{
    background: url(../../images/common/module/module-other-pic-s3.svg);
    width: 45px;
    height: 40px;
    left: calc(50% + 453px) !important;
    top: calc(50% - 181px) !important;
    padding: 0;
}
.module-other-box .other-s-4{
    background: url(../../images/common/module/module-other-pic-s4.svg);
    width: 42px;
    height: 40px;
    left: calc(50% + 561px) !important;
    top: calc(50% - 65px) !important;
    padding: 0;
}
.module-other-box .other-s-5{
    background: url(../../images/common/module/module-other-pic-s5.svg);
    width: 58px;
    height: 36px;
    left: calc(50% - 453px) !important;
    top: calc(50% + 214px) !important;
    padding: 0;
}
.module-other-box .other-s-6{
    background: url(../../images/common/module/module-other-pic-s6.svg);
    width: 40px;
    height: 42px;
    left: calc(50% - 44px) !important;
    top: calc(50% + 233px) !important;
    padding: 0;
}
.module-other-box .other-s-7{
    background: url(../../images/common/module/module-other-pic-s7.svg);
    width: 40px;
    height: 42px;
    left: calc(50% + 482px) !important;
    top: calc(50% + 222px) !important;
    padding: 0;
}
.module-other-box .title{
    position: absolute;
    color: #444444;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    top: calc(50% - 24px);
    left: calc(50% - 208px);
    letter-spacing: 2px;
}
.module-other-box .text{
    color: #444444;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    font-weight: 300;
    letter-spacing: 4px;
    top: calc(50% + 29px);
    left: calc(50% - 340px);
    position: absolute;
}
.module-inquiry-btn{
    width: 180px;
    height: 43px;
    transition: all .3s ease;
    color: #FFF;
    background: #BB1B21;
    border-radius: 60px;
    text-align: center;
    font-size: 18px;
    line-height: 43px;
    display: inline-block;
    margin-top: 65px;
    margin-bottom: 120px;
}
.module-inquiry-btn:hover{
    background-color: #dd4045;
}
.five-star-box{
    background: #F5F5F5;
    padding-top: 68px;
    padding-bottom: 70px;
    margin-bottom: -50px;
}
.five-star-list{
    margin-top: 60px;
}
.five-star-list.swiper--bottom{
    margin-top: 40px;
}
.five-star-list .box{ 
    width: 500px;
    min-width: 500px;
    height: 210px;
    margin-right: 40px;
    background: #FFF;
    border-radius: 100px;
    display: flex;
    padding: 25px 25px 25px;
    box-sizing: border-box;
}
.five-star-list .box .pic{ 
    width: 160px;
    height: 160px;
    border-radius: 50%;
}
.five-star-list .box .text{ 
    width: calc(100% - 160px);
    box-sizing: border-box;
    padding-left: 24px;
    padding-top: 20px;
}
.five-star-list .box .name{ 
    color: #3F3F3F;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 50px;
    height: 51px;
    margin-bottom: 13px;
}
.five-star-list .box .name:before{
    content: ""; 
    background: #E74F54;
    width: 23px;
    height: 5px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.five-star-list .box .description{ 
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
    height: 65px;
}
.swiper-wrapper {
    transition-timing-function: linear !important;
    position: relative;
}
.module-func-list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    justify-content: center;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 70px;
}
.module-func-list .box{
    width: 228px;
    height: 104px;
    margin-left: 15px;
    margin-right: 15px;
    box-shadow: 0px 5px 20px 3px #0000001a;
    border-radius: 20px;
    display: flex;
    box-sizing: border-box;
    padding: 24px 32px;
    justify-content: center;
    align-items: center;
    margin-bottom: 34px;
    transition: all .3s ease;
}
.module-func-list .box:hover{
    background: #BE323D;
}
.module-func-list .box .pic{
    width: 56px;
    height: 56px;
    background: #666666;
    border-radius: 50%;
    text-align: center;
    line-height: 56px;
    transition: all .3s ease;
}
.module-func-list .box:hover .pic{
    background: #BE323D;
}
.module-func-list .box .text{
    width: calc(100% - 56px);
    box-sizing: border-box;
    padding-left: 20px;
}
.module-func-list .box .name{
    color: #666666;
    font-size: 16px;
    white-space: nowrap;
    transition: all .3s ease;
}
.module-func-list .box .description{
    color: #FFF;
    font-size: 16px;
    white-space: nowrap;
    position: absolute;
    text-align: center;
    line-height: 1.4;
    transition: all .3s ease;
    opacity: 0;
}
.module-func-list .box:hover .pic,
.module-func-list .box:hover .name{
    opacity: 0;
}
.module-func-list .box:hover .description{
    opacity: 1;
}
.module-inquiry-box{
    width: 764px;
    box-sizing: border-box;
    background: #F4F4F4;
    padding: 23px 30px 23px 124px;
    position: relative;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 94px;
}
.module-inquiry-box:before {
    content: "";
    position: absolute;
    width: 136px;
    height: 61px;
    background: url(../../images/common/module/module-title-bg-1.svg);
    left: calc(50% - 68px);
    top: -61px;
}
.module-inquiry-box:after{
    content: "";
    position: absolute;
    width: 119px;
    height: 139px;
    background: url(../../images/common/module/left-inquiry-pic.png);
    left: -20px;
    top: -17px;
}
.module-inquiry-box .title{
    color: #444444;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 8px;
}
.module-inquiry-box .title span{
    color: #C60033;
}
.module-inquiry-box .text{
    font-size: 16px;
    color: #7e7e7e;
    font-weight: 400;
    letter-spacing: 8px;
}
.module-func-list-2{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 70px;
    margin-top: 50px;
}
.module-func-list-2 .box{
    width: 336px;
    box-sizing: border-box;
    padding: 12px 0px 10px 55px;
    margin-bottom: 20px;
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
}
.module-func-list-2 .box:before{
    content: "";
    position: absolute;
    width: 48px;
    height: 41px;
    background: url(../../images/common/module/module-pin-pic.svg);
    left: -8px;
    top: 8px;
}
.module-func-list-2 .name{
    color: #717171;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.module-func-list-2 .description{
    font-size: 12px;
    color: #B6B6B6;
    line-height: 1.5;
}
.sect-tab-content .module-title-3{
    color: #444444;
    font-size: 30px;
    letter-spacing: 3.5px;
    margin: 0;
    text-align: center;
    background: #F4F4F4;
    border-radius: 20px;
    padding: 11px 30px;
    display: inline-block;
    margin-bottom: 67px;
    position: relative;
}
.sect-tab-content .module-title-3 span{
    color: #C60033;
}
.sect-tab-content .module-title-3::before {
    content: "";
    position: absolute;
    width: 94px;
    height: 42px;
    background: url(../../images/common/cart/cart-title-bg-1.svg);
    left: calc(50% - 47px);
    bottom: -42px;
}
.module-sub-text-2{
    color: #525252;
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 30px;
}
.module-editor-list{
    display: flex;
    margin-bottom: 105px;
    justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px;
    position: relative;
    min-height: 646px;
    align-items: center;
}
.module-editor-list:before{
    content: "";
    background: url(../../images/common/cart/cart-editor-list-pic-1.svg);
    width: 1104px;
    height: 646px;
    position: absolute;
    left: calc(50% - 552px);
    bottom: 0;
}
.module-editor-list .box{
    padding-left: 10px;
    padding-right: 10px;
}
.module-editor-list .box img{
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, .1));
}
.module-plugin-list{
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
    justify-content: center;
    margin-bottom: 155px;
}
.module-plugin-list .box{
    padding-left: 12px;
    padding-right: 12px;
}
.module-plugin-list .box img{
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, .1));
}
.security-list-style{
    max-width: 1084px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
    margin-top: 40px;
}
.module-list-2 .box{
    box-sizing: border-box;
    padding-left: 60px;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #CDCDCD;
}
.module-list-2 .box:nth-last-child(1){
    border-bottom: 0px solid #CDCDCD;
}
.module-list-2 .box:before {
    content: "";
    background: url(../../images/common/cart/cart-check-icon-2.svg);
    width: 27px;
    height: 25px;
    position: absolute;
    left: 18px;
    top: 4px;
}
.module-list-2 .name {
    color: #458BF2;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 3px;
}
.module-list-2 .description {
    color: #545454;
    font-size: 16px;
    line-height: 1.5;
}
.module-list-2 .cash-list{
    margin-top: 5px;
}
.module-list-2 .cash-list img{
    margin-right: 10px;
}
.module-list-2 .box.has-icon{
    padding-right: 100px;
}
.module-list-2 .box.has-icon.icon-bell:after{
    content: "";
    background: url(../../images/common/cart/icon-bell.png);
    width: 48px;
    height: 48px;
    position: absolute;
    right: 21px;
    top: 7px;
}
.module-list-2 .box.has-icon.icon-google-verify:after{
    content: "";
    background: url(../../images/common/cart/icon-google-verify.png);
    width: 48px;
    height: 47px;
    position: absolute;
    right: 21px;
    top: 7px;
}
.module-list-2 .box.has-icon.icon-ssl:after{
    content: "";
    background: url(../../images/common/cart/icon-ssl.svg);
    width: 49px;
    height: 52px;
    position: absolute;
    right: 21px;
    top: 7px;
}
.security-mid-pic {
    text-align: center;
    margin-bottom: 78px;
}
.module-title-5{
    color: #333333;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0;
    text-align: center;
    letter-spacing: 3.5px;
}
.module-title-5 span{
    color: #C60033;
}
.module-sub-text-4 {
    color: #B8B8B8;
    font-size: 22px;
    text-align: center;
    margin-bottom: 30px;
}
.security-list-2{
    display: grid;
    grid-template-columns: 45% 55%;
    max-width: 788px;
    margin-left: auto;
    margin-right: auto;
    row-gap: 7px;
}
.security-list-2 .box{
    padding-left: 30px;
    position: relative;
}
.security-list-2 .box:before{
    content: "";
    background: url(../../images/common/cart/cart-check-icon-5.svg);
    width: 20px;
    height: 20px;
    position: absolute;
    left: 2px;
    top: 6px;
}
.security-list-2 .name{
    color: #4A4A4A;
    font-size: 18px;
}




.ct-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px;
}
.ct-list .box{
    width: 20%;
    box-sizing: border-box;
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 30px;
    overflow: hidden;
}
.ct-list .name{
    color: #333333;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 1.7;
    margin: 0;
    margin-bottom: 5px;
}
.ct-list .content-bottom{
    background: #EEEEEE;
    padding: 10px;
    box-sizing: border-box;
    height: 100%;
}
.ct-list .link{
    display: block;
    width: calc(100%);
    text-align: center;
    background: linear-gradient(to right, #ec575a, #BC0303, #ec575a, #BC0303, #ec575a);
    border-radius: 5px;
    margin-bottom: 10px;
    transition: all .0s ease;
    margin-left: auto;
    margin-right:auto;
    animation: grahover 4s linear infinite;
    background-size: 400%;
    color: #FFF;
    line-height: 1.5;
    font-size: 20px;
    letter-spacing: 2px;
    padding-top: 1px;
    padding-bottom: 1px;
}
.ct-list .link:hover{
    background: linear-gradient(to right, #545454, #252525, #545454, #252525, #545454);
    animation: grahover 4s linear infinite;
    background-size: 400%;
}
.ct-list .fancybox{
    position: relative;
    display: block;
}
.ct-list .fancybox:before {
    content: "";
    background: #fabb327d;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all .3s ease;
}
.ct-list .fancybox:hover:before {
    opacity: 1;
}
.ct-list .fancybox:after {
    content: "";
    background: url(../../images/common/cart/search-icon.svg);
    width: 30px;
    height: 30px;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all .3s ease;
}
.ct-list .fancybox:hover:after {
    opacity: 1;
}
@media(max-width:1300px){
    .sect-tab .tab .tablinks {
        font-size: 16px;
        padding: 4px 10px 6px;
    }
    .ct-list {
        justify-content: flex-start;
        margin-left: 0;
        margin-right: 0;
    }
    .ct-list .box {
        width: 25%;
    }
}
@media(max-width:1200px){
    .banner .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .banner .b-main-pic img {
        max-height: 400px;
        min-height: 400px;
    }
    .b-title-box {
        max-width: 550px;
        margin-left: auto;
        margin-right: auto;
        margin-top: -326px;
        padding: 0;
        margin-bottom: 5px;
    }
    .b-title-box .b-title-1 {
        width: calc(100%);
        max-width: 600px;
        padding: 0;
        font-size: 16px;
        letter-spacing: 2px;
    }
    .b-title-box .b-title-2 span {
        font-size: 25px;
    }
    .b-title-box .b-title-1:nth-child(1){
        font-size: 18px;
        letter-spacing: 3px;
    }
    .b-title-box .b-title-2 {
        font-size: 60px; 
    }
    .b-info-box {
        width: calc(100% - 0px);
        margin-left: auto;
        max-width: unset;
        margin-right: auto;
        padding: 0;
    }
    .b-info-box .b-info-title {
        font-size: 16px;
        max-width: 550px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-bottom: 48px;
    }
    .b-info-box .b-info-title .b-sub-title {
        right: -65px;
        top: -74px;
        width: 82px;
        height: 61px;
        font-size: 13px;
        padding-top: 12px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .b-info-list {
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 61px;
    }
    .b-info-list .box {
        width: calc(50% - 16px);
        margin-bottom: 30px;
        max-width: 150px;
    }
    .b-info-list .name {
        font-size: 16px;
    }
    .b-info-list .box:before {
        width: 100%;
        height: auto;
        left: calc(50% - 75px);
        aspect-ratio: 1 / 1;
        background: #f5f5f5;
        top: unset;
        bottom: -34px;
        max-width: 150px;
    }
    .b-info-list .pic {
        width: 70px;
        height: 85px;
        margin-bottom: 13px;
    }
    .b-price-box .b-price-title {
        font-size: 22px;
        text-align: center;
    }
    .b-price-list .box .name:before {
        top: -8px;
        left: -5px;
    }
    .b-price-list .box .description {
        padding-left: 45px;
        padding-right: 15px;
    }
    .b-price-list .box .name {
        font-size: 17px;
        margin-bottom: 10px;
        padding-left: 45px;
    }
    .b-price-list .box .price {
        font-size: 50px;  
        top: -19px;
        right: 20px;
    }
    .b-price-list .box .description .p-1 {
        font-size: 15px;
    }
    .b-price-list .box .price2 {
        font-size: 17px;
        right: 20px;
        top: 13px;
    }
    .module-other-box,
    .module-other-box .other-list {
        height: unset;
    }
    .module-other-box .title {
        position: relative;
        font-size: 24px;
        top: 0;
        left: 0;
        line-height: 1.4;
        margin-bottom: 6px;
    }
    .module-other-box .text {
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 25px;
    }
    .other-list{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .module-other-box .box.other-1, 
    .module-other-box .box.other-2, 
    .module-other-box .box.other-3, 
    .module-other-box .box.other-4, 
    .module-other-box .box.other-5, 
    .module-other-box .box.other-6, 
    .module-other-box .box.other-7,
    .module-other-box .box.other-8, 
    .module-other-box .box.other-9, 
    .module-other-box .box.other-10, 
    .module-other-box .box.other-11, 
    .module-other-box .box.other-12, 
    .module-other-box .box.other-13 {
        background: #FAFAFA !important;
        width: 300px !important;
        height: auto !important;
        left: 0 !important;
        top: 0 !important;
        transform: none !important;
        position: relative !important;
        margin-bottom: 15px;
        border-radius: 10px;
        filter: unset;
        box-shadow: unset;
        margin-left: 8px;
        margin-right: 8px;
        padding: 10px 10px !important;
        box-sizing: border-box;
        display: flex !important;
        justify-content: flex-start;
        align-items: center;
        text-align: left !important;
        padding-left: 43px !important;
        border: 1px solid #DBDBDB;
        animation-delay: 0.3s !important;
    }
    .module-other-box .box .description {
        display: none;
    }
    .module-other-box .box.other-1 .name, 
    .module-other-box .box.other-2 .name, 
    .module-other-box .box.other-3 .name, 
    .module-other-box .box.other-4 .name, 
    .module-other-box .box.other-5 .name, 
    .module-other-box .box.other-6 .name, 
    .module-other-box .box.other-7 .name,
    .module-other-box .box.other-8 .name, 
    .module-other-box .box.other-9 .name, 
    .module-other-box .box.other-10 .name,  
    .module-other-box .box.other-11 .name, 
    .module-other-box .box.other-12 .name, 
    .module-other-box .box.other-13 .name{
        font-size: 18px !important;
        line-height: 1.4 !important;
        color: #8D8D8D !important;
        font-weight: normal !important;
        text-align: left !important;
        margin: 0 !important;
    }
    .module-other-box .box .name.style2 span {
        display: none !important;
    }
    .module-other-box .box .name .break {
        display: none;
    }
    .module-other-box .box:before{
        display: none;
    }
    .module-other-box .box .name:before {
        content: '';
        background: url(../../images/common/module/module-check-icon-1.svg);
        width: 27px;
        height: 25px;
        position: absolute;
        top: 9px;
        left: 9px;
    }
    .module-other-box .other-s-1,
    .module-other-box .other-s-2,
    .module-other-box .other-s-3,
    .module-other-box .other-s-4,
    .module-other-box .other-s-5,
    .module-other-box .other-s-6,
    .module-other-box .other-s-7{
        display: none !important;
    }
    .module-inquiry-btn {
        margin-top: 20px;
        margin-bottom: 50px;
    }
}
@media(max-width:1100px){
    .module-phone-list {
        padding-left: 50px;
        padding-right: 50px;
        margin-bottom: 40px;
    }
    .module-phone-list .slick-dots {
        margin-left: -50px;
    }
    .ct-list .box {
        width: 33%;
    }
}
@media(max-width:1000px){
    .banner .b-main-pic img {
        max-height: 355px;
        min-height: 355px;
    }
    .b-title-box {
        max-width: 477px;
        margin-top: -303px;
    }
    .b-info-box .b-info-title {
        max-width: 477px;
        letter-spacing: 1px;
        margin-bottom: 22px;
        margin-top: 7px;
    }
    .b-info-list {
        max-width: 660px;
        margin-left: auto;
        margin-right: auto;
    }
    .b-info-box .b-info-title .b-sub-title {
        right: 7px;
        top: -116px;
    }
    .b-info-list .box {
        margin-bottom: 50px;
    }
    .sect-tab-content .tabcontent {
        padding: 40px 0 40px 0;
    }
    .sect-tab-content .module-title-1 {
        font-size: 26px;
        line-height: 1.4;
        letter-spacing: 2px;
        margin-bottom: 6px;
    }
    .sect-tab-content .module-sub-title-s {
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 5px;
        color: #444444;
    }
    .module-rwd-box .rwd-title {
        font-size: 50px;
        line-height: 50px;
        left: calc(50% - 168px);
        letter-spacing: 2px;
    }
    .module-rwd-box .rwd-pic {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        left: 27px;
    }
    .module-rwd-box {
        height: 273px;
        width: 100%;
        margin-top: 15px;
        padding-top: 47px;
        margin-bottom: 15px;
    }
    .module-rwd-box .rwd-left {
        background-size: contain;
        background-repeat: no-repeat;
        width: 100px;
        font-size: 16px;
        padding-top: 33px;
        left: calc(50% - 198px);
        top: 81px;
        z-index: 1;
    }
    .module-rwd-box .rwd-right {
        background-size: contain;
        background-repeat: no-repeat;
        width: 130px;
        font-size: 16px;
        left: calc(50% + 77px);
        z-index: 1;
        line-height: 1.3;
        padding-top: 36px;
        padding-left: 17px;
    }
    .module-rwd-box .text-2 {
        font-size: 18px;
    }
    .module-rwd-box .text-3 {
        font-size: 24px;
    }
    .seesaw-box {
        width: 450px;
        height: 241px;
        margin-top: 20px;
    }
    .seesaw-box .pic-3 {
        width: 42px;
        height: 41px;
        left: calc(50% - 21px);
    }
    .seesaw-box .pic-2 {
        width: 410px;
        height: 155px;
        left: calc(50% - 205px);
        bottom: 32px;
    }
    .seesaw-box .pic-1 {
        width: 230px;
        height: 184px;
        left: calc(50% - 255px);
        top: -16px;
    }
    .seesaw-box .text {   
        font-size: 15px;  
        right: calc(50% - 226px);
        top: 38px;
    }
    .module-list-1 {
        flex-direction: column;
        margin-bottom: 20px;
    }
    .module-list-1 .box {
        width: 100%;
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
    .module-phone-list .box .name {
        font-size: 20px;
    }
    .module-phone-list .box .description,
    .module-phone-list .box .description2 {
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 3px;
    }
    .module-unlimited-box {
        margin-bottom: 35px;
    }
    .module-unlimited-box .text { 
        font-size: 100px;
        line-height: 100px; 
    }
    .module-unlimited-box .title {
        font-size: 25px;
        line-height: 1.4;
        letter-spacing: 2px;
    }
    .five-star-box {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .five-star-list {
        margin-top: 30px;
    }
    .five-star-list .box {
        width: 300px;
        min-width: 300px;
        height: 110px;
        margin-right: 30px;
        padding: 10px 10px 10px;
    }
    .five-star-list .box .pic {
        width: 90px;
        height: 90px;
    }
    .five-star-list .box .text {
        width: calc(100% - 100px);
        padding-left: 13px;
        padding-top: 0;
        padding-right: 10px;
    }
    .five-star-list .box .name {
        font-size: 16px;
        line-height: 32px;
        height: 40px;
        margin-bottom: 11px;
    }
    .five-star-list .box .name:before {
        height: 3px;
    }
    .five-star-list .box .description {
        color: #666666;
        font-size: 13px;
        -webkit-line-clamp: 2;
        height: 41px;
    }
    .five-star-list.swiper--bottom {
        margin-top: 18px;
    }
    .module-func-list {
        margin-top: 25px;
        margin-left: -10px;
        margin-right: -10px;
    }
    .module-func-list .box {
        width: 175px;
        height: 80px;
        margin-left: 5px;
        margin-right: 5px;
        padding: 15px 5px;
        margin-bottom: 20px;
    }
    .module-func-list .box .text {
        padding-left: 11px;
        width: calc(100% - 77px);
    }
    .module-func-list .box .description {
        font-size: 14px;
        letter-spacing: 0.5px;
    }
    .module-func-list .box .pic {
        width: 40px;
        height: 40px;
    }
    .module-func-list .box .pic img{
        transform: scale(0.7);
    }
    .module-func-list .box .pic img {
        transform: scale(0.7);
        position: relative;
        top: -9px;
    }
    .module-inquiry-box {
        width: 100%;
        max-width: 850px;
        margin-bottom: 30px;
    }
    .module-inquiry-box .title {
        font-size: 17px;
        line-height: 1.4;
    }
    .module-inquiry-box .text {
        font-size: 15px;
        letter-spacing: 2px;
        line-height: 1.4;
    }
    .module-func-list-2 .box {
        margin-bottom: 0px;
    }
    .module-func-list-2 .name {
        font-size: 20px;
        letter-spacing: 2px;
    }
    .module-func-list-2 {
        margin-top: 30px;
    }
    .sect-tab-content .module-title-3 {
        font-size: 26px;
        line-height: 1.4;
        margin-bottom: 53px;
        letter-spacing: 2px;
    }
    .sect-tab-content .module-title-1.style3 {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .sect-tab-content .module-title-1.style3 span {
        font-size: 30px;
    }
    .module-sub-text-2 {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 30px;
    }
    .module-editor-list {
        display: flex;
        min-height: 400px;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
    }
    .module-editor-list:before {
        width: 684px;
        height: 400px;
        left: calc(50% - 342px);
        background-size: contain;
        bottom: calc(50% - 200px);
    }
    .module-editor-list .box {
        width: 40%;
        margin-bottom: 20px;
    }
    .module-editor-list .box:nth-child(1),
    .module-editor-list .box:nth-child(3)  {
        text-align: right;
    }
    .module-editor-list .box:nth-child(2),
    .module-editor-list .box:nth-child(4)  {
        text-align: left;
    }
    .module-editor-list .box img{
        max-width: 200px;
        width: 100%;
    }
    .module-plugin-list {
        flex-direction: column;
        justify-content: center;
        margin-bottom: 30px;
    }
    .module-plugin-list .box {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 20px;
        text-align: center;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .security-list-style {
        margin-bottom: 30px;
    }
    .module-list-2 .name {
        font-size: 20px;
    }
    .module-list-2 .description {
        font-size: 15px;
    }
    .module-list-2 .cash-list img {
        margin-bottom: 5px;
    }
    .security-mid-pic {
        width: 80%;
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
    }
    .module-title-5 {
        font-size: 26px;
        line-height: 1.4;
        letter-spacing: 2px;
        margin-bottom: 5px;
    }
    .module-sub-text-4 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .security-list-2 {
        grid-template-columns: 100%;
    }
    .security-list-2 .name {
        font-size: 15px;
    }
    .security-list-2 .box:before {
        top: 2px;
    }
}
@media(max-width:760px){
    .module-func-list-2 .box {
        width: 100%;
        margin-left: 15px;
        margin-right: 15px;
    }
    .ct-list {
        justify-content: center;
    }
    .ct-list .box {
        width: 50%;
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 30px;
    }
    .ct-list .name {
        font-size: 20px;
        line-height: 1.5;
    }
    .ct-list .link {
        font-size: 17px;
        padding-top: 3px;
        padding-bottom: 3px;
    }
}
@media(max-width:500px){
    .b-info-box .b-info-title .b-sub-title {
        right: 0;
    }
    .b-price-list .box .price {
        font-size: 26px;
        top: 8px;
    }
    .b-price-list .box .price2 {
        font-size: 15px;
        right: 20px;
        top: 15px;
    }
    .module-rwd-box .rwd-pic {
        max-width: unset;
        left: 8px;
    }
    .module-rwd-box .rwd-title {
        font-size: 45px;
        line-height: 45px;
        left: calc(50% - 152px);
        letter-spacing: 2px;
    }
    .module-rwd-box .rwd-left {
        left: 0;
    }
    .module-rwd-box .rwd-right {
        left: unset;
        right: 0;
        top: 32px;
    }
    .module-rwd-box {
        height: unset;
    } 
    .module-phone-list .box .description2 {
        color: #9f9f9f;
    }
    .seesaw-box {
        width: unset;
        height: 179px;
        margin-top: 30px;
    }
    .seesaw-box .pic-2 {
        width: 300px;
        height: 119px;
        left: calc(50% - 150px);
        bottom: 29px;
    }
    .seesaw-box .text {
        right: calc(50% - 181px);
        top: 11px;
    }
    .seesaw-box .pic-1 {
        width: 202px;
        height: 184px;
        left: calc(50% - 196px)
    }
    .module-list-1 .box {
       padding: 10px 15px;
    }
    .module-list-1 .name {
        font-size: 17px;
    }
    .module-list-1 .text {
        padding-top: 10px;
        padding-left: 15px;
    }
    .module-list-1 .pic {
        padding-top: 10px;
    }
    .module-phone-list .slick-arrow {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .module-phone-list .slick-arrow:before {
        font-size: 27px;
    }
    .module-phone-list .slick-next:before {
        right: 14px;
        top: -3px;
    }
    .module-phone-list .slick-prev:before {
        left: 14px;
        top: -3px;
    }
    .module-phone-list:before {
        height: calc(100% - 80px);
        border-radius: 20px;
        top: 80px;
        max-height: unset;
        padding-top: 20px;
    }
    .module-unlimited-box .text {
        font-size: 60px;
        line-height: 60px;
        white-space: nowrap;
        margin-bottom: 20px;
    }
    .module-inquiry-box {
        padding-left: 20px;
        padding-right: 20px;
    }
    .module-inquiry-box:after {
       display: none;
    }
}
@media(max-width:400px){
    .sect-tab .tab .tablinks {
        line-height: 1.2;
        letter-spacing: 2px;
        padding: 6px 10px 7px;
    }
    .sect-tab .tab .tablinks .m-break{
        display: block;
    }
    .sect-tab .tab .tablinks:before {
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    }
    .b-info-list .box:before {
        left: 0;
        max-width: unset;
    }
    .b-price-list .box .name {
        font-size: 16px;
        letter-spacing: 0.5px;
    }
    .b-price-list .box .price2 {
        top: 13px;
    }
    .b-info-box .b-info-title .b-sub-title {
        right: -7px;
        top: -151px;
    }
}
@media(max-width:380px){
    .b-price-list .box .name {
        padding-bottom: 40px;
    }
    .b-price-list .box .price {
        top: 38px;
        left: 46px;
    }
    .b-price-list .box .price2 {
        top: 42px;
        left: 45px;
    }
}
@media(max-width:350px){
    .sect-tab-content .module-title-1 {
        font-size: 23px;
    }
    .module-phone-list .box .name {
        font-size: 17px;
    }
    .module-phone-list .box .description, 
    .module-phone-list .box .description2 {
        font-size: 14px;
    }
    .module-other-box .title {
        font-size: 19px;
    }
    .module-unlimited-box {
        margin-bottom: 15px;
    }
    .module-sub-text-4 {
        font-size: 15px;
    }
    .security-list-2 .name {
        font-size: 14px;
    }
}