@charset "utf-8";

/* 라이트박스 */
#lightbox{position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.8); -webkit-filter: none !important; z-index:1000000; cursor: pointer;}
#lightbox img{display: block; position: absolute;}
.lightbox-button{position: absolute; z-index: 9999; background: no-repeat center center; opacity: 0.7; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s;}
.lightbox-button:hover,
.lightbox-button:focus{opacity: 1;}
.lightbox-close{width: 40px; height: 40px; top: 20px; right: 20px; background: url("/assets/site/img/common/lightbox_close.png") no-repeat;}
.lightbox-next {width: 40px; height: 78px; top: 48%; right: 20px; background-image: url('../img/common/lightbox_next.png');}
.lightbox-previous{width: 40px; height: 78px; top: 48%; left: 20px; background-image: url('../img/common/lightbox_prev.png');}

/* css animation */
@keyframes textUnder {
    0% {width: 0;}
    70% {width: 103%;}
    100% {width: 100%;}
}

/* faq */
.faq-list {}
.faq-list ul {}
.faq-list ul li {padding: 30px 40px; border: 2px solid #e4e4e4; border-radius: 10px; margin-bottom: 20px; cursor: pointer; background: #fff;}
.faq-list ul li:last-child {margin-bottom: 0;}
.faq-list ul li .faq-f {position: relative; display: flex;}
.faq-list ul li .faq-f::after {content: '+'; position: absolute; top: 50%; right: 0; transform: translateY(-50%); font-size: 30px; color: #ddd; transition: all 0.5s;}
.faq-list ul li .faq-f p {font-size: 18px; font-weight: 600; white-space: nowrap; color: #888;}
.faq-list ul li .faq-f span {font-size: 18px; font-weight: 500; width: 100%; margin-left: 10px;}
.faq-list ul li .faq-q {display: flex; padding-top: 30px; margin-top: 30px; border-top: 1px solid #e4e4e4;}
.faq-list ul li .faq-q p {font-size: 18px; font-weight: 600; white-space: nowrap; color: #757575;}
.faq-list ul li .faq-q span {font-size: 18px; font-weight: 500; width: 100%; margin-left: 10px; color: #757575;}

/* faq 마우스 오버시 */
.faq-list ul li:hover {border: 2px solid #25237B;}
.faq-list ul li:hover .faq-f p {color: #565DC2;}
.faq-list ul li:hover .faq-f::after {color: #25237B;}

/* faq 열린 상태 */
.faq-list ul li.on {border: 2px solid #25237B;}
.faq-list ul li.on .faq-f p {color: #565DC2;}
.faq-list ul li.on .faq-f::after {color: #25237B; transform: translateY(-50%) rotate(90deg);}

@media screen and (max-width: 768px) {
    .faq-list ul li {padding: 20px;}
    .faq-list ul li .faq-f {flex-wrap: wrap;}
    .faq-list ul li .faq-f p {width: 100%; font-size: 16px;}
    .faq-list ul li .faq-f span {width: 100%; font-size: 16px; margin-left: 0; margin-top: 5px;}
    .faq-list ul li .faq-q {margin-top: 15px; padding-top: 15px; flex-wrap: wrap;}
    .faq-list ul li .faq-q p {width: 100%; font-size: 16px;}
    .faq-list ul li .faq-q span {width: 100%; font-size: 16px; margin-left: 0; margin-top: 5px;}
}

/* tab */
.tab {margin-bottom: 50px;}
.board_area .tab {display: block;}
.tab .tab-cate {}
.tab .tab-cate ul {display: flex; border: 1px solid #e4e4e4;}
.tab .tab-cate ul li {width: calc(100% / 2); text-align: center; border-right: 1px solid #e4e4e4; cursor: pointer;}
.tab .tab-cate ul li:last-child {border-right: 0;}
.tab .tab-cate ul li p {padding: 16px 0; background: #f7f7f7; color: #aaa; font-weight: 500;}
.tab .tab-cate ul li.on p {background: #fff; color: #000;}

@media screen and (max-width: 768px) {
    .tab {margin-bottom: 30px;}
    .tab .tab-cate ul li p {font-size: 15px; padding: 10px 0;}
    .board_area .tab .tab-cate ul {flex-wrap: wrap;}
    .board_area .tab .tab-cate ul li {width: calc(100% / 2); border-top: 1px solid #e4e4e4; flex: unset;}
    .board_area .tab .tab-cate ul li:first-child {width: 100%; border-top: 0;}
    .board_area .tab .tab-cate ul li:nth-child(2n+1) {border-right: 0;}
    .board_area .tab .tab-cate ul li:last-child {width: 100%;}
    .board_area .tab .tab-cate ul li p {font-size: 12px;}
}

/* total */
.total {}
.total .total-con {}
.total .total-con .total-result {text-align: center; background: #F7F6FF; margin-bottom: 50px;}
.total .total-con .total-result p {font-size: 18px; padding: 40px;}
.total .total-con .total-list {}
.total .total-con .total-list ul {}
.total .total-con .total-list ul li {margin-bottom: 60px;}
.total .total-con .total-list ul li:last-child {margin-bottom: 0;}
.total .total-con .total-list ul li .total-cate {display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px;}
.total .total-con .total-list ul li .total-cate p {position: relative; font-size: 20px; padding-left: 15px;}
.total .total-con .total-list ul li .total-cate p::before {content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 5px; height: 5px; border-radius: 50%; background: #7B81D5;}
.total .total-con .total-list ul li .total-cate p strong {}
.total .total-con .total-list ul li .total-cate p span {font-weight: 700;}
.total .total-con .total-list ul li .total-cate a {font-size: 14px; white-space: nowrap;}
.total .total-con .total-list ul li .total-box {margin-bottom: 40px;}
.total .total-con .total-list ul li .total-box:last-child {margin-bottom: 0;}
.total .total-con .total-list ul li .total-box .total-depth {display: flex; align-items: center; padding: 10px 20px; background: #f7f7f7; border: 1px solid #e4e4e4; border-radius: 5px;}
.total .total-con .total-list ul li .total-box .total-depth p {position: relative; font-size: 14px; color: #333; padding: 0 14px 0 6px;}
.total .total-con .total-list ul li .total-box .total-depth p:first-child {padding-left: 0;}
.total .total-con .total-list ul li .total-box .total-depth p:last-child {padding-right: 0;}
.total .total-con .total-list ul li .total-box .total-depth p::after {content: ''; position: absolute; top: 50%; right: 0; transform: translateY(-50%); width: 5px; height: 1px; background: #333;}
.total .total-con .total-list ul li .total-box .total-depth p:last-child::after {content: none;}
.total .total-con .total-list ul li .total-box .total-desc {}
.total .total-con .total-list ul li .total-box .total-desc a {display: block; padding: 20px 50px 0 20px;}
.total .total-con .total-list ul li .total-box .total-desc a p {font-weight: 700; line-height: 1.2; margin-bottom: 10px;}
.total .total-con .total-list ul li .total-box .total-desc a p strong {background: #ff0;}
.total .total-con .total-list ul li .total-box .total-desc a:hover p {text-decoration: underline;}
.total .total-con .total-list ul li .total-box .total-desc a span {font-size: 14px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.total .total-con .total-list ul li .total-box .total-desc a span strong {font-weight: 400; background: #ff0;}

@media screen and (max-width: 768px) {
    .total .total-con .total-list ul li .total-box .total-desc a {padding: 20px 30px 0 10px;}
}

@media screen and (max-width: 425px) {
    .total .total-con .total-result p {font-size: 16px; padding: 20px;}
    .total .total-con .total-list ul li .total-cate p {font-size: 16px;}
}

/* 센터장 인사말 (about/center) */
.greeting {}
.greeting .greeting-box {position: relative;}
.greeting .greeting-box .greeting-con {display: flex; justify-content: space-between;}
.greeting .greeting-box .greeting-con .greeting-left {width: calc(100% - 350px);}
.greeting .greeting-box .greeting-con .greeting-left .greeting-title {margin-bottom: 40px;}
.greeting .greeting-box .greeting-con .greeting-left .greeting-title h2 {display: inline-block; position: relative; font-size: 30px;}
.greeting .greeting-box .greeting-con .greeting-left .greeting-title h2::before {content: ''; position: absolute; bottom: -2px; left: 0; width: 100%; height: 10px; background: #d9e4ff; animation: textUnder 1s; z-index: -1;}
.greeting .greeting-box .greeting-con .greeting-left .greeting-title h2 strong {color: #25237B;}
.greeting .greeting-box .greeting-con .greeting-left .greeting-desc {margin-bottom: 50px;}
.greeting .greeting-box .greeting-con .greeting-left .greeting-desc p {font-size: 18px; line-height: 2; margin-bottom: 30px;}
.greeting .greeting-box .greeting-con .greeting-left .greeting-desc p:last-child {margin-bottom: 0;}
.greeting .greeting-box .greeting-con .greeting-left .greeting-name {}
.greeting .greeting-box .greeting-con .greeting-left .greeting-name span {font-size: 18px;}
.greeting .greeting-box .greeting-con .greeting-left .greeting-name p {font-size: 28px; font-weight: 600; margin-top: 10px;}
.greeting .greeting-box .greeting-con .greeting-right {width: 300px;}
.greeting .greeting-box .greeting-con .greeting-right .greeting-img {width: 100%;}
.greeting .greeting-box .greeting-con .greeting-right .greeting-img img {width: 100%;}

@media screen and (max-width: 1280px) {
    .greeting .greeting-box .greeting-con .greeting-left .greeting-title h2 {font-size: 24px;}
    .greeting .greeting-box .greeting-desc p br {display: none;}
    .greeting .greeting-box .greeting-con .greeting-left .greeting-title h2::before {content: none;}
}

@media screen and (max-width: 1024px) {
    .greeting .greeting-box .greeting-con {flex-wrap: wrap; justify-content: center; flex-direction: column-reverse;}
    .greeting .greeting-box .greeting-con .greeting-left {width: 100%;}
    .greeting .greeting-box .greeting-con .greeting-right {margin: 0 auto 30px;}
    .greeting .greeting-box .greeting-title {margin-bottom: 25px;}
    .greeting .greeting-box .greeting-desc {margin-bottom: 30px;}
    .greeting .greeting-box .greeting-desc p {font-size: 15px; margin-bottom: 20px;}
    .greeting .greeting-box .greeting-name span {font-size: 16px;}
    .greeting .greeting-box .greeting-name p {font-size: 20px;}
    .greeting .greeting-box .greeting-deco {text-align: right;}
    .greeting .greeting-box .greeting-deco img {width: 60%;}
}

@media screen and (max-width: 768px) {
    .greeting .greeting-box .greeting-title {text-align: center; margin-bottom: 15px;}
    .greeting .greeting-box .greeting-title h2 {font-size: 20px; line-height: 1.4;}
    .greeting .greeting-box .greeting-title h2::before {content: none;}
    .greeting .greeting-box .greeting-desc {text-align: center;}
    .greeting .greeting-box .greeting-name {text-align: center;}
    .greeting .greeting-box .greeting-con .greeting-right {width: 200px;}
}

/* 연혁 및 조직도 (about/history) */
.company {}
.company .company-con {display: none;}
.company .company-con.on {display: block;}
.company .company-con .history {}
.company .company-con .history .history-title {color: #fff; text-align: center; background: url("/assets/site/img/sub/history-title-bg.jpg") no-repeat center; background-size: cover; padding: 54px 0; margin-bottom: 60px;}
.company .company-con .history .history-title span {font-size: 24px;}
.company .company-con .history .history-title p {font-size: 34px;}
.company .company-con .history .history-title p strong {}
.company .company-con .history .history-list {}
.company .company-con .history .history-list ul {}
.company .company-con .history .history-list ul li {position: relative; padding: 0 40px 100px;}
.company .company-con .history .history-list ul li::before {content: ''; position: absolute; left: 47.5px; top: 25px; width: 1px; height: 100%; background: #e4e4e4; transition: all 0.5s;}
.company .company-con .history .history-list ul li.on::before {background: #25237B;}
.company .company-con .history .history-list ul li:last-child {padding-bottom: 0;}
.company .company-con .history .history-list ul li:last-child::before {content: none;}
.company .company-con .history .history-list ul li .history-list-year {position: relative; padding: 0 60px; margin-bottom: 30px;}
.company .company-con .history .history-list ul li .history-list-year::before {content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 16px; height: 16px; background: #757575; transition: all 0.5s;}
.company .company-con .history .history-list ul li.on .history-list-year::before {background: #25237B;}
.company .company-con .history .history-list ul li .history-list-year p {font-size: 50px; font-weight: 900; color: #757575; line-height: 1; transition: all 0.5s;}
.company .company-con .history .history-list ul li.on .history-list-year p {color: #25237B;}
.company .company-con .history .history-list ul li .history-list-con {display: flex; padding: 0 60px; margin-bottom: 18px;}
.company .company-con .history .history-list ul li .history-list-con:last-child {margin-bottom: 0;}
.company .company-con .history .history-list ul li .history-list-con p {width: 110px; font-size: 20px; font-weight: 500; color: #757575;}
.company .company-con .history .history-list ul li .history-list-con span {width: calc(100% - 110px); font-size: 20px; font-weight: 500; color: #757575;}
.company .company-con .group {}
.company .company-con .group .group-img {}
.company .company-con .group .group-img img {width: 100%;}

@media screen and (max-width: 1280px) {
    .company .company-con .history .history-title span {font-size: 20px;}
    .company .company-con .history .history-title p {font-size: 30px;}
    .company .company-con .history .history-list ul li {padding: 0 30px 60px;}
    .company .company-con .history .history-list ul li::before {left: 36px;}
    .company .company-con .history .history-list ul li .history-list-year {margin-bottom: 20px;}
    .company .company-con .history .history-list ul li .history-list-year::before {width: 12px; height: 12px;}
    .company .company-con .history .history-list ul li .history-list-year p {font-size: 36px;}
    .company .company-con .history .history-list ul li .history-list-con p {font-size: 18px;}
    .company .company-con .history .history-list ul li .history-list-con span {font-size: 18px;}
}

@media screen and (max-width: 768px) {
    .company .company-con .history .history-title {padding: 36px 0; margin-bottom: 40px;}
    .company .company-con .history .history-title span {font-size: 16px;}
    .company .company-con .history .history-title p {font-size: 20px;}
    .company .company-con .history .history-list ul li {padding: 0 20px 40px;}
    .company .company-con .history .history-list ul li::before {top: 8px; left: 25px;}
    .company .company-con .history .history-list ul li .history-list-year {padding: 0 30px;}
    .company .company-con .history .history-list ul li .history-list-year p {font-size: 24px;}
    .company .company-con .history .history-list ul li .history-list-con {padding: 0 0 0 30px;}
    .company .company-con .history .history-list ul li .history-list-con p {width: 80px; font-size: 15px;}
    .company .company-con .history .history-list ul li .history-list-con span {width: calc(100% - 80px); font-size: 15px;}
}

@media screen and (max-width: 425px) {
    .company .company-con .history .history-list ul li {padding: 0 15px 30px;}
    .company .company-con .history .history-list ul li::before {content: none;}
    .company .company-con .history .history-list ul li .history-list-year {padding: 0 15px; margin-bottom: 10px;}
    .company .company-con .history .history-list ul li .history-list-year::before {width: 8px; height: 8px;}
    .company .company-con .history .history-list ul li .history-list-year p {font-size: 20px;}
    .company .company-con .history .history-list ul li .history-list-con {padding: 0;}
    .company .company-con .history .history-list ul li .history-list-con p {}
}

/* 사업소개 (about/business) */
.business {}
.business .business-box {} 
.business .business-box .business-title {position: relative; display: flex; padding: 24.5px 0; background: #f7f7f7; border-radius: 10px; margin-bottom: 30px; transition: all 0.5s;}
.business .business-box .business-title:hover {background: #25237B;}
.business .business-box .business-title .business-title-img {position: relative; width: 100%; max-width: 400px; text-align: center;}
.business .business-box .business-title .business-title-img::after {content: ''; position: absolute; top: 50%; right: 0; transform: translateY(-50%); width: 1px; height: 80%; background: #bababa;}
.business .business-box .business-title .business-title-img img {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: all 0.5s;}
.business .business-box .business-title .business-title-img img:first-child {opacity: 1;}
.business .business-box .business-title .business-title-img img:last-child {opacity: 0;}
.business .business-box .business-title:hover .business-title-img img:first-child {opacity: 0;}
.business .business-box .business-title:hover .business-title-img img:last-child {opacity: 1;}
.business .business-box .business-title .business-title-txt {padding-left: 65px;}
.business .business-box .business-title .business-title-txt > * {transition: all 0.5s;}
.business .business-box .business-title .business-title-txt h2 {font-family: "Charmonman", serif; font-size: 26px; font-weight: 700; color: #25237B;}
.business .business-box .business-title .business-title-txt p {font-size: 18px; font-weight: 500;}
.business .business-box .business-title .business-title-txt span {color: #757575;}
.business .business-box .business-title:hover .business-title-txt h2 {color: #fff;}
.business .business-box .business-title:hover .business-title-txt p {color: #fff;}
.business .business-box .business-title:hover .business-title-txt span {color: rgba(255, 255, 255, 0.6);}
.business .business-box .business-con {}
.business .business-box .business-con ul {margin-bottom: 20px;}
.business .business-box .business-con ul:last-child {margin-bottom: 0;}
.business .business-box .business-con ul li {display: flex; justify-content: space-between;}
.business .business-box .business-con ul li .business-con-cate {display: flex; justify-content: center; align-items: center; width: 400px; background: #F7F6FF; border: 1px solid #e4e4e4; border-radius: 10px;}
.business .business-box .business-con ul:last-child li .business-con-cate {background: #F6FAFF;} 
.business .business-box .business-con ul li .business-con-cate p {font-size: 20px; font-weight: 700; color: #25237B;}
.business .business-box .business-con ul:last-child li .business-con-cate p {color: #2A73C8;}
.business .business-box .business-con ul li .business-con-desc {width: calc(100% - 420px);}
.business .business-box .business-con ul li .business-con-desc .business-con-box {display: flex; justify-content: space-between; margin-bottom: 20px;}
.business .business-box .business-con ul li .business-con-desc .business-con-box:last-child {margin-bottom: 0;}
.business .business-box .business-con ul li .business-con-desc .business-con-box > div {width: calc(100% / 2 - 10px);}
.business .business-box .business-con ul li .business-con-desc .business-con-box .business-con-work {display: flex; justify-content: center; align-items: center; background: #827fdb; border-radius: 10px;}
.business .business-box .business-con ul:last-child li .business-con-desc .business-con-box .business-con-work {background: #76A7E0;}
.business .business-box .business-con ul li .business-con-desc .business-con-box .business-con-work p {font-size: 18px; font-weight: 700; color: #fff;}
.business .business-box .business-con ul li .business-con-desc .business-con-box .business-con-info {padding: 16px 20px; border: 1px solid #e4e4e4; border-radius: 10px;}
.business .business-box .business-con ul li .business-con-desc .business-con-box .business-con-info p {position: relative; font-size: 18px; color: #424242; margin-bottom: 10px; padding-left: 14px;}
.business .business-box .business-con ul li .business-con-desc .business-con-box .business-con-info p::before {content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 6px; height: 6px; border-radius: 50%; background: #d0d0d0;}
.business .business-box .business-con ul li .business-con-desc .business-con-box .business-con-info p:last-child {margin-bottom: 0;}

@media screen and (max-width: 1280px) {
    .business .business-box .business-con ul li {flex-wrap: wrap;}
    .business .business-box .business-con ul li .business-con-cate {width: 100%; padding: 20px 0; margin-bottom: 20px;}
    .business .business-box .business-con ul li .business-con-desc {width: 100%;}
    .business .business-box .business-con ul li .business-con-desc .business-con-box .business-con-work {width: 300px;}
    .business .business-box .business-con ul li .business-con-desc .business-con-box .business-con-info {width: calc(100% - 320px);}
}

@media screen and (max-width: 1024px) {
    .business .business-box .business-title .business-title-txt {width: 100%; padding-left: 40px;}
    .business .business-box .business-con ul li .business-con-desc .business-con-box .business-con-work {width: 250px;}
    .business .business-box .business-con ul li .business-con-desc .business-con-box .business-con-work p {font-size: 16px;}
    .business .business-box .business-con ul li .business-con-desc .business-con-box .business-con-info {width: calc(100% - 270px);}
    .business .business-box .business-con ul li .business-con-desc .business-con-box .business-con-info p {font-size: 16px;}
}

@media screen and (max-width: 768px) {
    .business .business-box .business-title {flex-wrap: wrap;}
    .business .business-box .business-title .business-title-img {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); opacity: 0.1;}
    .business .business-box .business-title .business-title-txt {width: 100%; padding-left: 0; text-align: center;}
    .business .business-box .business-title .business-title-txt h2 {font-size: 24px;}
    .business .business-box .business-title .business-title-txt p {font-size: 16px;}
    .business .business-box .business-title .business-title-txt span {font-size: 14px;}
    .business .business-box .business-con ul {margin-bottom: 40px;}
    .business .business-box .business-con ul li .business-con-cate {padding: 12px 0; margin-bottom: 10px;}
    .business .business-box .business-con ul li .business-con-cate p {font-size: 16px;}
    .business .business-box .business-con ul li .business-con-desc .business-con-box {flex-wrap: wrap; margin-bottom: 10px;}
    .business .business-box .business-con ul li .business-con-desc .business-con-box .business-con-work {width: 100%; padding: 12px 0; margin-bottom: 10px;}
    .business .business-box .business-con ul li .business-con-desc .business-con-box .business-con-work p {font-size: 15px;}
    .business .business-box .business-con ul li .business-con-desc .business-con-box .business-con-info {width: 100%; padding: 12px 15px;}
    .business .business-box .business-con ul li .business-con-desc .business-con-box .business-con-info p {font-size: 14px; padding-left: 10px;}
    .business .business-box .business-con ul li .business-con-desc .business-con-box .business-con-info p::before {width: 4px; height: 4px;}
}

/* 오시는 길 (about/location) */
.location {}
.location .location-map {}
.location .location-map .root_daum_roughmap .wrap_controllers {display: none;}
.location .location-map .root_daum_roughmap .map_border {display: none;}
.location .location-map .root_daum_roughmap .cont {display: none;}
.location .location-address {margin: 40px 0 30px;}
.location .location-address .location-address-box {display: flex; justify-content: space-between; align-items: center;}
.location .location-address .location-address-box .location-address-desc {}
.location .location-address .location-address-box .location-address-desc p {font-size: 24px; font-weight: 700; margin-bottom: 20px;}
.location .location-address .location-address-box .location-address-desc span {font-size: 18px; color: #424242;}
.location .location-address .location-address-box .location-address-desc span strong {display: inline-block; width: 50px; font-weight: 600;}
.location .location-address .location-address-box .location-address-bt {}
.location .location-address .location-address-box .location-address-bt a {display: flex; align-items: center; background: #F17EA0; padding: 10px 30px; border-radius: 5px;}
.location .location-address .location-address-box .location-address-bt a img {}
.location .location-address .location-address-box .location-address-bt a p {font-size: 20px; color: #fff; margin-left: 8px;}
.location .location-info {}
.location .location-info ul {padding: 30px 0 0; border-top: 1px solid #e4e4e4;}
.location .location-info ul li {display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px;}
.location .location-info ul li:last-child {margin-bottom: 0;}
.location .location-info ul li .location-info-img {display: flex; justify-content: center; align-items: center; width: 86px; height: 86px; border-radius: 50%; background: #FFE1DD;}
.location .location-info ul li .location-info-img img {}
.location .location-info ul li .location-info-txt {width: calc(100% - 86px - 25px);}
.location .location-info ul li .location-info-txt p {font-size: 18px; font-weight: 600; color: #292929; margin-bottom: 10px;}
.location .location-info ul li .location-info-txt span {color: #424242;}

@media screen and (max-width: 1024px) {
    .location .location-address .location-address-box .location-address-desc p {font-size: 20px; margin-bottom: 10px;}
}

@media screen and (max-width: 768px) {
    .location .location-map .root_daum_roughmap .wrap_map {height: 300px !important;}
    .location .location-address {margin: 30px 0;}
    .location .location-address .location-address-box {justify-content: center; flex-wrap: wrap;}
    .location .location-address .location-address-box .location-address-desc {width: 100%; text-align: center;}
    .location .location-address .location-address-box .location-address-desc span {font-size: 16px;}
    .location .location-address .location-address-box .location-address-bt {margin-top: 15px;}
    .location .location-address .location-address-box .location-address-bt a {padding: 10px 20px;}
    .location .location-address .location-address-box .location-address-bt a img {width: 30px;}
    .location .location-address .location-address-box .location-address-bt a p {font-size: 16px;}
    .location .location-info ul li {justify-content: center; flex-wrap: wrap;}
    .location .location-info ul li .location-info-img {width: 60px; height: 60px; margin-bottom: 15px;}
    .location .location-info ul li .location-info-img img {width: 35px;}
    .location .location-info ul li .location-info-txt {width: 100%; text-align: center;}
    .location .location-info ul li .location-info-txt p {font-size: 16px;}
    .location .location-info ul li .location-info-txt span {font-size: 14px;}
}

/* 학생 상담 및 사례관리 (wee/counsel) */
.counsel {} 
.counsel .counsel-con {}
.counsel .counsel-con .counsel-intro {background: #f7f7f7; border: 2px solid #e4e4e4; border-radius: 10px; margin-bottom: 50px;}
.counsel .counsel-con .counsel-intro p {font-size: 18px; font-weight: 500; color: #333; padding: 30px 40px;}
.counsel .counsel-con .counsel-num {display: flex; align-items: center;}
.counsel .counsel-con .counsel-num span {display: flex; justify-content: center; align-items: center; width: 30px; height: 30px; border-radius: 50%; background: #25237B; color: #fff; font-weight: 600; margin-right: 14px;}
.counsel .counsel-con .counsel-num p {font-size: 20px; font-weight: 700;}
.counsel .counsel-con .counsel-target {display: flex; align-items: center; margin-bottom: 40px;}
.counsel .counsel-con .counsel-target .counsel-target-txt {margin-left: 10px;}
.counsel .counsel-con .counsel-target .counsel-target-txt p {font-size: 20px;}
.counsel .counsel-con .counsel-how {margin-bottom: 40px;}
.counsel .counsel-con .counsel-how .counsel-how-list {margin-top: 30px;}
.counsel .counsel-con .counsel-how .counsel-how-list ul {display: flex; justify-content: space-between;}
.counsel .counsel-con .counsel-how .counsel-how-list ul li {position: relative; width: calc(100% / 3 - 42px); text-align: center; border: 1px solid #25237B; border-radius: 10px;}
.counsel .counsel-con .counsel-how .counsel-how-list ul li::after {content: ''; position: absolute; top: 50%; right: -45px; transform: translateY(-50%); width: 26px; height: 26px; background: url("/assets/site/img/sub/icon-angle-right2.svg") no-repeat center; background-size: cover;}
.counsel .counsel-con .counsel-how .counsel-how-list ul li:last-child::after {content: none;} 
.counsel .counsel-con .counsel-how .counsel-how-list ul li p {font-size: 20px; font-weight: 500; color: #25237B; padding: 20px;}
.counsel .counsel-con .counsel-info {margin-bottom: 40px;}
.counsel .counsel-con .counsel-info .counsel-info-txt {margin-top: 20px; padding-left: 35px;}
.counsel .counsel-con .counsel-info .counsel-info-txt p {position: relative; font-size: 20px;  padding-left: 15px;}
.counsel .counsel-con .counsel-info .counsel-info-txt p::before {content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 4px; height: 4px; border-radius: 50%; background: #d9d9d9;}
.counsel .counsel-con .counsel-process {margin-bottom: 60px;}
.counsel .counsel-con .counsel-process .counsel-process-list {margin-top: 40px;}
.counsel .counsel-con .counsel-process .counsel-process-list img {display: block; width: 100%;}
.counsel .counsel-con .counsel-process .counsel-process-list img:last-child {display: none;}
.counsel .counsel-con .counsel-file {display: flex; justify-content: space-between; margin-bottom: 80px;}
.counsel .counsel-con .counsel-file .counsel-file-box {width: calc(100% / 2 - 30px); background: #25237B; border-radius: 10px;}
.counsel .counsel-con .counsel-file .counsel-file-box a {display: flex; justify-content: center; align-items: center; padding: 20px;}
.counsel .counsel-con .counsel-file .counsel-file-box a img {}
.counsel .counsel-con .counsel-file .counsel-file-box a p {font-size: 20px; font-weight: 500; color: #fff; margin-left: 10px;}
.counsel .counsel-con .counsel-faq {}
.counsel .counsel-con .counsel-faq .counsel-faq-title {margin-bottom: 30px;}
.counsel .counsel-con .counsel-faq .counsel-faq-title p {position: relative; font-size: 26px; font-weight: 700; padding-left: 26px;}
.counsel .counsel-con .counsel-faq .counsel-faq-title p::before {content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 10px; height: 10px; border-radius: 50%; background: #7b81d5;}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1024px) {
    .counsel .counsel-con .counsel-num p {font-size: 18px;}
    .counsel .counsel-con .counsel-intro {margin-bottom: 40px;}
    .counsel .counsel-con .counsel-intro p {padding: 20px 30px;}
    .counsel .counsel-con .counsel-target .counsel-target-txt p {font-size: 18px;}
    .counsel .counsel-con .counsel-how .counsel-how-list {margin-top: 25px;}
    .counsel .counsel-con .counsel-how .counsel-how-list ul {flex-wrap: wrap;}
    .counsel .counsel-con .counsel-how .counsel-how-list ul li {width: 100%; margin-bottom: 50px;}
    .counsel .counsel-con .counsel-how .counsel-how-list ul li:last-child {margin-bottom: 0;}
    .counsel .counsel-con .counsel-how .counsel-how-list ul li::after {top: calc(100% + 24px); transform: translate(0, -50%) rotate(90deg); left: 50%; width: 18px; height: 18px;}
    .counsel .counsel-con .counsel-how .counsel-how-list ul li p {font-size: 16px;}
    .counsel .counsel-con .counsel-how .counsel-how-list ul li p br {display: none;}
    .counsel .counsel-con .counsel-info .counsel-info-txt {padding-left: 0;}
    .counsel .counsel-con .counsel-info .counsel-info-txt p {font-size: 18px;}
    .counsel .counsel-con .counsel-process {margin-bottom: 20px;}
    .counsel .counsel-con .counsel-process .counsel-process-list img {display: none;}
    .counsel .counsel-con .counsel-process .counsel-process-list img:last-child {display: block;}
    .counsel .counsel-con .counsel-file {flex-wrap: wrap;}
    .counsel .counsel-con .counsel-file .counsel-file-box {width: 100%;}
    .counsel .counsel-con .counsel-file .counsel-file-box:last-child {margin-top: 20px;}
    .counsel .counsel-con .counsel-file .counsel-file-box a img {width: 30px;}
    .counsel .counsel-con .counsel-file .counsel-file-box a p {font-size: 16px;}
    .counsel .counsel-con .counsel-faq .counsel-faq-title p {font-size: 24px;}
}

@media screen and (max-width: 768px) {
    .counsel .counsel-con .counsel-intro {text-align: center;}
    .counsel .counsel-con .counsel-intro p {font-size: 16px;}
    .counsel .counsel-con .counsel-num p {font-size: 15px;}
    .counsel .counsel-con .counsel-target .counsel-target-txt p {font-size: 15px;}
    .counsel .counsel-con .counsel-how .counsel-how-list {margin-top: 15px;}
    .counsel .counsel-con .counsel-how .counsel-how-list ul li p {font-size: 15px; padding: 15px;}
    .counsel .counsel-con .counsel-info .counsel-info-txt {margin-top: 15px;}
    .counsel .counsel-con .counsel-info .counsel-info-txt p {font-size: 15px;}
    .counsel .counsel-con .counsel-file {margin-bottom: 40px;}
    .counsel .counsel-con .counsel-file .counsel-file-box a {padding: 15px;}
    .counsel .counsel-con .counsel-faq .counsel-faq-title {margin-bottom: 15px;}
    .counsel .counsel-con .counsel-faq .counsel-faq-title p {font-size: 20px;}
}

/* 정서행동특성검사 (wee/emotion) */
.emotion {} 
.emotion .emotion-con {}
.emotion .emotion-con .emotion-intro {background: #f7f7f7; border: 2px solid #e4e4e4; border-radius: 10px; margin-bottom: 50px;}
.emotion .emotion-con .emotion-intro p {font-size: 18px; font-weight: 500; color: #333; padding: 30px 40px;}
.emotion .emotion-con .emotion-num {display: flex; align-items: center;}
.emotion .emotion-con .emotion-num span {display: flex; justify-content: center; align-items: center; width: 30px; height: 30px; border-radius: 50%; background: #25237B; color: #fff; font-weight: 600; margin-right: 14px;}
.emotion .emotion-con .emotion-num p {font-size: 20px; font-weight: 700;}
.emotion .emotion-con .emotion-num p strong {font-weight: 400; margin-left: 10px;}
.emotion .emotion-con .emotion-target {margin-bottom: 40px;}
.emotion .emotion-con .emotion-target .emotion-target-txt {margin-top: 20px; padding-left: 35px;}
.emotion .emotion-con .emotion-target .emotion-target-txt p {position: relative; font-size: 20px;  padding-left: 15px; margin-bottom: 20px;}
.emotion .emotion-con .emotion-target .emotion-target-txt p:last-child {margin-bottom: 0;}
.emotion .emotion-con .emotion-target .emotion-target-txt p::before {content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 4px; height: 4px; border-radius: 50%; background: #d9d9d9;}
.emotion .emotion-con .emotion-process {margin-bottom: 60px;}
.emotion .emotion-con .emotion-process .emotion-process-list {margin-top: 30px;}
.emotion .emotion-con .emotion-process .emotion-process-list ul {display: flex; justify-content: space-between; align-items: flex-start;}
.emotion .emotion-con .emotion-process .emotion-process-list ul li {position: relative; display: flex; flex-wrap: wrap; justify-content: space-between; width: calc(100% / 3 - 42px);}
.emotion .emotion-con .emotion-process .emotion-process-list ul li::after {content: ''; position: absolute; top: 50%; left: -53.5px; transform: translateY(-50%); width: 44px; height: 18px; background: url("/assets/site/img/sub/emotion-process-deco.png") no-repeat center; background-size: cover;}
.emotion .emotion-con .emotion-process .emotion-process-list ul li:first-child::after {content: none;}
.emotion .emotion-con .emotion-process .emotion-process-list ul li p {width: 100%; margin-bottom: 20px; text-align: center; font-size: 18px; font-weight: 500; color: #fff; padding: 14px 0; background: #3471C0; border-radius: 5px;}
.emotion .emotion-con .emotion-process .emotion-process-list ul li:nth-child(2) p {background: #25237B;}
.emotion .emotion-con .emotion-process .emotion-process-list ul li:nth-child(3) p {background: #1b9d8e;}
.emotion .emotion-con .emotion-process .emotion-process-list ul li span {position: relative; width: calc(100% / 2 - 17.5px); text-align: center; font-size: 18px; font-weight: 500; color: #292929; padding: 14px; background: #f7f7f7; border: 2px dashed #d0d0d0; border-radius: 5px;}
.emotion .emotion-con .emotion-process .emotion-process-list ul li span::after {content: ''; position: absolute; top: 50%; right: -27px; transform: translateY(-50%); width: 16px; height: 20px; background: url("/assets/site/img/sub/support-deco1.png") no-repeat center; background-size: cover;}
.emotion .emotion-con .emotion-process .emotion-process-list ul li span:last-child::after {content: none;}
.emotion .emotion-con .emotion-process .emotion-process-list ul li:last-child span {width: 100%;}
.emotion .emotion-con .emotion-how {}
.emotion .emotion-con .emotion-how .emotion-how-txt {margin-top: 20px; padding-left: 35px;}
.emotion .emotion-con .emotion-how .emotion-how-txt p {position: relative; font-size: 20px;  padding-left: 15px;}
.emotion .emotion-con .emotion-how .emotion-how-txt p::before {content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 4px; height: 4px; border-radius: 50%; background: #d9d9d9;}

@media screen and (max-width: 1024px) {
    .emotion .emotion-con .emotion-num p {font-size: 18px;}
    .emotion .emotion-con .emotion-intro {margin-bottom: 40px;}
    .emotion .emotion-con .emotion-intro p {padding: 20px 30px;}
    .emotion .emotion-con .emotion-target .emotion-target-txt {padding: 0;}
    .emotion .emotion-con .emotion-target .emotion-target-txt p {font-size: 18px; margin-bottom: 12px;}
    .emotion .emotion-con .emotion-how .emotion-how-list {margin-top: 25px;}
    .emotion .emotion-con .emotion-how .emotion-how-list ul {flex-wrap: wrap;}
    .emotion .emotion-con .emotion-how .emotion-how-list ul li {width: 100%; margin-bottom: 50px;}
    .emotion .emotion-con .emotion-how .emotion-how-list ul li:last-child {margin-bottom: 0;}
    .emotion .emotion-con .emotion-how .emotion-how-list ul li::after {top: calc(100% + 24px); transform: translate(0, -50%) rotate(90deg); left: 50%; width: 18px; height: 18px;}
    .emotion .emotion-con .emotion-how .emotion-how-list ul li p {font-size: 16px;}
    .emotion .emotion-con .emotion-how .emotion-how-list ul li p br {display: none;}
    .emotion .emotion-con .emotion-how .emotion-how-txt {padding: 0;}
    .emotion .emotion-con .emotion-how .emotion-how-txt p {font-size: 18px;}
    .emotion .emotion-con .emotion-info .emotion-info-txt {padding-left: 0;}
    .emotion .emotion-con .emotion-info .emotion-info-txt p {font-size: 18px;}
    .emotion .emotion-con .emotion-process {margin-bottom: 40px;}
    .emotion .emotion-con .emotion-process .emotion-process-list ul {flex-wrap: wrap;}
    .emotion .emotion-con .emotion-process .emotion-process-list ul li {width: 100%; margin-bottom: 40px;}
    .emotion .emotion-con .emotion-process .emotion-process-list ul li:last-child {margin-bottom: 0;}
    .emotion .emotion-con .emotion-process .emotion-process-list ul li::after {top: -30px; left: 50%; transform: translateX(-50%) rotate(90deg);}
    .emotion .emotion-con .emotion-file {flex-wrap: wrap;}
    .emotion .emotion-con .emotion-file .emotion-file-box {width: 100%;}
    .emotion .emotion-con .emotion-file .emotion-file-box:last-child {margin-top: 20px;}
    .emotion .emotion-con .emotion-file .emotion-file-box a img {width: 30px;}
    .emotion .emotion-con .emotion-file .emotion-file-box a p {font-size: 16px;}
    .emotion .emotion-con .emotion-faq .emotion-faq-title p {font-size: 24px;}
}

@media screen and (max-width: 768px) {
    .emotion .emotion-con .emotion-intro {text-align: center;}
    .emotion .emotion-con .emotion-intro p {font-size: 16px;}
    .emotion .emotion-con .emotion-num p {font-size: 15px;}
    .emotion .emotion-con .emotion-target .emotion-target-txt {margin-top: 15px;}
    .emotion .emotion-con .emotion-target .emotion-target-txt p {font-size: 15px;}
    .emotion .emotion-con .emotion-how .emotion-how-txt {margin-top: 15px;}
    .emotion .emotion-con .emotion-how .emotion-how-list {margin-top: 15px;}
    .emotion .emotion-con .emotion-how .emotion-how-list ul li p {font-size: 15px; padding: 15px;}
    .emotion .emotion-con .emotion-how .emotion-how-txt p {font-size: 15px;}
    .emotion .emotion-con .emotion-info .emotion-info-txt {margin-top: 15px;}
    .emotion .emotion-con .emotion-info .emotion-info-txt p {font-size: 15px;}
    .emotion .emotion-con .emotion-process .emotion-process-list {margin-top: 15px;}
    .emotion .emotion-con .emotion-process .emotion-process-list ul li {padding: 20px;}
    .emotion .emotion-con .emotion-process .emotion-process-list ul li p {font-size: 15px;}
    .emotion .emotion-con .emotion-process .emotion-process-list ul li span {font-size: 15px;}
    .emotion .emotion-con .emotion-file {margin-bottom: 40px;}
    .emotion .emotion-con .emotion-file .emotion-file-box a {padding: 15px;}
    .emotion .emotion-con .emotion-faq .emotoin-faq-title {margin-bottom: 15px;}
    .emotion .emotion-con .emotion-faq .emotoin-faq-title p {font-size: 20px;}
}

/* 치료비 지원 (wee/support) */
.support {}
.support .support-con {}
.support .support-con .support-title {margin-bottom: 30px;}
.support .support-con .support-title p {position: relative; font-size: 26px; font-weight: 700; padding-left: 26px;}
.support .support-con .support-title p::before {content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 10px; height: 10px; border-radius: 50%; background: #7b81d5;}
.support .support-con .support-intro {background: #f7f7f7; border: 2px solid #e4e4e4; border-radius: 10px; margin-bottom: 50px;}
.support .support-con .support-intro p {font-size: 18px; font-weight: 500; color: #333; padding: 30px 40px;}
.support .support-con .support-num {display: flex; align-items: center;}
.support .support-con .support-num span {display: flex; justify-content: center; align-items: center; width: 30px; height: 30px; border-radius: 50%; background: #25237B; color: #fff; font-weight: 600; margin-right: 14px;}
.support .support-con .support-num p {font-size: 20px; font-weight: 700; white-space: nowrap;}
.support .support-con .support-info {}
.support .support-con .support-info .support-condition {display: flex; align-items: flex-start; margin-bottom: 40px;}
.support .support-con .support-info .support-condition .support-condition-txt {margin-left: 10px;}
.support .support-con .support-info .support-condition .support-condition-txt p {font-size: 20px;}
.support .support-con .support-process {margin-bottom: 60px;}
.support .support-con .support-process .support-process-list {margin-top: 30px;}
.support .support-con .support-process .support-process-list ul {display: flex; justify-content: space-between;}
.support .support-con .support-process .support-process-list ul li {position: relative; display: flex; flex-wrap: wrap; align-content: space-between; width: calc(100% / 5 - 36px); aspect-ratio: 1 / 1;}
.support .support-con .support-process .support-process-list ul li .step {position: relative; width: 100%; height: 100%; border: 2px solid #565DC2; border-radius: 10px; overflow: hidden;}
.support .support-con .support-process .support-process-list ul li .step .num {position: absolute; top: 0; left: 0; background: #565DC2; border-radius: 0 0 10px 0;}
.support .support-con .support-process .support-process-list ul li .step .num span {display: block; font-size: 14px; font-weight: 600; color: #fff; padding: 8px 14px;}
.support .support-con .support-process .support-process-list ul li .step .con {position: absolute; top: 55%; left: 50%; transform: translate(-50%, -50%); text-align: center;}
.support .support-con .support-process .support-process-list ul li .step .con img {height: 50px;}
.support .support-con .support-process .support-process-list ul li .step .con p {margin-top: 16px; white-space: nowrap;}
.support .support-con .support-process .support-process-list ul li .info {position: relative; display: flex; flex-wrap: wrap; align-content: space-between; width: 100%; height: calc(100% / 2 - 7px); border: 1px solid #e4e4e4; border-radius: 7px;}
.support .support-con .support-process .support-process-list ul li .info::before {content: ''; position: absolute; top: 50%; left: -30px; transform: translateY(-50%); width: 16px; height: 20px; background: url("/assets/site/img/sub/support-deco1.png") no-repeat center; background-size: cover;}
.support .support-con .support-process .support-process-list ul li .info::after {content: ''; position: absolute; top: 50%; right: -30px; transform: translateY(-50%); width: 16px; height: 20px; background: url("/assets/site/img/sub/support-deco2.png") no-repeat center; background-size: cover;}
.support .support-con .support-process .support-process-list ul li:nth-child(4) .info::before {content: ''; position: absolute; top: 50%; left: -30px; transform: translateY(-50%); width: 16px; height: 20px; background: url("/assets/site/img/sub/support-deco3.png") no-repeat center; background-size: cover;}
.support .support-con .support-process .support-process-list ul li:nth-child(4) .info::after {content: ''; position: absolute; top: 50%; right: -30px; transform: translateY(-50%); width: 16px; height: 20px; background: url("/assets/site/img/sub/support-deco4.png") no-repeat center; background-size: cover;}
.support .support-con .support-process .support-process-list ul li .info p {display: flex; justify-content: center; align-items: center; width: 100%; height: calc(100% / 2 - 10px); font-size: 15px; font-weight: 500; text-align: center; color: #292929; background: #f7f7f7; border-bottom: 1px solid #e4e4e4;}
.support .support-con .support-process .support-process-list ul li .info span {display: flex; justify-content: center; align-items: center; width: 100%; height: calc(100% / 2 + 10px); font-size: 14px; text-align: center; color: #292929;}
.support .support-con .support-paper {margin-bottom: 80px;}
.support .support-con .support-paper .support-paper-txt {margin-top: 20px;}
.support .support-con .support-paper .support-paper-txt ul {display: flex; justify-content: space-between;}
.support .support-con .support-paper .support-paper-txt ul li {width: calc(100% / 2 - 20px);}
.support .support-con .support-paper .support-paper-txt ul li .support-paper-box {display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; border: 1px solid #e4e4e4;}
.support .support-con .support-paper .support-paper-txt ul li .support-paper-box strong {width: 100%; font-size: 18px; text-align: center; padding: 12px 0; background: #f7f7f7;}
.support .support-con .support-paper .support-paper-txt ul li .support-paper-box p {width: 100%; padding: 12px; border-bottom: 1px solid #e4e4e4;}
.support .support-con .support-paper .support-paper-txt ul li .support-paper-box span {width: 100px; padding: 12px; text-align: center;}
.support .support-con .support-paper .support-paper-txt ul li .support-paper-box span:last-child {width: calc(100% - 100px); border-left: 1px solid #e4e4e4; text-align: left;}
.support .support-con .support-paper .support-paper-txt > p {font-size: 20px; font-weight: 500; color: #cc0000; margin-top: 20px;}
.support .support-con .support-desc {margin-bottom: 80px;}
.support .support-con .support-desc .support-condition {display: flex; align-items: flex-start; margin-bottom: 40px;}
.support .support-con .support-desc .support-condition .support-condition-txt {margin-left: 10px;}
.support .support-con .support-desc .support-condition .support-condition-txt p {font-size: 20px;}
.support .support-con .support-faq {}
.support .support-con .support-faq .support-faq-title {margin-bottom: 30px;}
.support .support-con .support-faq .support-faq-title p {position: relative; font-size: 26px; font-weight: 700; padding-left: 26px;}
.support .support-con .support-faq .support-faq-title p::before {content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 10px; height: 10px; border-radius: 50%; background: #7b81d5;}

@media screen and (max-width: 1280px) {
    .support .support-con .support-process .support-process-list ul {flex-wrap: wrap;}
    .support .support-con .support-process .support-process-list ul li {width: 100%; aspect-ratio: 1 / 0.2; margin-bottom: 30px;}
    .support .support-con .support-process .support-process-list ul li:last-child {margin-bottom: 0;}
    .support .support-con .support-process .support-process-list ul li:nth-child(2) {aspect-ratio: auto;}
    .support .support-con .support-process .support-process-list ul li .step .con p br {display: none;}
    .support .support-con .support-process .support-process-list ul li .info::before {content: none;}
    .support .support-con .support-process .support-process-list ul li .info::after {content: none;}
    .support .support-con .support-process .support-process-list ul li:nth-child(4) .info::before {content: none;}
    .support .support-con .support-process .support-process-list ul li:nth-child(4) .info::after {content: none;}
    .support .support-con .support-process .support-process-list ul li .info {height: auto;}
    .support .support-con .support-process .support-process-list ul li .info p {padding: 15px; height: auto;}
    .support .support-con .support-process .support-process-list ul li .info span {padding: 15px; height: auto;}
}

@media screen and (max-width: 1024px) {
    .support .support-con .support-title {margin-bottom: 25px;}
    .support .support-con .support-title p {font-size: 24px;}
    .support .support-con .support-intro p {padding: 20px 30px;}
    .support .support-con .support-num p {font-size: 18px;}
    .support .support-con .support-info .support-condition .support-condition-txt p {font-size: 18px;}
    .support .support-con .support-process .support-process-list {margin-top: 25px;}
    .support .support-con .support-process .support-process-list ul li {aspect-ratio: 1 / 0.25;}
    .support .support-con .support-paper {margin-bottom: 60px;}
    .support .support-con .support-desc {margin-bottom: 60px;}
    .support .support-con .support-desc .support-condition .support-condition-txt p {font-size: 18px;}
    .support .support-con .support-faq .support-faq-title p {font-size: 24px;}
}

@media screen and (max-width: 768px) {
    .support .support-con .support-title {text-align: center;}
    .support .support-con .support-title p {font-size: 20px; padding-left: 0;}
    .support .support-con .support-title p::before {content: none;}
    .support .support-con .support-intro {text-align: center;}
    .support .support-con .support-intro p {font-size: 16px;}
    .support .support-con .support-num p {font-size: 15px;}
    .support .support-con .support-paper .support-paper-txt ul {flex-wrap: wrap;}
    .support .support-con .support-paper .support-paper-txt ul li {width: 100%; margin-bottom: 20px;}
    .support .support-con .support-paper .support-paper-txt ul li:last-child {margin-bottom: 0;}
    .support .support-con .support-info .support-condition .support-condition-txt p {font-size: 15px; line-height: 30px;}
    .support .support-con .support-process .support-process-list ul li {aspect-ratio: 1 / 0.35;}
    .support .support-con .support-process .support-process-list ul li .step .con img {height: 50px;}
    .support .support-con .support-process .support-process-list ul li .step .con p {font-size: 16px;}
    .support .support-con .support-process .support-process-list ul li .info p {font-size: 16px;}
    .support .support-con .support-process .support-process-list ul li .info span {font-size: 15px;}
    .support .support-con .support-desc .support-condition .support-condition-txt p {font-size: 15px;}
    .support .support-con .support-faq .support-faq-title p {font-size: 20px;}
}

@media screen and (max-width: 640px) {
    .support .support-con .support-paper .support-paper-txt ul li .support-paper-box span {width: 100%; font-weight: 700; background: #f7f7f7;}
    .support .support-con .support-paper .support-paper-txt ul li .support-paper-box span:last-child {width: 100%; font-weight: 400; background: #fff; border-top: 1px solid #e4e4e4;}
    .support .support-con .support-paper .support-paper-txt > p {font-size: 14px;}
}

/* 학생정신건강증진 사례회의 (wee/conference) */
.example {} 
.example .example-con {}
.example .example-con .example-intro {background: #f7f7f7; border: 2px solid #e4e4e4; border-radius: 10px; margin-bottom: 50px;}
.example .example-con .example-intro p {font-size: 18px; font-weight: 500; color: #333; padding: 30px 40px;}
.example .example-con .example-num {display: flex; align-items: center;}
.example .example-con .example-num span {display: flex; justify-content: center; align-items: center; width: 30px; height: 30px; border-radius: 50%; background: #25237B; color: #fff; font-weight: 600; margin-right: 14px;}
.example .example-con .example-num p {font-size: 20px; font-weight: 700;}
.example .example-con .example-num p strong {font-weight: 400;}
.example .example-con .example-target {margin-bottom: 40px;}
.example .example-con .example-how {margin-bottom: 60px;}
.example .example-con .example-how .example-how-txt {margin-top: 20px; padding-left: 35px;}
.example .example-con .example-how .example-how-txt p {position: relative; font-size: 20px;  padding-left: 15px; margin-bottom: 20px;}
.example .example-con .example-how .example-how-txt p:last-child {margin-bottom: 0;}
.example .example-con .example-how .example-how-txt p::before {content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 4px; height: 4px; border-radius: 50%; background: #d9d9d9;}
.example .example-con .example-file {}
.example .example-con .example-file .example-file-box {background: #25237B; border-radius: 10px;}
.example .example-con .example-file .example-file-box a {display: flex; justify-content: center; align-items: center; padding: 20px;}
.example .example-con .example-file .example-file-box a img {}
.example .example-con .example-file .example-file-box a p {font-size: 20px; font-weight: 500; color: #fff; margin-left: 10px;}

@media screen and (max-width: 1024px) {
    .example .example-con .example-intro p {padding: 20px 30px;}
    .example .example-con .example-num p {font-size: 18px;}
    .example .example-con .example-how .example-how-txt p {font-size: 18px;}
    .example .example-con .example-file .example-file-box a img {width: 30px;}
    .example .example-con .example-file .example-file-box a p {font-size: 16px;}
}
@media screen and (max-width: 768px) {
    .example .example-con .example-intro {text-align: center;}
    .example .example-con .example-intro p {font-size: 16px;}
    .example .example-con .example-num p {font-size: 15px;}
    .example .example-con .example-how .example-how-txt {padding-left: 0;}
    .example .example-con .example-how .example-how-txt p {font-size: 15px; margin-bottom: 12px;}
    .example .example-con .example-file .example-file-box a {padding: 15px;}
}

/* 입학안내 (scola/information) */
.scola {}
.scola .scola-con {}
.scola .scola-con .scola-title {margin-bottom: 30px;}
.scola .scola-con .scola-title p {position: relative; font-size: 26px; font-weight: 700; padding-left: 26px;}
.scola .scola-con .scola-title p::before {content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 10px; height: 10px; border-radius: 50%; background: #7b81d5;}
.scola .scola-con .scola-intro {background: #f7f7f7; border: 2px solid #e4e4e4; border-radius: 10px; margin-bottom: 20px;}
.scola .scola-con .scola-intro p {font-size: 18px; font-weight: 500; color: #333; padding: 30px 40px;}
.scola .scola-con .scola-desc {background: #f7f7f7; border: 2px solid #e4e4e4; border-radius: 10px; margin-bottom: 50px;}
.scola .scola-con .scola-desc p {font-size: 18px; font-weight: 500; color: #333; padding: 30px 40px;}
.scola .scola-con .scola-num {display: flex; align-items: center;}
.scola .scola-con .scola-num span {display: flex; justify-content: center; align-items: center; width: 30px; height: 30px; border-radius: 50%; background: #25237B; color: #fff; font-weight: 600; margin-right: 14px;}
.scola .scola-con .scola-num p {font-size: 20px; font-weight: 700;}
.scola .scola-con .scola-target {display: flex; align-items: center; margin-bottom: 40px;}
.scola .scola-con .scola-target .scola-target-txt {margin-left: 10px;}
.scola .scola-con .scola-target .scola-target-txt p {font-size: 20px;}
.scola .scola-con .scola-process {margin-bottom: 70px;}
.scola .scola-con .scola-process .scola-process-list {margin-top: 40px;}
.scola .scola-con .scola-process .scola-process-list img {display: block; width: 100%;}
.scola .scola-con .scola-process .scola-process-list img:last-child {display: none;}
.scola .scola-con .scola-date {margin-bottom: 40px;}
.scola .scola-con .scola-date .scola-date-txt {margin-top: 20px; padding-left: 35px;}
.scola .scola-con .scola-date .scola-date-txt p {position: relative; font-size: 20px;  padding-left: 15px; margin-bottom: 20px;}
.scola .scola-con .scola-date .scola-date-txt p:last-child {margin-bottom: 0;}
.scola .scola-con .scola-date .scola-date-txt p::before {content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 4px; height: 4px; border-radius: 50%; background: #d9d9d9;}
.scola .scola-con .scola-info {margin-bottom: 80px;}
.scola .scola-con .scola-info .scola-info-txt {margin-top: 20px; padding-left: 35px;}
.scola .scola-con .scola-info .scola-info-txt p {position: relative; font-size: 20px;  padding-left: 15px; margin-bottom: 20px;}
.scola .scola-con .scola-info .scola-info-txt p:last-child {margin-bottom: 0;}
.scola .scola-con .scola-info .scola-info-txt p::before {content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 4px; height: 4px; border-radius: 50%; background: #d9d9d9;}
.scola .scola-con .scola-faq {}
.scola .scola-con .scola-faq .scola-faq-title {margin-bottom: 30px;}
.scola .scola-con .scola-faq .scola-faq-title p {position: relative; font-size: 26px; font-weight: 700; padding-left: 26px;}
.scola .scola-con .scola-faq .scola-faq-title p::before {content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 10px; height: 10px; border-radius: 50%; background: #7b81d5;}

@media screen and (max-width: 1024px) {
    .scola .scola-con .scola-title p {font-size: 24px;}
    .scola .scola-con .scola-intro p {padding: 20px 30px;}
    .scola .scola-con .scola-desc p {padding: 20px 30px;}
    .scola .scola-con .scola-num p {font-size: 18px;}
    .scola .scola-con .scola-target .scola-target-txt p {font-size: 18px;}
    .scola .scola-con .scola-date .scola-date-txt p {font-size: 18px; margin-bottom: 15px;}
    .scola .scola-con .scola-info .scola-info-txt p {font-size: 18px; margin-bottom: 15px;}
    .scola .scola-con .scola-faq .scola-faq-title p {font-size: 24px;}
}

@media screen and (max-width: 768px) {
    .scola .scola-con .scola-title {text-align: center;}
    .scola .scola-con .scola-title p {font-size: 20px; padding-left: 0;}
    .scola .scola-con .scola-title p::before {content: none;}
    .scola .scola-con .scola-intro {text-align: center;}
    .scola .scola-con .scola-intro p {font-size: 16px;}
    .scola .scola-con .scola-desc {text-align: center;}
    .scola .scola-con .scola-desc p {font-size: 16px;}
    .scola .scola-con .scola-num p {font-size: 15px;}
    .scola .scola-con .scola-target .scola-target-txt p {font-size: 15px;}
    .scola .scola-con .scola-process {margin-bottom: 40px;}
    .scola .scola-con .scola-process .scola-process-list img {display: none;}
    .scola .scola-con .scola-process .scola-process-list img:last-child {display: block;}
    .scola .scola-con .scola-date .scola-date-txt {padding-left: 0;}
    .scola .scola-con .scola-date .scola-date-txt p {font-size: 15px;}
    .scola .scola-con .scola-info .scola-info-txt {padding-left: 0;}
    .scola .scola-con .scola-info .scola-info-txt p {font-size: 15px;}
    .scola .scola-con .scola-faq .scola-faq-title p {font-size: 20px;}
}

@media screen and (max-width: 425px) {
}

/* 학교방문사업 (school/visit) */
.school {}
.school .school-con {}
.school .school-con .school-title {margin-bottom: 30px;}
.school .school-con .school-title p {position: relative; font-size: 26px; font-weight: 700; padding-left: 26px;}
.school .school-con .school-title p::before {content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 10px; height: 10px; border-radius: 50%; background: #7b81d5;}
.school .school-con .school-intro {background: #f7f7f7; border: 2px solid #e4e4e4; border-radius: 10px; margin-bottom: 50px;}
.school .school-con .school-intro p {font-size: 18px; font-weight: 500; color: #333; padding: 30px 40px;}
.school .school-con .school-desc {background: #f7f7f7; border: 2px solid #e4e4e4; border-radius: 10px; margin-bottom: 50px;}
.school .school-con .school-desc p {font-size: 18px; font-weight: 500; color: #333; padding: 30px 40px;}
.school .school-con .school-num {display: flex; align-items: center;}
.school .school-con .school-num span {display: flex; justify-content: center; align-items: center; width: 30px; height: 30px; border-radius: 50%; background: #25237B; color: #fff; font-weight: 600; margin-right: 14px;}
.school .school-con .school-num p {font-size: 20px; font-weight: 700; white-space: nowrap;}
.school .school-con .school-num p strong {font-weight: 400;}
.school .school-con .school-target {display: flex; align-items: flex-start; margin-bottom: 40px;}
.school .school-con .school-target .school-target-txt {margin-left: 10px;}
.school .school-con .school-target .school-target-txt p {font-size: 20px;}
.school .school-con .school-process {margin-bottom: 70px;}
.school .school-con .school-process .school-process-list {margin-top: 40px;}
.school .school-con .school-process .school-process-list img {display: block; width: 100%;}
.school .school-con .school-process .school-process-list img:last-child {display: none;}
.school .school-con .school-how {margin-bottom: 60px;}
.school .school-con .school-how .school-how-txt {margin-top: 20px; padding-left: 35px;}
.school .school-con .school-how .school-how-txt p {position: relative; font-size: 20px;  padding-left: 15px; margin-bottom: 20px;}
.school .school-con .school-how .school-how-txt p:last-child {margin-bottom: 0;}
.school .school-con .school-how .school-how-txt p::before {content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 4px; height: 4px; border-radius: 50%; background: #d9d9d9;}
.school .school-con .school-file {}
.school .school-con .school-file .school-file-box {background: #25237B; border-radius: 10px;}
.school .school-con .school-file .school-file-box a {display: flex; justify-content: center; align-items: center; padding: 20px;}
.school .school-con .school-file .school-file-box a img {}
.school .school-con .school-file .school-file-box a p {font-size: 20px; font-weight: 500; color: #fff; margin-left: 10px;}

@media screen and (max-width: 1024px) {
    .school .school-con .school-title p {font-size: 24px;}
    .school .school-con .school-intro p {padding: 20px 30px;}
    .school .school-con .school-num p {font-size: 18px;}
    .school .school-con .school-target .school-target-txt p {font-size: 18px;}
    .school .school-con .school-file .school-file-box a img {width: 30px;}
    .school .school-con .school-file .school-file-box a p {font-size: 16px;}
}

@media screen and (max-width: 768px) {
    .school .school-con .school-title {text-align: center;}
    .school .school-con .school-title p {font-size: 20px; padding-left: 0;}
    .school .school-con .school-title p::before {content: none;}
    .school .school-con .school-intro {text-align: center;}
    .school .school-con .school-intro p {font-size: 16px;}
    .school .school-con .school-num p {font-size: 15px;}
    .school .school-con .school-target .school-target-txt p {font-size: 15px; line-height: 30px;}
    .school .school-con .school-process {margin-bottom: 40px;}
    .school .school-con .school-process .school-process-list img {display: none;}
    .school .school-con .school-process .school-process-list img:last-child {display: block;}
    .school .school-con .school-how .school-num {flex-wrap: wrap;}
    .school .school-con .school-how .school-num p {white-space: wrap; margin-top: 12px;}
    .school .school-con .school-file .school-file-box a {padding: 15px;}
}

@media screen and (max-width: 425px) {
}

/* 학교방문사업 (school/consulting) */
.consulting {} 
.consulting .consulting-con {}
.consulting .consulting-con .consulting-title {margin-bottom: 30px;}
.consulting .consulting-con .consulting-title p {position: relative; font-size: 26px; font-weight: 700; padding-left: 26px;}
.consulting .consulting-con .consulting-title p::before {content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 10px; height: 10px; border-radius: 50%; background: #7b81d5;}
.consulting .consulting-con .consulting-intro {background: #f7f7f7; border: 2px solid #e4e4e4; border-radius: 10px; margin-bottom: 50px;}
.consulting .consulting-con .consulting-intro p {font-size: 18px; font-weight: 500; color: #333; padding: 30px 40px;}
.consulting .consulting-con .consulting-num {display: flex; align-items: center;}
.consulting .consulting-con .consulting-num span {display: flex; justify-content: center; align-items: center; width: 30px; height: 30px; border-radius: 50%; background: #25237B; color: #fff; font-weight: 600; margin-right: 14px;}
.consulting .consulting-con .consulting-num p {font-size: 20px; font-weight: 700;}
.consulting .consulting-con .consulting-num p strong {font-weight: 400;}
.consulting .consulting-con .consulting-target {margin-bottom: 40px;}
.consulting .consulting-con .consulting-target .consulting-target-txt {margin-top: 20px; padding-left: 35px;}
.consulting .consulting-con .consulting-target .consulting-target-txt p {position: relative; font-size: 20px;  padding-left: 15px; margin-bottom: 20px;}
.consulting .consulting-con .consulting-target .consulting-target-txt p:last-child {margin-bottom: 0;}
.consulting .consulting-con .consulting-target .consulting-target-txt p::before {content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 4px; height: 4px; border-radius: 50%; background: #d9d9d9;}
.consulting .consulting-con .consulting-how {margin-bottom: 60px;}
.consulting .consulting-con .consulting-file {display: flex; justify-content: space-between; margin-bottom: 80px;}
.consulting .consulting-con .consulting-file .consulting-file-box {width: calc(100% / 2 - 30px); background: #25237B; border-radius: 10px;}
.consulting .consulting-con .consulting-file .consulting-file-box a {display: flex; justify-content: center; align-items: center; padding: 20px;}
.consulting .consulting-con .consulting-file .consulting-file-box a img {}
.consulting .consulting-con .consulting-file .consulting-file-box a p {font-size: 20px; font-weight: 500; color: #fff; margin-left: 10px;}
.consulting .consulting-con .consulting-faq {}
.consulting .consulting-con .consulting-faq .consulting-faq-title {margin-bottom: 30px;}
.consulting .consulting-con .consulting-faq .consulting-faq-title p {position: relative; font-size: 26px; font-weight: 700; padding-left: 26px;}
.consulting .consulting-con .consulting-faq .consulting-faq-title p::before {content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 10px; height: 10px; border-radius: 50%; background: #7b81d5;}

@media screen and (max-width: 1024px) {
    .consulting .consulting-con .consulting-title p {font-size: 24px;}
    .consulting .consulting-con .consulting-intro p {padding: 20px 30px;}
    .consulting .consulting-con .consulting-num p {font-size: 18px;}
    .consulting .consulting-con .consulting-target .consulting-target-txt p {font-size: 18px;}
    .consulting .consulting-con .consulting-file .consulting-file-box a img {width: 30px;}
    .consulting .consulting-con .consulting-file .consulting-file-box a p {font-size: 16px;}
    .consulting .consulting-con .consulting-faq .consulting-faq-title p {font-size: 24px;}
}

@media screen and (max-width: 768px) {
    .consulting .consulting-con .consulting-title {text-align: center;}
    .consulting .consulting-con .consulting-title p {font-size: 20px; padding-left: 0;}
    .consulting .consulting-con .consulting-title p::before {content: none;}
    .consulting .consulting-con .consulting-intro {text-align: center;}
    .consulting .consulting-con .consulting-intro p {font-size: 16px;}
    .consulting .consulting-con .consulting-target .consulting-target-txt {padding-left: 0;}
    .consulting .consulting-con .consulting-num {align-items: flex-start;}
    .consulting .consulting-con .consulting-num p {width: calc(100% - 30px); font-size: 15px; line-height: 30px;}
    .consulting .consulting-con .consulting-target .consulting-target-txt p {font-size: 15px;}
    .consulting .consulting-con .consulting-file {flex-wrap: wrap;}
    .consulting .consulting-con .consulting-file .consulting-file-box {width: 100%;}
    .consulting .consulting-con .consulting-file .consulting-file-box:last-child {margin-top: 15px;}
    .consulting .consulting-con .consulting-file .consulting-file-box a {padding: 15px;}
    .consulting .consulting-con .consulting-faq .consulting-faq-title p {font-size: 20px;}
}