

#contents {
    width: 100% !important;
    float: none !important;
}

#contents .static-page .first-view > h1 {
    font-size:32px;
    text-align:center;
    background:url(/images/b2b/s_login_top.png) no-repeat center/contain ;
    padding: 60px 0;
    margin: 10px 0;
}

#contents .static-page .first-view > div {
    font-size:16px;
    line-height:22px;
    margin:20px 120px;
}

#contents .static-page .cvn {
    text-align:center;
    font-size: 18px;
}

#contents .static-page .cvn h2 {
    margin-bottom: 1px;
    font-size:22px;
    padding: 10px 0;
}

#contents .static-page .cvn button {
    background-color:#fe6506;
    border: none;
    border-radius:10px;
}

#contents .static-page .cvn button:hover {
    
}

#contents .static-page .cvn button a {
    text-decoration: none;
    color:#FFF;
    font-size:24px;
    font-weight:600;
    padding:16px 150px;
    display:block;
}

#contents .static-page .cvn .line {
    width:80px;
    height:4px;
    margin: 20px auto;
    background-color: #fe6506;
}

#contents .static-page .panel > h2 {
    color: #231760;
    margin: 40px 120px 0 120px;
    border-bottom:2px solid #231760;
    text-align:center;
    font-size:28px;
}

#contents .static-page .panel > img {
    margin: 0 auto;
    display:block;
}

.panel {
    margin: 0 !important;
}

#tab01 div {
    margin:0px 105px !important;
    font-size:16px;
    display:flex;
    flex-wrap:wrap;
    padding-bottom:40px;
    align-items: flex-start;
}

#tab01 div:nth-child(1) {
    flex-direction: row-reverse;
    padding-bottom:0;
}

#tab01 div:nth-child(2) {
    
}

#tab01 div:nth-child(3) {
    flex-direction: row-reverse;
}

#tab01 div p {
    width:48%;
    margin-top: 0;
    margin-left: 2%;
    z-index: 1000;
    line-height:22px;
}

#tab01 div img {
    position:relative;
    margin-left:40px;
}

#tab01 div:nth-child(1) img {
    position:relative;
    top: -40px;
}

#tab01 div h2 {
    background-color: #FFF !important;
    border-top:none !important;
    border-left:none !important;
    border-right:none !important;
    border-bottom:1px solid #fe6506 !important;
    padding: 30px 0 0 200px !important;
    font-size: 28px !important;
    width:100% !important;
    z-index: 1000;
}

#tab01 div:nth-child(1) h2{
    background:url(/images/b2b/s_login_point1.png) no-repeat left !important;
}

#tab01 div:nth-child(2) h2{
    background:url(/images/b2b/s_login_point2.png) no-repeat left !important;
}

#tab01 div:nth-child(3) h2{
    background:url(/images/b2b/s_login_point3.png) no-repeat left !important;
}

@media (min-width: 768px) {
    .pc-hide {
        display:none;
    }
}
    
@media (max-width: 768px) {
    
    .sp-hide {
        display:none;
    }
    #contents .static-page .first-view > h1 {
        font-size:24px;
        background:url(/images/b2b/s_login_top_sp.png) no-repeat center/contain ;
        padding: 10% 0;
        line-height:26px;
    }
    
    #contents .static-page .first-view > div {
        margin:16px 20px;
    }

    #contents .static-page .panel > h2 {
        margin: 40px 0 0 0;
        line-height: 28px;
        font-size:26px;
    }

    #tab01 div {
        margin: 0 !important;
        background:middle;
    }
    
    #tab01 div:nth-child(1) {
        flex-direction: column;
        padding-bottom:0;
    }

    #tab01 div:nth-child(2) {
        flex-direction: column;
    }

    #tab01 div:nth-child(3) {
        flex-direction: column;
    }
    
    #tab01 div p {
        width: 100%;
    }
    
    #tab01 div img {
        width:100%;
        margin:0;
    }
    
    #tab01 div h2 {
        padding:44px 0 0 0 !important;
        background-position: top left !important;
        font-size:22px !important;
        line-height:24px !important;
    }
    
    #tab01 div:nth-child(1) h2{
        background:url(/images/b2b/s_login_point1.png) no-repeat left top / 120px !important;
    }

    #tab01 div:nth-child(2) h2{
        background:url(/images/b2b/s_login_point2.png) no-repeat left top / 120px  !important;
    }

    #tab01 div:nth-child(3) h2{
        background:url(/images/b2b/s_login_point3.png) no-repeat left top / 120px  !important;
    }
    
    #tab01 div:nth-child(1) p {
        position:relative;
        top: -40px;
    }
    
    #tab01 div p {
        padding-top:12px;
        
    }
    
    #contents .static-page .cvn {
        padding: 0 0% 6px;
        position:fixed;
        bottom:0px;
        background-color:#FFF;
        width:100%;
        background: rgba(234,234,234,0.8);
        height:90px;
        z-index:2000;
        text-align: center;
    }
    #contents .static-page .cvn h2 {
        font-size: 14px;
        background: radial-gradient(#373B44, #4286f4);
        color: #fff;
        margin-bottom: 6px;
    }
    
    #contents .static-page .cvn button {
        width:80%;
        text-align: center;
    }
    
    #contents .static-page .cvn button a {
        width:100%;
        padding: 3% 5%;
        font-size:16px;
    }
    
    footer {
        padding-bottom: 110px !important;
    }
}