@charset "utf-8";
@font-face {
    font-family: 'ChosunGs';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@1.0/ChosunGs.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ChosunKm';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@1.0/ChosunKm.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;700&display=swap');

html {overflow-x: hidden; overflow-y: scroll;}
#site {background-color: #fff;word-break: keep-all !important;padding-top: 0;letter-spacing: -0.03em;}
#site > .container{width: 100%; padding: 0;}
/* 폰트 설정 */
#site, h1, h2, h3, h4, h5, h6, input, textarea, button {font-family: 'Roboto', 'notokr', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif;}
/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol, ul, li {
	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, .col-md-20, .col-lg-20{
        width: 20%;
    }
    .col-sm-40, .col-md-40, .col-lg-40{
        width: 40%;
    }
}

/* 상단 네비게이션 */

.navbar.navbar-inverse{
    background: none;
    border-bottom: 0;
    transition: all .3s ease;
}
.navbar.navbar-inverse.on{
    background: #044567;
    box-shadow: 4px 4px 10px -1px rgba(0, 0, 0, 0.05);
}
.navbar-header .navbar-brand{
    display: block;
	padding: 0;
    font-size: 20px;
    margin-left: 0 !important;
    height: auto;
}
.navbar-header .navbar-brand img{
    margin-top: -11px;
    display: inline-block;
    vertical-align: bottom;
}

.nav.navbar-nav > li > a{
    display: block;
    height: 100%;
    padding: 15px 25px 30px;
    font-size: 19px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.05em;
    position: relative;
    transition: all .3s ease;
}
.navbar.navbar-inverse.on .nav.navbar-nav > li > a{
    color: #fff;
}
.nav.navbar-nav > li > a::after{
    content: '';
    display: block;
    width: 0;
    height: 1px;
    border-bottom: 3px solid #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .3s ease;
}
.navbar.navbar-inverse.on .nav.navbar-nav > li > a:after{
    border-color: #ffffff;
}
.nav.navbar-nav > li > a:hover::after{
    width: 100%;
}
.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: #fff;
    background: none;
}
.on .nav.navbar-nav > li:hover > a,
.on .nav.navbar-nav > li.open > a,
.on .nav.navbar-nav > li:focus > a,
.on .nav.navbar-nav > li > a:hover,
.on .nav.navbar-nav > li > a:focus,
.on .nav.navbar-nav > li.open > a,
.on .nav.navbar-nav > li.open > a:hover,
.on .nav.navbar-nav > li.open > a:focus{
    color: #fff;
    background: none;
}
.nav.navbar-nav li .dropdown-menu{
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    border-radius: 0;
    border: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0.68);
}
.nav.navbar-nav li .dropdown-menu li a{
    padding: 12px 12px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.nav.navbar-nav li .dropdown-menu li:last-child a {
    border-bottom: 0;
}
.nav.navbar-nav li .dropdown-menu li:hover a{
    background: #1b5b7c;
}

.btn_wrap{
    padding: 10px 0;
}
.btn_wrap .container{
    text-align: right;
}
.btn_wrap .container .lang{
    display: inline-block;
    background: none;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0px 0 0 7px;
    border: 0;
    border-top: 1px solid #fff;
    padding: 5px 0;
    opacity: 0.5;
    line-height: 1;
    transition: all .3s ease;
    font-size: 12px;
}
.on .btn_wrap .container .lang{
    color: #fff;
    border-color: #fff;
}
.btn_wrap .container .lang.active{
    opacity: 1;
}


@media (max-width: 767px){
    #site{
        padding-top: 101px;
    }
    .navbar.navbar-inverse {
        background: #044567;
    }
    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
        background: none;
        border: 0;
    }
    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 0;
        background: none;
        margin: 20px 15px 20px 0;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 6px;
    }
    .navbar-toggle .icon-bar {
        display: block;
        width: 25px;
        height: 2px;
        border-radius: 1px;
    }
    .navbar-header .navbar-brand {
        margin-top: 9px;
    }
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #044567;
    }
    .nav.navbar-nav > li > a{
        text-align: center;
    }
    .nav.navbar-nav li .dropdown-menu {
        left: 50%;
        right: auto;
        transform: translateX(0%);
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    #site{
        
    }
    .nav.navbar-nav > li > a {
        font-size: 17px;
        padding: 15px 10px 30px;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    #site{
        
    }
}

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

