@charset "UTF-8";

html,body{
    font-family: 'Pretendard', 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;
}


.vt-main-banner .swiper-pagination-bullet{
    /*width: 10px;*/
    /*height: 10px;*/
}

/* 메인 주요서비스 소개 */
.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-notice-table td .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: 100%;
    border-top: 1px solid #000;
}

.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: 14px;
    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: 1200px;
}

.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;*/
    color: #f90040;
}

.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: #002863;
}

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

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

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

.as-notice-bottom-btn-area a{
    background: #003f7d;
    text-align: center;
    font-size: 13px;
    color: #fff;
    width: 110px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    font-weight: normal;
    border-radius: 5px;
}

.vt-header{
    border-bottom: 1px solid #e5e5e5;
    height: 92px;
    background: #1d447f;
}

.best-profit-info-foot-pc{
    text-align: center;
}

.vt-header-nav{
    /*position: absolute;*/
    /*top: 39px;*/
    /*top: 0;*/
    /*right: 20px;*/
    /*display: inline-block;*/
    /*height: 60px;*/
}

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

.hd-top-contact{
    position: absolute;
    top: 60px;
    right: 0;

}

.vt-header-nav-inner{
    /*margin: 0 auto;*/
    /*width: 1100px;*/
    /*height: 60px;*/
    position: relative;
    /*height: 108px;*/
    /*text-align: center;*/
}

.vt-navigation{
    display: inline-block;
    position: absolute;
    top: 21px;
    right: 0;
}

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

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

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


.vt-navigation .vt-navigation-link{
    color: #81d1ff;
    /*color: #fff;*/
    font-weight: 500;
    font-size: 15px;
    height: 55px;
    line-height: 55px;
    transition: 0.3s;
    display: block;
    padding: 0 7px;
    cursor: pointer;
}

.logo-top{
    display: inline-block;
    float: left;
    position: relative;
    top: 10px;
}

.vt-navigation .vt-navigation-link:hover,
.vt-navigation .vt-navigation-link-active{
    /*color: #fff;*/
    /*border-bottom: 3px solid #fff;*/
}

.vt-header-main-pc .vt-navigation .vt-navigation-link:hover,
.vt-header-main-pc .vt-navigation .vt-navigation-link-active{
    color: #0086cd !important;
    /*border-bottom: 3px solid #1572c8;*/
}

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

.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-top: 50px;
    padding-bottom: 100px;
    background: #222222;
}

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

.vt-ft-navigation{
    text-align: center;
}

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

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

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

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

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

.vt-logo-ft{
    position: absolute;
    top: 50px;
    left: 90px;
}

.vt-footer-address-info{
    padding-top: 43px;
}

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

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

.vt-content-header{
    margin-bottom: 40px;
}

.vt-content-header2{
    margin-bottom: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
    text-align: center;
}

.vt-content-header-title{
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.vt-content-header2 .vt-content-header-title{
    text-align: center;
}

.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: url('./img/bg/bg-notice-pc.gif') repeat-x;
    height: 54px;
    line-height: 54px;
    border-top: 1px solid #434040;
    border-bottom: 1px solid #434040;
}

.notice-common-inner{
    width: 1100px;
    margin: 0 auto;
    padding: 0 25px 0 280px;
    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-4{
    float: left;
    width: 25%;
    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: 18px;
    line-height: 24px;
    text-align: center;
}

.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;
    border-radius: 5px;
}

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

.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;*/
    height: 249px;
    text-align: center;
    overflow: hidden;
    background: #eee;
}

.vt-profit-info-title{
    font-size: 17px;
    color: #242424;
    line-height: 24px;
    font-weight: 600;
    /*padding-top: 20px;*/
    padding-bottom: 10px;
    text-align: center;

    white-space: normal;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 67px;
    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: 1px 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: #000;
    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: transparent;*/
    opacity: 0.3;
    border: 2px solid #fff;
    border-radius: 0;
    width: 10px;
    height: 10px;
    background: #fff;
}

.vt-swiper-container-home-banner .swiper-pagination-bullet-active{
    background: #fff;
    /*width: 30px;*/
    width: 10px;
    height: 10px;
    /*border-radius: 10px;*/
    opacity: 1;
    border: 2px solid #fff;
}

.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: 60px;
    width: 1280px;
    position: relative;
}

.vt-free-request-title{
    float: left;
    height: 60px;
    line-height: 60px;
    width: 284px;
    text-align: center;
    background: #0074bd;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

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

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

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

.vt-main-profit-inner{
    margin: 0 auto;
    width: 1280px;
    position: relative;
    /*height: 680px;*/
    height: 506px;
    box-sizing: border-box;
    padding-top: 112px;
    padding-left: 407px;
}

.vt-main-profit-slider{
    position: relative;
    width: calc( 100% - 80px );
    max-height: 270px;
    /*background: #383838;*/
    padding: 0 40px;
    /*box-sizing: border-box;*/
}

.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: 70px;
    padding-bottom: 40px;
}

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

.vt-swiper-container-profit-banner{

}

.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;*/
    /*background: url('./img/bg/bg-reg-live.png') repeat;*/
    background: url('./img/bg-live-stream-pc.png') repeat;
    padding-top: 60px;
}

.vt-register-status-inner{
    width: 1100px;
    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-type-b .vt-register-status-inner .vt-register-box{
    float: left;
    width: 275px;
    position: relative;
    text-align: center;
    margin-right: 0;
}

.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-vip-head{
    margin-bottom: 20px;
}

.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;*/
    height: 300px;
    margin-top: 10px;
    padding: 30px 20px 20px 20px;
    box-sizing: border-box;
    border-radius: 10px;
}


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

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

.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{
    padding-top: 217px;
    /*padding-bottom: 60px;*/
    background: #a90609 url('./img/bg-main-profit-pc.jpg') no-repeat center 0;
}

.vt-main-profit-info-inner{
    width: 1280px;
    margin: 0 auto;
    /*padding: 20px 0 50px;*/
}


.vt-main-profit-box{
    float: left;
    width: 353px;
    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: 20px;
}


.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: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 22px;
}

/*.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-main-table-profit-cell{
    display: table-cell;
    vertical-align: middle;
}


.vt-main-table-profit-cell:nth-child(1){
    width: 32px;
    text-align: center;
    font-weight: bold;
}

.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-profile-introduction{
    background: url('./img/bg/bg-main-profile.jpg') no-repeat center 0;
}

.vt-profile-introduction-inner{
    width: 1100px;
    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: 1100px;
    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: -215px;
    z-index: 105;
    transition: 0.5s;
    /*background: #e5e5e5;*/
    /*padding: 5px;*/
}

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

.vt-free-request-lists{
    overflow: hidden;
    height: 60px;
    line-height: 60px;
    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-register-status-type-b .vt-vip-table-holder{
    height: 287px;
    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;*/
    color: #333;
}

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

.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: 1100px;
    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 url('./img/bg/bg-main-review-pc.jpg') no-repeat center 0;
}

.vt-user-review-inner{
    margin: 0 auto;
    width: 1280px;
    padding: 270px 0 0 0;
}

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

