:root {
    --bs-tertiary: #478374;
    --st-box-shadow: 0 .5rem 1rem 0 rgba(0,0,0,.15);
}


/*common*/
/* a {
    text-decoration: underline dotted;
    transition: all .3s ease;
} */

html, body {
    overflow-x: hidden;
}

/*bs-override*/
.bg-blue {
    background-color: var(--bs-blue);
}
.bg-indigo {
    background-color: var(--bs-indigo);
}
.bg-purple {
    background-color: var(--bs-purple);
}
.bg-pink {
    background-color: var(--bs-pink);
}
.bg-red {
    background-color: var(--bs-red);
}
.bg-orange {
    background-color: var(--bs-orange);
}
.bg-yellow {
    background-color: var(--bs-yellow);
}
.bg-green {
    background-color: var(--bs-green);
}
.bg-teal {
    background-color: var(--bs-teal);
}
.bg-cyan {
    background-color: var(--bs-cyan);
}
.bg-black {
    background-color: var(--bs-black);
}
.bg-white {
    background-color: var(--bs-white);
}
.bg-gray {
    background-color: var(--bs-gray);
}
.bg-gray-dark {
    background-color: var(--bs-gray-dark);
}
.bg-gray-light {
    background-color: var(--bs-gray-400);
}
.bg-silver {
    background-color: var(--bs-gray-200);
}


/*header*/

header {
}

header .top-header {
    background: #fff;
    width: 100vw;
    display: flex;
    position: fixed;
    justify-content: center;
    z-index: 9992;
    box-shadow: var(--st-box-shadow);
    transition: all .3s ease;
}

header .top-header .wrap {
    width: 100%;
    max-width: 1920px;
    height: 6.25rem;
    display: flex;
    padding: 0 2rem;
    align-items: center;
    justify-content: space-between;
    transition: background .3s ease;
}

header .top-header.active {
    /* box-shadow: none; */
}

header .top-header .logo {
    font-size: 0;
    color: transparent;
}

header .top-header .logo a {
    display: block;
    width: 246px;
    height: 44px;
    background: url(../img/logo-cerik_c.png) center /contain no-repeat;
}

header .top-header .menu {
    flex: 1;
    /* padding: 0 2rem; */
    max-width: 60rem;
}

header .top-header .menu > ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    justify-content: space-around;
}

header .top-header .menu > ul > li {
    margin: 0 2rem;
}

header .top-header .menu > ul > li > a {
    display: block;
    text-decoration: none;
    font-size:1.2rem;
    font-weight: 400;
    color: var(--bs-body-color);
    height: 6.25rem;
    display: flex;
    align-items: center;
    position: relative;
}

header .top-header .menu > ul > li > a.active,
header .top-header .menu ul li a:hover {
    color: var(--bs-primary);
}

header .top-header .cap ul {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: .9rem;
    font-weight: 700;
}
header .top-header .cap a {
    display: block;
    text-decoration: none;
}

header .top-header .cap button {
    background: none;
    border: none;
    padding: 0;
}

header .top-header .cap a,
header .top-header .cap button {
    color: var(--bs-gray);
    transition: all .3s ease;
}

header .top-header .cap a:hover,
header .top-header .cap button:hover {
    color: var(--bs-primary);
}

header .top-header .cap span.material-symbols-rounded {
    line-height: inherit;
}

/*scrolltop*/
.indexpage.scrolltop :not(.sitemap:hover) ~ header:not(:hover) .top-header:not(.active) {
    background-color: rgba(42,48,48,.5);
    box-shadow: none;
}

.indexpage.scrolltop :not(.sitemap:hover) ~ header:not(:hover) .top-header:not(.active) .logo a {
    background: url(../img/logo-cerik_w.png) center /contain no-repeat;
}

.indexpage.scrolltop :not(.sitemap:hover) ~ header:not(:hover) .top-header:not(.active) .menu ul li a {
    color: #fff;
}
.indexpage.scrolltop :not(.sitemap:hover) ~ header:not(:hover) .top-header:not(.active) .cap a,
.indexpage.scrolltop :not(.sitemap:hover) ~ header:not(:hover) .top-header:not(.active) .cap button {
    color: #fff;
}

.subpage.scrolltop :not(.sitemap:hover) ~ header:not(:hover) .top-header:not(.active) {
    box-shadow: none;
}

header .sub-menu {
    display: none;
    position: fixed;
    top: 6.25rem;
    left: 0;
    width: 100vw;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    background: #fff;
    box-shadow: var(--st-box-shadow);
    z-index: 9991;
    overflow: hidden;
}

header .sub-menu::before {
    content: '';
    display: block;
    position: absolute;
    background: #c6c7c5;
    width: 50%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: brightness(0.5) contrast(0.75);
}

header .sub-menu::before {
    background-image: url('../img/img-background_sub_header_06.jpg')
}

header .sub-menu[data-menuname='report']::before {
    background-image: url('../img/img-background_sub_header_01.jpg')
}

header .sub-menu[data-menuname='material']::before {
    background-image: url('../img/img-background_sub_header_02.jpg');
}

header .sub-menu[data-menuname='board']::before {
    background-image: url('../img/img-background_sub_header_03.jpg');
}

header .sub-menu[data-menuname='comms']::before {
    background-image: url('../img/img-background_sub_header_04.jpg');
}

header .sub-menu[data-menuname='introduce']::before {
    background-image: url('../img/img-background_sub_header_05.jpg');
}


header .sub-menu .sub-menu-title p {
    position: relative;
    /* padding-top: 5rem; */
    margin: 0;
}

header .sub-menu .sub-menu-title p::before {
    /* content: ''; */
    display: block;
    width: 3rem;
    height: 3rem;
    margin: 0 auto 1rem;
    background: center/contain no-repeat;
}
/* 
header .sub-menu[data-menuname='intro'] .sub-menu-title p::before {
    background-image: url('../img/img-icon_sub_title_01.svg');
}

header .sub-menu[data-menuname='industry'] .sub-menu-title p::before {
    background-image: url('../img/img-icon_sub_title_02.svg');
}

header .sub-menu[data-menuname='library'] .sub-menu-title p::before {
    background-image: url('../img/img-icon_sub_title_03.svg');
}

header .sub-menu[data-menuname='multimedia'] .sub-menu-title p::before {
    background-image: url('../img/img-icon_sub_title_04.svg');
}

header .sub-menu[data-menuname='inform'] .sub-menu-title p::before {
    background-image: url('../img/img-icon_sub_title_05.svg');
}

header .sub-menu[data-menuname='lounge'] .sub-menu-title p::before {
    background-image: url('../img/img-icon_sub_title_06.svg');
} */

header .sub-menu .wrap {
    display: flex;
    align-items: center;
}

header .sub-menu .sub-menu-title {
    color: #fff;
    font-size: 1.2rem;
    flex: 0 0 auto;
    width: 20%;
    text-align: center;
}

header .sub-menu .sub-menu-list {
    color: #fff;
    background: #fff;
    flex: 0 0 auto;
    width: 80%;
    min-height: 15rem;
    padding: 2rem 0 2rem 1.5rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
    /* border-right: 1px var(--bs-border-color) solid; */
}

header .sub-menu .sub-menu-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

header .sub-menu .sub-menu-list > ul {
    padding: 1rem;
    /* border-right: 1px var(--bs-border-color) solid; */
    min-height: 5rem;
}

header .sub-menu .sub-menu-list > ul:nth-child(5n) {
    border-right: none;
}

header .sub-menu .sub-menu-list > ul:nth-child(-n+5) {
    /* border-bottom: 1px var(--bs-border-color) solid; */
}

header .sub-menu .sub-menu-list a {
    color: var(--bs-body-color);
    text-decoration: none;
    display: block;
    border-radius: 1em;
    padding: .5em 1.25em;
    transition: all .3s ease;
}

header .sub-menu .sub-menu-list a:hover {
    box-shadow: 0 0 0 1px var(--bs-primary);
}

/*header .sub-menu .sub-menu-list > ul > li {}*/

header .sub-menu .sub-menu-list > ul > li > a {
    font-weight: 400;
    border: 1px var(--bs-border-color) solid;
}

header .sub-menu .sub-menu-list > ul > li > ul > li {
    margin: 0.5rem 0;
    /* padding-left: 1rem; */
    word-break: keep-all;
    line-height: 1;
}

header .sub-menu .sub-menu-list > ul > li > ul > li > a {
    font-size: .9rem;
}

/*sitemap*/
.sitemap {
    position: fixed;
    display: none;
    width: 100vw;
    height: 100vh;
    background: rgba(250,250,250,.9);
    backdrop-filter: blur(16px);
    box-shadow: 0 .5rem 1rem 0 rgba(0,0,0,.15);
    /* text-align: center; */
    z-index: 9999;
    overflow-y: auto;
}

.sitemap.on {
    display: block;
}

.sitemap ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sitemap a {
    display: block;
    text-decoration: none;
    color: var(--bs-body-color);
}

.sitemap .sitemap-header {
    position: relative;
    margin: 2rem 0;
    text-align: center;
}

.sitemap .sitemap-header .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1rem;
    border-radius: 10em;
    background: var(--bs-gray);
    border: none;
    transition: all .3s ease;
}

.sitemap .sitemap-header .close span {
    font-size: 1.25rem;
    color: #fff;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
}

.sitemap .sitemap-header .close:hover {
    background: var(--bs-red);
}

.sitemap .sitemap-header .title {
    color: var(--bs-primary);
    font-weight: 700;
    font-size: 2rem;
}

.sitemap .sitemap-cap {
    display: none;
}

.sitemap .sitemap-cap ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.sitemap .sitemap-cap ul > li > a {
    font-weight: 700;
    display: block;
}

.sitemap .sitemap-menu {
    position: relative;
    margin-top: 5rem;
}

.sitemap .sitemap-menu > ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5rem;
}

.sitemap .sitemap-menu > ul > li {
    width: calc(20% - 4rem);
}

.sitemap .sitemap-menu > ul > li > a {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    border-bottom: 2px var(--bs-primary) solid;
    padding: .5rem 0;
    margin-bottom: .5rem;
    transition: all .3s ease;
}

.sitemap .sitemap-menu > ul > li:hover > a {
    color: var(--bs-tertiary);
}

.sitemap .sitemap-menu > ul > li > ul > li > a {
    display: block;
    padding: .5rem;
    border-radius: 10rem;
    transition: all .3s ease;
    font-size: 1.125rem;
    white-space: nowrap;
}

.sitemap .sitemap-menu > ul > li > ul > li > a:hover {
    background: #fff;
    color: var(--bs-tertiary);
    padding-left: 1rem;
}


.sitemap .sitemap-menu > ul > li > ul {
    margin-top: 1rem;
}

.sitemap .sitemap-menu.eng > ul > li > ul > li > a {
    white-space: normal;
}

/*main-visual*/
.main-visual {
    background: #fff;
    height: 700px;
    position: relative;
}

.main-visual .background {
    position: absolute;
    width: 100%;
    max-width: 100vw;
    height: 700px;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    overflow: hidden;
}

.main-visual .background .slider .item img {
    width: 100vw;
    height: 700px;
    object-fit: cover;
    object-position: center;
}

.main-visual .background .slider .item.slick-active img {
    animation: backgroundConcent 3s ease-in-out;
}

.main-visual .background .slick-dots {
    position: absolute;
    bottom: 1.5rem;
    margin: 0;
    padding: 0;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    list-style: none;
    gap: .75rem;
}

.main-visual .background .slick-dots button {
    font-size: 0px;
    margin: 0;
    padding: 0;
    width: .75rem;
    height: .75rem;
    border-radius: .75rem;
    border: none;
    outline: none;
    background: #c3d2cd;
    box-shadow: 0 0 1rem 0 rgba(0,0,0,.3);
    transition: all .5s ease;
}

.main-visual .background .slick-dots .slick-active button {
    background: #fff;
    width: 2.5rem;
}

.main-visual .contents {
    position: relative;
    z-index: 1;
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    pointer-events: none;
}

.main-visual .contents .title h1 {
    font-weight: 700;
    font-size: 3.5rem;
}

