@charset "utf-8";

h1, h2, h3, h4, h5, div, p {word-break: keep-all;}
img {max-width: 100%;}
.admin-btn {
    position: relative;
    z-index: 10;
    margin-top: 30px;
    text-align: center;
}
.admin-btn a {
    font-size: 20px;
    color: #ef2727;
    display: inline-block;
}
.title {
    text-align: center;
    margin-bottom: 80px;
}
.title p {
    font-size: 30px;
    font-weight: bold;
    color: #002b69;
    margin-bottom: 20px;
}
.title h2 {
    font-size: 50px;
    line-height: 1.3;
}
.title h2 span {color: #24b9ed;}
.title h2 img {
    display: inline-block;
    margin-top: -5px;
    margin-left: 8px;
}
.desc {
    font-size: 20px;
    line-height: 1.5;
}
.plus {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    position: relative;
    background: #24b9ed;
    display: inline-block;
}
.plus::before {
    content: "";
    background: #fff;
    width: 16px;
    height: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.plus::after {
    content: "";
    background: #fff;
    width: 4px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
@media all and (max-width: 767px) {
    .title {margin-bottom: 30px;}
    .title p {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .title h2 {font-size: 30px;}
    .title h2 img {width: 30px;}
    .plus {
        width: 30px;
        height: 30px;
    }
    .plus::before {width: 2px; height: 12px;}
    .plus::after {width: 12px; height: 2px;}
    .desc {font-size: 16px;}
}

.main {line-height: 1.4}
.main section {
    position: relative;
    padding: 150px 0;
}
.main .more-btn {
    background: #002b69;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 350px;
    width: 100%;
    height: 70px;
    border-radius: 10px;
    margin: 0 auto;
    border: none;
}
.main .more-btn b {
    font-size: 24px;
    color: #fff;
}
.main .more-btn img {
    margin-left: 10px;
    transition: all .3s;
}
.main .more-btn:hover img {margin-left: 20px;}
.main .form-group {margin-bottom: 30px;}
.main .form-group .form-label {
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}
.main .form-group .form-input {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 0 15px;
    font-size: 18px;
}
.main .form-group .form-input::placeholder {color: #aaa;}
.main select.form-input {
    background-image: url("/img/assets/arrow_bottom.svg");
    background-repeat: no-repeat;
    background-position: center right 20px;
    background-size: 12px 7px;
    -webkit-appearance:none; /* for chrome */
    -moz-appearance:none; /*for firefox*/
    appearance:none;
}

.main .banner {
    background: url(/img/assets/main_banner.jpg) center / cover no-repeat;
    text-align: center;
}
.main .banner .txt {color: #fff;}
.main .banner .txt strong {
    display: block;
    font-size: 60px;
    margin-bottom: 25px;
}
.main .banner .txt p {font-size: 24px;}
.main .banner .inquiry-form {
    max-width: 650px;
    width: 100%;
    margin: 80px auto 0;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    background: #fff;
}
.main .banner .inquiry-form .inner {
    display: flex;
    flex-wrap: wrap;
}
.main .banner .inquiry-form .form-wrap {
    width: calc(100% - 80px);
    padding: 30px;
    text-align: left;
}
.main .banner .inquiry-form .form-wrap h3 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px;
}
.main .banner .inquiry-form .form-wrap h3 b {
    font-size: 20px;
    margin-left: 8px;
    margin-right: 12px;
}
.main .banner .inquiry-form .form-wrap h3 span {
    font-size: 16px;
    color: #666;
    font-weight: normal;
}
.main .banner .inquiry-form .form-group {
    display: flex;
    margin-bottom: 0;
}
.main .banner .inquiry-form .form-group > div {
    width: calc((100% - 10px)/2);
    margin-right: 10px;
}
.main .banner .inquiry-form .form-group > div:last-child {margin-right: 0;}
.main .banner .inquiry-form .form-label {display: none;}
.main .banner .inquiry-form button {
    width: 80px;
    background: #24b9ed;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border: none;
}
.main .benefit ul {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
}
.main .benefit ul li {
    width: calc((100% - 90px)/4);
    margin-right: 30px;
    background: #f5f6fa;
    border-radius: 50px;
    padding: 60px 30px;
    text-align: center;
    position: relative;
}
.main .benefit ul li:last-child {margin-right: 0;}
.main .benefit ul li:nth-child(2n) {margin-top: 40px;}
.main .benefit ul li .badge {
    background: url(/img/assets/badge.svg) center / cover no-repeat;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: -20px;
    left: 20px;
}
.main .benefit ul li .ico {
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main .benefit ul li p {
    font-size: 24px;
    font-weight: bold;
    margin-top: 50px;
}
.main .benefit ul li p span {color: #002b69;}
.main .solution {padding-top: 0;}
.main .solution .box {
    background: url(/img/assets/main_solution_img.jpg) center / cover no-repeat;
    border-radius: 40px;
    padding: 50px 100px;
    display: flex;
    align-items: center;
    height: 500px;
    color: #fff;
}
.main .solution .box h3 {
    font-size: 40px;
    margin-bottom: 30px;
}
.main .solution .box h3 span {
    background: #fff;
    border-radius: 10px;
    color: #24b9ed;
    padding: 3px 8px;
}
.main .solution .box p {
    font-size: 24px;
    font-weight: bold;
}
.main .solution .box p span {font-size: 32px;}
.main .no {
    background: #f5f6fa;
    text-align: center;
}
.main .no .img {animation: balloon 2s ease-in-out 0s infinite alternate;}
@keyframes balloon {
    0% {transform: translateY(-20px);}
    100% {transform: translateY(20px);}
}
.main .register {text-align: center;}
.main .register h3 {
    font-size: 40px;
    margin-bottom: 50px;
}
.main .register .box-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 750px;
    margin: 0 auto 80px;
}
.main .register .box-wrap > div {
    width: calc((100% - 50px)/2);
    background: #fff;
    border-radius: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    position: relative;
    aspect-ratio: 1 / 1;
}
.main .register .box-wrap > div:first-child {
    margin-right: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main .register .box-wrap > div p {
    font-size: 30px;
    font-weight: bold;
}
.main .register .box-wrap > div .plus {margin: 15px 0;}
.main .register .box-wrap > div b {
    color: #24b9ed;
    text-decoration: underline;
}
.main .register .box-wrap > div .deco > div {position: absolute;}
.main .register .box-wrap > div .deco .deco-01 {left: -40px; bottom: 40px;}
.main .register .box-wrap > div .deco .deco-02 {top: -30px; left: 40%;}
.main .register .box-wrap > div .deco .deco-03 {top: 50px; right: -20px;}
.main .register .box-wrap > div:last-child {
    padding-top: 70px;
    overflow: hidden;
}
.main .register .box-wrap > div:last-child .img {
    position: absolute;
    right: 50px;
    bottom: -5px;
}
.main .calculate::before {
    content: "";
    background: url(/img/assets/main_calculate_bg.jpg) center / cover no-repeat;
    width: 100%;
    height: 550px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.main .calculate .container {
    position: relative;
    z-index: 1;
}
.main .calculate .title {color: #fff;}
.main .calculate .title span {
    background: #fff;
    color: #24b9ed;
    padding: 3px 10px;
}
.main .calculate .box-wrap {
    background: #fff;
    border-radius: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    padding: 80px;
}
.main .calculate .box-wrap .radio-group {display: flex;}
.main .calculate .box-wrap .radio-group > div {
    width: calc((100% - 20px)/3);
    margin-right: 10px;
}
.main .calculate .box-wrap .radio-group > div:last-child {margin-right: 0;}
.main .calculate .box-wrap .radio-group input[type=radio] {
    overflow: hidden;
    display: none;
    width: 0px;
    height: 0px;
    border: 0 none;
    font-size: 0;
    line-height: 0;
    clip: rect(0 0 0 0);
    opacity: 0;
}
.main .calculate .box-wrap .radio-group input[type=radio] + label {
    width: 100%;
    background: #f5f6fa;
    border-radius: 10px;
    cursor: pointer;
    padding: 20px;
    text-align: center;
    display: block;
    height: auto;
}
.main .calculate .box-wrap .radio-group input[type=radio] + label span {display: block;}
.main .calculate .box-wrap .radio-group input[type=radio] + label .name {
    font-size: 18px;
    font-weight: bold;
    color: #666;
    margin-bottom: 10px;
    display: inline-block;
}
.main .calculate .box-wrap .radio-group input[type=radio] + label .name b {
    font-size: 30px;
    color: #111;
    font-weight: 600;
    line-height: 1.2;
}
.main .calculate .box-wrap .radio-group input[type=radio] + label .sub-name {
    font-size: 18px;
    background: none !important;
    width: auto !important;
    height: auto !important;
}
.main .calculate .box-wrap .radio-group input[type=radio] + label .price {
    border-top: 1px solid rgba(0,0,0,0.1);
    margin-top: 15px;
    padding-top: 12px;
    font-size: 18px;
}
.main .calculate .box-wrap .radio-group input[type=radio] + label .price b {
    font-size: 22px;
    color: #24b9ed;
}
.main .calculate .box-wrap .radio-group input[type=radio]:checked + label {
    background: #24b9ed;
    color: #fff;
}
.main .calculate .box-wrap .radio-group input[type=radio]:checked + label .name,
.main .calculate .box-wrap .radio-group input[type=radio]:checked + label .name b,
.main .calculate .box-wrap .radio-group input[type=radio]:checked + label .price b {color: #fff;}
.main .calculate .box-wrap .radio-group input[type=radio]:checked + label .price {border-top: 1px solid rgba(255,255,255,0.3)}
.main .calculate .box-wrap .check-group {
    position: absolute;
    top: 30px;
    right: 40px;
}
.main .calculate .box-wrap .check-group input[type=checkbox] {
    overflow: hidden;
    display: none;
    width: 0px;
    height: 0px;
    border: 0 none;
    font-size: 0;
    line-height: 0;
    clip: rect(0 0 0 0);
    opacity: 0;
}
.main .calculate .box-wrap .check-group input[type=checkbox] + label {
    display: flex;
    cursor: pointer;
}
.main .calculate .box-wrap .check-group input[type=checkbox] + label .check {
    width: 16px;
    height: 16px;
    border: 1px solid #d0d4df;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
    border-radius: 3px;
    line-height: 12px;
    text-align: center;
    margin-top: 2px;
}
.main .calculate .box-wrap .check-group input[type=checkbox] + label .check img {width: 10px; height: 7px;}
.main .calculate .box-wrap .check-group input[type=checkbox] + label .txt {
    font-size: 16px;
    width: calc(100% - 22px);
}
.main .calculate .box-wrap .check-group input[type=checkbox]:checked + label .check {
    background: #002b69;
    border: 1px solid #002b69;
}

.main .calculate .box-wrap .slider-controls {
    position: absolute;
    top: 30px;
    right: 40px;
    display: flex;
    align-items: center;
}
.main .calculate .box-wrap .slider-controls > div {cursor: pointer;}
.main .calculate .box-wrap .slider-controls .prev-btn {
    border-right: 1px solid #ddd;
    padding-right: 20px;
    margin-right: 20px;
}

.main .calculate .box-wrap .inner {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
}
.main .calculate .box-wrap .inner .left {
    width: 67%;
    padding-right: 50px;
}
.main .calculate .box-wrap .inner .left ul li {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 80px 40px 40px;
    position: relative;
    margin-bottom: 30px;
}
.main .calculate .box-wrap .inner .left ul li:last-child {margin-bottom: 0;}
.main .calculate .box-wrap .inner .left ul li h3 {
    position: absolute;
    top: 20px;
    left: -10px;
}
.main .calculate .box-wrap .inner .left ul li h3::after {
    content: "";
    background: url(/img/assets/main_calculate_title_obj.svg) center / cover no-repeat;
    display: block;
    width: 10px;
    height: 10px;
}
.main .calculate .box-wrap .inner .left ul li h3 span {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: #535c68;
    display: inline-block;
    padding: 0 35px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.main .calculate .box-wrap .inner .right {width: 33%;}
.main .calculate .box-wrap .inner .right .right-inner {
    background: #f5f6fa;
    border-radius: 10px;
    padding: 40px;
}
.main .calculate .box-wrap .inner .right .price {margin: 0 0 30px;}
.main .calculate .box-wrap .inner .right .price li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    color: #666;
}
.main .calculate .box-wrap .inner .right .price li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    color: #111;
}
.main .calculate .box-wrap .inner .right .price li h4 {
    font-size: 20px;
}
.main .calculate .box-wrap .inner .right .price li .value {font-size: 18px;}
.main .calculate .box-wrap .inner .right .price li .value b {
    font-size: 24px;
}
.main .calculate .box-wrap .inner .right .price li .caption {
    width: 100%;
    font-size: 14px;
    margin-top: 5px;
}
.main .calculate .box-wrap .inner .right .price li:last-child .value b {color: #24b9ed;}
.main .calculate .box-wrap .inner .right .box {
    background: #fff;
    border-radius: 10px;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #666;
    font-weight: 700;
}
.main .calculate .box-wrap .inner .right .box h4 {
    display: flex;
    align-items: center;
    color: #24b9ed;
}
.main .calculate .box-wrap .inner .right .box h4 b {
    margin-left: 5px;
    font-weight: 700;
}
.main .calculate .box-wrap .inner .right .note {
    font-size: 14px;
    margin-top: 30px;
}
.main .calculate .box-wrap .inner .right .more-btn {
    height: 60px;
    max-width: none;
    margin-top: 25px;
}
.main .calculate .box-wrap .inner .right .more-btn b {font-size: 20px;}
.main .calculate .box-wrap .inner .right .more-btn img {width: 17px; height: 15px;}
.main .calculate .box-wrap .inner .right .banner-wrap {
    margin-top: 20px;
    border-radius: 10px;
    overflow: hidden;
}


/*통신사*/
.main .calculate .box-wrap .provider .radio-group input[type=radio] + label .name {
    width: 100% !important;
    height: 40px !important;
}
.main .calculate .box-wrap .provider .radio-group #provider_lg + label .name {
    background: url(/img/assets/logo_lg.png) center no-repeat;
    background-size: 100px 27px;
}
.main .calculate .box-wrap .provider .radio-group #provider_kt + label .name {
    background: url(/img/assets/logo_kt.png) center no-repeat;
    background-size: 37px 30px;
}
.main .calculate .box-wrap .provider .radio-group #provider_sk + label .name {
    background: url(/img/assets/logo_sk.png) center no-repeat;
    background-size: 49px 38px;
}
.main .calculate .box-wrap .provider .radio-group #provider_skylife + label .name {
    background: url(/img/assets/logo_skylife.png) center no-repeat;
    background-size: 97px 28px;
}
.main .calculate .box-wrap .provider .radio-group #provider_hellovision + label .name {
    background: url(/img/assets/logo_hellovision.png) center no-repeat;
    background-size: 118px 17px;
}
.main .calculate .box-wrap .provider .radio-group #provider_dlive + label .name {
    background: url(/img/assets/logo_dlive.png) center no-repeat;
    background-size: 89px 29px;
}
.main .calculate .box-wrap .provider .radio-group #provider_lg:checked + label .name {background-image: url(/img/assets/logo_lg_white.png);}
.main .calculate .box-wrap .provider .radio-group #provider_kt:checked + label .name {background-image: url(/img/assets/logo_kt_white.png);}
.main .calculate .box-wrap .provider .radio-group #provider_sk:checked + label .name {background-image: url(/img/assets/logo_sk_white.png);}
.main .calculate .box-wrap .provider .radio-group #provider_skylife:checked + label .name {background-image: url(/img/assets/logo_skylife_white.png);}
.main .calculate .box-wrap .provider .radio-group #provider_hellovision:checked + label .name {background-image: url(/img/assets/logo_hellovision_white.png);}
.main .calculate .box-wrap .provider .radio-group #provider_dlive:checked + label .name {background-image: url(/img/assets/logo_dlive_white.png);}

/*전화*/
.main .calculate .box-wrap .phone .radio-group input[type=radio] + label .name b {font-size: 20px;}

@media all and (max-width: 1200px) {
    .main .calculate .box-wrap {padding: 50px;}
    .main .calculate .box-wrap .inner .left ul li {padding: 80px 30px 30px;}
}
@media all and (max-width: 1024px) {
    .main .banner {
        background-image: url(/img/assets/main_banner_m.jpg);
        padding: 200px 0;
    }
    .main .calculate .box-wrap {padding: 50px;}
    .main .calculate .box-wrap .inner .right {padding: 35px;}
    .main .calculate .box-wrap .check-group {
        left: 135px;
        right: auto;
    }
    .main .calculate .box-wrap .inner .left {padding-right: 30px;}
    .main .calculate .box-wrap .inner .right .price li h4 {font-size: 18px;}
}
@media all and (max-width: 991px) {
    .main .benefit ul {margin-bottom: -30px;}
    .main .benefit ul li {
        width: calc((100% - 30px)/2);
        margin-bottom: 30px;
        margin-top: 0 !important;
        padding: 50px 20px;
    }
    .main .benefit ul li:nth-child(2n) {margin-right: 0;}
    .main .benefit ul li p {margin-top: 30px;}
    .main .no .img img {
        max-width: 500px;
        width: 100%;
    }
    .main .solution .box {
        padding: 30px 50px;
        height: 400px;
    }
    .main .calculate {padding-top: 100px;}
    .main .calculate::before {height: 400px;}
    .main .calculate .box-wrap .inner .left {
        width: 100%;
        padding: 0 0 30px;
    }
    .main .calculate .box-wrap .inner .right {width: 100%;}
}
@media all and (max-width: 767px) {
    .main section {padding: 80px 0;}
    .main .more-btn {height: 50px;}
    .main .more-btn b {font-size: 18px;}
    .main .more-btn img {width: 17px; height: 15px;}
    .main .form-group {margin-bottom: 15px;}
    .main .form-group .form-label {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .main .form-group .form-input {
        height: 45px;
        padding: 0 10px;
        font-size: 16px;
    }
    .main select.form-input {background-position: center right 10px;}
    .main .banner {padding: 80px 0;}
    .main .banner .txt strong {
        font-size: 36px;
        margin-bottom: 15px;
        text-shadow: 0 0 10px rgba(0,0,0,0.2);
    }
    .main .banner .txt p {
        font-size: 20px;
        text-shadow: 0 0 10px rgba(0,0,0,0.2);
    }
    .main .banner .inquiry-form {margin-top: 40px;}
    .main .banner .inquiry-form .form-wrap {
        width: 100%;
        padding: 20px;
    }
    .main .banner .inquiry-form .form-wrap h3 {margin-bottom: 10px;}
    .main .banner .inquiry-form .form-wrap h3 b {font-size: 18px;}
    .main .banner .inquiry-form .form-wrap h3 span {
        display: block;
        font-size: 14px;
        width: 100%;
        margin-top: 3px;
    }
    .main .banner .inquiry-form button {
        width: 100%;
        font-size: 16px;
        padding: 12px;
    }
    .main .benefit ul li {
        width: calc((100% - 15px)/2);
        margin-right: 15px;
        margin-bottom: 15px;
        padding: 25px 15px;
        border-radius: 30px;
    }
    .main .benefit ul li .badge {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        top: -10px;
        left: 15px;
    }
    .main .benefit ul li .ico {height: 80px;}
    .main .benefit ul li .ico img {
        max-width: 60px;
        max-height: 80px;
    }
    .main .benefit ul li p {
        font-size: 18px;
        margin-top: 15px;
    }
    .main .solution .box {
        background-image: url(/img/assets/main_solution_img_m.jpg);
        height: 400px;
        padding: 40px 30px;
        border-radius: 30px;
        text-align: center;
        align-items: start;
    }
    .main .solution .box .txt {width: 100%;}
    .main .solution .box h3 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .main .solution .box h3 span {border-radius: 5px;}
    .main .solution .box p {font-size: 18px;}
    .main .solution .box p span {font-size: 20px;}
    .main .register h3 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .main .register .box-wrap {margin-bottom: 30px;}
    .main .register .box-wrap > div {
        width: calc((100% - 15px)/2);
        border-radius: 30px;
    }
    .main .register .box-wrap > div:first-child {margin-right: 15px;}
    .main .register .box-wrap > div:last-child {padding-top: 20px;}
    .main .register .box-wrap > div p {font-size: 18px;}
    .main .register .box-wrap > div .plus {margin: 10px 0;}
    .main .register .box-wrap > div:last-child .img {right: 20px;}
    .main .register .box-wrap > div:last-child .img img {width: 80px;}
    .main .register .box-wrap > div .deco .deco-01 {left: -20px;}
    .main .register .box-wrap > div .deco .deco-01 img {width: 45px;}
    .main .register .box-wrap > div .deco .deco-02 {top: -15px;}
    .main .register .box-wrap > div .deco .deco-02 img {width: 30px;}
    .main .register .box-wrap > div .deco .deco-03 {top: 55px; right: -10px;}
    .main .register .box-wrap > div .deco .deco-03 img {width: 40px;}
    .main .calculate {padding-top: 50px;}
    .main .calculate::before {height: 200px;}
    .main .calculate .box-wrap {
        border-radius: 20px;
        padding: 25px;
    }
    .main .calculate .box-wrap .radio-group input[type=radio] + label {padding: 15px;}
    .main .calculate .box-wrap .radio-group input[type=radio] + label .name {
        font-size: 16px;
        margin-bottom: 3px;
    }
    .main .calculate .box-wrap .radio-group input[type=radio] + label .name b {font-size: 20px;}
    .main .calculate .box-wrap .radio-group input[type=radio] + label .sub-name {font-size: 14px;}
    .main .calculate .box-wrap .radio-group input[type=radio] + label .price {
        margin-top: 8px;
        padding-top: 8px;
        font-size: 16px;
    }
    .main .calculate .box-wrap .radio-group input[type=radio] + label .price b {font-size: 18px;}
    .main .calculate .box-wrap .check-group {
        position: static;
        margin-top: 15px;
    }
    .main .calculate .box-wrap .slider-controls {
        top: 18px;
        right: 15px;
    }
    .main .calculate .box-wrap .inner .left {padding-bottom: 20px;}
    .main .calculate .box-wrap .inner .left ul li {
        margin-bottom: 20px;
        padding: 55px 15px 15px;
    }
    .main .calculate .box-wrap .inner .left ul li h3 {top: 10px;}
    .main .calculate .box-wrap .inner .left ul li h3 span {
        font-size: 18px;
        height: 32px;
        line-height: 32px;
        padding: 0 20px;
    }
    .main .calculate .box-wrap .inner .right {
        margin-top: 0;
        padding: 25px;
    }
    .main .calculate .box-wrap .inner .right .price {margin-bottom: 15px;}
    .main .calculate .box-wrap .inner .right .price li {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .main .calculate .box-wrap .inner .right .price li h4 {font-size: 16px;}
    .main .calculate .box-wrap .inner .right .price li .value {font-size: 16px;}
    .main .calculate .box-wrap .inner .right .price li .value b {font-size: 20px;}
    .main .calculate .box-wrap .inner .right .box {
        padding: 10px 12px;
        font-size: 14px;
    }
    .main .calculate .box-wrap .inner .right .note {
        font-size: 14px;
        margin-top: 15px;
    }
    .main .calculate .box-wrap .inner .right .more-btn {
        height: 50px;
        margin-top: 15px;
    }
    .main .calculate .box-wrap .inner .right .more-btn b {font-size: 18px;}

    .main .calculate .box-wrap .provider .radio-group input[type=radio] + label .name {height: 35px !important;}
    .main .calculate .box-wrap .provider .radio-group #provider_lg + label .name {background-size: 85px 23px;}
    .main .calculate .box-wrap .provider .radio-group #provider_kt + label .name {background-size: 30px 24px;}
    .main .calculate .box-wrap .provider .radio-group #provider_sk + label .name {background-size: 38px 29px;}
    .main .calculate .box-wrap .provider .radio-group #provider_skylife + label .name {background-size: 80px 23px;}
    .main .calculate .box-wrap .provider .radio-group #provider_hellovision + label .name {background-size: 90px 13px;}
    .main .calculate .box-wrap .provider .radio-group #provider_dlive + label .name {background-size: 70px 23px;}

    .main .calculate .box-wrap .phone .radio-group input[type=radio] + label .name b {font-size: 16px;}
}

/*회원가입*/
.sub-register {
    padding: 50px 0;
    text-align: center;
}
.sub-register .title {margin-bottom: 40px;}
.sub-register .register-box {
    position: relative;
    margin: 80px auto;
    text-align: center;
    max-width: 600px;
    background: #fff;
    border-radius: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    padding: 60px 80px;
}
.sub-register .register-box h4 {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}
.sub-register .register-box h4::before {
    content: "";
    background: #ddd;
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
}
.sub-register .register-box h4 span {
    font-size: 18px;
    font-weight: bold;
    background: #fff;
    padding: 0 15px;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.sub-register .register-box .register-btn {
    background: #002b69;
    color: #fff;
    display: block;
    height: 60px;
    line-height: 60px;
    width: 100%;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
}
.sub-register .bottom-txt p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}
.sub-register .bottom-txt p b {
    text-decoration: underline;
    color: #777;
}
.sub-register .bottom-txt p b span {color: #111;}
.sub-register .bottom-txt .plus {margin: 0 10px;}
.sub-register .bottom-txt strong {
    margin-top: 70px;
    display: block;
    font-size: 30px;
    line-height: 1.5;
}
.sub-register .bottom-txt strong span {color: #24b9ed;}
.sub-register .bottom-txt strong img {margin-top: -5px;}
@media all and (max-width: 767px) {
    .sub-register {padding: 30px 0 0;}
    .sub-register .title {margin-bottom: 20px;}
    .sub-register .register-box {
        margin: 40px auto;
        padding: 30px;
        border-radius: 20px;
    }
    .sub-register .register-box h4 {margin-bottom: 15px;}
    .sub-register .register-box h4 span {font-size: 15px;}
    .sub-register .register-box .register-btn {
        height: 50px;
        line-height: 50px;
        font-size: 15px;
    }
    .sub-register .bottom-txt p b {
        width: 100%;
        font-size: 20px;
    }
    .sub-register .bottom-txt .plus {margin: 10px 0;}
    .sub-register .bottom-txt strong {
        font-size: 22px;
        margin-top: 40px;
    }
}

/*무선인터넷*/
.sub-tab {
    max-width: 1300px;
    margin: 0 auto;
    transition: all .3s;
}
.sub-tab ul {
    display: flex;
    background: #e9eaef;
    border-radius: 40px;
    transition: all .3s;
}
.sub-tab ul li {flex: 1;}
.sub-tab ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    height: 80px;
    border-radius: 40px;
    transition: all .3s;
}
.sub-tab ul li:last-child a {
    background: #24b9ed;
    color: #fff;
}
.sub-tab.fixed {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    z-index: 15;
    max-width: none;
}
.sub-tab.fixed ul,
.sub-tab.fixed ul li a {border-radius: 0;}

.sub-internet section {
    position: relative;
    padding: 150px 0;
}
.sub-internet .title {
    position: relative;
    z-index: 1;
}
.sub-internet .title .desc {margin-top: 40px;}
.sub-internet .note {
    font-size: 16px;
    color: #666;
    margin-top: 50px;
    line-height: 1.5;
    position: relative;
    z-index: 1;
}
.sub-internet .table-wrap table {
    width: 100%;
    font-size: 18px;
    border-collapse: collapse;
}
.sub-internet .table-wrap table th {
    background: #002b69;
    border: 1px solid rgba(255,255,255,0.2);
    padding: 18px;
    text-align: center;
    color: #fff;
}
.sub-internet .table-wrap table td {
    border: 1px solid rgba(0,0,0,0.1);
    padding: 18px;
    text-align: center;
    background: #fff;
}
.sub-internet .table-wrap table td.td-bg {
    background: #e0e2eb;
    font-weight: bold;
    width: 245px;
}
.sub-internet .table-wrap table td.left {text-align: left;}
.sub-internet .table-wrap table th.point {
    border: 3px solid #24b9ed;
    background: #24b9ed;
}
.sub-internet .table-wrap table td.point {
    border-left: 3px solid #24b9ed;
    border-right: 3px solid #24b9ed;
    color: #24b9ed;
    font-weight: bold;
}
.sub-internet .table-wrap table tr:last-child td.point {border-bottom: 3px solid #24b9ed;}

.sub-internet #about .img {
    position: absolute;
    right: 0;
    bottom: 0;
}
.sub-internet #about ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto -10px;
    z-index: 1;
    position: relative;
}
.sub-internet #about ul li {
    width: calc((100% - 20px)/3);
    margin-right: 10px;
    margin-bottom: 10px;
    background: rgba(245, 246, 250, 0.9);
    border-radius: 10px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    padding: 10px;
}
.sub-internet #about ul li:nth-child(3n) {margin-right: 0;}
.sub-internet #recommend ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -30px;
}
.sub-internet #recommend ul li {
    width: calc((100% - 30px)/2);
    margin-right: 30px;
    margin-bottom: 30px;
    display: flex;
    border-radius: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    overflow: hidden;
    background: #fff;
}
.sub-internet #recommend ul li:nth-child(2n) {margin-right: 0;}
.sub-internet #recommend ul li .img {
    width: 36%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.sub-internet #recommend ul li .txt {
    width: 64%;
    padding: 50px;
}
.sub-internet #recommend ul li .txt h3 {
    font-size: 30px;
    margin-bottom: 20px;
}
.sub-internet #special ul {
    display: flex;
    flex-wrap: wrap;
}
.sub-internet #special ul li {
    width: 33.33%;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 50px;
}
.sub-internet #special ul li:nth-child(3n) {border-right: none;}
.sub-internet #special ul li:nth-last-child(1),
.sub-internet #special ul li:nth-last-child(2),
.sub-internet #special ul li:nth-last-child(3) {border-bottom: none;}
.sub-internet #special ul li .number {
    background: url(/img/assets/badge.svg) center / cover no-repeat;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.sub-internet #special ul li h3 {
    font-size: 30px;
    margin: 30px 0 20px;
}