.vt-user-review-img-wrap{
    display: block;
    max-height: 240px;
    overflow: hidden;
    /*border: 1px solid #c7c7c7;*/
    /*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: 15px 15px 20px 15px;
    display: block;
    height: 60px;
    box-sizing: border-box;
    text-align: center;
}

.vt-user-review-info-title{
    font-size: 15px;
    color: #fff;
    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: 22px;*/
    /*color: #212121;*/
    /*position: relative;*/
    padding-bottom: 60px;
    text-align: center;
}

.vt-user-review-type-b .vt-user-review-title{
    padding-bottom: 30px;
}

.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: left;
    height: 70px;
    line-height: 70px;
    padding-left: 20px;
    box-sizing: border-box;
}

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

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

.vt-footer-m{
    /*border-top: 1px solid #dcdcdc;*/
    background: #222222;
    padding-bottom: 10px;
}

.vt-footer-m-inner{
    /*padding-top: 20px;*/
}


.vt-header-m .vt-logo-m{
    position: relative;
    top: -2px;
}

.vt-footer-m-inner .vt-logo-m{
    text-align: left;
    padding-top: 40px;
    padding-left: 20px;
}

.vt-addr-m{
    font-size: 12px;
    padding: 20px;
    color: #d2d2d2;
    line-height: 22px;
    text-align: center;
    margin-top: 20px;
}

.vt-nav-m{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 110;
    background: #1d447f;
    background-size: contain;
    display: none;
}

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

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

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

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

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

.vt-nav-list-body li a{
    font-weight: 500;
    /*color: #ffedc5;*/
    color: #444;
    font-size: 15px;
}

.vt-nav-m-close{
    position: absolute;
    top: 22px;
    right: 15px;
}

.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%;
    border-top: 1px solid #898989;
}

.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;*/
    color: #f90040;
}


.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;
    padding-top: 30px;
    font-size: 16px;
    margin: 0 10px;
    text-align: center;
}

/*.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{
    min-height: 250px !important;
    max-height: 300px !important;
    height: auto;
}


.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: #fff;
    /*background: url('./img/mobile/bg-profit-demon-m2.jpg') no-repeat center 0;*/
    /*background-size: cover;*/
}

.btn-more-review-m{
    display: inline-block;
    background: #d90001;
    text-align: center;
    width: 250px;
    height: 45px;
    line-height: 45px;
    color: #fff !important;
    font-size: 18px;
    border-radius: 45px;
}

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

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

.vt-main-profit-info-m{
    padding-top: 0;
    background: #ac0609;
    /*background: url('./img/mobile/bg-m-profit-rate.jpg') no-repeat center 0;*/
    /*background-size: cover;*/
}

.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: auto;
    background-size:cover;
    /*border-radius: 20px;*/
    margin-bottom: 20px;
    /*padding: 20px 20px 20px;*/
    padding: 0;
    /*border: 2px solid #ce9a46;*/
}

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

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


.vt-register-status-m{
    /*background: url('./img/mobile/bg-live-status-m.png') no-repeat center 0;*/
    background: #fff;
}

.vt-register-status-m .summary-register-vip{
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
}

.vt-register-status-m .summary-register-vip-head{
    padding-top: 0;
}

.vt-register-status-m .vt-register-status-inner{
    width: 100%;
    padding: 0 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;
}

.logo-area{
    text-align: center;
    width: 1280px;
    position: relative;
    margin: 0 auto;
    /*height: 60px;*/
}

.vt-header-top{
    width: 1280px;
    text-align: center;
    padding-top: 37px;
    padding-bottom: 15px;
    margin: 0 auto;
    position: relative;
}

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

.top-phone{
    position: absolute;
    top: 74px;
    right: 10px;
}

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

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

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

.profit-page-banner{
    background: #f7f7f7 url('../assets/img/profit/img-top-ban-profit-pc.png') no-repeat center 0;
    height: 242px;
}

.news-page-banner{
    background: #f7f7f7 url('../assets/img/news/img-top-ban-news-pc.png') no-repeat center 0;
    height: 241px;
}

.qna-page-banner{
    background: #f7f7f7 url('../assets/img/qna/img-top-ban-qna-pc.png') no-repeat center 0;
    height: 236px;
}

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

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

.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: -1px;
}

.rollingMNotice li a{
    display: block;
    font-size: 16px;
    /*color: #242424;*/
    color: #fff;
    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;
    background: url('./img/bg/bg-notice-pc.gif') repeat-x;
    height: 39px;
    line-height: 39px;
}

.notice-common-m .notice-common-inner{
    width: 100%;
    /*padding-left: 165px;*/
    /*padding-left: 170px;*/
    padding-left: 150px;
}

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

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

.notice-common-m .notice-common-head{
    /*width: 165px;*/
    width: 150px;
    left: 0;
    top: -2px;
    padding-left: 10px;
}

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

.form-table-vip{
    /*margin-top: 110px;*/
    width: calc(100% - 340px);
    box-sizing: border-box;
    margin-left: 204px;
    position: relative;
    top: 1245px;
}

#vt-content-m .form-table-vip{
    top: 0;
    width: 100%;
    margin-left: 0;
}

.form-table-vip th{
    text-align: left;
}

.form-table-vip th,
.form-table-vip td{
    padding: 5px;
    font-size: 15px;
    color: #fff;
}

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

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

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

.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: #eeefee;
    padding: 40px 15px;
}


.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: 15px 0;
    border-bottom: 1px solid #6b6b6b;
}

.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;
}

.notice-common-m .rollingMNotice li a{
    height: 40px;
    line-height: 40px;
}

.ft-warning-notice-m{
    margin-top: 20px;
    color: #7d7d7d;
    text-align: center;
    font-size: 12px;
    padding: 0 15px;
    line-height: 22px;

}




.vt-register-status-m .vt-register-status-inner .vt-register-vip,
.vt-register-status-m .vt-register-status-inner .vt-register-free{
    height: auto;
}

a.vt-view-agreement{
    color: #fff;
}

.vt-register-body{
    margin-top: 15px;
    height: 350px;
    position: relative;
}

.vt-main-profit-info-type-b .vt-main-profit-box{
    background: #fff;
    height: 369px;
    /*padding-left: 15px;*/
    /*padding-right: 15px;*/
    /*margin-right: 10px;*/
    width: 393px;
    box-sizing: border-box;
    border: 2px solid #ce9945;
}

.vt-main-profit-info-type-b .vt-main-profit-box:first-child{
    margin-left: 0;
}

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

.vt-main-profit-info-type-b .vt-main-profit-header{
    /*margin-top: -30px;*/
    /*margin-bottom: 10px;*/
    position: relative;
    top: -20px;
    left: -15px;
}

.vt-main-profit-info-type-b .vt-main-profit-info-inner{
    /*margin-top: 30px;*/
    padding-top: 30px;
    /*background: url('./img/bg-profit-inner-pc.png') no-repeat center 0;*/
    padding-bottom: 60px;
}

.vt-main-profit-info-type-b .vt-main-table-profit-cell{
    border-bottom: 1px solid #ddd;
}

.vt-main-profit-info-type-b .vt-main-table-profit-row{
    margin-bottom: 0;
}


