@charset "utf-8";

/*-------------------------------------------------------------------
    파일정의 : 컨텐츠 스타일
-------------------------------------------------------------------*/

/*-------------------------------------------------------------------
    @공통
-------------------------------------------------------------------*/
.sub{}

/* 서브 비쥬얼 */
.sub-visual{}

.sub-visual.bg01{}

.sub-visual .tit-visual{}

.sub-visual .txt-visual{}

/* location */
.loc{  }
.loc ul{}
.loc ul li{}
.loc ul li + li{}
.loc ul li a{}
.loc ul li:first-of-type a{}
.loc ul li:last-of-type a{}

/*-------------------------------------------------------------------
    @메뉴명
-------------------------------------------------------------------*/
/* 검색결과 */
.search .search-area {
    background-color: var(--color-primary-lighten1);
    padding: 4.8rem 0;
}
.search .search-area .container {
    max-width: 66.5rem;
    margin: 0 auto;
}
.search .search-area .title {
    font-size: 1.6rem;
    line-height: 1.6875;
    font-weight: 700;
    color: var(--color-primary)
}
.search .search-area .word-area {
    margin-top: 2.5rem;
    height: 5rem;
    border: 0.1rem solid var(--color-primary);
    background-color: #ffffff;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
}
.search .search-area .word-area input[type="text"] {
    flex: 1 0;
    background: none;
    border: 0;
}
.search .search-area .word-area .btn-search {
    flex: none;
}
.search .search-area .text-result {
    font-size: 2rem;
    color: #828282;
    margin-top: 2.5rem;
    line-height: 1.35;
}
.search .search-area .text-result span {
    font-weight: 700;
    border-bottom: 0.1rem solid #828282;
}
.search .result-area {
    padding: 5rem 0 21.5rem
}
.search .result-area .container {
    max-width: 66.5rem;
    margin: 0 auto;
}
.search .result-area .result-list {
    border-top: 0.1rem solid var(--color-primary);
    border-bottom: 0.1rem solid var(--color-primary)
}
.search .result-area .result-list ul li + li {
    border-top: 0.1rem solid var(--color-primary)
}
.search .result-area .result-list ul li a {
    display: block;
    padding: 1rem 2rem;
}
.search .result-area .result-list ul li a .title {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 700;
}
.search .result-area .result-list ul li a .page-area {
    margin-top: 0.5rem;
    padding-left: 2.8rem;
    background: url('../img/icon/ic_arr_page.svg') no-repeat left center/1.8rem;
    display: flex;
    gap: 0 1.5rem;
    flex-wrap: wrap;
}
.search .result-area .result-list ul li a .page-area p {
    position: relative;
    font-size: 1.4rem;
    line-height: 1.715;
    flex: none;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 1.5rem;
    color: #828282;
}
.search .result-area .result-list ul li a .page-area p::after {
    content: "";
    width: 0.1rem;
    height: 1.4rem;
    background-color: #828282;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.search .result-area .result-list ul li a .page-area p:last-child {
    padding-right: 0;
}
.search .result-area .result-list ul li a .page-area p:last-child::after {
    display: none;
}
.search .result-area .btn-more {
    margin: 5rem auto 0;
}

/* 인사말 */
.greeting {
    padding-top: 7rem;
    padding-bottom: 19rem;
}
.greeting .container {
    max-width: 62.5rem;
    margin: 0 auto;
}
.greeting .title {
    text-align: center;
    font-size: 2rem;
    line-height: 1.55;
    font-weight: 700;
}
.greeting img {
    margin: 6.5rem auto 0;
}
.greeting .text-greeting {
    margin-top: 6.5rem;
    text-align: center;
    font-size: 2.8rem;
    letter-spacing: -0.03em;
    line-height: 1.572;
    font-weight: 700;
}
.greeting .text {
    margin-top: 6.5rem;
    font-size: 1.6rem;
    letter-spacing: -0.03em;
    line-height: 1.6875;
}
.greeting .text-sign {
    font-size: 1.6rem;
    letter-spacing: -0.03em;
    line-height: 1.6875;
    font-weight: 700;
}
.greeting .text-sign .name {
    font-size: 2.4rem;
    letter-spacing: -0.03em;
    line-height: 1.125;
    font-weight: 400;
}