.sub-internet #process ul {
    display: flex;
    flex-wrap: wrap;
}
.sub-internet #process ul li {
    width: calc((100% - 150px)/4);
    margin-right: 50px;
    text-align: center;
    position: relative;
}
.sub-internet #process ul li:last-child {margin-right: 0;}
.sub-internet #process ul li::after {
    content: "";
    background: url(/img/assets/process_arrow.svg) center / cover no-repeat;
    display: block;
    width: 39px;
    height: 20px;
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
}
.sub-internet #process ul li:last-child::after {content: none;`}
.sub-internet #process ul li .step {
    font-size: 18px;
    font-weight: bold;
    color: #24b9ed;
    margin-bottom: 25px;
}
.sub-internet #process ul li .ico {
    width: 120px;
    height: 120px;
    border-radius: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e6e7ed;
    margin: 0 auto;
}
.sub-internet #process ul li h3 {
    font-size: 30px;
    margin: 25px 0 20px;
}
.sub-internet #process ul li p {
    font-size: 18px;
    line-height: 1.5;
}
.sub-internet #faq .faq-wrap > div {
    margin-bottom: 10px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border-radius: 10px;
    overflow: hidden;
}
.sub-internet #faq .faq-wrap > div:last-child {margin-bottom: 0;}
.sub-internet #faq .faq-wrap > div p {
    font-size: 18px;
    line-height: 1.5;
}
.sub-internet #faq .faq-wrap .question {
    padding: 25px 40px;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    transition: all .3s;
}
.sub-internet #faq .faq-wrap .question .arrow {
    position: absolute;
    top: 30px;
    right: 40px;
}
.sub-internet #faq .faq-wrap .question .arrow img {transition: all .3s;}
.sub-internet #faq .faq-wrap .answer {display: none;}
.sub-internet #faq .faq-wrap .answer p {padding: 25px 40px;}
.sub-internet #faq .faq-wrap > div.active .question {
    background: #24b9ed;
    color: #fff;
    border-radius: 10px;
}
.sub-internet #faq .faq-wrap > div.active .question .arrow img {transform: rotate(-180deg)}