/* 슬라이드 영역 */
#mainCarousel .carousel-inner .item{
    height: 100vh;
}
#mainCarousel .carousel-inner .item .carousel-caption{
    padding: 0;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    width: auto;
    margin: 0;
}
#mainCarousel .carousel-inner .item .carousel-caption h1{
    font-family: 'ChosunGs';
    margin: 0;
    font-size: 71px;
    letter-spacing: 0.05em;
    text-shadow: none;
    line-height: 1.25em;
    font-weight: 600;
}
#mainCarousel .carousel-inner .item .carousel-caption h1 small{
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 30px;
}
#mainCarousel .carousel-inner .item .carousel-caption h1 small::after{
    content: '';
    display: block;
    width: 45px;
    height: 3px;
}
#mainCarousel .carousel-control{
    display: none;
}
#mainCarousel .carousel-indicators{
    
}
#mainCarousel .carousel-indicators > li,
#mainCarousel .carousel-indicators > li.active{
    width: 80px;
    height: 4px;
    background: #fff;
    opacity: 0.7;
    margin: 0 3px;
}
#mainCarousel .carousel-indicators > li.active{
    opacity: 1;
}

@media (max-width: 767px){
    #mainCarousel .carousel-inner .item{
        height: calc(100vh - 101px);
    }
    #mainCarousel .carousel-inner .item .carousel-caption{
        left: 15px;
        right: 15px;
        transform: translateY(-50%);
    }
    #mainCarousel .carousel-inner .item .carousel-caption h1{
        font-size: 9vw;
    }
    #mainCarousel .carousel-inner .item .carousel-caption h1 small {
        font-size: 5vw;
        margin-bottom: 0px;
    }
    #mainCarousel .carousel-indicators > li, #mainCarousel .carousel-indicators > li.active{
        width: 60px;
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    #mainCarousel .carousel-inner .item .carousel-caption{
        left: calc((100% - 750px) / 2);
        right: calc((100% - 750px) / 2);
        transform: translateY(-50%);
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    #mainCarousel .carousel-inner .item .carousel-caption{
        left: calc((100% - 970px) / 2);
        right: calc((100% - 970px) / 2);
        transform: translateY(-50%);
    }
}
/* //슬라이드 영역 */

/* 메인 중단영역 */

#main_wrapper > section{
    padding: 120px 0;
}
@media (max-width: 767px){
    
}
@media (min-width: 768px) and  (max-width: 991px){
    
}
@media (min-width: 992px) and  (max-width: 1199px){
    
}
/* //메인 중단영역 */

/* 서브페이지 */

.subHeader {
    height: 390px;
    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: 50px;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 62%;
    transform: translate(-50%, -50%);
    font-weight: 300;
    font-family: 'ChosunKm';
    letter-spacing: 0.05em;
}

.subHeader .container .breadcrumb{
    background: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 95px;
    left: 50%;
    transform: translateX(-50%);
}
.subHeader .container .breadcrumb > li.active,
.subHeader .container .breadcrumb > li a{
    color: #fff;
}

.subMenu{
    border-bottom: 1px solid #ddd;
}
.subMenu .nav{
    /* padding: 0px 333px; */
    display: flex;
    width: 478px;
    margin: 0 auto;
}
.subMenu .nav > li{
    /* width: calc(100% / 3); */
    margin: 0;
    border-radius: 0;
    text-align: center;
    margin-right: 55px;
    /* display: inline-flex; */
}
.subMenu .nav > li:last-child {
    margin-right: 0;
}
.subMenu .nav > li > a{
    background: #fff;
    color: #999;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    padding: 20px 0 15px;
    position: relative;
    letter-spacing: 0;
}
.subMenu .nav > li > a::before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 15px;
    background: #ddd;
    top: 39%;
    left: -28px;
}
.subMenu .nav > li:first-child > a::before {
    content: none;
} 
.subMenu .nav > li.active > a{
    color: #337293;
    border-color: #337293;
    font-weight: 500;
}
.subMenu .nav > li:hover > a{
    background: #fff;
    color: #337293;
}