.main-visual .contents .search .search-input-wrap {
    display: flex;
    align-items: center;
    background: rgba(255,255,255,.8);
    backdrop-filter: blur(4px);
    width: 100%;
    height: 3.5rem;
    max-width: 36rem;
    padding: .5rem 2rem;
    border-radius: 10rem;
    transition: all .5s ease;
    pointer-events: auto;
}

.main-visual .contents .search .search-input-wrap:focus-within {
    background: rgba(255,255,255,1);
    max-width: 42rem;
}

.main-visual .contents .search {
    margin-top: 2.5rem;
}

.main-visual .contents .title {
    margin-top: 7.5rem;
}

.main-visual .contents .search .search-input-wrap input[type=text] {
    background: transparent;
    border: none;
    outline: none;
    width: 100%;
    font-size: 1.2rem;
}

.main-visual .contents .search .search-input-wrap input[type=text]::placeholder {
    color: #aaa;
}

.main-visual .contents .search .search-input-wrap button {
    outline: none;
    border: none;
    background: transparent;
    line-height: 1;
    color: var(--bs-gray);
}


/*.import-report*/

.import-report {
    background: #fff;
    padding: 6.25rem 0;
}

.import-report .header h2 {
    font-size: 2.5rem;
    font-weight: 400;
}

.import-report .header h2 + p {
    font-size: 1.5rem;
    color: var(--bs-secondary);
}

.import-report .contents {
    position: relative;
    display: flex;
    gap: 3rem;
    align-items: flex-end;
    margin-top: 3.5rem;
}

.import-report .contents .image {
    border: 1px #aaa solid;
    border-radius: 1rem;
}


.import-report .contents::before {
    content: '';
    display: block;
    position: absolute;
    background: radial-gradient(circle, #00A8A2 34%, transparent 36%);
    background-size: 22px 22px;
    background-color: #ffffff;
    opacity: 1;
    width: 128px;
    height: 128px;
    left: -4rem;
    bottom: -2.5rem;
}

.import-report .contents .highlight {
    display: flex;
    align-items: flex-end;
    gap: 2rem;
    width: 35rem;
    flex-shrink: 0;
}

.import-report .contents .highlight .image {
    width: 255px;
    height: 360px;
    position: relative;
    /* border-radius: 1rem; */
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: var(--st-box-shadow);
}

.import-report .contents .highlight .image img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .5s ease;
    background: #fff;
}

.import-report .contents .highlight .image img:hover {
    transform: scale(1.1);
}

.import-report .contents .highlight .description {
    position: relative;
}

.import-report .contents .highlight .description h3 {
    font-size: 1.5rem;
}

.import-report .contents .highlight .description p {
    margin: 1.5rem 0 0;
    /* white-space: pre-line; */
    /* text-overflow: ellipsis; */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}

.import-report .contents .list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 2rem;
}

.import-report .contents .list ul > li {
    width: 100%;
}

.import-report .contents .list a {
    display: block;
    text-decoration: none;
    color: var(--bs-body-color);
}

.import-report .contents .list .image {
    position: relative;
    width: 100%;
    /* max-width: 210px; */
    height: 0;
    padding-top: 141.4285%;
    /* border-radius: 1rem; */
    overflow: hidden;
}

.import-report .contents .list .image > img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all .5s ease;
    background: #fff;
}

.import-report .contents .list a:hover .image > img {
    transform: scale(1.1);
}

.import-report .contents .list .title {
    margin-top: 1rem;
    transition: all .5s ease;
}

.import-report .contents .list a:hover .title {
    color: var(--bs-secondary);
}

/*.common-news*/

.common-news {
    padding: 5rem 0;
    background: #fafafa;
}

.common-news .common-news-flex {
    display: flex;
    gap: 3rem;
    justify-content: space-between;
}

.common-news .common-news-flex .movements,
.common-news .common-news-flex .notice {
    flex: 0 0 auto;
    width: 50%;
}

.common-news .header {display: flex;align-items: center;}

.common-news .header h3 {
    margin: 0;
}

.common-news .header .news-more a {
    display: block;
    background: #9cccbd;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 1.5rem;
    margin-left: 1.5rem;
    color: #fff;
    transition: all .5s ease;
}

.common-news .header .news-more a:hover {
    transform: rotate(180deg);
    background: var(--bs-primary);
}

.common-news .header .notice-tab h3:not(.active) {
    color: #aaa;
    cursor: pointer;
    transition: all .3s ease;
}

.common-news .header .notice-tab h3:not(.active):hover {
    color: var(--bs-tertiary);
}

.common-news .header .notice-tab {
    display: flex;
}

.common-news .header .notice-tab h3:not(:first-child) {
    margin-left: 3rem;
}

.common-news .header .notice-tab h3 {
    position: relative;
}

.common-news .header .notice-tab h3:not(:first-child)::before {
    content: '';
    display: block;
    width: 1px;
    height: 1.5rem;
    position: absolute;
    background: #aaa;
    top: .25rem;
    left: -1.5rem;
}

.common-news .movements .contents {
    display: flex;
    align-items: flex-start;
}

.common-news .header + .contents {
    margin-top: 2rem;
}

.common-news .movements .contents a {
    color: var(--bs-body-color);
    text-decoration: none;
}

.common-news .movements .contents .image {
    position: relative;
    width: 50%;
    flex-basis: 50%;
    padding-top: max(50%, 24.41rem);
    border-radius: 1rem;
    overflow: hidden;
}

.common-news .movements .contents .image > img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    transition: all .5s ease;
}

.common-news  .movements .description {
    width: 50%;
    flex-basis: 50%;
    margin-top: 1rem;
    font-size: 1.2rem;
    font-weight: 400;
    position: relative;
    padding-left: 1.5rem;
    transition: all .5s ease;
    word-break: keep-all;
}

/* .common-news .movements .description::before {
    content: '';
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #29aa82;
    left: 0;
    top: 50%;
    margin-top: -2px;
} */

.common-news .common-news-flex .movements {
    max-width: 40rem;
    position: relative;
}