.fi-form-main{
    background: url('./img/mobile/bg-m-form-main.jpg') no-repeat center 0;
    height: 530px;
}

.fi-form-main-inner{
    /*width: 1100px;*/
    /*margin: 0 auto;*/
}

.fi-form-main-inner{
    /*width: 540px;*/
    /*position: relative;*/
    /*top: 180px;*/
    /*left: 210px;*/
}

.fi-form-main-inner input[type="text"],
.fi-form-main-inner input[type="tel"]{
    width: 345px;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    color: #444;
    font-size: 16px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #878787;
}

.fi-form-main-inner input[type="tel"]{
    margin-top: 10px;
}

.fi-form-main-inner label,
.fi-form-main-inner a{
    color: #656565;
    font-size: 13px;
}

.vt-main-profit-type-b{
    height: 920px;
}

.vt-main-profit-type-b .fi-left-area{
    float: left;
    width: 712px;
    height: 500px;
    background: #fff;
    border-right: 1px dotted #444;
    box-sizing: border-box;
}

.vt-main-profit-type-b .fi-right-area{
    float: left;
    width: 388px;
    height: 500px;
    background: #fff;
    box-sizing: border-box;
    padding: 20px;
}

.vt-main-profit-type-b .vt-main-profit-inner{
    width: 1100px;
    height: auto;
}

.vt-main-profit-type-b .vt-main-profit-slider{
    width: 1100px;
    max-height: 500px;
    padding: 0;
}

.vt-main-profit-type-b .fi-left-area-img-wrp{
    width: 700px;
    text-align: center;
    overflow: hidden;
    height: 500px;
    padding-left: 10px;
    box-sizing: border-box;
}

.vt-main-profit-type-b .fi-left-area-img-wrp img{
    position: relative;
    top: 55px;
    width: 100%;
}

.fi-right-profit-list-title{
    /*border-bottom: 1px solid #ddd;*/
    /*padding-bottom: 10px;*/
    /*margin-bottom: 10px;*/
    background: #f3f3f3;
    text-align: center;
    width: 388px;
    position: relative;
    top: -20px;
    left: -20px;
    height: 55px;
    line-height: 55px;
}

.fi-right-profit-list{
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}

.fi-right-profit-link{
    display: block;
    position: relative;
    padding: 10px 0 10px 150px;
}

.fi-right-profit-list-img{
    position: absolute;
    top: 50%;
    margin-top: -40px;
    left: 0;

}

.fi-right-profit-list-sub-tit{
    color: #444;
    font-weight: bold;
    font-size: 13px;
}

.fi-right-profit-list-sub-tit-active .fi-right-profit-list-sub-tit{
    color: #e71909;
}

.vt-user-review-type-b{
    /*background: url('./img/bg-review-main-pc2.jpg') no-repeat center 0;*/
    background: url('./img/img-bg-review-main-pc.jpg') no-repeat center 0;
    /*background-size: cover;*/
    height: 822px;
    box-sizing: border-box;
}


.vt-user-review-type-b .vt-user-review-link{
    width: 260px;
    border-radius: 0;
}

.vt-user-review-type-b .vt-user-review-img-wrap{
    border-radius: 0;
    /*height: 365px;*/
    /*height: 263px;*/
    /*border: 1px solid #f00;*/
}

.vt-user-review-type-b .review-user-profit{
    padding: 20px 10px 0;
    /*background: #f7f7f7;*/
}

.vt-review-type-b .vt-review-info{
    position: static;
}

.vt-review-type-b .vt-review-info{
    height: auto;
    padding: 15px 5px;
}


.vt-review-type-b .vt-review-info-title{
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow: hidden;
    text-overflow:ellipsis;
}

.vt-review-type-b .vt-review-box{
    padding: 10px;
}

.vt-review-type-b .vt-review-thumbnail{
    width: auto;
    height: auto;
}


.vt-register-status-m .vt-register-vip{
    background: #fff;
}

.vt-main-table-profit-wrapper{
    background: #fff;
    padding: 0 10px;
    border-radius: 10px;
}

.reg-form-m{
    /*background: url('./img/mobile/bg-trophy-m.jpg') no-repeat center 0;*/
    /*background-size: cover;*/
    /*padding: 50px 20px;*/
    background: #d5d5d5;
}

.reg-form-m input[type="text"],
.reg-form-m input[type="tel"]{
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #444;
    font-size: 16px;
    padding: 0 10px;
    box-sizing: border-box;
    border: 1px solid #878787;
    border-radius: 5px;
}


.reg-form-m input[type="tel"]{
    margin-top: 10px;
}

.reg-form-m label{
    color: #878787;
    font-size: 13px;
}

.reg-form-m label + a{
    color: #878787;
    font-size: 13px;
}

.vt-main-banner .swiper-button-prev,
.vt-main-banner .swiper-button-next{
    width: 48px;
    height: 92px;
}

.vip-count-area-m{
    width: 100%;
    text-align: center;
    position: absolute;
    top: 20px;
    left: 0;
    font-size: 28px;
    color: #fff;
}

.vt-main-table-profit-row:last-child{
    margin-bottom: 0
}

.vip-count-area-pc{
    background: url('./img/img-vip-count-pc.jpg') no-repeat center 0;
    height: 290px;
}

.vip-count-area-pc-inner{
    width: 1100px;
    margin: 0 auto;
    position: relative;
}

.btn-quick-request{
    position: absolute;
    top: 163px;
    left: 0;
    width: 381px;
    height: 78px;
    display: inline-block;
}


.vip-count-wrp-pc{
    color: #fff;
    position: absolute;
    top: 150px;
    right: 154px;
    display: inline-block;
    width: 150px;
    text-align: center;
}

.form-main-pc{
    background: url('./img/bg-form-pc-2.jpg?v=3') no-repeat center 0;
    height: 356px;
}

.form-main-pc-inner{
    height: 356px;
    position: relative;
    width: 1100px;
    margin: 0 auto;
}

.form-main-pc-wrp{
    position: absolute;
    top: 0;
    right: 0;
    height: 356px;
    width: 345px;
    box-sizing: border-box;
    padding-top: 90px;
}

.form-in-the-wing{
    background: url('./img/bg-right-form.png') no-repeat center 0;
    width: 169px;
    height: 313px;
    position: relative;
    padding: 127px 0 0 14px;
    box-sizing: border-box;
}

.review-main-pc-inner{
    width: 1280px;
    margin: 0 auto;
}

.review-main-pc-head{
    padding-bottom: 20px;
}

.review-main-pc{
    padding-top: 88px;
    background: url('./img/bg-review-main-pc.jpg') repeat-x;
}

.review-main-pc-head .title{
    font-size: 22px;
}

.btn-review-more-link{
    display: inline-block;
    color: #fff !important;
    font-size: 14px;
    width: 97px;
    height: 33px;
    line-height: 33px;
    border-radius: 33px;
    text-align: center;
    background: #d90001;
    margin-left: 22px;
    position: relative;
    top: -2px;
}

.current-status-register{
    padding-top: 35px;
    padding-bottom: 20px;
}

.current-status-register-inner{
    width: 1280px;
    margin: 0 auto;
}

.current-status-register-head{
    font-size: 19px;
    color: #000;
    margin-bottom: 10px;
}

