@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700&family=Roboto:wght@100;300;400;500;700&display=swap');


.material-symbols-outlined {
  font-variation-settings: 'FILL' 0,
  'wght' 500,
  'GRAD' 0,
  'opsz' 48;
  font-size: 6.5rem;
  position: relative;
  z-index: 1;
}

:root{
    /* color */
    --color-main: #0789cb;
    --color-main-dark: #005678;
    --color-gray: #C1C1C2;

    --page-point-color: #0789cb;
    --page-point-color-hover: #0577b1;
    --page-dark-color: #5f6f76;
    --page-dark-color-hover: #475156;
--page-grey-color: #ddd;
}

html {overflow-x: hidden;overflow-y: scroll;font-size: 10px;}
#site {background-color: #fff;word-break: keep-all !important;padding-top: 10rem;letter-spacing: -0.025em;}
#site > .container{width: 100%;padding: 0;}
/* 폰트 설정 */
#site, h1, h2, h3, h4, h5, h6, input, textarea, button {font-family: 'Roboto','notokr', sans-serif;}
a:focus, a:hover{
    color: var(--color-main)
}

/* 구글 아이콘 가변 폰트
span.material-symbols-outlined {
    transition: font-variation-settings .3s;
    font-variation-settings: var(--gms200_Out);
}

.item:hover span.material-symbols-outlined {
    font-variation-settings: var(--gms300_Fill);
} 
*/

ol, ul{padding: 0;margin: 0;list-style: none;list-style-position: inside;}

/* 닷홈 빌더 설정
.navbar .caret,
.navbar .divider-vertical,
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {display: none;}
 */

@media (min-width: 768px){
    .col-sm-20{width: 20%;}
    .col-sm-40{width: 40%;}
    .col-sm-60{width: 60%;}
    .col-sm-80{width: 80%;}
}
@media (min-width: 992px){
    .col-md-20{width: 20%;}
    .col-md-40{width: 40%;}
    .col-md-60{width: 60%;}
    .col-md-80{width: 80%;}
}
@media (min-width: 1200px){
    .col-lg-20{width: 20%;}
    .col-lg-40{width: 40%;}
    .col-lg-60{width: 60%;}
    .col-lg-80{width: 80%;}
}

/* 상단 네비게이션 */

.navbar.navbar-inverse{background-color: #fff;border-bottom: none;border-top: 3px solid var(--color-main);margin: 0;box-shadow: 0 1px 3px rgba(0,0,0,0.12);}
.navbar-header .navbar-brand{display: block;padding: 0;font-size: 2.0rem;margin-top: 3.2rem;margin-left: 0 !important;height: auto;}
.navbar-header .navbar-brand img{margin-top: 0;display: inline-block;width: 23.2rem;}
[lang="en"] .navbar-header .navbar-brand{margin-top: 3.7rem;}
[lang="en"] .navbar-header .navbar-brand img{width: 29.4rem;}

.nav.navbar-nav > li > a{display: block;height: 100%;padding: 3.8rem 3.7rem;font-size: 1.7rem;color: #1f1f1f;font-weight: 500;letter-spacing: -0.05em;}

.nav.navbar-nav > li > a::before {
    content: '';
    width: 1px;
    height: 14px;
    background: #e1e1e1;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.nav.navbar-nav > li:first-child > a::before {
    content: none;
}
.nav.navbar-nav > li > a .caret{display: none;}
.nav.navbar-nav > li:hover > a,
.nav.navbar-nav > li.open > a,
.nav.navbar-nav > li:focus > a,
.nav.navbar-nav > li > a:hover,
.nav.navbar-nav > li > a:focus,
.nav.navbar-nav > li.open > a,
.nav.navbar-nav > li.open > a:hover,
.nav.navbar-nav > li.open > a:focus{color: var(--color-main);background: none;}
.nav.navbar-nav li .dropdown-menu{left: 50%;right: auto;border-radius: 0;border: 0;padding: 0;transform: translateX(-50%);}
.nav.navbar-nav li .dropdown-menu li a{padding: 1.2rem 1.5rem;text-align: center;font-size: 1.4rem;letter-spacing: -0.03em;transition: all 0.15s ease;}

.nav.navbar-nav li .dropdown-menu li + li a {
    border-top: 1px solid #eee;
}
.nav.navbar-nav li .dropdown-menu li a:hover{
    color: #fff;
    background: var(--color-main);
}

.lang-wrap{
    position: absolute;
    top: 35px;
    right: 30px;
    display: flex;
    gap: 0 1rem;
}
.lang-wrap .lang{
    border: 0;
    padding: 0;
    background: none;
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--color-gray);
}
.lang-wrap .lang.active{
    color: var(--color-main);
}

@media (min-width: 768px){
    .navbar-right {
        float: right!important;
        margin-right: -3.7rem;
    }
}
@media (max-width: 767px){
    html{font-size: 2vw;}
    #site{}

    .lang-wrap {
        position: static;
        justify-content: flex-end;
        padding: 0.6rem 1rem;
        background: #f8f8f8;
    }

    .navbar-header .navbar-brand {
    margin-top: 13px;
    margin-left: 15px !important;
    }
    [lang="en"] .navbar-header .navbar-brand {
        margin-top: 15px;
    }

    /*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 9px 0;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #666;
        transition: ease-in-out .15s all;
        opacity: 1;
        position: relative;
    }

    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background: none;
        border-color: #222;
    }

    .navbar-inverse .navbar-toggle:hover .icon-bar,
    .navbar-inverse .navbar-toggle:focus .icon-bar {
        background-color: #222;
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: transparent;
    }

    .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(1) {
        transform: rotate(45deg);
        top: 6px;
    }

    .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(2) {
        opacity: 0;
    }

    .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(3) {
        transform: rotate(-45deg);
        top: -6px;
    }
    
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #e6e6e6;
    }
    .nav.navbar-nav > li > a {
        padding: 2.6rem 0;
        font-size: 2.1rem;
        text-align: center;
    }
    .nav.navbar-nav li .dropdown-menu {
        transform: translateX(0%);
        background-color: #f8f8f8;
    }
    .nav.navbar-nav li .dropdown-menu li a {
        font-size: 1.7rem;
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    #site{}
    .lang-wrap {
        position: static;
        justify-content: flex-end;
        padding: 0.6rem 1rem;
        background: #f8f8f8;
    }
    .navbar-header .navbar-brand img {
        margin-top: 0;
        display: inline-block;
        width: 15.9rem;
    }
    [lang="en"] .navbar-header .navbar-brand img {
        width: 22.4rem;
    }
    .nav.navbar-nav > li > a {
        padding: 3.8rem 2.9rem;
        font-size: 1.4rem;
    }
    [lang="en"] .nav.navbar-nav > li > a {
        padding: 3.8rem 1.5rem;
        font-size: 1.2rem;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    #site{}
    .lang-wrap {
        position: static;
        justify-content: flex-end;
        padding: 0.6rem 1rem;
        background: #f8f8f8;
    }
    [lang="en"] .navbar-header .navbar-brand img {
        width: 28.4rem;
    }
    [lang="en"] .nav.navbar-nav > li > a {
        padding: 3.8rem 2.3rem;
        font-size: 1.4rem;
    }
}

/* //상단 네비게이션 */

/* 슬라이드 영역 */
#mainCarousel .carousel-inner .item{
    height: 48rem;
}
#mainCarousel .carousel-inner .item .carousel-caption{text-shadow: none;text-align: left;padding: 0;left: calc((100% - 114.0rem) / 2);right: calc((100% - 114.0rem) / 2);top: 41%;}
#mainCarousel .carousel-inner .item h1{
    font-size: 3.8rem;
    font-weight: 400;
    color: #333;
    margin-bottom: 2.2rem;
    letter-spacing: -0.075em;
    line-height: 1.28;
}