.modal-backdrop.modal-stack {
    z-index: auto;
}
.inquiry-modal .modal-dialog {max-width: 800px;}
.inquiry-modal .modal-content {padding: 50px;}
.inquiry-modal .modal-header {
    border-bottom: none;
    padding: 0 0 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #111;
}
.inquiry-modal .modal-header h3 {font-size: 30px;}
.inquiry-modal .modal-body {
    padding: 0;
    font-size: 18px;
}
.inquiry-modal .service {
    background: #f5f6fa;
    border-radius: 10px;
    padding: 30px;
    font-size: 20px;
    margin-bottom: 30px;
}
.inquiry-modal .service h4 {
    color: #666;
    margin-right: 30px;
    display: inline-block;
}
.inquiry-modal .form-group {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}
.inquiry-modal .form-label {
    font-weight: 600;
    width: 135px;
    padding-right: 10px;
    margin-top: 10px;
}
.inquiry-modal .form-input {
    width: calc(100% - 135px);
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 50px;
    padding: 0 12px;
}
.inquiry-modal .form-input::placeholder {color: rgba(0,0,0,0.3)}
.inquiry-modal textarea.form-input {
    height: 200px;
    padding: 12px;
    line-height: 1.4;
}
.inquiry-modal .form-inner {width: calc(100% - 135px);}
.inquiry-modal .addr-group {
    width: calc(100% - 135px);
    margin-bottom: -10px;
}
.inquiry-modal .addr-group .form-input {
    width: 100%;
    margin-bottom: 10px;
}
.inquiry-modal .addr-group .form-input:read-only {background: #f5f5f5;}
.inquiry-modal .addr-group .zip-group {display: flex;}
.inquiry-modal .addr-group .zip-group .form-input {
    width: calc(100% - 130px);
    margin-right: 10px;
}
.inquiry-modal .addr-group .zip-group .form-btn {
    height: 50px;
    border-radius: 5px;
    border: 1px solid #002b69;
    font-size: 16px;
    font-weight: bold;
    background: #fff;
    color: #002b69;
    width: 120px;
}
.inquiry-modal .input-group {display: flex;}
.inquiry-modal .input-group .form-input {
    width: calc((100% - 20px)/2);
    margin-right: 20px;
}
.inquiry-modal .input-group .form-input:last-child {margin-right: 0;}
.inquiry-modal .note {
    font-size: 16px;
    color: #666;
    margin-top: 12px;
}
.inquiry-modal .agree-group {
    font-size: 16px;
    display: flex;
    align-items: center;
}
.inquiry-modal .agree-group label {margin-left: 5px;}
.inquiry-modal .agree-group .modal-btn {
    font-weight: bold;
    color: #24b9ed;
    cursor: pointer;
}
.inquiry-modal .btn-group {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.inquiry-modal .btn-group .btn {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    border-radius: 60px;
    width: 100%;
}
.inquiry-modal .btn-group .cancel-btn {
    background: #d3d5da;
    color: #666;
    margin-right: 10px;
    max-width: 120px;
}
.inquiry-modal .btn-group .submit-btn {
    background: #24b9ed;
    color: #fff;
    max-width: 220px;
}

.sub-mobile #recommend {background: #f5f6fa;}
.sub-mobile #diagram {padding-bottom: 0;}
.sub-mobile #diagram::before {
    content: "";
    background: url(/img/assets/mobile_diagram_bg.jpg) center / cover no-repeat;
    width: 100%;
    height: 600px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.sub-mobile #diagram .title {
    position: relative;
    z-index: 1;
    color: #fff;
}
.sub-mobile #diagram .box {
    background: #fff;
    border-radius: 40px;
    padding: 80px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    position: relative;
    z-index: 1;
}
.sub-mobile #plan .tab-wrap {
    display: flex;
    flex-wrap: wrap;
}
.sub-mobile #plan .tab-menu {width: 250px;}
.sub-mobile #plan .tab-menu li {
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 10px 0 0 10px;
    background: #f5f6fa;
    padding: 20px 30px;
}
.sub-mobile #plan .tab-menu li b {
    font-size: 22px;
    opacity: 0.4;
}
.sub-mobile #plan .tab-menu li.active {background: #002b69;}
.sub-mobile #plan .tab-menu li.active b {
    color: #fff;
    opacity: 1;
    line-height: 1.4;
    display: inline-block;
}
.sub-mobile #plan .tab-menu li.active b::before {
    content: "";
    background: url(/img/assets/check.svg) center / cover no-repeat;
    width: 22px;
    height: 22px;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: -2px;
}
.sub-mobile #plan .tab-content {
    width: calc(100% - 250px);
    border: 1px solid #ddd;
    padding: 60px;
    position: relative;
    text-align: center;
}
.sub-mobile #plan .tab-content > div {display: none;}
.sub-mobile #plan .tab-content > div.active {display: block;}
.sub-mobile #plan .tab-content .badge {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 110px;
    height: 110px;
    border-radius: 110px;
    background: linear-gradient(to right, #24b9ed, #2490ed);
    padding: 5px;
}
.sub-mobile #plan .tab-content .badge .inner {
    width: 100%;
    height: 100%;
    border: 1px dashed #fff;
    border-radius: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}
