/* 공통 */
.layout {
    width:90%;
    max-width:1420px;
    margin: 0 auto
}
.layout-wide {
    width:100%;
    max-width:1680px;
    margin: 0 auto
}
.sub-wrap {
    width:100%;
    padding:130px 0
}
.content-title .txt50 {
    font-weight: 200;
}
.icon-title {
    position: relative;
    font-weight: bold;
    padding-left:47.44px
}
.icon-title::before {
    content:"";
    display: block;
    width: 32.44px;
    height: 27.07px;
    background: center / cover url("/public/images/ci.svg") no-repeat;
    position: absolute;
    left:0;
    top:5px
}
.txt-en {
    color:#2D2D2D;
    margin-bottom:5px
}
.txt-con {
    font-size:18px;
    font-weight: 200;
    color:#363636;
    line-height: 1.6;
}
.txt18 {
    font-size:18px;
}
.txt22 {
    font-size:22px;
}
.txt25 {
    font-size:25px;
}
.txt30 {
    font-size:30px;
}
.txt50 {
    font-size:50px;
}

.font-white {
    color:#fff;
}
.font-blue {
    color: #1D3063;
}
.font-2d {
    color:#2D2D2D;
}

.mt30 {
    margin-top: 30px;
}
.mt40 {
    margin-top: 40px;
}
.mt50 {
    margin-top: 50px;
}
.mt60 {
    margin-top: 60px;
}
.mt130 {
    margin-top:130px
}
.mb80 {
    margin-bottom:80px
}
.ptm80 {
    padding:80px 0
}