#mainCarousel .carousel-inner .item h1 b {
    font-weight: 600;
}
#mainCarousel .carousel-inner .item h1 b{}
#mainCarousel .carousel-inner .item p{
    line-height: 1.48;
    font-size: 1.6rem;
    color: #595a5a;
    transform: rotate(0.03deg);
}
.carousel-control{
    display: none;
}
.carousel-indicators{
    text-align: left;
    bottom: 6rem;
    padding-left: 3px;
}
.carousel-indicators li,
.carousel-indicators li.active{
    width: 3.2rem;
    height: 0.8rem;
    border-radius: 5rem;
    margin: 0 1px;
    border: none;
    background: #848484;
}
.carousel-indicators li.active{
    background: #008ee0;
}
@media (max-width: 767px){
    #mainCarousel .carousel-inner .item .carousel-caption{left: 15px;right: 15px;}
    [lang="en"] #mainCarousel .carousel-inner .item h1{font-size: 2.5rem;}
    #mainCarousel .carousel-inner .item p{font-size: 1.9rem;}
    #mainCarousel .carousel-inner .item p br{display: none;}
}
@media (min-width: 768px) and  (max-width: 991px){
    #mainCarousel .carousel-inner .item .carousel-caption{left: calc((100% - 75.0rem) / 2);right: calc((100% - 75.0rem) / 2);}
}
@media (min-width: 992px) and  (max-width: 1199px){
    #mainCarousel .carousel-inner .item .carousel-caption{left: calc((100% - 97.0rem) / 2);right: calc((100% - 97.0rem) / 2);}
}
/* //슬라이드 영역 */

/* 메인 중단영역 */

#main_wrapper > section{padding: 7.5rem 0;}

#main_wrapper > section > .container > .row {
    margin: 0;
}
#main_wrapper > section .left{padding-left: 0;padding-right: 3rem;}

#main_wrapper > section .main-bbs {
    width: 38%;
    padding-right: 5rem;
    padding-left: 5rem;
}

.main-bbs .board_box_list {
    padding: 0;
    margin: 0 !important;
    height: 220px;
}
#main_wrapper > section .left > .row{
    margin: 0 -0.7rem;
}
#main_wrapper > section .left > .row > div{
    padding: 0 0.7rem;
}
.main-left{
    display: block;
    background: #929496;
    background: linear-gradient(150deg, #92a7b1, #4e636c);
    color: #fff;
    position: relative;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border-radius: 0 3rem;
}

.left > .row > div:nth-child(2) .main-left {
    background: #007cbb;
    background: linear-gradient(150deg, #43b1e9, #006497);
}

.left > .row > div:nth-child(3) .main-left{
    background: #006289;
    background: linear-gradient(150deg, #2c9dcb, #09415a);
}
.main-left::before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 1rem;
    /* background: rgba(255,255,255,0.2); */
    /* box-shadow: 1px 0 0 rgba(0,0,0,0.1); */
}
.main-left:hover{
    text-decoration: none;
    color: #fff;
    transform: translateY(-1.2rem);
}
.main-left .text{
    display: flex;
    height: 22rem;
    position: relative;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.main-left .tit{
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 500;
    margin: -1.1rem 0 2.8rem;
    text-shadow: 0 0 4px rgba(0,0,0,0.1);
    letter-spacing: -0.06em;
}
[lang="en"] .main-left .tit{padding-left: 0rem;}
.main-left .material-symbols-outlined{
    font-size: 6.4rem;
    color: #fff;
    opacity: 0.65;
    text-shadow: 5px 5px 20px rgba(0,0,0,0.08);
    font-variation-settings: 'FILL' 1, 'wght' 300, 'GRAD' 0, 'opsz' 48;
}

.main-right{
    display: block;
}

.main-right + .main-right {
    border-top: 1px solid #d9dee1;
}

.main-section .right {
    width: 12%;
    padding: 0;
    border: 4px solid #bad3e1;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.08);
}
.main-right:hover{
    text-decoration: none;
}
.main-right .text{
    display: block;
    position: relative;
    height: 10.3rem;
}
.main-right .tit{
    font-size: 1.6rem;
    color: #126387;
    font-weight: 500;
    position: absolute;
    top: 1.6rem;
    left: 1.6rem;
}
.main-right .material-symbols-outlined{
    position: absolute;
    right: 1.2rem;
    bottom: 1.4rem;
    font-size: 4rem;
    color: #c8dde3;
}

.board_box_list{}
.board_box_list .page-header{
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    padding: 0;
    border-top: 2px solid #d9dee1;
    padding: 3rem 0 2.2rem;
}
.main-section .board_box_list .page-header h4{
    margin: 0;
    font-size: 2.5rem;
    color: #333;
    font-weight: 500;
    letter-spacing: -0.06em;
    line-height: 1;
}
.main-section .board_box_list .page-header a{
    margin-top: 3px;
    margin-right: 2px;
    color: var(--color-main);
    position: relative;
    z-index: 1;
}

.main-section .board_box_list .page-header a::after {
    content: 'more';
    font-size: 1.3rem;
    font-weight: 500;
    color: #666;
    margin-left: 5px;
    letter-spacing: 0;
    vertical-align: text-bottom;
}
.board_box_list ul{}
.board_box_list ul li{
    padding: 3px 0 4px;
}
.board_box_list ul li a{
    font-weight: 400;
    color: #444;
}
.board_box_list ul li .info{}
.board_box_list ul li .info .writer,
.board_box_list ul li .info .hits{display: none;}
.board_box_list ul li .info .regdate{}

.board_box_list .type_list .info span {
    letter-spacing: -0.03em;
    font-size: 1.2rem;
    opacity: 0.6;
}

@media (max-width: 767px){
    #main_wrapper > section > .container > .row {
        margin: 0 -15px;
    }
    #main_wrapper > section .left {
        padding-left: 15px;
        padding-right: 15px;
    }
    #main_wrapper > section .left > .row {
        margin: 0 -5px;
    }
    #main_wrapper > section .left > .row > div {
        padding: 0 5px;
        width: calc(100% / 3);
    }
    #main_wrapper > section .main-bbs {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-top: 30px;
    }
    .main-bbs .board_box_list {
        padding: 0;
        margin: 0 0 30px !important;
        height: auto;
    }
    .main-section .right {
        width: 100%;
    }
    .main-right .tit {
        font-size: 2.4rem;
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    #main_wrapper > section .left {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
    #main_wrapper > section .main-bbs {
        width: 60%;
        margin-top: 30px;
        /* padding-right: 0; */
        padding-left: 0;
    }
    .main-section .right {
        width: 40%;
        margin-top: 30px;
        padding: 0;
        border: 4px solid #bad3e1;
        box-shadow: 3px 3px 3px rgba(0,0,0,0.08);
    }
}
@media (min-width: 992px) and  (max-width: 1199px){}