.common-news .common-news-flex .movements::before {
    content: '';
    display: block;
    position: absolute;
    background: radial-gradient(circle, #9cccbd 34%, transparent 36%);
    background-size: 22px 22px;
    background-color: transparent;
    opacity: 1;
    width: 128px;
    height: 128px;
    left: -4.125rem;
    bottom: -1.25rem;
}

.common-news .movements .contents a:hover .image img {
    transform: scale(1.05);
}

.common-news .movements .contents a:hover .description {
    color: var(--bs-secondary);
}

.common-news .common-news-flex .notice {
    max-width: 36.25rem;
}

.common-news .common-news-flex .notice .news-more > a:not(.active), 
.common-news .common-news-flex .notice .contents > div:not(.active) {
    display: none;
}

.common-news .common-news-flex .notice .contents > div.active {
    animation: showOpacity .3s ease;
}

.common-news .notice .contents ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.common-news .notice .contents ul li {
    display: flex;
    justify-content: space-between;
    padding: 1.6667rem 0;
    border-bottom: 1px #ccc solid;
}

.common-news .notice .contents ul li p {
    margin: 0;
    font-weight: 500;
    width: calc(100% - 7.5rem);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.common-news .notice .contents ul li small {
    display: block;
    width: 7.5rem;
    text-align: right;
    flex-shrink: 0;
}

.common-news .notice .contents ul li:last-child {
    border-bottom: 0;
}

.common-news .notice .contents ul li p a {
    color: var(--bs-body-color);
    text-decoration: none;
    transition: all .5s ease;
}

.common-news .notice .contents ul li p a:hover {
    color: var(--bs-secondary);
}

/*event-banner*/

.event-banner {
    padding: 5rem 0;
    background: #fff;
}

.event-banner .contents img {
    width: 100%;
}

/*market-outlook*/

.market-outlook {
    padding: 5rem 0;
    background: #fff;
}

.market-outlook .header {
    position: relative;
}

.market-outlook .header::before {
    content: '';
    display: block;
    position: absolute;
    background: radial-gradient(circle, #478374 34%, transparent 36%);
    background-size: 22px 22px;
    background-color: transparent;
    opacity: 1;
    width: 128px;
    height: 128px;
    right: 0;
    top: .25rem;
    z-index: 0;
}

.market-outlook .header p {
    color: var(--bs-secondary);
}

.market-outlook .contents {
    position: relative;
}

.market-outlook .contents .slider .item a {
    color: inherit;
    text-decoration: none;
}

.market-outlook .market-outlook-box {
    width: 21.25rem;
    height: 15rem;
    border: 1px #ccc solid;
    border-radius: 1rem;
    padding: 7.5rem 1.5rem 1rem;
    background: #fff;
    background-repeat: no-repeat;
    background-position: top left;
    transition: all .3s ease;
}

.market-outlook .market-outlook-box:hover {
    border-color: var(--bs-secondary);
    box-shadow: var(--st-box-shadow);
}

.market-outlook .market-outlook-box.construction {
    background-image: url('../img/icon-outlook-construction.png');
}

.market-outlook .market-outlook-box.realestate {
    background-image: url('../img/icon-outlook-realestate.png');
}

.market-outlook .market-outlook-box.cbsi {
    background-image: url('../img/icon-outlook-cbsi.png');
}

.market-outlook .market-outlook-box .title {
    color: #3f5051;
    margin-bottom: .5rem;
}

.market-outlook .market-outlook-box .description {
    font-size: 1.2rem;
    word-break: keep-all;
    line-height: 1.2;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.market-outlook .contents .slider {
    display: flex;
    gap: 2rem;
    width: calc(100vw - ( (100vw - 100%) / 2 ) );
    /* width: calc(100% + ((100vw - 100%) /2)); */
    /* overflow-x: scroll; */
    height: 16.5rem;
}

.market-outlook .contents .slider .slick-list {
    padding-right: calc( 100vw - 90% );
}

.market-outlook .slider-controller {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    /* margin-top: 1.5rem; */
}

.market-outlook .slider-controller .slider-scrollbar {
    width: calc( 100% - 10rem );
}

.market-outlook .slider-remote {
    display: flex;
    line-height: 1;
    align-items: center;
    justify-content: space-between;
    width: 7.5rem;
    flex-shrink: 0;
}

.market-outlook .slider-scrollbar .slider-scrollbar-item {
    height: 6px;
    background: var(--bs-gray-300);
}

.market-outlook .slider-scrollbar .slider-scrollbar-item.slick-current {
    background: var(--bs-primary);
}

.market-outlook .slider-controller .slider-scrollbar > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    border-radius: 1rem;
    overflow: hidden;
}

.market-outlook .slider-controller .slider-scrollbar > ul > li {
    width: 100%;
    position: relative;
    height: 6px;
    background: var(--bs-gray-300);
}

.market-outlook .slider-controller .slider-scrollbar > ul > li > button {
    display: block;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

.market-outlook .slider-controller .slider-scrollbar > ul > li.slick-active > button {
    background: var(--bs-tertiary);
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    animation: marketOutlookScrollbar .5s ease;
}

.market-outlook .slider-remote .slider-number b {
    font-size: 1.2rem;
    color: var(--bs-primary);
}

/*video-contents*/

.video-contents {
    padding: 5rem 0;
    background: #fff;
    position: relative;
    z-index: 1;
}

.video-contents::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 50%;
    z-index: -1;
    top: 0;
    left: 0;
    background: #f0f5f2;
}

.video-contents .contents {
    position: relative;
    margin-top: 2rem;
}

.video-contents .contents::before {
    content: '';
    display: block;
    position: absolute;
    background: radial-gradient(circle, #aed1bc 34%, transparent 36%);
    background-size: 22px 22px;
    background-color: transparent;
    opacity: 1;
    width: 128px;
    height: 128px;
    left: -5rem;
    top: 5rem;
    z-index: 0;
}

.video-contents .contents ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 2rem;
}

.video-contents .contents ul li {
    background: #fff;
    border: 1px #ccc solid;
    border-radius: 1rem;
    flex: 1;
    width: 100%;
    transition: all .3s ease;
}

.video-contents .contents ul li:hover {
    border-color: var(--bs-secondary);
    box-shadow: var(--st-box-shadow);
}

.video-contents .contents ul li a {
    display: block;
    color: inherit;
    text-decoration: none;
    height: 100%;
}

.video-contents .contents ul li .thumbnail {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.video-contents .contents ul li .thumbnail > img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center center;
}

.video-contents .contents ul li .title {
    margin: 1.5rem 1.5rem 1rem;
    font-size: 1.2rem;
    font-weight: 500;
    word-break: keep-all;
}

.video-contents .contents ul li .date {
    margin: 0 1.5rem 2rem;
    color: #3f5051;
}

/*link-banner*/

.link-banner {
    padding: 5rem 0;
    background: #fafafa;
}

.link-banner .contents {
    display: flex;
    width: 100%;
    gap: 1.5rem;
}

.link-banner .link-banner-item a {
    color: inherit;
    text-decoration: none;
}

.link-banner .link-banner-item .background {
    width: 100%;
    height: 10rem;
    overflow: hidden;
    position: absolute;
    object-fit: cover;
    object-position: center center;
    z-index: 0;
    border-radius: 2rem;
    transition: all .5s ease;
}

.link-banner .link-banner-item .background > img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease;
}

.link-banner .link-banner-item:hover .background {
    box-shadow: var(--st-box-shadow);
}

.link-banner .link-banner-item:hover .background img {
    transform: scale(1.1);
}

.link-banner .link-banner-item {
    position: relative;
    flex: 1;
}

.link-banner .link-banner-item .title {
    position: relative;
    z-index: 1;
    color: #fff;
    height: 10rem;
    padding: 2rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.link-banner .link-banner-item .title > small {
    display: block;
    width: 100%;
    font-size: 1rem;
}

.link-banner .link-banner-item .title > strong {
    display: block;
    position: relative;
    font-size: 2rem;
    font-weight: 400;
}

.link-banner .link-banner-item .title > strong::after {
    content: '\e5cc';
    font-family: 'Material Symbols Rounded';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    margin-left: 1rem;
}

/*sub-page-layout*/
main.layout {
    position: relative;
    min-height: calc(100vh - 170px);
}

main.layout::before {
    content: '';
    display: flex;
    opacity: 0;
    pointer-events: none;
}

.breadcrumb {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 3rem;
    margin-top: 6.25rem;
    margin-bottom: 0;
    background: #f0f0f0;
}

.breadcrumb-nav {
    display: flex;
    justify-content: end;
    margin: 0;
    margin-top: .75rem;
    padding: 0;
    list-style: none;
}

.breadcrumb-nav a {
    color: var(--bs-gray);
    text-decoration: none;
}

.breadcrumb-nav > li >a > span {
    font-variation-settings: 'FILL' 1;
}

.breadcrumb-nav button {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    color: var(--bs-gray);
    font-weight: 500;
}

.breadcrumb-nav > li {
    position: relative;
}

.breadcrumb-nav > li:not(:first-child) {
    padding-left: 2rem;
}

.breadcrumb-nav > li:not(:first-child)::before {
    content: '\e5cc';
    display: block;
    font-family: 'Material Symbols Rounded';
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    left: .5rem;
    color: var(--bs-gray);
}

.breadcrumb-nav > li > ul {
    list-style: none;
    margin: 0;
    margin-top: .5rem;
    padding: .5rem 1rem;
    position: absolute;
    right: 0;
    background: rgba(255,255,255,.9);
    min-width: max-content;
    border-radius: 1rem;
    box-shadow: var(--st-box-shadow);
    display: none;
}

.breadcrumb-nav > li > ul > li > a {
    display: block;
    font-size: .9rem;
    padding: .5em 0;
    text-align: right;
}

.breadcrumb-nav > li > ul > li > a:hover {
    color: var(--bs-primary);
}

.breadcrumb-nav > li > ul > li.current {
    display: none;
}

.breadcrumb-nav button:focus + ul {
    display: block;
    animation: showOpacity .5s ease;
}

.sub-header {
    background: #fff;
    overflow: hidden;
}

.sub-header .sub-header-wrap {
    min-height: 10rem;
    display: flex;
    position: relative;
    align-items: center;
    gap: 3rem;
    border-bottom: 1px var(--bs-border-color) solid;
}

.sub-header .sub-header-wrap .title h1 {
    margin: 0;
    background: #fff;
}

.sub-header .sub-header-wrap .title {
    position: relative;
    z-index: 0;
    flex-shrink: 0;
}

.sub-header .sub-header-wrap .title::before {
    content: '';
    display: block;
    position: absolute;
    background: radial-gradient(circle, #00A8A2 34%, transparent 36%);
    background-size: 22px 22px;
    background-color: transparent;
    opacity: 1;
    width: 128px;
    height: 128px;
    left: -68px;
    top: -84px;
    z-index: -1;
}

.sub-header .search-input-wrap {
    display: flex;
    align-items: center;
    background: var(--bs-gray-100);
    backdrop-filter: blur(4px);
    width: 100%;
    height: 3.5rem;
    max-width: 40rem;
    padding: .5rem 2rem;
    border-radius: 10rem;
    border: 1px var(--bs-gray-400) solid;
    transition: all .5s ease;
    pointer-events: auto;
}

.sub-header .search {
    width: 100%;
}

.sub-header .search-input-wrap input[type=text] {
    background: transparent;
    border: none;
    outline: none;
    width: 100%;
    font-size: 1.2rem;
}

.sub-header .search-input-wrap:focus-within {
    background: #fff;
}

.sub-header .search-input-wrap input[type=text]::placeholder {
    color: #aaa;
}

.sub-header .search-input-wrap button {
    outline: none;
    border: none;
    background: transparent;
    line-height: 1;
    color: var(--bs-gray);
}

.sub-header .search-option {
    margin-top: .5rem;
    margin-bottom: -1.5rem;
    padding-left: 2rem;
}


.document-preview-slider {
    position: relative;
    padding: 4rem 6rem;
    border-bottom: 1px var(--bs-border-color) solid;
}

.document-preview-track {
    width: 100%;
}

.document-preview-item {
    position: relative;
    width: 100%;
    display: flex;
    gap: 3rem;
    background: var(--bs-gray-100);
    border-radius: 2rem;
    padding: 3rem 3.75rem;
    overflow: hidden;
}

.document-preview-item .image-wrap {
    width: 100%;
    max-width: 255px;
    flex-shrink: 0;
    position: relative;
}

.document-preview-item .image-wrap .image {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 141.4285%;
    border-radius: 1rem;
    box-shadow: var(--st-box-shadow);
}

.document-preview-item .image-wrap .image > img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.document-preview-item .contents {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.document-preview-item .contents .header {}

.document-preview-item .contents .header .title {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 1em;
}

.document-preview-item .contents .header .information {
    margin-bottom: 2.5rem;
}

.document-preview-item .contents .header .description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    min-height: 6.75rem;
}

.document-preview-item .contents .header .information p b {
    margin-right: 1rem;
}

.document-preview-item .contents .footer {}

.document-preview-item .contents .footer .document-preview-links {
    display: flex;
    gap: 1rem;
    font-variation-settings: 'FILL' 1;
}

.document-preview-item .contents .footer .document-preview-links a {
    display: flex;
    padding: .375rem 1.25rem;
    gap: .5rem;
    align-items: center;
}

.document-preview-arrow {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
}

.document-preview-arrow > span {
    font-size: 5rem;
    color: var(--bs-gray-600);
    transition: all .3s ease;
}

.document-preview-arrow.next {
    left: auto;
    right: 1rem;
}

.document-preview-arrow.slick-disabled > span {
    color: var(--bs-gray-200);
}

.document-preview-arrow:not(.slick-disabled) {
    cursor: pointer;
}

.document-preview-arrow:not(.slick-disabled):hover > span {
    color: var(--bs-secondary);
}

.board-list-wrap {
    margin: 5rem 0;
}

.board-list-count {
    display: flex;
    gap: 3rem;
    padding: 1.5rem 0;
}

.board-list-table {
    position: relative;
    border-top: 2px var(--bs-border-color) solid;
}

.board-list-table table {
    width: 100%;
    text-align: center;
}

.board-list-table table th, .board-list-table table td {
    padding: 1rem 0;
    border-bottom: 1px var(--bs-border-color) solid;
    transition: inherit;
}

.board-list-table table a {
    color: var(--bs-body-color);
    text-decoration: none;
    transition: inherit;
}

.board-list-table table tbody tr {
    transition: all .3s ease;
}

.board-list-table table tbody tr:hover td {
    background: var(--bs-gray-100);
}

.board-list-table table a:hover {
    color: var(--bs-secondary);
}

.board-list-table table a.download {
    position: relative;
    display: flex;
    width: fit-content;
    height: 100%;
    align-items: center;
    margin: 0 auto;
    font-variation-settings: 'FILL' 1;
}

.board-list-table table td.number {
    font-size: .875rem;
    font-weight: 700;
}

.board-list-table table td.title {
    font-size: 1.1rem;
    font-weight: 500;
}

.board-list-footer {
    margin-top: 2.5rem;
}

.board-list-footer .pagination {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.board-list-footer .pagination > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: .5rem;
}

.board-list-footer .pagination a {
    text-decoration: none;
    color: inherit;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 2rem;
    transition: all .3s ease;
    /* background: var(--bs-gray); */
}

.board-list-footer .pagination a.disable {
    cursor: default;
    color: var(--bs-gray-400);
    pointer-events: none;
}

.board-list-footer .pagination a.active {
    background: var(--bs-primary);
    color: #fff;
}

.board-list-footer .pagination a:not(.active):hover {
    background: var(--bs-gray-300);
}

.board-list-footer .pagination a.arrow:hover {
    background: transparent;
    color: var(--bs-secondary);
}

.board-list-media {
    position: relative;
}

.board-list-media ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(30%, 1fr));
    gap: 3rem 1.5rem;
}

.board-list-media ul li {
    width: 100%;
    background: #fff;
    border: 1px var(--bs-border-color) solid;
    border-radius: 1rem;
    overflow: hidden;
}

.board-list-media ul li .thumbnail {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.board-list-media ul li .thumbnail > img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all .3s ease;
}

.board-list-media ul li:hover .thumbnail > img {
    transform: scale(1.1);
}

.board-list-media ul li a {
    text-decoration: none;
    color: inherit;
}

.board-list-media ul li .description {
    padding: 1rem 1.5rem;
}

.board-list-media ul li .description .title {
    font-size: 1.2rem;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 3.75rem;
}

.board-list-media ul li .description .date {
    font-size: .9rem;
    margin-top: .5rem;
    color: var(--bs-gray);
    text-align: right;
}

.subscription {position: relative;}

.agreement-wrap {
    padding: 2.5rem 0;
    border-bottom: 1px var(--bs-border-color) solid;
}

.agreement-header {}

.agreement-header .foreword {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--bs-gray);
}

.agreement-header .policy {
    border: 1px var(--bs-border-color) solid;
    padding: 1.5rem;
    margin: 1.5rem 0;
    border-radius: 1rem;
    word-break: keep-all;
}

.agreement-header .policy .list-box {
    background: var(--bs-gray-100);
    padding: 1.5rem;
    font-size: .9rem;
    font-weight: 500;
}

.agreement-body {}

.agreement-body .input-wrap {
    border-top: 2px var(--bs-border-color) solid;
    margin-top: 1.5rem;
}

.agreement-body .input-row {
    display: flex;
    /* gap: 2rem; */
    /* align-items: center; */
    border-bottom: 1px var(--bs-border-color) solid;
}

.agreement-body .input-row .label {
    display: flex;
    align-items: center;
    background: var(--bs-gray-100);
    width: 20%;
    padding: 0 1.5rem;
}

.agreement-body .input-row .input {
    padding: .5rem 1.5rem;
    width: 80%;
}

.agreement-body .input-row .label .required {
    font-size: .75rem;
    font-weight: 700;
    color: var(--bs-danger);
    margin-left: .3rem;
}

.agreement-body .input-row .input input::-webkit-outer-spin-button,
.agreement-body .input-row .input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.agreement-body .input-row .input input[type=number] {
    -moz-appearance: textfield;
}

.agreement-footer {
    margin: 1.5rem 0;
}

.agreement-footer button {
    font-variation-settings: 'FILL' 1;
    display: flex;
    gap: .5rem;
}

.totalsearch-category {
    padding-top: 2rem;
}

.tagbtn-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem 1rem;
}

