@charset "UTF-8";

.container-main{
    min-width: 1400px;
    background: #fff;
}
.main-wrap{
    display: flex;
    width: 1280px;
    margin: auto;
}
.left-conBox{
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
}
.left-conBox:before{
    content:'';
    position: absolute;
    right: 0;
    top:0;
    width:100%;
    height: 400px;
    background: url('/images/main/visual_bg.png') #F0F6FE right top no-repeat;
}
.right-conBox{
    display: flex;
    flex-direction: column;
    width: 340px;
    padding:40px 0 40px 32px;
    box-sizing: content-box;
    border-left:1px solid #E7E9EF;
}

.visual-swiper{
    position: relative;
    width:100%;
    height:400px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    position: relative;
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide .v-text{
    position: absolute;
    left:0;
    top:120px;
    /* top:clamp(6.2500vw, 6.2500vw, 120px); */
    z-index: 2;
    text-align: left;
}
.swiper-slide .v-text .v-m-text{
    font-size: 40px;
    color:#17181C;
    font-weight: 700;
    line-height: 50px;
    padding-left: 60px;
}
.swiper-slide .v-text .v-s-text{
    margin-top: 16px;
    font-size: 16px;
    color:#535765;
    font-weight: 500;
    line-height: 24px;
    padding-left: 60px;
}
.swiper-slide .v-img{
    position: absolute;
    right: 0;
    width:auto;
    height:auto;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
}
.swiper-slide .v-img img {
    width: 100%;
    height: 100%;
}
.swiper-indicator{
    position: absolute;
    left:0;
    top: 292px;
    z-index: 10;
    padding-left: 60px;
}
.swiper-indicator .indicator-box{
    position: relative;
    display: flex;
    align-items: center;
    padding:0 6px;
    height: 24px;
    background-color: #DDE7F9;
    border-radius: 50px;
}
.swiper-indicator .swiper-pagination-bullets.swiper-pagination-horizontal{
    position: relative;
    display: flex;
    margin-left:8px;
    top: auto;
    left: auto;
    bottom:auto;
}
.swiper-indicator .swiper-pagination-bullet{
    background: #F0F6FE;
    opacity: 1;
    position: relative;
    overflow: hidden;
}
.swiper-indicator .swiper-pagination-bullet-active{
    width: 40px !important;
    background: #F0F6FE;
    border-radius: 3px;
}
.swiper-indicator .swiper-pagination-bullet-active .progress-bar{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #3674D9;
    width: 0%;
    transition: width linear;
    border-radius: inherit;
    z-index: 1;
    border-radius: 3px;
}
.swiper-indicator .swiper-button-next{
    margin-left:4px;
}
.swiper-indicator .swiper-button-next, .swiper-indicator .swiper-button-prev{
    display: block;
    width:16px;
    height:16px;
    z-index: 11;
    top: 0;
    margin-top:0;
    position: relative !important;
    left:auto !important;
    right:auto !important;
}

.swiper-indicator .swiper-button-next:after, .swiper-indicator .swiper-button-prev:after{
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
}

.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 9px !important;
    font-weight: 600;
}

.left-contents{
    display: flex;
    padding:80px 32px 80px 0; 
    flex-direction: column;
}

.left-contents .now-status{
    display: flex;
    justify-content: space-between;
}
.left-contents .now-status .slogan{    
    font-size: 28px;
    color:#0B0C0E;
    font-weight: 600;
    line-height: 40px;
}
.left-contents .now-status .status-figure{
    display: flex;
    margin-right: 32px;
    height: 76px;
}
.left-contents .now-status .status-figure dl{
    position: relative;
    flex: none;
}
.left-contents .now-status .status-figure dl dt{
    margin-bottom: 5px;
    font-size: 18px;
    color:#3674D9;
    line-height: 26px;
    font-weight: 500;
}
.left-contents .now-status .status-figure dl dd{
    font-size: 24px;
    color:#1E2024;
    line-height: 48px;
    font-weight: 500;
}
.left-contents .now-status .status-figure dl dd strong{
    margin-right:5px;
    font-size: 32px;
    font-weight: 600;
}
.left-contents .now-status .status-figure dl + dl{
    padding-left:48px;
    margin-left:48px;
}
.left-contents .now-status .status-figure dl + dl:before{
    content:'';
    position: absolute;
    left:0;
    top:50%;
    margin-top: -38px;
    width:1px;
    height:76px;
    background-color: #E7E9EF;
}