.current-status-register-body{
    background: #07021c;
    padding-left: 220px;
    position: relative;
    height: 157px;
}

.summary-register-vip{
    width: 220px;
    height: 157px;
    position: absolute;
    top: 0;
    left: 0;
}


.summary-register-vip-stream-head{
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding-top: 25px;
    padding-bottom: 15px;
}

.summary-register-vip-head{
    font-size: 18px;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    padding-top: 35px;
}

.summary-register-vip-body{
    font-size: 40px;
    color: #ff00f0;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
    font-family: 'Noto Sans KR', sans-serif;
}

.summary-register-vip-stream-body{
    background: #fff;
    /*margin: 0 30px;*/
    position: relative;
    top: 5px;
}

.vt-register-status-m .sig-register-complete,
.summary-register-vip-stream-body .sig-register-complete{
    background: #ff4200;
    font-size: 11px;
    color: #fff;
    border-radius: 8px;
    text-align: center;
    width: 60px;
    height: 23px;
    line-height: 23px;
    display: inline-block;
    margin-right: 50px;
    margin-left: 10px;
}

.vt-register-status-m .sig-register-complete{
    margin-right: 15px;
}

.registered-vip-name{
    font-size: 14px;
    color: #000;
}

.current-status-register-body:before{
    width: 1px;
    height: 80px;
    content: "";
    background: #fff;
    position: absolute;
    top: 38px;
    left: 220px;

}

.main-accum-status-section{
    padding-bottom: 30px;
    padding-top: 10px;
}


.main-accum-status-section-m{
    padding: 0 20px;
}

.main-accum-status-section-inner{
    width: 1280px;
    margin: 0 auto;
}

.main-accum-status-section-m .main-accum-status-section-inner{
    width: 100%;
}

.main-accum-status-section-m .main-accum-status-section-inner .accum-status-box{
    width: 100%;
    float: none;
    margin: 0;
}

.main-accum-status-section-m .main-accum-status-section-inner .accum-status-box:nth-child(2){
    margin: 15px 0;
}

.accum-status-box{
    border: 1px solid #bfbfbf;
    background: #fff;
    float: left;
    width: 393px;
    height: 369px;
    position: relative;
    box-sizing: border-box;
}

.accum-status-box:first-child{
    border: none;
}

.accum-status-box:nth-child(2){
    margin: 0 10px;
}


.main-accum-status-section-m .total-accum-profit-rate{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.total-accum-profit-rate{
    color: #ff4200;
    font-size: 40px;
    font-family: 'Noto Sans KR', sans-serif;
    position: absolute;
    top: 114px;
    width: 393px;
    left: 0;
    padding-left: 46px;
    display: block;
    box-sizing: border-box;
}

.accum-status-box-head{
    text-align: center;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 22px;
    color: #000;
    padding: 22px 0;
}

.accum-status-box-table{
    width: 100%;
}

.accum-status-box-table thead th{
    background: #f7f4f0;
    color: #000;
    font-size: 17px;
    text-align: center;
    padding: 12px 0;
}

#vt-content-m .form-table-vip th,
#vt-content-m .form-table-vip td{
    color: #444;
}

#vt-content-m a.vt-view-agreement{
    color: #444;
}

.accum-status-box-table tbody td{
    padding: 14px 0;
    color: #000;
    font-size: 15px;
}

.accum-status-box-table tbody td:nth-child(1){
    text-align: center;
}

.accum-status-box-table tbody td:nth-child(3){
    text-align: center;
    color: #ff4200;
}

.emphasis-purple{
    color: #582567;
}

.emphasis-red{
    color: #bf3127;
}

.footer-common-m{
    background: #101a1d;
    padding: 20px;
}

.center-contents-wrp-m{
    padding: 30px 20px 0;
}

.blind{
    display: none;
}

.vip-current-status{
    background: #012868;
    height: 60px;
}

.vip-current-status-inner{
    width: 1280px;
    margin: 0 auto;
    position: relative;
    padding-left: 285px;
    box-sizing: border-box;
}

.vip-current-date{
    color: #fff;
    font-size: 17px;
    position: absolute;
    top: 19px;
    left: 80px;
}


/* info main top */
.jp-top-system-info{
    background: #fff;
}

.jp-top-system-info-inner{
    width: 1280px;
    margin: 0 auto;
    padding: 70px 0 90px;
}

.jp-top-system-header{
    text-align: center;
}

.jp-top-system-body{
    margin-top: 70px;
}

.jp-top-system-body-left{
    float: left;
    width: 440px;
}

.jp-top-system-body-right{
    float: left;
    width: 732px;
    padding-right: 20px;
    box-sizing: border-box;
}

.jp-top-system-list .sub-font{
    color: #222;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 18px;
    display: block;
    padding-left: 25px;
}

.jp-top-system-list .main-font{
    color: #222;
    font-weight: bold;
    font-family: 'Nanum Myeongjo', serif;
    font-size: 22px;
    display: block;
    margin-top: 10px;
}

.jp-top-system-list-active .sub-font{
    color: #fff;
    background: #0061ff;
    transition: 0.3s;
}

.jp-top-system-list-active .main-font{
    color: #b00f14;
    transition: 0.3s;
}

.jp-top-system-list-body{
    padding: 0 50px 0 40px;
}

.jp-top-system-list{
    /*border-bottom: 1px solid #d2d2d2;*/
    /*padding: 15px 0;*/
    margin-bottom: 19px;
}

.jp-top-system-list .jp-top-system-link{
    background: #eaeaea;
    height: 78px;
    line-height: 78px;
    display: block;
    border-radius: 5px !important;
    overflow: hidden;
    /*padding-left: 25px;*/
}

.jp-top-system-body-right .vt-swiper-pagination-home-info{
    bottom: 15px;
    top: auto;
    text-align: center;
    right: 0;
    width: 100%;
}

.vt-swiper-pagination-home-info .swiper-pagination-bullet{
    opacity: 1;
    background: #eee;
    border: 1px solid #ddd;
    width: 10px;
    height: 10px;
}

.vt-swiper-pagination-home-info .swiper-pagination-bullet-active{
    opacity: 1;
    background: #0162ff;
    border: 1px solid #0162ff;
    width: 10px;
    height: 10px;
}


.vt-swiper-pagination-home-info .swiper-pagination-bullet:last-child{
    margin-right: 20px;
}

.vt-swiper-pagination-home-info-m{
    padding-bottom: 30px;
}

.current-total-status{
    background: url('./img/bg-current-total-status.jpg') center 0;
    height: 583px;
    position: relative;
}

.current-total-status-inner{
    width: 1280px;
    margin: 0 auto;
    position: relative;
}

.current-total-status-inner .status-01{
    color: #0061ff;
    font-size: 36px;
    position: absolute;
    top: 352px;
    left: 84px;
}

.current-total-status-inner .status-02{
    color: #0061ff;
    font-size: 36px;
    position: absolute;
    top: 352px;
    left: 390px;
}

.current-total-status-inner .status-03{
    color: #0061ff;
    font-size: 36px;
    position: absolute;
    top: 352px;
    left: 700px;
}

