﻿@charset "UTF-8";

html,body{
    overflow-x: hidden;
    font-family: 'NanumGothic', sans-serif;
}

*{
    margin: 0;
    padding: 0;
}

a,
a:hover,
a:focus,
a:active,
a:visited{
    text-decoration: none;
    cursor: pointer;
    color: #343434;
}

input[type="checkbox"]{
    vertical-align: middle;
}

a,button{
    cursor: pointer;
    outline: none;
    border: none;
}

hr,img{
    border: none;
}

img,button{
    vertical-align: middle;
}

ul,ol,li{
    list-style: none;
}

table{
    border-collapse: collapse;
}

::selection {
    color: #fff;
    background: #2850b7;
}

.center{
    text-align: center;
}

.text-align-right{
    text-align: right;
}

.text-align-left{
    text-align: left;
}

.clearfix:after{
    content: "";
    clear: both;
    display: block;
}

.jp-ld-preloader{
    position: fixed;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    margin-top: -50px;
    z-index: 1000;
}

.as-text-center{
    text-align: center;
}


/* 헤더 */
.as-header{
    border-bottom: 1px solid #135cd2;
}

.as-header-inner{
    width: 998px;
    margin: 0 auto;
    position: relative;
    min-height: 100px;
}

.as-navigation-list{
    float: left;
    padding: 0 25px;
}

.as-navigation-link{
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    transition: 0.3s;
}

.as-navigation-link:hover,
.as-navigation-link-active{
    color: #135cd2 !important;
}

.as-logo{
    position: absolute;
    bottom: 30px;
    left: 0;
}

.as-navigation{
    position: absolute;
    bottom: 39px;
    left: 300px;
}

/* 홈 상단 배너 */
.cc-home-top-banner{
    background: #f5faff;
}

.cc-home-top-banner-inner{
    position: relative;
    margin: 0 auto;
    height: 500px;
    text-align: center;
}

.as-swiper-pagination-home-banner{
    width: 100%;
    text-align: center;
    bottom: 30px !important;
}

.as-swiper-pagination-home-banner .swiper-pagination-bullet{
    width: 35px;
    height: 5px;
    background: #d2d2d2;
    margin: 0 5px;
    opacity: 1;
    border-radius: 5px;
}

.as-swiper-pagination-home-banner .swiper-pagination-bullet-active{
    background: #135cd2;
}


/* 메인 주요서비스 소개 */
.as-service-info-inner{
    width: 998px;
    margin: 0 auto;
    padding: 50px 0;
}

.as-section-title{
    font-size: 28px;
    margin-top: 10px;
}

.as-service-info-list{
    float: left;
    width: 25%;
}

.as-service-section-header{
    padding-bottom: 30px;
}

.as-service-info-link{
    display: block;
    border: 1px solid #dddfe3;
    background: #f9fcff;
}

.as-service-info-list:nth-child(1) .as-service-info-link{
    margin-right: 10px;
}

.as-service-info-list:nth-child(2) .as-service-info-link{
    margin: 0 5px;
}

.as-service-info-list:nth-child(3) .as-service-info-link{
    margin: 0 5px;
}

.as-service-info-list:nth-child(4) .as-service-info-link{
    margin-left: 10px;
}

.as-service-info-text{
    padding: 10px;
    display: block;
    position: relative;
}

.as-service-info-text:after{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 30%;
    height: 2px;
    background: #135cd2;
    transition: 0.3s;
    margin-left: -15%;
}

.as-service-title{
    text-align: center;
    font-size: 20px;
    display: block;
    padding: 5px 0;
    transition: 0.3s;
}

.as-service-desc{
    color: #707070;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    display: block;
    margin-top: 10px;
    line-height: 20px;
}

.as-service-info-link:hover .as-service-title{
    color: #135cd2;
}

.as-service-info-link:hover .as-service-info-text:after{
    width: 100%;
    left: 0;
    margin-left: 0;
}

.as-service-img-holder{
    display: block;
}

/* footer */
.as-footer-inner{
    width: 998px;
    margin: 50px auto 0 auto;
    padding: 30px 0 30px 230px;
    border-top: 1px solid #c6c6c6;
    position: relative;
    box-sizing: border-box;
}

.as-ft-navigation-list{
    float: left;
    margin-right: 40px;
}

.as-ft-navigation-link{
    display: inline-block;
    color: #4a4a4a;
    font-size: 14px;
}

.as-ft-navigation-link:hover{
    color: #135cd2;
}

.as-logo-ft{
    position: absolute;
    top: 20px;
    left: 0;
}

.as-footer{
    padding-bottom: 50px;
}

.as-footer-cs-info{
    margin: 15px 0;
}


.as-footer-cs-info-box{
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 3px;
}

.as-footer-cs-info-box strong{
    color: #343434;
}

.as-footer-address-info{
    font-size: 13px;
    color: #a5a5a5;
    line-height: 20px;
}

/* home 추천 상품 */
.as-recom-items-inner{
    width: 998px;
    margin: 0 auto;
    padding-top: 20px;
}

.as-recom-title{
    font-size: 26px;
    color: #135cd2;
    position: relative;
    font-weight: 600;
}

.as-recom-title:after{
    content: "";
    height: 1px;
    width: 800px;
    position: absolute;
    top: 50%;
    right: 0;
    background: #135cd2;
}

.as-recom-type-list{
    float: left;
    width: 25%;
}

.as-recom-type-link{
    display: block;
    height: 45px;
    line-height: 45px;
    color: #343434;
    text-align: center;
    font-weight: 700;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    font-size: 15px;
}

.as-recom-type-link-active{
    background: transparent url('img/bg-recom-list.png') no-repeat 0 center;
    color: #fff !important;
    border: none !important;
}

.as-recom-type-list:first-child .as-recom-type-link{
    border-left: 1px solid #e5e5e5;
}

.as-recom-type-body{
    margin: 25px 0;
}

.as-recom-table-layout{
    table-layout: fixed;
    width: 996px;
    border-top: 1px solid #9fbfff;
    border-bottom: 1px solid #e5e5e5;
}

.as-recom-table-layout thead tr {
    display: block;
    position: relative;
}

.as-recom-table-layout tbody {
    display: block;
    overflow: auto;
    width: 100%;
    height: 350px;
}

.as-recom-table-layout tbody td{
    height: 70px;
    line-height: 70px;
    padding-left: 15px;
    border-bottom: 1px solid #e5e5e5;
    color: #343434;
    font-size: 14px;
}

.as-recom-table-layout tbody tr{
    cursor: pointer;
}

.as-recom-table-layout tbody tr:hover td{
    background: #f9fcff;
}

.as-recom-table-layout thead th{
    height: 50px;
    line-height: 50px;
    font-weight: 700;
    background: #f9fcff;
    padding-left: 15px;
    font-size: 14px;
}

.as-recom-table-layout tbody td:nth-child(1), .as-recom-table-layout thead th:nth-child(1) {
    width: 220px;
    text-align: left;
}

.as-recom-table-layout tbody td:nth-child(2), .as-recom-table-layout thead th:nth-child(2) {
    width: 240px;
    text-align: left;
}

.as-recom-table-layout tbody td:nth-child(3), .as-recom-table-layout thead th:nth-child(3) {
    width: 145px;
    text-align: left;
}

.as-recom-table-layout tbody td:nth-child(4), .as-recom-table-layout thead th:nth-child(4) {
    width: 145px;
    text-align: left;
}

.as-recom-table-layout tbody td:nth-child(5), .as-recom-table-layout thead th:nth-child(5) {
    width: 248px;
    text-align: left;
}

/* 적금 - 가입조건 */
.as-recom-table-layout .as-ellipsis{
    width: 240px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.as-banner-holder{
    width: 998px;
    margin: 30px auto;
}

.as-recom-contents-title{
    height: 60px;
    line-height: 60px;
    position: relative;
}

.as-recom-contents-title-txt{
    padding-left: 27px;
    position: relative;
    font-size: 18px;
    color: #343434;
}

.as-recom-contents-title-txt:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 2px;
    width: 8px;
    height: 8px;
    background: #135cd2;
    margin-top: -4px;
}