.tagbtn-wrap .tagbtn {
    background: #fff;
    border: 1px var(--bs-border-color) solid;
    padding: .5rem 1.5rem;
    border-radius: 5rem;
    transition: all .3s ease;
    color: var(--bs-gray);
}

.tagbtn-wrap .tagbtn.active {
    background: var(--bs-primary);
    color: #fff;
    border-color: var(--bs-primary);
}

.tagbtn-wrap .tagbtn:hover {
    color: var(--bs-body-color);
    background: var(--bs-gray-100);
}

.tagbtn-wrap .tagbtn.disable {
    cursor: default;
    background: var(--bs-gray-100);
    color: var(--bs-gray-400);
}

.board-list-search {
    position: relative;
}

.board-list-search ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px var(--bs-border-color) solid;
}

.board-list-search ul li {
    border-bottom: 1px var(--bs-border-color) solid;
}

.board-list-search ul li a {
    display: block;
    padding: 1.5rem 1rem;
    text-decoration: none;
    color: inherit;
    transition: all .3s ease;
}

.board-list-search ul li a:hover {
    background: var(--bs-gray-100);
}

.board-list-search ul li .board-item-title {
    font-size: 1.2rem;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: .5rem;
}

.board-list-search ul li .board-item-file {
    padding: 1rem;
    color: var(--bs-gray);
}

.board-list-search ul li .board-item-file .board-item-file-title {
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.board-list-search ul li .board-item-file .board-item-file-title > .material-symbols-rounded {
    font-size: 1.2rem;
    position: relative;
    top: 3px;
}

.board-list-search ul li .board-item-file .board-item-file-content {
    font-size: .9em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.board-list-search ul li .board-item-date {
    font-size: .75rem;
    font-weight: 700;
    color: var(--bs-gray-500);
}

.board-list-search .board-item-content {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.document-detail-header {
    padding: 3rem 0;
    border-bottom: 1px var(--bs-border-color) solid;
    display: flex;
    width: 100%;
    gap: 3rem;
    justify-content: space-between;
}

.document-detail-header .information {
    width: 100%;
}

.document-detail-header .information .title {
    margin-bottom: 2rem;
}

.document-detail-header .information .title h2 {
    font-weight: 700;
    margin: 0;
}

.document-detail-header .information .description {
    position: relative;
}

.document-detail-header .information .description p:last-child {
    margin-bottom: 0;
}

.document-detail-header .information .description p b {
    font-weight: 600;
    margin-right: 1rem;
}

.document-detail-header .information .description p {
    color: var(--bs-gray-700);
}

.document-detail-header .function {
    display: flex;
    flex-shrink: 0;
    gap: .75rem;
    position: relative;
}

.download-button-wrap {
    position: relative;
}

.download-button-wrap .download-button:focus + .download-list,
.download-button-wrap .download-button:focus-within + .download-list,
.download-button-wrap .download-list:hover {
    opacity: 1;
    pointer-events: all;
}

.download-button-wrap .download-list {
    position: absolute;
    list-style: none;
    margin-top: .5rem;
    width: max-content;
    max-width: 70vw;
    right: 0;
    background: #fff;
    padding: .5rem 1.5rem;
    border-radius: 1rem;
    background: rgba(255,255,255,.9);
    box-shadow: var(--st-box-shadow);
    transition: all .3s ease;
    pointer-events: none;
    opacity: 0;
}

.download-button-wrap .download-list > li > a.download-list-file {
    display: block!important;
    position: relative;
    text-decoration: none;
    padding: .5rem 1rem .5rem 2rem!important;
    color: inherit;
    font-size: .9rem;
    font-weight: 700;
    transition: all .3s ease;
}

.download-button-wrap .download-list > li > a.download-list-file::before {
    content: '\ea0e';
    font-family: 'Material Symbols Rounded';
    font-variation-settings: 'FILL' 1;
    font-weight: normal;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 0;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    display: block;
    left: 0;
    top: 1.125rem;
}

.download-button-wrap .download-list > li > a.download-list-file:hover {
    color: var(--bs-tertiary);
}

.document-detail-header .function button {
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 2.5rem; */
    gap: .5rem;
    height: 2.5rem;
    border-radius: .5rem;
    border: none;
    color: #fff;
    /* background: var(--bs-gray); */
    font-variation-settings: 'FILL' 1;
}

.document-detail-body {
    padding: 2.5rem 0;
    border-bottom: 1px var(--bs-border-color) solid;
}

.document-detail-footer {
    padding: 3rem 0;
}

.document-detail-footer .adjacent-list {
    margin-top: -3rem;
    margin-bottom: 1rem;
    border-top: 1px var(--bs-border-color) solid;
}

.document-detail-footer .adjacent-list a {
    display: flex;
    width: 100%;
    padding: .75rem .5rem;
    border-bottom: 1px var(--bs-border-color) solid;
    text-decoration: none;
    color: inherit;
    transition: all .3s ease;
}

.document-detail-footer .adjacent-list a:hover {
    background-color: var(--bs-gray-100);
}

.document-detail-footer .adjacent-list a.disable {
    opacity: .5;
    pointer-events: none;
}

.document-detail-footer .adjacent-list .adjacent-header {
    position: relative;
    padding: 0 2rem;
    flex-shrink: 0;
}

.document-detail-footer .adjacent-list .adjacent-header::before {
    content: '';
    font-family: 'Material Symbols Rounded';
    font-variation-settings: 'FILL' 1;
    font-weight: normal;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 0;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    display: block;
    left: 0;
    top: .75rem;
}

.document-detail-footer .adjacent-list .next .adjacent-header::before {
    content: '\e316';
}

.document-detail-footer .adjacent-list .prev .adjacent-header::before {
    content: '\e313';
}

.document-detail-footer .adjacent-list .adjacent-title {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.document-detail-footer .function .btn {
    display: inline-flex;
    gap: .5rem;
    align-items: center;
}

.tab-nav {
    position: relative;
    overflow: hidden;
}

.tab-nav ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: .5rem 2rem 0;
    gap: 1rem;
    border-bottom: 1px var(--bs-border-color) solid;
}

.tab-nav ul li {
    display: block;
    position: relative;
}

.tab-nav ul li .tab-nav-btn {
    display: block;
    position: relative;
    padding: .75rem 3.375rem .5rem;
    border: none;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    transition: all .3s ease;
    background: var(--bs-gray-200);
    color: var(--bs-gray);
}

.tab-nav ul li .tab-nav-btn.active {
    background: #fff;
    color: var(--bs-body-color);
    font-weight: 500;
    box-shadow: var(--st-box-shadow);
}

.tab-nav ul li .tab-nav-btn.active::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    left: 0;
    bottom: -1px;
}

.tab-nav ul li .tab-nav-btn:not(.active):hover {
    background: var(--bs-gray-100);
}

.tab-item {
    display: none;
}

.tab-item.active {
    display: block;
    animation: showOpacity 1.5s ease;
}

article.introduce {
    padding: 3.5rem 0;
}

.introduce-subtitle {
    position: relative;
    width: fit-content;
    margin-bottom: 1rem;
}

.introduce-subtitle::after {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% + 1rem);
    height: 1rem;
    background: rgba(var(--bs-primary-rgb),.1);
    bottom: 0;
    z-index: -1;
}

.introduce-message-greeting {
    padding: 3.5rem 0;
}

.introduce-message-greeting .greeting-header {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem;
}

.introduce-message-greeting .greeting-header .image {
    width: 100%;
    max-width: 46rem;
    position: relative;
    z-index: 0;
    flex-shrink: 0;
}

.introduce-message-greeting .greeting-header .image > img {
    width: 100%;
    display: block;
    border-radius: 2rem;
}

.introduce-message-greeting .greeting-header .image::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border: 2px var(--bs-gray-100) solid;
    border-radius: 2rem;
    position: absolute;
    top: 1rem;
    left: 1rem;
}

.introduce-message-greeting .greeting-header .text {
    background: rgba(255, 255, 255, .875);
    backdrop-filter: blur(4px);
    position: relative;
    z-index: 1;
    padding: 2.5rem 5rem 1.5rem;
    margin-top: 5rem;
    margin-left: -100%;
    width: 100%;
    max-width: 42rem;
    border-radius: 2rem;
}

.introduce-message-greeting .greeting-header .text .director-sign {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1.5rem;
    margin-top: 1rem;
}

.introduce-message-greeting .greeting-header .text p {
    margin: 0;
}

.introduce-message-greeting .greeting-header .text .director-sign span {
    font-weight: 500;
    font-size: .9rem;
    margin-top: 1rem;
}

.introduce-message-greeting .greeting-header .text p b {
    font-weight: 400;
    color: #0c4da2;
}

.introduce-message-greeting .greeting-header .text h2 {
    font-weight: 400;
}

.introduce-message-greeting .greeting-header .text h2 b {
    color: #0c4da2;
}

.introduce-message-greeting .greeting-content {
    position: relative;
    margin-bottom: 3rem;
}

.introduce-message-greeting .greeting-content > p {
    font-size: 1.2rem;
    font-weight: 500;
}

.introduce-message-greeting .greeting-goals {position: relative;background: var(--bs-gray-100);border-radius: 2rem;padding: 5rem 3.5rem;}

.introduce-message-greeting .greeting-goals > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.introduce-message-greeting .greeting-goals > ul > li {
    position: relative;
    padding-left: 4rem;
}

.introduce-message-greeting .greeting-goals > ul > li::before {
    content: '';
    display: block;
    width: 3rem;
    height: 4px;
    border-radius: 4px;
    position: absolute;
    background: var(--bs-primary);
    left: 0;
    top: .6667rem;
}

.introduce-message-greeting .greeting-goals > ul > li > h4 {
    color: var(--bs-primary);
    font-size: 1.2rem;
    font-weight: 700;
}

.introduce-message-greeting .greeting-goals > ul > li:not(:last-child) {
    margin-bottom: 3.5rem;
}

.introduce-message-profile {
    padding: 3.5rem 0;
}

.introduce-message-profile .profile-list {
    position: relative;
    display: flex;
    gap: 2.5rem;
    padding-left: 3.5rem;
}

.introduce-message-profile .profile-list:not(:last-child) {
    margin-bottom: 2.5rem;
}

.introduce-message-profile .profile-list > h4 {
    width: 100%;
    flex-shrink: 0;
    max-width: 12.5rem;
    padding-left: 5rem;
    /* text-align: right; */
    position: relative;
    color: var(--bs-primary);
}

.introduce-message-profile .profile-list > h4::before {
    content: '';
    display: block;
    position: absolute;
    width: 3.5rem;
    height: 4px;
    border-radius: 4px;
    background: var(--bs-primary);
    left: 0;
    top: .75rem;
}

.introduce-message-profile .profile-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.introduce-message-profile .profile-list ul li {
    position: relative;
    margin-bottom: 1rem;
    display: flex;
    gap: 2.5rem;
}

.introduce-message-profile .profile-list ul li > i {
    font-style: normal;
    width: 100%;
    max-width: 5rem;
    font-size: .9rem;
    font-weight: 700;
    color: var(--bs-tertiary);
    text-align: right;
    display: block;
    margin-top: .1rem;
}


.organization-chart-wrap {
    position: relative;
    padding: 3.5rem 0;
}

.organization-chart {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

.organization-chart ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.organization-chart ul li {}

.organization-chart ul li a {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 10rem;
    height: 4rem;
    border-radius: 10rem;
    background: #ccc;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .2) inset;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
}

.organization-chart ul li a.nolink {
    cursor: default;
}

.organization-chart ul li a.nolink:hover {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .2) inset;
}

.organization-chart ul.main-line {
    padding-bottom: 3.5rem;
    position: relative;
}

.organization-chart ul.sub-line {
    justify-content: space-between;
    position: relative;
}

.organization-chart ul.main-line li {
    width: 100%;
    display: flex;
    justify-content: center;
}

.organization-chart ul li.size01 a {
    width: 14rem;
    height: 4.5rem;
    font-size: 1.2rem;
}

.organization-chart ul li.size02 a {
    width: 12rem;
    height: 4rem;
}

.organization-chart ul li.color01 a {
    background: #1d618d;
}

.organization-chart ul li.color02 a {
    background: #2f5262;
}

.organization-chart ul li.color03 a {
    background: #185844;
}

