#header .inner {
    display: flex;
    background-color: #000;
    padding: 1rem 2rem 1rem 2rem;
}

#header .logo {
    text-align: center;
}

#header .logo a{
    display: block;
}

#header .logo img {
    height: 100px !important;
    padding: 10px 0 0 0;
}

#gnb-contact {
    position: relative;
    margin-left: auto;
}

#gnb-contact li img {
    width: 40px;
    height: 40px;
}

#gnb-contact li.contact {
    display: flex;
    justify-content: space-between;
}

#gnb-contact li.contact span {
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    display: block;
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-family: applesdgothicneoeb00;
}

#sub .sub-vis-contact {
    height: 500px;
    background-color: #2a5aa8;
    padding: 0 8rem;
    display: flex;
}

.sub-vis-contact .sub-vis-left {
    width: 60%;
}

.sub-vis-left p {
    font-size: 80px;
    font-weight: 800;
    color: #fff;
}

em.vis-aws {
    font-size: 100px;
    font-style: normal;
    color: #e5983b;
}

em.vis-small {
    font-size: 50px;
    font-style: normal;
}

.members-logo {
    width: 440px;
    height: 110px;
}

.sub-vis-contact .sub-vis-right {
    width: 40%;
    padding: 10px;
    position: relative;
}

.vis-kuranyang {
    position: absolute;
    bottom: 2rem;
    right: -1rem;
    animation: shaking 2.5s infinite ease-in-out;
}

@keyframes shaking {
    0% {transform: rotate(-10deg);}
    50% {transform: rotate(10deg);}
    100% {transform: rotate(-10deg);}
}

#content {
    background-color: #e1ecf6;
}

#content .sub-img div {
    padding: 0 5rem ;
}

#content .sub-img div.bk-blue{
    background-color: #2a5aa8;
}

#content .sub-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sb-wrap {
    width: 80%;
    margin: 0 auto;
}

#contact-tit {
    text-align: center;
    font-size: 35px;
    font-weight: 550;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

#sb-form .contact-tb {
    width: 100% !important;
}

.contact-tb tr {
    line-height: 50px;
}

.contact-tb tr td:first-child {
    width: 150px;
}

.contact-tb tr td:nth-child(2) {
    line-height: 15px;
}

.contact-tb td input, textarea, select {
    border-radius: 5px;
    border: 1px solid #c9c9c9;
    width: 100%;
    height: 30px;
}

.contact-tb td textarea {
    height: 100px;
    resize: none;
}

.agree {
    text-align: center !important;
}

.submit-area {
    display: flex;
}

#form-submit {
    text-align: center;
    padding: 10px 30px;
    font-size: 20px;
    color: #fff;
    letter-spacing: -1px;
    border-radius: 35px;
    background: #2a5aa8;
    text-decoration: none;
    margin: 0 auto;
}

.checkbox-div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.checkbox-area {
    display: flex;
    width: 25%;
}

.checkbox-area input[type="checkbox"] {
    width:20px;
    position: relative;
    margin-top: 7px;
}

.checkbox-area label {
    display: inline-block;
    width: 100px;
    line-height: 50px;
    vertical-align: middle;
    margin-left: 1rem;
}

.tel-area {
    margin-top: 3rem;
    background-color: #2a5aa8;
    padding: 1rem 0;
}

.clearfix{
    height: 3rem;
}

.tel-area p {
    text-align: center;
    color: #fff;
    line-height: 1.5;
}

.tel-area p:first-child {
    font-size: 25px;
    weight: 500;
}

.tel-area p:nth-child(2) {
    font-size: 40px;
    weight: 600;
    letter-spacing: 5;
}

.tel-area p:nth-child(3) {
    letter-spacing: 5;
}

.privacy-div {
    margin-top: 2rem;
}

#footer {
    height: 100px;
    background-color: #000;
    padding: 1rem 0 3rem 0;
}

#footer .inner {
    text-align: center;
}

#footer .flogo {
    height: 100px;
}

#footer p.copyright{
    color: #fff;
    background-color: #000;
    margin-top: .5rem;
}


@media (max-width: 1100px){
    .vis-kuranyang {
        left: .5rem;
        bottom: 2rem;
    }

    #content .sub-img div {
        padding: 0 0;
    }
}

@media (max-width: 1100px){
    #sub .sub-vis-contact{
        padding: 0 2rem;
        height: 450px;
    }

    .sub-vis-left p {
        font-size: 80px;
    }

    em.vis-aws {
        font-size: 100px;
    }

    em.vis-small {
        font-size: 50px;
    }

    .vis-kuranyang {
        left: -3rem;
        bottom: 1rem;
    }
}

@media (max-width: 768px){
    .sub-vis-left p {
        font-size: 70px;
    }

    em.vis-aws {
        font-size: 90px;
    }

    em.vis-small {
        font-size: 50px;
    }

    .vis-kuranyang {
        width: 100%;
        left: 1rem;
        bottom: 2rem;
    }
}

@media (max-width: 430px){
    #header .inner {
        display: block;
    }

    #header .logo img{
        height: 90px !important;
    }

    #gnb-contact{
        margin-top: 1rem;
        width: 90%;
        margin: 0 auto;
    }

    #sub .sub-vis-contact{
        padding: 0 1rem;
        display: block;
        height: 600px;
    }

    .sub-vis-contact .sub-vis-left {
        width: 100%;
    }

    .sub-vis-left p {
        font-size: 60px;
    }

    em.vis-aws {
        font-size: 80px;
    }

    em.vis-small {
        font-size: 40px;
    }

    .members-logo {
        width: 360px;
        height: 90px;
    }

    .sub-vis-contact .sub-vis-right {
        width: 50%;
        height: 220px;
        margin: 0 auto;
        margin-top: 1rem;
    }

    .vis-kuranyang {
        width: 100%;
    }

    #contact-tit {
        font-size: 25px;
    }

    .sb-wrap {
        width: 90%;
    }

    .contact-tb tr td:first-child {
        width: 100px;
    }

    .contact-tb tr {
        line-height: 40px;
    }

    .fit {
        font-size: 12px;
    }

    .checkbox-area {
        width: 45%;
    }

    #footer {
        padding: 1rem 2rem 3rem 1rem;
    }

    #footer p.copyright {
        font-size: 12px;
    }

    @media (max-width: 380px){
        #gnb-contact {
            width: 100%;
        }

        #gnb-contact li img{
            width: 37px;
            height: 37px;
        }

        .members-logo{
            width: 320px;
            height: 80px;
        }
    }

    @media (max-width: 320px){
        #sub .sub-vis-contact {
            height: 550px;
        }

        .sub-vis-left p {
            font-size: 50px;
        }
    
        em.vis-aws {
            font-size: 70px;
        }
    
        em.vis-small {
            font-size: 30px;
        }

        .members-logo {
            width: 280px;
            height: 70px;
        }

        .checkbox-area label {
            margin-left: .5rem;
        }

        .fit {
            font-size: 10px;
        }
    }
}