.subContent{
    padding-top: 110px;
}
.subContent_title{
    margin: 0px 0 80px;
    font-size: 42px;
    font-weight: 300;
    color: #044567;
    position: relative;
    font-family: 'ChosunKm';
    text-align: center;
    letter-spacing: 0.05em;
}
.subContent_title::after {
    content: '';
    display: block;
    position: absolute;
    width: 28px;
    height: 6px;
    background: #054C73;
    transform: skew(-40deg, 0deg);
    top: -25px;
    left: 49%;
}
.subContent .content{
    padding-bottom: 120px;
}
#about01 .subContent_title {
    position: relative;
}
.subContent .content h4{
    
}
.subContent .content h4::before{
    content: '';
}

.greeting{
    padding: 0px 20px 0 0;
}
.greeting p{
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 300;
    color: #000;
    line-height: 1.6em;
}
.greeting .greet_txt p:last-child{
    margin-bottom: 0px;
}
#about01 img{
    margin: 0 auto;
}

.timeline_wrap{
    padding-left: 200px;
    position: relative;
}
.timeline_wrap::before {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 100%;
    background: #f1f1f1;
    left: 412px;
}
.timeline_wrap .timeline{
    margin-bottom: 30px;
}
.timeline_wrap .timeline:last-child {
    margin-bottom: 0;
}
.timeline_wrap .timeline:after{
    content: '';
    display: table;
    clear: both;
}
.timeline_wrap .timeline .time{
    float: left;
    width: 26%;
    overflow: hidden;
    text-align: right;
    position: relative;
}
.timeline_wrap .timeline .time::before {
    content: '';
    display: block;
    position: absolute;
    width: 58px;
    height: 1px;
    background: #a0c4d7;
    left: 158px;
    top: 50%;
}
.timeline_wrap .timeline .issue::before {
    content: '';
    display: block;
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 3px solid #337293;
    background: #fff;
    left: -34px;
    top: 47%;
    transform: translateY(-50%);
}
.timeline_wrap .timeline .time p{
    font-size: 34px;
    font-weight: 300;
    font-style: italic;
    margin: 0;
    line-height: 1;
    color: #337293;
    text-align: left;
}
.timeline_wrap .timeline .issue{
    float: left;
    width: 74%;
    line-height: 1;
    position: relative;
}
.timeline_wrap .timeline .issue p{
    font-size: 18px;
    padding-top: 10px;
    padding-left: 20px;
}

#about03 .con1 .row{padding: 0 5px;}
.strategy{
    padding: 55px 60px;
    border: 1px solid #d1dde5;
    margin: 10px 0;
    min-height: 450px;
    background: #f1f5f8;
}
[lang="en"] .strategy{
    min-height: 468px;
}
#about03 .col-xs-6 {
    padding: 0 10px;
}
#about03 .con1 .row > div:nth-child(2) .strategy,
#about03 .con1 .row > div:nth-child(3) .strategy{
    background: #ffffff;
}
#about03 .con1 .row > div:nth-child(1) .strategy {
    border-top-left-radius: 50px;
    background: #ffffff;
}
#about03 .con1 .row > div:nth-child(3) .strategy{
    border-bottom-right-radius: 50px;
}
#about03 .con1 .row > div:nth-child(4) .strategy {
/*     border-bottom-right-radius: 50px; */
}
.strategy .inner{
    display: block;
}
.strategy .inner i{
    font-size: 80px;
    color: #97b4c3;
}
.strategy .inner .caption{
    margin: 15px 0 0;
}
.strategy .inner .caption dt{
    font-size: 25px;
    color: #3c6072;
    font-weight: 600;
    margin: 0px 0 40px;
    position: relative;
    letter-spacing: -0.035em;
}
.strategy .inner .caption dt::before {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 1px;
    background: rgba(167, 167, 167, 0.54);
    top: 51px;
}
.strategy .inner .caption dd{
    font-size: 16px;
    font-weight: 400;
    color: #555;
    line-height: 1.5em;
}
[lang="en"] .strategy .inner .caption dd span{
    display: block;
    font-size: 15px;
}