.organization-chart ul li.color04 a {
    background: #37867a;
}

.organization-chart ul li.color05 a {
    background: #648f58;
}

.organization-chart ul.main-line .dep01 {
    padding-bottom: 2.5rem;
}

.organization-chart ul.main-line .dep02 {
    margin-left: 36rem;
}

.organization-chart ul li a:hover {
    box-shadow: 0 0 0 4rem rgba(0,0,0,.2) inset;
}

.organization-chart ul.main-line .dep01 a::before {
    content: '';
    display: block;
    width: 1px;
    height: 2.5rem;
    background: #aaa;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: -1;
}

.organization-chart ul.main-line .dep02 a::before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #aaa;
    position: absolute;
    top: 0;
    left: -12rem;
    z-index: -1;
}

.organization-chart ul.main-line .dep02 a::after {
    content: '';
    display: block;
    width: 12rem;
    height: 1px;
    background: #aaa;
    position: absolute;
    top: 50%;
    left: -12rem;
}

.organization-chart ul.main-line::after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 3.5rem;
    background: #aaa;
    bottom: 0;
    left: 50%;
}

.organization-chart ul.sub-line .dep01 {
    position: relative;
    padding-top: 3.5rem;
}

.organization-chart ul.sub-line .dep01::before {
    content: '';
    display: block;
    width: 1px;
    height: 3.5rem;
    position: absolute;
    background: #aaa;
    top: 0;
    left: 50%;
}

.organization-chart ul.sub-line::before {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% - 12rem);
    height: 1px;
    background: #aaa;
    left: 50%;
    transform: translateX(-50%);
}

.organization-chart.eng ul li a {
    height: 7rem;
    text-align: center;
    padding: 1rem;
    line-height: 1;
    font-size: .9rem;
}

.organization-chart.eng ul li.size01 a {
    height: 4.5rem;
}

.introduce-article {
    padding: 3.5rem 0;
}

.purpose-wrap {
    position: relative;
    display: flex;
    min-height: 20rem;
    padding-top: 0;
    margin-top: 2rem;
}

.purpose-background {
    position: absolute;
    display: flex;
    width: 100%;
    height: 20rem;
    border-top-right-radius: 20rem;
    border-bottom-right-radius: 20rem;
    background: #616564;
    background-image: url('../img/img-introduce-purpose-01.jpg');
    background-repeat: no-repeat;
    background-position: center right;
    left: calc( -100% + 20rem );
    top: 0;
    justify-content: end;
    align-items: center;
    padding-right: 1rem;
}

.purpose-content {
    padding-left: 25rem;
    padding-top: 1rem;
}

.purpose-background > span {
    font-size: .9rem;
    font-weight: 700;
    color: rgba(255,255,255,.2);
    display: block;
    width: 16rem;
}

.purpose-content > .text {
    font-size: 2rem;
    font-weight: 200;
    word-break: keep-all;
    margin-bottom: 2.5rem;
}

.purpose-content > .text > b {
    font-weight: 500;
}

.purpose-content > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.purpose-content > ul > li {
    position: relative;
    padding-left: 3.75rem;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--bs-primary);
}

.purpose-content > ul > li:not(:last-child) {
    margin-bottom: 1rem;
}

.purpose-content > ul > li::before {
    content: '';
    display: block;
    position: absolute;
    width: 2rem;
    height: 4px;
    border-radius: 4px;
    background: var(--bs-primary);
    left: 0;
    top: .75rem;
}

.history-title {
    margin-bottom: 2.5rem;
}

.history-list {
    display: flex;
    justify-content: space-between;
    gap: 3.5rem;
    padding-top: 2rem;
}

.history-list .year {
    font-weight: 700;
    color: var(--bs-tertiary);
    font-size: 2rem;
    text-align: right;
    flex-shrink: 0;
    width: 8rem;
    margin-top: -2rem;
}

.history-list .list {
    width: 100%;
    position: relative;
    margin: 0;
    margin-bottom: -2rem;
    padding: 0;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    list-style: none;
    border-left: 2px var(--bs-gray-300) dashed;
}

.history-list .photo {
    width: 26.25rem;
    flex-shrink: 0;
    margin-bottom: 1.5rem;
    align-self: center;
}

.history-list .photo .image {
    width: 100%;
    height: 0;
    padding-top: 57.145%;
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
}

.history-list .photo .image > img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    top: 0;
    left: 0;
}

.history-list .list::before {
    content: '';
    display: block;
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 1.5rem;
    border: 4px var(--bs-tertiary) solid;
    left: calc(-.75rem - 2px);
    top: 0;
    background: #fff;
}

.history-list .list > li {
    position: relative;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
}

.history-list .list > li::before {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: var(--bs-primary);
    left: -5px;
    top: 8px;
}

.history-list .list > li > i {
    display: block;
    margin: 0 2.5rem;
    font-style: normal;
    font-size: .9rem;
    font-weight: 700;
    color: var(--bs-primary);
}

.mission-wrap {
    padding-top: 0;
}

.introduce-vision-title {
    text-align: center;
    position: relative;
    margin-bottom: 2rem;
}

.introduce-vision-title > small {
    font-size: 1rem;
    font-weight: 700;
    color: var(--bs-primary);
    display: block;
    margin-bottom: .5rem;
}

.introduce-vision-title > h4 {
    font-weight: 400;
    font-size: 2rem;
    margin-bottom: .5rem;
}

.introduce-vision-title::after {
    content: '';
    display: block;
    width: 2rem;
    height: 4px;
    border-radius: 4px;
    background: var(--bs-gray-400);
    margin: 0 auto;
}

.mission-text {
    position: relative;
    margin: 0 auto;
    text-align: center;
    width: fit-content;
    font-size: 2.5rem;
}

.mission-text > b {
    color: #0c4da2;
}

.mission-text::before {
    content: '“';
    font-weight: 900;
    display: block;
    position: absolute;
    z-index: -1;
    font-size: 5rem;
    left: -2rem;
    top: -2rem;
    color: var(--bs-gray-200);
}

.mission-text::after {
    content: '”';
    font-weight: 900;
    display: block;
    position: absolute;
    z-index: -1;
    font-size: 5rem;
    right: -2rem;
    top: -2rem;
    color: var(--bs-gray-200);
}

.vision-text {
    text-align: center;
    font-size: 2rem;
}

.vision-list {
    position: relative;
    padding: 2rem 0;
}

.vision-list > ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: space-around;
}

.vision-list > ul > li {
    display: flex;
    width: 20rem;
    height: 20rem;
    border-radius: 20rem;
    background: #fff;
    border: 1px var(--bs-border-color) solid;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    flex-direction: column;
    gap: 1.5rem;
}

.vision-list > ul > li > .icon {
    position: relative;
}

.vision-list > ul > li > .icon > span {
    display: block;
    font-size: .9rem;
    font-weight: 700;
    color: var(--bs-tertiary);
}

.vision-list > ul > li > .text {
    font-size: 1.2rem;
}

.vision-list.eng > ul > li > .text {
    font-size: 1rem;
    padding: 0 1.5rem;
}

.strategy-list {
    margin-top: 2rem;
    display: flex;
    gap: 2rem;
}

.strategy-list > .title {
    width: 20rem;
    flex-shrink: 0;
}

.strategy-list .title > small {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--bs-primary);
}

.strategy-list .title > p {
    padding-left: 2rem;
    font-size: 1.5rem;
    font-weight: 500;
}

.strategy-list > .list-wrap {
    width: 100%;
    background: var(--bs-gray-100);
    border-radius: 1rem;
    padding: 1.5rem 2rem;
    display: flex;
    gap: 2.5rem;
}

.strategy-list > .list-wrap > .list {
    flex: 1;
}

.strategy-title {
    margin-bottom: 3rem;
}

.strategy-list > .list-wrap > .list .category {
    display: inline-block;
    background: var(--bs-tertiary);
    color: #fff;
    padding: .25rem 1.5rem;
    border-radius: 1rem;
    font-weight: 600;
    font-size: .9rem;
    margin-bottom: 1rem;
}

.strategy-list > .list-wrap > .list:nth-child(2) .category {
    background: var(--bs-secondary);
}

.strategy-list > .list-wrap > .list > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.strategy-list > .list-wrap > .list > ul > li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    line-height: 1.2;
    word-break: keep-all;
}

.strategy-list > .list-wrap > .list > ul > li:last-child {
    margin-bottom: 0;
}

.strategy-list > .list-wrap > .list > ul > li::before {
    content: '';
    display: block;
    position: absolute;
    width: .25rem;
    height: .25rem;
    border-radius: .25rem;
    background: var(--bs-primary);
    left: 0.5rem;
    top: .5rem;
}

.organization-chart-wrap::before {
    content: 'CONSTRUCTION\A ECONOMY\A RESEARCH\A INSITUTE OF\A KOREA';
    white-space: pre;
    display: block;
    position: absolute;
    z-index: -1;
    color: var(--bs-gray-100);
    font-size: 6.5rem;
    font-weight: 900;
    line-height: 1;
    bottom: 7rem;
    pointer-events: none;
}

.organization-explan {
    background: var(--bs-gray-100);
    padding: 1.5rem 2rem;
    border-radius: 1rem;
}

.organization-explan > p:last-child {
    margin: 0;
}

.organization-explan > p > b {
    font-size: 1.2rem;
    transition: all .3s ease;
    cursor: pointer;
}

.organization-explan > p {
    word-break: keep-all;
}

.organization-explan > p:first-child > b:first-child {
    font-size: 1.5rem;
    font-weight: 400;
    color: #0c4da2;
    cursor: default;
}

.organization-explan > p:first-child > b:first-child:hover {
    color: #0c4da2;
}

.organization-explan > p:first-child > b:nth-child(2):hover {
    color: #1d618d;
}

.organization-explan > p:first-child > b:nth-child(3):hover {
    color: #648f58;
}

.organization-explan > p:last-child > b:hover {
    color: #185844;
}

.organization-explan > p:last-child > b:last-child:hover {
    color: #37867a;
}

.organization-explan > p:last-child > b:first-child:hover {
    color: #2f5262;
}



.introduce-popup-wrap {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,.1);
    backdrop-filter: blur(4px);
    padding: 5rem 0;
    overflow-y: auto;
}

.introduce-popup {
    background: #fff;
    box-shadow: var(--st-box-shadow);
    border-radius: 2rem;
    padding: 2rem;
}

.introduce-popup > .header {
    display: flex;
    justify-content: end;
    gap: 1rem;
    align-items: center;
}

.introduce-popup > .header .title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--bs-gray);
}

.introduce-popup > .header .close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 2rem;
    background-color: var(--bs-gray);
    transition: all .3s ease;
    cursor: pointer;
}

.introduce-popup > .header .close > span {
    font-size: 1.5rem;
    color: #fff;
}

.introduce-popup > .header .close:hover {
    background-color: var(--bs-red);
    transform: rotate(180deg);
}

.organ-detail-wrap {
    display: flex;
    flex-wrap: wrap;
}

.organ-detail-wrap > div {
    margin: 1.5rem 0;
}

.organ-detail-wrap > div > .title {
    font-size: 1.2rem;
    font-weight: 700;
    display: inline-block;
    position: relative;
    margin-bottom: 1rem;
}

.organ-detail-wrap > .subject {
    width: 100%;
}

.organ-detail-wrap > .info {
    flex: 2;
    flex-basis: auto;
    margin-right: 20px;
}

.organ-detail-wrap > .info > .explan {
    white-space: pre-wrap;
    font-weight: 500;
    word-break: keep-all;
}

.organ-detail-wrap > .depart {
    flex: 1;
    flex-basis: auto;
}

.organ-detail-wrap > .depart ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.organ-detail-wrap > .depart > ul > li {
    display: inline-block;
    margin-right: .5rem;
    margin-bottom: .5rem;
    padding: .5rem 1rem .5rem 2rem;
    background-color: var(--bs-gray-100);
    border-radius: 1rem;
}

.organ-detail-wrap > .depart > ul > li::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background-color: var(--bs-primary);
    display: block;
    position: absolute;
    margin-left: -1rem;
    margin-top: .65rem;
}

.organ-detail-wrap > .depart > ul.newline {
    display: block;
}

.organ-detail-wrap > .list {
    flex: 1;
    flex-basis: auto;
}