.sub-mobile #plan .tab-content h3 {
    font-size: 36px;
    margin-bottom: 30px;
}
.sub-mobile #plan .tab-content h3 span {color: #24b9ed;}
.sub-mobile #plan .tab-content .detail {
    margin-top: 40px;
    text-align: left;
}
.sub-mobile #plan .tab-content .detail > div {margin-bottom: 40px;}
.sub-mobile #plan .tab-content .detail > div:last-child {margin-bottom: 0;}
.sub-mobile #plan .tab-content .detail h4 {
    font-size: 24px;
    background: #24b9ed;
    border-radius: 10px 10px 0 0;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    text-align: left;
}
.sub-mobile #plan .tab-content .detail .inner {
    background: #f5f6fa;
    border-radius: 0 10px 10px 10px;
    padding: 40px;
}
.sub-mobile #plan .tab-content .detail .inner ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -15px;
}
.sub-mobile #plan .tab-content .detail .inner ul li {
    border: 1px solid #24b9ed;
    border-radius: 10px;
    padding: 30px 15px;
    background: #fff;
    text-align: center;
    margin-right: 15px;
    margin-bottom: 15px;
}
.sub-mobile #plan .tab-content .detail .inner ul li .ico {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}
.sub-mobile #plan .tab-content .detail .inner ul li h5 {font-size: 24px;}
.sub-mobile #plan .tab-content .detail .inner ul li p {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 20px;
}
.sub-mobile #plan .tab-content .detail .note {margin-top: 12px;}