.current-total-status-inner .status-04{
    color: #0061ff;
    font-size: 36px;
    position: absolute;
    top: 352px;
    left: 1010px;
}

.total-status-box-m{
    text-align: center;
    margin-bottom: 50px;
}

.total-status-box-m strong.tit{
    font-size: 18px;
    text-decoration: underline;
    color: #000;
}

.total-status-box-m strong.status-01,
.total-status-box-m strong.status-02,
.total-status-box-m strong.status-03,
.total-status-box-m strong.status-04{
    color: #0061ff;
    font-size: 30px;
    display: block;
    margin-top: 20px;
}


.form-pc-vip textarea.textarea{
    width: 814px;
    box-sizing: border-box;
    padding: 15px;
    font-size: 16px;
    color: #666;
    height: 115px;
}

.profit-main-left-pc{
    position: absolute;
    top: 114px;
    left: 0;
    width: 387px;
    text-align: center;
}

.vt-main-profit-pc .vt-swiper-pagination-profit-banner{
    bottom: 0;
}

.vt-main-profit-pc .vt-swiper-container-profit-banner{
    min-height: 280px;
}

.vt-main-profit-pc .vt-swiper-container-profit-banner .swiper-pagination-bullet-active{
    background: #000;
}


.number-vip-count{
    position: absolute;
    top: 47px;
    left: 229px;
    font-size: 28px;
    color: #fff;
}

.number-profit-count{
    position: absolute;
    top: 47px;
    left: 657px;
    font-size: 28px;
    color: #fff;
}

.number-register-count{
    position: absolute;
    top: 47px;
    left: 1055px;
    font-size: 28px;
    color: #fff;
}


.vt-header-main-pc{
    background: #fff;
}

.vt-header-main-pc .vt-navigation .vt-navigation-link{
    color: #000;
}

.video-title-pc{
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -200px 0 0 -256px;
}

.video-wrapper{
    width: 100%;
    height: 700px;
    position: relative;
    top: 0;
    left: 0;
}

.vt-header-main-body-pc{
    position: relative;
    z-index: 999;
    height: 92px;
    overflow: hidden;
}

.video-wrapper-inner{
    width: 1280px;
    margin: 0 auto;
    height: 760px;
    position: relative;
    z-index: 900
}

.video-holder-pc{
    position: absolute;
    top: 0;
    left: 0;
    height: 700px;
    width: 100%;
    z-index: 100;
    overflow: hidden;
}

.summary-company-info-m{
    background: #eee;
    padding: 30px 20px;
}

.summary-unit-top-m{
    background: #0f110e;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.summary-unit-top-m:last-child{
    margin-bottom: 0;
}

.summary-unit-top-tit-m{
    text-align: left;
    float: left;
    width: 50%;
}

.summary-unit-top-tit-m img{
    position: relative;
    top: 3px;
}

.summary-unit-top-desc-m{
    text-align: right;
    float: left;
    width: 50%;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}


.jp-footer-desc-pc{
    width: 1280px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    padding-left: 400px;
}

.profit-summary-pc{
    background: url('./img/img-profit-summary-pc.jpg') no-repeat center 0;
    height: 890px;
}