.manual-wrap{
    display: flex;
    margin-top: 80px;
    column-gap: 12px;
    row-gap: 24px;
    justify-content: flex-start;
    align-items: stretch;
}
.manual-wrap > [class^=manual-]{
    flex: 1 1 calc((100% - 48px) / 3);
    border:1px solid #E7E9EF;
    border-radius:20px;
}
.manual-wrap > [class^=manual-] a{
    display: block;
    padding:32px;
    height: 100%;
    color:inherit;
}
.manual-wrap > [class^=manual-] .manual-tit{
    margin-bottom: 4px;
    font-size:20px;
    color:#0B0C0E;
    font-weight: 600;
    line-height: 34px;
}
.manual-wrap > [class^=manual-] .manual-sbt{
    display: flex;
    align-items: center;
    font-size:16px;
    color:#535765;
    font-weight: 400;
    height: 48px;
}
.manual-01{
    background: url('/images/main/lc-icon-01.png') no-repeat;
    background-position: right 20px top 39px;
}
.manual-02{
    background: url('/images/main/lc-icon-02.png') no-repeat;
    background-position: right 20px top 40px;
}
.manual-03{
    background: url('/images/main/lc-icon-03.png') no-repeat;
    background-position: right 20px top 42px;
}


.r-con-header {
    display: flex;
    justify-content: space-between;
}
.r-con-header h5{
    font-size: 20px;
    line-height: 28px;
    color: #0B0C0E;
    font-weight: 600;
}
.r-con-header h5{
    font-size: 20px;
    line-height: 28px;
    color: #0B0C0E;
    font-weight: 600;
}
.r-con-header .function-btn{
    display: flex;
    column-gap: 4px;
}
.r-con-header .function-btn button{
    display: inline-block;
    width: 24px;
    height: 24px;
    opacity: .6;
}
.r-con-header .function-btn button:hover{
    opacity: 1;
}

.r-con-header .function-btn button.btn-prev{
    background: url('/images/common/Icon/1x/ico_chevron_left01.png') center center no-repeat;
}
.r-con-header .function-btn button.btn-next{
    background: url('/images/common/Icon/1x/ico_chevron_right01.png') center center no-repeat;
}

.right-conBox .member-wrap{
    margin-bottom:60px;
}
.right-conBox .member-wrap .login-wrap{
    background: url('/images/main/icon_locker.png') right top 5px no-repeat;
}
.right-conBox .member-wrap .login-wrap .login-text .log-slogun{
    font-size: 17px;
    font-weight: 600;
    color:#1E2024;
    line-height: 26px;
}
.right-conBox .member-wrap .login-wrap .login-text .log-tit{
    margin-top: 9px;
    font-size: 24px;
    font-weight: 600;
    color:#0B0C0E;
    line-height: 34px;
}
.right-conBox .member-wrap .login-wrap .login-btn-wrap{
    margin-top: 32px;
    
}
.right-conBox .member-wrap .login-wrap .login-btn-wrap .btn{
    height: 54px;
}
.right-conBox .member-wrap .login-wrap .member-btn-wrap{
    display: flex;
    margin-top: 16px;
    gap: 8px;
    justify-content: space-between;
}
.right-conBox .member-wrap .login-wrap .member-btn-wrap .btn{
    flex: 1;
    min-width: 0;
}

.right-conBox .member-wrap .member-info-wrap{
    display: flex;
    flex-direction: column;
}
.right-conBox .member-wrap .member-info-wrap .method-type{
    display: flex;
    justify-content: space-between;
}
.right-conBox .member-wrap .member-info-wrap .method-type .stock-change .label-tag{
    display: inline-block;
    padding: 4px 12px;
    height:30px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    border-radius: 50px;
}
.right-conBox .member-wrap .member-info-wrap .method-type .stock-change .btn-txt{
    margin-left: 6px;
    font-size: 14px;
    font-weight: 500;
    color: #535765;
    text-decoration: underline;
}
.right-conBox .member-wrap .member-info-wrap .method-text{
    margin-top: 24px;
}
.right-conBox .member-wrap .member-info-wrap .method-text .method-name{
    color:#1E2024;
    font-size:17px;
    font-weight: 400;
    line-height: 26px;
}
.right-conBox .member-wrap .member-info-wrap .method-text .method-tit{
    color:#1E2024;
    font-size:24px;
    font-weight: 500;
    line-height: 34px;
}
.right-conBox .member-wrap .member-info-wrap .method-text .method-tit strong{
    font-weight: 600;
}
.right-conBox .member-wrap .member-info-wrap .method-setting{
    display: flex;
    height:57px;
    padding:0 20px;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    background-color: #F5F6FA;
    border-radius: 12px;
}
.right-conBox .member-wrap .member-info-wrap .method-setting > div{
    font-size: 14px;
    font-weight: 400;
    color: #6E7686;
}
.right-conBox .member-wrap .member-info-wrap .method-setting > div strong{
    margin-right:8px;
    font-size: 14px;
    font-weight: 500;
    color: #535765;
}
.right-conBox .member-wrap .member-info-wrap .method-setting .btn-txt{
    font-size: 14px;
    font-weight: 500;
    color: #535765;
    line-height: 22px;
}