/* //메인 중단영역 */

/* 서브페이지 */

.subHeader {height: 16rem;background-image: url(/public/img/sub/sub_title.jpg);background-size: cover;background-repeat: no-repeat;background-position: center;}
.subHeader .container{height: 100%;position: relative;}
.subHeader .container h2{text-align: center;color: #fff;font-size: 4.5rem;margin: 0;position: absolute;left: 1.5rem;top: 50%;transform: translateY(-50%);display: none;}
.subHeader .container .breadcrumb{padding: 0; margin: 0; background: none; position: absolute; bottom: 1.0rem; right: 1.5rem;}
.subHeader .container .breadcrumb > li > a,
.subHeader .container .breadcrumb > li.active{color:#fff; opacity: 0.7;}

.subBody{padding-bottom: 5rem;}

.subBody > .container > .row {
    display: flex;
    align-items: start;
    margin: 0;
}

.subMenu{width: 18%;padding: 0;margin-top: -5.5rem;}
.subMenu h2{
    margin: 0;
    padding: 5rem 0;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -0.08em;
    color: #333;
    text-align: center;
    font-size: 2.8rem;
    background: #EFF3F4;
    background: #0077bc;
    background: linear-gradient(150deg, #43b1e9, #006497);
    color: #fff;
    border-radius: 0 3rem 0 0;
}

.subMenu h2::after {
    /* content: ''; */
    width: 20px;
    height: 2px;
    background: var(--color-main);
    display: block;
    margin: 20px auto 0;
}
.subMenu .nav{line-height: 1;box-shadow: 1px 1px 3px rgba(0,0,0,0.1);}
.subMenu .nav > li{
    margin: 0;
    float: none;
}
.subMenu .nav > li > a{
    position: relative;
    border-radius: 0;
    margin: 0;
    padding: 1.5rem 2rem;
    font-size: 1.5rem;
    color: #333;
    border: 1px solid #ddd;
    background: #f7f8f9;
    border-top: none;
    font-weight: 400;
    transition: all 0.15s ease;
    letter-spacing: -0.04em;
}
[lang="en"] .subMenu .nav > li > a{
    font-size: 1.3rem;
}
.subMenu .nav > li > a:hover,
.subMenu .nav > li > a:focus{
    background: #ECEFF1;
}
.subMenu .nav > li.active > a{
    background: #fff;
    color: var(--color-main);
    font-weight: 500;
    /* border-color: var(--color-main); */
}
.subMenu .nav > li.active > a::after{
    content: '\e5cc';
    font-family: 'Material Symbols Outlined';
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
    font-size: 22px;
}

.subContent{
    width: 82%;
    padding-top: 8rem;
    padding-left: 7.4rem;
    padding-right: 0;
}
.subContent_title{
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin: 0 0 6rem;
    /* border-bottom: 1px solid #d0d0d0; */
    /* padding-bottom: 1.5rem; */
}
.subContent_title h3{
    margin: 0;
    font-size: 3.5rem;
    font-weight: 500;
    color: #333333;
    letter-spacing: -0.06em;
}

.subContent_title h3::after {
    content: '';
}
.subContent_title .breadcrumb{
    padding: 0;
    margin: 0 5px 0 0;
    background: none;
}

.subContent_title .breadcrumb > li{
    font-size: 1.2rem;
    margin-right: -3px;
}
.subContent_title .breadcrumb > li a,
.subContent_title .breadcrumb > li.active{
    color: #888;
    font-weight: 500;
}
.subContent_title .breadcrumb > li:first-child a {
    display: inline-block;
    color: transparent;
    width: 13px;
}
.subContent_title .breadcrumb > li:first-child a::before{
    content: '\f015';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 11px;
    vertical-align: text-bottom;
    color: #888
}
.subContent_title .breadcrumb > li.active {
    color: #555;
}

.breadcrumb>li+li:before {
    content: '\f054';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 10px;
    padding: 0 10px;
    vertical-align: unset;
}
.subContent .content, .bbs-section{padding-bottom: 8.0rem;}

.subContent .content + .content {
    border-top: 1px dashed #e3e3e3;
    padding-top: 8rem;
}
.bbs-area .board_wrapper{margin-top: 0;}

.board_wrapper .option_wrap {
    margin-bottom: 10rem;
}
.subContent .content h4{
    font-size: 2.6rem;
    font-weight: 500;
    position: relative;
    margin: 0 0 3rem;
    letter-spacing: -0.06em;
    padding-left: 1.9rem;
}
.subContent .content h4::before{
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    box-shadow: 0 11px 0 #b5bcc1;
    position: absolute;
    top: 4px;
    left: 0;
    background: #008ed7;
    border-radius: 50%;
    }

.greeting{}
.greeting .image{
    width: 22%;
}
.greeting .image img{
    box-shadow: 12px 12px 0 #eee;
}
.greeting .text{
    width: 78%;
    padding-left: 5rem;
    padding-right: 2.5rem;
}
.greeting .text p{
    font-size: 1.5rem;
    margin: 0 0 2.8rem;
    line-height: 1.65;
    text-align: justify;
    color: #555;
}
.greeting .text p.intro{
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.43;
    margin: 1rem 0 3.5rem;
    letter-spacing: -0.06em;
    color: #818285;
    text-align: left;
}
[lang="en"] .greeting .text p.intro{font-size: 2.6rem;}
.greeting .text p.intro span.color-b{
    color: var(--color-main);
    font-weight: 500;
}
.greeting .text p.intro span.color-r{
    color: #eb4b4b;
    font-weight: 500;
}
.greeting .text p.epil{
    margin: 0;
    text-align: right;
    font-size: 1.5rem;
    font-weight: 500;
    color: #333;
}
.greeting .text p.epil b{
    font-size: 2rem;
    margin-left: 1rem;
    font-weight: 500;
}

.overview{
    display: flex;
    /* border-top: 2px solid var(--color-main); */
    /* box-shadow: 1px 1px 3px rgba(0,0,0,0.1); */
    gap: 3rem;
    align-items: center;
}
.overview .left{
    width: 28%;
    color: #0079b7;
    padding: 5.5rem 0  4.5rem 3.5rem;
    /* display: flex; */
    flex-flow: column;
    background: var(--color-main);
    /* background: #51b1b3; */
    color: #fff;
    position: relative;
}
[lang="en"] .overview .left{
    padding: 4rem 0 4rem 3rem;
}
.overview .left h5{margin: 0 0 2rem;font-size: 2.4rem;font-weight: 500;letter-spacing: -0.08em;}
[lang="en"] .overview .left h5{
    font-size: 2rem;
}

.overview .left p{
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: -0.05em;
    font-weight: 400;
    color: #4d6e91;
    color: #fff;
}
.overview .left::before{
    content: '';
    width: 1px;
    height: 18rem;
    background: #fff;
    display: block;
    position: absolute;
    left: 2.2rem;
    bottom: 0;
}
.overview .right{
    width: 72%;
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem 1.8rem;
    margin-top: 2rem;
}
.overview .right .dl-overview{
    width: 50%;
    width: calc((100% / 3) - 1.2rem);
    /* border: 1px solid #ddd; */
    border-top: 1px solid #6a7478;
    padding: 0.6rem 0;
    border-left: none;
    /* background: #f7f8f9; */
    margin: 0;
}

.overview .right .dl-overview:nth-child(4) dd b {
    font-size: 2.4rem;
}

.overview .right .dl-overview.company dd {
    font-weight: 600;
    font-size: 1.8rem;
    letter-spacing: -0.04em;
    line-height: 1.4;
    margin-top: -6px;
}

.overview .right .dl-overview.company dd small {
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: 0;
    /* color: #37546c; */
}
.overview .right .dl-overview dt{
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    font-weight: 400;
    color: #6a7478;
    letter-spacing: -0.05em;
}
[lang="en"] .overview .right .dl-overview dt{font-size: 1rem;}
.overview .right .dl-overview dd{
    font-size: 1.35rem;
    text-align: right;
    line-height: 1;
    color: #3d5e6c;
    font-weight: 500;
}
.overview .right .dl-overview dd small{
    font-size: 1.3rem;
    display: block;
    opacity: 0.7;
}
.overview .right .dl-overview dd b{
    font-size: 2.5rem;
    font-weight: 500;
    /* color: var(--color-main); */
    display: inline-block;
    line-height: 1;
}
.overview .right .dl-overview.dl-date dd b{
    margin-left: 0.4rem;
}
.overview .right .dl-overview.dl-unit dd{}
.overview .right .dl-overview.dl-unit dd b{
    font-size: 2rem;
    display: block;
}

.overview .right .dl-overview.dl-unit dd br + b {
    margin-top: 9px;
}
.overview .right .dl-overview.dl-unit dd small{display: inline-block;opacity: 1;font-size: 1.1rem;margin: 5px 0;line-height: 1.1;}
[lang="en"] .overview .right .dl-overview.dl-date dd b,
[lang="en"] .overview .right .dl-overview dd b{margin-right: 0.5rem;}

.history{
    position: relative;
}
.history::before{
    content: '';
    display: block;
    width: 3px;
    width: 1px;
    height: 100%;
    background: #e8e9e9;
    position: absolute;
    top: 4rem;
    left: 15.1rem;
    background: linear-gradient(to bottom, #dddddd 95%, transparent);
}
.history .timeline{
    display: flex;
    align-items: flex-start;
    padding: 1.9rem 0;
}
.history .timeline .year{
    position: relative;
    margin: 0;
    font-size: 4rem;
    font-weight: 300;
    line-height: 1;
    color: var(--color-main);
    width: 15rem;
    letter-spacing: -0.015em;
    font-style: italic;
}

.history .timeline .year::before {
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid var(--color-main);
    position: absolute;
    right: -6px;
    top: 15px;
    border-radius: 50%;
    background: #fff;
}

.history .timeline .issue{
    width: calc(100% - 15rem);
    padding-left: 5rem;
    padding-top: 0.6rem;
}
.history .timeline .issue > li{
    font-size: 1.5rem;
    padding-left: 1.6rem;
    margin-top: 4px;
    position: relative;
}
.history .timeline .issue > li::before{
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #666;
    position: absolute;
    left: 2px;
    top: 9px;
    border-radius: 4px;
}
.history .timeline .issue > li small{
    font-size: 1.3rem;
    margin-left: 0.2rem;
}
.history .timeline .issue > li .kor-first{
    font-size: 1.4rem;
    margin-left: 0rem;
    color: var(--color-main);
    font-style: italic;
}

.member-box{
    display: flex;
    border-bottom: 1px solid #ddd;
    padding: 2.5rem 1rem;
    align-items: center;
}

.con1 > .member-box:first-child {
    border-top: 2px solid #d9dee1;
}
.member-box .image{
    width: 13rem;
    /* box-shadow: 3px 3px 3px rgba(0,0,0,0.08); */
}
.member-box .image img{
    margin: 0;
}
.member-box .text{
    width: calc(100% - 16rem);
    padding-left: 3.5rem;
    /* display: flex; */
}
.member-box .text .name{
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: -3.2px;
    margin: 0.5rem 0 1.8rem;
    display: inline-block;
    line-height: 1.35;
}
[lang="en"] .member-box .text .name{letter-spacing: -2px}
.member-box .text .name .positon{
    font-size: 1.6rem;
    font-weight: 400;
    color: #057bb7;
    letter-spacing: -0.06em;
    margin-left: 6px;
}
.member-box .text .career{
    position: relative;
    margin: 0;
    padding-left: 10rem;
}
.member-box .text .career dt{
    font-size: 1.3rem;
    margin: 0 0 1.2rem;
    position: absolute;
    left: 0;
    top: 2px;
    border-left: 2px solid var(--color-main);
    padding-left: 5px;
    line-height: 0.95;
}
.member-box .text .career dd{
    font-size: 1.3rem;
    margin-top: 4px;
    padding-left: 1.3rem;
    position: relative;
    color: #555;
}
.member-box .text .career dd::before{
    content: '';
    width: 3px;
    height: 3px;
    background: #666;
    position: absolute;
    left: 2px;
    top: 7px;
    border-radius: 4px;
}

.nav-tabs{
    display: flex;
    margin-bottom: 7rem;
    border-bottom: 1px solid #ccc;
}

.modal-body .nav-tabs {
    margin-bottom: 4rem;
}

.nav-tabs > li {
    text-align: center;
    flex: 1;
}

.nav-tabs > li > a {
    margin: 0 !important;
    background: #f6f8f9;
    border-radius: 0;
    border: 1px solid #ccc;
    border-bottom: none;
    color: #666;
    font-weight: 400;
    padding: 1.1rem 2rem;
    font-size: 1.4rem;
}

.nav-tabs > li > a:hover,  
.nav-tabs > li > a:focus {
    background: #f0f2f3;
    border-color: #ccc;
    color: #333;
}

.nav-tabs > li + li > a {
    border-left: none !important;
}

.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:focus, 
.nav-tabs>li.active>a:hover {
    color: #333;
    font-weight: 500;
    background: #fff;
    border: 1px solid #ccc;
    border-top: 2px solid var(--color-main);
    border-bottom: none;
}
.table-top .nowOn{
    font-size: 2rem;
    margin-bottom: 0rem;
    font-weight: 500;
}
.table-top .nowOn + .nowOn{margin-bottom: 2rem;}
.table-top .unit{
    margin: 0 0 1.5rem;
    display: flex;
    justify-content: space-between;
    color: #999;
    font-size: 1.3rem;
}
/* 이미지, 탭 간격 조절 */
#management02 .nav-tabs{
    margin-bottom: 7rem
}

.table-top .unit .left{}
.table-top .unit .right{}

table.table-style{
    width: 100%;
    border-top: 2px solid var(--color-main);
}
table.table-style tr{
    border-bottom: 1px solid #ddd;
}
table.table-style tr th,
table.table-style tr td{
    font-size: 1.4rem;
    padding: 1rem 1.2rem;
    border-left: 1px solid #ddd;
    line-height: 1.45;
}

#about05 table.table-style tr td,#about05 table.table-style tr th {
    line-height: 1;
    font-size: 1.3rem;
    letter-spacing: 0;
}

#about05 table.table-style tr td {
    text-align: right;
}

#about05 table.table-style tr td:first-child {
    text-align: left;
}

