/* COMMON */
.sub-visual {
    height: 360px;
    text-align: center;
}
.sv1 {
    background: url("/child/img/sub/sv1.jpg") no-repeat center / cover;
}
.sv2 {
    background: url("/child/img/sub/sv2.jpg") no-repeat center / cover;
}
.sv3 {
    background: url("/child/img/sub/sv3.jpg") no-repeat center / cover;
}
.sv4 {
    background: url("/child/img/sub/sv4.jpg") no-repeat center / cover;
}
.sv5 {
    background: url("/child/img/sub/sv1.jpg") no-repeat center / cover;
}
.sv6 {
    background: url("/child/img/sub/sv6.jpg") no-repeat center / cover;
}
.sub-visual__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.sub-visual h3 {
    font-size: 46px;
    color: #333333;
    font-weight: 700;
}
.sub-visual p {
    margin-bottom: 13px;
    line-height: 26px;
    font-size: 20px;
    color: #fff;
}
.sub-visual p:last-child {
    margin-bottom: 0;
}
.sub-visual-dark h3 {
    color: #333 !important;
}
h4.contents-title {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 600;
}
.sub-contents section {
    margin-bottom: 100px;
}
.sub-contents section:last-child {
    margin-bottom: 0px;
}
.tab-contents section {
    margin-bottom: 60px;
}
.tab-contents section:last-child {
    margin-bottom: 0px;
}
@media (max-width: 1024px) {
    .sub-visual {
        height: 250px;
    }
    .sub-visual h3 {
        font-size: 30px;
    }
    .sub-visual p {
        font-size: 18px;
    }
    h4.contents-title {
        margin-bottom: 20px;
        font-size: 24px;
        font-weight: 600;
    }
    .sub-contents section {
        margin-bottom: 50px;
    }
    .tab-contents section {
        margin-bottom: 50px;
    }
}
@media (max-width: 768px) {
    .sub-visual {
        height: 120px;
    }
    .sub-visual h3 {
        font-size: 20px;
    }
    .sub-visual p {
        font-size: 16px;
    }
}

/* 약관 */
@media (max-width: 768px) {
    .terms-area * {
        font-size: 13px !important;
    }
}