.profit-summary-inner-pc{
    width: 1280px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

.profit-summary-content-pc{
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 30px;
    color: #fff;
}

.profit-summary-content-pc .count{
    color: #ffb81f;
    font-weight: bold;
    padding: 0 10px;
    display: inline-block;
}

.best-profit-info-pc{
    background: #013364;
    padding: 80px 0 70px;
}

.best-profit-info-head-pc{
    text-align: center;
    padding: 0 20px;
}

.best-profit-info-body-pc .txt-red{
    color: #e30500;
}

.best-profit-info-inner-pc{
    width: 1280px;
    margin: 0 auto;
}

.best-profit-info-body-pc{
    padding: 40px 0;
}

.best-profit-info-unit{
    float: left;
    width: 410px;
    /*box-shadow: 1px 1px 3px rgba(0,0,0,0.3);*/
    background: #fff;
    margin-right: 25px;
    border-radius: 10px;
    /*overflow: hidden;*/
    box-sizing: border-box;
    padding: 50px 20px 20px;
    position: relative;
}

.ico-best{
    position: absolute;
    top: -10px;
    right: 20px;
}

.star-eval{
    padding: 20px 0 10px;
}

.con-summary{
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow: hidden;
    text-overflow:ellipsis;
    font-size: 14px;
    color: #555;
    line-height: 22px;
    height: 66px;
}

.sub-tit-profit-pc{
    font-size: 30px;
    color: #000;
    margin-bottom: 30px;
}

.best-profit-info-unit .author{
    margin-top: 10px;
    color: #3699d4;
    font-size: 13px;
}

.best-profit-info-unit:last-child{
    margin-right: 0 !important;
}

.best-profit-thumbnail-wrp{
    overflow: hidden;
    height: 140px;
    border: 1px solid #cdcdcf;
    box-sizing: border-box;
    border-radius: 10px;
}

.best-profit-thumbnail-wrp img{
    width: 100%;
}

.best-profit-info-link .rank-title{
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    padding: 0 0 20px;
}

.best-profit-info-link .rank-title strong{
    padding-left: 10px;
}

.best-profit-desc-wrp{
    padding: 15px;
    position: relative;
}

.best-profit-desc-buy-wrp span,
.best-profit-desc-sale-wrp span{
    font-size: 15px;
    color: #555;
}

.best-profit-desc-buy-wrp strong,
.best-profit-desc-sale-wrp strong{
    font-size: 15px;
    margin-left: 5px;
    color: #000;
}

.best-profit-desc-wrp .ratio{
    position: absolute;
    top: 23px;
    right: 20px;
}


.jp-profit-inner .vt-col-1{
    margin-bottom: 20px;
}

.jp-profit-inner .vt-profit-box{
    width: 100%;
    /*box-shadow: 1px 1px 3px rgba(0,0,0,0.3);*/
    background: #fff;
    box-sizing: border-box;
    padding: 20px 20px 30px;
    border-radius: 10px;
}

.jp-profit-box-link{
    display: block;
    position: relative;
    padding-left: 320px;
    height: 150px;
}

.jp-profit-box-link .vt-profit-thumbnail{
    width: 320px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.jp-profit-inner .vt-col-2{
    margin-bottom: 20px;
}

.jp-profit-inner .vt-col-2:nth-child(2n) .vt-profit-box {
    margin-left: 5px;
}

.jp-profit-inner .vt-profit-info{
    padding: 20px;
    text-align: left;
}

.jp-profit-inner .vt-profit-info .vt-profit-info-title{
    text-align: left;
    color: #0172b9;
    /*border-bottom: 2px solid #0172b9;*/
    line-height: normal;
    height: auto;
    /*padding-bottom: 15px;*/
}

.jp-profit-inner .vt-profit-info .vt-profit-info-desc{
    height: 55px;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow: hidden;
    text-overflow:ellipsis;
    font-size: 15px;
    line-height: 25px;
    color: #000;
}

.jp-profit-inner .vt-profit-info .vt-profit-info-details{
    font-size: 14px;
    color: #555;
    margin-top: 10px;
}

.jp-profit-view-details-pc{
    border-bottom: 1px solid #ddd;
}

.jp-profit-detail-info{
    float: left;
}

.news-tab-pc{

    margin: 0 auto;
    width: 1280px;
}

.news-tab-m{
    padding: 0px 15px 0;
}


.news-tab-inner-pc{
    width: 360px;
    /*width: 700px;*/
    /*margin: 0 auto;*/
}

.news-tab-inner-m{
    width: 100%;
    max-width: 300px;
    /*margin: 0 auto;*/
}

.main-news-unit .vt-ico-new{
    color: #f90040;
}

.news-tab-inner-pc li,
.news-tab-inner-m li{
    float: left;
    width: 50%;
}

.news-tab-inner-m li:last-child{
    position: relative;
    left: 5px;
}

.news-tab-inner-pc li:last-child{
    position: relative;
    left: 5px;
}

.news-tab-inner-pc li a{
    display: block;
    height: 60px;
    line-height: 60px;
    text-align: center;
    /*border: 1px solid #e3e3e3;*/
    font-weight: 500;
    font-size: 16px;
    background: #ededf5;
    color: #999;
    border-radius: 5px;
}

.news-tab-inner-m li a{
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #e3e3e3;
    font-weight: 500;
    font-size: 15px;
    border-radius: 5px;
    background: #ededf5;
}

.news-tab-inner-pc .active a,
.news-tab-inner-pc li a:hover{
    background: #007df9;
    color: #fff;
    /*border: 1px solid #0074bd;*/
}

.news-tab-inner-m .active a,
.news-tab-inner-m li a:hover{
    background: #007df9;
    color: #fff;
    /*border: 1px solid #0074bd;*/
}

.btn-ask-qna{
    position: absolute;
    bottom: 3px;
    left: 382px;
    display: inline-block;
    width: 234px;
    height: 59px;
}

.jp-contents-service{
    width: 1280px;
    margin: 0 auto;
}

.qna-table-pc{
    width: 100%;
}


.jp-contents-pc .service-info-contents .qna-table-pc{
    width: 100%;
}

.jp-contents-pc .service-info-contents .qna-table-pc td{
    padding: 15px 15px;
}

.jp-contents-pc .service-info-contents .qna-table-pc td a{
    transition: 0.3s;
    color: #444;
    font-size: 15px;
}

.jp-contents-pc .service-info-contents .qna-table-pc td{
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
}

.jp-contents-pc .service-info-contents .qna-table-pc td:nth-child(2),
.jp-contents-pc .service-info-contents .qna-table-pc td:nth-child(3){
    font-size: 14px;
    color: #777;
}

.jp-contents-pc .service-info-contents .qna-table-pc td a:hover{
    color: #1481c4;
}

.jp-contents-pc .service-info-contents .qna-table-pc .answer td{
    background: #fff;
}

.jp-contents-pc .service-info-contents .qna-table-pc .answer td:first-child{
    padding-left: 40px;
}

.jp-contents-pc .service-info-contents .qna-table-pc .answer td{
    /*border-top: 2px solid #1481c4;*/
}

.jp-contents-pc .service-info-contents .qna-table-pc .link-btn-modify{
    font-size: 14px;
    margin-right: 5px;
}

.jp-contents-pc .service-info-contents .qna-table-pc .link-btn-delete{
    font-size: 14px;
}

.jp-qna-contents-wrp{
    padding: 100px 0 150px;
}

.jp-qna-contents-wrp .jp-page-title{
    text-align: center;
    padding-bottom: 50px;
}

.qna-info-write-page .qna-write-table{
    border-top: 2px solid #60b3e7;
    width: 100%;
}

.qna-info-write-page .qna-write-table th{
    font-size: 14px;
    padding: 20px 0;
    background: #fafdff;
    text-align: center;
    border-bottom: 1px solid #d9d9d9;
}

.qna-info-write-page .qna-write-table td{
    font-size: 15px;
    padding: 20px 20px;
    border-bottom: 1px solid #d9d9d9;
}

.qna-info-write-page .qna-write-table td input[type="text"]{
    width: 650px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #444;
    padding: 0 10px;
    box-sizing: border-box;
    border: 1px solid #e3e3e3;
}

.qna-info-write-page .qna-write-table td input[type="password"]{
    width: 200px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #444;
    padding: 0 10px;
    box-sizing: border-box;
    border: 1px solid #e3e3e3;
}


.qna-info-write-page .qna-write-table td textarea{
    font-size: 14px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #e3e3e3;
    width: 100%;
    height: 200px;
}

.qna-info-write-page .btn-area{
    text-align: center;
    padding-top: 50px;
}

.qna-info-write-page .qna-go-register{
    width: 100px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    background: #007df9;
    position: relative;
    top: -1px;
}

.qna-info-write-page .qna-go-list{
    width: 100px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    color: #999;
    font-size: 15px;
    font-weight: 500;
    background: #ededf5;
}

.jp-qna-contents-wrp .password-section{
    text-align: center;
    padding: 100px 0;
}

.jp-qna-contents-wrp .password-section input[type="password"]{
    width: 400px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #444;
    padding: 0 10px;
    box-sizing: border-box;
    border: 1px solid #e3e3e3;
}

.main-cs-section-pc{
    background: url('./img/bg-main-bottom-cs-pc.jpg') no-repeat center 0;
    height: 592px;
    position: relative;
}

.main-cs-section-inner-pc{
    width: 1280px;
    margin: 0 auto;
    height: 100%;
}

.main-cs-section-inner-pc form{
    padding: 220px 0 0 0;
}

.main-cs-section-inner-pc form input[type="text"],
.main-cs-section-inner-pc form input[type="tel"]{
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    box-sizing: border-box;
    padding: 0 20px;
    width: 540px;
    background: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    color: #fff;
    outline: none;
}

.main-cs-section-inner-pc form button[type="submit"]{
    cursor: pointer;
    background: #fff;
    width: 540px;
    padding: 0;
    margin: 0;
    color: #142952;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    font-weight: 500;
}

.main-qna-section-inner-pc{
    width: 1280px;
    margin: 0 auto 80px;
    box-sizing: border-box;
    padding-left: 415px;
    position: relative;
    min-height: 246px;
}

.left-title-section{
    position: absolute;
    top: 0;
    left: 0;
}

.qna-main-right-section-head{
    border-bottom: 2px solid #0074bd;
    height: 66px;
    line-height: 66px;
    position: relative;
}

.qna-main-right-section-head strong{
    font-size: 24px;
    color: #000;
}

.qna-main-right-section-head span{
    font-size: 15px;
    margin-left: 10px;
    color: #383838;
}

.btn-more-qna-main-pc{
    position: absolute;
    bottom: 0;
    right: 10px;
    color: #555;
    font-size: 14px;
}

.qna-main-right-section-list{
    height: 60px;
    line-height: 60px;
    padding: 0 100px 0 5px;
    font-size: 15px;
    color: #000;
    border-bottom: 1px solid #d5d5d5;
    position: relative;
}

.qna-main-right-section-list .date{
    position: absolute;
    bottom: 0;
    right: 5px;
    font-size: 14px;
    color: #444;
}

.main-profit-info-pc{
    padding: 75px 0 0;
}

.main-profit-info-inner-pc{
    width: 1280px;
    margin: 0 auto;
}

.main-profit-info-box{
    width: 50%;
    float: left;
}

.main-profit-info-box-head{
    font-size: 20px;
    color: #000;
    position: relative;
    padding-bottom: 23px;
    font-weight: bold;
    margin-right: 50px;
}

.main-profit-info-box-head .btn-more-view-pc{
    position: absolute;
    top: 5px;
    right: 0;
    font-size: 14px;
    color: #666;
    font-weight: normal;
}

.main-profit-info-box-link{
    width: 580px;
    display: block;
    height: 75px;
    position: relative;
    background: #f3f3f3;
}

.main-profit-info-box-list{
    margin-bottom: 10px;
}

.main-profit-info-box-link .cal{
    width: 122px;
    float: left;
    height: 75px;
    display: block;
    padding-top: 14px;
    box-sizing: border-box;
    position: relative;
}

.main-profit-info-box-link .cal:after{
    content: "";
    height: 47px;
    width: 1px;
    background: #fff;
    position: absolute;
    top: 15px;
    right: 0;
}

.main-profit-info-box-link .cal .date{
    font-size: 23px;
    color: #0f408a;
    display: block;
    font-weight: bold;
    text-align: center;
}

.main-profit-info-box-link .cal .year-month{
    font-size: 12px;
    display: block;
    text-align: center;
    color: #555;
    margin-top: 5px;
}

.main-profit-info-box-link .tail{
    position: absolute;
    top: 17px;
    right: -20px;
}

.main-profit-info-box-link .title{
    float: left;
    height: 75px;
    line-height: 75px;
    font-size: 15px;
    color: #444;
    display: block;
    width: 430px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    box-sizing: border-box;
    padding-left: 30px;
}

.company-form-m input[name="name"]{
    height: 50px; line-height: 50px;color: #606060; font-size: 16px; box-sizing: border-box; padding: 0 20px; width: 100%;
    border: none;
    border-bottom: 1px solid #1a56ae;
    background: transparent;
}

.company-form-m input[name="tel"]{
    height: 50px; line-height: 50px;color: #606060; font-size: 16px; box-sizing: border-box; padding: 0 20px; width: 100%;
    border: none;
    border-bottom: 1px solid #1a56ae;
    background: transparent;
}

.qna-con-m{
    padding: 0 15px;
}

.qna-con-m .ask-m{
    border-bottom: 1px solid #dcdcdc;
    padding: 15px;
    font-size: 15px;
    background: #fff;
}

.qna-con-m .answer-m{
    border-bottom: 1px solid #dcdcdc;
    padding: 15px;
    background: #fff;
    font-size: 15px;
}

.last-answer-m{
    border-bottom: 1px solid #dcdcdc;
}

.qna-date-sec,
.qna-date-sec2{
    margin-top: 10px;
    font-size: 14px;
}

.btn-qna-group-m{
    float: right;
    font-size: 12px;
}

#vt-content-m .qna-go-list,
#vt-content-m .qna-go-register{
    width: 110px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
}

#vt-content-m .qna-go-register{
    position: relative;
    top: 1px;
}

