html,body{
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #4B565B;
    letter-spacing: -0.04em;
    line-height: 1.6;
    word-break: keep-all;
    overflow-x: hidden;
}
.content{
    max-width: 1000px;
    width: 90%;
    padding: 140px 5%;
    margin: 0 auto;
}
span,a{
    color: #ff007b;
}
b{
    font-weight: 500;
}
h1{
    font-size: 40px;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: -0.06em;
}
h2{
    font-size: 40px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: -0.06em;
    margin-bottom: 60px;
}
.btn_start a{
    font-weight: 500;
    color: #fff;
    background: #ff007b;
    padding: 10px 68px;
    border-radius: 4px;
    box-shadow: 0 16px 20px rgba(5,46,49,0.07);
    display: inline-block;
}
.gotop.show, .godown.show{
    display: flex;
}

/* db form box */
#id_right_box{
    font-size: 16px;
    font-weight: normal;
    width: 300px;
    position: fixed;
    bottom: 140px;
    right: 0;
    background: #fff;
    box-shadow: 0 16px 20px rgb(5 46 49 / 7%);
    display: none;
}
#id_right_box .right_down_box{
    position: relative;
    text-align: center;
    padding: 40px;
    height: 348px;
}
#id_right_box h1{
    font-size: 24px;
    font-weight: bold;
    color: #ff007b;
    padding-bottom: 20px;
    border-bottom: 1px solid #ff007b;
    margin-bottom: 20px;
}
#id_right_box span{
    display: inline-block;
    color: #4B565B;
    margin-bottom: 20px;
}
#id_right_box a{
    color: #7C8385;
}
#id_right_box b{
    font-weight: bold;
}
#id_right_box ul{
    font-weight: 300;
}
#id_right_box ul li{
    display: flex;
    justify-content: center;
}
#id_right_box ul li:nth-child(3){
    margin-top: 20px;
    margin-bottom: 10px;
}
#id_right_box ul li:nth-child(4){
    margin-bottom: 20px;
}
#id_right_box input[type="text"]{
    font-family: 'Noto Sans KR', sans-serif;
    width: 100%;
    height: 40px;
    border: 1px solid #D1D8D9;
    padding: 0 10px;
    color: #4B565B;
}
#id_right_box .contact_number{
    margin-top: -1px;
}
#id_right_box input[type="checkbox"] {
    opacity: 0;
}
#id_right_box input[type="checkbox"] + label{
    display: inline-block;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: url(../images/box_chk_off.svg) no-repeat;
    background-position: center;
    background-size: 16px 16px;
    border: none;
    margin-right: 4px;
}
#id_right_box input[type="checkbox"]:checked + label{
    background-image: url(../images/box_chk_on.svg);
    background-position: center;
    border: none;
}
#id_right_box input[type="checkbox"] + label + label{
    font-size: 10px;
    cursor: pointer;
    color: #7C8385;
    width: auto !important;
}
#id_right_box input[type="checkbox"]:checked + label + label{
    color: #ff007b;
}
#id_right_box .submit{
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #ff007b;
    border: none;
    width: 300px;
    height: 50px;
    cursor: pointer;
}

/* input */
input[type="text"]:focus{
    outline: none !important;
    border: 1px solid #ff007b !important;
    z-index: 1;
}  
input[type="text"]::-webkit-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="text"]:-ms-input-placeholder{
    color: #7C8385 !important;
} 

/* popup */
.popup_blank{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 10;
    display: none;
}
.popup_blank .popup{
    font-size: 16px;
    line-height: 2;
    color: #7C8385;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    max-width: 920px;
    width: 80%;
    padding: 40px 40px;
    height: 500px;
    display: inline-flex;
    flex-direction: column;
}
.popup_blank .popup .close_popup1{
    position: absolute;
    top: 0;
    right: 0;
    width: 26px;
    height: 26px;
    cursor: pointer;
}
.popup_blank .popup .title{
    font-size: 32px;
    color: #4B565B;
    padding-bottom: 20px;
    border-bottom: 1px solid #7C8385;
    margin-bottom: 20px;
}
.popup_blank .popup .contents_box{
    flex: 1;
    overflow-y: auto;
}

/* top down call */
.gotop,
.godown{
    position: fixed;
    right: 40px;
    bottom: 40px;
    background: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 16px 20px rgb(5 46 49 / 7%);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 10;
    border: 1px solid #7C8385;
}
.gocall{
    position: fixed;
    display: none;
    z-index: -9;
}

/* footer */
footer{
    background: #F5F5F5;
    color: #7C8385;
}
footer .wrap{
    font-size: 14px;
    padding: 60px 5%;
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    line-height: 2;
}
footer .wrap span{
    display: block;
    padding: 20px 0;
    color: #7C8385;
}
footer .wrap span b{
    font-weight: 300;
    color: #4B565B;
}
footer .wrap  .link a{
    margin: 0 10px;
}

@keyframes fadeInDown{
    0% {
        opacity: 0;
        transform: translate3d(-50%, -50%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(-50%, 0, 0);
    }
}
/* Firefox < 16 */
@-moz-keyframes fadeInDown{
    0% {
        opacity: 0;
        transform: translate3d(-50%, -50%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(-50%, 0, 0);
    }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeInDown{
    0% {
        opacity: 0;
        transform: translate3d(-50%, -50%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(-50%, 0, 0);
    }
}
/* Internet Explorer */
@-ms-keyframes fadeInDown{
    0% {
        opacity: 0;
        transform: translate3d(-50%, -50%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(-50%, 0, 0);
    }
}
/* Opera < 12.1 */
@-o-keyframes fadeInDown{
    0% {
        opacity: 0;
        transform: translate3d(-50%, -50%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(-50%, 0, 0);
    }
}

/* below 1024 */
@media only screen and (max-width: 1024px){

    footer .wrap address br{
        display: none;
    }

}

/* below 960 */
@media only screen and (max-width: 960px){

    html, body{
        font-size: 16px;
    }
    h1, h2{
        font-size: 32px;
    }
    .popup_blank .popup .title{
        font-size: 28px;
    }

}

/* below 768 */
@media only screen and (max-width: 768px){

    #id_right_box{
        display: none !important;
    }
    .content{
        /*padding: 100px 5%;*/
        padding: 40px 5%;
    }
    .gotop, .godown{
        bottom: 5%;
        right: 5%;
        width: 40px;
        height: 40px;
    }
    .gotop img, .godown img{
        width: 20px;
        height: 20px;
    }
    .gocall{
        position: fixed;
        right: 5%;
        bottom: 12%;
        background: #fff;
        width: 42px;
        height: 42px;
        border-radius: 50%;
        box-shadow: 0 16px 20px rgb(5 46 49 / 7%);
        display: none;
        justify-content: center;
        align-items: center;
        z-index: 10;
        border: 1px solid #7C8385;
    }
    .gocall img{
        width: 30px;
        height: 30px;
    }
    .popup_blank .popup{
        font-size: 14px;
        padding: 5%;
    }

}

/* below 420 */
@media only screen and (max-width: 420px){

    h1, h2{
        font-size: 28px;
    }

}