/* Sub Tab List */
.sub-tab-area {
    z-index: 2;
    position: relative;
    margin-top: -37px;
    width: 100%;
}
.sub-tab-list {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    max-width: 1100px;
    width: 100%;
}
.sub-tab-list li {
    flex: 1 1;
    margin-left: -1px;
    background: #fff;
    border: 1px solid #dddddd;
}
.sub-tab-list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 10px;
    height: 74px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #777777;
    word-break: break-word;
}
.sub-tab-list li a::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    -webkit-transition: all cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;
    transition: all cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transform-origin: center;
    background: #ffbb17;
}
.sub-tab-list li:last-child a::after {
    content: none;
}
.sub-tab-list li a:hover::before,
.sub-tab-list li.on a::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.sub-tab-list li.on a {
    color: #ffbb17;
}
.member-tab-area {
    z-index: 2;
    position: relative;
    margin: -100px auto 0;
    max-width: 1100px;
    width: 100%;
}
.member-tab-area .tab-list > li {
    border: none;
}
@media (min-width: 1025px) {
    .sub-tab-list li a.small {
        font-size: 16px;
    }

    .member-tab-area .tab-list > li a,
    .member-tab-area .tab-list > li button {
        height: 70px;
        font-size: 20px;
    }
}
@media (max-width: 1024px) {
    .sub-tab-area {
        margin-top: 0;
    }
    .sub-tab-list li a {
        height: 50px;
        line-height: 16px;
        font-size: 14px;
    }
    .sub-tab-list li.on a {
        font-size: 14px;
    }
    .member-tab-area {
        margin-top: -39px;
    }
}
@media (max-width: 768px) {
    .sub-tab-list li {
        flex: auto;
        width: 20%;
    }
}
@media (max-width: 550px) {
    .sub-tab-area {
        margin-top: 0;
        padding: 0;
    }
    .sub-tab-list li a,
    .sub-tab-list li.on a {
        font-size: 13px;
    }
    .sub-tab-list li a {
        border-left-color: rgba(255, 255, 255, 0.2);
    }
    .sub-tab-list li {
        flex: auto;
        width: 33.33333%;
        margin-top: -1px;
    }
    .l-5 li {
        width: 33.33333%;
    }
    .l-5 li a {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .l-5 li:last-child a {
        position: relative;
        border-right: none;
    }
    .l-5 li:last-child a:before {
        content: "";
        position: absolute;
        top: 0;
        right: -1px;
        width: 1px;
        height: 100%;
        background: rgba(255, 255, 255, 0.2);
    }
}

/* 인사말 */
.about-wrap {
    position: relative;
}
.about-top__img {
    z-index: 1;
    position: relative;
}
.about-top__since {
    z-index: 2;
    position: absolute;
    top: 30px;
    left: 40px;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #000;
    opacity: 0.15;
}
.about-top__text {
    z-index: 2;
    position: relative;
    margin: -100px 0 0 60px;
    padding: 40px 50px 40px;
    width: 640px;
    line-height: 1.4;
    background: #ffbb17;
    color: #fff;
}
.about-top__text strong {
    font-size: 36px;
    font-weight: 700;
}
.about-top__text strong:after {
    content: "";
    display: block;
    margin: 30px 0 20px;
    width: 26px;
    height: 2px;
    background: #fff;
}
.about-top__text p {
    font-size: 20px;
    font-weight: 300;
}
.about-bottom {
    font-size: 20px;
}
.about-bottom p {
    margin-bottom: 40px;
    font-weight: 300;
    color: #555;
}
.about-bottom span {
    display: block;
    text-align: right;
    font-weight: 700;
}
@media (min-width: 1025px) {
    .about-bottom {
        margin: 50px auto 0;
        width: 940px;
    }
}
@media (max-width: 1024px) {
    .about-top__since {
        top: 10px;
        left: 20px;
        font-size: 30px;
    }
    .about-top__text {
        margin: -50px auto 30px;
        padding: 20px 30px;
        width: 90%;
    }
    .about-top__text strong {
        font-size: 24px;
    }
    .about-top__text strong:after {
        margin: 20px 0 10px;
    }
    .about-top__text p {
        font-size: 18px;
    }
    .about-bottom {
        font-size: 16px;
    }
    .about-bottom p {
        margin-bottom: 20px;
    }
}
@media (max-width: 768px) {
}

/* 기관현황 */
.introduce-wrap ul {
    display: flex;
    margin-bottom: 100px;
    padding: 30px 0;
    background: #fffaed;
    justify-content: center;
}
.introduce-wrap ul li {
    padding: 6px 26px;
    width: 25%;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.07em;
    color: #555;
    border-right: 1px solid #ffbb17;
}
.introduce-wrap ul li:last-child {
    border: none;
}
.introduce-wrap ul li strong {
    display: block;
    margin: 0 auto 12px;
    padding: 4px;
    width: 100px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    background: #ffbb17;
    color: #fff;
    border-radius: 20px;
}

.history__title {
    margin-bottom: 40px;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}
.history-wrap {
    border-top: 3px solid #ffbb17;
}
.history__col {
    padding: 40px 50px;
    border-bottom: 1px solid #ddd;
}
.history__col .year {
    font-size: 30px;
}
.history__contents li {
    display: flex;
    padding: 8px 0;
    line-height: 2;
    font-size: 18px;
    font-weight: 300;
    color: #555;
}
.history__contents li:last-child {
    padding-bottom: 0;
}
.history__contents li .date {
    display: block;
    padding-right: 20px;
    font-weight: 600;
    color: #bbbbbb;
}

.mission-wrap p {
    margin-bottom: 60px;
    font-size: 20px;
    line-height: 1.6;
}
.mission-contents {
    display: flex;
    flex-flow: wrap;
}
.content-box {
    width: 50%;
}
.content-box > div {
    position: relative;
    padding: 30px;
}
.content-box > div:before {
    content: "";
    z-index: 1;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 220px;
    background: #f2f2f2;
}
.box--yellow > div:before {
    background: #ffe4a2;
}
.content-box__title {
    z-index: 3;
    position: relative;
    margin-bottom: 24px;
    padding: 0 10px;
    font-size: 30px;
    font-weight: 200;
}
.content-box__text {
    z-index: 3;
    position: relative;
    padding: 30px;
    background: #fff;
}
.content-box__text ul li {
    position: relative;
    display: flex;
    padding: 5px 0 5px 6px;
    font-size: 18px;
    line-height: 1.7;
}
.content-box__text ul li:before {
    content: "";
    position: absolute;
    display: block;
    top: 19px;
    left: 0;
    width: 2px;
    height: 2px;
    background: #999;
}

@media (min-width: 1025px) {
    .history__col {
        display: flex;
        align-items: flex-start;
    }
    .history__col .year {
        margin-right: 80px;
    }
    .mission-contents {
        margin: 0 -30px;
    }
    .mission-contents .content-box {
        margin: 0 30px;
    }
    .content-box {
        width: 520px;
    }
}
@media (max-width: 1024px) {
    .content-box__title {
        font-size: 26px;
        font-weight: 200;
    }
    .mission-contents {
        margin: 0 -10px;
    }
    .mission-contents .content-box {
        padding: 0 10px;
    }
    .content-box > div {
        padding: 30px 15px;
    }
    .content-box > div:before {
        height: 180px;
    }
    .content-box__text {
        padding: 20px;
    }
    .content-box__text ul li {
        padding: 3px 0 3px 6px;
        font-size: 16px;
        line-height: 1.5;
    }
    .content-box__text ul li:before {
        top: 16px;
    }

    .history__title {
        margin-bottom: 20px;
        font-size: 30px;
    }
    .history__col {
        padding: 20px;
    }
    .history__col .year {
        display: block;
        margin-bottom: 10px;
        font-size: 22px;
    }
    .history__contents li {
        padding: 4px 0;
        font-size: 16px;
        line-height: 1.7;
    }

    .mission-wrap p {
        font-size: 18px;
    }
}
@media (max-width: 768px) {
    .content-box {
        width: 100%;
    }
    .introduce-wrap ul {
        display: block;
        padding: 20px;
        margin-bottom: 50px;
    }
    .introduce-wrap ul li {
        display: flex;
        align-items: center;
        padding: 10 0;
        width: 100%;
        font-size: 16px;
        border-right: none;
    }
    .introduce-wrap ul li strong {
        margin: 0 10px 0 0;
        width: 90px;
        font-size: 16px;
    }
}

/* 관할지역 */
.areas span {
    display: block;
    padding: 14px;
    width: 100%;
    font-size: 20px;
    text-align: center;
    background: #f5f5f5;
}
.areas-map {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -6px;
    padding: 60px;
    border: 6px solid #f5f5f5;
}

@media (max-width: 1024px) {
    .areas span {
        font-size: 18px;
    }
}
@media (max-width: 768px) {
}

/* 조직현황 */
.org .img {
    text-align: center;
}

@media (max-width: 1024px) {
}
@media (max-width: 768px) {
}

/* 오시는길  */
.location-map iframe {
    width: 100%;
    height: 420px;
}
.location-info {
    margin-top: 30px;
}
.location-info > div {
    display: flex;
    font-size: 18px;
}
.location-info .img {
    width: 120px;
}
.location-info__address {
    justify-content: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    font-size: 22px !important;
    font-weight: 500;
}
.location-info__bus {
    margin-top: 50px;
}
.location-info__bus ul {
    padding-bottom: 50px;
    border-bottom: 1px solid #ddd;
}
.location-info__car {
    padding-top: 50px;
}
.info-text {
    flex: 1 1;
    width: 100%;
    padding-left: 60px;
}
.info-text h4 {
    margin-bottom: 20px;
    font-size: 24px;
}
.info-text ul li {
    display: flex;
    line-height: 1.7;
    padding: 2px 0;
    color: #555;
}
.info-text ul li strong {
    display: block;
    min-width: 90px;
    margin-right: 20px;
}

@media (min-width: 1025px) {
}
@media (max-width: 1024px) {
    .location-info > div {
        font-size: 16px;
    }
    .location-info .img {
        width: 90px;
    }
    .info-text {
        padding-left: 30px;
    }
    .info-text h4 {
        margin-bottom: 15px;
        font-size: 20px;
    }
    .info-text ul li {
        text-indent: -12px;
        padding-left: 12px;
    }
}
@media (max-width: 768px) {
    .location-info > div {
        display: block;
    }
    .location-info .img,
    .info-text h4 {
        width: 100%;
        text-align: center;
    }
    .info-text {
        padding-left: 0px;
    }
    .info-text ul li strong {
        min-width: 80px;
        margin-right: 0px;
    }
}

/* 노인학대 정의 및 유형 */
.definition-box {
    padding: 32px;
}
.definition-box p {
    position: relative;
    padding-left: 8px;
    font-size: 20px;
    letter-spacing: -0.06em;
}
.definition-box p:before {
    content: "";
    position: absolute;
    display: block;
    top: 14px;
    left: 0;
    width: 3px;
    height: 3px;
    background: #777;
}
.bg-yellow {
    background: #fffaed;
}
.bg-grey {
    background: #f9f9f9;
}
.abuse-types > div {
    margin-bottom: 30px;
}
.abuse-types > div:last-child {
    margin-bottom: 0;
}
.abuse-types__img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.abuse-types__box {
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.type-title {
    margin-bottom: 16px;
    line-height: 1;
    font-size: 24px;
    font-weight: 600;
}
.type-text {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 500;
    color: #555;
}
.type-list li {
    position: relative;
    padding: 2px 0 2px 6px;
    line-height: 1.5;
    font-size: 16px;
    color: #777;
}
.type-list li:before {
    content: "";
    position: absolute;
    display: block;
    top: 15px;
    left: 0;
    width: 2px;
    height: 2px;
    background: #999;
}

.report-types {
    margin-bottom: 50px;
}
.report-box {
    margin-bottom: 60px;
    padding: 46px;
    background: #fffdf7;
    border: 4px solid #ffe5c7;
}
.report__number {
    display: flex;
    align-items: center;
    justify-content: center;
}
.report__number strong {
    margin-left: 24px;
    font-size: 48px;
    font-weight: 600;
    color: #ff9517;
}
.report__text {
    font-size: 18px;
}
.report__text strong {
    color: #ff9517;
}

.report-types {
    display: flex;
    margin: 0 -15px 50px -15px;
}
.report-types > div {
    flex: 1 1;
    margin: 0 15px;
}
.report-types img {
    z-index: 1;
    position: relative;
}
.report-types__title {
    z-index: 2;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -40px auto 0;
    padding: 15px;
    width: 90%;
    height: 78px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    background: #fff;
}
.report-types__title h5 {
    font-size: 28px;
    font-weight: 600;
    background: #fff;
    line-height: 1.2;
}
.report-types__title span {
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: #999;
}
.report-types__info {
    padding: 20px 30px;
}

.report-app {
    margin-bottom: 50px;
}
.report-app .img {
    line-height: 0;
}

.report-call-list li {
    display: flex;
    justify-content: space-between;
    padding: 4px 0;
    font-size: 20px;
}
.report-site {
    text-align: center;
}
.report-site strong {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    height: 70px;
    font-size: 24px;
    text-align: center;
}
.report-site span {
    display: block;
    padding: 10px 4px;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #555555;
}
.report-address {
    margin-bottom: 30px;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #555;
}
.report-address > span {
    display: block;
    font-size: 18px;
    font-weight: 300;
    color: #777777;
}
.report-off > span {
    display: block;
    text-align: center;
    padding: 10px 0;
    width: 100%;
    color: #999;
}
.report-law {
    padding: 50px 100px 0;
    border-top: 1px solid #ddd;
}
.report-law li {
    padding: 5px 0 5px 30px;
    font-size: 18px;
    font-weight: 500;
    background: url("/child/img/sub/business/definition/check.png") left center no-repeat;
}

.abusecase-chart {
    text-align: center;
}
.abusework-chart {
    text-align: center;
}
.abusework-chart .img {
    text-align: left;
}

@media (min-width: 1025px) {
    .abuse-types__box {
        display: flex;
        flex-flow: wrap;
    }
    .abuse-types__img {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 310px;
    }
    .abuse-types__content {
        flex: 1 1;
        padding-left: 40px;
        border-left: 1px solid #ddd;
    }

    .report-box {
        display: flex;
        flex-flow: wrap;
        align-items: center;
    }
    .report-box > div {
        flex: 1 1;
    }
    .report__text {
        padding-left: 60px;
        border-left: 1px solid #ffbb17;
        text-align: center;
    }
}
@media (max-width: 1024px) {
    .definition-box {
        padding: 20px;
    }
    .definition-box p {
        font-size: 18px;
    }
    .abuse-types__box {
        padding: 30px;
    }
    .abuse-types__img {
        margin-bottom: 30px;
    }
    .type-title {
        margin-bottom: 12px;
        font-size: 22px;
    }
    .type-text {
        margin-bottom: 12px;
        font-size: 18px;
    }
    .report-box {
        padding: 30px;
    }
    .report__text {
        text-align: center;
    }
    .report__number {
        margin-bottom: 20px;
    }
    .report__number .img {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    .report__number strong {
        margin-left: 15px;
        font-size: 32px;
    }

    .report-types {
        flex-flow: wrap;
    }
    .report-types img {
        width: 100%;
    }
    .report-types > div {
        margin-bottom: 20px;
    }
    .report-types__title h5 {
        font-size: 22px;
    }
    .report-types__info {
        padding: 15px 30px;
    }
    .report-call-list li {
        font-size: 18px;
    }
    .report-site strong {
        height: 50px;
        font-size: 20px;
    }
    .report-address {
        font-size: 18px;
    }

    .report-law {
        padding: 30px 10px 0;
    }
    .report-law li {
        padding: 5px 0 5px 22px;
        font-size: 16px;
        background-position: left 0 top 10px;
        background-size: 12px auto;
    }
}
@media (max-width: 768px) {
    .definition-box p {
        text-align: center;
    }
    .definition-box p:before {
        content: none;
    }
    .abuse-types__img {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    .report-types {
        display: block;
        margin: 0;
    }
    .report-app {
        margin-bottom: 30px;
    }
}

/* 홍보사업  */
.promote-wrap p {
    font-size: 18px;
}
.promote-info__box .img {
    display: relative;
}
.promote-info__text h5 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 600;
    padding: 30px;
    border-bottom: 1px solid #ddd;
}
.promote-info__text ul {
    margin-top: 30px;
}
.promote-info__text li {
    position: relative;
    padding: 2px 0 2px 6px;
    line-height: 1.5;
    font-size: 18px;
}
.promote-info__text li:before {
    content: "";
    position: absolute;
    display: block;
    top: 15px;
    left: 0;
    width: 2px;
    height: 2px;
    background: #999;
}
.promote-info__text {
    z-index: 2;
    position: relative;
    margin: -60px auto 0;
    padding: 0 10px;
    width: 95%;
    background: #fff;
}

@media (min-width: 1025px) {
    .promote-info {
        display: flex;
        margin: 0 -30px;
    }
    .promote-info__box {
        margin: 0 30px;
    }
}
@media (max-width: 1024px) {
    .promote-wrap p {
        font-size: 16px;
    }
    .promote-info__box {
        margin-bottom: 50px;
    }
    .promote-info__box img {
        width: 100%;
    }
    .promote-info__text {
        margin: -40px auto 0;
    }
    .promote-info__text h5 {
        padding: 16px;
        font-size: 20px;
    }
    .promote-info__text ul {
        margin-top: 20px;
    }
    .promote-info__text li {
        font-size: 16px;
    }
}
@media (max-width: 768px) {
}

/* 교육사업 */
.education-wrap p {
    font-size: 18px;
}
.education-list ul {
    border-top: 2px solid #ffbb17;
}
.education-list li {
    position: relative;
    padding: 12px 20px 12px 18px;
    line-height: 1.5;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
}
.education-list li:before {
    content: "";
    position: absolute;
    display: block;
    top: 24px;
    left: 10px;
    width: 2px;
    height: 2px;
    background: #999;
}
.business-info-wrap {
    padding: 50px;
}
.business-info-wrap .img {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.business-info-wrap h5 {
    margin-bottom: 60px;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
}
.business-info-wrap h5 span {
    font-weight: 200;
}
.business-info-wrap > p {
    position: relative;
    margin-bottom: 60px;
    font-size: 20px;
    color: #555;
    text-align: center;
}
.business-info-wrap > p::before {
    content: "";
    position: absolute;
    display: block;
    top: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 40px;
    height: 2px;
    background: #000;
}
.business-info-wrap.bg-yellow {
    margin-bottom: 60px;
}
.business-info__content {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    margin: 0 -15px;
    font-size: 18px;
}
.business-info__content > div:last-child {
    margin-bottom: 0;
}
.business-info__box {
    flex: 1 1;
    overflow: hidden;
    min-width: 485px;
    max-width: 485px;
    margin: 0 15px;
}
.business-info__title {
    padding: 20px;
    line-height: 1;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    border-top: 2px solid #333;
}
.business-info__title.line-yellow {
    border-color: #ffbb17;
}
.business-info__text {
    padding: 40px;
    height: 100%;
    background: #fff;
}
.business-info__text strong {
    display: block;
    margin-top: 24px;
    font-size: 20px;
    font-weight: 600;
}
.business-info__text strong:first-child {
    margin-top: 0px;
}
.business-info__text > p {
    font-size: 18px;
    color: #555;
}
.business-info__box li {
    position: relative;
    padding: 4px 0 4px 6px;
    line-height: 1.5;
    color: #555;
}
.business-info__box li:before {
    content: "";
    position: absolute;
    display: block;
    top: 15px;
    left: 0;
    width: 2px;
    height: 2px;
    background: #999;
}
.box--margin {
    margin-bottom: 50px;
}
.box--full {
    flex: auto;
    width: 100%;
    margin-bottom: 50px;
}

@media (min-width: 1025px) {
    .education-list {
        display: flex;
        margin: 0 -25px;
    }
    .education-list ul {
        flex: 1 1;
        margin: 0 25px;
        border-top: 2px solid #ffbb17;
    }
}
@media (max-width: 1024px) {
    .education-wrap p {
        font-size: 16px;
    }
    .education-list > ul:last-child {
        border-top: none;
    }
    .education-list li {
        font-size: 16px;
    }

    .business-info-wrap.bg-yellow {
        margin-bottom: 30px;
    }
    .business-info-wrap h5 {
        margin-bottom: 30px;
        font-size: 24px;
    }
    .business-info-wrap > p {
        margin-bottom: 30px;
        font-size: 18px;
    }
    .business-info-wrap > p::before {
        top: -15px;
    }
    .business-info__box li {
        padding: 2px 0 2px 6px;
    }
    .business-info__content > div {
        margin-bottom: 20px;
    }
    .business-info__content > div:nth-child(3),
    .business-info__content > div:nth-child(4) {
        margin-top: 0;
    }
    .business-info__title {
        padding: 14px;
        font-size: 20px;
    }
    .business-info__content {
        font-size: 16px;
    }
    .business-info__text strong {
        margin-top: 12px;
        font-size: 18px;
    }
    .business-info__text > p {
        font-size: 16px;
    }
}
@media (max-width: 768px) {
    .business-info-wrap {
        padding: 30px;
    }
    .business-info__content {
        flex-flow: wrap;
    }
    .business-info__box {
        min-width: auto;
        flex: auto;
        width: 100%;
    }
    .business-info__text {
        padding: 20px;
        height: auto;
    }
}

/* 참여마당  */
.apply-top__text {
    padding-bottom: 50px;
    margin-bottom: 50px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}
.apply-top__text p {
    margin-bottom: 30px;
    font-size: 36px;
    font-weight: 200;
}
.apply-top__text span {
    font-size: 20px;
    font-weight: 200;
    color: #999999;
}
.donation-info-wrap {
    margin-top: 30px;
    padding: 40px;
    border: 4px solid #ffe199;
}
.donation-info {
    line-height: 1.3;
}
.donation-info ul li:first-child {
    margin-bottom: 10px;
}
.donation-info ul li:first-child .donation-info__content {
    padding-top: 10px;
}
.donation-info__title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    width: 110px;
    height: 40px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: #ffbb17;
    border-radius: 20px;
}
.donation-info__content {
    text-align: left;
    font-size: 18px;
    font-weight: 600;
}
.donation-info__content span {
    font-size: 16px;
    font-weight: 400;
    color: #777;
}
.donation-info__content strong {
    padding-left: 15px;
    font-size: 28px;
    line-height: 1;
}
.donation-info__text {
    padding-left: 40px;
    text-align: left;
    font-size: 16px;
    color: #555;
    border-left: 1px solid #ffbb17;
}
.donation-info__text li {
    position: relative;
    padding-left: 6px;
    line-height: 1.5;
    color: #555;
}
.donation-info__text li:before {
    content: "";
    position: absolute;
    display: block;
    top: 15px;
    left: 0;
    width: 2px;
    height: 2px;
    background: #999;
}
.donation-form2,
.donation-form3 {
    display: none;
}
.apply-top__info {
    padding: 30px;
    font-size: 18px;
    font-weight: 300;
}
.experience-info-wrap {
    border-top: 3px solid #6687eb;
    margin-bottom: 30px;
}
.experience-info-wrap > li {
    padding: 30px 0;
    font-size: 18px;
    line-height: 1.7;
    color: #555;
    border-bottom: 1px solid #ddd;
}
.experience-info__title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
}
.experience-composition li {
    display: flex;
    padding: 2px 0;
}
.experience-composition li strong {
    display: inline-block;
    width: 130px;
    color: #333;
}
.experience-caution li {
    text-indent: -20px;
    padding-left: 20px;
}
.experience-info-bottom {
    margin-bottom: 50px;
}
.experience-info-bottom li {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.7;
}

.apply-form .basic-info {
    margin-bottom: 50px;
}
.formmail-table .select-time select {
    max-width: 90px;
}
.form-bottom-text {
    margin: 30px 0 50px;
    padding: 40px 0 0;
    text-align: center;
    font-size: 20px;
    font-weight: 200;
    color: #999;
    border-top: 1px solid #ddd;
}

@media (min-width: 1025px) {
    .donation-info-wrap {
        display: flex;
    }
    .donation-info-wrap ul li {
        display: flex;
        align-items: center;
    }
    .donation-info {
        flex: 1 1;
        line-height: 1.3;
    }
    .experience-info-wrap > li {
        display: flex;
        align-items: flex-start;
    }
    .experience-info__title {
        width: 290px;
        padding-left: 45px;
    }
}
@media (max-width: 1024px) {
    .apply-top__text {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .apply-top__text p {
        margin-bottom: 20px;
        font-size: 22px;
    }
    .apply-top__info {
        padding: 20px;
        font-size: 16px;
    }
    .apply-top__text span {
        font-size: 16px;
    }
    .donation-info-wrap {
        margin-top: 20px;
        padding: 20px;
    }
    .donation-info-wrap > div:first-child li {
        padding: 10px 0 20px;
        border-bottom: 1px solid #ffbb17;
        line-height: 1.7;
    }
    .donation-info__title {
        margin: auto;
        width: 80px;
        font-size: 16px;
    }
    .donation-info__content {
        font-size: 16px;
        text-align: center;
    }
    .donation-info__content strong {
        padding-left: 0;
        font-size: 20px;
    }
    .donation-info__content span {
        display: block;
    }
    .donation-info__text {
        margin-top: 20px;
        padding-left: 0;
        border-left: none;
    }

    .experience-info-wrap {
        margin-bottom: 10px;
    }
    .experience-info-wrap > li {
        padding: 20px 10px;
        font-size: 16px;
    }
    .experience-info__title {
        font-size: 18px;
        font-weight: 600;
    }
    .experience-info-bottom li {
        font-size: 16px;
    }
    .experience-composition li strong {
        width: 110px;
    }
    .experience-composition li span {
        flex: 1 1;
    }

    .form-bottom-text {
        font-size: 16px;
    }
}
@media (max-width: 768px) {
    .formmail-table .select-time select {
        max-width: 70px;
    }
}

/* 캘린더 */
.ui-datepicker {
    background: #fff;
    padding: 10px;
    border-top: 3px solid #6687eb;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}
.ui-datepicker-header {
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 0 20px;
}
.ui-datepicker-title {
    margin: auto;
}
.ui-datepicker-prev {
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    left: 5px;
    text-indent: -99999px;
    background: url("/child/img/icon/datepicker-prev.gif") center no-repeat;
}
.ui-datepicker-next {
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    right: 5px;
    text-indent: -99999px;
    background: url("/child/img/icon/datepicker-next.gif") center no-repeat;
}
.ui-datepicker-calendar {
    margin: 0 auto;
}
.ui-datepicker-calendar th {
    color: #aaa;
    font-weight: 500;
}
.ui-datepicker-calendar td {
    text-align: center;
}
.ui-datepicker-calendar td a {
    display: block;
    padding: 8px 12px;
}
.ui-datepicker-calendar td a:hover {
    color: #6687eb;
    background: rgba(102, 135, 235, 0.1);
}

@media (max-width: 1024px) {
}
@media (max-width: 768px) {
}

/* 법인소개 */
.corporation-content + .corporation-content {
    margin-top: 40px;
}
.corporation-content .corporation-content__title {
    margin-bottom: 10px;
}
@media (max-width: 1024px) {
    .corporation-content .corporation-content__title.mobile-center {
        text-align: center;
        font-size: 40px;
        margin-bottom: 20px;
    }
}
@media (max-width: 768px) {
    .corporation-content .corporation-content__title.mobile-center {
        font-size: 20px;
        margin-bottom: 10px;
    }
}
.corporation-head {
    background-color: #f9f9f9 !important;
    text-align: center;
}
.corporation-head .v-card__title {
    padding: 30px 24px 24px;
}
.corporation-head .v-card__text {
    padding: 0 24px 30px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    color: #333 !important;
}
@media (max-width: 768px) {
    .corporation-head .v-card__text {
        font-size: 14px;
        line-height: 1.5;
    }
}
.corporation-head__image {
    max-width: 80px !important;
    margin: 0 auto;
}
.corporation-table {
    width: 100%;
    border-top: 3px solid #6687eb;
    line-height: 1;
    font-size: 18px;
}
.corporation-table > tbody > tr {
    border-bottom: 1px solid #ddd;
}
.corporation-table > tbody > tr > th {
    padding: 16px 45px;
    text-align: start;
    width: 290px;
    font-weight: 400;
}
@media (max-width: 1024px) {
    .corporation-table {
        line-height: 1.35;
        font-size: 16px;
    }
    .corporation-table > tbody > tr > th {
        padding: 16px;
        width: 120px;
    }
}

.philosophy-list {
    display: flex;
    justify-content: center;
    gap: 16px;
}
@media (max-width: 1024px) {
    .philosophy-list {
        display: grid;
        place-items: center;
        gap: 26px;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 768px) {
    .philosophy-list {
        gap: 12px;
    }
}
.philosophy-list > li {
    width: 100%;
    max-width: 300px;
    aspect-ratio: 1;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    border-color: currentColor;
    text-align: center;
    padding: 16px;
}
@media (max-width: 1024px) {
    .philosophy-list > li {
        max-width: initial;
        border-width: 3px;
        padding: 26px;
    }
    .philosophy-list > li:first-child {
        grid-column: span 2;
        width: calc(50% - 13px);
        margin-bottom: -52px;
    }
}
@media (max-width: 768px) {
    .philosophy-list > li {
        border-width: 2px;
        padding: 12px;
    }
    .philosophy-list > li:first-child {
        margin-bottom: -24px;
    }
}
.philosophy-list > li > .li-inner {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f9f9f9;
}
.philosophy-list .philosophy-list__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.35;
}
@media (max-width: 1024px) {
    .philosophy-list .philosophy-list__title {
        font-size: 36px;
    }
}
@media (max-width: 768px) {
    .philosophy-list .philosophy-list__title {
        font-size: 18px;
    }
}
@media (max-width: 400px) {
    .philosophy-list .philosophy-list__title {
        font-size: 16px;
    }
}
.philosophy-list .philosophy-list__text {
    font-size: 18px;
    line-height: 1.5;
    color: #111;
    margin-top: 24px;
}
@media (max-width: 1024px) {
    .philosophy-list .philosophy-list__text {
        font-size: 28px;
        margin-top: 6px;
    }
}
@media (max-width: 768px) {
    .philosophy-list .philosophy-list__text {
        font-size: 14px;
        margin-top: 3px;
    }
}
@media (max-width: 400px) {
    .philosophy-list .philosophy-list__text {
        font-size: 12px;
    }
}
.philosophy-list > li.mission {
    color: #9bca52;
}
.philosophy-list > li.vision {
    color: #62bde7;
}
.philosophy-list > li.slogan {
    color: #f39938;
}

.corporation-values {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    padding: 24px;
    background-color: #f9f9f9;
    border-radius: 999px;
    margin-top: 40px;
}
@media (max-width: 1024px) {
    .corporation-values {
        display: block;
        text-align: center;
        border-radius: 32px;
        padding: 48px 54px;
        margin-top: 80px;
    }
}
@media (max-width: 768px) {
    .corporation-values {
        border-radius: 16px;
        padding: 24px 27px;
    }
}
.corporation-values__title {
    color: #111;
    line-height: 1.35;
    font-size: 24px;
}
@media (max-width: 1024px) {
    .corporation-values__title {
        font-size: 40px;
        margin-bottom: 24px;
    }
}
@media (max-width: 768px) {
    .corporation-values__title {
        font-size: 20px;
        margin-bottom: 12px;
    }
}
.values-list {
    display: flex;
    justify-content: center;
    gap: 24px;
}
@media (max-width: 1024px) {
    .values-list {
        gap: 16px;
    }
}
@media (max-width: 768px) {
    .values-list {
        gap: 8px;
    }
}
.values-list > li {
    border-radius: 50%;
    width: 100px;
    aspect-ratio: 1;
    text-align: center;
    display: grid;
    place-content: center;
    color: #fff;
    line-height: 1.5;
    font-weight: 700;
    font-size: 18px;
}
@media (max-width: 1024px) {
    .values-list > li {
        width: 100%;
        font-size: 28px;
    }
}
@media (max-width: 768px) {
    .values-list > li {
        max-width: 120px;
        font-size: 14px;
    }
}
.values-list > li > .v-image {
    max-width: 40px;
    margin: 0 auto;
}
@media (max-width: 1024px) {
    .values-list > li > .v-image {
        max-width: 72px;
    }
}
@media (max-width: 768px) {
    .values-list > li > .v-image {
        max-width: 36px;
    }
}
.values-list > li:nth-child(1) {
    background-color: #9bca52;
}
.values-list > li:nth-child(2) {
    background-color: #62bde7;
}
.values-list > li:nth-child(3) {
    background-color: #f39938;
}

.strategies-head {
    background-color: #ffbb17;
    color: #fff;
    border-radius: 999px;
    padding: 8px;
    text-align: center;
    line-height: 1.35;
    font-weight: 700;
    font-size: 24px;
}
@media (max-width: 1024px) {
    .strategies-head {
        font-size: 40px;
        padding: 16px;
    }
}
@media (max-width: 768px) {
    .strategies-head {
        font-size: 20px;
        padding: 8px;
    }
}
.strategies-list {
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
    text-align: center;
    margin: -12px;
}
@media (max-width: 1024px) {
    .strategies-list {
        padding-top: 48px;
        margin: -40px -8px;
    }
}
@media (max-width: 768px) {
    .strategies-list {
        padding-top: 24px;
        margin: -20px -4px;
    }
}
.strategies-list__head {
    color: #444;
    border: 1px solid #6687eb;
    border-radius: 16px;
    height: 84px;
    display: grid;
    place-content: center;
    line-height: 1.5;
    font-weight: 500;
    font-size: 20px;
}
@media (max-width: 1024px) {
    .strategies-list__head {
        height: 144px;
        border-radius: 32px;
        font-size: 32px;
    }
}
@media (max-width: 768px) {
    .strategies-list__head {
        height: 72px;
        border-radius: 16px;
        font-size: 16px;
    }
}
.strategies-list > li {
    padding: 12px;
    flex-basis: 25%;
}
@media (max-width: 1024px) {
    .strategies-list > li {
        padding: 40px 8px;
        flex-basis: 50%;
    }
}
@media (max-width: 768px) {
    .strategies-list > li {
        padding: 20px 4px;
    }
}
.strategies-list__children {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
    gap: 10px;
}
@media (max-width: 1024px) {
    .strategies-list__children {
        margin-top: 32px;
        gap: 20px;
    }
}
@media (max-width: 768px) {
    .strategies-list__children {
        margin-top: 16px;
        gap: 10px;
    }
}
.strategies-list__children::before {
    content: "";
    width: 100%;
    height: 40px;
    background: url(/child/img/sub/corporation/strategy-arrow.svg) no-repeat center / contain;
    margin-bottom: 14px;
}
@media (max-width: 1024px) {
    .strategies-list__children::before {
        height: 80px;
        margin-bottom: 12px;
    }
}
@media (max-width: 768px) {
    .strategies-list__children::before {
        height: 40px;
        margin-bottom: 6px;
    }
}
.strategies-list__children > li {
    border-radius: 4px;
    height: 78px;
    background-color: #f7f7f7;
    color: #111;
    display: grid;
    place-content: center;
    font-size: 18px;
    line-height: 1.5;
}
@media (max-width: 1024px) {
    .strategies-list__children > li {
        height: 156px;
        font-size: 28px;
    }
}
@media (max-width: 768px) {
    .strategies-list__children > li {
        height: 78px;
        font-size: 14px;
    }
}