#vt-content-m .qna-info-write-page form{
    padding: 30px 0;
}

#vt-content-m .qna-info-write-page .password-section{
    text-align: center;
}

#vt-content-m .qna-info-write-page .password-section input[type="password"]{
    width: 100%;
    max-width: 300px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e3e3e3;
    text-align: center;
    font-size: 14px;
    color: #000;
}

#vt-content-m .qna-info-write-page .qna-write-table input[type="text"],
#vt-content-m .qna-info-write-page .qna-write-table input[type="password"]{
    width: 100%;
    box-sizing: border-box;
}

#vt-content-m .qna-answer-table-m th{
    font-size: 13px;
}

#vt-content-m .qna-answer-table-m td{
    color: #444;
    font-size: 13px;
}


#vt-content-m .jp-profit-info-m{
    padding: 45px 20px 0;
}

.jp-profit-info-m .vt-profit-info-title{
    font-size: 15px;
    text-align: left;
    padding: 10px 0;
    border-bottom: 1px solid #0172b9;
    color: #0172b9;
    height: auto;
}

.jp-profit-info-m .vt-profit-info-desc{
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 10px;
    color: #000;
}

.jp-profit-info-m  .vt-profit-info-details{
    font-size: 13px;
    font-weight: normal;
    color: #555;
}


#vt-content-m .profit-summary-content-pc{
    position: relative;
    height: auto;
    font-size: 16px;
    text-align: center;
    line-height: normal;
    left: 0;
    bottom: 0;
    background: #0173bb;
    padding: 15px 0;
}

#vt-content-m .best-profit-info-m{
    padding: 50px 0;
}

#vt-content-m .best-profit-info-inner-pc{
    width: 100%;
}

#vt-content-m .best-profit-info-unit{
    margin-right: 0;
    width: 100%;
    margin-bottom: 30px;
}

#vt-content-m .best-profit-info-body-pc{
    padding: 0 15px;
}

#vt-content-m .best-profit-info-link .rank-title{
    font-size: 24px;
}

#vt-content-m .best-profit-info-head-pc{
    margin-bottom: 25px;
}

#vt-content-m .profit-summary-content-pc .count{
    font-size: 22px;
    font-weight: bold;
}

.main-qna-section-m .main-qna-section-inner-pc{
    width: 100%;
    padding: 15px;
    margin-bottom: 0;
}

.main-qna-section-m .qna-main-right-section-head strong{
    font-size: 18px;
}

.main-profit-info-m{
    padding-top: 20px;
    padding-bottom: 10px;
}

.main-profit-info-m .main-profit-info-inner-pc{
    width: calc(100% - 30px);
    padding: 15px;
}

.main-profit-info-m .main-profit-info-box{
    float: none;
    width: 100%;
}

.main-profit-info-m .main-profit-info-box:last-child{
    margin-top: 30px;
}

.main-profit-info-m .main-profit-info-box-link .cal{
    width: 80px;
}

.main-profit-info-m .main-profit-info-box-link .title{
    width: calc(100% - 80px);
}

.main-profit-info-m .main-profit-info-box-link{
    width: calc(100% - 10px);
}

.main-profit-info-m .main-profit-info-box-link .tail{
    right: -15px;
}

.main-profit-info-m .main-profit-info-box-head{
    margin-right: 0;
}

.main-form-end-section-m{
    background: #063d68;
}


.main-form-end-section-m input[type="text"],
.main-form-end-section-m input[type="tel"]{
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    box-sizing: border-box;
    padding: 0 20px;
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
}


.main-form-end-section-m input::placeholder{
    color: #fff;
}

.vt-free-request-stream-m .vt-free-request-stream-inner{
    width: 100%;
}

.vt-free-request-stream-m  .vt-free-request-title{
    line-height: 22px;
    font-size: 12px;
    padding-top: 8px;
    box-sizing: border-box;
}


.sub-form-pc form{
    position: absolute;
    top: 400px;
    right: 150px;
    width: 470px;
}