#about05 table.table-style tr th {
    font-size: 1.4rem;
}
table.table-style tr th:last-child,
table.table-style tr td:last-child{
    border-right: 1px solid #ddd;
}
table.table-style tr th{
    background: #f7f8f9;
    color: #333;
}
table.table-style thead tr th{
    text-align: center;
}
table.table-style tr td{}

table.table-style td.num {
    text-align: right;
}
table.table-style tr .th-lv1{
    font-size: 2rem;
    background: #efefef;
    font-weight: 600;
    /* color: var(--color-main-dark); */
}
table.table-style tr .th-lv2{
    font-weight: 600;
    background: #fff;
}
table.table-style tr .th-lv3{
    font-size: 1.8rem;
    font-weight: 600;
    color: #027dbb;
}
table.table-style tr .th-lv4{
    font-weight: 600;
    color: #333;
}
table.table-style tr .th-lv5{}
table.table-style tr .th-lv6{}

.partners-wrap{
    position: relative;
    width: fit-content;
    margin: 0 auto;
}
.partners-wrap .ptn-link{
    display: block;
    position: absolute;
}
.partners-wrap .ptn-link.link1{
    top: 44.2%;
    left: 9.1%;
    width: 21.7%;
    height: 11.4%;
}
.partners-wrap .ptn-link.link2{
    top: 2.3%;
    left: 56.9%;
    width: 17.8%;
    height: 6.3%;
}
.partners-wrap .ptn-link.link3{
        top: 2.4%;
        right: 0%;
        width: 16.8%;
        height: 6.7%;
}
.partners-wrap .ptn-link.link4{
        top: 17.2%;
        left: 56.9%;
        width: 15.3%;
        height: 6.3%;
}
.partners-wrap .ptn-link.link5{
        top: 34.1%;
        left: 56.9%;
        width: 14.4%;
        height: 5.4%;
}
.partners-wrap .ptn-link.link6{
        top: 47.2%;
        left: 56.9%;
        width: 15.3%;
        height: 6.7%;
}
.partners-wrap .ptn-link.link7{
        top: 62.2%;
        left: 56.9%;
        width: 18.9%;
        height: 6.6%;
}
.partners-wrap .ptn-link.link8{
        top: 77.5%;
        left: 56.9%;
        width: 17.7%;
        height: 4.4%;
}
.partners-wrap .ptn-link.link9{
        top: 91.2%;
        left: 56.9%;
        width: 26%;
        height: 6.9%;
}

