﻿@charset "UTF-8";

/*user*/
.page-section-user {
    padding: 6rem 0 0 0;
    background-image: url(../assets/img/user/jsam-user-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

    .page-section-user:hover {
        
    }

    .text-center .img-user {
        width: 50%;
        margin-top: 2rem;
    }


/*Services*/
.text-center .img-service {
    width: 80%;
    margin: auto;
}

/*function*/
.function {
    width:80%;
    border: 1px solid #cfd0d0;
    padding: 2rem;
    margin: 1rem auto;
    background:#fff;
}
    .function:last-child {
        margin: 1rem auto 0;
    }
    .function .img-function {
        border: 3px solid rgba(208,208,208,.5);
        display: inline-block;
        border-radius: 100px;
    }

        .function .img-function img {
            width: 100%;
            object-fit: cover;
        }
    .function .text-function {
        width: 80%;
        text-align: left;
        padding-left: 2rem;
        display: inline-block;
        vertical-align: middle;
        font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    }
        .function .text-function .tit-function {
            font-size: 1.7rem;
            font-weight: 700;
        }
        .function .text-function .sub-function {
            padding-top: 0.3rem;
            font-size: 1.2rem;
            line-height: 1.3;
        }

/*Business*/
.box-business {
    display: inline-block;
    width: 10%;
    margin: 0 auto;
}
    .box-business .img-business {
        height: 127px;
        border: 3px solid rgba(208,208,208,.5);
        border-radius: 100px;
        overflow: hidden;
    }
        .box-business .img-business img {
            width: 100%;
            object-fit: cover;
        }
    .box-business .text-business {
        padding-top: 1rem;
        font-weight: 600;
        font-size: 1.2rem;
    }

/*instruction*/
.box-instruction {
    display: inline-block;
    width: 25%;
    margin:0 auto;
    padding:1rem 0;
}
    .box-instruction .img-instruction {
    }
    .box-instruction .tit-instruction {
        padding-top: 1rem;
        font-size: 1.7rem;
        font-weight: 600;
        font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    }
    .box-instruction .sub-instruction {
        padding-top: 1rem;
        letter-spacing: -1px;
        line-height: 1.3;
        font-size: 1.2rem;
    }

/*example*/
.img-example {
    margin-top: 4rem;
    border: 1px solid rgba(208,208,208,.5);
    border-radius:5px;
}

/*Portfolio Grid*/
.port_type_sero {
    border-bottom: 2px solid #0090ff;
    margin: 0 0 30px 15px;
    width: calc(100% - 30px);
    padding-top: 2rem;
}

    .port_type_sero:first-child {
        padding-top: 0rem;
    }

.port_type_title {
    background: linear-gradient(0deg, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 100%);
    margin: 0 auto;
    font-size: 1.7rem;
    text-align: center;
    display: block;
    max-width: 300px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 20px 0 16px 0;
    font-weight: 600;
    border: 2px solid #0090ff;
    border-bottom: 2px solid #f0f0f0;
    color: #0090ff;
    margin-bottom: -3px;
}

    .port_type_title p {
        margin: 0;
        padding: 0;
        color: #888;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
    }

/*price*/
.price_box1 {
    border: 1px solid #d8d8d8;
    background-image: url(../assets/img/price/img-price-1.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
}

.price_box2 {
    border: 1px solid #d8d8d8;
    background-image: url(../assets/img/price/img-price-2.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
}

.price_box3 {
    border: 1px solid #d8d8d8;
    background-image: url(../assets/img/price/img-price-3.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
}

.price-ui {
    text-align: left;
    padding: 0 4rem;
    list-style: none;
}

.ui-padding-0 {
    padding: 0;
}

.pt4 {
    font-size: 1rem;
    line-height:1.3;
}

.price-ui li {
    position: relative;
    font-size: 1rem;
}
        .price-ui li:after {
            display: block;
            content: "";
            position: absolute;
            top: 8px;
            left: -15px;
            width: 5px;
            height: 5px;
            background: #3498db;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .vat {
            color: #000;
            font-size: 1rem;
            padding-left: 5px;
        }

/*Bundle*/
#bundle .row {
    text-align: center;
}
.box-bundle {
    border: 1px solid #d8d8d8;
    height: 300px;
    padding: 80px 20px 50px 55%;
    text-align: left;
    color:#fff;
    background-image: url(../assets/img/jsam-bundle-bizring.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
}


    .box-bundle .text-bundle {
        line-height: 5px;
        display: inline-block;
    }

        .box-bundle .text-bundle h3 b {
            border-bottom: 3px solid #fff;
        }
        .box-bundle .text-bundle p {
            margin-top: 1rem;
        }

        .btn-bundle {
            padding-top: 2rem;
            padding-bottom: 4rem;
        }
    .btn-bundle button {
        border-radius: 17rem;
        padding: 1.5rem;
        color: #fff;
        background-color: #6667ab;
        border-color: #6667ab;
        font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1.5;
        border: 1px solid transparent;
    }

        .btn-bundle button a{
            color:#fff;
        }

        .img-bundle p {
            font-size: 1.2rem;
            color: #212529;
            padding-top: 2rem;
        }

/*QnA*/
.sc_faq_ul{
    background: #fff;
}

    .sc_faq_ul button{
        border:none;
        background:none;
        
    }
        .sc_faq_ul button:hover {
            color: #0090ff;
            font-weight:600;
        }
        /*Contact*/
        .container {
        }
.kakao {
    display: inline-block;
    width: 600px;
    margin: 0;
    padding: 0;
    text-align: center;
}
    .kakao .section-subheading {
        color: #fff !important;
        
    }

    .kakao h3.section-subheading {
        font-size: 2.5rem;
        line-height:1.3;
    }
        .kakao h3.time-kakao {
            font-weight: 700;
        }
.kakao .btn-kakao {
    padding-top: 7rem;
}

#contactForm {
    display: inline-block;
    width: 600px;
    margin: 0;
    padding: 0;
}

    #contactForm .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

#name{
    display:inline-block;
    vertical-align:top;
}

#phone {
    display: inline-block;
    vertical-align: top;
}

.sd_text b {
    color: #ff0000;
}

.container #contactForm .btn {
    border-radius: 17rem;
    padding:1.5rem;
}

/*popup*/
/* popup */
.popup_but {
    background-color: #0090ff;
    color: #fff;
    padding: 5px 10px;
}

    .popup_but::after {
        display: block;
        content: "";
        clear: both
    }

    .popup_but .nopopup {
        float: left;
        cursor: pointer;
    }
        .popup_but .nopopup a{
            color:#fff;

        }

        .popup_but .nopopup .far {
            font-size: 1.5em;
        }

        .popup_but .nopopup p {
            display: inline-block;
            margin-left: 8px;
            margin-bottom: 0px;
            font-size: 0.9em;
            font-weight: 500;
        }

/* popup_1 */
.pop_lay_1 {
    position: fixed !important;
    left: 0;
    top: 130px;
    z-index: 1000;
    height: auto;
    transition: all 0.3s ease 0s;
}

    .pop_lay_1 .popup_but .pop_close_1 {
        float: right;
        cursor: pointer;
    }

    .pop_lay_1 .pop_img {
    }

        .pop_lay_1 .pop_img .pop_contact img {
            width:100%;
            object-fit: cover;
        }

        .pop_lay_1 .pop_img .pop_contact a {
            display: block;
        }


.pop_lay_2 {
    position: fixed !important;
    right: 0;
    top: 130px;
    z-index: 1000;
    height: auto;
    transition: all 0.3s ease 0s;
}

    .pop_lay_2 .popup_but .pop_close_2 {
        float: right;
        cursor: pointer;
    }

    .pop_lay_2 .pop_img {
    }

        .pop_lay_2 .pop_img .pop_contact img {
            width: 100%;
            object-fit: cover;
        }

        .pop_lay_2 .pop_img .pop_contact a {
            display: block;
        }