.cc-recom-contents-more{
    position: absolute;
    top: 0;
    right: 7px;
    color: #8a8a8a;
    font-size: 15px;
}

.cc-recom-contents-more-text{
    position: relative;
    top: 2px;
}

/* home - request  */
.as-request-holder{
    width: 998px;
    margin: 0 auto;
}

.as-request-box{
    float: left;
    width: 50%;
}

.as-request-box:nth-child(1) .as-request-box-inner{
    margin-right: 12px;
    background: #f9fcff url('img/bg-form-01.gif') no-repeat 260px 190px;
}

.as-request-box:nth-child(2) .as-request-box-inner{
    margin-left: 12px;
    background: #f7f7f7 url('img/bg-form-02.gif') no-repeat 290px 245px;
}

.as-request-box .as-request-box-desc{
    font-size: 16px;
    color: #666;
    line-height: 24px;
    padding-bottom: 32px;
    padding-left: 34px;
    font-weight: 600;
}

.as-request-box:nth-child(1) .as-request-box-title{
    font-size: 22px;
    color: #002f8c;
    padding-top: 30px;
    padding-left: 60px;
    padding-bottom: 20px;
    position: relative;
}

.as-request-box:nth-child(1) .as-request-box-title:after{
    content: "";
    width: 4px;
    height: 55px;
    position: absolute;
    top: 0;
    left: 38px;
    background: #c1272d;
}

.as-request-box:nth-child(2) .as-request-box-title{
    font-size: 22px;
    color: #00b461;
    padding-top: 30px;
    padding-left: 60px;
    padding-bottom: 20px;
    position: relative;
}

.as-request-box:nth-child(2) .as-request-box-title:after{
    content: "";
    width: 4px;
    height: 55px;
    position: absolute;
    top: 0;
    left: 38px;
    background: #00b461;
}

.as-request-box .as-input-field{
    border: 1px solid #d2d2d2;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-size: 16px;
    color: #9a9a9a;
    width: 282px;
    box-sizing: border-box;
}

.as-form-request-01,
.as-form-request-02{
    display: block;
    padding-left: 35px;
}

.as-form-tel-holder{
    margin-top: 7px;
    margin-bottom: 14px;
}

.as-form-btn-holder{
    padding-top: 30px;
    padding-bottom: 50px;
}

.as-form-submit-btn{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    margin-left: 20px;
    background: #c62424;
    border: none;
    height: 39px;
    line-height: 39px;
    width: 175px;
}

.as-form-agree-holder{
    margin-left: 20px;
}

.as-form-agree-holder label{
    font-size: 12px;
    color: #7e7e7e;
}

/* news */
.as-news{
    margin-top: 50px;
}
.as-news-inner{
    margin: 0 auto;
    width: 998px;
}

.as-news-box{
    float: left;
    width: 50%;
}

.as-news-box:nth-child(1) .as-news-box-inner{
    margin-right: 12px;
}

.as-news-box:nth-child(2) .as-news-box-inner{
    margin-left: 12px;
}

.as-news-unit{
    overflow: hidden;
}

.as-news-unit-title{
    font-size: 20px;
    color: #343434;
    position: relative;
    border-bottom: 1px solid #313131;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.as-news-unit-list{
    padding-left: 17px;
    position: relative;
    height: 30px;
    line-height: 30px;
}

