/* 공통 */
div {
    display: block;
}

/* 개별 */
#nWrap {
    width: 100%;
    padding: 0 auto;
    margin: 0 auto;
}

.evtWrap {
    width: 100%;
}

.visual {
    background: #000000 no-repeat center top;
}
.visual > .widthAuto {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}
.visual > .widthAuto > img {
    width: 100%;
}

.bgCon1 {
    background: #f0ecf3 no-repeat center top;
}
.bgCon1 > .widthAuto {
    width: 100%;
    max-width: 1092px;
    margin: 0 auto;
}
.bgCon1 > .widthAuto > img {
    width: 100%;
}

.bgCon2 {
    background: #240e40 no-repeat center top;
}
.bgCon2 > .widthAuto {
    width: 100%;
    max-width: 1092px;
    margin: 0 auto;
}
.bgCon2 > .widthAuto > img {
    width: 100%;
}

.bgCon3 {
    background: #f6f6f6 no-repeat center top;
}
.bgCon3 > .widthAuto {
    width: 100%;
    max-width: 1092px;
    margin: 0 auto;
    position: relative;
}

.bgCon3 > .widthAuto > img {
    width: 100%;
}

.bgCon04 {
    background: #f6f6f6 no-repeat center top;
}
.bgCon04 > .widthAuto {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    position: relative;
}
.bgCon04 > .widthAuto > img {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
}

.bgCon05 {
    background: #ffffff no-repeat center top;
}
.bgCon05 > .widthAuto {
    width: 100%;
    max-width: 1025px;
    margin: 0 auto;
    position: relative;
}
.bgCon05 > .widthAuto > img {
    width: 100%;
    
}

.bgCon06 {
    background: #6e1ef5 no-repeat center top;
}
.bgCon06 > .widthAuto {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    position: relative;
}
.bgCon06 > .widthAuto > img {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
}

.bgCon07 {
    background: #eeeeee no-repeat center top;
}
.bgCon07 > .widthAuto {
    width: 100%;
    max-width: 1025px;
    margin: 0 auto;
    position: relative;
}
.bgCon07 > .widthAuto > img {
    width: 100%;
}

.bgCon08 {
    background: #ffffff no-repeat center top;
}
.bgCon08 > .widthAuto {
    width: 100%;
    max-width: 1092px;
    margin: 0 auto;
    position: relative;
}
.bgCon08 > .widthAuto > img {
    width: 100%;
}

.bgCon09 {
    background: #2b2b2b no-repeat center top;
}
.bgCon09 > .widthAuto {
    width: 100%;
    max-width: 1025px;
    margin: 0 auto;
    position: relative;
}
.bgCon09 > .widthAuto > img {
    width: 100%;
}

.bgCon10 {
    background: #eeeeee no-repeat center top;
}
.bgCon10 > .widthAuto {
    width: 100%;
    max-width: 1092px;
    margin: 0 auto;
    position: relative;
}
.bgCon10 > .widthAuto > img {
    width: 100%;
}

.container {
    display: flex;
    flex-wrap: wrap;
    max-width: 920px;
    margin: auto;
    padding: 40px;
    border: none;
    border-radius: 14px;
    background-color: #ffffff;
    gap: 20px;
    font-family: Pretendards;
}

.form-container, .privacy-container {
    flex: 1 1 45%;
    min-width: 300px;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
}

.form-group label::before {
    content: '';
    display: inline-block;

    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 2px;
}

.form-group label[for="name"]::before {
    background-image: url('/template/1/html/images/landing/icon10.svg');
}

.form-group label[for="contact"]::before {
    background-image: url('/template/1/html/images/landing/icon10.svg');
}

.form-group label[for="email"]::before {
    background-image: url('/template/1/html/images/landing/icon10.svg');
}

.form-group input, .form-group select, .form-group textarea {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-sizing: border-box;
}

.form-group textarea {
    resize: vertical;
    height: 100px;
}

.privacy-policy {
    font-size: 14px;
    line-height: 1.5;
    overflow-y: auto;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 14px;
    height: 70%;
    background-color: #fff;
}

