
/* 사이트맵 이미지 변경*/
.sitemapDepth01 > li:nth-child(1) .imgBox img {
    content: url("/site/basic/images/common/sitemap_img01.png");
}
.sitemapDepth01 > li:nth-child(2) .imgBox img {
    content: url("/site/basic/images/common/sitemap_img02.png");
}
.sitemapDepth01 > li:nth-child(3) .imgBox img {
    content: url("/site/basic/images/common/sitemap_img03.png");
}
.sitemapDepth01 > li:nth-child(4) .imgBox img {
    content: url("/site/basic/images/common/sitemap_img04.png");
}
.sitemapDepth01 > li:nth-child(5) .imgBox img {
    content: url("/site/basic/images/common/sitemap_img05.png");
}

/* 서브박스 이미지 변경*/
.depth01 > li:nth-child(1) .subMenuBox .imgBox img {
    content: url("/site/basic/images/common/submenu_bg01.png");
}

.depth01 > li:nth-child(2) .subMenuBox .imgBox img {
    content: url("/site/basic/images/common/submenu_bg02.png");
}

.depth01 > li:nth-child(3) .subMenuBox .imgBox img {
    content: url("/site/basic/images/common/submenu_bg03.png");
}

.depth01 > li:nth-child(4) .subMenuBox .imgBox img {
    content: url("/site/basic/images/common/submenu_bg04.png");
}

.depth01 > li:nth-child(5) .subMenuBox .imgBox img {
    content: url("/site/basic/images/common/submenu_bg05.png");
}
/* 회원가입 시 기본은 숨김 */
.formBox.afterCheck {
    display: none;
}

/* memberCheckBox에 .checked 붙으면 그 아래 afterCheck들은 보이게 */
.formBox.memberCheckBox.checked + .formBox.afterCheck,
.formBox.memberCheckBox.checked + .formBox.afterCheck ~ .formBox.afterCheck {
    display: block;
}

/* 프로그램 신청 목록에서 3차 메뉴 퍼블 */
.subDepthBox .title02 {margin: 0;padding: 0;}
.subDepthBox .title02 > ul {display: flex;list-style: none;margin: 0;padding: 0;}
.subDepthBox .title02 li {margin-right: 30px;}
.subDepthBox .title02 a {display: inline-block;padding: 14px 0 10px;text-decoration: none;}
.subDepthBox .title02 a span {font-size: 24px; font-weight: 700; color: #b0b0b0;}
.subDepthBox .title02 a.active span {font-weight: 700; color: #000; font-size: 24px;}


/* .customSelectBox .selectList { display: none; }
.customSelectBox.open .selectList { display: block; } */

.organizationBox .logoList li img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}