.root_daum_roughmap{width: 100% !important;}
.location{margin-top: 2rem;}
.location li{
    font-size: 1.5rem;
    margin: 0.5rem 0 0;
    display: inline-block;
    width: 17%;
    letter-spacing: 0;
}
.location li b{
    display: inline-block;
    margin-right: 1rem;
    font-size: 1.5rem;
    color: var(--color-main);
}
.location li.addr{
    font-size: 2rem;
    font-weight: 400;
    width: 100%;
    letter-spacing: -0.03em;
    margin-bottom: 1rem;
}

.fund-wrap{
    margin-bottom: 7.5rem;
}

#fund02 .fund-wrap .img-box {
    border: 1px solid #ddd;
    padding: 3.5rem 0;
}
.fund-wrap:last-child{margin: 0; padding: 0;}
.fund-wrap h5{
    font-size: 2.2rem;
    font-weight: 500;
    margin: 4rem 0 1.5rem;
    color: var(--color-main);
    letter-spacing: -0.06em;
    display: block;
}
.fund-wrap h5::before{
    content: '';
}

.aum{
    display: flex;
    margin: 0;
    align-items: center;
    border: 1px solid #bad3e1;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.08);
}
.aum .image{
    width: 60%;
    padding: 0px 4.5rem;
    align-items: center;
}
.aum .image img{}
.aum .text{width: 40%;padding: 0;}
.aum .text .dl-fund{
    margin: 0;
    position: relative;
    margin-top: 0;
    padding: 3rem;
    background: #f7f8f9;
    border-left: 1px solid #eee;
}
.aum .text .dl-fund dt{
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: -0.06em;
    color: var(--color-main);
    margin: 0 0 1.5rem;
}
.aum .text .dl-fund dd{
    font-size: 1.3rem;
    /* width: calc(50% - 1rem); */
    /* display: inline-block; */
    font-weight: 500;
}

.aum .text .dl-fund dd + dd {
    margin-top: 0.3rem;
}
.aum .text .dl-fund dd a{
    color: #333;
    display: block;
    position: relative;
}

.aum .text .dl-fund dd a::after {
    content: '\e5cc';
    font-family: 'Material Symbols Outlined';
    border-radius: 50%;
    font-size: 16px;
    opacity: 0.5;
    display: inline-block;
    vertical-align: bottom;
    margin-left: 8px;
    float: ri;
}
.aum .text .dl-fund dd a:hover{
    /* text-decoration: none; */
    color: var(--color-main);
}

.manage01-process{}
.manage01-process .top{
    display: flex;
    align-items: flex-start;
    gap: 0;
    flex-wrap: wrap;
}