.privacy-container label {
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.consent {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 10px;
    bottom: 10px;
    left: 0;
}

.privacy-container {
    position: relative;
    padding-bottom: 50px;
}

.consent input {
    margin-right: 10px;
    width: 24px;
    height: 24px;
    border: none;
    background-size: cover;
    appearance: none;
    cursor: pointer;
}

.consent input:not(:checked) {
    background-image: url('/template/1/html/images/landing/check_off.svg');
}

.consent input:checked {
    background-image: url('/template/1/html/images/landing/check_on.svg');
}

.consent label {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 450;
    color: #333;
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    .container {
        flex-direction: column;
        padding: 15px;
    }

    .consent {
        position: static;
        margin-top: 10px;
    }
}


.bgCon11 {
    background: #1f2322 no-repeat center top;
}
.bgCon11 > .widthAuto {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}
.bgCon11 > .widthAuto > img {
    width: 100%;
}

.bgCon12 {
    background: #5118b4 no-repeat center top;
}
.bgCon12 > .widthAuto {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}
.bgCon12 > .widthAuto > img {
    width: 100%;
}

.section-container {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding-bottom: 10px;
    overflow:hidden;
    box-sizing: border-box;

}

.section-container h1 {
    font-size: 24px;
    font-weight: bold;
}

.section-container h1 .title-description {
    font-size: 13px;
    font-weight:500;
    color: #333333;
    margin-left: 8px;

}

.second-content-container {
    display: flex;
    gap: 1rem;
    overflow-y:auto;
    width: 100%;
}

.second-content-container .second-content-item {
    background-color: #ffffff;
    width: 184px;
    height: 50px;
    font-size:18x;
    font-weight: 600;
    white-space: nowrap;
    border: 1px solid #545454;
    color: #545454;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.second-content-container .second-content-item.on {
    background-color: #6e1ef5;
    width: 184px;
    height: 50px;
    font-size:18px;
    color: #ffffff;
    font-weight: bold;
    border: 1px solid #6e1ef5;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

}

.section-container2 {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding-bottom: 10px;
    overflow:hidden;
    box-sizing: border-box;

}

.section-container2 h2 {
    font-size: 24px;
    font-weight: bold;
}

.section-container2 h2 .title-description2 {
    font-size: 13px;
    font-weight:500;
    color: #333333;
    margin-left: 8px;

}

.second-content-container2 {
    display: flex;
    gap: 1rem;
    overflow-y:auto;
    width: 100%;
}

.second-content-container2 .second-content-item2 {
    background-color: #ffffff;
    width: 184px;
    height: 58px;
    font-size:18px;
    font-weight: 600;
    white-space: nowrap;
    border: 1px solid #8c8c8c;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.second-content-container2 .second-content-item.on2 {
    background-color: #2c4efb;
    width: 184px;
    height: 58px;
    font-size:18px;
    color: #ffffff;
    font-weight: bold;
    border: 1px solid #2c4efb;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

}

.gif-overlay {
    position: absolute;
    top: 17%; /* 보라색 박스 위치 조정 */
    left: 5%; /* 보라색 박스 위치 조정 */
    width: 45%; /* 보라색 박스 너비 */
    height: 35%; /* 보라색 박스 높이 */
    display: flex;
    justify-content: center;
    align-items: center;
}
.gif-overlay img {
    max-width: 100%;
    max-height: 100%;

}


/*==================================================
    행정사 랜딩페이지 추가 CSS 시작
==================================================*/

.adm_teacher { width: 100%; padding: 0 0 85px; background: #f6f6f6; box-sizing: border-box; } 
.adm_teacher h2 img { display: block; max-width: 100%; margin: 0 auto; } 
.adm_teacher .tab_container { position: relative; max-width: 641px; margin: 0 auto; } 
.adm_teacher .tit_list { display: flex; justify-content: center; gap: 6px; margin-bottom: 33px; } 
.adm_teacher .tit_list li { flex:1; }
.adm_teacher .tit_list li a { display: flex;justify-content: center; align-items: center; height: 58px; background-color: #ffffff; border: 1px solid #787878; font-family: "Pretendard"; font-size: 30px; font-weight: 500; letter-spacing:-0.005em; color: #545454; color: #333; } 
.adm_teacher .tit_list li.active a { background-color: #6e1ef5; font-weight: 700; color: #fff; } 
.adm_teacher .tab_content_list { position: relative; } 
.adm_teacher .tab_content { display: none; position: relative; text-align: center; } 
.adm_teacher .tab_content.active { display: block; } 
.adm_teacher .tab_content img { display: block; max-width: 100%; } 
.adm_teacher .tab_content .gif { position: absolute; top: 53px; left: 25px; width: 384px; height: 247px; } 
.adm_teacher .tab_content .gif img { display: block; width: 100%; height: 100%; object-fit: cover; }

@media (max-width: 716px) {
    .adm_teacher.type_mo { padding: 0 0 11.87vw; }  
    .adm_teacher.type_mo .tab_container { max-width: 89.53vw; } 
    .adm_teacher.type_mo .tit_list { gap: 0.84vw; margin-bottom: 4.61vw; }
    .adm_teacher.type_mo .tit_list li a { height: 8.1vw; font-size: 4.19vw; } 
    .adm_teacher.type_mo .tab_content .gif { position: absolute; top: 7.4vw; left: 3.49vw; width: 53.63vw; height: 34.5vw; } 
}


/*==================================================
    행정사 랜딩페이지 추가 CSS 끝
==================================================*/