.organ-detail-wrap > .list > ul > li {
    margin-bottom: .5rem;
    padding: .5rem 1rem .5rem 2rem;
    background-color: var(--bs-gray-100);
    border-radius: 1rem;
}

.organ-detail-wrap > .list > ul > li::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background-color: var(--bs-primary);
    display: block;
    position: absolute;
    margin-left: -1rem;
    margin-top: .65rem;
}

.organ-detail-wrap > .list > ul.newline {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0 1rem;
}

.organ-detail-wrap > .member {
    width: 100%;
    margin-bottom: 50px;
    flex: 1;
    flex-basis: auto;
}

.organ-detail-wrap > .member > .list > .list-wrap {
    display: flex;
    padding: 1rem 0;
    border-bottom: 1px var(--bs-border-color) solid;
    justify-content: space-around;
}

.organ-detail-wrap > .member > .list > .list-wrap.th {
    font-weight: 700;
    color: var(--bs-primary);
}

.organ-detail-wrap > .member > .list > .list-wrap > div:first-child {
    flex: 1;
    flex-basis: auto;
    display: flex;
    justify-content: space-around;
    width: 35%;
    padding-right: 50px;
}

.organ-detail-wrap > .member > .list > .list-wrap > div:first-child > span {
    flex: 1;
    flex-basis: auto;
    text-align: center;
}

.organ-detail-wrap > .member > .list > .list-wrap > div:first-child > span:first-child {
    width: 60%;
}

.organ-detail-wrap > .member > .list > .list-wrap > div:first-child > span:last-child {
    width: 40%;
    word-break: keep-all;
}

.organ-detail-wrap > .member > .list > .list-wrap > div:last-child {
    flex: 3;
    flex-basis: auto;
}

.organ-detail-wrap > .member > .list > .list-wrap > div.member-info {
    display: flex;
    justify-content: space-around;
    width: 65%;
    text-align: center;
}

.organ-detail-wrap > .member > .list > .list-wrap > div.member-info > span {
    width: 33%;
}

.organ-detail-wrap > .member > .list > .list-wrap:not(.th) > div:first-child > span:last-child {
    background-color: var(--bs-gray-100);
    color: #3c3c3c;
    border-radius: 100px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.organ-detail-wrap > .member > .list > .list-wrap:not(.th) > div.member-info > span {
    font-weight: 300;
}

.organ-detail-wrap .enter {
    width: 100%;
    margin: 0;
    padding: 0;
    height: 0;
}

.organ-detail-wrap .underline {
    border-bottom: 1px dashed #c8c8c8;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 0;
}

.organ-detail-wrap > div > .title::after {
    content: '';
    display: block;
    width: calc(100% + 1rem);
    height: .5rem;
    background: rgba(var(--bs-primary-rgb),.1);
    position: absolute;
    bottom: 0;
}

.organ-detail-wrap > div.subject > .title {
    font-size: 1.5rem;
    font-weight: 500;
    margin: 0;
    /* color: var(--bs-primary); */
}

.organ-detail-wrap > div.subject > .title::after {
    background: transparent;
}

.staff-wrap {
    position: relative;
    padding: 1rem 0 2.5rem;
}

.staff-organ {
    display: flex;
    gap: 2.5rem;
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
}

.staff-organ > .title {
    width: 100%;
    max-width: 18rem;
}

.staff-organ > .items {
    width: 100%;
    margin-top: -1rem;
}

.staff-organ > .title > h3 {
    position: relative;
    display: inline-block;
}

.staff-organ > .title > h3::after {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% + 1rem);
    height: 1rem;
    background: rgba(var(--bs-primary-rgb),.1);
    bottom: 0;
    left: 0;
}

.staff-organ:not(:last-child) {
    border-bottom: 1px var(--bs-border-color) solid;
}

.staff-organ > .items > .item {
    cursor: pointer;
    transition: all .3s ease;
    padding: 1rem 1.5rem;
    border-radius: 1rem;
}

.staff-organ > .items > .item:hover {
    background: var(--bs-gray-100);
}

.staff-organ > .items > .item > .subject {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: .5rem;
    transition: inherit;
}

.staff-organ > .items > .item > .subject > span {
    font-weight: 300;
}

.staff-organ > .items > .item > .information {
    display: flex;
    color: var(--bs-gray);
    font-weight: 600;
    font-size: .9rem;
}

.staff-organ > .items > .item > .information > div:not(:last-child) {
    margin-right: 1rem;
    padding-right: 1rem;
    border-right: 1px var(--bs-border-color) solid;
}

.staff-organ > .items > .item:not(:last-child) {
    margin-bottom: 1rem;
    /* border-bottom: 1px var(--bs-border-color) dashed; */
}

.staff-organ > .items > .item:hover > .subject {
    color: var(--bs-primary);
}

.staff-detail-wrap {
    position: relative;
}

.staff-detail-wrap table {
    width: 100%;
}

.staff-detail-wrap table th, .staff-detail-wrap table td {
    padding: 1.5rem 1rem;
    border-bottom: 1px var(--bs-border-color) solid;
}

.staff-detail-wrap table td {
    
}

.staff-detail-wrap table th {
    min-width: 12rem;
    vertical-align: text-bottom;
}

.staff-detail-wrap .pre-line {
    white-space: pre-line;
}

.staff-detail-wrap table tr:last-child th, .staff-detail-wrap table tr:last-child td {
    border-bottom: none;
}

.map-wrap {
    position: relative;
    display: flex;
    gap: 2.5rem;
}

.map-location {
    width: 50%;
}

.map-api {
    border-radius: 1rem;
    border: 1px var(--bs-border-color) solid;
    width: 100%;
    height: 25rem;
    margin-bottom: 1rem;
}

.map-direction {width: 50%;}

.map-location > p {
    position: relative;
    padding-left: 2rem;
    font-weight: 700;
    color: var(--bs-primary);
}

.map-location > p::before {
    content: '\e0c8';
    font-family: 'Material Symbols Rounded';
    font-weight: normal;
    font-style: normal;
    font-variation-settings: 'FILL' 1;
    position: absolute;
    left: 0;
    font-size: 1.2rem;
    top: -2px;
}

.map-direction > div:not(:last-child) {
    margin-bottom: 3.5rem;
}

.map-direction .header {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.map-direction .header .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    border-radius: 4rem;
    background: var(--bs-tertiary);
    color: #fff;
    border: 4px var(--bs-gray-300) solid;
}

.map-direction .header .icon > span {
    font-size: 2rem;
}

.map-direction .header .text {
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--bs-tertiary);
}

.map-direction .content {
    margin-top: 1.5rem;
    padding-left: 1rem;
}

.map-direction .content > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.map-direction .content > ul > li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.map-direction .content > ul > li::before {
    content: '';
    display: block;
    position: absolute;
    width: 1rem;
    height: 4px;
    border-radius: 4px;
    background: var(--bs-tertiary);
    left: 0;
    top: 0.55rem;
}

.map-direction .content > ul > li > b {
    color: var(--bs-primary);
    margin-right: 1rem;
}

.const-info {
    padding: 3.5rem 0;
    position: relative;
}

.const-info-wrap {
    position: relative;
}

.const-info-text {
    position: relative;
    width: fit-content;
    font-size: 2rem;
    /* margin-bottom: 2rem; */
}

.const-info-text::before {
    content: '“';
    font-weight: 900;
    display: block;
    position: absolute;
    z-index: -1;
    font-size: 4rem;
    left: -1.5rem;
    top: -1rem;
    color: var(--bs-gray-200);
}

.const-info-text::after {
    content: '”';
    font-weight: 900;
    display: block;
    position: absolute;
    z-index: -1;
    font-size: 4rem;
    right: -1.5rem;
    top: -1rem;
    color: var(--bs-gray-200);
}

.const-info-list {
    display: grid;
    gap: 2.5rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 3.5rem;
}

.const-info-item {
    border: 1px var(--bs-border-color) solid;
    border-radius: 1rem;
    padding: 1rem;
}

.const-info-item .header {
    font-size: 1.2rem;
    font-weight: 500;
    border-bottom: 1px var(--bs-border-color) solid;
    padding-bottom: .5rem;
}

.const-info-item .header > img {
    display: block;
    height: 2rem;
}

.const-info-item .list {
    list-style: none;
    margin: 1.5rem 0 1rem;
    padding: 0;
}

.const-info-item .list > li {padding-left: 2.5rem;position: relative;margin-bottom: 1rem;transition: all .3s ease;border-radius: 1rem;}

.const-info-item .list > li::before {
    content: '';
    display: block;
    position: absolute;
    width: 1rem;
    height: 4px;
    border-radius: 4px;
    background: var(--bs-tertiary);
    left: .5rem;
    top: 1.05rem;
}

.const-info-item .list > li a {
    text-decoration: none;
    color: var(--bs-body-color);
    width: 100%;
    display: block;
    font-weight: 600;
    padding: .5rem 0;
    transition: inherit;
}

.const-info-item .list > li:hover {
    background: var(--bs-gray-100);
}

.const-info-item .list > li:hover a {
    color: var(--bs-tertiary);
}

.acpmp-wrap {
    position: relative;
    padding: 3.5rem 0;
}

.acpmp-wrap .intro-box {
    display: flex;
    border-radius: 1rem;
    background: var(--bs-gray-100);
    margin-bottom: 2.5rem;
    padding: 1rem;
    align-items: center;
}

.acpmp-wrap .intro-box > div {
    padding: .5rem 1rem;
}

.acpmp-wrap .intro-box > div:first-child {border-right: 1px var(--bs-border-color) solid;width: 35%;}

.acpmp-wrap .intro-box > div p {
    margin: 0;
    padding-left: 1rem;
}

.acpmp-wrap .intro-box > div p:first-child {
    font-weight: 700;
    color: var(--bs-primary);
    margin-bottom: .5rem;
    padding-left: 0;
}

.acpmp-wrap .intro-box > div ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.acpmp-wrap .intro-box > div ul li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.acpmp-wrap .intro-box > div ul li:last-child {
    margin-bottom: 0;
}

.acpmp-wrap .context-box {
    margin: 3.5rem 0;
}

.acpmp-wrap .context-box .h2 {
    font-size: 1.5rem;
    font-weight: 700;
    width: fit-content;
    margin-bottom: 1.5rem;
    position: relative;
}

.acpmp-wrap .context-box .h2::after {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% + 1rem);
    height: .75rem;
    background: rgba(var(--bs-primary-rgb),.1);
    bottom: 0;
}

.acpmp-wrap .context-box .post {
    padding-left: 1.5rem;
    display: flex;
    /* align-items: center; */
    gap: 1rem;
    margin-bottom: 1rem;
}

.acpmp-wrap .context-box.column .post {
    flex-wrap: wrap;
    gap: .25rem;
}

.acpmp-wrap .context-box.column .post > .text {
    width: 100%;
}

.acpmp-wrap .context-box .post .h3 {
    font-size: 1.1rem;
    margin: 0;
    font-weight: 700;
    display: flex;
}

.acpmp-wrap .context-box .post .h3 > i {
    font-style: normal;
    color: var(--bs-primary);
    font-weight: 900;
    margin-right: .5rem;
}

.acpmp-wrap .context-box.ratio3-7 .post .h3 {
    width: 30%;
    flex-shrink: 0;
}


article.specialreport {
    padding: 3.5rem 0;
}

.specialreport-select-wrap {
    margin-bottom: 3.5rem;
    padding: 2rem 4rem;
    border-radius: 2rem;
    background: var(--bs-gray-100);
}

.specialreport-select-wrap .header {
    margin-bottom: 1.5rem;
    word-break: keep-all;
}

.specialreport-select-wrap .header > b {
    color: var(--bs-primary);
    font-size: 1.2rem;
}

.specialreport-select-wrap .content {
    position: relative;
}

.specialreport-select-wrap .content .category {
    display: flex;
    gap: 1rem;
}

.specialreport-select-wrap .content .category .call-list {
    flex: 1;
    /* overflow: hidden; */
    position: relative;
    width: 100%;
    transition: all .3s ease;
}

.specialreport-select-wrap .content .category .call-list .background {
    width: 100%;
    padding-top: 31.25%;
    position: relative;
    overflow: hidden;
    background: #000;
}

