/* COMMON */
.contents {
    padding-top: 150px;
    padding-bottom: 150px;
}
.sub-visual-container {
    overflow: hidden;
    padding: 60px 0;
    height: 260px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-animation: visualFadeIn 0.4s ease-in-out 0.1s forwards;
    animation: visualFadeIn 0.4s ease-in-out 0.1s forwards;
    opacity: 0;
}
.sub-visual-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}
.sub-visual-container .title {
    z-index: 2;
    position: relative;
    line-height: 1;
    text-align: center;
    font-size: 5rem;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: -0.04em;
}
.sub-visual-container .title small {
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
    color: #bcc5df;
    font-weight: 300;
    letter-spacing: 0.2em;
}
.sv1 {
    background: url("/child/img/sub/sv01.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/sv5.jpg") no-repeat center / cover;
}
@-webkit-keyframes visualFadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes visualFadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@media (max-width: 1024px) {
    .sub-visual-container {
        padding: 0 0 45px;
        height: 350px;
    }
    .sub-visual-container .title {
        font-size: 34px;
    }
    .sub-visual-container .title small {
        font-size: 13px;
    }
}
@media (max-width: 768px) {
    .contents {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .sub-visual-container {
        padding: 0;
        height: 180px;
    }
    .sub-visual-container .title {
        font-size: 2.4rem;
    }
    .sub-visual-container .title small {
        margin-bottom: 10px;
        font-size: 11px;
    }
}

/* Sub Tab List */
.sub-tab-container {
    z-index: 2;
    position: relative;
    margin-top: 0px;
    border-bottom: 1px solid #ececec;
}
.sub-tab-lists {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    max-width: 1200px;
    width: 100%;
    /* background: rgba(0, 0, 0, 0.5); */
}
.sub-tab-lists li {
    flex: 1 1;
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}
.sub-tab-lists .link {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 4px;
    height: 60px;
    line-height: 1.4;
    text-align: center;
    font-size: 18px;
    color: #777;
    font-weight: 300;
    background-color: transparent;
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}
.sub-tab-lists li:hover .link {
    color: #4b3124;
    font-weight: 800;
}
.sub-tab-lists .link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #4b3124;
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}
.sub-tab-lists .link span {
    font-family: "Nanum Gothic", sans-serif;
    display: block;
    z-index: 2;
    position: relative;
}
.sub-tab-lists .link--on {
    color: #272728;
    font-weight: 800;
}
.sub-tab-lists .link--on::before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
@media (min-width: 1201px) {
    .sub-tab-lists .link:not(.link--on):hover::before {
        -webkit-transform: scaleY(0.1);
        transform: scaleY(0.1);
    }
}
@media (max-width: 1200px) {
    .sub-tab-container {
        /* margin-top: -50px; */
    }
    .sub-tab-lists .link {
        height: 50px;
        font-size: 16px;
    }
}
@media (max-width: 768px) {
    .sub-tab-container {
        margin-top: 0;
    }
    .sub-tab-lists {
        /* background: rgba(0, 0, 0, 0.9); */
    }
    .sub-tab-lists .link {
        padding: 12px 10px;
        height: 100%;
        line-height: 1.3;
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
}
@media (max-width: 768px) {
}

.notice--section {
    font-family: "Nanum Gothic", sans-serif;
}
.notice-txt {
    font-size: 2.2rem;
    color: #777;
    font-weight: 400;
    text-align: center;
    margin-bottom: 60px;
}

@media (max-width: 768px) {
    .notice-txt {
        font-size: 1.8rem;
        color: #777;
        font-weight: 400;
        text-align: center;
        margin-bottom: 30px;
    }
}

/* Common */
.sub-title__text {
    position: relative;
    font-size: 5rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 200px;
}
.sub-title__text::before {
    content: "";
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translate(-50%, 100%);
    width: 1px;
    height: 80px;
    background-color: #c9c1bd;
}
@media (max-width: 1200px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 768px) {
    .sub-title__text {
        font-size: 2.8rem;
        margin-bottom: 100px;
    }
    .sub-title__text::before {
        bottom: -30px;
        height: 40px;
    }
}

/* Greeting */
.greeting-wrapper {
    background: url("/child/img/sub/greeting-bg.png") no-repeat center / cover;
}
.greeting-container {
    display: flex;
    flex-wrap: wrap;
    margin: -12px;
}
.greeting-content__left {
    flex: 0 0 66.66%;
    width: 66.66%;
    padding: 12px;
}
.greeting-content__right {
    flex: 0 0 33.33%;
    width: 33.33%;
    padding: 12px;
}
.greeting-content__title {
    font-size: 3.2rem;
    font-weight: 400;
    margin-bottom: 24px;
}
.greeting-content__title > span {
    color: #4b3124;
    font-weight: 800;
}
.greeting-content__paragraph > p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 24px;
}
.greeting-content__paragraph > p:last-child {
    margin-bottom: 0;
}
.greeting-content__sign {
    display: block;
    color: #222;
    font-size: 2.2rem;
    font-weight: 800;
    margin-top: 60px;
}
.greeting-content__sign > b {
    color: #4b3124;
}
@media (max-width: 1200px) {
}
@media (max-width: 1024px) {
    .greeting-content__left {
        flex: 0 0 100%;
        width: 100%;
        padding: 12px;
        order: 1;
    }
    .greeting-content__right {
        flex: 0 0 100%;
        width: 100%;
        padding: 12px;
    }
}
@media (max-width: 768px) {
    .greeting-content__title {
        font-size: 2rem;
        margin-bottom: 16px;
    }
    .greeting-content__paragraph > p {
        font-size: 1.4rem;
        margin-bottom: 16px;
    }
    .greeting-content__sign {
        font-size: 1.6rem;
        margin-top: 36px;
    }
}