.sub-mobile #plan .tab-content .detail01 .inner ul li {width: calc((100% - 30px)/3);}
.sub-mobile #plan .tab-content .detail01 .inner ul li:nth-child(3n) {margin-right: 0;}

.sub-mobile #plan .tab-content .detail02 .inner ul li {width: calc((100% - 15px)/2);}
.sub-mobile #plan .tab-content .detail02 .inner ul li:nth-child(2n) {margin-right: 0;}

.sub-mobile #plan .tab-content .detail03 .inner {
    border: 3px solid #24b9ed;
    display: flex;
    flex-wrap: wrap;
}
.sub-mobile #plan .tab-content .detail03 .inner .product {
    display: flex;
    flex-wrap: wrap;
    width: 70%;
}
.sub-mobile #plan .tab-content .detail03 .inner .product strong {
    font-size: 30px;
    display: block;
    padding-right: 30px;
    color: #24b9ed;
}
.sub-mobile #plan .tab-content .detail03 .inner .product > div {
    border-left: 1px solid #ddd;
    padding-left: 40px;
}
.sub-mobile #plan .tab-content .detail03 .inner .product > div p {font-size: 18px;}
.sub-mobile #plan .tab-content .detail03 .inner .product > div p b {font-size: 24px;}
.sub-mobile #plan .tab-content .detail03 .inner .price {
    font-size: 30px;
    color: #002b69;
    font-weight: bold;
    text-align: right;
    width: 30%;
    padding-left: 15px;
}
.sub-mobile #price {padding-top: 0;}
.sub-mobile #price .content > div {margin-bottom: 60px;}
.sub-mobile #price .content > div:last-child {margin-bottom: 0;}
.sub-mobile #price .content h3 {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.sub-mobile #price .content h3 b {
    font-size: 30px;
    margin-left: 12px;
}
.sub-mobile #device {background: url(/img/assets/mobile_device_bg.jpg) center / cover no-repeat;}
.sub-mobile #device .slider-wrap {
    max-width: 1100px;
    margin: 0 auto;
}
.sub-mobile #device .slider-wrap > div {
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
}
.sub-mobile #device .slider-wrap > div:last-child {margin-bottom: 0;}
.sub-mobile #device .slider-title {
    width: 300px;
    padding-right: 30px;
    padding-top: 20px;
}
.sub-mobile #device .slider-title p {
    font-size: 20px;
    font-weight: bold;
}
.sub-mobile #device .slider-title h3 {
    font-size: 36px;
    background: #fff;
    border: 2px solid #24b9ed;
    border-radius: 10px;
    display: inline-block;
    padding: 5px 20px;
    color: #24b9ed;
    margin: 10px 0 50px;
}
.sub-mobile #device .slider-controls {
    display: flex;
    align-items: center;
}
.sub-mobile #device .slider-controls > div {
    opacity: 0.5;
    cursor: pointer;
}
.sub-mobile #device .slider-controls .prev-btn {
    border-right: 1px solid #aaa;
    padding-right: 35px;
    margin-right: 35px;
}
.sub-mobile #device .device-slider {
    width: calc(100% - 300px);
    background: #fff;
    border-radius: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    padding: 40px;
}
.sub-mobile #device .device-slider .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.sub-mobile #device .device-slider .swiper-slide .img {
    width: 30%;
    overflow: hidden;
}
.sub-mobile #device .device-slider .swiper-slide .txt {
    width: 70%;
    padding-left: 30px;
}
.sub-mobile #device .device-slider .swiper-slide .txt h4 {
    font-size: 16px;
    color: #666;
    font-weight: normal;
    margin-bottom: 25px;
}
.sub-mobile #device .device-slider .swiper-slide .txt h4 span {
    font-size: 18px;
    color: #555;
    background: #f5f6fa;
    border-radius: 30px;
    padding: 3px 10px;
    font-weight: 600;
}
.sub-mobile #device .device-slider .swiper-slide .txt h4 b {
    font-size: 24px;
    color: #111;
    margin-left: 10px;
    margin-right: 3px;
}
.sub-mobile #device .device-slider .swiper-slide .txt p {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
}
.sub-mobile #device .device-slider .swiper-slide .txt p.box {
    background: #f5f6fa;
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
}
.sub-mobile #device .note {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.sub-mobile #faq {background: #f5f6fa;}

