@import url('//fonts.googleapis.com/earlyaccess/nanumgothic.css');
/*body { overflow-y: scroll;}*/
/*html { font-size: 62.5%;}*/
/*body, div, dl, dt, dd, ul, ol, li, i, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, legend, button, select, p, blockquote, a {*/
/*    font-family:  'pretendard','Noto Sans KR','맑은 고딕','Malgun Gothic',sans-serif !important; padding: 0; margin: 0; word-break: keep-all; -webkit-text-size-adjust: none;!* 모바일에서 폰트크기 변형안되도록 함 *!}*/
ol, ul, li { list-style: none; margin: 0; padding: 0;}
/*h1, h2, h3, h4, h5, h6 { font-weight: normal;}*/
form, fieldset, img { border: 0; margin: 0; padding: 0;}
address, caption, small, em { font-weight: normal; font-style: normal;}
i { font-style: normal;}
/* a link */
a { text-decoration: none !important; outline: none; -webkit-transition: all .1s ease-in-out; -ms-transition: all .1s ease-in-out; -moz-transition: all .1s ease-in-out; -o-transition: all .1s ease-in-out;}
a:link, a:visited { text-decoration: none !important;}
a:hover, a:active { text-decoration: none !important;}
/* table */
table { border-spacing: 0; padding: 0; margin: 0; border-collapse: collapse; border: 0; empty-cells: show;}
caption { display: none;}
tr, th, td { margin: 0; padding: 0;}
/* image 공백 0으로 조절 */
img { border: 0; margin: 0; padding: 0; vertical-align: middle;}

/*.container {width: 100%; max-width: 1400px;margin: 0 auto;padding: 10px; box-sizing: border-box;}*/
.txt-green {color:rgba(40, 167, 69, 1) !important;}

.btn {display: flex;justify-content: center;}
.btn a {background: #000;padding: 15px;max-width:550px;margin: 30px 0; width: 100%;border-radius: 20px;color: #fff;text-align: center;font-size: 4rem;font-weight: 800; height: 100px;display: flex;justify-content: center;align-items: center;}


section h3 {margin:0 auto;text-align: center;font-size:2.5rem;font-weight:800;line-height:60px;letter-spacing:-.0005em;}
section h3 span.bgB {background:rgba(61,187,179,.5);display: inline-block;}
section .mmsimg {display: flex;flex-direction: column;align-items: center;}
section .mmsimg img {width:100%;max-width: 300px;margin: 0 0 20px 0;}
section .reveiw img {width: 100%;max-width: 800px;margin: 0 auto;display: block;}

#db {background:#000000;width:100%;border-radius:30px;}

footer { width: 100%; padding: 50px 5%; margin-bottom: 80px; text-align: center; box-sizing: border-box;}
footer .foo-call { display: table; margin: 0 auto;}
footer .foo-call li { float: left; text-align: left;}
footer .foo-call li img { height: 80px;}
footer address { font-size: 1.3rem; color: #444; line-height: 1.7em;}
footer address span.pr { margin-right: 20px;}
footer .copyright { padding-top: 10px;}
footer .copyright small { font-size: 0.9rem; color: #444;}


@media all and (max-width:990px) {
    .br-pc { display: inline-block;}
    .br-m {display: block;}
    footer address { font-size: 1.3rem; color: #444; line-height: 1.7em;}
    /*section .mmsimg img {max-width: 500px;}*/
}

@media all and (max-width:640px) {
    section h3 {
        margin: 0 auto;
        text-align: center;
        font-size: 1.4rem;
        font-weight: 800;
        line-height: 2rem;
        letter-spacing: -0.01rem;
    }
    .btn a {
        width: 90%;
        font-size: 2rem;
         height: auto;
    }
    footer address {
        font-size: 0.9rem;
        color: #444;
        line-height: 1.2em;
    }
}
*{
    margin:0px;
    padding:0px;
    box-sizing: border-box;
    font-family: Nanum Gothic;
    text-decoration: none;
}
input {
    webkit-ime-mode:active;moz-ime-mode:active;ms-ime-mode:active;ime-mode:active;
}
.container {
    width: 100%;
    max-width: 900px;
    margin:auto;
    flex-direction: column;
}
.container .contents {
    width: 100%;
}
.container .contents > img, .img {
    width: 100%;
    display: block;
}

.form {
    border-radius: 25px;
    background: #3db9b1;
    color: #fff;
    padding: 1.5rem 2rem;
}
.form h3 {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
}
.form h3 > span{
    font-weight: 200;
}

.form-group {
    padding: 1rem 0;
    display: flex;
    flex-direction: column;
}
.form-group input[type=text],.form-group input[type=tel]{
    border-radius: 8px;
    border: none;
    line-height: 2rem;
    padding: 0.5rem;
}


.form-group+.form-group {
    padding: 0;
}
.form-group > label {
    /*width: 1%;*/
    align-self: left;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 0.5rem 0;
}
.form-group > *:last-child {
    width: 100%;
}
.phone {
    display: flex;
    gap: 0.5rem;
    flex-direction: row;
    justify-content: space-between;
}
.phone input {
    width: 32%;
}
.phone span {
    align-self: center;
    font-weight: 600;
}
.agree-group {
    text-align: center;
    font-size: 0.9rem;
    padding-top: 1rem;
}

.agree-group a {
    text-decoration: none;
    color:#fff;
}
.agree-doc {
    display: none;
    width: 100%;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    margin: auto;
    margin-top: 15px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 10px;
    text-align: left;
    font-size: 0.8rem;
    max-height: 200px;
    overflow-y: auto;
    position: relative;
}

.agree-doc .close-doc{
    position: absolute;
    top: 10px;
    right: 10px;
}
.agree-doc.active {
    display: block;
}
.desc-group {
    padding: 1rem;
    font-size:0.8rem;
    text-align: center;
}
.desc-group .black {
    color: #000;
}
.btn-group {
    padding: 1rem 0;
}
.btn-group button {
    display: block;
    border-radius: 8px;
    border: none;
    background: #95d1d6;
    color: #fff;
    width: 100%;
    font-size: 1.7rem;
    font-weight: 700;
    padding: 1rem;
}

.copyright {
    display: flex;
    flex-direction: row;
    clear: both;
    width: 100%;
    justify-content: center;
}
/*.copyright > *{*/
/*    width: 50%;*/
/*    text-align: right;*/
/*    font-size: 0.8rem;*/
/*}*/
/*.copyright > *:last-child {*/
/*    color: #3eab02;*/
/*    font-weight: 700;*/
/*    text-align: left;*/
/*    padding-left: 1rem;*/
/*}*/

input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 1rem;
    height: 1rem;
    border: 1px solid white;
    border-radius: 3px;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
}


input[type="checkbox"]:checked::before {
    content: '\2713';
    color: #ffffff;
    font-size: 0.7rem;
    display: block;
    text-align: center;
    position: absolute;
    left: 0.2rem;
    top: -0.1rem;
}

.img {
    display: block;
    width: 100%;
}

.privacy-company {
    display:none;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
}
.privacy-company.active {
    display:flex;
}
.privacy-company-body {
    align-self: center;
    display: flex;
    width: 80%;
    background: #fff;
    padding: 20px;
    margin: auto;
    border-radius: 15px;
    max-width: 900px;
    min-width: 340px;
    position: relative;
}
.privacy-company-doc {
    overflow-y: auto;
    max-height: 100vw;
    font-size: 0.8rem;
}
.privacy-company-close {
    position: absolute;
    right: 15px;
    top: 10px;
    color: #939393;
}