.bg-gray {
    background-color: #F5F5F5;
}
.line-top {
    border-top:2px solid #1D3063
}
.line-effect,
.line-effect-on {
    position: relative;
}
.line-effect::after,
.line-effect-on::after {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 1px;
    bottom: -7px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #ffffff;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.line-effect:hover::after,
.line-effect-on::after {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
.line-effect-on::after {
    width:31px;
    height: 2px;
    bottom: -9px;
}
.btn-blue {
    width:87px;
    height:42px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1D3063;
    border:1px solid #1D3063;
    color:#FFFFFF;
    font-size:15px;
    font-weight: 200;
    margin:0 auto;
    border-radius: 1px;
    transition: all 0.3s;
}
.btn-blue.large {
    width:126px;
    height:56px;
    font-size:16px;
    font-weight: 500;
}
.btn-blue:hover {
    background-color: #FFFFFF;
    font-weight: bold;
}
.shapes-list {
    position: relative;
    padding-left:26px
}
.shapes-list::before {
    content:"";
    width:6px;
    height:10px;
    display: block;
    background: center / cover url("/public/images/icon-shapes.svg") no-repeat;
    position: absolute;
    left:0;
    top:6px
}
.strategy-flex .txt-con{
    font-size: 19px;
    font-weight: 400;
}

    /* 공통 미디어쿼리 */
    @media all and (max-width:1000px) {
        .sub-wrap {
            padding:100px 0
        }
        .txt22 {
            font-size:20px;
        }
        .txt25 {
            font-size:23px;
        }
        .txt30 {
            font-size:25px;
        }
        .txt50 {
            font-size:40px;
        }
        .mt30 {
            margin-top: 25px;
        }
        .mt40 {
            margin-top: 33px;
        }
        .mt50 {
            margin-top: 40px;
        }
        .mt60 {
            margin-top: 50px;
        }
        .mt130 {
            margin-top:100px
        }
        .mb80 {
            margin-bottom:60px
        }
        .ptm80 {
            padding:60px 0
        }
    }
    @media all and (max-width:640px) {
        .sub-wrap {
            padding:70px 0
        }
        .icon-title {
            padding-left:35px;
        }
        .icon-title::before {
            width: 25px;
            height:21px;
            background-size: contain;
            top:5px
        }
        .txt18,
        .txt-con {
            font-size:15px;
        }
        .txt22 {
            font-size:18px;
        }
        .txt25 {
            font-size:18px;
        }
        .txt30 {
            font-size:22px;
        }
        .txt50 {
            font-size:30px;
        }
        .txt-en.txt30 {
            font-size:17px
        }
        .txt-en {
            margin-bottom:5px
        }
        .mt30 {
            margin-top: 15px;
        }
        .mt40 {
            margin-top: 20px;
        }
        .mt50 {
            margin-top: 25px;
        }
        .mt60 {
            margin-top: 40px;
        }
        .mt130 {
            margin-top:70px
        }
        .mb80 {
            margin-bottom:40px
        }
        .ptm80 {
            padding:40px 0
        }
        .btn-blue.large {
            width:106px;
            height:50px;
            font-size:15px;
        }
        .shapes-list {
            padding-left:15px
        }
        .shapes-list::before {
            content:"";
            width:5px;
            height:8px;
            top:8px
        }
    }

/* 서브 상단 */
article {
    width:100%
}
aside {
    height: 100vh;
    display: flex;
    position: relative;
    color:#ffffff
}
aside .sub-top {
    width:100%
}
aside .sub-top .layout {
    height: 100%;
    display: flex;
    justify-content: center;
    position: relative;
}
aside .page-title {
    text-align: center;
    padding-top:42.5vh
}
aside .aside-sub-title {
    display: block;
    margin-bottom:14px;
    font-size: 20px;
    font-weight: 200;
}
aside .aside-title {
    font-size:50px;
    font-weight: bold;
}
.greeting aside {
    background: center / cover url("/public/images/greeting.jpg") no-repeat;
}
.mission aside {
    background: center / cover url("/public/images/mission.jpg") no-repeat;
}
.organization aside {
    background: center / cover url("/public/images/organization.jpg") no-repeat;
}
.philosophy aside {
    background: center / cover url("/public/images/philosophy.jpg") no-repeat;
}
.strategy aside {
    background: center / cover url("/public/images/strategy.jpg") no-repeat;
}
.management aside {
    background: center / cover url("/public/images/management.jpg") no-repeat;
}
.product aside {
    background: center / cover url("/public/images/product.jpg") no-repeat;
}
.news aside {
    background: center / cover url("/public/images/news.jpg") no-repeat;
}
.disclosure aside {
    background: center / cover url("/public/images/disclosure.jpg") no-repeat;
}
.contactus aside {
    background: center / cover url("/public/images/contactus.jpg") no-repeat;
}
    /* 서브 상단 미디어쿼리 */
    @media all and (max-width:1200px) {
        aside {
            height: 70vh;
        }
        .philosophy aside,
        .strategy aside {
            height: 85vh;
        }
        aside .page-title {
            padding-top:26vh
        }
    }
    @media all and (max-width:1024px) {
        aside {
            height: 65vh;
        }
        .philosophy aside,
        .strategy aside {
            height: 75vh;
        }
        aside .page-title {
            padding-top:28vh
        }
    }
    @media all and (max-width:1000px) {
        aside {
            height: 60vh;
        }
        .philosophy aside,
        .strategy aside {
            height: 85vh;
        }
        aside .page-title {
            padding-top:25vh
        }
        aside .aside-title {
            font-size: 40px;
        }
        aside .aside-sub-title {
            margin-bottom:10px;
        }
    }
    @media all and (max-width:640px) {
        aside {
            height: 70vh;
        }
        aside .page-title {
            padding-top:24vh
        }
        aside .aside-title {
            font-size: 35px;
        }
        aside .aside-sub-title {
            margin-bottom:8px;
            font-size:18px
        }       
    }

/* 네비게이션 */
.breadcrumbs {
    position: absolute;
    bottom:100px;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    color: #ffffff;
    font-size:16px
}
.breadcrumbs .home {
    margin:0 14px;
    position: relative;
}
.breadcrumbs .crumbs {
    position: relative;
}
.breadcrumbs .home:hover {
    color:#ffffff
}
.breadcrumbs .crumbs-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding-bottom:6px;
}
.breadcrumbs .crumbs-title {
    margin:0 14px;
}
.breadcrumbs .crumbs1 strong,
.breadcrumbs .crumbs2 .crumbs-title.on strong {
    position: relative;
}
.breadcrumbs .home:hover::after,
.breadcrumbs .crumbs-title strong:hover::after,
.breadcrumbs .crumbs2 .crumbs-title.on strong::after,
.contactus .breadcrumbs .crumbs-title.on strong::after,
.product .breadcrumbs .crumbs-title.on strong::after {
    content:"";
    display: block;
    width: 16px;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    left:0;
    right:0;
    bottom:-7px;
    margin:0 auto;
}

/* 네비게이션 > 드롭다운 메뉴 */
.breadcrumbs .dropdown {
    width: auto;
    position: absolute;
    z-index: 100;    
    display: flex;
    overflow: hidden;
    top:40px
}
.breadcrumbs .crumbs1 .dropdown {
    left:-109%;
}
.company .breadcrumbs .crumbs2 .dropdown {
    left:-71px;
}
.investment .breadcrumbs .crumbs2 .dropdown {
    left:-53px;
}
.breadcrumbs .dropdown > li {
    overflow: hidden;
    color: #F5F5F5;
    height: 28px;
    text-align: center;
    position: relative;
    font-size: 14px;
    font-weight: 200;
    cursor: pointer;
    white-space: nowrap;
    transition: 0.3s height cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.3s padding cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.3s margin cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.3s 0.1s;
}
.breadcrumbs .dropdown > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding:0 5px;
}
.breadcrumbs .dropdown > li.on > a,
.breadcrumbs .dropdown > li:hover > a {
    color: #FFFFFF;
    font-weight: bold;
}
.breadcrumbs .crumbs:not(:hover) .dropdown > li {
    visibility: hidden;
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
}
    /* 네비게이션 미디어쿼리*/
    @media all and (max-width: 1200px) {
        .breadcrumbs {
            bottom:70px
        }
    }
    @media all and (max-width: 1000px) {
        .breadcrumbs {
            bottom:70px
        }
    }
    @media all and (max-width: 640px) {
        .breadcrumbs {
            bottom:50px;
            font-size:15px
        }
        .breadcrumbs .dropdown {
            top:30px
        }
        .breadcrumbs .crumbs1 .dropdown {
            left:-120%;
        }
    }