.li_dot{
    padding: 15px 0 0;
    margin: 0;
}
.li_dot > li{
    position: relative;
    font-size: 15px;
    padding-left: 10px;
    font-weight: 400;
}
.li_dot > li::before{
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background-color: #5c5c5c;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: 0;
}

.member_wrap {

}
.member_wrap .row{
    /* margin-top: 30px; */
    margin-bottom: 30px;
}
.member{
    
}
.member.on{
    
}
.member .mem_img{
    position: relative;
    cursor: pointer;
}
.member .mem_img img{
    width: 100%;
}
.member .mem_img::before{
    content: '';
    display: block;
    position: absolute;
    opacity: 0.55;
    background: #ffffffb3;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: all .3s ease;
}
.member:hover .mem_img::before,
.member.on .mem_img::before{
    content: '';
    opacity: 0;
}
.member .mem_img::after{
    content: '+';
    display: block;
    position: absolute;
    color: #fff;
    font-weight: 300;
    width: 45px;
    line-height: 45px;
    text-align: center;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.15);
    font-size: 30px;
}
.member .mem_txt{
    display: none;
}

.member_wrap > [id^="mem_"]{margin: 0;background: #fafafa;}
.member_wrap > [id^="mem_"] .mem_txt_here{

}
.member_wrap > [id^="mem_"] .mem_txt_here{background: #edf1f2;padding: 10px;margin-bottom: 30px;}
.member_wrap > [id^="mem_"] .mem_txt_here .mem_txt{padding: 30px;background: #fff;/* border: 1px solid #aac0cb; */}
.member_wrap > [id^="mem_"] .mem_txt_here .name{font-size: 25px;font-weight: 600;line-height: 1;padding: 0px 0 15px;/* border-bottom: 1px solid #ddd; */margin-bottom: 10px;}
.member_wrap > [id^="mem_"] .mem_txt_here .name > .rank{font-size: 19px;color: #31759b;margin-left: 7px;}
.member_wrap > [id^="mem_"] .mem_txt_here .des{

}
.member_wrap > [id^="mem_"] .mem_txt_here .des p{font-size: 15px;margin: 0 0 15px;}
.member_wrap > [id^="mem_"] .mem_txt_here .des p:last-child{margin-bottom: 0;}


#portfolio01 .category_wrap ul{
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
}
#portfolio01 .category_wrap ul > li{

}
#portfolio01 .category_wrap ul li+li {
    margin-left: 12px;
}
#portfolio01 .category_wrap ul > li.on{

}
#portfolio01 .category_wrap ul > li a{
    font-size: 16px;
    font-weight: 500;
    color: #8d8d8d;
    background: #ffffff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 15px 28px;
    min-width: 159px;
}
#portfolio01 .category_wrap ul > li.on a{
    background: #f2f6f7;
    color: #054568;
    border-color: #668da2;
}
#portfolio01 .bbs-area {
    margin-bottom: 120px;
}

@media (min-width: 768px) {
    #portfolio01 .table_blog2 dd{
        width: 25%;
        padding: 0 10px;
    }    
}
#portfolio01 #board_data_blog2 {
    padding: 0 5px;
}
.board_wrapper{
    margin-top: 0;
}
.table_video dd .inner:hover, .table_blog2 dd .inner:hover {
    border-color: #ddd;
}
#portfolio01 .table_blog2 dd .inner {
    border: 0;
}
#portfolio01 .table_blog2 dd .inner .thumb{background-size: contain;}
#portfolio01 .table_blog2 dd .inner .bottom{
    padding: 0;
}
#portfolio01 .table_blog2 dd .inner .bottom .title{
    padding: 0;
    margin: 0;
    position: relative;
}
#portfolio01 .table_blog2 dd .inner .title a{
    display: block;
    padding: 17px 10px 49px;
    position: relative;
    font-weight: 500;
}
#portfolio01 .table_blog2 dd .inner .title a:hover {
    color: #126793;
}
#portfolio01 .table_blog2 dd .inner .title .badge{
    left: 8px;
    bottom: 14px;
    color: #000000;
    background: none;
    padding: 0;
    position: absolute;
    bottom: 21px;
    font-weight: 500;
    font-size: 13px;
    background: #e9e9e9;
    padding: 5px 10px;
    border-radius: 30px;
}
#portfolio01 .table_blog2 dd .info{
    display: none
}