/* History */
.history-container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 25px;
    border: 1px solid #e1e1e1;
}
.history-content__left {
}
.history-img__wrap {
}
.history-content__left img {
    display: block;
}
.history-content__right {
    padding-left: calc(60px - 25px);
}
.history-item {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 24px;
}
.history-item em {
    margin-right: 4px;
}
.history-item:last-child {
    margin-bottom: 0;
}
.history-item .history-item__date {
    font-family: "Nanum Myeongjo", "Nanum Gothic", serif, sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    margin-right: 8px;
}
@media (max-width: 1024px) {
    .history-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }
    .history-content__right {
        padding-left: 0;
        padding: 20px;
    }
    .history-content__left {
        width: 100%;
        height: 300px;
        overflow: hidden;
    }
    .history-content__left img {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .history-container {
        border: none;
        gap: 30px;
    }
    .history-item .history-item__date {
        display: block;
        margin-bottom: 4px;
    }
    .history-content__left {
        height: 200px;
    }
    .history-content__right {
        padding: 10px;
    }
    .text-indent {
        display: flex;
        /* text-indent: 4px; */
    }
}

/* Location */
.location-wrapper {
    background: url("/child/img/sub/location-bg.png") no-repeat center / cover;
}
.location-title {
    font-size: 2.8rem;
    font-weight: 800;
    color: #665045;
    text-align: center;
    margin-bottom: 60px;
}
.location-title > span {
    vertical-align: middle;
    margin-right: 10px;
}
.map-iframe {
    width: 100%;
    height: 600px;
    border: none;
    outline: none;
}
@media (max-width: 1200px) {
    .history-item {
        margin-bottom: 20px;
    }
}
@media (max-width: 768px) {
    .location-title {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }
    .map-iframe {
        height: 400px;
    }
    .location-title > span > img {
        width: 16px;
    }
    .history-item {
        font-size: 1.4rem;
    }
    .history-item .history-item__date {
        font-size: 1.6rem;
    }
}

.content_box iframe {
    width: 100%;
    height: 350px;
}
