#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 22rem;
    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 15rem ;
}

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

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

.sb-wrap {
    width: 70%;
    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;
}

/* 하단 미디어 영역 추가 20251215*/
.clearfix-media{
    background-color: #fff;
}
.media{
    /* width: 80%; */
    margin: 0 auto;
    padding: 0 10%;
    background-color: #fff;
}
.media-tit{
    display: flex;
    margin-bottom: 2rem;
}
.tit-area{
    border-bottom: 2px solid #cacaca;
    display: flex;
    align-items: center;
    width: 100%;
}
.tit-area .tit{
    font-size: 2.5rem;
    font-weight: 600;
    margin-left: .5rem;
}
.tit-line{
    width: .4rem;
    height: 3rem;
    border-radius: .2rem;
}
.blog .tit-line{
    background-color: #5ac467;
}
.youtube-ch .tit-line{
    background-color: #bf2f29;
}
.media-logo{
    width: 3rem;
    margin-left: 1rem;
}
.all-btn{
    text-decoration: none !important;
    margin: 0 auto;
    display: block;
    background-color: #5d90c9;
    width: 8rem;
    height: 2rem;
    border-radius: 4rem;
    text-align: center;
    line-height: 2rem;
    color: #fff;
    font-size: 1rem;
    margin-top: 2rem;
    position: relative;
    padding-right: 1rem;
}
            
.all-btn::after {
    content: '';
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    
    /* 동그라미 */
    width: 1.2rem;
    height: 1.2rem;
    border: 1px solid #fff;
    border-radius: 50%;
    
    /* 꺽쇠를 동그라미 안에 배치하기 위한 설정 */
    display: flex;
    align-items: center;
    justify-content: center;
}

.all-btn::before {
    content: '';
    position: absolute;
    right: 1rem;
    top: 50%;
    
    width: 0.5rem;
    height: 0.5rem;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    z-index: 1;
}
.youtube-ch{
    margin-top: 5rem;
}
.blog-content{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    width: 90%;
    justify-content: space-around;
}
.blog-content .bx{
    width: calc(32% - 10px);
    background-color: #f5f5f5;
    /* padding: 20px; */
    box-sizing: border-box;
    text-decoration: none !important;
    border-radius: 10px;
    box-shadow: 2px 2px 2px 2px #656565;
}
.blog-bx{
    height: 100%;

}
/* 블로그 썸네일 조정*/
.blog-content .bx img{
    aspect-ratio: 4/3;
    object-fit: scale-down;
    background-color: #252f3d;
    border-radius: 10px 10px 0 0 !important;
}
/* 기본 이미지*/
.bx img{
    width: 100%;
    border-radius: 10px;
}
.blog-info{
    min-height: 5rem;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-around;
    padding: .5rem .3rem .3rem .3rem;
}
.blog-tit{
    color: #000;
    font-weight: 600;
}
.blog-date{
    color: #000;
    text-align: right;
    margin-top: .5rem;
}
.youtube-content{
    display: flex;
}

.swiper{
    width: 125%;
    margin-left: -13% !important;
}
.swiper-slide{
    width: 250px !important;
}



@media (max-width: 1600px){
    #sub .sub-vis-contact{
        padding: 0 15rem;
    }
}

@media (max-width: 1400px){
    #sub .sub-vis-contact{
        padding: 0 10rem;
    }

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

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

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

    #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;
    }

    .sb-wrap{
        width: 90%;
    }

    .blog-content .bx{
        width: calc(50% - 10px);
    }
}

@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: 700px){
    #sub .sub-vis-contact{
        display: block;
        height: 750px;
    }

    .sub-vis-contact .sub-vis-left{
        width: fit-content;
        margin: 0 auto;
    }

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

    
}

@media (max-width: 700px){
    .tit-area .tit{
        font-size: 1.5rem;
    }
    .media-logo{
        width: 2.5rem;
    }
}

@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;
    }

    .swiper-slide{
        width: 200px !important;
    }
}

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

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

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

    .tit-area .tit{
        font-size: 1rem;
    }
    .media-logo{
        width: 2rem;
    }
}

@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;
    }
}