.manage01-process .top > dl:last-child dt {background: var(--color-main-dark);/* border-radius: 0 1.5rem 0 0; */}
.manage01-process .top > dl:nth-child(1) dt::after {border-left-color: #2a9dd7;}
.manage01-process .top > dl:nth-child(2) dt {background: #0789cb;}
.manage01-process .top > dl:nth-child(2) dt::after {border-left-color: #0789cb;}
.manage01-process .top > dl:nth-child(3) dt {background: #0c75ab;}
.manage01-process .top > dl:nth-child(3) dt::after {border-left-color: #0c75ab;}
.manage01-process .top > dl:nth-child(4) dt {background: #0b6491;}
.manage01-process .top > dl:nth-child(4) dt::after {border-left-color: #0b6491;}

.manage01-process .top .dl-process{
    width: 19.6%;
    /* width: 20%; */
    /* width: 20%; */
}

.manage01-process .top .dl-process:last-child {
    width: 21.6%;
}
.manage01-process .top .dl-process dt{
    line-height: 1.2;
    font-size: 1.8rem;
    padding: 2rem;
    padding-left: 3.7rem;
    margin-bottom: 2rem;
    background: #2a9dd7;
    color: #fff;
    display: flex;
    align-items: center;
    height: 9rem;
    position: relative;
    font-weight: 500;
    text-align: center;
    justify-content: center;
    letter-spacing: -0.064em;
    line-height: 1.3;
}

.manage01-process .top .dl-process:first-child dt {
    /* border-radius: 0 0 0 1.5rem; */
}

.manage01-process .top .dl-process:last-child dt {
    /* border-radius: 1.5rem; */
}
.manage01-process .top .dl-process dt::before{
    content: '';

}
.manage01-process .top .dl-process dt::after{
    content: '';
    display: block;
    width: 2rem;
    height: 9rem;
    border-top: 4.5rem solid transparent;
    border-left: 2.5rem solid #dbe6ed;
    border-right: 0;
    border-bottom: 4.5rem solid transparent;
    position: absolute;
    right: -2.5rem;
    z-index: 1;
}

.manage01-process .top .dl-process:last-child dt::after {
    content: none;
}

.manage01-process .top .dl-process dd{
    font-size: 1.4rem;
    padding: 0 0 0 2.5rem;
    margin-bottom: 6px;
    position: relative;
    letter-spacing: -0.04em;
    font-weight: 500;
}

.manage01-process .top .dl-process dd::before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #666;
    position: absolute;
    left: 1.5rem;
    top: 7px;
    border-radius: 4px;
}
.li-process{
    margin: 0.2rem 0 0;
}
.li-process li{
    font-size: 1.3rem;
    padding-left: 1rem;
    position: relative;
    color: #555;
    font-weight: 400;
}

.li-process li + li {
    margin-top: 2px;
}
.li-process li::before{
    content: '';
    display: block;
    width: 5px;
    height: 1px;
    background: #666;
    position: absolute;
    top: 0.8rem;
    left: 0;
}
.manage01-process .bottom{
    margin-top: 4rem;
}
.manage01-process .bottom .proc-bottom{
    display: flex;
    align-items: start;
    margin-bottom: 2rem;
}
.manage01-process .bottom .proc-bottom dt{
    font-size: 1.7rem;
    width: 22rem;
    font-weight: 500;
    letter-spacing: -0.06em;
    background: #fff;
    color: var(--color-main);
    border-top: 2px solid #bad3e1;
    padding-top: 1.8rem;
}
.manage01-process .bottom .proc-bottom dd{
    width: calc(100% - 22rem);
    padding-left: 3rem;
    padding-right: 3rem;
    font-size: 1.4rem;
    letter-spacing: -0.03em;
    color: #555;
    line-height: 1.5;
    border-top: 1px solid #ddd;
    padding-top: 1.8rem;
}

.manage01-process .bottom .proc-bottom dd b {
    font-weight: 500;
}
.manage01-process .note{
    margin: 4rem 0 0;
    /* padding: 2.5rem; */
    /* background: #f7f8f9; */
    color: #555;
    font-size: 1.4rem;
    width: 65%;
    line-height: 1.6;
}
.manage01-process .note b{
    margin-bottom: 8px;
    display: block;
    letter-spacing: 0;
    color: #333;
    font-size: 1.5rem;
}

.manage01-network{
    /* display: flex; */
    /* align-items: flex-start; */
}
.manage01-network .left{
    border: 1px solid #bad3e1;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.08);
    padding: 1.5rem 5rem;
}
.manage01-network .left .net-box{
    display: flex;
    align-items: center;
    padding: 3rem 0;
    border-bottom: 2px dotted #ddd;
}

.manage01-network .left .net-box:last-child {border-bottom: none;}
.manage01-network .left .net-box .text{
    width: 35%;
    margin: 0;
}
.manage01-network .left .net-box .text dt{
    font-size: 1.7rem;
    color: var(--color-main);
    display: inline-block;
    margin: 0 0 1rem;
    font-weight: 500;
    letter-spacing: -0.06em;
    position: relative;
}

.text dt::before {
    /* content: ''; */
    width: 4px;
    height: 2rem;
    background: #bad3e1;
    position: absolute;
    left: -2.6rem;
}
.manage01-network .left .net-box .text dd{
    font-size: 1.4rem;
    color: #555;
    line-height: 1.5;
    font-weight: 500;
}
.manage01-network .left .net-box .img-wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    width: 65%;
}
.manage01-network .left .net-box .img-wrap img{
    max-height: 2.8rem;
    width: auto;
    height: 10rem;
}
.manage01-network .right{
    /* width: 50%; */
}

.manage01-network .right::before {
    content: '\e313';
    font-family: 'Material Symbols Outlined';
    display: block;
    border-radius: 50%;
    color: #bad3e1;
    text-align: center;
    font-size: 8rem;
    font-variation-settings: 'FILL' 0,
  'wght' 700,
  'GRAD' 0,
  'opsz' 48;
    line-height: 1;
    margin: 1rem 0;
}

.manage01-network .right h5 {
    background: var(--color-main);
    margin: 0;
    text-align: center;
    padding: 1.4rem;
    font-size: 2rem;
    letter-spacing: -0.04em;
    color: #fff;
}

.manage01-network .right table {
}

.sitemap-wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
}
.sitemap-wrap .sitemap{width: calc((100% / 4) - 1.9rem);border-left: 1px solid #e3e3e3;padding-left: 2rem;position: relative;}
.sitemap-wrap .sitemap dt{
    line-height: 1;
    margin-bottom: 2.4rem;
}
.sitemap-wrap .sitemap dt a{display: block;font-size: 2.2rem;color: var(--color-main);font-weight: 500;letter-spacing: -0.06em;position: relative;}

.sitemap-wrap .sitemap dt a::before {
    content: '';
    width: 4px;
    height: 2.4rem;
    background: #bad3e1;
    position: absolute;
    left: -2.1rem;
}
.sitemap-wrap .sitemap dt a:hover{
    text-decoration: none;
}
.sitemap-wrap .sitemap dd{position: relative;}

/* .sitemap-wrap .sitemap dd::before {
    content: '';
    width: 3px;
    height: 3px;
    background: #666;
    position: absolute;
    left: 2px;
    top: 0.8rem;
    border-radius: 10px;
} */
.sitemap-wrap .sitemap dd a{
    font-size: 1.4rem;
    color: #555;
    display: inline-block;
    font-weight: 500;
    letter-spacing: -0.04em;
}

.sitemap-wrap .sitemap dd + dd {
    margin-top: 1rem;
}
.sitemap-wrap .sitemap dd a:hover{}
#form_contact #list_btn{display: none;}


/* ---------- modal ----------*/
.modal .modal-content{
}
.modal .modal-header{
    position: relative;
    padding: 5rem 0 5rem;
    border-bottom: none;
}

.modal .modal-header .modal-title {
    font-size: 2.8rem;
    font-weight: 600;
    letter-spacing: -0.03rem;
    color: #1f1f1f;
    text-align: center;
}

.modal .modal-header .close {
    width: 24px;
    height: 24px;
    position: relative;
    opacity: 0.4;
    font-size: 26px;
    margin: 0;
    position: absolute;
    right: 15px;
    top: 15px;
}

.modal .modal-header .close::before {
    content: '\e5cd';
    font-family: 'Material Symbols Outlined';
    font-weight: 400;
    color: #333;
}

.modal .modal-header .close span {
    display: none;
}
.modal-body{
    padding: 0 4rem 4rem;
    font-size: 1.4rem;
    color: #555;
    line-height: 1.5;
}
.modal-body .t {
    margin-bottom: 1rem;
    display: none;
}
.modal-body .t strong {
    font-size: 2.4rem;
    font-weight: 500;
    color: #1f1f1f;
}
.modal-body dl{
    margin-bottom: 4rem;
}
.modal-body dt {
    font-size: 2rem;
    margin-bottom: 1.8rem;
    color: #1f1f1f;
    font-weight: 400;
}
.modal-body p + dl {
    margin-top: 3.5rem;
}

.modal-body .b p{
    margin-bottom: 5px;
}

.modal-body table {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.modal-body .b .bull {
    position: relative;
    padding-left: 1.2rem;
    margin-bottom: 0;
}

.modal-body .b p + strong {
    margin-top: 15px;
}

.modal-body .b .bull + .bull {
    margin-top: 2px;
}

.modal-body .b .bull::before {
    content: '';
    width: 4px;
    height: 4px;
    background: #666;
    position: absolute;
    left: 2px;
    top: 8px;
    border-radius: 6px;
}
.modal-body .b strong{
    display: inline-block;
    margin-bottom: 4px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #333;
}
.modal-body .b .pdl{
    margin-bottom: 0;
}

.modal-body .b .pdl span {
    display: inline-block;
    width: 15px;
    font-weight: 500;
}

.modal-body .b .pdl  + .pdl {
    margin-top: 2px;
}

.modal-body .nav-tabs > li{
    flex: 1;
}
@media (min-width: 768px){
    .modal-dialog {
        width: 95%;
        max-width: 85rem;
        margin: 100px auto;
    }   
}
/* ---------- board ---------- */
.table_default {
    border-top: 1px solid #333;
}
.table.table_default tr th, 
.table.table_default tr td {
    font-size: 1.4rem;
}
.table.table_default thead th {
    border-bottom: 1px solid #ddd;
    background: #f7f8f9;
    padding: 1.3rem 1.5rem;
}
.table.table_default tr.notice {
    /* background: #f7f8f9; */
}

.table.table_default tbody td, 
.table.table_default tbody th {
    color: #888;
    padding: 1.3rem 1.2rem;
    font-size: 1.3rem;
}

.table.table_default tbody .subject a {
    color: #333;
    font-size: 1.5rem;
}

.table.table_default .num{width: 16%}
.table.table_default .writer{width: 23%}
.table.table_default tbody .num {
    font-weight: normal;
    color: #333;
    font-size: 1.4rem;
    line-height: 1;
}
.table.table_default colgroup,
.table.table_default .regdate{display: none;}

.table.table_default tbody .subject a:hover {
    text-decoration: underline;
}

:where(.table_video, .table_blog2, .table_pd, .table_blog, .table_default, .board_pd_view .pd_title_wrap) .badge {
    padding: 5px 5px 4px;
    font-size: 11.5px;
    background: var(--color-main);
}


#board_data_blog2 {
    margin: 0 -1rem;
}

#board_data_blog2 > dd {
    padding: 0 1rem;
    margin-bottom: 3.5rem;
}
:where(.table_video, .table_blog2) .inner :where(.bottom .title a, .title a) {
    font-size: 1.5rem;
    font-weight: 500;
}

:where(.table_video, .table_blog2, .table_pd) .inner :where(.bottom .title a, .title a) :where(:hover, :focus) {
    color: var(--color-main);
}

:where(.table_video, .table_blog2, .table_pd) .inner {
    border: none;
}

:where(.table_video, .table_blog2, .table_pd) .inner:hover .top {
    border-color: var(--color-main);
}
:where(.table_video, .table_blog2, .table_pd) .inner .top {
    border: 1px solid #ddd;
    transition: all 0.15s ease;
}

:where(.table_video, .table_blog2, .table_pd) .inner .top a {
    /* background: #e6e8e9; */
}
:where(.table_video, .table_blog2, .table_pd) .inner .top a .thumb {
    height: 16rem;
    opacity: 0.8;
}
#fund03 .bbs-area{
    position: relative;
    padding-top: 8rem;
}

#fund03 .bbs-area .board_data_view {
    margin-top: -8rem;
}
#fund03 .search_wrap{
    margin: 0;
    position: absolute;
    top: 0;
}
#fund03 .inner .top a .thumb {
    background-size: contain;
}
:where(.table_video, .table_blog2, .table_pd) .inner .bottom {
    padding: 1.3rem 0 0;
}
:where(.table_video, .table_blog2) .inner .bottom .title {
    padding: 0;
}
#fund03 .bottom .info {
    display: none;
}
.board_data_view {
    border-top: 1px solid #333;
    border-bottom: 1px solid #ccc;
}