.sub-connect #about ul {max-width: none;}
.sub-connect #about ul li {width: calc((100% - 30px)/4);}
.sub-connect #about ul li:nth-child(3n) {margin-right: 10px;}
.sub-connect #about ul li:nth-child(4n) {margin-right: 0}
.sub-connect #method {background: #f5f6fa;}
.sub-connect #method .content > div {
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
}
.sub-connect #method .content > div:last-child {margin-bottom: 0;}
.sub-connect #method .content h3 {
    width: 26%;
    font-size: 30px;
    color: #002b69;
}
.sub-connect #method .content ul {
    width: 74%;
    background: #e6e7ee;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
}
.sub-connect #method .content ul li {
    width: calc((100% - 40px)/3);
    margin-right: 20px;
    background: #fff;
    border-radius: 15px;
    padding: 40px 20px;
    text-align: center;
}
.sub-connect #method .content ul li:last-child {margin-right: 0;}
.sub-connect #method .content ul li .ico {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.sub-connect #method .content ul li h5 {
    font-size: 24px;
    margin: 30px 0 20px;
}
.sub-connect #method .content ul li p {
    font-size: 18px;
    line-height: 1.5;
}
.sub-connect #method .content .note {margin-top: 12px;}
.sub-connect #special {background: #f5f6fa;}
.sub-connect #special .note {margin-top: 12px;}

.sub-connect #features .tab-menu {
    display: flex;
    flex-wrap: wrap;
}
.sub-connect #features .tab-menu li {
    height: 60px;
    line-height: 60px;
    padding: 0 25px;
    border-radius: 10px 10px 0 0;
    font-size: 20px;
    font-weight: 500;
    transition: all .3s;
    display: flex;
    cursor: pointer;
}
.sub-connect #features .tab-menu li.active {
    background: #24b9ed;
    color: #fff;
    font-weight: bold;
}
.sub-connect #features .tab-content > div {
    display: none;
    border: 1px solid #24b9ed;
    border-radius: 0 10px 10px 10px;
    padding: 70px 60px;
}
.sub-connect #features .tab-content > div.active {display: block;}
.sub-connect #features .tab-content ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 50px;
}
.sub-connect #features .tab-content ul li:last-child {margin-bottom: 0;}
.sub-connect #features .tab-content .img {
    width: 55%;
    border: 1px solid #ddd;
}
.sub-connect #features .tab-content .txt {
    width: 45%;
    padding-left: 50px;
}
.sub-connect #features .tab-content .txt h3 {
    font-size: 30px;
    margin-bottom: 30px;
}
.sub-connect #app {padding-bottom: 0;}
.sub-connect #app::before {
    content: "";
    background: url(/img/assets/connect_app_bg.jpg) center / cover no-repeat;
    width: 100%;
    height: 600px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.sub-connect #app .title {
    position: relative;
    z-index: 1;
    color: #fff;
}
.sub-connect #app .box {
    background: #fff;
    border-radius: 40px;
    padding: 80px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}
.sub-connect #app .box .img {
    display: flex;
    flex-wrap: wrap;
}
.sub-connect #app .box .img img {
    width: calc((100% - 40px)/5);
    margin-right: 10px;
}
.sub-connect #app .box .img img:last-child {margin-right: 0;}
.sub-connect #app .more-btn {
    background: #002b69;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 350px;
    width: 100%;
    height: 70px;
    border-radius: 10px;
    margin: 50px auto 0;
    border: none;
}
.sub-connect #app .more-btn b {
    font-size: 24px;
    color: #fff;
}
.sub-connect #app .more-btn img {
    margin-left: 10px;
    transition: all .3s;
}
.sub-connect #app .more-btn:hover img {margin-left: 20px;}

.sub-connect .price-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -40px;
}
.sub-connect .price-list li {
    width: calc((100% - 80px)/3);
    margin-right: 40px;
    margin-bottom: 40px;
    border-radius: 40px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    overflow: hidden;
}
.sub-connect .price-list li:nth-child(3n) {margin-right: 0;}
.sub-connect .price-list li .name {
    padding: 22px;
    text-align: center;
    color: #fff;
    background: #24b9ed;
}
.sub-connect .price-list li .name h3 {font-size: 30px;}
.sub-connect .price-list li .name .desc {margin-top: 10px;}
.sub-connect .price-list li .detail {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
    padding: 30px;
    min-height: 220px;
}
.sub-connect .price-list li .detail b {
    display: block;
    color: #002b69;
    margin-bottom: 10px;
}
.sub-connect .price-list li .price {padding: 0 30px 30px;}
.sub-connect .price-list li .price h4 {
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ddd;
}
.sub-connect .price-list li .price .value {text-align: right;}
.sub-connect .price-list li .price .value p {
    font-size: 18px;
    margin-top: 8px;
}
.sub-connect .price-list li .price .value p span {color: #888;}
.sub-connect .price-list li .price .value p b {
    font-size: 30px;
    margin-left: 10px;
}
.sub-connect .price-list li .inquiry-btn {
    width: calc(100% - 60px);
    margin: 0 auto 30px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    height: 50px;
    line-height: 50px;
    background: #24b9ed;
    color: #fff;
}
.sub-connect #price {padding-bottom: 0;}
.sub-connect #price .price-list li .name h3 {
    display: inline-block;
    background: #fff;
    padding: 5px 20px;
    border-radius: 50px;
}
.sub-connect #price .price-list li .price .value {min-height: 65px;}
.sub-connect #price .price-list li:first-child .name h3 {color: #24b9ed;}
.sub-connect #price .price-list li:nth-child(2) .name,
.sub-connect #price .price-list li:nth-child(2) .inquiry-btn {background: #377ce3;}
.sub-connect #price .price-list li:nth-child(2) .name h3 {color: #377ce3;}
.sub-connect #price .price-list li:nth-child(3) .name,
.sub-connect #price .price-list li:nth-child(3) .inquiry-btn {background: #002b69;}
.sub-connect #price .price-list li:nth-child(3) .name h3 {color: #002b69;}
.sub-connect #addition .price-list li {
    background: #f5f6fa;
    box-shadow: none;
}
.sub-connect #addition .price-list li .name {background: #002b69;}
.sub-connect #addition .price-list li .value p b {color: #002b69;}

.sub-connect #device {background: url(/img/assets/connect_device_bg.jpg) center / cover no-repeat;}
.sub-connect #device .device-slider .swiper-slide {
    background: #fff;
    border-radius: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 40px;
}
.sub-connect #device .device-slider .slide-title {min-height: 115px;}
.sub-connect #device .device-slider .slide-title .category {
    font-size: 18px;
    color: #555;
    background: #f5f6fa;
    border-radius: 30px;
    padding: 3px 10px;
    font-weight: 600;
    display: inline-block;
}
.sub-connect #device .device-slider .slide-title h4 {
    font-size: 30px;
    margin: 20px 0 10px;
}
.sub-connect #device .device-slider .slide-title p {font-size: 18px;}
.sub-connect #device .device-slider .img {
    margin: 20px 0;
    text-align: center;
}
.sub-connect #device .device-slider .box {
    background: #f5f6fa;
    border-radius: 10px;
    padding: 20px;
    font-size: 16px;
    color: #666;
    line-height: 1.5;
    min-height: 136px;
}
.sub-connect #device .slider-wrap {
    position: relative;
    margin-bottom: 80px;
}
.sub-connect #device .slider-wrap .prev-btn,
.sub-connect #device .slider-wrap .next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    opacity: 0.5;
}
.sub-connect #device .slider-wrap .prev-btn {left: -50px;}
.sub-connect #device .slider-wrap .next-btn {right: -50px;}
.sub-connect #faq {background: #f5f6fa;}