/* 인사말 */
.greeting1.sub-wrap {
    padding: 150px 0
}
.greeting1 .layout {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.greeting1 .logo-area {
    width:30%
}
.greeting1 .logo-area img {
    width:100%;
    max-width:515px
}
.greeting1 .text-area {
    width:53%
}
.greeting1 .text-area strong {
    font-family: 'Noto Serif KR', serif;
    font-weight: 500;
    color:#2D2D2D
}
.greeting2 {
    height:318px;
    background: center / cover url("/public/images/greeting1.jpg") no-repeat;
    color:#FFFFFF;
    display: flex;
    align-items: center;
}
.greeting2 .greeting2-list {
    margin:0 auto;
    width:70%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.greeting2 .greeting2-list li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.greeting2 .greeting2-list strong {
    font-weight: bold;
    display: block;
    margin-top:30px
}
.greeting3.sub-wrap {
    padding:110px 0
}
.greeting3-list dt {
    font-weight: bold;
    color:#2D2D2D;
    margin-bottom: 30px
}
.greeting4 {
    text-align: center;
}
.greeting4 .bg-gray {
    padding:60px 0
}
.greeting4 .sign {
    display: flex;
    flex-direction: column;
    color:#2D2D2D
}
.greeting4 span {
    font-size:15px
}
.greeting4 strong {
    display: block;
    margin-top:16px;
    font-weight: bold;
}
    /* 인사말 미디어쿼리 */
    @media all and (max-width:1200px) {
        .greeting1.sub-wrap {
            padding: 130px 0
        }
        .greeting1 .text-area {
            width: 60%;
        }
    }
    @media all and (max-width:1000px) {
        .greeting1.sub-wrap,
        .greeting2.sub-wrap,
        .greeting3.sub-wrap {
            padding: 100px 0
        }
        .greeting1 .layout {
            flex-direction: column;
            align-items: flex-start;
        }
        .greeting1 .logo-area {
            width:40%;
            margin:0 auto
        }
        .greeting1 .text-area {
            width:100%;
            margin-top:40px
        }
        .greeting1 .text-area pre {
            white-space: pre-line;
        }
        .greeting1 .text-area strong {
            display: block;
            text-align: center;
        }
        .greeting2 {
            height:250px;
        }
        .greeting2 .greeting2-list strong {
            margin-top:20px
        }
        
        .greeting4 pre {
            white-space: pre-line;
        }
    }
    @media all and (max-width:640px) {
        .greeting1.sub-wrap,
        .greeting3.sub-wrap {
            padding: 70px 0
        }
        .greeting1 .text-area {
            margin-top: 30px
        }
        .greeting2 {
            height: 200px;
        }
        .greeting2 .greeting2-list {
            width:80%
        }
        .greeting2 .greeting2-list img {
            width:40px
        }
        .greeting3-list dt {
            margin-bottom:15px
        }
        .greeting4 .bg-gray {
            padding: 40px 0
        }
        .greeting4 img {
            width:45px
        }
        .greeting4 strong {
            margin-top:10px
        }
    }

/* 회사개요 & 조직도 */
.organization1 .info-table {
    display: flex;
    flex-wrap: wrap;
}
.organization1 .info-table .row {
    width:50%;
    display: flex;
    align-items: center;
}
.organization1 .info-table .colunm-th,
.organization1 .info-table .colunm-td {
    height:95px;
    padding-left:30px;
    display: flex;
    align-items: center;
    font-size:18px;
    border-bottom:1px solid #D9D9D9
}
.organization1 .info-table .sp {
    height:60px
}
.organization1 .info-table .colunm-th {
    background-color: #F5F5F5;
    font-weight: bold;
    color:#162347;
    flex: 1;
}
.organization1 .info-table .colunm-td {
    flex: 3;
    color:#363636;
    font-weight: 200;
}
.organization1 .info-table ul > li:first-child {
    margin-bottom:13px
}
.organization2 .content {
    display: flex;
    align-items: center;
    justify-content: center;
}
.organization2 .content img {
    width:90%;
    max-width:1211px
}
.organization3 {
    text-align: center;
    padding:104px 0 95px;
    background: center / cover url("/public/images/organization2.jpg") no-repeat;
}
.organization3 span {
    display: block;
    margin-bottom: 58px;
}
    /* 회사개요 & 조직도 미디어쿼리 */
    @media all and (max-width:1000px) {
        .organization1 .info-table {
            width:100%;
            flex-direction: column;
            display: table;
        }
        .organization1 .info-table .row {
            width:100%;
            display: table-row
        }
        .organization1 .info-table .colunm-th,
        .organization1 .info-table .colunm-td {
            display: table-cell;
            height:auto;
            padding:10px 15px 10px 15px;
            font-size:16px;
        }
        .organization1 .info-table ul > li:first-child {
            margin-bottom:8px
        }
        .organization2 .content img {
            width:50%;
        }
        .organization3 {
            padding:60px 0 60px;
        }
        .organization3 span {
            margin-bottom: 38px
        }
        .organization3 span img {
            width:150px
        }
        .organization3 pre {
            white-space: pre-line;
        }
    }
    @media all and (max-width:640px) {
        .organization2 .content img {
            width:72%;
        }
        .organization3 {
            padding:45px 0;
        }
        .organization3 span {
            margin-bottom: 28px
        }
        .organization3 span img {
            width:120px
        }
        .organization3 pre {
            font-size:16px
        }

    }

/* 경영철학 */
.mission .content-title {
    text-align: center;
}
.mission .mission-list-wrap {
    display: flex;
    justify-content: space-between;
}
.mission .mission-list {
    height: 900px;
    width:32.5%;
    color:#FFFFFF;
    position: relative;
    display: flex;
    align-items: center;
}
.mission .mission-list.list1 {
    background: center / cover url("/public/images/mission1.jpg") no-repeat;
}
.mission .mission-list.list2 {
    background: center / cover url("/public/images/mission2.jpg") no-repeat;
}
.mission .mission-list.list3 {
    background: center / cover url("/public/images/mission3.jpg") no-repeat;
}
.mission .mission-list h4 {
    font-weight: bold;
}
.mission .mission-list .inner {
    width:100%;
    padding:0 70px;
    height:67%;
    display: flex;
    flex-direction: column;
}
.mission .mission-list strong {
    font-size:18px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    margin-bottom:115%
}
.mission .mission-list .txt-con {
    color:#FFFFFF;
    font-weight: 200;
    line-height: 1.5;
}
    /* 경영철학 미디어쿼리 */
    @media all and (max-width:1200px) {
        .mission .mission-list{
            height: 690px;
        }
        .mission .mission-list strong {
            margin-bottom:105%
        }
        .mission .mission-list .txt-con {
            white-space: normal;
        }
        .mission .mission-list .inner {
            padding:0 40px;
        }
    }
    @media all and (max-width:1000px) {
        .mission .mission-list-wrap {
            flex-direction: column;
        }
        .mission .mission-list {
            height: 320px;
            width:100%;
        }
        .mission .mission-list .inner {
            justify-content: space-between;
            height: 75%;
        }
        .mission .mission-list strong {
            margin-bottom:0
        }
        .mission .mission-list .txt-con {
            white-space: pre-line;
        }
    }
    @media all and (max-width:640px) { 
        .mission .content-title img {
            width:140px
        }
        .mission .mission-list {
            height: 400px;
        }
        .mission .mission-list .txt-con {
            white-space: normal
        }
        .mission .mission-list .inner {
            padding:0 25px;
        }
    }
    @media all and (max-width:375px) { 
        .mission .mission-list {
            height: 370px;
        }
    }

/* 운용철학 */
.philosophy aside .sub-top .layout,
.strategy aside .sub-top .layout {
    flex-direction: column;
    align-items: center;
}
.philosophy aside .page-title {
    padding-top:0vh;
    margin-bottom:70px
}
.philosophy .sub-top-content-strategy,
.management .sub-top-content-philosophy,
.management .sub-top-content-strategy {
    display: none;
}
.philosophy .sub-top-content-philosophy,
.strategy .sub-top-content-strategy {
    display: flex;
    align-items: center;
}
.philosophy .sub-top-content-philosophy {
    display: block;
    width:85%;
    max-width:1212px
}
.philosophy .sub-top-content-philosophy img,
.strategy .sub-top-content-strategy img {
    width:100%
}
.philosophy .layout-wide {
    display: flex;
    align-items: center;
    justify-content: center;
}
.philosophy1 .layout-wide img {
    width:90%;
    max-width:1214px
}
.philosophy2 .layout-wide img {
    width:70%;
    max-width:786px
}
    /* 운용철학 미디어쿼리 */
    @media all and (max-width:1200px) {
        .philosophy .content-title .br-none-rev br {
            display: block;
        }
    }
    @media all and (max-width:1000px) {
        .philosophy .sub-top-content-philosophy {
            width:80%;
        }
        .philosophy aside .page-title {
            margin-bottom:60px
        }
        .philosophy1 .layout-wide img,
        .philosophy2 .layout-wide img {
            width:50%
        }
    }
    @media all and (max-width:640px) {
        .philosophy .sub-top-content-philosophy {
            width:100%;
        }
        .philosophy aside .page-title {
            margin-bottom:40px
        }
        .philosophy1 .layout-wide img,
        .philosophy2 .layout-wide img {
            width:77%;
        }
    }

/* 운용전략 */
.strategy .sub-top-content-philosophy {
    display: none;
}
.strategy .sub-top-content-strategy {
    display: block;
    text-align: center;
    width:100%;
}
.strategy .sub-top-content {
    width:100%;
    max-width:1385px;
}
.strategy aside .page-title {
    padding-top:0vh;
    margin-bottom:30px
}
.strategy .strategy-list {
    display: flex;
    justify-content: center;
}
.strategy .strategy-list .list {
    display: flex;
    flex-direction: column;
    align-items: center;
    width:30%
}
.strategy .strategy-list .list pre {
    font-weight: bold;
    text-align: center;
    color:#2D2D2D;
    margin-top:43px
}
.strategy .strategy-flex {
    padding:0 60px;
    background-color: #FFFFFF;
}
.strategy .strategy-flex dl {
    width:100%;
    display: flex;
    border-bottom:1px solid #D9D9D9;
    padding:50px 0
}
.strategy .strategy-flex dl:last-of-type {
    border-bottom: 0;
}
.strategy .strategy-flex dt {
    flex:3;
    font-weight: bold;
}
.strategy .strategy-flex dd {
    flex:3;
}
.strategy .notice-txt {
    font-size:16px;
    font-weight: 200;
    color:#2D2D2D;
    text-align: center;
}
    /* 운용전략 미디어쿼리 */
    @media all and (max-width:1200px) {
        .strategy .strategy-list {
            width:100%;
            justify-content: space-between;
        }
        .strategy .strategy-list .list pre {
            font-size:20px
        }
        .strategy .strategy-flex {
            padding:0 40px
        }
        .strategy .strategy-flex dt {
            padding-right:20px;
        }
        .strategy .strategy-flex dd br {
            display: none;
        }
    }
    @media all and (max-width:1000px) {
        .strategy .strategy-flex dl {
            flex-wrap: wrap;
            padding:30px 0
        }
        .strategy .strategy-flex dt {
            flex:100%;
            margin-bottom:20px;
        }
        .strategy .strategy-flex dd {
            padding-right:20px
        }
        .strategy .strategy-list .list pre {
            font-size: 18px;
            margin-top: 30px;
        }
        .strategy .sub-top-content-strategy {
            width:100%;
            max-width: 500px
        }
    }
    @media all and (max-width:640px) {
        .strategy .strategy-list {
            flex-direction: column;
        }
        .strategy .strategy-list .list {
            width:100%;
            flex-direction: row;
            align-items: flex-start;
        }
        .strategy .strategy-list .list:not(:first-child) {
            margin-top:15px
        }
        .strategy .strategy-list .list pre {
            text-align: left;
            margin-top:0;
            padding-left:15px
        }
        .strategy .strategy-list .list img {
            width:18px
        }
        .strategy .strategy-flex {
            padding: 0 15px;
        }
        .strategy .strategy-flex dl {
            padding: 25px 0;
        }
        .strategy .strategy-flex dt {
            margin-bottom:15px
        }
        .strategy .strategy-flex dd {
            flex:100%;
            padding-right:0
        }
        .strategy .strategy-flex dd:first-of-type {
            margin-bottom:15px
        }
        .strategy .notice-txt {
            font-size:14px;
            text-align: left;
        }
    }

/* 운용전략 */
.management1-list {
    display: flex;
    justify-content: space-between;
}
.management1-list .list {
    display: flex;
    flex-direction: column;
    align-items: center;
    width:30.9%;
}
.management1-list .list-title {
    width:100%;
    padding:9px 0;
    background-color: #162347;
    text-align: center;
    color:#FFFFFF;
    font-weight: bold;
    margin: 40px 0 20px;
}
.management1-list ul {
    width:100%;
    background-color: #FFFFFF;
    padding:30px 26px;
    min-height: 258px;
}
.management1-list li:not(:nth-child(3)) {
    margin-bottom:20px;
    padding-bottom:20px;
    border-bottom:1px solid #D9D9D9
}
.management2 .content {
    border-top:1px solid #D9D9D9;
}
.management2 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.management2 li {
    width:48%;
}
.management2 li:nth-child(-n+4) {
    margin-bottom:20px
}
.management1-list .txt-con,
.management2 .txt-con{
    font-size: 19px;
    font-weight: 400;
}
    /* 운용전략 미디어쿼리 */
    @media all and (max-width:1200px) {
        .management1-list ul {
            height:340px;
            min-height: auto;
        }
    }
    @media all and (max-width:1000px) {
        .management1-list {
            flex-direction: column;
        }
        .management1-list .list {
            width:100%;
            margin-bottom:40px
        }
        .management1-list ul {
            height:auto;
        }
        .management1-list .list-title {
            margin:20px 0 20px
        }
        .management1-list .list:last-of-type li:last-child {
            margin-bottom:0;
            padding-bottom: 0;
            border-bottom:0
        }
    }
    @media all and (max-width:640px) {
        .management1-list .list img {
            width:35px
        }
        .management1-list .list-title {
            margin:15px 0 10px
        }
        .management1-list ul {
            padding:20px 15px
        }
        .management1-list li:not(:nth-child(3)) {
            margin-bottom:10px;
            padding-bottom:10px;
        }
        .management2 li {
            width:100%;
        }
        .management2 li:nth-child(-n+4) {
            margin-bottom: 10px;
        }
        .management1-list .txt-con,
        .management2 .txt-con{
            font-size: 16px;
            }
        }

/* 운용상품 */
.product .content-title pre {
    margin-top:25px
}
.poduct-list .poduct-head {
    text-align: center;
    background-color: #F5F5F5;
    border-bottom: 1px solid #cccccc;
    color:#1D3063;
    font-weight: bold;
    height:60px;
}
.poduct-list .poduct-head,
.poduct-list .list {
    display: flex;
    align-items: center;
    font-size: 18px;
}
.poduct-list .column-wide,
.poduct-list .column {
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.poduct-list .column-wide {
    flex:10;
    padding:0 50px
}
.poduct-list .column {
    flex:2;
    text-align: center;
    border-left:1px solid #D9D9D9;
}
.poduct-list .list .column-wide {
    justify-content: flex-start;
    color:#2D2D2D;
    font-weight: 500;
    font-size:20px
}
.poduct-list .list .column {
    height: 73px;
    font-weight: 400;
    color:#363636;
}
    /* 운용상품 미디어쿼리 */
    @media all and (max-width:1000px) {
        .poduct-list .column-wide {
            flex:7;
            padding:0 25px
        }
        .poduct-list .list .column-wide {
            font-size:18px
        }
    }
    @media all and (max-width:640px) {
        .product .content-title img {
            width:155px
        }
        .poduct-list .poduct-head {
            font-size:15px;
            height:50px;
        }
        .poduct-list .list {
            font-size:14px
        }
        .poduct-list .list .column {
            height: 70px;
        }
        .poduct-list .column-wide {
            flex:4;
            padding:0 10px
        }
        .poduct-list .list .column-wide {
            font-size:14px;
        }
    }

/* 공지사항 & 공시정보*/
.notice .page-top {
    display: flex;
    justify-content: flex-end;
}
.board-list .board-head {
    background-color: #F5F5F5;
    border-bottom: 1px solid #cccccc;
    color:#1D3063;
    font-weight: bold;
}
.board-list .board-head {
    padding:20px 0;
}
.board-list .list,
.board-view .subject-area,
.poduct-list .list {
    border-bottom: 1px solid #cccccc;
}
.board-list .list,
.board-view .subject-area {
    padding: 25px 0;
}
.board-list .board-head,
.board-list .list {
    display: flex;
    align-items: center;
    font-size: 18px;
}
.board-list .board-head .number-th,
.board-list .list .number {
    flex:1.9;
    text-align: center;
}
.board-list .board-head .subject-th {
    text-align: center;
}
.board-list .board-head .subject-th,
.board-list .list .subject {
    flex:13.5;
}
.board-list .board-head .date-th,
.board-list .list .date {
    flex:2.7;
    text-align: center;
}
.board-list .board-head .file-th,
.board-list .list .file {
    flex:2.36;
    text-align: center;
}
.board-list .list .subject a {
    font-size: 20px;
    font-weight: 500;
}
.board-list .list .number,
.board-list .list .date {
    font-weight: 400;
    color: #363636;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 게시글 상세보기 */
.board-view {
    border-bottom:1px solid #D9D9D9
}
.board-view .subject-area,
.board-view .view-file,
.board-view .view-contents  {
    padding-left:50px;
    padding-right:50px;
}
.board-view .view-title {
    font-weight: bold;
    margin-bottom:15px;
}
.board-view .view-date {
    font-weight: 200;
    color:#555555
}
.board-view .view-file {
    display: flex;
    flex-wrap: wrap;
    background-color: #F5F5F5;
    padding-top:20px;
    padding-bottom:13px
}
.board-view .view-file .file-list {
    border:1px solid #D9D9D9;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    padding:10px 20px;
    font-size:15px;
    color: #2D2D2D;
    border-radius: 10000px;
    margin-bottom:7px
}
.board-view .view-file .file-list:not(:last-of-type) {
    margin-right:10px;
}
.board-view .view-file .file-list::before {
    content:"";
    width:15px;
    height:16px;
    display: block;
    background: center / contain url("/public/images/icon-file.svg") no-repeat;
    margin-right:10px
}
.board-view .view-file .file-list:hover {
    border:1px solid #1D3063;
    
    color: #1D3063;
}
.board-view .view-contents {
    padding-top:40px;
    padding-bottom:40px;
    font-size: 18px;
    color: #363636;
    font-weight: 200;
    line-height: 1.7;
}
.board-view .view-contents * {
    word-break: break-word;
    font-family: inherit !important;
    font-size: inherit !important;
}
.board-view .view-contents img {
    width:auto;
    display: block;
    max-width:600px;
    margin:20px auto
}
    /* 공지사항 & 공시정보 미디어쿼리 */
    @media all and (max-width:1000px) {
        .board-list .board-head,
        .board-list .list {
            font-size: 16px;
        }
        .board-list .list .subject a {
            font-size:18px;
        }
        .board-view .subject-area,
        .board-view .view-file,
        .board-view .view-contents  {
            padding-left:30px;
            padding-right:30px;
        }
    }
    @media all and (max-width:640px) {
        .news .page-top {
            justify-content: center;   
        }
        .board-list .board-head {
            display: none;
        }
        .board-list .board-head .subject-th,
        .board-list .list .subject {
            flex: 12.5;
        }
        .board-list .list, 
        .board-view .subject-area {
            padding:15px 0
        }
        .board-list .list {
            padding: 15px 0 15px 40px;
            flex-wrap: wrap;
            position: relative;
        }
        .board-list .list .number {
            position: absolute;
            left:10px;
            top:17px;
            text-align: center;
            flex-basis:40px
        }
        .board-list .list .subject,
        .board-list .list .date  {
            flex:0 1 80%;
            justify-content: flex-start;
        }
        .board-list .list .subject {
            margin-bottom:8px
        }
        .board-list .list .subject a {
            font-size:16px;
        }
        .board-list .list .subject .ellipsis {
            -webkit-line-clamp: 2
        }
        .board-list .list .file {
            position: absolute;
            right:10px;
            top:18px;
            width:15px
        }
        .board-list .list .file img{
            width:100%
        }

        .board-view .view-title {
            margin-bottom:5px
        }
        .board-view .subject-area, 
        .board-view .view-file,
        .board-view .view-contents {
            padding-left: 15px;
            padding-right: 15px;
        }
        .board-view .view-date {
            font-size:15px    
        }
        .board-view .view-file {
            padding-top:15px;
            padding-bottom:7px
        }
        .board-view .view-file .file-list {
            padding:8px 8px;
            font-size:13px;
            margin-bottom:5px
        }
        .board-view .view-file .file-list::before {
            margin-right:5px;
            width:12px;
            height:12px
        }
        .board-view .view-file .file-list:not(:last-of-type) {
            margin-right:5px
        }
        .board-view .view-contents {
            white-space: normal;
            word-break: normal;
            font-size:16px;
            padding-top:20px;
            padding-bottom:20px;
        }
        .board-view .view-contents img {
            width:100%;
            max-width:100%
        }

    }

/* 검색영역 */
.search {
    width:397px
}
.search form {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height:56px;
    background: #fff;
    font-size:16px;
    border:1px solid #D9D9D9;
}
.search .form-select {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    width: 92px;
    height: 100%;
    padding:0 18px;
    background: url("/public/images/icon-select-arrow.svg") no-repeat right 17px center;
    color: #6B6B6B;
    font-size:inherit;
    border-right:1px solid #D9D9D9;
    transition: all 0.3s;
    flex: 1
}
.search .form-select:hover {
    background-color: #F5F5F5;
}
.search .input-area{
    display: flex;
    height:100%;
    align-items: center;
    flex: 5;
}
.search .form-input {
    overflow: hidden;
    z-index: 1;
    position: relative;
    min-width: 0;
    height: 100%;
    background: transparent;
    color:#363636;
    font-size:inherit;
    padding:0 17px;
    flex:4;
    transition: all 0.3s;
}
.search .form-input:focus {
    background-color: #F5F5F5;
}
.search .form-input::placeholder {
    color:#555555;
    font-weight: 200;
}
.search .select-button {
    flex:1;
    width:56px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background-color: #1D3063;
}
.search .select-button img {
    width:auto
}
.search .select-button:hover {
    background: #363636;
}
    /* 검색영역 미디어쿼리 */
    @media all and (max-width:1000px) {
        /* .search {
            width:40%;
            bottom:10px
        }
        .search .form-select {
            width:24%;
        }
        .search .input-area {
            width:76%;
        } */
    }
    @media all and (max-width:640px) {
        .search {
            width:280px;
        }
        .search form {
            width:100%;
            height: 40px;
        }
        .search .form-select {
            padding:0 4px;
            background-position: right 5px center;
            background-size: 7px;
            font-size:14px;
            flex:1.3
        }
        .search .input-area {
            width:100%;
        }
        .search .form-input {
            padding:0 7px
        }
        .search .form-input,
        .search .form-input::placeholder {
            font-size:14px
        }
        .search .select-button {
            width:35px
        }
        .search .select-button img {
            width:12px
        }
    }

/* 페이징 */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0 5px
}
.pagination ul li {
    cursor: pointer;
    text-align: center;
    width:43px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    position: relative;
}
.pagination ul li::after {
    content: "";
    display: block;
    width:1px;
    height: 14px;
    background-color: #E6E6E6;
    position: absolute;
    right: 0;
}
.pagination ul li:last-child::after {
    content:none
}
.pagination ul li a {
    color: #989898;
    height: 20px;
}
.pagination ul li.on a,
.pagination ul li a:hover {
    color:#162347;
    font-weight: 900;
}
.pagination .paging-prev,
.pagination .paging-next {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination .paging-prev a:hover,
.pagination .paging-nex a:hover {
    opacity: 0.5;
}
    /* 페이징 미디어쿼리 */
    @media all and (max-width:640px) {
        .pagination ul li {
            font-size:15px;
            width:38px;
        }
        .pagination .paging-prev img,
        .pagination .paging-next img {
            width:8px
        }
    }

/* 문의하기 */
.contactus .contactus-head {
    display: flex;
    align-items: center;
    height:145px;
    background-color: #F5F5F5;
}
.contactus .contactus-head-title {
    background: center / cover url("/public/images/contactus1.jpg") no-repeat;
    width:30%;
    max-width: 440px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contactus .contactus-head-title img {
    width:80%;
    max-width:312px
}
.contactus-info {
    width:70%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:0 60px
}
.contactus-info-list {
    display: flex;
    flex-direction: column;
    font-size:18px;
    color:#363636;
    font-weight: 200;
}
.contactus-info-list .info-list-txt {
    display: flex;
    align-items: center;
    margin-bottom:15px
}
.contactus-info-list .info-list-txt strong {
    font-weight: bold;
    color:#1D3063;
}
.contactus-info-list .icon {
    margin-top:-3px;
    margin-right:10px
}
/* 문의하기 > 폼 */
.board-form .input-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.board-form .input-box:not(:last-of-type) {
    margin-right:20px
}
.board-form .input-box {
    width:33.3333%;
    height:65px;
    padding:0 25px;
    position: relative;
    background-color: #F5F5F5;
    border: 1px solid #F5F5F5;
    display: flex;
    align-items: center;
    margin-bottom:20px;
    transition: all 0.3s;
}
.board-form .input-box:hover,
.board-form .input-box:focus {
    border: 1px solid #1D3063;
}
.board-form .input-box > label,
.board-form .input-box strong {
    width:127px;
    font-size:18px;
    display: flex;
    align-items: center;
    color: #2D2D2D;
    font-weight: bold;
    border-right:1px solid #D9D9D9
}
.board-form .essential-mak {
    display: flex;
    align-items: center;
    justify-content: center;
    color:#162347;
    margin-right:5px;
    font-size: 16px;
    padding-top: 7px;
}
.board-form .input-style {
    color:#363636;
    font-size:18px
}
.board-form .input-style[type="text"] {
    width:77%;
    height:63px;
    padding-left:20px;
    background-color: #F5F5F5;
}
.board-form .input-style[type="text"]::placeholder,
.board-form textarea::placeholder {
    font-size:16px;
    font-weight: 200;
    color:#989898
}
.board-form .input-textarea,
.board-form .input-policy {
    width:100% !important;
    height: auto !important;
    padding-top:25px;
    padding-bottom:25px;
    align-items: flex-start;
    flex-direction: column;
}
.board-form .input-textarea > label,
.board-form .input-textarea > strong {
    width:100% !important;
    max-width: 100% !important;
    border-right:0;
    border-bottom:1px solid #E6E6E6;
    padding-bottom:15px
}
.board-form .input-textarea > label {
    margin-bottom: 16px
}
.board-form .input-box-wide textarea {
    margin-top:20px
}
.board-form .file-input {
    width: 100%;
}
.board-form .file-input .file_attach {
    width:100%;
    height: 62px;
    padding-left: 20px;
    margin-right:95px;
    background-color: #F5F5F5;
}
.board-form .file-input .file_attach::placeholder {
    color: #313131;
    font-weight: 500;
}
.board-form .file-input label {
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    right: 8px;
    top: 8px;
    width:103px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-align: center;
    background-color: #C8C8C8;
    font-size:16px;
    font-weight: 400;
    color:#363636
}
.board-form .file-input label:hover {
    background-color: #313131;
    color:#FFFFFF
}
.board-form .file-input input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.board-form .input-image {
    width: 100% !important;
}
.board-form .input-image #captcha_section {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    width: 100px;
}
.board-form .input-image #captcha_section img {
    width: 100%;
}
.board-form .input-policy strong {
    width:auto;
    max-width:none;
    border-right:0
}
.board-form .input-privacy {
    width:100%;
    height:390px;
    overflow-y:scroll;
}
.board-form .input-privacy .policy-content {
    margin-right:20px
}
.board-form .input-title {
    width:100%;
    padding-bottom:15px;
    margin-bottom:15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom:1px solid #D9D9D9
}
.board-form .btn-radio {
    cursor: pointer;
    width:auto !important
}
.board-form .btn-radio svg {
    width: 15px; 
    height: 15px;
    fill: none;
    vertical-align: middle;
}
.board-form .btn-radio svg circle {
    stroke-width: 1;
    stroke: #D9D9D9;
}
.board-form .btn-radio svg path {
    stroke: #162347;
}
.board-form .btn-radio svg path.inner {
    stroke-width: 6;
    stroke-dasharray: 19;
    stroke-dashoffset: 19;
}
.board-form .btn-radio svg path.outer {
    stroke-width: 1;
    stroke-dasharray: 57;
    stroke-dashoffset: 57;
}
.board-form .btn-radio input {
    display: none;
}
.board-form .btn-radio input:checked + svg path {
    transition: all 0.4s ease;
}
.board-form .btn-radio input:checked + svg path.inner {
    stroke-dashoffset: 38;
    transition-delay: 0.3s;
}
.board-form .btn-radio input:checked + svg path.outer {
    stroke-dashoffset: 0;
}
.board-form .btn-radio span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
    color: #363636;
    font-size: 15px;
}
    /* 문의하기 미디어쿼리 */
    @media all and (max-width: 1200px) {
        .contactus-info {
            align-items: flex-start;
            padding:0 30px
        }
        .contactus-info-list {
            width:30%
        }
        .contactus-info-list .info-list-txt {
            margin-bottom:10px
        }
        .board-form .input-box > label {
            width:90px
        }
        .board-form .input-image > label {
            width: 140px;
        }
        .board-form .input-image #captcha_section {
            width: 90px;
        }
    }
    @media all and (max-width: 1000px) {
        .contactus .contactus-head {
            flex-direction: column;
            height: auto;
        }
        .contactus .contactus-head-title {
            width:100%;
            max-width: 100%;
            height:80px
        }
        .contactus .contactus-head-title img {
            width:30%
        }
        .contactus-info {
            width:100%;
            flex-direction: column;
            align-items: flex-start;
            padding: 25px 30px;
        }
        .contactus-info-list {
            width:100%;
            flex-direction: row;
            align-items: flex-start;
            justify-content: flex-start;
        }
        .contactus-info-list:not(:last-of-type) {
            margin-bottom:12px;
            padding-bottom:12px;
            border-bottom:1px solid #D9D9D9
        }
        .contactus-info-list .info-list-txt {
            margin-bottom:0;
            margin-right:20px;
            width:120px;
        }
        .contactus-info-list a,
        .contactus-info-list p {
            width:80%;
        }
        .board-form .input-area {
            flex-direction: column;
        }
        .board-form .input-box {
            width:100%;
        }
        .board-form .input-box:not(:last-of-type) {
            margin-right: 0;
        }

    }
    @media all and (max-width: 640px) {
        .contactus .contactus-head-title {
            height:90px
        }
        .contactus .contactus-head-title img {
            width:50%
        }
        .contactus-info {
            padding:20px 15px;
        }
        .contactus-info-list {
            width:100%;
            font-size:16px;
        }
        .contactus-info-list:not(:last-of-type) {
            margin-bottom:7px;
            padding-bottom:7px;
        }
        .contactus-info-list .info-list-txt {
            font-size:15px;
            width:90px;
            margin-bottom:0;
            margin-right:0;
        }
        .contactus-info-list a,
        .contactus-info-list p {
            width:70%
        }
        .contactus-info-list .icon {
            display: none;
        }
        .contactus-info-list .icon img {
            width:14px;
        }

        .board-form .input-box {
            padding: 0 10px;
            margin-bottom:10px;
            height:50px
        }
        .board-form .input-style {
            font-size:15px
        }
        .board-form .input-style[type="text"] {
            width:70%;
            height:48px;
            padding-left:10px
        }
        .board-form .input-box > label,
        .board-form .input-box > strong {
            width:30%;
            font-size:15px
        }
        .board-form .input-policy strong {
            font-size:15px
        }
        .board-form .input-style[type="text"]::placeholder,
        .board-form textarea::placeholder {
            font-size:14px
        }
        .board-form .input-textarea,
        .board-form .input-policy {
            padding:15px 10px
        }
        .board-form .input-textarea > label, 
        .board-form .input-textarea > strong {
            padding-bottom:10px
        }
        .board-form .file-input .file_attach {
            height:48px;
            padding-left:10px;
            margin-right:54px
        }
        .board-form .file-input label {
            font-size:12px;
            width:20%;
            top:2px;
            right:2px;
            height:46px
        }
        .board-form .input-image > label {
            flex-shrink: 0;
            width: 30%;
        }
        .board-form .input-image #captcha_section {
            width: 20%;
        }
        .board-form .input-title {
            padding-bottom:10px;
            margin-bottom:10px;
        }
        .board-form .btn-radio span {
            font-size:14px
        }

    }