.board_data_view .header_wrap {
    text-align: left;
    border-bottom: 1px solid #e3e3e3;
    padding: 3.5rem  1.5rem 3rem;
}

.board_data_view .header_wrap .title {
    font-size: 2.4rem;
    letter-spacing: -0.06em;
    font-weight: 500;
}

.board_data_view .header_wrap .info span {
    font-size: 1.1rem;
}

.board_data_view .header_wrap .info {
    margin-top: 2rem;
}

@media (max-width: 767px){
    .subContent_title {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
    }
    .subBody > .container > .row {
        display: block;
        align-items: start;
        margin: 0 -15px;
    }
    .subMenu{display: none;}

    .subContent {
        width: 100%;
        padding-top: 4rem;
        padding-left: 15px;
        padding-right: 15px;
    }
    .greeting .image {
        width: 100%;
    }
    .greeting .image img{
        box-shadow: 12px 12px 0 #eee;
        max-width: 50%;
    }
    .greeting .text {
        width: 100%;
        padding-top: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .overview {
        display: block;
    }
    .overview .left{width: 100%;}
    .overview .right{width: 100%;}
    .overview .right .dl-overview {
        width: 50%;
        width: calc((100% / 2) - 0.9rem);
    }
    .location li {
        width: 32%;
    }
    
    #fund03 .search_wrap {
        margin: 0;
        position: relative;
        top: 0;
    }

    .sitemap-wrap .sitemap {
        width: calc((100% / 2) - 1.3rem);
    }

    .table.table_default tr .num,
    .table.table_default tr .regdate,
    .table.table_default tr .hits{display: none;}

    .board_wrapper .table.board_write_table tbody tr td .btn,
    .board_wrapper .table.board_write_table tbody tr td .form-control,
    .board_wrapper .table.board_write_table .input-group.input-group-big,
    .board_wrapper .table.board_write_table .form-control.form-control-big{width: 100%;}

    #list_btn{display: none;}
    #write_btn{margin: 0;}
}
@media (min-width: 768px) and  (max-width: 991px){
    .subMenu h2 {
        padding: 3rem 0;
        font-size: 2.2rem;
    }
    .overview{display: block;}
    .overview .left {
        width: 100%;
        padding: 4rem 0 3rem 3rem
    }
    .overview .right{
        width: 100%;
    }
    .overview .right .dl-overview {
        width: 50%;
        width: calc((100% / 2) - 0.9rem);
    }
    .subMenu .nav > li > a {
        padding: 1.2rem 2rem;
        font-size: 1.2rem;
    }
    .location li {
        width: 25%;
    }
    #fund03 .search_wrap {
        margin: 0;
        position: relative;
        top: 0;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    .subMenu .nav > li.active > a::after {
        right: 0.3rem;
    }
    .greeting .text p.intro {
        font-size: 2.6rem;
    }
    .overview .left h5 {
        font-size: 1.9rem;
    }
    .overview .right .dl-overview dd b {
        font-size: 2rem;
    }
}
/* //서브페이지 */