.sub-connect #inquiry .box-wrap {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.sub-connect #inquiry .box-wrap > div {
    width: calc((100% - 20px)/2);
    margin-right: 20px;
    border: 1px solid #24b9ed;
    border-radius: 40px;
    background: #f5f6fa;
    padding: 40px;
    text-align: center;
}
.sub-connect #inquiry .box-wrap > div:last-child {margin-right: 0;}
.sub-connect #inquiry .box-wrap h3 {
    font-size: 18px;
    color: #555;
    background: #fff;
    border-radius: 30px;
    padding: 3px 10px;
    font-weight: 600;
    display: inline-block;
}
.sub-connect #inquiry .box-wrap h4 {
    font-size: 30px;
    margin: 20px 0 30px;
}
.sub-connect #inquiry .box-wrap .ico {
    height: 87px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.inquiry-wrap {display: none;}

@media all and (max-width: 1440px) {
    .sub-connect #device .slider-wrap {padding: 0 50px;}
    .sub-connect #device .slider-wrap .prev-btn {left: 0;}
    .sub-connect #device .slider-wrap .next-btn {right: 0;}
}
@media all and (max-width: 1200px) {
    .sub-tab.fixed {top: 100px;}
}
@media all and (max-width: 1024px) {
    .sub-internet #recommend ul li .txt {padding: 30px;}
    .sub-internet #recommend ul li .txt h3 {font-size: 24px;}
    .sub-internet .desc {font-size: 18px;}
    .sub-internet #special ul li {padding: 30px;}
    .sub-mobile #diagram .box {padding: 40px;}
    .sub-mobile #plan .tab-menu {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .sub-mobile #plan .tab-menu li {
        width: calc((100% - 10px)/2);
        margin-right: 10px;
        border-radius: 10px;
    }
    .sub-mobile #plan .tab-menu li:nth-child(2n) {margin-right: 0;}
    .sub-mobile #plan .tab-content {width: 100%;}
    .sub-mobile #device .slider-title {width: 250px;}
    .sub-mobile #device .slider-title h3 {font-size: 30px;}
    .sub-mobile #device .device-slider {
        width: calc(100% - 250px);
        padding: 25px;
    }
    .sub-connect #method .content h3 {width: 100%;}
    .sub-connect #method .content ul {
        width: 100%;
        margin-top: 30px;
    }
    .sub-connect #features .tab-menu {margin-bottom: 20px;}
    .sub-connect #features .tab-menu li {
        border-radius: 10px;
        background: #f5f6fa;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .sub-connect #features .tab-content > div {
        padding: 40px;
        border-radius: 10px;
    }
    .sub-connect #app .box {padding: 40px;}
    .sub-connect .price-list li {
        width: calc((100% - 40px)/3);
        margin-right: 20px;
        margin-bottom: 20px;
        border-radius: 20px;
    }
    .sub-connect .price-list li .name h3 {font-size: 24px;}
    .sub-connect .price-list li .detail {
        font-size: 16px;
        padding: 25px;
        min-height: 230px;
    }
    .sub-connect .price-list li .price .value p {font-size: 16px;}
    .sub-connect .price-list li .price .value p b {font-size: 24px;}
    .sub-connect #price .price-list .name {min-height: 150px;}
}
@media all and (max-width: 991px) {
    .sub-tab {overflow-x: auto;}
    .sub-tab ul {
        min-width: 100%;
        border-radius: 0;
        align-items: stretch;
    }
    .sub-tab ul li {
        flex: 1 0 auto !important;
        align-items: stretch;
    }
    .sub-tab ul li a {
        padding: 0 20px;
        border-radius: 0;
        background: #e9eaef;
    }
    .sub-tab ul li:last-child {display: none;}
    .sub-internet #special ul li {width: 50%;}
    .sub-internet #special ul li:nth-child(3n) {border-right: 1px solid #ddd;}
    .sub-internet #special ul li:nth-child(2n) {border-right: none;}
    .sub-internet #process ul {margin-bottom: -50px;}
    .sub-internet #process ul li {
        width: calc((100% - 50px)/2);
        margin-bottom: 50px;
    }
    .sub-internet #process ul li:nth-child(2n) {margin-right: 0;}
    .sub-internet #process ul li:nth-child(2n)::after {content: none;}
    .sub-internet #special ul li:nth-last-child(3) {border-bottom: 1px solid #ddd;`}
    .sub-mobile #plan .tab-content {padding: 50px 30px 30px;}
    .sub-connect #about ul li {
        min-height: 120px;
        padding: 20px 10px;
        height: auto;
    }

    .inquiry-wrap {
        display: block;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 70px;
        line-height: 70px;
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        background: #24b9ed;
        z-index: 20;
        text-align: center;
        cursor: pointer;
    }
}
@media all and (max-width: 767px) {
    .sub-tab ul li a {
        font-size: 16px;
        height: 50px;
    }
    .sub-internet section {padding: 60px 0;}
    .sub-internet .desc {font-size: 16px;}
    .sub-internet .title .desc {margin-top: 20px;}
    .sub-internet .note {
        font-size: 14px;
        margin-top: 20px;
    }
    .sub-internet .table-wrap {
        overflow-x: auto;
        padding-bottom: 10px;
    }
    .sub-internet .table-wrap table {
        width: 600px;
        font-size: 16px;
    }
    .sub-internet .table-wrap table th,
    .sub-internet .table-wrap table td {padding: 12px;}
    .sub-internet .table-wrap table td.td-bg {width: auto;}

    .sub-internet #about .title img {width: 100px;}
    .sub-internet #about ul li {
        width: calc((100% - 10px)/2) !important;
        font-size: 16px;
        height: 80px;
        padding: 20px;
    }
    .sub-internet #about ul li:nth-child(3n),
    .sub-internet #about ul li:nth-child(4n) {margin-right: 10px !important;}
    .sub-internet #about ul li:nth-child(2n) {margin-right: 0 !important;}
    .sub-internet #recommend ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
        border-radius: 20px;
    }
    .sub-internet #recommend ul li .txt {padding: 25px;}
    .sub-internet #recommend ul li .txt h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .sub-internet #special ul li {
        width: 100%;
        border-right: none !important;
        border-bottom: 1px solid #ddd !important;
        padding: 20px 0;
        text-align: center;
    }
    .sub-internet #special ul li .number {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        margin: 0 auto;
    }
    .sub-internet #special ul li h3 {
        font-size: 20px;
        margin: 15px 0 10px;
    }
    .sub-internet #process ul li {
        width: calc((100% - 36px)/2);
        margin-right: 36px;
    }
    .sub-internet #process ul li::after {
        width: 25px;
        height: 13px;
        right: -32px;
    }
    .sub-internet #process ul li .step {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .sub-internet #process ul li .ico {
        width: 100px;
        height: 100px;
    }
    .sub-internet #process ul li .ico img {
        max-width: 50px;
        max-height: 50px;
    }
    .sub-internet #process ul li h3 {
        font-size: 20px;
        margin: 15px 0 12px;
    }
    .sub-internet #process ul li p {font-size: 15px;}
    .sub-internet #faq .faq-wrap > div p {
        font-size: 16px;
        padding-right: 30px;
    }
    .sub-internet #faq .faq-wrap .question {padding: 15px 20px;}
    .sub-internet #faq .faq-wrap .question .arrow {
        top: 15px;
        right: 15px;
    }
    .sub-internet #faq .faq-wrap .question .arrow img {width: 16px;}
    .sub-internet #faq .faq-wrap .answer p {padding: 20px;}
    .sub-internet #faq .pg_wrap {margin-top: 30px;}

    .sub-mobile #diagram::before {height: 300px;}
    .sub-mobile #diagram .box {
        padding: 25px;
        border-radius: 20px;
    }
    .sub-mobile #diagram .img {overflow-x: auto;}
    .sub-mobile #diagram .img img {
        max-width: none;
        width: 600px;
    }
    .sub-mobile #plan .tab-menu li {padding: 10px;}
    .sub-mobile #plan .tab-menu li b {font-size: 16px;}
    .sub-mobile #plan .tab-menu li.active b::before {
        width: 16px;
        height: 16px;
    }
    .sub-mobile #plan .tab-content {padding: 30px 20px 20px;}
    .sub-mobile #plan .tab-content .badge {display: none;}
    .sub-mobile #plan .tab-content h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .sub-mobile #plan .tab-content .detail h4 {
        font-size: 18px;
        padding: 8px 15px;
    }
    .sub-mobile #plan .tab-content .detail .inner {padding: 20px;}
    .sub-mobile #plan .tab-content .detail .inner ul li {
        width: 100%;
        padding: 20px 15px;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .sub-mobile #plan .tab-content .detail .inner ul li .ico {
        height: 60px;
        margin-bottom: 15px;
    }
    .sub-mobile #plan .tab-content .detail .inner ul li .ico img {
        max-height: 60px;
        max-width: 60px;
    }
    .sub-mobile #plan .tab-content .detail .inner ul li h5 {font-size: 20px;}
    .sub-mobile #plan .tab-content .detail .inner ul li p {
        font-size: 16px;
        margin-top: 12px;
    }
    .sub-mobile #plan .tab-content .detail03 .inner .product {width: 100%;}
    .sub-mobile #plan .tab-content .detail03 .inner .product strong {
        font-size: 24px;
        padding: 0;
    }
    .sub-mobile #plan .tab-content .detail03 .inner .product > div {
        border: none;
        padding: 10px 0 0;
    }
    .sub-mobile #plan .tab-content .detail03 .inner .product > div p {font-size: 16px;}
    .sub-mobile #plan .tab-content .detail03 .inner .product > div p b {font-size: 20px;}
    .sub-mobile #plan .tab-content .detail03 .inner .product .note {margin-top: 5px;}
    .sub-mobile #plan .tab-content .detail03 .inner .price {
        font-size: 20px;
        width: 100%;
        padding: 10px 0 0;
    }

    .sub-mobile #price .content > div {margin-bottom: 30px;}
    .sub-mobile #price .content h3 {margin-bottom: 12px;}
    .sub-mobile #price .content h3 img {width: 25px;}
    .sub-mobile #price .content h3 b {
        font-size: 20px;
        margin-left: 8px;
    }

    .sub-mobile #device .slider-title {
        width: 100%;
        padding: 0 0 20px;
        text-align: center;
    }
    .sub-mobile #device .slider-title p {font-size: 16px;}
    .sub-mobile #device .slider-title h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .sub-mobile #device .slider-controls {justify-content: center;}
    .sub-mobile #device .slider-controls > div img {width: 12px;}
    .sub-mobile #device .device-slider {
        width: 100%;
        padding: 20px;
        border-radius: 20px;
    }
    .sub-mobile #device .device-slider .swiper-slide .img {width: 100%;}
    .sub-mobile #device .device-slider .swiper-slide .txt {
        width: 100%;
        padding: 30px 0 0;
    }
    .sub-mobile #device .device-slider .swiper-slide .txt h4 {margin-bottom: 15px;}
    .sub-mobile #device .device-slider .swiper-slide .txt h4 span {font-size: 16px;}
    .sub-mobile #device .device-slider .swiper-slide .txt h4 b {font-size: 21px;}
    .sub-mobile #device .device-slider .swiper-slide .txt p.box {
        padding: 12px;
        margin-top: 12px;
    }

    .sub-connect #method .content h3 {font-size: 20px;}
    .sub-connect #method .content ul {
        margin-top: 15px;
        padding: 20px;
    }
    .sub-connect #method .content ul li {
        width: 100%;
        margin: 0 0 15px;
        padding: 30px 20px;
    }
    .sub-connect #method .content ul li .ico {height: auto;}
    .sub-connect #method .content ul li .ico img {
        max-width: 60px;
        max-height: 60px;
    }
    .sub-connect #method .content ul li h5 {
        font-size: 20px;
        margin: 20px 0 10px;
    }
    .sub-connect #method .content ul li p {font-size: 16px;}
    .sub-connect #features .tab-menu {margin-bottom: 10px;}
    .sub-connect #features .tab-menu li {
        height: 42px;
        line-height: 42px;
        padding: 0 12px;
        font-size: 16px;
    }
    .sub-connect #features .tab-content > div {padding: 20px;}
    .sub-connect #features .tab-content .img {width: 100%;}
    .sub-connect #features .tab-content .txt {
        width: 100%;
        padding: 20px 0 0;
    }
    .sub-connect #features .tab-content .txt h3 {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .sub-connect #features .tab-content ul li {margin-bottom: 30px;}
    .sub-connect #app .box {
        padding: 25px;
        border-radius: 20px;
    }
    .sub-connect #app .box .img {
        margin-bottom: -10px;
        justify-content: center;
    }
    .sub-connect #app .box .img img {
        width: calc((100% - 10px)/2);
        margin-bottom: 10px;
    }
    .sub-connect #app .box .img img:nth-child(2n) {margin-right: 0;}
    .sub-connect #app .more-btn {
        height: 50px;
        margin-top: 30px;
    }
    .sub-connect #app .more-btn b {font-size: 18px;}
    .sub-connect #app .more-btn img {
        width: 17px;
        height: 15px;
    }
    .sub-connect .price-list {margin-bottom: -15px;}
    .sub-connect .price-list li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .sub-connect .price-list li .name {padding: 12px;}
    .sub-connect .price-list li .name h3 {font-size: 20px;}
    .sub-connect .price-list li .detail {min-height: auto;}
    .sub-connect .price-list li .price {padding: 0 25px 25px;}
    .sub-connect .price-list li .price h4 {font-size: 16px;}
    .sub-connect #price .price-list .name {min-height: auto;}
    .sub-connect #price .price-list li .price .value {min-height: auto;}
    .sub-connect .price-list li .inquiry-btn {
        width: calc(100% - 50px);
        font-size: 16px;
        margin-bottom: 25px;
    }
    .sub-connect #device .slider-wrap {
        padding: 0 30px;
        margin-bottom: 30px;
    }
    .sub-connect #device .device-slider .swiper-slide {
        padding: 25px;
        border-radius: 20px;
    }
    .sub-connect #device .device-slider .slide-title {min-height: auto;}
    .sub-connect #device .device-slider .slide-title .category {font-size: 16px;}
    .sub-connect #device .device-slider .slide-title h4 {
        font-size: 20px;
        margin: 12px 0 10px;
    }
    .sub-connect #device .device-slider .slide-title p {font-size: 16px;}
    .sub-connect #device .device-slider .img {margin: 12px 0;}
    .sub-connect #device .device-slider .box {
        font-size: 15px;
        min-height: auto;
        padding: 15px;
    }
    .sub-connect #inquiry .box-wrap > div {
        width: 100%;
        border-radius: 20px;
        margin: 0 0 15px;
        padding: 25px;
    }
    .sub-connect #inquiry .box-wrap > div:last-child {margin-bottom: 0;}
    .sub-connect #inquiry .box-wrap h3 {font-size: 16px;}
    .sub-connect #inquiry .box-wrap h4 {
        font-size: 20px;
        margin: 10px 0 20px;
    }
    .sub-connect #inquiry .box-wrap .ico {
        height: auto;
        margin-bottom: 20px;
    }
    .sub-connect #inquiry .box-wrap .ico img {
        max-width: 60px;
        max-height: 60px;
    }

    .inquiry-wrap {
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }
    .inquiry-modal .modal-content {padding: 25px;}
    .inquiry-modal .modal-header {
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .inquiry-modal .modal-header h3 {font-size: 20px;}
    .inquiry-modal .modal-body {font-size: 16px;}
    .inquiry-modal .service {
        padding: 15px;
        font-size: 16px;
        margin-bottom: 20px;
    }
    .inquiry-modal .service h4 {margin-right: 12px;}
    .inquiry-modal .form-label {
        width: 100%;
        padding: 0 0 10px;
    }
    .inquiry-modal .form-input {width: 100%;}
    .inquiry-modal .note {font-size: 14px;}
    .inquiry-modal .form-inner {width: 100%;}
    .inquiry-modal .input-group .form-input {
        width: calc((100% - 5px)/2);
        margin-right: 5px;
    }
    .inquiry-modal .addr-group {width: 100%;}
    .inquiry-modal .agree-group {font-size: 14px;}
    .inquiry-modal .btn-group .btn {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }
    .inquiry-modal .btn-group .cancel-btn {max-width: 80px;}
    .inquiry-modal .btn-group .submit-btn {max-width: 120px;}
}