.specialreport-select-wrap .content .category .call-list .background > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .75;
    transition: all .3s ease;
}

.specialreport-select-wrap .content .category .call-list > span {
    position: absolute;
    display: block;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    font-weight: 700;
    font-size: 1.2rem;
}

.specialreport-select-wrap .content .category .call-list:not(.active) {
    cursor: pointer;
    filter: saturate(.5);
    opacity: .5;
}

.specialreport-select-wrap .content .category .call-list:not(.active):hover {
    filter: unset;
    opacity: 1;
}

.specialreport-select-wrap .content .category .call-list:not(.active):hover > .background > img {
    transform: scale(1.1);
}

.specialreport-select-wrap .content .list {
    /* padding: 1rem 0; */
}

.specialreport-select-wrap .content .list > div {
    padding: 1rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    display: none;
}

.specialreport-select-wrap .content .list > div .select {
    width: 100%;
}

.specialreport-select-wrap .content .list > div .submit {
    flex-shrink: 0;
}

.specialreport-select-wrap .content .list > div.active {
    display: flex;
    animation: showOpacity 1s ease;
}

.specialreport-board-wrap .categories {
    border-top: 1px var(--bs-gray) solid;
}

.specialreport-board-wrap .categories .category {
    padding: 1rem 0;
    border-bottom: 1px var(--bs-gray) solid;
    display: flex;
    gap: 1.5rem;
}

.specialreport-board-wrap .categories .category .title {
    flex-shrink: 0;
    width: 100%;
    max-width: 9.5rem;
    text-align: right;
    border-right: 2px var(--bs-primary) solid;
    padding-right: 1.5rem;
}

.specialreport-board-wrap .categories .category .title h3 {
    color: var(--bs-primary);
    font-weight: 700;
    font-size: 1.2rem;
}

.specialreport-board-wrap .categories .category .items {
    width: 100%;
    position: relative;
    margin-top: -.75rem;
}

.specialreport-board-wrap .categories .category .items .item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px var(--bs-border-color) solid;
    padding: .25rem 0;
}

.specialreport-board-wrap .categories .category .items .item:last-child {
    border-bottom: none;
}

.specialreport-board-wrap .categories .category .items .item .subject {
    width: 100%;
    font-size: 1.1rem;
    font-weight: 500;
    padding-top: .5rem;
}

.specialreport-board-wrap .categories .category .items .item .information {
    font-size: .9rem;
    color: var(--bs-gray);
}

.specialreport-board-wrap .categories .category .items .item .footer {
    flex-shrink: 0;
}

.specialreport-board-wrap .categories .category .items .item .footer > a {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.board-list-service > ul {
    border-top: 2px var(--bs-border-color) solid;
    margin: 0;
    padding: 0;
    list-style: none;
}

.board-list-service > ul > li {
    padding: 1.5rem 0;
    border-bottom: 1px var(--bs-border-color) solid;);
}

.board-list-service > ul > li > .header {
    display: flex;
    gap: 1rem;
    font-size: 1.2rem;
    align-items: center;
}

.board-list-service > ul > li > .header > .date {
    color: var(--bs-primary);
    font-weight: 700;
    flex-shrink: 0;
}

.board-list-service > ul > li > .content {
    margin-top: .5rem;
    padding-left: 3.5rem;
    display: flex;
    gap: 1.5rem;
    font-weight: 500;
    position: relative;
}

.board-list-service > ul > li > .content > div:not(:last-child) {
    padding-right: 1.5rem;
    border-right: 1px var(--bs-border-color) solid;
}

.board-list-service > ul > li > .footer {
    margin-top: .5rem;
    padding-left: 3.5rem;
    position: relative;
}


.board-list-service > ul > li > .content::before {
    content: '';
    display: block;
    position: absolute;
    width: 1.5rem;
    height: 4px;
    border-radius: 4px;
    background: var(--bs-primary);
    left: .5rem;
    top: .55rem;
}

.board-list-service > ul > li > .footer > .member-list-toggle {
    display: inline-block;
    position: relative;
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
    padding-right: 1.5rem;
    background: none;
    border-bottom: 1px var(--bs-primary) solid;
    font-weight: 700;
    color: var(--bs-tertiary);
}

.board-list-service > ul > li > .footer > .member-list {
    margin-top: .5rem;
    background: var(--bs-gray-100);
    padding: 0 1.5rem;
    border-radius: 1rem;
    gap: 1rem;
    width: fit-content;
    overflow: hidden;
    transition: all .3s ease;
    display: none;
}

.board-list-service > ul > li > .footer > .member-list > div {
    display: inline-block;
    margin: 1rem 0;
    padding: .25rem 1rem;
    background: #fff;
    border-radius: 4rem;
    border: 1px var(--bs-border-color) solid;
    transition: inherit;
}

.board-list-service > ul > li > .footer > .member-list > div:not(:last-child) {
    margin-right: 1rem;
}

.board-list-service > ul > li > .footer > .member-list-toggle::after {
    content: '\e5c5';
    display: block;
    font-family: 'Material Symbols Rounded';
    font-weight: normal;
    font-style: normal;
    font-size: 1.5rem;
    position: absolute;
    top: -.3333rem;
    right: 0;
}

.board-list-service > ul > li > .footer > .member-list-toggle.on::after {
    content: '\e5c7';
}

.board-list-service > ul > li > .footer > .member-list-toggle.on + .member-list {
    display: block;
}

.specialreport-board-wrap .categories .category .items .item .footer > a .material-symbols-rounded {
    font-size: 1.5rem;
}


.eng-intro {
    padding: 6.25rem 0;
    background: var(--bs-gray-100);
}

.eng-intro .header {
    margin-bottom: 3.5rem;
}

.eng-intro .header h3 {
    font-weight: 700;
    text-align: center;
}

.eng-intro .contents > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-around;
    gap: 3.5rem;
}

.eng-intro .contents > ul > li {
    position: relative;
}

.eng-intro .contents > ul > li .circle {display: flex;width: 15rem;height: 15rem;border-radius: 15rem;align-items: center;justify-content: center;text-align: center;background: var(--bs-primary);color: #fff;padding: 2rem;font-weight: 500;font-size: 1.2rem;}

.eng-intro .contents > ul::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: var(--bs-primary);
    top: 7.5rem;
    z-index: -1;
}

.eng-intro .contents > ul > li a {
    display: block;
    text-align: center;
    transition: all .3s ease;
    margin-top: 1.5rem;
    background: var(--bs-tertiary);
    color: #fff;
    text-decoration: none;
    border-radius: 1rem;
    padding: .25rem 0;
}

/*footer*/
footer {
    position: relative;
    height: 170px;
    background-image: url('../img/footer_background.jpg');
}