#news01 .table_blog{
    border-top: 0;
}
#news01 .table_blog::after{
    content: '';
    display: table;
    clear: both;
}
#news01 .table_blog > dd{
    width: calc(100% / 3);
    float: left;
    padding: 30px 23px;
    height: 300px;
    border-top: 1px solid transparent;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-right: 1px solid transparent;
    cursor: pointer;
    overflow: hidden;
}
#news01 .table_blog > dd:first-child{
    width: calc((100% / 3) * 2);
    padding: 30px 27px;
}
#news01 .table_blog > dd:first-child,
#news01 .table_blog > dd:nth-child(2){
    border-top: 1px solid #eee;
}
#news01 .table_blog > dd:nth-child(2),
#news01 .table_blog > dd:nth-child(3n+2){
    border-right: 1px solid #eee;
}
#news01 .table_blog > dd:hover{
    position: relative;
    background: #eef2f5;
}
#news01 .table_blog > dd .left{
    display: none;
}
#news01 .table_blog > dd .right{
    width: 100%;
    text-overflow: ellipsis;
}
#news01 .table_blog > dd .right .title{
    padding: 0;
    margin: 0;
}
#news01 .table_blog > dd .right .title a{
    font-size: 25px;
    font-weight: 500;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0;
}
.table_blog dd .right .title a:hover, .table_blog dd .title a:focus {
    text-decoration: none;
}
#news01 .table_blog > dd:hover .right .title a{
    color: #126793;
}
#news01 .bbs-area {
    margin-bottom: 120px;
}
#news01 .table_blog > dd:first-child .right .title a{font-size: 32px;font-weight: 500;font-style: italic;}
#news01 .table_blog > dd .right .info{
    margin: 0;
    font-size: 12px;
    padding: 0;
}
#news01 .table_blog > dd .right .info span{
    padding: 0;
    margin: 0;
}
#news01 .table_blog > dd .right .info .writer, #news01 .table_blog > dd .right .info .hits, #news01 .table_blog > dd .right .info .reply{
    display: none;
}
#news01 .table_blog > dd .right .text{
    text-overflow: ellipsis;
    overflow: hidden;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #e1e1e1;
}
#news01 .table_blog > dd .right .text p{
    line-height: 1.45;
    font-size: 17px;
    color: #000;
    font-weight: 300;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    letter-spacing: 0;
}
#news01 .table_blog > dd:first-child .right .text p{
    font-size: 17px;
}