.sub-form-pc form input[type="text"],
.sub-form-pc form input[type="tel"]{
    width: 100%;
    height: 65px;
    line-height: 65px;
    box-sizing: border-box;
    background: #f0f0f0;
    font-size: 16px;
    border-radius: 10px;
    border: none;
    padding: 0 20px;
}


.sub-form-pc form button[type="submit"]{
    background: #007df9;
    color: #fff;
    font-size: 17px;
    text-align: center;
    height: 65px;
    line-height: 65px;
    display: block;
    width: 100%;
    border-radius: 10px;
}

.form-pc-vip .sub-form-pc form{
    top: 540px;
}

.form-pc-vip .sub-form-pc form button[type="submit"]{
    background: #C99838;
    background: linear-gradient(90deg,rgba(201, 152, 56, 1) 0%, rgba(216, 182, 102, 1) 50%, rgba(231, 212, 148, 1) 100%);
    color: #000;
    font-weight: bold;
}


.main-sub-form .sub-form-pc form{
    top: 605px;
    right: 83px;
}

#vt-content-m .sub-form-pc{
    background: #fff;
    position: relative;
    top: 0;
    left: 0;
    padding: 20px 20px 50px;
}

#vt-content-m .sub-form-pc form{
    position: static;
    width: 100%;
}

#vt-content-m .sub-tit-profit-pc{
    text-align: center;
    font-size: 26px;
}

#vt-content-m .vt-contents-inner{
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

#vt-content-m .jp-profit-box-link{
    height: auto;
}

#vt-content-m .jp-profit-box-link .vt-profit-thumbnail{
    width: 100%;
    position: static;
}

#vt-content-m .jp-profit-box-link{
    padding-left: 0;
}

#vt-content-m .jp-profit-inner .vt-profit-info{
    padding: 20px 0;
}

#vt-content-m .jp-profit-inner .vt-profit-box{
    padding-bottom: 20px;
}

#vt-content-m .vt-table-pagination a{
    width: 30px;
    height: 30px;
    line-height: 30px;
}

#vt-content-m .jp-profit-inner .vt-profit-info .vt-profit-info-desc{
    font-size: 13px;
}

.main-news-unit{
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
}

.main-news-unit a{
    display: block;
    padding: 20px 20px 20px 165px;
    background: #fff;
    position: relative;
}

.main-news-unit a .position{
    color: #007df9;
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 50px;
}

.main-news-unit a .title{
    font-weight: bold;
    color: #242424;
    font-size: 19px;
}

.main-news-unit a .contents{
    margin: 15px 0 30px;
    font-size: 16px;
    color: #242424;

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

.main-news-unit a .desc{
    color: #707070;
    font-size: 13px;
}

#vt-content-m .main-news-unit a{
    padding: 20px;
}

#vt-content-m .main-news-unit a .title{
    font-size: 17px;
}

#vt-content-m .main-news-unit a .contents{
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 20px;
}

#vt-content-m .as-notice-bottom-btn-area{
    margin-top: 10px;
}

.btn-write-qna{
    color: #fff !important;
    background: #007df9;
    width: 150px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 15px;
    display: block;

    position: absolute;
    top: 100px;
    right: 0;
    border-radius: 5px;
}

.ask td{
    background: #fff;
}

.qna-write-content-pc{
    background: #fff;
    padding: 80px;
    position: relative;
    height: 850px;
    box-sizing: border-box;
    border-radius: 10px;
}

.form-qna-desc{
    position: absolute;
    top: 80px;
    left: 80px;
}

.qna-form-pc{
    width: 635px;
    position: absolute;
    top: 80px;
    right: 80px;
}

.qna-form-pc .btn-area{
    text-align: left;
}

.qna-form-pc input[type="text"],
.qna-form-pc input[type="password"]{
    width: 100%;
    height: 55px;
    line-height: 55px;
    box-sizing: border-box;
    padding: 0 20px;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    font-size: 15px;
}

.qna-form-pc textarea{
    width: 100%;
    height: 190px;
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    font-size: 15px;
}

.qna-form-pc label{
    color: #000;
    font-size: 15px;
    display: block;
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: bold;
}

#vt-content-m .qna-write-content-pc{
    padding: 30px 20px;
    height: auto;
}

#vt-content-m .qna-write-content-pc .form-qna-desc{
    position: static;
}

#vt-content-m .qna-write-content-pc .qna-form-pc{
    position: static;
    width: 100%;
}

#vt-content-m .qna-write-content-pc .qna-form-pc input[type="text"],
#vt-content-m .qna-write-content-pc .qna-form-pc input[type="password"]{
    width: 100%;
    box-sizing: border-box;
}

#vt-content-m .qna-write-content-pc .btn-area{
    text-align: center;
    padding-top: 25px;
}

.ft-links{
    margin-bottom: 15px;

}

.ft-links a{
    color: #bdbdbd;
    font-size: 13px;
}

.onetime-main-pc .best-profit-info-pc{
    background: transparent;
    padding-top: 250px;
}

.onetime-main-pc .best-profit-info-pc .btn-area{
    text-align: center;
    padding-top: 20px;
}

.onetime-main-pc .best-profit-info-pc .btn-area a{
    color: #242424;
    font-size: 16px;
}

.onetime-main-m .best-profit-info-pc{
    background: transparent;
    padding: 0 15px 50px !important;
}

.onetime-main-m .best-profit-info-pc .btn-area{
    text-align: center;
    padding-top: 0px;
}

.onetime-main-m .best-profit-info-pc .btn-area a{
    color: #242424;
    font-size: 15px;
}

.main-news-pc{

}

.main-news-pc .main-news-list-unit{
    float: left;
    margin-right: 15px;
    border: 1px solid #d8d8d8;
    overflow: hidden;
    border-radius: 10px;
}


.main-news-pc .main-news-list-unit:last-child{
    margin-right: 0;
}

.main-news-pc .main-news-list-unit a{
    display: block;
    width: 300px;
    box-sizing: border-box;
    padding: 40px 30px;
    background: #fff;

}

.main-news-pc .main-news-list-unit .pos{
    color: #007df9;
    font-weight: bold;
    font-size: 15px;
}

.main-news-pc .main-news-list-unit .tit{
    color: #000;
    font-size: 19px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 15px 0;
}


.main-news-pc .main-news-list-unit .con{
    color: #808080;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
    line-height: 24px;
}

.main-news-pc .main-news-list-unit .date{
    color: #777;
    font-size: 14px;
}

.main-news-list-body-wrp{
    position: relative;
    top: 300px;
}

.main-news-list-body-wrp .btn-area{
    padding-top: 70px;
    text-align: center;
}

.main-news-list-body-wrp .btn-area a{
    color: #242424;
    font-size: 16px;
}

.main-news-m{
    padding-bottom: 50px;
}

.main-news-m .main-news-list-body-wrp{
    top: 0;
}

.main-news-m .main-news-pc .main-news-list-unit{
    margin-right: 0;
    float: none;
    margin-bottom: 15px;
}

.main-news-m .main-news-pc .main-news-list-unit a{
    width: 100%;
    padding: 20px 20px;
}

.main-news-m .main-news-list-body-wrp .btn-area{
    padding-top: 30px;
}

.main-news-m .main-news-list-body-wrp .btn-area a{
    font-size: 15px;
}