footer .footer-wrap {
    width: 100%;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .footer-info {
    color: #fff;
    text-align: right;
}

footer .footer-info .links {
    display: flex;
    gap: 2.5rem;
    justify-content: flex-end;
    margin-bottom: 1rem;
}

footer .footer-info .links a {
    color: #fff;
    text-decoration: none;
    transition: all .3s ease;
}

footer .footer-info .links a:hover {
    color: var(--bs-teal);
}

footer .footer-info .address {
    font-size: .9rem;
}

/*keyframes*/
@keyframes backgroundConcent {
    0% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}


@keyframes marketOutlookScrollbar {
    from {
        margin-left: -100%;
    }
    to {
        margin-left: 0;
    }
}

@keyframes showOpacity {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}




/*1400px미만, bootstrap breakpoint와 동기화 위해 1px 작게*/

@media (max-width: 1399px) {
    .market-outlook .contents .slider .slick-list {
        padding-right: 0;
    }

    .purpose-content > .text > br {
        display: none;
    }
}

@media (max-width: 1199px) {
    header .top-header .menu {
        display: none;
    }

    .sitemap .sitemap-menu > ul {
        gap: 4rem;
    }
    
    .sitemap .sitemap-menu > ul > li {
        width: calc(25% - 3rem);
    }


    .import-report .header h2 {
        font-size: 2rem;
    }
    
    .import-report .header h2 + p {
        font-size: 1.2rem;
    }
    
    .import-report .contents {
        flex-wrap: wrap;
        margin-top: 1.5rem;
    }
    
    .import-report .contents::before {
        top: 50%;
    }
    
    .import-report .contents .highlight {
        width: 100%;
    }

    .import-report .contents .list {
        width: 100%;
    }
    
    .import-report .contents .list a {
        max-width: 210px;
    }
    
    .import-report .contents .list ul {
        justify-content: center;
    }

    .common-news .common-news-flex {
        flex-wrap: wrap;
        gap: 5rem;
    }
    
    .common-news .common-news-flex .movements, .common-news .common-news-flex .notice {
        width: 100%;
    }
    
    .common-news .common-news-flex .notice {
        max-width: none;
    }
    
    .common-news .header + .contents {
        margin-top: 1.5rem;
    }
    
    .common-news .notice .contents ul li {
        padding: 1rem 0;
    }

    .market-outlook .contents .slider {
        width: 100%;
    }

    .market-outlook .contents .slider .slick-list {
        padding-right: calc( 100% - 47rem );
    }

    .document-preview-slider {
        padding: 4rem 2rem;
    }
    
    .document-preview-arrow {
        left: 0;
    }
    
    .document-preview-arrow.next {
        right: 0;
    }
    
    .document-preview-arrow > span {
        font-size: 2rem;
    }

    .board-list-media ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .introduce-message-greeting .greeting-header {
        flex-wrap: wrap;
        padding-bottom: 6rem;
    }
    
    .introduce-message-greeting .greeting-header .text {
        top: 12rem;
    }

    .purpose-content {
        padding-left: 15rem;
    }
    
    .purpose-background {
        left: calc( -100% + 12.5rem );
    }
    
    .purpose-background > span {
        width: 10rem;
    }

    .history-list {
        flex-wrap: wrap;
        gap: 0;
        padding-top: 3.5rem;
    }
    
    .history-list .year {
        width: 100%;
        text-align: left;
        padding-left: 2rem;
    }
    
    .history-list .year > br {
        display: none;
    }
    
    .history-list .list {
        margin-top: -2.25rem;margin-bottom: 0;padding-bottom: 0;
    }
    
    .history-list .photo {
        max-width: 100%;
    }

    .staff-organ > .title {
        max-width: none;
    }
    
    .staff-organ {
        flex-wrap: wrap;
        gap: 1rem;
    }

}

@media (max-width: 991px) {

    .main-visual .contents .title h1 {
        word-break: keep-all;
    }
    
    .main-visual .contents .title h1 > br {
        display: none;
    }

    .market-outlook .contents .slider .slick-list {
        padding-right: calc(100% - 23rem);
    }

    .video-contents .contents ul {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .video-contents .contents ul li {
        flex: auto;
        max-width: 480px;
    }

    .video-contents .contents ul li .title {
        margin: 1rem 1rem .5rem;
    }
    
    .video-contents .contents ul li .date {
        margin: 0 1rem 1rem;
    }

    .link-banner .contents {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .link-banner .link-banner-item {
        flex: auto;
        width: 100%;
        max-width: 480px;
    }

    .sub-header .sub-header-wrap .title::before {
        left: -90px;
        top: -112px;
    }
    
    .sub-header .sub-header-wrap {
        flex-wrap: wrap;
        gap: 1rem;
        align-content: center;
        padding: 2.5rem 0;
    }
    
    .sub-header .sub-header-wrap .title {
        width: 100%;
    }
    
    .sub-header .search-input-wrap {
        max-width: 100%;
        height: 2.5rem;
    }
    

    .document-preview-item {
        padding: 2rem;
        flex-wrap: wrap;
        justify-content: center;
        gap: 2rem;
    }
    
    .document-preview-item .image-wrap {
        max-width: 210px;
    }
    
    .document-preview-item .contents {
        align-items: center;
        gap: 2rem;
    }
    
    .document-preview-item .contents .header .title {
        margin-bottom: .5rem;
    }
    
    .document-preview-item .contents .header .information {
        margin-bottom: 1rem;
    }
    
    .document-preview-item .contents .header .information > p {
        margin-bottom: .5rem;
    }

    .agreement-body .input-row .label {
        width: 30%;
    }
    
    .agreement-body .input-row .input {
        width: 70%;
    }

    .organization-chart ul.main-line .dep02 {
        margin-left: 24rem;
    }
    
    .organization-chart ul.main-line .dep02 a::before {
        left: -6rem;
    }
    
    .organization-chart ul.main-line .dep02 a::after {
        left: -6rem;
        width: 6rem;
    }
    
    .map-wrap {
        flex-wrap: wrap;
    }
    
    .map-location,
    .map-direction{
        width: 100%;
    }

    .purpose-content {
        padding-left: 0;
        padding-top: 12.5rem;
    }
    
    .purpose-background {
        height: 10rem;
        left: 0;
    }
    
    .purpose-content > .text {
        font-size: 1.75rem;
    }
    
    .purpose-wrap {
        margin-top: 0;
    }

    .vision-list > ul {
        flex-wrap: wrap;
        gap: 1rem;
    }
    
    .mission-text {
        padding: 0 1rem;
        word-break: keep-all;
    }

    .vision-list > ul > li {
        width: 100%;
        max-width: 40rem;
        flex-direction: row;
        height: auto;
        padding: 1rem 0;
    }
    
    .strategy-list {
        flex-wrap: wrap;
        gap: 0;
    }

    .specialreport-select-wrap .content .category {
        flex-wrap: wrap;
    }
    
    .specialreport-select-wrap .content .category .call-list {
        flex: auto;
        height: 5rem;
    }
    
    .specialreport-select-wrap .content .category .call-list .background {
        padding-top: 0;
        height: 100%;
    }
    
    .specialreport-board-wrap .categories .category {
        flex-wrap: wrap;
        gap: 1rem;
    }
    
    .specialreport-board-wrap .categories .category .title {flex-shrink: unset;max-width: fit-content;text-align: left;border-right: 0;border-bottom: 2px var(--bs-primary) solid;}

    .const-info-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .eng-intro .contents > ul {
        flex-wrap: wrap;
        gap: 2.5rem;
    }
    
    .eng-intro .contents > ul::before {
        content: '';
        display: none;
    }
    
    .eng-intro .contents > ul > li {
        width: 100%;
        display: flex;
        align-items: center;
    }
    
    .eng-intro .contents > ul > li .circle {
        width: calc(100% - 2rem);
        height: auto;
        margin: 0 auto;
        padding: 1.5rem 2rem;
    }
    
    .eng-intro .contents > ul > li a {
        position: absolute;
        bottom: -1rem;
        right: 0;
        padding: .25rem 1.5rem;
    }

    footer {
        height: auto;
        padding: 1rem 0;
    }
    
    footer .footer-wrap {
        flex-wrap: wrap;
    }
    
    footer .footer-logo {
        width: 100%;
        text-align: center;
    }
    
    footer .footer-info {
        width: 100%;
        text-align: center;
    }
    
    footer .footer-info .links {
        justify-content: center;
        font-size: .9rem;
    }
    
    footer .footer-info .address {
        font-size: .75rem;
    }
    
    footer .footer-logo > img {
        height: 36px;
    }

}

@media (max-width: 767px) {
    html {
        font-size: 15px;
    }

    .sitemap .sitemap-menu > ul {
        gap: 2rem;
    }
    
    .sitemap .sitemap-menu > ul > li {
        width: calc(50% - 1rem);
    }
    
    .sitemap .sitemap-menu > ul > li > a {
        font-size: 1.25rem;
    }
    
    .sitemap .sitemap-menu > ul > li > ul > li > a {
        font-size: 1rem;
    }

    .market-outlook .header::before {
        display: none;
    }
    
    .common-news .common-news-flex .movements::before {
        top: -6.6667rem;
        right: -4rem;
        left: auto;
    }

    .common-news .movements .description {
        width: 100%;
        flex-basis: 100%;
        margin-top: 1.5rem;
        padding-left: 2rem;
    }
    
    .common-news .movements .contents {
        flex-wrap: wrap;
    }
    
    .common-news .movements .contents .image {
        width: 320px;
        padding-top: 390px;
        flex-shrink: 0;
        flex-basis: auto;
    }

    .event-banner {
        padding: 0;
    }

    

    .board-list-table thead {
        display: none;
    }
    
    .board-list-table table th, .board-list-table table td {
        border: none;
        display: flex;
        text-align: left;
        align-items: center;
        padding: .5rem 1rem;
    }
    
    .board-list-table table tbody tr {
        display: block;
        border-bottom: 1px var(--bs-border-color) solid;
        padding: 1rem 0;
    }
    
    .board-list-table table a.download {
        margin: 0;
    }

    .board-list-table table td.title {
        font-size: 1.5rem;
    }
    
    .board-list-table table td.number {
        display: none;
    }

    .introduce-message-greeting .greeting-header .image {
        max-width: none;
    }
    
    .introduce-message-greeting .greeting-header .text {
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 0;
        top: auto;
        margin-top: 2.5rem;
    }
    
    .introduce-message-greeting .greeting-header {
        padding-bottom: 1.5rem;
        margin-bottom: 2.5rem;
        border-bottom: 1px var(--bs-border-color) solid;
    }
    
    .introduce-message-greeting .greeting-goals > ul > li::before {
        width: 1.5rem;
    }
    
    .introduce-message-greeting .greeting-goals {
        padding: 3rem 2rem;
    }
    
    .introduce-message-greeting .greeting-goals > ul > li {
        padding-left: 2.5rem;
    }

    .introduce-message-profile .profile-list {
        padding: 0;
        flex-wrap: wrap;
        gap: 1.5rem;
    }
    
    .introduce-message-profile .profile-list:not(:last-child) {
        margin-bottom: 3.5rem;
    }
    
    .organization-chart ul.main-line li {
        justify-content: left;
    }
    
    .organization-chart ul li.size01 a {
        width: 12rem;
        height: 3.5rem;
    }
    
    .organization-chart ul li.size02 a {
        width: 12rem;
        height: 3.5rem;
    }
    
    .organization-chart ul.main-line .dep02 {
        position: relative;
        width: 100%;
        margin-left: auto;
        justify-content: end;
    }
    
    .organization-chart ul.main-line .dep02 a::before {
        left: 6rem;
        height: 3.5rem;
        top: 0;
    }
    
    .organization-chart ul.main-line .dep02 a {
        position: static;
    }
    
    .organization-chart ul.main-line .dep02 a::after {
        left: 6rem;
        width: calc(100% - 12rem);
        z-index: -1;
    }
    
    .organization-chart ul.main-line::after {
        left: 6rem;
    }

    .organization-chart ul.sub-line {
        justify-content: normal;
    }
    
    .organization-chart ul.sub-line .dep01 {
        width: 100%;
        display: flex;
        justify-content: end;
        padding-top: 1.5rem;
    }
    
    .organization-chart ul.sub-line::before {
        width: 1px;
        height: calc(100% - 1.75rem);
        left: 6rem;
        transform: none;
    }
    
    .organization-chart ul.sub-line .dep01::before {
        width: calc(100% - 12rem);
        height: 1px;
        top: 3.25rem;
        left: 6rem;
    }

    .organization-chart.eng ul li a {
        height: 7rem;
    }

    .organization-chart.eng ul.main-line .dep02 a::before {
        height: 7rem;
    }
    
    .organization-chart.eng ul.sub-line::before {
        height: calc(100% - 5.25rem);
    }


    .organ-detail-wrap {
        flex-direction: column;
    }

    .organ-detail-wrap > div > .title {
        display: block;
    }

    .organ-detail-wrap > .member > .list > .list-wrap {
        flex-direction: column;
    }

    .organ-detail-wrap > .member > .list > .list-wrap.th {
        display: none;
    }

    .organ-detail-wrap > .member > .list > .list-wrap > div:first-child {
        width: 100%;
        padding-right: 0;
        justify-content: flex-start;
    }

    .organ-detail-wrap > .member > .list > .list-wrap > div:first-child > span {
        text-align: left;
    }

    .organ-detail-wrap > .member > .list > .list-wrap > div.member-info {
        flex-direction: column;
        width: 100%;
        text-align: left;
        margin-top: 10px;
    }

    .organ-detail-wrap > .member > .list > .list-wrap > div.member-info > span {
        width: 100%;
        overflow-wrap: break-word;
        overflow: hidden;
        flex: 1;
        flex-basis: auto;
        margin-right: 20px;
        text-align: left;
    }

    .organ-detail-wrap > .member > .list > .list-wrap > div.member-info > span:last-child {
        margin: 0;
        border: none;
    }

    .organ-detail-wrap > .member > .list > .list-wrap > div.member-info > span::before {
        content: '';
        display: inline-block;
        width: 10px;
        height: 2px;
        background-color: var(--bs-primary);
        margin: 0 10px 5px;
    }
    
    .staff-organ > .items > .item > .information {
        flex-wrap: wrap;
    }
    
    .staff-organ > .items > .item > .information > div:not(:last-child) {
        border: none;
    }
    
    .staff-organ > .items > .item > .information > div:last-child {
        width: 100%;
    }

}



@media (max-width: 575px) {
    html {
        font-size: 14px;
    }

    header .top-header .wrap {
        height: 5rem;
        padding: 0 1.5rem;
    }
    
    header .top-header .logo a {
        width: 180px;
    }
    
    header .top-header .cap ul {
        gap: 1rem;
        font-size: .75rem;
    }

    .sitemap .sitemap-cap {
        display: block;
    }

    .sitemap .sitemap-menu > ul {
        gap: 0;
    }
    
    .sitemap .sitemap-menu > ul > li {
        width: 100%;
        margin-bottom: 2.5rem;
        padding: 0 1.5rem;
    }

    .import-report .contents .highlight .image {
        width: 148px;
        height: 210px;
    }
    
    .import-report .contents .highlight .description h3 {
        font-size: 1.2rem;
    }
    
    .import-report .contents .highlight .description p {
        -webkit-line-clamp: 8;
    }
    
    .import-report .contents::before {
        top: 33.3333%;
    }
    
    .import-report .contents .list ul {
        gap: 1rem;
        width: 100%;
        min-width: 420px;
    }
    
    .import-report .contents .list {
        overflow-x: auto;
        padding-bottom: 1rem;
    }

    .common-news .header .news-more a span {
        font-size: 21px;
    }
    
    .link-banner .link-banner-item .background {
        height: 7.5rem;
        filter: brightness(0.5);
    }
    
    .link-banner .link-banner-item .title {
        height: 7.5rem;
        padding: 1rem 2rem;
        flex-wrap: nowrap;
        gap: 1rem;
        justify-content: space-between;
    }
    
    .link-banner .link-banner-item .title > strong {
        width: 50%;
        flex-shrink: 0;
        font-size: 1.5rem;
        text-align: right;
    }
    
    .link-banner .link-banner-item .title > strong::after {
        font-size: 16px;
    }
    
    .link-banner .link-banner-item .title > small > br {
        display: none;
    }
    
    .link-banner .link-banner-item .title > small {
        word-break: keep-all;
    }

    .breadcrumb {
        margin-top: 5rem;
    }

    .board-list-media ul {
        grid-template-columns: 1fr;
    }

    .board-list-media ul li .description .title {
        min-height: auto;
    }
    
    .agreement-body .input-row .label {
        width: 35%;
    }
    
    .agreement-body .input-row .input {
        width: 65%;
    }

    .tab-nav ul {
        padding: .5rem .5rem 0;
    }

    .strategy-list > .list-wrap {
        flex-wrap: wrap;
    }
    
    .strategy-list > .list-wrap > .list {
        flex: auto;
        width: 100%;
    }

    .const-info-list {
        grid-template-columns: 1fr;
    }

}




.fade-event {
    /* 나타나는 효과가 1초동안 발생 */
    transition: 1.5s;

    /* 투명도 0 (안보임) */
    opacity: 0;

    /* 왼쪽에서 오른쪽으로 나타나게 하기 위함 */
    position: relative;
    transform: translateY(20px);
}

.fade-event.fade-in {
    /* 투명도 0 (보임) */
    opacity: 1;
    transform: translateY(0);
}

.sub-fade-event {
    transition: 1.5s;
    opacity: 1;
    position: relative;
    transform: translateY(0);
    animation: subFadeEvent 1.5s ease;
}

@keyframes subFadeEvent {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}