.quick-menu-wrap {
    margin-bottom: 60px;
}
.quick-menu-wrap .quick-menu{
    display: flex;
    margin-top: 16px;
    flex-wrap: nowrap;
    align-items: stretch;
    overflow: hidden;
    min-height: 116px; /* prevent layout jump during fades */
    position: relative;
}

.quick-menu-wrap .quick-menu .quick-track{
    display: flex;
    will-change: transform;
    transition: transform .35s ease;
    width: max-content; /* track fits all items */
}

.quick-menu-wrap .quick-menu .quick-track .quick-item + .quick-item{
    margin-left:8px;
}
.quick-menu-wrap .quick-menu .quick-track .quick-item:nth-child(4){
    margin-left:0;
}
.quick-menu-wrap .quick-menu .quick-track .quick-item a{
    display: block;
    width: 108px;
    height: 116px;
    padding:16px;
    border:1px solid #F5F6FA;
    border-radius: 12px;
}
.quick-menu-wrap .quick-menu .quick-track .quick-item a h6{
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #1E2024;
}
.quick-01 a{
    background: url('/images/main/icon_quick01.png') right 16px bottom 16px no-repeat;
}
.quick-02 a{
    background: url('/images/main/icon_quick02.png') right 16px bottom 16px no-repeat;
}
.quick-03 a{
    background: url('/images/main/icon_quick03.png') right 16px bottom 16px no-repeat;
}
.quick-04 a{
    background: url('/images/main/icon_quick04.png') right 16px bottom 16px no-repeat;
}
.quick-05 a{
    background: url('/images/main/icon_quick05.png') right 16px bottom 16px no-repeat;
}
.quick-06 a{
    background: url('/images/main/icon_quick06.png') right 16px bottom 16px no-repeat;
}
.quick-07 a{
    background: url('/images/main/icon_quick07.png') right 16px bottom 16px no-repeat;
}
.quick-08 a{
    background: url('/images/main/icon_quick08.png') right 16px bottom 16px no-repeat;
}

.notice-wrap {
    margin-bottom: 60px;
}
.noticeList{
    margin-top:16px;
}
.noticeList li + li{
    margin-top: 8px;
}
.noticeList li a{
    display: block;
    font-size: 17px;
    line-height: 26px;
    color: #1E2024;
    font-weight: 400;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.noticeList li a:hover{
    text-decoration: underline;
}

.custom-info-wrap{
    margin-top: 16px;
    background: url('/images/main/rc-customer-icon.png') top 8px right no-repeat;
}
.custom-info-wrap .custom-callnum{
    font-size: 32px;
    font-weight: 500;
    color: #1E2024;
    line-height: 42px;
}
.custom-info-wrap .custom-operating-time{
    margin-top: 4px;
    font-size: 17px;
    font-weight: 500;
    color: #535765;
    line-height: 26px;
}
.custom-info-wrap .custom-info-message{
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #6E7686;
    line-height: 22px;
}
.custom-info-wrap .custom-link{
    margin-top: 24px;
    padding: 8px 24px;
    border:1px solid #E7E9EF;
    border-radius: 16px;
}
.custom-info-wrap .custom-link div{
    padding:16px 0;
}
.custom-info-wrap .custom-link div + div{
    border-top:1px solid #F5F6FA;
}
.custom-info-wrap .custom-link div a{
    position: relative;
    display: block;
    height: 40px;
    padding-left:48px;
    font-size: 17px;
    font-weight: 600;
    color:#1E2024;
    line-height: 40px;
    background: url('/images/common/Icon/1x/ico_chevron_right01_16x.png') right center no-repeat;
}
.custom-info-wrap .custom-link div a::before{
    content:'';
    position: absolute;
    width:40px;
    height:40px;
    left:0;
    top:0;
}
.custom-info-wrap .custom-link div.custom-demo a::before{
    background: url('/images/main/icon-demo.png') left top 5px no-repeat;
}
.custom-info-wrap .custom-link div.custom-faq a::before{
    background: url('/images/main/icon-speaker.png') left top 5px no-repeat;
}
.custom-info-wrap .custom-link div.custom-qna a::before{
    background: url('/images/main/icon-qna.png') left top 5px no-repeat;
}




.blue-label-tag{
    background-color: #F0F6FE;
    color:#3674D9;
}
.gary-label-tag{
    background-color: #F5F6FA;
    color:#535765;
}








/* 
@media (max-width: 1680px){
    .left-contents .now-status{
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .left-contents .now-status .status-figure{
        margin:24px 0 0 0;
    }
    .manual-wrap{
        flex-direction: column;
    }
} */