/* 푸터 */

footer {text-align: left;padding: 0rem 0 4.5rem;background: #343f44;color: #9ea1a3;font-size: 1.3rem;}
footer .footer-link{
    padding: 3rem 0;
    background: rgba(0,0,0,0.125);
    margin-bottom: 4rem;
}
footer .footer-link ul{
    display: flex;
    gap: 0 5rem;
    justify-content: center;
}
footer .footer-link ul li{}
footer .footer-link ul .btn.btn-primary{
    font-size: 1.5rem;
    padding: 0;
    background: none;
    border: 0;
    color: #eff0f1;
    font-weight: 400;
    transform: rotate(0.04deg);
    letter-spacing: -0.04em;
}

footer .footer-link ul .btn.btn-primary:hover {
    text-decoration: underline;
}
footer .footer-link ul .btn.btn-primary:hover{
    opacity: 1;
}
footer .footer-logo{}
footer .footer-logo h1{margin: 0;}
footer .footer-logo h1 > a{display: block;}
footer .footer-logo h1 > a > img{display: block;opacity: 0.6;}
footer .footer-text{}
footer .footer-text p{}
footer .footer-text ul{padding-left: 0;margin-bottom: 0;}

footer .col-sm-10 {
    padding-left: 4rem;
}
footer .footer-text ul:after{content: '';clear: both;display: table;}
footer .footer-text ul li{float: left;margin-right: 1.5rem;line-height: 1.4;}
footer .footer-text ul li address{margin-bottom: 0;line-height: 1.4;}
footer .footer-text .copyrights{display: block;font-size: 1.2rem;margin-top: 1rem;opacity: 0.4;}

footer .footer-login{
    margin-top: -1.9rem;
}
footer .footer-login .fam-site{
    margin-bottom: 1.5rem;
    position: relative;
}
footer .footer-login .fam-site.open{}
footer .footer-login .fam-site .btn-fam{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 0 0.7rem 0;
    line-height: 1;
    background: transparent;
    border-bottom: 1px solid #646c72;
    font-size: 13px;
}
footer .footer-login .fam-site .btn-fam:hover,
footer .footer-login .fam-site .btn-fam:focus,
footer .footer-login .fam-site.open .btn-fam{
    background: transparent;
    color: #fff;
    border-bottom-color: #fff;
}
footer .footer-login .fam-site.open .btn-fam{}
footer .footer-login .fam-site .btn-fam .text{}
footer .footer-login .fam-site .btn-fam .material-symbols-outlined{}
footer .footer-login .fam-site.open .btn-fam .text{}
footer .footer-login .fam-site.open .btn-fam .material-symbols-outlined{}
footer .footer-login .fam-site ul{
    display: none;
    position: absolute;
    bottom: 100%;
    background: #343f44;
    border: 1px solid #636566;
    border-top: none;
    /* border-bottom: none; */
    width: 100%;
}
footer .footer-login .fam-site.open ul{
    display: block;
}
footer .footer-login .fam-site ul li{
    float: none;
    margin: 0;
}
footer .footer-login .fam-site.open ul li{}
footer .footer-login .fam-site ul li a{
    display: block;
    text-align: center;
    padding: 1.3rem 1.5rem;
    line-height: 1;
    border-top: 1px solid #646c72;
    color: #b4b6b7;
    font-size: 1.3rem;
}
footer .footer-login .fam-site ul li a:hover,
footer .footer-login .fam-site ul li a:focus{
    text-decoration: none;
    background: #2d373b;
    color: #fff;
}

footer .footer-login .login-li{
    display: flex;
    /* flex-direction: column; */
    justify-content: end;
}
footer .footer-login .login-li > li{
    float: none;
    margin-right: 0;
    margin-left: 1.5rem;
}
footer .footer-login .login-li > li a{
    color: #fff;
    opacity: 0.4;
    font-weight: 300;
    font-size: 1.2rem;
}
footer .footer-login .login-li > li a:hover,
footer .footer-login .login-li > li a:focus{text-decoration: none;opacity: 0.8;}
#scrolltop{position:fixed;z-index: 1000;right: 50px;bottom:50px;display: none;font-size:16px;text-align:center;width: 50px;height: 50px;color:#fff;background: var(--color-main);border-radius: 50%;}
#scrolltop .inner{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);line-height:1;font-size: 10px;letter-spacing: 1.5px;}
#scrolltop .inner i{font-size: 15px;margin-bottom: 2px;}
@media (max-width: 767px){
    footer .footer-link ul {
        display: block;
    }
    footer .footer-link ul li {
        margin: 5px 0;
    }
    footer .footer-login {
        margin-top: 20px;
    }
}
@media (min-width: 768px) and  (max-width: 991px){}
@media (min-width: 992px) and  (max-width: 1199px){}
/* //푸터 */


.maintenance {margin-top: .5rem;border: 7px solid #E5E5E5;padding: 5.0rem 2.5rem;text-align: center;}
.maintenance .icon {display: block;line-height: 1;font-size: 6.4rem;margin-bottom: 1.0rem;}
.maintenance .big-cont {display: block;line-height: 1;font-size: 2.2rem;font-weight: bold;letter-spacing: -0.05em;margin-bottom: 2.0rem;}
.maintenance .small-cont {display: block;line-height: 1.5;font-size: 1.4rem;letter-spacing: -0.03em;color: #818181;margin-bottom: 2.0rem;}
.member_wrapper {max-width: 117.0rem;}

#site[lang="en"] .navbar [lang="ko"] {display: none;}
#site[lang="kr"] .navbar [lang="en"] {display: none;}


html:not(.is_adm){
    #snb_84{
    display: none
}
}