@charset "UTF-8";
@import url('/main/css/main.css');
@import url('https://fonts.googleapis.com/css?family=DM+Serif+Text:400');
/*-------------------------------------------------
title       : 메인
Author      : ㅈㅁㅈ
Create date : 2020-06-02
-------------------------------------------------*/
#visual {
    padding: 24rem 0;
}

#visual strong {
    font-size: 6.4rem;
    line-height: 1.09375;
    padding-left: 1rem;
    font-family: 'DM Serif Text';
    letter-spacing: 0.25rem;
}

.research,
.news {
    position: relative;
    z-index: 0;
    margin-bottom: 8.5rem;
}

.research h2,
.news h2 {
    position: relative;
    z-index: 0;
    font-size: 3.3rem;
    height: 8.5rem;
    color: #333;
}

.research h2::after,
.news h2::after {
    position: absolute;
    left: auto;
    top: auto;
    width: 1.1rem;
    height: 1.1rem;
    margin: 1rem 0 0 0.5rem;
    border-radius: 100%;
    background-color: #fd8223;
    content: '';
}

.research .list li,
.news .list li {
    float: left !important;
    max-width: calc(50% - 1.8rem);
    margin-bottom: 4.5rem;
}

.research .list li:nth-child(2n),
.news .list li:nth-child(2n) {
    float: right !important;
}

.research .list li:nth-child(2n + 1),
.news .list li:nth-child(2n + 1) {
    clear: both;
}

.research .list a,
.news .list a {
    display: table;
    width: calc(100% + 0px);
    table-layout: fixed;
}

.research .list a > *,
.news .list a > * {
    display: table-cell;
    padding-right: 0px;
    vertical-align: middle;
}

.research .list a .img,
.news .list a .img {
    position: relative;
    z-index: 0;
    overflow: hidden;
    width: 25rem;
    height: 17.5rem;
}

.research .list a .img::before,
.news .list a .img::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 3.3rem;
    border: 1px solid #fff;
    line-height: 3.1rem;
    font-size: 1.8rem;
    z-index: 1;
    width: 9rem;
    margin-top: -1rem;
    border-radius: 3rem;
    font-weight: 600;
    color: #fff;
    content: 'more';
    text-align: center;
    opacity: 0;
    transition: all 0.2s;
    line-height: 2.75rem;
}