/* 연혁 화보 */
.history .visual {
    padding-top: 5.8rem;
    padding-bottom: 6.2rem;
}
.history .visual .title-visual {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.35;
    color: var(--color-primary);
}
.history .visual .text-visual {
    margin-top: 2.4rem;
    text-align: center;
    font-size: 2rem;
    line-height: 1.55;
}
.history .headline {
    background: url('../img/sub/bg_history_headline.png') no-repeat center;
    background-size: cover;
    padding: 1rem 0 2rem;
}
.history .headline .text-year {
    text-align: center;
    color: #FFFFFF;
    font-size: 2.4rem;
    line-height: 2;
    font-weight: 700;
}
.history .headline .title {
    text-align: center;
    color: #FFFFFF;
    font-size: 3.6rem;
    line-height: 1.334;
    font-weight: 700;
    letter-spacing: -0.02em;
}
.history .visual + .page-wrap .timeline {
    margin-top: 12.8rem
}
.history .visual + .page-wrap .timeline .inner {
    padding-top: 0;
}
.history .timeline .inner {
    max-width: 87.5rem;
    padding: 12.8rem var(--container-gutter-x);
    position: relative;
    margin: 0 auto;
}
.history .timeline .inner ul li {
    display: flex;
    align-items: flex-start;
    gap: 3rem 7.5rem;
}
.history .timeline .inner ul li + li {
    margin-top: 10rem;
}
.history .timeline .inner ul li:nth-of-type(even) {
    flex-direction: row-reverse;
}
.history .timeline .inner ul li .img-area {
    min-width: 0;
    flex: 1 0;
    padding-top: 30.896%;
    position: relative;
}
.history .timeline .inner ul li .img-area img {
    position: absolute;
    top: 0;
    right: 0;
    object-fit: contain;
}
.history .timeline .inner ul li .img-area:nth-of-type(even) img {
    left: 0;
}
.history .timeline .inner ul li .txt-area {
    min-width: 0;
    flex: 1 0;
}
.history .timeline .inner ul li .txt-area .date {
    line-height: 1.35;
    font-size: 2rem;
    font-weight: 700;
    color: #c7c7c7;
    transition: var(--transition);
    letter-spacing: -0.03em;
}
.history .timeline .inner ul li .txt-area .title {
    font-weight: 700;
    line-height: 1.35;
    color: #000000;
    font-size: 2rem;
    word-break: keep-all;
}
.history .timeline .inner ul li .txt-area .title span {

}
.history .timeline .inner ul li .txt-area .title + .text {
    margin-top: 2rem;
}
.history .timeline .inner ul li .txt-area .text {
    font-size: 1.6rem;
    line-height: 1.6875;
    letter-spacing: -0.03em;
    color: #000000;
    word-break: keep-all;
    transition: var(--transition);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 8.1rem;
}
.history .timeline .inner ul li .txt-area .text.on {
    display: block;
    -webkit-line-clamp: unset;
    overflow: visible;
    max-height: none;
    transition: var(--transition);
}
.history .timeline .inner ul li .txt-area .btn-toggle {
    width: 4rem;
    height: 4rem;
    border: 1px solid #898989;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 2rem;
    margin-top: 1.5rem;
    transition: var(--transition);
    position: relative;
}
.history .timeline .inner ul li .txt-area .btn-toggle::before,
.history .timeline .inner ul li .txt-area .btn-toggle::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #222222;
    transform: translate(-50%, -50%);
    transition: var(--transition);
}
.history .timeline .inner ul li .txt-area .btn-toggle::before {
    width: 2rem;
    height: 0.2rem;
}
.history .timeline .inner ul li .txt-area .btn-toggle::after {
    width: 0.2rem;
    height: 2rem;
}
.history .timeline .inner ul li .txt-area .btn-toggle:hover {
    background-color: #222222;
    border-color: #222222;
}
.history .timeline .inner ul li .txt-area .btn-toggle:hover::before,
.history .timeline .inner ul li .txt-area .btn-toggle:hover::after {
    background-color: #FFFFFF;
}
.history .timeline .inner ul li .txt-area .btn-toggle.close {
    background-color: #222222;
    border-color: #222222;
    transition: var(--transition);
}.history .timeline .inner ul li .txt-area .btn-toggle.close::before {
    opacity: 0;
}
.history .timeline .inner ul li .txt-area .btn-toggle.close::before,
.history .timeline .inner ul li .txt-area .btn-toggle.close::after {
    transform: translate(-50%, -50%) rotate(90deg);
    transition: var(--transition);
    background-color: #FFFFFF;
}
.history .timeline .inner ul li.aos-animate .date {color: #0B7EC6;}
.history .timeline .inner .line {
    position: absolute;
    left: 50%;
    top: 0;
    width: 0.3rem;
    height: 100%;
}
.history .timeline .inner .line .rail {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: transparent;
    position: relative;
}
.history .timeline .inner .line .rail::before {
    content: "";
    width: 0.1rem;
    background-color: #000000;
    position: absolute;
    height: 100%;
    left: 0.1rem;
    top: 0;
}
.history .timeline .inner .line .rail .progress {
    width: 0.3rem;
    height: 0;
    background: linear-gradient(0deg, #0B7EC6 67.5%, rgb(255, 255, 255) 92.19%);
    transition: height 0s ease-out;
    position: relative;
    z-index: 1;
}
.history .timeline .inner .line .dot {
    width: 2rem;
    height: 2rem;
    background: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    left: -0.8rem;
    top: -0.3rem;
    opacity: 0;
    transition: opacity 0.3s;
    border: 0.6rem solid #0B7EC6;
    z-index: 1;
}
.history .timeline .inner .line .dot.active {
    opacity: 1;
}
.history .timeline .inner .line .dot:before {
    content: "";
    width: 3rem;
    height: 3rem;
    opacity: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 50%;
    -webkit-animation: dotWidth 1.5s infinite;
    animation: dotWidth 1.5s infinite;
    background-color: #0b7ec63c;
}
.history .timeline .btn-more,
.history .timeline .btn-fold {border: 1px solid #c7c7c7; width: 14rem; height: 5rem; margin: 7rem auto 0; display: block; text-align: left; padding-left: 2.4rem; font-size: 1.6rem; color: #000000;}
.history .timeline .btn-more {background: url('../img/sub/btn_more.png') no-repeat right 3.5rem center/1.2rem;}
.history .timeline .btn-fold {background: url('../img/sub/btn_fold.png') no-repeat right 3.5rem center/1.2rem;}

@-webkit-keyframes dotWidth {
    0% {
        width: 1rem;
        height: 1rem;
    }
    50% {
        width: 1.7rem;
        height: 1.7rem;
    }
    100% {
        width: 1rem;
        height: 1rem;
    }
}
@keyframes dotWidth {
    0% {
        width: 3rem;
        height: 3rem;
    }
    50% {
        width: 4.8rem;
        height: 4.8rem;
    }
    100% {
        width: 3rem;
        height: 3rem;
    }
}

/* 현황화보 */
.current .visual {
    height: 52rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.current .visual.bg01 {
    background-image: url('../img/sub/bg_current_visual_01.png');
}
.current .visual.bg02 {
    background-image: url('../img/sub/bg_current_visual_02.png');
}
.current .visual.bg03 {
    background-image: url('../img/sub/bg_current_visual_03.png');
}
.current .visual.bg04 {
    background-image: url('../img/sub/bg_current_visual_04.png');
}
.current .visual .title-visual {
    text-align: center;
    color: #FFFFFF;
    line-height: 1.258;
    font-size: 4rem;
    font-weight: 700;
}
.current .visual .text-visual {
    text-align: center;
    color: #FFFFFF;
    margin-top: 3rem;
    font-size: 2rem;
    line-height: 1.5;
}
.current [class^="bg"] {
    padding: 10rem 0;
}
.current .bg02 {
    background-color: #DEDCDC;
}
.current .container {
    max-width: 88rem;
    margin: 0 auto;
    padding: 0 var(--container-gutter-x)
}
.current .title-area {
    display: flex;
    align-items: center;
    gap: 0 1.2rem;
}
.current .title-area .title {
    font-size: 2.4rem;
    line-height: 1.74;
    font-weight: 700;
}
.current .title-area .title span {
    font-weight: 400
}
.current .title-area > span {
    font-size: 2.4rem;
    line-height: 1.74;
    font-weight: 700;
}
.current .title-area + * {
    margin-top: 5rem;
}
.current figure img {
    margin: 0 auto;
}
.current .img-group {
    display: flex;
    gap: 1.5rem 2rem;
}
.current figcaption,
.current .txt-caption {
    font-size: 1.3rem;
    line-height: 1.385;
    letter-spacing: -0.03em;
    color: #0B7EC6;
    margin-top: 1.5rem;
}
.current .txt-caption {
    max-width: 88rem;
    margin: 1.5rem auto 0;
    padding: 0 var(--container-gutter-x)
}
.current .title-scroller {
    font-size: 2.4rem;
    line-height: 1.125;
    font-weight: 700;
    padding-top: 1.5rem;
}
.current .title-scroller + .img-logo {
    margin-top: 5.5rem;
}
.current * + .title-scroller {
    margin-top: 20rem;
}
.current .text {
    font-size: 1.6rem;
    line-height: 1.6875;
    letter-spacing: -0.03em;
    font-weight: 700
}
.current .img-logo + * {
    margin-top: 3.5rem;
}
.current * + .img-logo {
    margin-top: 11.5rem;
}
.current .row-area {
    display: flex;
    align-items: flex-start;
    gap: 5rem 5rem;
}
.current .row-area .col-area:has(.text) {
    flex: 1 0;
}
.current div + .img-bg {
    margin-top: 6rem;
}
.current .img-bg + div {
    margin-top: 5rem;
}
.current .img-bg + .text {
    margin-top: 5rem;
}
.current .img-bg + figure {
    margin-top: 5rem;
}
.current .row-area + figure {
    margin-top: 5rem;
}
.current figure + .img-group {
    margin-top: 5rem;
}
.current figure + figure {
    margin-top: 5rem;
}
.current figure + .text {
    margin-top: 5rem;
}
.current .text + figure {
    margin-top: 5rem;
}
.current .row-area + .img-group {
    margin-top: 2rem;
}
.current .img-group + .row-area {
    margin-top: 5rem;
}
.current .img-group + figure {
    margin-top: 5rem;
}
.current .img-group + .img-group {
    margin-top: 5rem;
}
.current .text + .img-group {
    margin-top: 5rem;
}
.current .img-bg .img-area {
    min-height: 48rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.current .img-bg .img-area img {
    max-width: none;
    min-height: 100%;
    min-width: 128rem;
    height: 100%;
    object-fit: contain;
}
.current .section {
    padding: 5rem 0;
}
.current .section:first-of-type {
    padding-top: 10rem;
}
.current .section:last-of-type {
    padding-bottom: 10rem;
}
.current .scroller-wrap .scroller-btn-area {
    min-height: 8rem;
    padding: 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem 9rem;
    border-top: 0.1rem solid #000000;
    border-bottom: 0.1rem solid #000000;
    position: sticky;
    top: var(--header-height);
    background-color: #FFFFFF;
}
.current .scroller-wrap .scroller-btn-area .btn-scroller {
    padding: 0 1rem;
    flex: 1 0;
    font-size: 2.4rem;
    color: #9E9E9E;
}
.current .scroller-wrap .scroller-btn-area .btn-scroller img {
    margin: 0 auto;
    filter: grayscale(100%);
    opacity: 0.4;
}
.current .scroller-wrap .scroller-btn-area .btn-scroller.on {
    color: var(--color-primary);
}
.current .scroller-wrap .scroller-btn-area .btn-scroller.on img {
    filter: grayscale(0);
    opacity: 1;
}
.current .scroller-wrap .scroller-btn-area + .title-scroller {
    margin-top: 10rem;
}
.current .scroller-wrap .row-area .col-area img {
    zoom: 0.5;
}
.current .scroller-wrap .img-bg .img-area {
    height: 48rem;
}
.current .scroller-wrap .img-bg .img-area img {
    object-fit: cover;
    min-width: 0;
}
.current .img-etc.type01 {
    margin: 5rem 0;
}
.current .img-etc.type01 .img-area {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem 5rem;
    overflow: hidden;
}
.current .img-etc.type01 .img-area img {
    flex: none;
    max-width: none;
}
.current .img-etc.type02 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, 1fr);
    gap: 2rem 2rem;
    margin-top: 5rem;
}
.current .img-etc.type02 .img-area:nth-of-type(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 4;
}
.current .img-etc.type02 .img-area {
    width: 100%;
    height: 100%;
}
.current .img-etc.type02 .img-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.current .img-etc.type02 + figure {
    margin-top: 5rem;
}
.current .img-etc.type03 {
    margin-top: 5rem;
    display: flex;
    justify-content: space-between;
    gap: 0 1.5rem;
}
.current .img-etc.type04 {
    margin-top: 5rem;
    display: flex;
    justify-content: space-between;
    gap: 0 5rem;
}
.current .img-etc.type05 {
    display: flex;
    justify-content: space-between;
    gap: 0 1.5rem;
}
.current .img-etc.type06 {
    margin-top: 5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr auto;
    gap: 2rem 4rem;
    align-content: space-between;
}
.current .img-etc.type06 .col-area:nth-of-type(1) {
    grid-column: 1/2;
    grid-row: 1/2
}
.current .img-etc.type06 .col-area:nth-of-type(2) {
    grid-column: 2/3;
    grid-row: 1/3
}

/* 삼천리 연표 */
.chronology .visual-area {
    background: linear-gradient(0deg,rgba(47, 145, 206, 1) 0%, rgba(220, 237, 247, 1) 100%);
    padding: 2.2rem 0;
}
.chronology .visual-area p {
    text-align: center;
    color: #FFFFFF;
    font-size: 3rem;
}
.chronology .visual-area .title-visual {
    line-height: 1.35;
    font-weight: 700;
}
.chronology .visual-area .text-visual {
    margin-top: 2.4rem;
    line-height: 1.55;
}
.chronology .graph-area {
    padding-bottom: 27rem;
    padding-top: 6.5rem;
}
.chronology .graph-area .container {
    max-width: 80rem;
    margin: 0 auto;
    position: relative;
}
.chronology .graph-area .line {
    position: absolute;
    left: calc(6.6rem + var(--container-gutter-x));
    top: 0;
    width: 0.3rem;
    height: 100%;
}
.chronology .graph-area .line .rail {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: transparent;
    position: relative;
}
.chronology .graph-area .line .rail::before {
    content: "";
    width: 0.1rem;
    background-color: #000000;
    position: absolute;
    height: 100%;
    left: 0.1rem;
    top: 0;
}
.chronology .graph-area .line .rail .progress {
    width: 0.3rem;
    height: 0;
    background: linear-gradient(0deg, #0B7EC6 67.5%, rgb(255, 255, 255) 92.19%);
    transition: height 0s ease-out;
    position: relative;
    z-index: 1;
}
.chronology .graph-area .line .dot {
    width: 2rem;
    height: 2rem;
    background: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    left: -0.8rem;
    top: -0.3rem;
    opacity: 0;
    transition: opacity 0.3s;
    border: 0.6rem solid #0B7EC6;
    z-index: 1;
}
.chronology .graph-area .line .dot.active {
    opacity: 1;
}
.chronology .graph-area .line .dot:before {
    content: "";
    width: 3rem;
    height: 3rem;
    opacity: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 50%;
    -webkit-animation: dotWidth 1.5s infinite;
    animation: dotWidth 1.5s infinite;
    background-color: #0b7ec63c;
}

@-webkit-keyframes dotWidth {
    0% {
        width: 1rem;
        height: 1rem;
    }
    50% {
        width: 1.7rem;
        height: 1.7rem;
    }
    100% {
        width: 1rem;
        height: 1rem;
    }
}
@keyframes dotWidth {
    0% {
        width: 3rem;
        height: 3rem;
    }
    50% {
        width: 4.8rem;
        height: 4.8rem;
    }
    100% {
        width: 3rem;
        height: 3rem;
    }
}
.chronology .graph-area ul li {
    display: flex;
    align-items: flex-start;
    gap: 0 6.4rem;
    position: relative;
}
.chronology .graph-area ul li + li {
    margin-top: 4rem;
}
.chronology .graph-area ul li .year-area p {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.6875
}
.chronology .graph-area ul li .cont-area {
    flex: 1 0;
    min-width: 0;
}
.chronology .graph-area ul li .cont-area dl + dl {
    margin-top: 4rem;
}
.chronology .graph-area ul li .cont-area dl dt p {
    font-size: 2rem;
    line-height: 1.35;
    color: #9E9E9E;
    letter-spacing: -0.03em;
    font-weight: 700;
}
.chronology .graph-area ul li .cont-area dl dd p {
    font-size: 2rem;
    line-height: 1.35;
    letter-spacing: -0.03em;
    font-weight: 700;
}
.chronology .graph-area ul li .cont-area dl dd figure {
    margin-top: 2.4rem;
}
.chronology .graph-area ul li .cont-area dl.aos-animate dt p {
    color: var(--color-primary)
}
.story {
    position: relative;
    padding-bottom: 10rem;
}
.story .visual {
    position: relative;
    width: 100%;
    height: 46.5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.story .visual.bg01 {
    background-image: url('../img/sub/bg_story_chapter_01.png');
}
.story .visual.bg02 {
    background-image: url('../img/sub/bg_story_chapter_02.png');
}
.story .visual.bg03 {
    background-image: url('../img/sub/bg_story_chapter_03.png');
}
.story .visual.bg04 {
    background-image: url('../img/sub/bg_story_chapter_04.png');
}
.story .visual.bg05 {
    background-image: url('../img/sub/bg_story_chapter_05.png');
}

.story .section-pick {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.story .section-pick .page-title {
    width: 100%;
    line-height: 1.5;
    padding: 1.5rem 0;
    text-align: center;
    background-color: var(--color-primary);
    color: #FFFFFF;
    font-size: 2rem;
    font-weight: 700;
}

.story .dropdown {
    display: none; 
    position: fixed;
    top: var(--header-height);
    width: 100%;
    z-index: 2
}
.story .dropdown .btn-dropdown {
    position: relative;
    width: 100%;
    height: 6rem;
    background-color: var(--color-primary);
    border: none;
    color: #FFFFFF;
    font-size: 2rem;
    cursor: pointer;
    font-weight: 700;
}
.story .dropdown .btn-dropdown::after {
    content: '';
    display: block;
    width: 4rem;
    height: 4rem;
    background: url('../img/icon/ic_arr_dropdown.svg') no-repeat center/100%;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s;
    position: absolute;
}
.story .dropdown.active .btn-dropdown::after {
    transform: translateY(-50%) rotate(-180deg);
}
.story .dropdown .dropdown-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: var(--color-primary);
    z-index: 1;
}
.story .dropdown .dropdown-list ul li a {
    display: block;
    padding: 0.8rem 1.6rem;
    color: #BFBFBF;
}
.story .dropdown .dropdown-list ul li.on a {
    color: #FFFFFF;
}
.story .dropdown .dropdown-list ul li a .title-chapter {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5625;
    letter-spacing: -0.03em;
}
.story .dropdown .dropdown-list ul li a .text-chapter {
    font-size: 1.6rem;
    line-height: 1.5625;
    letter-spacing: -0.03em;
}
.story .chapter-tab {
    z-index: 1;
    width: 100%;
    position: absolute;
    top: 6rem;
    z-index: 2;
}
.story .chapter-tab.is-fixed {
    position: fixed;
    top: var(--header-height);
}
.story .chapter-tab ul {
    display: flex;
    justify-content: center;
    max-width: 84rem;
    margin: 0 auto;
}
.story .chapter-tab ul li {
    flex: 1;
    height: 4rem;
    text-align: center;
    background-color: #BFBFBF;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
}
.story .chapter-tab ul li a {
    display: block;
    color: #FFFFFF;
    font-size: 1.6rem;
    line-height: 2.5;
    font-weight: 700;
}
.story .chapter-tab ul li.on {
    background-color: var(--color-primary)
}
.story .visual .headline-area {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    padding-bottom: 5.5rem;
}
.story .visual .headline-area .title-visual {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.02em;
    text-shadow: 0 0.4rem 0.4rem rgba(0,0,0,0.25);
}
.story .visual .headline-area .text-year {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.9167;
    text-shadow: 0 0.4rem 0.4rem rgba(0,0,0,0.25);
}

.story .story-cont {
    position: relative;
}
.story .story-cont .container {
    max-width: calc(84rem + calc(var(--container-gutter-x)*2));
    position: static;
}
.story .story-cont .fixed-paging {
    position: absolute;
    left: 4rem;
    top: 21.3rem;
    z-index: 1;
}
.story .story-cont .fixed-paging.is-fixed {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
}
.story .story-cont .fixed-paging ul li {
    padding: 0.4rem 0.8rem;
    width: 3.5rem;
    cursor: pointer;
    width: fit-content;
}
.story .story-cont .fixed-paging ul li + li {
    margin-top: 3.5rem;
}
.story .story-cont .fixed-paging ul li a {
    display: flex;
    text-align: center;
    font-size: 1.39rem;
    line-height: 1.6875;
    border-bottom: 0.1rem solid transparent;
    color: #BFBFBF;
    font-weight: 700;
}
.story .story-cont .fixed-paging ul li a span {
    display: inline-block;
    text-align: left;
}
.story .story-cont .fixed-paging ul li a span:first-of-type{
    width: 1.9rem;
    text-align: center;
}
.story .story-cont .fixed-paging ul li.on a {
    border-color: #000000;
    color: #000000;
    font-size: 1.45rem;
}
.story .story-cont .section-controller {
    width: fit-content;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.story .story-cont .section-controller .section-list {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition-cubic);
    left: 0;
    top: 0;
    width: 38.5rem;
    border: 0.2rem solid #104093;
    background-color: #FFFFFF;
    padding-bottom: 2rem;
}
.story .story-cont .section-controller.on .section-list {
    opacity: 1;
    visibility: visible;
}
.story .story-cont .section-controller .section-list .btn-close {
    margin: 0.5rem 0.5rem 0.5rem auto;
}
.story .story-cont .section-controller .section-list > ul > li > a {
    display: block;
    padding: 1.3rem 1.6rem;
    font-size: 1.6rem;
    color: #9E9E9E;
    line-height: 1.334;
    letter-spacing: -0.03em;
    font-weight: 700;
}
.story .story-cont .section-controller .section-list > ul > li.on > a {
    color: #104093;
}
.story .story-cont .section-controller .section-list > ul > li .paging-list {
    display: none;
}
.story .story-cont .section-controller .section-list .paging-list {
    padding: 0.5rem 1.6rem;
}
.story .story-cont .section-controller .section-list .paging-list > ul > li {
    cursor: pointer;
    line-height: 3.5rem;
    font-size: 1.6rem;
    letter-spacing: -0.03em;
    color: #BFBFBF;
}
.story .story-cont .section-controller .section-list .paging-list > ul > li.on {
    color: #104093
}
.story .story-cont .section-headline {
    width: 100%;
    position: sticky;
    top: var(--header-height);
    background-color: #FFFFFF;
    padding: 5.5rem 0 2.6rem;
    border-bottom: 0.2rem solid #BFBFBF;
    z-index: 1;
}
.story .story-cont .section-headline .section-tab ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 1.4rem;
}
.story .story-cont .section-headline .section-tab ul li {
    flex: none;
}
.story .story-cont .section-headline .section-tab ul li a {
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    gap: 0 0.8rem;
    font-size: 1.6rem;
    line-height: 1.6875;
    font-weight: 700;
    justify-content: center;
    color: #9E9E9E;
}
.story .story-cont .section-headline .section-tab ul li a .num {
    width: 2rem;
    line-height: 2rem;
    text-align: center;
    background-color: #9E9E9E;
    color: #FFFFFF;
    font-size: 1.6rem;
    font-weight: 700
}
.story .story-cont .section-headline .section-tab ul li.on a {
    color: #000000
}
.story .story-cont .section-headline .section-tab ul li.on a .num {
    background-color: #104093;
}
.story .story-cont .section-headline .title-number {
    display: none;
    align-items: center;
    gap: 0 0.8rem;
    font-size: 1.6rem;
    line-height: 1.6875;
    font-weight: 700;
    justify-content: center;
}
.story .story-cont .section-headline .title-number .num {
    width: 2rem;
    line-height: 2rem;
    text-align: center;
    background-color: #104093;
    color: #FFFFFF;
    font-size: 1.6rem;
    font-weight: 700
}
.story .story-cont .section-headline .title-section {
    font-size: 3rem;
    line-height: 1.3334;
    text-align: center;
    font-weight: 700;
    margin-top: 1.3rem;
    color: #104093;
}
.story .story-cont .section-cont .page-area:first-of-type {
    padding-top: 4rem;
}
.story .story-cont .section-cont .page-area {
    padding-top: 8rem;
}
.story .story-cont .section-cont .page-area .title-section {
    font-size: 2.4rem;
    line-height: 1.125;
    color: #0B7EC6;
    font-weight: 700
}
.story .story-cont .section-cont .page-area .title-section + .title-parnassus {
    margin-top: 4rem;
}
.story .story-cont .section-cont .page-area .title-section + .text {
    margin-top: 4rem;
}
.story .story-cont .section-cont .page-area .attention-area + .title-parnassus {
    margin-top: 4rem;
}
.story .story-cont .section-cont .page-area .attention-area + figure {
    margin-top: 4rem;
}
.story .story-cont .section-cont .page-area .title-parnassus {
    font-size: 2rem;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: -0.03em;
}
.story .story-cont .section-cont .page-area .title-parnassus + .text {
    margin-top: 1rem;
}
.story .story-cont .section-cont .page-area .title-parnassus + .row {
    margin-top: 1rem;
}
.story .story-cont .section-cont .page-area .text {
    font-size: 1.6rem;
    line-height: 1.6875;
    letter-spacing: -0.03em;
}
.story .story-cont .section-cont .page-area .text + .title-parnassus {
    margin-top: 5.5rem;
}
.story .story-cont .section-cont .page-area .text + .img-group {
    margin-top: 4rem;
}
.story .story-cont .section-cont .page-area .text + figure {
    margin-top: 4rem;
}
.story .story-cont .section-cont .page-area .img-group + .text {
    margin-top: 4rem;
}
.story .story-cont .section-cont .page-area figure + .text {
    margin-top: 4rem;
}
.story .story-cont .section-cont .page-area .img-group + .title-parnassus {
    margin-top: 4rem;
}
.story .story-cont .section-cont .page-area figure + .title-parnassus {
    margin-top: 4rem;
}
.story .story-cont .section-cont .page-area .img-group {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 2.5rem 2.5rem;
}
.story .story-cont .section-cont .page-area .img-group + .img-group {
    margin-top: 2.5rem;
}
.story .story-cont .section-cont .page-area .img-group + figure {
    margin-top: 2.5rem;
}
.story .story-cont .section-cont .page-area figure + .img-group {
    margin-top: 2.5rem;
}
.story .story-cont .section-cont .page-area figure + figure {
    margin-top: 2.5rem;
}
.story .story-cont .section-cont .page-area .img-group .img-item {
    flex: 1 0;
    min-width: 0;
    height: 100%;
}
.story .story-cont .section-cont .page-area .img-group .img-item figure {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.story .story-cont .section-cont .page-area .img-group .img-item figure .img-area {
    flex: 1 0;
    position: relative;
    padding-top: min(26.5rem, 100.633%);
}
.story .story-cont .section-cont .page-area .img-group .img-item figure .img-area img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.story .story-cont .section-cont .page-area .img-group:has(.img-item.auto-height) {
    align-items: flex-start;
}
.story .story-cont .section-cont .page-area .img-group .img-item.auto-height figure .img-area {
    padding-top: 0;
}
.story .story-cont .section-cont .page-area .img-group .img-item.auto-height figure .img-area img {
    position: static;
    transform: translate(0, 0);
    max-width: 100%;
}
.story .story-cont .section-cont .page-area .img-group .img-item.auto-width figure .img-area img {
    width: auto;
    max-width: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
}
.story .story-cont .section-cont .page-area figure .img-area {
    overflow: hidden;
}
.story .story-cont .section-cont .page-area figure .img-area img {
    object-fit: contain;
}
.story .story-cont .section-cont .page-area figure figcaption {
    font-size: 1.3rem;
    line-height: 1.385;
    color: #0B7EC6;
    margin-top: 1.6rem;
}
.story .story-cont .section-cont .page-area figure.layer-half {
    width: calc((100% - 2.5rem)/2);
}
.story .story-cont .section-cont .page-area figure.layer-third {
    width: calc((100% - 5rem)/3);
}
.story .story-cont .section-cont .page-area .attention-area {
    margin-top: 10.5rem;
    background-color: #E5F5FF;
    border-radius: 1.5rem;
    position: relative;
    padding: 9rem 6.5rem 6.5rem;
}
.story .story-cont .section-cont .page-area .attention-area::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -4.2rem;
    transform: translateX(-50%);
    width: 8.2rem;
    height: 8.3rem;
    background: url('../img/sub/deco_story_attention.png') no-repeat center/100%;
}
.story .story-cont .section-cont .page-area .attention-area .title-attention {
    padding-top: 4.6rem;
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.125;
    letter-spacing: -0.03em;
    font-weight: 700;
    color: #0B7EC6;
    border-top: 0.3rem solid #0B7EC6;
}
.story .story-cont .section-cont .page-area .attention-area .title-attention span {
    font-size: 1.8rem;
}
.story .story-cont .section-cont .page-area .attention-area .text-attention {
    font-size: 1.6rem;
    line-height: 1.6875;
    letter-spacing: -0.03em;
    margin-top: 4.5rem;
}
.story .story-cont .section-cont .page-area .attention-area .data-attention {
    margin-top: 4.5rem;
}
.story .story-cont .section-cont .page-area .attention-area .data-attention * + .data-title {
    margin-top: 3rem;
}
.story .story-cont .section-cont .page-area .attention-area .data-attention .data-title {
    position: relative;
    padding-left: 1.2rem;
    font-size: 2rem;
    font-weight: 700;
}
.story .story-cont .section-cont .page-area .attention-area .data-attention .data-title::before {
    content: "";
    width: 0.4rem;
    height: 0.4rem;
    background-color: #000000;
    position: absolute;
    left: 0;
    top: 1.4rem;
    border-radius: 50%;
}
.story .story-cont .section-cont .page-area .attention-area .data-attention dl {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
}
.story .story-cont .section-cont .page-area .attention-area .data-attention dl dt {
    position: relative;
    padding-left: 1.2rem;
    font-size: 1.6rem;
    line-height: 1.6875;
    font-weight: 700;
    flex: none;
}
.story .story-cont .section-cont .page-area .attention-area .data-attention dl dt::before {
    content: "";
    width: 0.4rem;
    height: 0.4rem;
    background-color: #000000;
    position: absolute;
    left: 0;
    top: 1.2rem;
    border-radius: 50%;
}
.story .story-cont .section-cont .page-area .attention-area .data-attention dl dd {
    font-size: 1.6rem;
    line-height: 1.6875;
    letter-spacing: -0.03em;
    flex: 1 0;
    min-width: 0;
}
.story .story-cont .section-cont .page-area .attention-area .data-attention .data-title + ul {
    margin-top: 1.5rem;
}
.story .story-cont .section-cont .page-area .attention-area .data-attention ul li {
    position: relative;
    padding-left: 1.2rem;
}
.story .story-cont .section-cont .page-area .attention-area .data-attention ul li::before {
    content: "";
    width: 0.4rem;
    height: 0.4rem;
    background-color: #000000;
    position: absolute;
    left: 0;
    top: 1.2rem;
    border-radius: 50%;
}
.story .story-cont .section-cont .page-area .attention-area .data-attention ul li + li {
    margin-top: 1rem;
}
.story .story-cont .section-cont .page-area .attention-area .data-attention ul li .title {
    font-size: 1.6rem;
    line-height: 1.6875;
    font-weight: 700;
    flex: none;
}
.story .story-cont .section-cont .page-area .attention-area .data-attention ul li .text {
    font-size: 1.6rem;
    line-height: 1.6875;
    letter-spacing: -0.03em;
    flex: 1 0;
    min-width: 0;
}
.story .story-cont .section-cont .page-area .attention-area img {
    margin: 4.5rem auto;
    max-width: 100%;
}
.story .story-cont .section-cont .page-area .attention-area .title-vision {
    font-size: 1.6rem;
    line-height: 1.6875;
    letter-spacing: -0.03em;
    color: #EB6120;
    font-weight: 700;
}
.story .story-cont .section-cont .page-area .attention-area .title-vision + .text-attention {
    margin-top: 0;
}
.story .story-cont .section-cont .page-area .attention-area + .attention-area {
    margin-top: 10rem;
}
.story .story-cont .section-cont .page-area .text + .row {
    margin-top: 6.4rem;
}
.story .story-cont .section-cont .page-area .row {
    display: flex;
    align-items: flex-start;
    gap: 4rem 4rem;
}
.story .story-cont .section-cont .page-area .row .col-txt {
    flex: 1 0;
}
.story .story-cont .section-cont .page-area .row .col-etc {
    flex: none;
    width: fit-content;
    max-width: calc(50% - 2rem)
}
.story .story-cont .section-cont .page-area .row .col-img {
    flex: 1 0;
    min-width: 0;
}
.story .story-cont .section-cont .page-area .list {
    margin: 2rem 0;
}
.story .story-cont .section-cont .page-area .list ul {
    list-style: auto;
    list-style-position: inside;
}
.story .story-cont .section-cont .page-area .list ul li {
    font-size: 1.6rem;
    line-height: 1.6875;
    letter-spacing: -0.03em;
}

/* 부록 */
.supplement .dropdown {
    position: relative;
    z-index: 1;
}
.supplement .dropdown .title-dropdown {
    height: 6rem;
    text-align: center;
    background-color: var(--color-primary);
    color: #ffffff;
    font-size: 2rem;
    font-weight: 700;
    width: 100%;
    display: flex;
    align: center;
    justify-content: center;
}
.supplement .dropdown .title-dropdown .btn-dropdown {
    display: flex;
    gap: 0 0.8rem;
    align-items: center;
}
.supplement .dropdown .title-dropdown .btn-dropdown i {
    width: 4rem;
    height: 4rem;
    background: url('../img/icon/ic_arr_dropdown.svg') no-repeat center/100%;
    display: block;
    flex: none;
    transition: transform 0.3s;
    margin-left: 17px;
}
.supplement .dropdown .title-dropdown .btn-dropdown span {
    color: #BFBFBF;
}
/* .supplement .dropdown .title-dropdown .btn-dropdown::after {
    content: "";
    width: 4rem;
    height: 4rem;
    background: url('../img/icon/ic_arr_dropdown.svg') no-repeat center/100%;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s;
} */
.supplement .dropdown .dropdown-list {
    display: none;
    position: absolute;
    align-items: center;
    justify-content: center;
    padding: 3rem var(--container-gutter-x);
    width: 100%;
    box-shadow: 0 0.4rem 1.5rem 0 rgba(0, 0, 0, 0.25);
    background-color: rgba(255, 255, 255, 1);
    /* backdrop-filter: blur(15px); */
}
.supplement .dropdown .dropdown-list ul li a {
    display: block;
    font-size: 1.6rem;
    line-height: 1.6875;
}
.supplement .dropdown .dropdown-list ul li.on a {
    color: var(--color-primary)
}
.supplement .dropdown.on .title-dropdown .btn-dropdown i {
    transform: rotate(180deg);
}
.supplement .dropdown.on .dropdown-list {
    display: flex;
}
.supplement .dropdown.on .btn-dropdown::after {
    transform: translateY(-50%) rotate(-180deg);
}
.supplement .container {
    padding-top: 7rem;
    padding-bottom: 11.5rem;
    position: relative;
}
.supplement .container .btn {
    position: absolute;
    left: var(--container-gutter-x);
    top: 1rem;
    width: 8.5rem;
    height: 3.6rem;
    border: 0.1rem solid var(--color-primary);
    border-radius: 1rem;
    font-size: 2rem;
    color: var(--color-primary);
    font-weight: 700;
    left: 50%;
    margin-left: clamp(calc(-1*(100% - var(--container-gutter-x))/2), -52.4rem, -52.4rem);
}
.supplement .title {
    font-size: 2rem;
    line-height: 1.5;
    text-align: center;
    font-weight: 700;
}
.supplement .title + .view-table {
    margin-top: 6.5rem;
}
.supplement .view-table {
    width: 100%;
    height: auto;
    overflow-x: auto;
    max-width: 104.8rem;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 3rem;
}
.supplement .view-table::-webkit-scrollbar {
    height: 0.8rem;
}
.supplement .view-table::-webkit-scrollbar-track {
    background-color: #F3F3F3;
    border-radius: 0.8rem;
    margin-left: 15em; 
    margin-right: 15em; 
}
.supplement .view-table::-webkit-scrollbar-thumb {
    background-color: #BFBFBF;
    border-radius: 0.8rem;
}
.supplement .view-table::-webkit-scrollbar-thumb:hover {
    background-color: #BFBFBF;
}
.supplement .view-table img {
    max-width: none;
    /* min-width: 209.6rem; */
    /* height: 50rem; */
}
.supplement .title + .img-area {
    margin-top: 6.5rem;
}
.supplement .img-area {
    max-width: 104.8rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    gap: 3rem 1rem;
    justify-content: center;
}
.supplement .img-area + .img-area {
    margin-top: 4rem;
}
.supplement .img-area .img-item {
    flex: 1 0;
    min-width: 0;
}
.supplement .img-area .img-item figure figcaption {
    font-size: 1.6rem;
    line-height: 1.6875;
    font-weight: 700;
}
.supplement .img-area img {
    margin: 0 auto;
}
.supplement .executive-area {
    margin: 7rem auto 0;
    display: flex;
    flex-wrap: wrap;
    max-width: 84rem;
    gap: 7.5rem 0;
}
.supplement .executive-area .group-executive {
    flex: none;
    width: 100%;
}
.supplement .executive-area .group-executive.half {
    width: 50%;
}
.supplement .executive-area .group-executive .title-area {
    border-bottom: 0.1rem solid var(--color-primary);
    padding-bottom: 2rem;
}
.supplement .executive-area .group-executive .cont-area {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.supplement .executive-area .group-executive .cont-area .item-executive {
    flex: none;
    width: fit-content
}
.supplement .executive-area .group-executive .cont-area .item-executive .data-area p {
    text-align: center;
    padding: 0.6rem 0;
    font-size: 1.6rem;
    line-height: 1.5;
}
.supplement .executive-area .group-executive .cont-area .item-executive .data-area .text-name {
    font-weight: 700;
}
.supplement .executive-area .group-executive .cont-area .item-executive .data-area .text-rank {
    font-weight: 300;
    border-top: 0.1rem solid var(--color-primary)
}
.supplement .executive-area .group-executive.type01 .cont-area {
    gap: 7.5rem 9rem;
}
.supplement .executive-area .group-executive.type01 .cont-area .item-executive {
    width: 22rem;
}
.supplement .executive-area .group-executive.type02 .cont-area {
    gap: 7.5rem 4rem;
}
.supplement .executive-area .group-executive.type02 .cont-area .item-executive {
    width: 18rem;
}
.supplement .executive-area .group-executive.type03 .cont-area {
    gap: 7.5rem 3.5rem;
}
.supplement .executive-area .group-executive.type03 .cont-area .item-executive {
    min-width: 14rem;
}
.supplement .training-area {
    max-width: 84rem;
    margin: 0 auto;
}
.supplement .training-area .title-sub {
    margin-top: 4rem;
    font-size: 1.6rem;
    line-height: 1.6875;
    font-weight: 700;
}
.supplement .training-area .title-sub + img {
    margin-top: 0.6rem;
}
.supplement .training-area img + .name-area {
    margin-top: 1.5rem;
}
.supplement .training-area .name-area {
    display: flex;
    gap: 0 0.6rem;
    flex-wrap: wrap;
}
.supplement .training-area .name-area p {
    min-width: 5rem;
    flex: none;
    font-size: 1.4rem;
    line-height: 1.643;
    letter-spacing: -0.03em;
}

/* 아카이브 */
.archive .container {
    max-width: calc(62.5rem + (var(--container-gutter-x)*2));
    padding-top: 7rem;
    padding-bottom: 11.5rem;
    margin-left: auto;
    margin-right: auto;
}
.archive .title {
    font-size: 2rem;
    line-height: 1.5;
    text-align: center;
    font-weight: 700;
}
.archive .img-ebook {
    margin: 6.5rem auto 0;
}
.archive .ebook-link {
    margin: 6.5rem auto 0;
    width: 14rem;
    height: 5rem;
    line-height: 4.8rem;
    text-align: center;
    border-radius: 5rem;
    border: 0.1rem solid var(--color-primary);
    color: var(--color-primary);
    font-size: 1.8rem;
    font-weight: 700;
    display: block;
}
.archive .main-video {
    margin: 6.5rem auto 0;
}
.archive .main-video .video-area {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.archive .main-video .video-area iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.archive .main-video p {
    margin-top: 1.2rem;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
}
.archive .btn-video {
    padding-top: 55.91%;
    background-color: #000000;
    width: 100%;
    display: block;
    position: relative;
}
.archive .btn-video img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.archive ul {
    display: flex;
    flex-wrap: wrap;
    gap: 3.2rem 1.2rem;
}
.archive ul li {
    width: calc((100% - 2.4rem)/3);
}
.archive ul li p {
    font-size: 1.6rem;
    line-height: 1.5
}
.archive .video-list {
    margin-top: 4rem;
}
.archive .popup {
    position: fixed;
    z-index: 99;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden; 
    transform: translate(-50%, calc(calc((50% - 1.6rem))*-1)); 
    transition: 0.45s cubic-bezier(0.190, 1.000, 0.220, 1.000); 
    max-width: calc(62.5rem + (var(--container-gutter-x) * 2));
    width: 100%;
}
.archive .popup.on {
    opacity: 1; 
    visibility: visible; 
    transform: translate(-50%, -50%);
}
.archive .popup .btn-pop-close {
    width: 2rem;
    height: 2rem;
    background: url('../img/icon/ic_pop_close.png') no-repeat center/100%;
}
.archive .popup .container {
    width: 100%;
}
.archive .popup .btn-pop-close {
    margin-left: auto;
}
.archive .popup video {
    display: block;
    width: 100%;
    margin-top: 10px;
}

.dim {
    position: fixed;
    z-index: 9;
    width: 100vw;
    height: 100vh;
    background-color: #000000;
    opacity: 0.6;
    top: 0;
    left: 0;
}

@media screen and (max-width: 1180px) {

    .chronology .visual-area p{font-size: 1.8rem;}
    /* 연혁 화보 */
    .history .headline {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
        padding-left: var(--container-gutter-x);
        padding-right: var(--container-gutter-x);
    }
    .history .headline .text-year {
        font-size: 1.8rem;
        line-height: 2.112;
    }
    .history .headline .title {
        font-size: 2.8rem;
        line-height: 1.556;
    }

    /* 현황화보 */
    .current .row-area {
        flex-direction: column;
    }
    .current .scroller-wrap .scroller-btn-area {
        gap: 1.5rem 4rem;
    }
    .current .scroller-wrap .row-area .col-area img {
        zoom: 1;
    }
    .current .img-etc.type01 .img-area {
        gap: 2.5rem 1.5rem;
    }
    .current .img-etc.type01 .img-area img {
        height: 32rem;
    }
    .current .row-area .col-area:has(.img-etc.type05) {
        width: 100%;
    }
    .story .story-cont .section-headline .section-tab ul {
        gap: 0 0;
    }
    .story .story-cont .fixed-paging {
        display: none;
    }

    /* .supplement .executive-area .group-executive .cont-area .item-executive {
        flex: 1 0;
        min-width: 22rem;
    } */
     .supplement .executive-area .group-executive.half {
        width: 100%;
     }
    .supplement .executive-area .group-executive .cont-area .item-executive .inner {
        max-width: 14rem;
        margin: 0 auto;
    }
    .supplement .executive-area .group-executive.type01 .cont-area {
        gap: 7.5rem 1rem;
    }
    .supplement .executive-area .group-executive.type01 .cont-area .item-executive {
        min-width: 0;
        width: calc((100% - 2rem)/3);
    }
    .supplement .executive-area .group-executive.type02 .cont-area {
        gap: 7.5rem 1rem;
    }
    .supplement .executive-area .group-executive.type02 .cont-area .item-executive {
        min-width: 0;
        width: calc((100% - 3rem)/4)
    }
    .supplement .executive-area .group-executive.type03 .cont-area {
        gap: 7.5rem 1rem;
    }
    .supplement .executive-area .group-executive.type03 .cont-area .item-executive {
        min-width: 0;
        width: calc((100% - 4rem)/5)
    }
    .archive ul li {
        width: calc((100% - 1.2rem) / 2);
    }
}

@media screen and (max-width: 640px) {
    /* 검색결과 */
    .search .result-area .result-list ul li a {
        padding: 1rem 1rem;
    }
    .search .result-area .result-list ul li a .page-area {
        gap: 0 1rem;
    }
    .search .result-area .result-list ul li a .page-area p {
        padding-right: 1rem;
    }
    /* 인사말 */
    .greeting {
        padding-top: 4rem;
        padding-bottom: 16rem;
    }
    .greeting .text-greeting {
        font-size: 2.4rem;
        line-height: 1.5;
    }
    .greeting .text {
        font-size: 1.5rem;
        letter-spacing: -0.04em;
        line-height: 1.8;
    }

    /* 삼천리 연표 */
    .chronology .graph-area {
        padding-top: 6.2rem;
    }
    .chronology .graph-area ul li {
        padding-left: 2.4rem;
    }
    .chronology .graph-area ul li::before {
        left: 0;
    }
    .chronology .graph-area ul li .year-area {
        display: none;
    }
    .chronology .graph-area .line {
        left: var(--container-gutter-x);
    }

    /* 연혁 화보 */
    .history .timeline .inner {
        padding: 10rem var(--container-gutter-x) 10rem calc(var(--container-gutter-x) + 4rem);
    }
    .history .visual + .page-wrap .timeline {
        margin-top: 10rem;
    }
    .history .timeline .inner .line {
        left: 2.4rem;
    }
    .history .timeline .inner ul li {
        flex-direction: column;
    }
    .history .timeline .inner ul li:nth-of-type(even) {
        flex-direction: column;
    }
    .history .timeline .inner ul li .img-area {
        width: 100%;
        padding-top: 0;
    }
    .history .timeline .inner ul li .img-area img {
        position: static;
        /* object-fit: none; */
        width: auto;
        height: auto;
    }
    /* 현황화보 */
    .current .visual {
        height: 44rem;
    }
    .current .visual .title-visual {
        font-size: 3.5rem;
    }
    .current .visual.bg01 {
        background-image: url(../img/sub/bg_current_visual_01_mo.png);
    }
    .current .visual .text-visual {
        display: none;
    }
    .current .title-area {
        flex-direction: column;
        align-items: flex-start;
    }
    .current .title-area .title span {
        display: block;
        text-indent: 2.7rem;
    }
    .current .title-area > span {
        display: none;
    }
    .current .title-area img {
        margin-left: 2.7rem;
    }
    .current .img-bg .img-area {
        height: 48rem;
    }
    .current .img-group {
        flex-direction: column;
    }
    .current .img-group .img-item figure img {
        margin: 0 auto;
    }
    .current .row-area .col-area {
        width: 100%;
    }
    .current .row-area .col-area img {
        margin: 0 auto;
    }
    .current .scroller-wrap .scroller-btn-area {
        gap: 1.5rem 0;
        min-height: 6rem;
    }
    .current .scroller-wrap .scroller-btn-area .btn-scroller {
        width: calc(calc(100% - 1.5rem)/2);
        font-size: 1.6rem;
    }
    .current .title-scroller {
        font-size: 2rem;
    }
    .current .title-scroller + .img-logo {
        margin-top: 3.5rem
    }
    .current * + .title-scroller {
        margin-top: 12rem;
    }
    .current .img-logo {
        zoom: 0.8;
    }
    .current .img-logo + * {
        margin-top: 2rem;
    }
    .current * + .img-logo {
        margin-top: 8rem;
    }
    .current .scroller-wrap .tab-cont-area .tab-cont {
        padding-top: 8rem;
    }
    .current .img-etc.type01 .img-area {
        flex-direction: column;
    }
    .current .img-etc.type02 {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
    .current .img-etc.type02 .img-area:nth-of-type(1) {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
    }
    .current .img-etc.type02 .img-area {
        width: 100%;
        height: 100%;
    }

    .current .img-etc.type02 .img-area img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    .current .img-etc.type03 {
        margin-top: 1.5rem;
    }
    .current .img-etc.type04 {
        margin-top: 1.5rem;
        gap: 0 1.5rem;
    }
    .current .img-etc.type06 {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 2rem 4rem;
        align-content: space-between;
    }
    .current .img-etc.type06 .col-area:nth-of-type(1) {
        grid-column: 1/2;
    }
    .current .img-etc.type06 .col-area:nth-of-type(2) {
        grid-column: 1/2;
        grid-row: 2 / 3;
        margin-top: 3rem;
    }
    .story .section-pick .page-title {
        display: none;
    }
    .story .dropdown {
        display: block;
    }
    .story .chapter-tab {
        display: none;
    }
    .story .visual {
        height: 44rem;
        background-position: center top 6rem;
    }
    .story .visual.bg01 {
        background-image: url('../img/sub/bg_story_chapter_01_mo.png');
    }
    .story .visual.bg02 {
        /* background-image: url('../img/sub/bg_story_chapter_02_mo.png'); */
    }
    .story .visual .headline-area {
        padding-bottom: 0;
        padding-top: 6rem;
    }
    .story .visual .headline-area .title-visual {
        font-size: 3.5rem;
    }
    .story .visual .headline-area .text-year {
        font-size: 1.9rem;
    }
    .story .story-cont .section-controller {
        width: calc(100% + calc(var(--container-gutter-x)*2));
        position: static;
        margin-left: calc(var(--container-gutter-x) * -1);
        height: 5rem;
        transform: translateY(0);
        display: block;
    }
    
    .story .story-cont .section-controller.is-fixed {
        transform: none; 
        z-index: 1; 
        position: relative;
    }

    .story .story-cont .section-controller.is-fixed .inner {
        position: fixed !important;
        top: calc(6rem + var(--header-height)); 
        left: 0;
        width: 100%;
        z-index: 1;
    }
    .story .story-cont .section-controller .section-list {
        top: 100%;
        width: 100%;
        border: 0;
        box-shadow: 0 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.25);
        padding-bottom: 0;
        max-height: calc(100vh - (11rem + var(--header-height)));
        overflow: auto;
    }
    .story .story-cont .section-controller .section-list .btn-close {
        display: none;
    }
    
    .story .story-cont .section-controller .section-list > ul > li .paging-list {
        display: block;
    }
    .story .story-cont .section-headline {
        position: static;
        padding-top: 0;
    }
    .story .story-cont .section-headline .section-tab ul {
        display: none;
    }
    .story .story-cont .section-headline .title-number {
        margin-top: 3rem;
        display: flex;
    }
    .story .story-cont .section-cont .page-area figure.layer-half {
        width: 100%;
    }
    .story .story-cont .section-cont .page-area figure.layer-third {
        width: 100%;
    }
    .story .story-cont .section-cont .page-area .img-group {
        flex-direction: column;
        align-items: center;
    }
    .story .story-cont .section-cont .page-area .img-group .img-item {
        width: 100%;
    }
    .story .story-cont .section-cont .page-area .img-group .img-item figure .img-area {
        padding-top: 64.08%;
        /* display: flex;
        justify-content: center;
        align-items: center; */
    }
    .story .story-cont .section-cont .page-area .img-group .img-item figure .img-area img {
        max-width: none;
        height: 100%;
        width: auto;
    }
    .story .story-cont .section-cont .page-area .img-group .img-item.auto-width figure .img-area {
        padding-top: 0;
    }
    .story .story-cont .section-cont .page-area .img-group .img-item.auto-width figure .img-area img {
        height: auto;
        width: auto;
        position: static;
    }
    .story .story-cont .section-cont .page-area .attention-area {
        padding: 9rem 1rem 6rem;
    }
    .story .story-cont .section-cont .page-area .attention-area .text-attention {
        font-size: 1.6rem;
    }

    .story .story-cont .section-cont .page-area .row {
        flex-direction: column;
        align-items: center;
    }
    .story .story-cont .section-cont .page-area .row .col-etc {
        width: 100%;
        max-width: 100%;
    }

    /* 부록 */
    .supplement .container {
        padding-top: 4rem;
        padding-bottom: 6rem;
    }
    .supplement .container .btn {
        width: 6.5rem;
        height: 3rem;
        border-radius: 0.8rem;
        font-size: 1.6rem;
    }
    .supplement .executive-area {
        margin: 4rem auto 0;
    }
    .supplement .view-table::-webkit-scrollbar-track {
        margin-left: 0; 
        margin-right: 0; 
    }
    .supplement .executive-area .group-executive.type01 .cont-area {
        gap: 5rem 1rem;
    }
    .supplement .executive-area .group-executive.type01 .cont-area .item-executive {
        width: 100%;
    }
    .supplement .executive-area .group-executive.type02 .cont-area {
        gap: 5rem 1rem;
        padding-top: 2rem;
    }
    .supplement .executive-area .group-executive.type01 .cont-area .item-executive .inner {
        max-width: 22rem;
    }
    .supplement .executive-area .group-executive.type02 .cont-area .item-executive {
        width: calc((100% - 1rem)/2)
    }
    .supplement .executive-area .group-executive.type03 .cont-area {
        gap: 5rem 1rem;
        padding-top: 2rem;
    }
    .supplement .executive-area .group-executive.type03 .cont-area .item-executive {
        width: calc((100% - 1rem)/2)
    }
    .supplement .img-area {
        flex-direction: column;
    }
    /* 아카이브 */
    .archive .container {
        padding-top: 4rem;
        padding-bottom: 6rem;
    }
    .archive ul li {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    /* 연혁 화보 */
    .history .headline .text-year {
        font-size: 1.4rem;
    }
    .history .headline .title {
        font-size: 2.1rem;
    }
}