/* 개인정보처리방침 */
.privacy h3 {
    font-size: 18px;
    font-weight: 500;
    padding: 40px 0 0;
    color:#2D2D2D
}
.privacy h4 {
    margin-top:20px
}
.privacy p,
.privacy th,
.privacy td,
.privacy li {
    color:#363636;
    line-height: 1.5;
    font-size: 16px;
}
.privacy ul,
.privacy ol{
    margin-top: 10px;
}
.privacy li > ol,
.privacy li > ul {
    margin-top:5px;
    margin-bottom: 10px;
}
.privacy li {
    position: relative;
    margin-bottom: 5px;
}
.privacy p {
    margin-top: 10px;
}
.privacy .brace-list > li {
    padding-left: 20px;
}
.privacy .line-list > li {
    padding-left: 10px;
}
.privacy .brace-list > li::before,
.privacy .line-list > li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1.5;
    font-size:16px;
}
.privacy .brace-list > li:nth-child(1)::before {
    content: "⑴";
}
.privacy .brace-list > li:nth-child(2)::before {
    content: "⑵";
}
.privacy .brace-list > li:nth-child(3)::before {
    content: "⑶";
}
.privacy .brace-list > li:nth-child(4)::before {
    content: "⑷";
}
.privacy .brace-list > li:nth-child(5)::before {
    content: "⑸";
}
.privacy .line-list > li::before {
    content: "-";
}
.privacy .table {
    margin: 15px 0;
    border: 1px solid #d9d9d9;
    border-width: 1px 1px 0 1px;
}
.privacy .table td,
.privacy .table th {
    border-bottom: 1px solid #d9d9d9;
    text-align: left;
    padding: 5px 10px;
}
.privacy .table td:first-child,
.privacy .table th:first-child {
    border-right: 1px solid #d9d9d9;
}
.privacy .table th {
    background-color: #fafafa;
}
    /* 이용약관 미디어쿼리 */
    @media all and (max-width:640px) {
        .privacy p,
        .privacy th,
        .privacy td,
        .privacy li,
        .privacy .brace-list > li::before, 
        .privacy .line-list > li::before {
            font-size: 15px;
        }
        .privacy h3 {
            font-size: 16px;
            padding:30px 0 0
        }
    }