.research .list a .img::after,
.news .list a .img::after {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: '';
    height: 100%;
    z-index: 0;
    background: linear-gradient(-45deg, #ffaf3b, #ff6226);
    opacity: 0;
    transition: all 0.2s;
}

.research .list a .img img,
.news .list a .img img {
    position: absolute;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    min-height: 100%;
}

.research .list a .desc,
.news .list a .desc {
    padding: 1rem 0 1rem 3.5rem;
}

.research .list a:hover .img::before,
.research .list a:focus .img::before,
.news .list a:hover .img::before,
.news .list a:focus .img::before {
    margin-top: 0;
    opacity: 1;
    transition-delay: 0.1s;
}

.research .list a:hover .img:after,
.research .list a:focus .img:after,
.news .list a:hover .img:after,
.news .list a:focus .img:after {
    opacity: 0.85;
}

.research .list a .title,
.news .list a .title {
    font-size: 2rem;
    line-height: 1.45;
    display: block;
    overflow: hidden;
    max-height: 6rem;
    font-weight: 500;
    color: #141414;
}

.research .list a .txt,
.news .list a .txt {
    font-size: 1.6rem;
    line-height: 1.5625;
    display: block;
    overflow: hidden;
    max-height: 5rem;
    margin: 0.5rem 0 1rem;
}

.research .list a .date,
.news .list a .date {
    font-size: 1.7rem;
    font-family: Play;
    color: #ff5f0a;
}

.research .list a .date strong,
.news .list a .date strong {
    font-weight: inherit;
}

.research .more,
.news .more {
    font-size: 2rem;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 4rem;
    height: 4rem;
    border-radius: 100%;
    background-color: #4b4b4b;
    color: #fff;
    text-align: center;
    line-height: 4rem;
}

.research .more::before,
.news .more::before {
    transform: rotate(0);
    transition: all 0.2s;
}

.research .more:hover::before,
.research .more:focus::before,
.news .more:hover::before,
.news .more:focus::before {
    transform: rotate(180deg) translateY(2px);
}

.research .more::before,
.news .more::before {
    display: block;
    width: 100%;
    height: 100%;
    font-family: 'xeicon';
    text-align: center;
    line-height: inherit;
    content: '';
}

.research .bx-wrapper,
.news .bx-wrapper {
    min-width: 100%;
}

.research .bx-controls-direction,
.research .control,
.news .bx-controls-direction,
.news .control {
    position: absolute;
    right: 5rem;
    top: -8.5rem;
    text-align: right;
}

.research .bx-controls-direction a,
.research .control a,
.news .bx-controls-direction a,
.news .control a {
    font-size: 2.3rem;
    display: inline-block;
    overflow: hidden;
    position: static;
    width: 4rem;
    height: 4rem;
    margin: 0 0 0 0.5rem;
    border-radius: 100%;
    border: 1px solid #d0d0d0;
    background: none #fff;
    color: #838383;
    text-indent: 0;
    vertical-align: top;
    transition: all 0.2s;
}

.research .bx-controls-direction a::before,
.research .control a::before,
.news .bx-controls-direction a::before,
.news .control a::before {
    display: block;
    width: 100%;
    height: 100%;
    font-family: 'xeicon';
    text-align: center;
    line-height: inherit;
    content: '';
}

.research .bx-controls-direction a:hover,
.research .bx-controls-direction a:focus,
.research .control a:hover,
.research .control a:focus,
.news .bx-controls-direction a:hover,
.news .bx-controls-direction a:focus,
.news .control a:hover,
.news .control a:focus {
    border-color: #838383;
    background-color: #838383;
    color: #fff;
}

.research .bx-controls-direction .bx-next::before,
.research .control .bx-next::before,
.news .bx-controls-direction .bx-next::before,
.news .control .bx-next::before {
    content: '';
}

.research .control,
.news .control {
    top: 0;
}

.research.disable .bx-controls-direction,
.news.disable .bx-controls-direction {
    display: none;
}

.research.type1 .bx-viewport,
.news.type1 .bx-viewport {
    min-height: 16.5rem;
}

.research.type2 .bx-viewport,
.news.type2 .bx-viewport {
    min-height: 38rem;
}

.latest {
    position: relative;
    z-index: 0;
    display: flex;
    gap: 6.4rem;
    padding: 6rem 0 7.5rem;
    color: #fff;
}

.latest::before {
    position: absolute;
    left: 50%;
    top: 0;
    z-index: -1;
    width: 100vw;
    height: 100%;
    transform: translateX(-50%);
    content: '';
    background-color: #263148;
}

/* .latest::after { display: block; clear: both; width: 100%; height: 0; content: ''; } */

.latest h2 {
    position: relative;
    z-index: 0;
    flex-shrink: 0;
    font-size: 3.3rem;
    height: 7rem;
}

.latest h2::after {
    position: absolute;
    left: auto;
    top: auto;
    width: 1.1rem;
    height: 1.1rem;
    margin: 1rem 0 0 0.5rem;
    border-radius: 100%;
    background-color: #fd8223;
    content: '';
}

.latest .more {
    font-size: 2rem;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 1rem;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 100%;
    background-color: #fff;
    color: #4b4b4b;
    text-align: center;
    line-height: 3.5rem;
}

.latest .more::before {
    transform: rotate(0);
    transition: all 0.2s;
}

.latest .more:hover::before,
.latest .more:focus::before {
    transform: rotate(180deg) translateY(2px);
}

.latest .more::before {
    display: block;
    width: 100%;
    height: 100%;
    font-family: 'xeicon';
    text-align: center;
    line-height: inherit;
    content: '';
}

.latest .group {
    position: relative;
    z-index: 0;
}

.latest .group1 {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.latest .gallery_list {
    display: flex;
    gap: 1.6rem;
    flex: 1;
}

.latest .gallery_list > li {
    width: calc(100% / 2 - 1.6rem * 1 / 2);
}

.latest .gallery_list > li > a {
    display: block;
    height: 100%;
}

.gallery_list .thumb {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 0;
    /*
    height: 0;
    padding-top: 70%;
    */
    height: 100%;
    background-color: #000;
    color: #fff;
}

.gallery_list .thumb::after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    font-family: 'xeicon';
    font-size: 4.8rem;
    color: #fff;
    content: '\ea3f';
    text-align: center;
    opacity: 0;
    transition: all 0.2s;
}
.gallery_list .thumb::before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: calc(100% + 1px);
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    opacity: 0;
    content: '';
    transition: all 0.2s;
}
.gallery_list a:hover .thumb::before,
.gallery_list a:hover .thumb::after,
.gallery_list a:focus .thumb::before,
.gallery_list a:focus .thumb::after {
    opacity: 1;
    transition: all 0.4s 0.1s;
}
/*
.gallery_list a:hover .thumb img, .gallery_list a:focus .thumb img {
    opacity: 0.6;
}
*/
.gallery_list .thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
    width: 100%;
    min-height: 100%;
    transform: translateY(-50%);
    transition: all 0.2s;
    */
}
/*
.latest .group1 .list { position: relative; padding-top: 13rem; }

.latest .group1 .list li { display: block !important; position: static !important; max-width: 100%; padding: 0 0 0 45%; opacity: 1 !important; }

.latest .group1 .list li:first-child { position: absolute !important; left: 0; top: 0; }

.latest .group1 .list li:first-child::before { display: none; position: absolute; left: -1.5rem; top: 1.5rem; z-index: -1; width: 45%; height: 28rem; border: 0.2rem solid #fff; content: ''; opacity: 0.2; }

.latest .group1 .list li:first-child a:hover .img img, .latest .group1 .list li:first-child a:focus .img img { opacity: 0.75; }

.latest .group1 .list li:first-child .title { max-width: 100%; padding-left: 0; }

.latest .group1 .list li:first-child .title::before, .latest .group1 .list li:first-child .title::after { display: none; }

.latest .group1 .list li:first-child .desc { overflow: hidden; top: 0; height: 8.5rem; margin-top: 2.5rem; padding-left: 10.5rem; opacity: 1; transition: top 0.5s; }

.latest .group1 .list li:first-child .title { font-size: 1.9rem; line-height: 1.42105; display: flex; min-height: 8.5rem; font-weight: 500; word-break: keep-all; align-items: center; white-space: normal; }

.latest .group1 .list li:first-child .date { position: absolute; left: 0; top: 0; width: 8.5rem; height: 8.5rem; padding-top: 4.5rem; border: 1px solid rgba(255, 255, 255, 0.7); color: rgba(255, 255, 255, 0.7); text-align: center; opacity: 1; }

.latest .group1 .list li:first-child .date strong { position: absolute; top: auto; left: 50%; transform: translateX(-50%); font-size: 3.2rem; top: 1rem; font-weight: bold; color: #fff; line-height: 1.2; }

.latest .group1 .list li:first-child .img { visibility: visible; overflow: visible; width: auto; height: auto; opacity: 1; overflow: hidden; left: 0; width: 45%; height: 28rem; }

.latest .group1 .list a { display: block; }
*/