.li_location{
    padding: 25px 160px;
    margin: 0;
    position: relative;
    margin-top: -6px;
}
[lang="en"] .li_location{padding: 25px 100px;}
.li_location > li{
    font-size: 19px;
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #333;
    font-weight: 400;
    padding-left: 17px;
    display: inline-block;
    margin-right: 20px;
}
.li_location > li:nth-child(2), .li_location > li:nth-child(3) {
    font-weight: 500;
    color: #0d567c;
}
@media (max-width: 767px){
    .subHeader {
        height: 190px;
    }
    .subHeader .container h2 {
        font-size: 10vw;
    }
    .subHeader .container .breadcrumb {
        width: 100%;
        text-align: center;
    }
    .subMenu{
        display: none;
    }
    .subContent_title{
        font-size: 9vw;
    }
    .greeting{
        padding: 0;
        margin-top: 45px;
    }
    .timeline_wrap {
        padding-left: 40px;
        position: relative;
    }
    .timeline_wrap .timeline .time {
        float: none;
        width: auto;
    }
    .timeline_wrap .timeline .time p{
        font-size: 27px;
    }
    .timeline_wrap .timeline .issue {
        float: none;
        width: auto;
    }
    .timeline_wrap .timeline .issue p {
        font-size: 16px;
        padding: 15px 0 0 0;
        word-break: break-word;
    }
    .timeline_wrap .timeline .issue::before {
        top: -19px;
        transform: translateY(0%);
    }
    .timeline_wrap .timeline .time::before{display: none;}
    .timeline_wrap::before {
        left: 7px;
    }
    #about03 .col-xs-6{width: 100%;}
    #about03 .con1 .row > div:nth-child(1) .strategy{border-top-left-radius: 0;}
    .strategy {
        padding: 25px 25px;
        min-height: auto;
    }
    .strategy .inner .caption dt::before {
        top: 89px;
    }
    .li_location {
        padding: 25px 0px 0;
    }
    .li_location > li{
        display: block;
    }
    .member_wrap .row{margin-bottom: 0;}
    /* .member_wrap .mem_txt {
        background: #edf1f2;
        padding: 10px;
        margin-bottom: 30px;
    } */
    .member_wrap .mem_txt {padding: 30px;background: #fff; border: 10px solid #edf1f2;}
    .member_wrap .mem_txt .name{font-size: 25px;font-weight: 600;line-height: 1;padding: 0px 0 15px;/* border-bottom: 1px solid #ddd; */margin-bottom: 10px;}
    .member_wrap .mem_txt .name > .rank{font-size: 19px;color: #31759b;margin-left: 7px;}
    .member_wrap .mem_txt .des{}
    .member_wrap .mem_txt .des p{font-size: 15px;margin: 0 0 15px;}
    .member_wrap .mem_txt .des p:last-child{margin-bottom: 0;}

    #news01 .table_blog > dd{
        width: 100% !important;
        border: 1px solid #eee;
    }
    #news01 .table_blog > dd .right .title a {
        font-size: 20px !important;
    }
    #news01 .table_blog > dd .right .text p {
        font-size: 14px !important;
    }

    .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){
    .li_location {
        padding: 25px 0px;
    }
    .li_location > li {
        font-size: 17px;
    }
    .timeline_wrap {
        padding-left: 0;
        position: relative;
    }
    .timeline_wrap::before {
        left: 154px;
    }
    .timeline_wrap .timeline .issue::before {
        top: 11px;
        transform: translateY(0%);
    }
    .strategy {
        padding: 30px 30px;
    }
    .strategy .inner .caption dt {
        font-size: 21px;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    .strategy {
        padding: 55px 45px;
    }
}
.board_wrapper .text-center {
    margin-top: 40px;
    margin-bottom: 70px;
}
#reply_write .btn_wrap {
    margin-top: 5px;
    text-align: right;
    margin-bottom: 110px;
}
#reply_list span {
    font-size: 16px !important;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
    background-color: #3b7b9d;
}
.btn.btn-primary {
    background-color: #4799c5;
    border: 1px solid #4799c5;
    color: #fff;
}
.board_data_view .header_wrap .title {
    margin: 0;
    font-size: 27px;
}
#portfolio01 .board_data_view .header_wrap .info,
#news01 .board_data_view .header_wrap .info{
    display: none;
}
/* //서브페이지 */

/* 푸터 */

footer {
    text-align: left;
    padding: 45px 0;
    background: #333;
    color: #c1c1c1;
}
footer strong {
    color: #ddd;
}
footer .footer-logo{
    
}
footer .footer-logo h1{
    margin: 0;
}
footer .footer-logo h1 > a{
    display: block;
}
footer .footer-logo h1 > a > img{
    display: block;
}
footer .footer-text{

}
footer .footer-text ul{
    padding-left: 0;
    margin-bottom: 0;
}
footer .footer-text ul:after{
    content: '';
    clear: both;
    display: table;
}
footer .footer-text ul li{
    float: left;
    margin-right: 15px;
    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: 14px;
    margin-top: 10px;
    letter-spacing: 0.025em;
    color: #898989;
}

@media (max-width: 767px){
    
}
@media (min-width: 768px) and  (max-width: 991px){
    
}
@media (min-width: 992px) and  (max-width: 1199px){
    
}
/* //푸터 */


.maintenance {
    margin-top: 5px;
    border: 7px solid #E5E5E5;
    padding: 50px 25px;
    text-align: center;
}

.maintenance .icon {
    display: block;
    line-height: 1;
    font-size: 64px;
	margin-bottom: 10px;
}

.maintenance .big-cont {
	display: block;
    line-height: 1;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
}

.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 20px;
}

.member_wrapper {
    max-width: 1170px;
}