.as-news-unit-list .as-news-link{
    color: #343434;
    font-size: 14px;
    display: inline-block;

    width: 380px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.as-news-unit-list .as-news-link:hover{
    color: #135cd2;
    text-decoration: underline;
}

.as-news-unit-list .as-news-date{
    color: #343434;
    float: right;
    font-size: 13px;
    margin-right: 10px;
}

.as-news-unit:nth-child(2){
    margin-top: 30px;
}

/* 최신 주요 뉴스 */
.as-swiper-container-recent-news .as-recent-new-desc{
    font-size: 15px;
    color: #666;
    line-height: 26px;
    padding: 10px 15px;
    font-weight: 600;
    box-sizing: border-box;
    height: 67px;

    /* 2줄 줄임 */
    width: 487px;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow: hidden;
    text-overflow:ellipsis;
}

.as-swiper-container-recent-news .swiper-slide{
    background: #fbfbfb;
}

.as-news-recent-swiper-holder .swiper-container{
    overflow: visible;
}

.as-swiper-container-recent-news .as-swiper-recent-news-pagination{
    top: -45px;
    text-align: right;
}

.as-swiper-container-recent-news .swiper-pagination-bullet{
    width: 17px;
    height: 17px;
    opacity: 1;
    text-align: center;
    line-height: 17px;
    background: #fff;
    border: 1px solid #959595;
    font-size: 11px;
    font-weight: 600;
}

.as-swiper-container-recent-news .swiper-pagination-bullet-active{
    background: #187cf2;
    border: 1px solid #187cf2;
    color: #fff;
}

/* 서비스 소개 */
.as-breadcrumb{
    background: #0949c7;
}

.as-breadcrumb-inner{
    margin: 0 auto;
    width: 998px;
    height: 100px;
    line-height: 100px;
    color: #ececec;
    font-size: 16px;
    font-weight: 600;
}

.as-page-header{
    border-bottom: 1px solid #d2d2d2;
}

.as-page-header-inner{
    margin: 0 auto;
    width: 998px;
    color: #343434;
    font-size: 26px;
    font-weight: 600;
    padding-bottom: 17px;
    padding-top: 50px;
}


.as-page-header-inner2{
    margin: 0 auto;
    width: 998px;
    color: #343434;
    font-size: 26px;
    font-weight: 600;
    padding-bottom: 17px;
    padding-top: 50px;

    border-bottom: 1px solid #d2d2d2;
}

.as-page-header-inner2 .as-page-header-desc{
    color: #343434;
    font-size: 20px;
    margin-top: 22px;
    line-height: 28px;
    font-weight: 600;
}

.as-service-inner{
    margin: 0 auto;
    width: 998px;
}

.as-service-contents-list{
    float: left;
    width: 330px;
    height: 330px;
    position: relative;
    transition: 0.3s;
}

.as-service-contents-list:before{
    content: "";
    height: 2px;
    width: 0;
    background: #1f71dd;
    position: absolute;
    bottom:0;
    right: 0;
    transition: 0.5s;
}

.as-service-contents-list:hover:before{
    width: 330px;
}

.as-service-contents-list:after{
    content: "";
    height: 0;
    width: 2px;
    background: #1f71dd;
    position: absolute;
    bottom:0;
    right: 0;
    transition: 0.5s;
}

.as-service-contents-list:hover:after{
    height: 330px;
}


.as-service-contents-inner{
    width: 958px;
    padding: 55px 0;
}

.as-service-bg{
    background: #fbfbfb url('img/bg-service-01.gif') center center;
}

.as-service-contents-body{
    margin: 0 auto;
    width: 730px;
}

.as-service-contents-list:nth-child(1){
    margin-right: 70px;
    margin-bottom:70px;
    background: url('img/service/bg-service-box-01.jpg') no-repeat 0 0;
}

.as-service-contents-list:nth-child(2){
    margin-bottom:70px;
    background: url('img/service/bg-service-box-02.jpg') no-repeat 0 0;
}

.as-service-contents-list:nth-child(3){
    margin-right: 70px;
    background: url('img/service/bg-service-box-03.jpg') no-repeat 0 0;
}

.as-service-contents-list:nth-child(4){
    background: url('img/service/bg-service-box-04.jpg') no-repeat 0 0;
}

.as-service-section-title{
    font-size: 22px;
    font-weight: 600;
    color: #343434;
    text-align: center;
    margin-top: 66px;
    margin-bottom: 37px;
    position: relative;
}

.as-service-section-title:before{
    content: "";
    position: absolute;
    top: -18px;
    left: 50%;
    width: 40px;
    height: 4px;
    border-radius: 4px;
    background: #247be6;
    margin-left: -20px;
}

.as-service-section-desc{
    font-size: 16px;
    color: #606060;
    text-align: center;
    line-height: 24px;
}

.as-service-contents{
    margin-top: 36px;
}

.as-service-con-title{
    font-size: 22px;
    color: #343434;
    display: block;
    text-align: center;
    padding-top: 130px;
    padding-bottom: 30px;
}

.as-service-con-desc{
    font-size: 16px;
    color: #707070;
    display: block;
    padding: 0 50px;
    line-height: 22px;
}

.as-service-contents-list2{
    float: left;
    width: 286px;
    height: 286px;
    border: 2px solid #fbfbfb;
    box-sizing: border-box;
    transition: 1s;
    border-radius: 286px;
}

.as-service-contents-list2:hover{
    border-color: #247be6;
}


.as-service-contents-list2:nth-child(1){
    background: url('img/service/bg-service-circle-01.png') no-repeat 0 0;
}

.as-service-contents-list2:nth-child(2){
    background: url('img/service/bg-service-circle-02.png') no-repeat 0 0;
    margin: 0 50px;
}

.as-service-contents-list2:nth-child(3){
    background: url('img/service/bg-service-circle-03.png') no-repeat 0 0;
}

.as-service-contents-list2-title{
    font-size: 18px;
    color: #343434;
    display: block;
    text-align: center;
    padding-top: 110px;
    padding-bottom: 35px;
    position: relative;
}

.as-service-contents-list2-title:after{
    content: "";
    position: absolute;
    bottom: 14px;
    left: 50%;
    width: 40px;
    height: 4px;
    border-radius: 4px;
    background: #247be6;
    margin-left: -20px;

}

.as-service-contents-list2-desc{
    font-size: 17px;
    color: #767676;
    display: block;
    text-align: center;
    line-height: 24px;
}

.as-item-details-inner{
    margin: 0 auto;
    width: 998px;
}

.as-item-details-table{
    width: 100%;
}

.as-item-details-table{
    margin-top: 50px;
}

.as-item-details-table thead th{
    height: 50px;
    background: #f9fcff;
    text-align: left;
    padding: 0 30px;
}

.as-item-details-table tbody td{
    height: 69px;
    text-align: left;
    padding: 0 30px;
    border-bottom: 1px solid #e5e5e5;
    transition: 0.5s;
}

.as-item-details-table tbody tr:hover td{
    background: #f9fcff;
}

.as-financial-group-logo{
    max-width: 100px;
}

.as-item-details-link-details,
.as-item-details-link-details:hover,
.as-item-details-link-details:active{
    display: inline-block;
    width: 94px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    margin-right: 10px;
    background: #e6e9ee;
    color: #0949c7 !important;
    font-size: 15px;
    font-weight: 600;
}

.as-item-details-link-request,
.as-item-details-link-request:hover,
.as-item-details-link-request:active{
    display: inline-block;
    width: 94px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    background: #0949c7;
    color: #fff !important;
    font-size: 15px;
    font-weight: 600;
}

.as-item-details-table thead th:last-child,
.as-item-details-table tbody td:last-child{
    text-align: center;
}

.as-notice-table{
    width: 100%;
    border-top: 2px solid #0949c7;
}

.as-notice-table th,
.as-notice-table td{
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-right: 1px solid #d1cece;
    border-bottom: 1px solid #d1cece;
    font-size: 15px;
}

.as-notice-table td:nth-child(2){
    text-align: left;
    padding-left: 20px;
}

.as-notice-table td a{
    transition: 0.3s;
}

.as-notice-table td a:hover{
    color: #0949c7;
    text-decoration: underline;
}

.as-notice-table th:last-child,
.as-notice-table td:last-child{
    border-right: none;
}

.as-ico-new{
    display: inline-block;
    margin-left: 10px;
    background: #c31b1a;
    font-weight: 400;
    font-size: 10px;
    color: #fff;
    text-align: center;
    width: 38px;
    height: 18px;
    line-height: 18px;
    position: relative;
    top: -2px;
}

.as-news-table{
    border-top: 2px solid #0949c7;
}

.as-news-table .as-news-table-list{
    border-bottom: 1px solid #e5e5e5;
    padding: 30px;
}

.as-news-table .as-news-table-list-date{
    color: #888;
    display: block;
    margin-top: 20px;
    font-size: 16px;
}

.as-news-table .as-news-table-link{
    font-size: 19px;
    font-weight: 600;
    color: #343434;
    transition: 0.3s;
}

.as-news-table .as-news-table-link:hover{
    color: #0949c7;
    text-decoration: underline;
}

.as-news-unit-body{
    min-height: 120px;
}

.as-swiper-container-recent-news .swiper-wrapper{
    z-index: 100;
}

/* modal - request - form*/
.as-modal-reqeust-form{
    width: 700px;
    background: #fff;
    padding: 25px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -350px;
    margin-top: -350px;
    z-index: 100;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
    display: none;
}

.as-modal-reqeust-form-inner{
    border: 1px solid #0949c7;
    min-height: 700px;
    position: relative;
    padding: 45px 70px;
    box-sizing: border-box;
}


.as-modal-title{
    position: relative;

}

.as-modal-title .as-modal-close{
    position: absolute;
    top: -10px;
    right: -35px;
}

.as-modal-reqeust-form .as-modal-sub-title{
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 30px;
    font-size: 20px;
    color: #3a3a3a;
    border-bottom: 2px solid #0949c7;
}

.as-modal-reqeust-form  .as-bold-blue{
    color: #2171f9;
}

.as-modal-form-body{
    padding: 15px 0;
}

.as-form-input{
    width: 100%;
    height: 55px;
    line-height: 55px;
    padding: 0 20px;
    box-sizing: border-box;
    border: 1px solid #d2d2d2;
    font-size: 20px;
    color: #000;
    display: inline-block;
    margin-top: 5px;
}

.as-modal-form-body .form-group{
    margin-top: 15px;
}

.as-form-input-tel{
    width: 167px;
    float: left;
    display: inline-block;
    height: 55px;
    line-height: 55px;
    font-size: 20px;
    color: #000;
    text-align: center;
}

.as-form-input-tel:nth-child(2){
    margin: 0 22px;
}

.as-modal-form-body label[for="as-modal-agreement"]{
    color: #838383;
    font-size: 14px;
}

.as-modal-reqeust-form .as-form-btn-area{
    text-align: center;
    margin-top: 40px;
}

.as-btn-free-request{
    display: inline-block;
    background: #2171f9;
    text-align: center;
    width: 340px;
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

/* 상세 대출탭 */
.as-tab-loan{
    width: 960px;
    margin: 0 auto;
}

.as-tab-loan-list{
    float: left;
    width: 33.333%;
}

.as-tab-loan-list .as-tab-loan-link,
.as-tab-loan-list .as-tab-loan-link:hover,
.as-tab-loan-list .as-tab-loan-link:focus,
.as-tab-loan-list .as-tab-loan-link:active{
    display: block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #343434;
    font-weight: 600;
    border-right: 1px solid #e5e5e5;
}

.as-tab-loan-body{
    border: 1px solid #e5e5e5;
}

.as-tab-loan-list:last-child .as-tab-loan-link{
    border-right: none;
}

.as-tab-loan-list .as-tab-loan-link-active{
    background: url('img/bg-btn-loan.gif') no-repeat 0 0;
    color: #fff !important;
    border: none !important;
}

.as-loan-breadcrumb{
    margin: 40px auto 25px auto;
    width: 980px;
    color: #606060;
    font-size: 14px;
}

/* 보험상담 */
.as-insurance-request-box{
    background: #f3eee9;
    padding: 80px;
}

.as-insurance-request-box .as-col2-table{
    display: table;
    width: 100%;
    margin-top: 40px;
}

.as-insurance-request-box .as-col2-cell{
    display: table-cell;
    width: 50%;
}

.as-insurance-request-box .as-col2-row{
    display: table-row;
}

.as-req-table-inner{
    background: #fff;
    height: 70px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.as-req-table-inner2{
    background: #fff;
    height: 70px;
    margin-left: 5px;
    margin-bottom: 10px;
}

label[for="as-insurance-agreement"]{
    color: #909090;
    font-size: 13px;
    margin-left: 10px;
}

.as-insurance-btn-area{
    text-align: center;
    padding-top: 50px;
}

.as-btn-req-red{
    background: #d21d36;
    height: 75px;
    line-height: 75px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 400px;
    font-size: 24px;
}

.as-insurance-request-box .as-input-name,
.as-insurance-request-box .as-input-birthday,
.as-insurance-request-box .as-input-phone{
    height: 70px;
    line-height: 70px;
    padding: 0 20px;
    font-size: 20px;
    color: #000;
    border: none;
    width: 100%;
    box-sizing: border-box;
}

.as-gender-req{
    height: 70px;
    line-height: 70px;
    float: left;
    width: 50%;
    display: block;
    position: relative;
}

.as-insurance-table{
    width: 100%;
    margin-top: 40px;
}

.as-gender-req label{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    cursor: pointer;
}

.as-gender-req input[type="radio"]{
    visibility: hidden;
}

.as-gender-req .as-select-tag{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 90;
    display: block;
    text-align: center;
    font-size: 26px;
    color: #0949c7;
}

.as-gender-req input[type="radio"]:checked + .as-select-tag{
    background: #0949c7;
    color: #fff;
}

/* 공지사항 상세 */
.as-notice-table-details{
    width: 1215px;
    border-top: 2px solid #c1272d;
}

.as-notice-table-details th{
    text-align: left;
    background: #f8f9fa;
    border-bottom: 1px solid #d1cece;
    font-size: 16px;
    padding: 15px 30px;
    color: #142434;
}

.as-notice-table-details td{
    padding: 15px 30px;
    font-size: 16px;
    color: #696969;
}

.as-notice-table-details .text-splitter{
    color: #c2c2c2;
    font-size: 14px;
}

.as-notice-details-area{
    white-space: pre-line;
    line-height: 26px;
}

.as-notice-details-area img{
    width: 100%;
    max-width: 900px;
}

.notice-html-area{
    padding: 50px 0;
}

.as-notice-table-details .as-ico-new{
    display: inline-block;
    margin-left: 10px;
    background: #c31b1a;
    font-weight: 400;
    font-size: 10px;
    color: #fff;
    text-align: center;
    width: 38px;
    height: 18px;
    line-height: 18px;
    position: relative;
    top: -2px;
}

.as-notice-table-details .as-notice-prev,
.as-notice-move-area .as-notice-prev{
    float: left;
    font-size: 14px;
    color: #736e6f;
}

.as-notice-table-details .as-notice-next,
.as-notice-move-area .as-notice-next{
    float: right;
    font-size: 14px;
    color: #736e6f;
}

.as-notice-table-details .as-notice-prev:hover,
.as-notice-table-details .as-notice-next:hover,
.as-notice-move-area .as-notice-prev:hover,
.as-notice-move-area .as-notice-next:hover{
    color: #df1129;
}

.as-notice-bottom-btn-area{
    text-align: center;
    margin-top: 40px;
}

.as-notice-bottom-btn-area a:hover{
    background: #df1129;
}

.as-notice-move-area{
    border-top: 1px solid #d1cece;
    border-bottom: 1px solid #d1cece;
}

.as-notice-bottom-btn-area a{
    background: #9499a1;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    width: 120px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
}

#vt-content-m .as-notice-bottom-btn-area a{
    font-size: 13px;
    width: 100px;
}

/* victory start */
.vt-header-nav{
    position: relative;
}

.vt-header-nav-wrapper{
    position: relative;
    z-index: 100;
    height: 100px;
    /*background: #851b20;*/
    border-bottom: 3px solid #cfac6f;
}

.vt-header-nav-inner{
    margin: 0 auto;
    width: 1215px;
    height: 99px;
    position: relative;
    text-align: center;
}

.vt-navigation{
    position: relative;
    margin: 0 auto;
    display: inline-block;
    top: 5px;
}

.vt-navigation .vt-navigation-list{
    float: left;
    /*margin: 0 30px;*/
    margin: 0 18px;
    position: relative;
}

.navigation-area{
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    text-align: center;
}

.vt-navigation .vt-navigation-list:after{
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: -18px;
    width: 1px;
    height: 15px;
    background: #000;
}

.vt-navigation .vt-navigation-list:last-child:after{
    display: none;
}


.vt-navigation .vt-navigation-link{
    color: #222;
    font-weight: 600;
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    transition: 0.3s;
    display: block;
    padding: 0 15px;
    margin: 0 20px;
}

.logo-top{
    display: inline-block;
    position: absolute;
    top: 22px;
    left: 0;
}

.vt-navigation .vt-navigation-link:hover,
.vt-navigation .vt-navigation-link-active{
    /*text-decoration: underline;*/
    /*background: #c8212e;*/
    color: #c41929;
    border-bottom: 3px solid #c41929;
}

.vt-header-top-inner{
    margin: 0 auto;
    width: 1215px;
}

.vt-bg-review{
    background: url('img/bg/bg_review.jpeg') no-repeat center 0;
    background-size: cover;
    height: 380px;
}

.vt-bg-center{
    background: url('img/bg/bg_center.jpeg') no-repeat center 0;
    background-size: cover;
    height: 380px;
}

.vt-bg-profit{
    background: url('img/bg/bg_profit.jpeg') no-repeat center 0;
    background-size: cover;
    height: 380px;
}

.vt-bg-service{
    background: url('img/bg/bg_service.jpg') no-repeat center 0;
    background-size: cover;
    height: 380px;
}

.vt-bg-vip{
    background: #020610 url('img/bg/bg-vip-header.jpeg') no-repeat center 0;
    height: 633px;
}

.vt-header-top-inner{
    height: 50px;
    line-height: 57px;
    color: #5f5f5f;
    font-size: 14px;
    font-weight: 600;
}

.vt-logo{
    position: relative;
    top: 25px;
    display: inline-block;
}

.vt-footer{
    padding-bottom: 260px;
    background: #21282e;
}

/* footer */
.vt-footer-wrap{
    margin: 0 auto;
    width: 1215px;
    position: relative;
    height: 70px;
    line-height: 70px;
    /*height: 100px;*/
}

.vt-ft-navigation{
    /*position: absolute;*/
    /*top: 40px;*/
    /*right: 80px;*/
    text-align: center;
}

.vt-footer-nav{
    border-bottom: 1px solid #626262;
}

.vt-ft-navigation-body{
    display: inline-block;
}

.vt-ft-navigation-body .vt-ft-navigation-list{
    float: left;
    margin: 0 35px;
}

.vt-ft-navigation-body .vt-ft-navigation-link{
    font-size: 13px;
    color: #cccccc;
    font-weight: 600;
    transition: 0.3s;
}

.vt-ft-navigation-body .vt-ft-navigation-link:hover{
    color: #fff;
}

.vt-logo-ft{
    position: relative;
    display: block;
    /*top: 28px;*/
    /*left: 25px;*/
    text-align: center;
    padding-top: 50px;
    padding-bottom: 20px;
}

.vt-footer-address-info{
    font-size: 13px;
    color: #c2c1c1;
    margin: 0 auto;
    line-height: 22px;
    width: 1215px;
    /*border-top: 1px solid #dcdcdc;*/
    padding-top: 20px;
    padding-left: 50px;
    text-align: center;
}

.vt-page-title-in-header{
    text-align: center;
    position: absolute;
    top: 55%;
    left: 0;
    width: 100%;
}

.vt-contents-inner{
    margin: 0 auto;
    width: 1215px;
}

.vt-content-header{
    /*padding-top: 40px;*/
    padding-bottom: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.vt-content-header-title{
    text-align: center;
    color: #242424;
    font-weight: 700;
    font-size: 28px;
    /*border-bottom: 1px solid #bdbdbd;*/
    padding-bottom: 8px;
}

.vt-content-header-desc{
    position: relative;
    text-align: center;
    color: #606060;
    font-size: 19px;
    font-weight: 400;
}

.vt-content-header-title-sub{
    text-align: center;
    margin-top: 5px;
}

.pdt60{
    padding-top: 60px;
}

.vt-content-header-desc:after{
    content: "";
    position: absolute;
    top: 50px;
    left: 50%;
    width: 300px;
    height: 1px;
    background: #dcdcdc;
    margin-left: -150px;
}

.emphasis-red{
    color: #a00218;
}

.emphasis-blue{
    color: #2e76c4;
}

.notice-common{
    /*margin-bottom: 60px;*/
    background: #f7f7f7;
    height: 54px;
    line-height: 54px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.notice-common-inner{
    width: 1215px;
    margin: 0 auto;
    padding: 0 25px 0 230px;
    box-sizing: border-box;
    position: relative;
}

.header-sub-title{
    font-size: 15px;
    color: #000;
    font-weight: 400;
    /*margin-left: 23px;*/
}

.vt-col-2{
    float: left;
    width: 50%;
    border-bottom: 1px solid #eee;
}

.vt-col-3{
    float: left;
    width: 33.333%;
    border-bottom: 1px solid #eee;
}

.vt-review-thumbnail{
    width: 240px;
    height: 140px;
    background: #f5f5f5;
    overflow: hidden;
    text-align: center;
}

.vt-review-box{
    position: relative;
    padding: 20px;
}

.vt-review-info{
    position: absolute;
    top: 20px;
    left: 260px;
    height: 140px;
    box-sizing: border-box;
    padding: 20px 30px;
}

.vt-review-info-title{
    font-weight: 600;
    color: #242424;
    font-size: 16px;
    line-height: 22px;
}

.vt-review-info-sub{
    color: #6e6e6e;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.vt-review-btn-area{
    text-align: left;

}

.vt-review-detail-btn,
.vt-review-detail-btn:hover,
.vt-review-detail-btn:focus,
.vt-review-detail-btn:active{
    display: inline-block;
    color: #fff !important;
    text-align: center;
    height: 27px;
    line-height: 27px;
    background: #df1129;
    width: 70px;
    font-size: 13px;
    padding: 0 10px;
    border-radius: 5px;
}

.vt-review{
    /*background: url('./img/bg/bg-top-review.jpg') no-repeat center 0;*/
}

.vt-profit{
    /*background: url('./img/bg/bg-top-review.jpg') no-repeat center 0;*/
}

.vt-table-pagination{
    text-align: center;
    margin-top: 100px;
}

#vt-content-m .vt-table-pagination{
    margin-top: 50px;
}

.vt-table-pagination a{
    width: 35px;
    height: 35px;
    line-height: 35px;
    box-sizing: border-box;
    display: inline-block;
    border: 1px solid #c3c3c3;
    color: #767676;
    font-weight: 400;
    font-size: 14px;
    vertical-align: middle;
}

.vt-table-pagination a:hover,
.vt-table-pagination a.vt-paging-current{
    color: #fff;
    border-color: #112035;
    background: #112035;
}

.vt-table-pagination .vt-paging-first,
.vt-table-pagination .vt-paging-prev,
.vt-table-pagination .vt-paging-next,
.vt-table-pagination .vt-paging-end{
    font-size: 10px;
}

/* 수익율 인증 */
.vt-profit-box{
    width: 345px;
    padding-top: 20px;
}

.vt-profit-thumbnail{
    /*height: 280px;*/
    height: 200px;
    text-align: center;
    overflow: hidden;
}

.vt-profit-info-title{
    font-size: 16px;
    color: #242424;
    line-height: 24px;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 10px;

    white-space: normal;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 67px;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 10px;
}


.vt-profit-info-sub{
    color: #606060;
    font-size: 13px;
    padding-bottom: 20px;
}

/* 고객센터 */
.vt-notice-table{
    width: 100%;
    border-top: 2px solid #142434;
}

.vt-notice-table th{
    background: #f7f7f7;
}

.vt-notice-table th,
.vt-notice-table td{
    height: 50px;
    line-height: 50px;
    text-align: center;
    /*border-right: 1px solid #d1cece;*/
    border-bottom: 1px solid #d1cece;
    font-size: 15px;
}

.vt-notice-table td:nth-child(2){
    text-align: left;
    padding-left: 20px;
}

.vt-notice-table td a{
    transition: 0.3s;
}

.vt-notice-table td a:hover{
    color: #c31b1a;
    text-decoration: underline;
}

.vt-notice-table th:last-child,
.vt-notice-table td:last-child{
    border-right: none;
}

.vt-notice-table td .vt-ico-new{
    display: inline-block;
    margin-left: 10px;
    background: #c31b1a;
    font-weight: 400;
    font-size: 10px;
    color: #fff;
    text-align: center;
    width: 38px;
    height: 18px;
    line-height: 18px;
    position: relative;
    top: -2px;
}

/* 서비스 안내 */
.vt-service-info-top{
    margin-top: -20px;
}

.vt-service-info-top-inner{
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    color: #606060;
}

/* vip */
.vt-header-title-top{
    font-weight: 600;
    font-size: 18px;
    color: #020b28;
    padding-top: 15px;
}

.vt-header-no-brd{
    padding-bottom: 0;
}

.vt-header-no-brd .vt-content-header-desc:after{
    display: none;
}

/* main */

.vt-swiper-container-home-banner .vt-swiper-pagination-home-banner{
    bottom: 20px;
}

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

.vt-swiper-container-home-banner .swiper-pagination-bullet{
    background: #fff;
    opacity: 0.7;
}

.vt-swiper-container-home-banner .swiper-pagination-bullet-active{
    background: #b92330;
    width: 40px;
    height: 10px;
    border-radius: 10px;
    opacity: 1;
}

.vt-swiper-container-home-banner .swiper-button-next{
    transition: 0.5s;
    right: -100%;
    background-image: none;
}

.vt-swiper-container-home-banner .swiper-button-prev{
    transition: 0.5s;
    left: -100%;
    background-image: none;
}

.vt-swiper-container-home-banner:hover .swiper-button-next{
    right: 20px;
}

.vt-swiper-container-home-banner:hover .swiper-button-prev{
    left: 20px;
}

.vt-free-request-stream-inner{
    margin: 0 auto;
    height: 50px;
    width: 1215px;
    position: relative;
}

.vt-free-request-title{
    float: left;
    height: 50px;
    line-height: 50px;
    width: 242px;
    text-align: center;
    background: transparent;
}

.vt-free-request-stream{
    background: #f4f5f7 url('img/bg/bg-request-vip-pc.jpg') no-repeat center 0;
    position: relative;
}

.vt-main-vip-info{
    background: url('img/img-main-vip-info.jpg') no-repeat center 0;
    height: 630px;
}

.vt-main-profit{
    position: relative;
    /*background: url('./img/bg/bg-profit-main.jpg') repeat center 0;*/
}

.vt-main-profit-inner{
    margin: 0 auto;
    width: 1215px;
    position: relative;
    height: 400px;
    background: #2c3339;
}

.vt-main-profit-slider{
    position: relative;
}

.vt-main-profit-slider-info{
    width: 333px;
    float: left;
    box-sizing: border-box;
    padding-left: 30px;
    padding-top: 125px;
}


.vt-main-profit-tit{
    text-align: center;
    padding-top: 100px;
    padding-bottom: 40px;
}

.vt-main-profit-tail{
    text-align: center;
    padding-top: 40px;
}

.vt-swiper-container-profit-banner{
    top: 58px;
}

.vt-swiper-container-profit-banner .swiper-slide{
    text-align: center;
    /*padding-top: 30px;*/
    /*box-sizing: border-box;*/
    height: 270px;
    overflow: hidden;
}

/*.vt-swiper-container-profit-banner .swiper-slide:nth-child(2n-1){*/
/*    text-align: right;*/
/*}*/

/*.vt-swiper-container-profit-banner .swiper-slide:nth-child(2n){*/
/*    text-align: left;*/
/*}*/


.vt-main-profit-slider .swiper-wrapper{
}

.vt-main-profit-slider .swiper-button-next{
    background-image: none;
    width: 36px;
    height: 37px;
    /*line-height: 70px;*/
    /*text-align: center;*/
    /*color: #fff;*/
    /*background-color: #c1272d;*/
    right: 50px;
    /*font-size: 20px;*/
    top: auto;
    bottom: 55px;
}

.vt-main-profit-slider .swiper-button-prev{
    background-image: none;
    width: 36px;
    height: 37px;
    /*line-height: 70px;*/
    /*text-align: center;*/
    /*color: #fff;*/
    /*background-color: #c1272d;*/
    left: 50px;
    /*font-size: 20px;*/
    top: auto;
    bottom: 55px;
}

.vt-register-status{
    background: url('img/bg/bg-live-stream.png') repeat;
    padding-top: 60px;
}

.vt-register-status-inner{
    width: 1215px;
    margin: 0 auto;
    padding: 0 0 60px;
}

.vt-register-status-inner .vt-register-box{
    float: left;
    width: 540px;
    position: relative;
    text-align: center;
    margin-right: 20px;
}



.vt-register-status-inner .vt-register-box:first-child{
    /*background: #13233c;*/
}

.vt-register-status-inner .vt-register-box:last-child{
    margin-right: 0;
}

/*.vt-register-status-inner .vt-register-box:first-child{*/
/*    width: 240px;*/
/*    padding-top: 35px;*/
/*    padding-right: 20px;*/
/*}*/

.vt-register-status-inner .vt-register-vip .vt-register-vip-head{
    border-bottom: 1px solid #dcbd71;
    padding-bottom: 12px;
    margin-bottom: 12px;
    padding-top: 10px;
}

.vt-register-status-inner .vt-register-free .vt-register-vip-head{
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 12px;
    margin-bottom: 12px;
    padding-top: 10px;
}

.vt-register-status-inner .vt-register-vip,
.vt-register-status-inner .vt-register-free{
    /*background: #fff url('./img/bg/bg-table-tip.gif') no-repeat center 0;*/
    background: #fff;
    height: 374px;
    margin-top: 10px;
    padding: 30px 20px 20px 20px;
    box-sizing: border-box;
    border-radius: 10px;
}

.vt-register-status-inner .vt-register-vip{
    background: #13233c;
}

.vt-register-status-inner .vt-register-amount{
    margin-top: 22px;
    background: url('img/bg/bg-vip-amount.jpg') no-repeat center 0;
    height: 350px;
    box-sizing: border-box;
    position: relative;
}

.vt-register-status-inner .vt-register-total{
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #414141;
    font-weight: bold;
    line-height: 36px;
}

.vt-register-status-inner .vt-register-total-count{
    font-size: 40px;
    color: #c1272d;
    font-weight: 800;
}

.vt-main-profit-info{
    background: #fff;
    padding-top: 80px;
    /*background: url('./img/bg/bg-main-profit.gif') no-repeat center 0;*/
    /*background-size: cover;*/
}

.vt-main-profit-info-inner{
    width: 1215px;
    margin: 0 auto;
    padding: 10px 0 50px;
}


.vt-main-profit-box{
    float: left;
    width: 392px;
    height: 420px;
    text-align: center;
    /*background: #414141;*/
    padding: 20px;
    box-sizing: border-box;
    /*background: url('../assets/img/bg/bg-profit.png') no-repeat 0 0;*/
    margin-right: 10px;
}

.vt-main-profit-box:first-child{
    /*background: #141d39;*/
}

.vt-main-profit-box:nth-child(2){
    /*background: #143960;*/
}

.vt-main-profit-box:last-child{
    /*background: #141d39;*/
}

.vt-profit-box-tit{
    color: #000;
    font-weight: bold;
    text-align: left;
    font-size: 22px;
    border-top: 2px solid #000;
    padding-top: 25px;
}

/*.vt-main-profit-box:first-child{*/
/*    width: 281px;*/
/*    background: transparent !important;*/
/*    padding-top: 100px;*/
/*}*/

.vt-main-profit-box:last-child{
    margin-right: 0;
}

.vt-main-profit-header{
    /*border-bottom: 1px solid #626262;*/
    padding-bottom: 15px;
    /*margin-bottom: 20px;*/
}

#vt-content-m .vt-main-profit-header{
    font-size: 20px;
    color: #000;
    font-weight: 600;
    border-top: 2px solid #000;
    text-align: left;
    padding-top: 15px;
}

.vt-main-table-profit-cell{
    display: table-cell;
    vertical-align: middle;
}


.vt-main-table-profit-cell:nth-child(1){
    width: 50px;
    text-align: center;
    color: #000;
}

.vt-main-table-profit-row:first-child .vt-main-table-profit-cell:nth-child(1){
    color: #f00;
    font-weight: bold;
}

/*.vt-main-table-profit-row:first-child .vt-main-table-profit-cell:nth-child(1):after{*/
/*    content: "위";*/
/*}*/

.vt-main-table-profit-cell:nth-child(2){
    width: 170px;
    text-align: left;
    box-sizing: border-box;
    padding: 15px 10px 15px 15px;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    background: #fff;



    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.vt-main-table-profit-cell:nth-child(3){
    color: #e00000;
    font-size: 14px;
    font-weight: bold;
    background: #fff;

    padding-top: 15px;
    padding-bottom: 15px;

    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.vt-main-table-profit-row{
    display: table;
    width: 100%;
    margin-bottom: 15px;
    /*background: #fff;*/
    transition: 1.5s;

    /*border-top-right-radius: 10px;*/
    /*border-bottom-right-radius: 10px;*/

    /*border-top-left-radius: 24px;*/
    /*border-bottom-left-radius: 24px;*/
}

.vt-main-table-profit-row:hover{
    /*transform: rotateX(360deg);*/
}

.vt-main-table-profit-row:first-child .vt-main-table-profit-cell{
    background: #f7f7f7;
}


.vt-profile-introduction{
    background: url('img/bg/bg-main-profile.jpg') no-repeat center 0;
}

.vt-profile-introduction-inner{
    width: 1215px;
    margin: 0 auto;
    padding: 95px 0;
    position: relative;
}

.vt-profile-body{
    width: 970px;
    margin: 0 auto;
    z-index: 100;
    position: relative;
}

.vt-profile-introduction-inner .vt-profile-list{
    float: left;
    width: 33.333%;
    text-align: left;
    margin-bottom: 15px;
}

.vt-profile-introduction-header{
    text-align: center;
    margin-bottom: 40px;
}

.vt-profile-bg-1{
    z-index: 90;
    position: absolute;
    top: 265px;
    right: 70px;
}

.vt-profile-bg-2{
    z-index: 90;
    position: absolute;
    bottom: 100px;
    left: 50px;
}

.vt-request-form{
    background: #00070f;
    border-top: 2px solid #ede78f;
}

.vt-request-form-inner{
    padding: 50px 0;
}

.vt-request-form-inner{
    width: 1215px;
    margin: 0 auto;
    padding: 50px 0;
}

.vt-request-form-area{
    float: left;
}

.vt-request-btn-area{
    float: left;
}

.vt-request-form-wrapper{
    position:relative;
    padding-left: 370px;
}

.vt-request-form-wrapper .vt-request-name{
    height: 70px;
    line-height: 70px;
    padding: 0 20px;
    width: 410px;
    background: #fff;
    border: none;
    font-size: 22px;
    color: #606060;
}

.vt-request-form-wrapper .vt-request-phone{
    height: 70px;
    line-height: 70px;
    padding: 0 20px;
    width: 410px;
    background: #fff;
    border: none;
    font-size: 22px;
    color: #606060;
    margin-top: 25px;
    margin-bottom: 25px;
    display: block;
}

.vt-request-form-wrapper label[for="vt-agreement"]{
    color: #999;
    font-size: 15px;
    margin-left: 5px;
}

.vt-request-form-wrapper .vt-request-agree-link{
    font-size: 15px;
    text-decoration: underline;
    color: #b31414;
}

.vt-request-form-wrapper .vt-request-free-btn{
    border: none;
    position: relative;
    left: 40px;
    top: 117px;
}

.vt-request-form-wrapper .vt-request-free-btn img{
    height: 168px;
}

.vt-request-form-wrapper .vt-request-title{
    position: absolute;
    top: 35px;
    left: 0;
    width: 320px;
}

.vt-wing-body{
    position: absolute;
    top: 100px;
    right: -180px;
    z-index: 105;
    transition: 0.5s;
    /*background: #e5e5e5;*/
    /*padding: 5px;*/
}

.vt-wing-body-left{
    position: absolute;
    top: 100px;
    left: -170px;
    z-index: 105;
    transition: 0.5s;
}

.vt-free-request-lists{
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    font-size: 13px;
}

.vt-free-request-lists .ti_slide{
    position: relative;
    width: 30000px;
}

.vt-free-request-lists .ti_content{
    float: left;
}

.vt-free-request-lists .ti_news{
    float: left;
}

.vt-vip-table-holder{
    height: 247px;
    overflow: hidden;
}

.vt-vip-table-holder .vt-ico-new{
    display: inline-block;
    margin-left: 10px;
    background: #c31b1a;
    font-weight: 400;
    font-size: 11px;
    color: #fff;
    text-align: center;
    width: 38px;
    height: 22px;
    line-height: 22px;
    position: relative;
    top: -2px;
}

.vt-vip-table-holder .vt-vip-date{
    font-size: 12px;
    color: #fff;
}

.vt-vip-table-holder .vt-vip-name{
    font-size: 14px;
    color: #fff;
}

.vt-register-free .vt-vip-table-holder .vt-vip-name{
    color: #333;
}

.vt-vip-table-holder li{
    border-bottom: 1px solid #525252;
    height: 40px;
    line-height: 40px;
}

.vt-register-vip .vt-vip-table-holder li{
    border-bottom: 1px solid #525252;
}

.vt-register-free .vt-vip-table-holder li{
    border-bottom: 1px solid #cdcdcd;
}

.vt-main-cs-center-inner{
    margin: 0 auto;
    width: 1215px;
    padding: 50px 0;
}

.vt-main-cs-col-3{
    width: 33.333%;
    float: left;
}

.vt-main-cs-col-4{
    width: 25%;
    float: left;
}

.review-user-profit{
    position: relative;
    left: 10px;
}

.vt-main-center-box{
    width: 340px;
    box-sizing: border-box;
}

.vt-main-center-box-title{
    height: 72px;
    color: #212121;
    font-size: 22px;
    font-weight: 600;
    background: url('img/bg/vt-line-center-main.png') no-repeat 0 38px;
}

.vt-main-center-con-wrap{
    border: 1px solid #e0e0e0;
    padding: 30px 20px;
    box-sizing: border-box;
    height: 293px;
}

.vt-main-center-con-list{
    position: relative;
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.vt-main-center-con-list a{
    color: #686868;
    font-size: 15px;
}

.vt-main-center-con-list a:hover{
    color: #aa1415;
    text-decoration: underline;
}

.vt-main-center-con-list .vt-center-date{
    font-size: 13px;
    color: #787878;
}

.vt-user-review{
    background: #fff;
}

.vt-user-review-inner{
    margin: 0 auto;
    width: 1215px;
    padding: 80px 0 50px 0;
}

.vt-user-review-link{
    width: 293px;
    display: inline-block;
    /*border: 1px solid #ddd;*/
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 15px;
}

.vt-user-review-img-wrap{
    display: block;
    height: 295px;
    overflow: hidden;
    /*border-radius: 10px;*/
}

.vt-user-review-sub-info-wrap{
    display: block;
    padding: 0 15px 0;
    font-size: 13px;
}

.vt-user-review-img-wrap img{
    width: 100%;
}

.vt-user-review-info-wrap{
    padding: 18px 15px 20px 15px;
    display: block;
    height: 60px;
    box-sizing: border-box;
    font-size: 15px;
    border: 1px solid #ddd;
    border-top: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.vt-user-review-info-title{
    font-size: 16px;
    color: #2a2a2a;
    font-weight: 600;
    line-height: 22px;
    display: block;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.vt-user-review-sub-info{
    font-size: 13px;
    color: #666;
    display: block;
    margin-top: 10px;
}

.vt-user-review-title{
    font-size: 30px;
    color: #212121;
    position: relative;
    padding-bottom: 30px;
    text-align: left;
}

.vt-user-review-title .btn-main-review-more-pc{
    position: absolute;
    right:0 ;
    top: 10px;
    font-size: 15px;
    color: #000;
    font-weight: normal;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
}

.vt-user-review-sub{
    font-size: 15px;
    color: #646464;
    margin-left: 20px;
}

.btn-more-review{
    position: absolute;
    bottom: 26px;
    right: 10px;
}

/*.vt-user-review-title:before{*/
/*    content: "";*/
/*    width: 130px;*/
/*    height: 3px;*/
/*    background: #b92227;*/
/*    position: absolute;*/
/*    top: 36px;*/
/*    left: 0;*/
/*    z-index: 20;*/
/*}*/

/*.vt-user-review-title:after{*/
/*    content: "";*/
/*    width: 100%;*/
/*    height: 1px;*/
/*    background: #ccc;*/
/*    position: absolute;*/
/*    top: 37px;*/
/*    left: 0;*/
/*    z-index: 10;*/
/*}*/


/* mobile start */
.vt-header-m{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 100;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
}

.vt-header-m-inner{
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    height: 70px;
    line-height: 70px;
}

.vt-btn-nav{
    position: absolute;
    top: 0;
    right: 15px;
}

#vt-content-m{
    padding-top: 70px;
}

.vt-footer-m{
    border-top: 1px solid #dcdcdc;
    background: #21282e;
}

.vt-footer-m-inner{

}

.vt-footer-m-inner .vt-logo-m{
    text-align: center;
    padding-bottom: 5px;
    padding-top: 20px;
}

.vt-addr-m{
    font-size: 12px;
    padding: 20px;
    line-height: 15px;
    color: #646464;
}

.vt-nav-m{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 110;
    background: #bb202c url('img/mobile/bg-red-nav.jpg') no-repeat right top;
    background-size: contain;
    display: none;
}

.vt-nav-m-inner{
    height: 100vh;
    background: #fff;
    margin-right: 5%;
}

.vt-nav-m-head{
    background: #fff;
    width: calc(100% + 6%);
}

.vt-nav-m-logo{
    border-bottom: 1px solid #d2d2d2;
    padding: 6px 20px;
}

.vt-nav-list-body{
    margin-top: 20px;
}

.vt-nav-list-body li{
    padding: 20px 30px;
}

.vt-nav-list-body li a{
    font-weight: 600;
    color: #242424;
    font-size: 15px;
}

.vt-nav-m-close{
    position: absolute;
    top: 25px;
    right: 20px;
}

.vt-nav-m-foot{
    padding: 20px 25px 0 25px;
}

.vt-nav-foot-list-body li{
    float: left;
    /*width: 33.333%;*/
    width: 50%;
    text-align: center;
}

.vt-group-info-table{
    width: 100%;
}

.vt-group-info-table a{
    color: #242424;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
}

.vt-group-info-table td{
    padding: 10px;
}

.vt-group-info-sub{
    font-size: 14px;
    color: #606060;
    border-bottom: 1px solid #eeeeee;
}

.vt-group-info-table .vt-ico-new {
    display: inline-block;
    margin-left: 10px;
    background: #c31b1a;
    font-weight: 400;
    font-size: 10px;
    color: #fff;
    text-align: center;
    width: 38px;
    height: 18px;
    line-height: 18px;
    position: relative;
    top: -2px;
}


.vt-fixed-bottom-m{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.vt-main-group-info-body{
    margin: 20px 10px;
}

.vt-main-group-info-head{
    position: relative;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 16px;
    margin: 0 10px;
}

.vt-main-group-info-head:before{
    content: "";
    position: absolute;
    bottom: -3px;
    left: 5px;
    width: 100px;
    height: 5px;
    background: #c1272d;
}

a.vt-group-info-more{
    position: absolute;
    bottom: 7px;
    right: 10px;
    display: inline-block;
    border-radius: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 70px;
    background: #b31414;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.vt-main-group-info .vt-main-center-con-body{
    min-height: 150px;
    border: 1px solid #dcdcdc;
    padding: 10px;
}


.vt-m-form-request{
    background: #00070f;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.vt-m-form-request input[type="text"]{
    height: 40px;
    line-height: 40px;
    color: #606060;
    font-size: 18px;
    box-sizing: border-box;
    padding: 0 20px;
    width: 100%;
    display: block;
}

.vt-main-form-btn-m{
    display: inline-block;
    background: #b31414;
    text-align: center;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border: none;
}

.vt-main-review-m{
    margin: 10px 10px 10px 10px;
}

.vt-main-review-m .vt-user-review-img-wrap{
    height: 250px;
}

.vt-main-review-m .vt-user-review-link{
    width: 100%;
}

.vt-main-review-m .vt-user-review-info-wrap{
    padding: 15px;
    height: auto;
}

.vt-profit-slider-m{
    background: #2c3339;
}

.vt-profit-slider-m .vt-main-profit-slider{
    width: 100%;
    padding: 20px 0;
    height: auto;
    background: #2c3339;
}

.vt-profit-slider-m .vt-swiper-container-profit-banner .swiper-slide{
    padding-top: 0;
}


.vt-main-profit-info-m{
    padding-top: 60px;
    background: #fff;
}

.vt-main-profit-info-m .vt-main-profit-info-inner{
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
}

.vt-main-profit-info-m .vt-main-profit-box{
    float: none;
    width: 100%;
    height: 385px;
    background-size:cover;
    border-radius: 20px;
    margin-bottom: 20px;
}

.vt-main-profit-info-m .vt-main-profit-box:first-child{
    background: #414141 !important;
    padding-top: 40px;
}

.vt-main-profit-info-m .vt-main-table-profit-cell:nth-child(3){
    text-align: right;
    padding-right: 10px;
}

.vt-main-profit-info-m .vt-main-profit-box{
    padding: 20px 20px 0px;
}

.vt-register-status-m .vt-register-status-inner{
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.vt-register-status-m .vt-register-status-inner .vt-register-box{
    width: 100%;
    margin-bottom: 20px;
}

.vt-register-status-m .vt-register-status-inner .vt-register-box:first-child{
    padding-top: 20px;
}

.jp-logo-area{
    text-align: center;
    height: 120px;
    position: relative;
}

.company-page-banner{
    background: url('img/banner/img-top-ban-company.jpg') no-repeat center 0;
    height: 195px;
}

.vip-page-banner{
    background: url('img/banner/img-top-ban-vip.jpg') no-repeat center 0;
    height: 195px;
}

.profit-page-banner{
    background: url('img/banner/img-top-ban-profit.jpg') no-repeat center 0;
    height: 195px;
}

.review-page-banner{
    background: url('img/banner/img-top-ban-review.jpg') no-repeat center 0;
    height: 195px;
}

.customer-page-banner{
    background: url('img/banner/img-top-ban-customer.jpg') no-repeat center 0;
    height: 195px;
}

.notice-common-head{
    /*width: 84px;*/
    /*height: 24px;*/
    /*line-height: 24px;*/
    /*color: #fff;*/
    /*font-size: 13px;*/
    /*text-align: center;*/
    display: inline-block;
    /*background: #c8212e;*/
    position: absolute;
    left: 25px;
    top: 0;
}

.rollingMNotice li a{
    display: block;
    font-size: 14px;
    color: #242424;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 54px;
    line-height: 54px;
}

.notice-common-m{
    margin-bottom: 0;
}

.notice-common-m .notice-common-inner{
    width: 100%;
    padding-left: 100px;
}

.vt-free-request-stream-m .vt-free-request-title{
    width: 120px;
    background: #002557;
}

.vt-free-request-stream-m .vt-free-request-title img{
    width: 110px;
}

.notice-common-m .notice-common-head{
    width: 67px;
    left: 10px;
}

.form-request-vip{
    width: 1215px;
    margin: 0 auto;
    /*background: #f7f7f7;*/
    /*border-radius: 20px;*/
    padding: 60px 90px;
    box-sizing: border-box;
    /*border: 1px solid #e5e5e5;*/
}

.form-table-vip{
    width: 800px;
    margin: 30px auto 0;
}

.form-table-vip th{
    text-align: center;
    font-size: 15px;
    color: #d9d9d9;
}

.form-table-vip th,
.form-table-vip td{
    padding: 5px;
    font-size: 14px;
}

.form-table-vip input[type="text"],
.form-table-vip input[type="tel"]{
    height: 46px;
    line-height: 46px;
    border: 1px solid #eeeeee;
    font-size: 15px;
    color: #606060;
    padding: 0 15px;
}

.form-table-vip input[type="text"]{
    width: 200px;
}

.form-table-vip input[type="tel"]{
    width: 312px;
}

.form-table-vip textarea{
    border: 1px solid #eeeeee;
    font-size: 16px;
    color: #606060;
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
    height: 117px;
    resize: none;
}

.form-request-vip-m{
    background: url('img/mobile/bg-form-vip-m.png') no-repeat center 0;
    background-size: cover;
    padding: 40px 15px;
}

.form-request-vip-m .form-table-vip{
    width: 100%;
}

.form-request-vip-m .form-table-vip th{
    font-size: 13px;
}

.form-request-vip-m .form-table-vip input[type="text"],
.form-request-vip-m .form-table-vip input[type="tel"]{
    width: 100%;
    box-sizing: border-box;
}

.footer-m-nav{
    font-size: 13px;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #555;
    color: #222;
}

.footer-m-nav .splitter{
    font-size: 12px;
    color: #999;
    padding: 0 3px;
    display: inline-block;
    position: relative;
    top: -1px;
}

.footer-m-nav a{
    color: #eee;
}

.jp-logo-area-inner{
    height: 115px;
    width: 1215px;
    margin: 0 auto;
    position: relative;
}

.img-top-phone-pc{
    position: absolute;
    right: 0;
    top: 57px;
}

.form-request-vip label{
    color: #cbcbcb;
}

.form-request-vip label + a{
    color: #cbcbcb;
}

.jp-profit-section-left{
    float: left;
    position: relative;
    width: 400px;
    background: #2c3339;
    height: 100%;
    box-sizing: border-box;
    padding: 60px 0 0 40px;
}

.jp-profit-section-right{
    float: left;
    position: relative;
    width: 815px;
    background: #00030a;
    height: 100%;
}


.jp-profit-section-left .btn-main-profit-more-pc{
    position: absolute;
    bottom: 60px;
    left: 40px;
    color: #f00;
    font-size: 14px;
    border-bottom: 1px solid #f00;
    padding-bottom: 5px;
}

.blind{
    display: none;
}


/* rolling banner */
.main-banner{
    /*height: 793px;*/
    position: relative;
    /*margin-bottom: 100px;*/
}

.main-banner-m{
    position: relative;
    padding: 20px 15px 20px;
}

.main-banner-inner{
    /*max-width: 1480px;*/
    /*width: 1200px;*/
    margin: 0 auto;
    /*height: 793px;*/
    position: relative;
}

.main-banner-inner-m{
    position: relative;
}

.banner-top-pc-inner{
    position: relative;
}

.banner-pc-nav-body{
    position: absolute;
    /*bottom: 40px;*/
    bottom: 80px;
    left: 50%;
    z-index: 100;
    width: 1215px;
    margin-left: -607px;
}

.banner-pc-nav-list{
    float: left;
    margin-right: 45px;
    width: 245px;
}

.banner-pc-nav-list:last-child{
    margin-right: 0;
}

.banner-pc-nav-body .banner-pc-nav-link{
    width: 100%;
    /*height: 79px;*/
    /*line-height: 79px;*/
    /*text-align: center;*/
    /*font-weight: bold;*/
    display: block;
    /*border-radius: 5px;*/
    /*font-size: 20px;*/
    color: #fff;
    /*font-family: "GmarketSansTTFBold";*/
    position: relative;
    padding: 15px 0 0;
    transition: 0.3s;
}

.banner-pc-nav-body .banner-pc-nav-link-active .slide-line{
    background: #fe5a44;
}

.banner-pc-nav-list .slide-desc{
    position: absolute;
    top: 15px;
    right: 0;
    display: inline-block;
    text-align: right;
    line-height: 26px;
    font-size: 13px;
}

.slide-line{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
}

.main-banner .swiper-button-prev{
    background: none !important;
    outline: none;
    left: 0;
}

.main-banner .swiper-button-next{
    background: none !important;
    outline: none;
    right: auto;
    left: 100px;
}

.navigation-slide{
    width: 1215px;
    margin-left: -607px;
    position: absolute;
    bottom: 245px;
    left: 50%;
}

.navigation-slide-inner{
    position: relative;
    min-height: 50px;
}

.form-table-vip-m label,
.form-table-vip-m label + a{
    color: #eee;
}