.latest .group1 .list a:hover .title::after,
.latest .group1 .list a:focus .title::after {
    width: calc(100% - 1.5rem);
}

.latest .group1 .list .title {
    position: relative;
    padding-left: 1.5rem;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    max-width: calc(100% - 8.5rem);
    font-weight: 300;
}

.latest .group1 .list .title::before {
    position: absolute;
    left: 0;
    top: auto;
    content: '';
}

.latest .group1 .list .title::before {
    top: 1.2rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 100%;
    background-color: #fff;
}

.latest .group1 .list .title::after {
    position: absolute;
    left: 1.5rem;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    content: '';
    transition: all 0.2s;
}

.latest .group1 .list .desc {
    position: relative;
    z-index: 0;
    overflow: hidden;
    top: 1rem;
    margin-left: 4.5rem;
}

.latest .group1 .list .txt {
    display: none;
}

.latest .group1 .list .date {
    float: right;
    width: 8rem;
    font-family: Play;
    opacity: 0.6;
}

.latest .group1 .list .date strong {
    font-weight: inherit;
}

.latest .group1 .list .img {
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
    left: 1rem;
    top: 0;
    transition: opacity 0.5s, left 0.5s;
}

.latest .group1 .list .img img {
    position: absolute;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    max-width: initial;
    height: 100%;
    transition: all 0.2s;
}

.latest .group2 {
    position: relative;
    flex-shrink: 0;
    width: 34.2857%;
}

.latest .group2 .list a {
    position: relative;
    z-index: 0;
    display: block;
    overflow: hidden;
    height: 29.5rem;
}

.latest .group2 .list a::before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8));
}

.latest .group2 .list a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    max-width: initial;
    min-height: 100%;
    transition: all 0.2s;
}

.latest .group2 .list a:hover img,
.latest .group2 .list a:focus img {
    transform: translate(-50%, -50%) scale(1.2);
}

.latest .group2 .list .title {
    font-size: 1.8rem;
    line-height: 1.33333;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    padding: 2rem;
    word-break: keep-all;
}

.latest .group2 .txt,
.latest .group2 .date {
    display: none;
}

.latest .group2 .more {
    border: 1px solid rgba(208, 208, 208, 0.4);
    background: none;
    color: #fff;
}

.latest .group2 .bx-controls {
    position: absolute;
    right: 4.5rem;
    top: -6rem;
    width: 12rem;
    line-height: 3.5rem;
}

.latest .group2 .bx-controls .bx-pager.bx-default-pager {
    padding-top: 0;
}

.latest .group2 .bx-controls .bx-pager.bx-default-pager a {
    display: none;
    width: auto;
    height: auto;
    background: none;
    font-family: 'Noto Sans KR';
    text-indent: 0;
}

.latest .group2 .bx-controls .bx-pager.bx-default-pager span {
    font-weight: 400;
    color: #fff;
}

.latest .group2 .bx-controls .bx-pager.bx-default-pager .active {
    display: block;
    font-weight: bold;
    color: #ffaf19;
}

.latest .group2 .bx-controls .bx-controls-direction a {
    font-size: 2.2rem;
    display: block !important;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 3.5rem;
    height: 3.5rem;
    margin-top: 0;
    border-radius: 100%;
    border: 1px solid rgba(208, 208, 208, 0.4);
    background: none;
    color: #fff;
    text-indent: 0;
    text-align: center;
    transition: all 0.2s;
}

.latest .group2 .bx-controls .bx-controls-direction a::before {
    display: block;
    width: 100%;
    height: 100%;
    font-family: 'xeicon';
    text-align: center;
    line-height: inherit;
    content: '';
}

.latest .group2 .bx-controls .bx-controls-direction a:hover,
.latest .group2 .bx-controls .bx-controls-direction a:focus {
    background-color: rgba(208, 208, 208, 0.4);
}

.latest .group2 .bx-controls .bx-controls-direction .bx-next {
    left: auto;
    right: 0;
}

.latest .group2 .bx-controls .bx-controls-direction .bx-next::before {
    content: '';
}

.quick {
    position: relative;
    z-index: 0;
    padding: 4rem 0 4rem 28rem;
}

.quick::before {
    position: absolute;
    left: 50%;
    top: 0;
    z-index: -1;
    width: 1000%;
    height: 100%;
    margin-left: -500%;
    content: '';
    background-color: #f0f0f0;
}

.quick h2 {
    position: absolute;
    top: 50%;
    left: auto;
    transform: translateY(-50%);
    left: 0;
}

.quick ul {
    display: table;
    width: calc(100% + 0px);
    table-layout: fixed;
    font-size: 2.3rem;
    line-height: 1.30435;
    font-weight: 500;
    color: #4b4b4b;
    table-layout: auto;
}

.quick ul > * {
    display: table-cell;
    padding-right: 0px;
    vertical-align: top;
}

.quick span {
    display: inline-block;
    width: calc(100% - 15rem);
    vertical-align: middle;
}

.quick li:nth-child(1),
.quick li:nth-child(3) {
    width: 28%;
}

.quick i {
    display: inline-block;
    width: 11rem;
    height: 11rem;
    margin-right: 2rem;
    border-radius: 100%;
    background-color: #fff;
    text-align: center;
    line-height: 11rem;
    vertical-align: middle;
    transition: all 0.2s;
}

.quick i img {
    max-width: 50%;
    max-height: 50%;
}

.quick a {
    display: block;
}

.quick a:hover i,
.quick a:focus i {
    background-color: #263148;
}

/* 20250103 css 추가 */
@media (max-width: 1460px) {
    .latest {
        gap: 4.8rem;
    }
    .latest .group2 {
        width: 45%;
    }
    .latest .group2 .bx-wrapper {
        margin: 0;
    }
    .latest .group2 .bx-controls {
        right: auto;
        left: calc(100% - 3rem);
    }
}
@media (max-width: 1430px) {
    .latest .group2 .bx-controls {
        left: calc(100% - 5rem);
    }
}
@media (max-width: 1400px) {
    .latest {
        flex-direction: column;
    }
    .latest .group2 {
        width: 100%;
    }
    http://127.0.0.1:8010/board.es?mid=a20304000000&bid=0028
        .latest .group2 .bx-wrapper {
        margin: 0 auto;
    }
    .latest .group2 .bx-controls {
        left: auto;
        right: 30%;
    }
}
@media (max-width: 768px) {
    .latest .group2 .bx-controls {
        right: 40%;
    }
    .latest .group .more {
        top: 1rem;
    }
}
@media (max-width: 520px) {
    .latest .gallery_list {
        flex-direction: column;
        gap: 2.4rem;
    }
    .latest .gallery_list > li {
        width: 100%;
    }
    .latest .group2 .bx-controls {
        right: 4rem;
    }
}

/* 20240204 영문 메인 변경으로 인해 css 추가 */
#visual > .desc em {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 2.3rem;
    font-weight: 700;
    letter-spacing: -0.069rem;
    margin-top: 1.4rem;
}
#visual > .desc strong {
    font-family: initial;
    font-weight: 700;
    margin-top: 0.6rem;
    letter-spacing: -0.03em;
}
#visual > .desc strong + img {
    display: block;
    text-align: center;
    width: 10.9rem;
    margin: 2.3rem auto 0;
}
