@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/nanummyeongjo.css);

.nanummyeongjo * {
 font-family: 'Nanum Myeongjo', serif;
}

html {
    overflow-x: hidden;
    overflow-y: scroll;
}

#site {
    background-color: #fff;
    word-break: keep-all !important;
    padding-top: 102px;
}

#site>.container {
    width: 100%;
    padding: 0;
}

/* 폰트 설정 */
#site,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
    font-family: '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;
}

/* 상단 네비게이션 */

.navbar.navbar-inverse {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

.navbar-header .navbar-brand {
    display: block;
    padding: 0;
    font-size: 20px;
    margin-left: 0 !important;
    height: auto;
    margin-top: 19px;
}

.navbar-header .navbar-brand img {
    margin-top: 0;
    display: inline-block;
    vertical-align: bottom;
}

.nav.navbar-nav {
    margin-right: 0 !important;
}

.nav.navbar-nav>li>a {
    display: block;
    height: 100%;
    padding: 40px 35px 40px;
    font-size: 17px;
    color: #111;
    font-weight: 500;
    letter-spacing: -0.034em;
}

.navbar-inverse.on .nav.navbar-nav>li>a {
    color: #333;
}

.nav.navbar-nav>li:hover>a,
.nav.navbar-nav>li.open>a,
.nav.navbar-nav>li:focus>a,
.nav.navbar-nav>li>a:focus {
    color: #24398E !important;
    background: none !important
}

.nav.navbar-nav li .dropdown-menu {
    left: -1px;
    right: -1px;
    text-align: center;
    border-radius: 0;
    border-top: 2px solid rgba(0, 0, 0, 0);
    border-bottom: 0;
    border-left: none;
    border-right: 1px solid #e1e1e1;
    overflow: hidden;
    transition: all .3s ease;
    height: 0;
    box-shadow: none;
    min-width: auto;
    background: none;
    padding: 0;
}

.on .navbar-nav li .dropdown-menu {
    padding: 15px 0
}

.nav.navbar-nav>li:hover .dropdown-menu {
    border-top: 2px solid #273e91
}

.nav.navbar-nav li:first-child .dropdown-menu {
    border-left: 1px solid #e1e1e1
}

.nav.navbar-nav li .dropdown-menu li a {
    font-size: 14.5px;
    padding: 8px 0;
    letter-spacing: -0.04em;
    color: #222;
}

.nav.navbar-nav li .dropdown-menu li:hover a {
    background: #2840a2;
    color: #fff !important;
    text-decoration: none;

}

.navbar.navbar-inverse .gnb {
    transition: all .3s ease;
    height: 0;
    background: #fff;
    border-top: 0;
    border-top: 1px solid #fff;
}

.navbar.navbar-inverse.on .gnb {
    border-top: 1px solid #e1e1e1;
}

.li-nav {
    margin: 0;
    padding: 24px 0 0 30px;
    text-align: right;
}

.li-nav li {
    margin: 3px 0px;
    padding: 2px 0 1px;
}

.li-nav li a {
    font-size: 10px;
    line-height: 1;
    padding: 0 5px;
    display: block;
    border-right: 2px solid #bfbfbf;
    color: #777;
}

.li-nav li:hover {
    background-color: #999;
}

.li-nav li:hover a {
    color: #fff;
    text-decoration: none;
}

@media (max-width: 767px) {
    #site {}
}

@media (min-width: 768px) and (max-width: 991px) {
    #site {}
}

@media (min-width: 992px) and (max-width: 1199px) {
    #site {}
}

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

/* 메인 중단영역 */

#main_wrapper>section {
    padding: 120px 0;
}

#main_wrapper>section.main-content {
    padding: 0;
}

section.main-content .row {
    margin: 0;
}

section.main-content .row>.col-xs-12 {
    padding: 0;
}

section.main-content .main_top>.col-xs-12:first-child a {
    border-left: 1px solid #d9d9d9;
}

section.main-content .m_link {
    display: block;
    padding-top: 80px;
    color: #24398E;
    border-right: 1px solid #d9d9d9;
}

section.main-content .m_link:hover {
    text-decoration: none;
    box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.15);
    z-index: 1;
}


@media (min-width: 768px){
    section.main-content .m_link img{
        height: 252px
    }
}

section.main-content .main_bottom .row {
    padding: 52px 0;
    border-right: 1px solid #d5d5d5;
    border-left: 1px solid #e5e5e5;
border-top: 1px solid #d5d5d5;}

section.main-content .main_bottom .row>.col-sm-3 {
    padding: 0 55px;
}

.main_bottom .board_box_list {
    padding: 40px 33px 35px;
    margin: 0 !important;
    border-left: 1px solid #d5d5d5;
}

.main_bottom .board_box_list .page-header {
    padding: 0;
    margin: 0 0 20px;
    border-bottom: none;
}

.main_bottom .board_box_list .page-header h4 {
    font-size: 20px;
    margin: 0;
    font-weight: 500;
    letter-spacing: -0.05em;
    color: #222;
}

.main_bottom .board_box_list .page-header .pull-right {
    margin-top: 2px;
    opacity: 0.8;
}

.main_bottom .board_box_list .page-header .pull-right:hover {
    opacity: 1;
}

.board_box_list .info span.writer,
.board_box_list .info span.hits {
    display: none;
}
.board_box_list .info span{
    opacity:0.6;
    letter-spacing:0;
    font-size:13px;
}
.board_box_list ul li {
    padding: 4px 0 4px 9px;
    letter-spacing: -0.05em;
    position:relative;
}
.board_box_list ul li:before{
    content:"";
    width:3px;
    height:3px;
    position:absolute;
    background:#4396ea;
    top:13px;
    left:0;
    border-radius:1px;
    
}
.main_bottom .board_box_list ul {
    margin: 0;
}

.main_bottom .bttm-link {
    display: block;
}

.main_bottom .bttm-link:hover i {
    color:#3651be;
}

.main_bottom .bttm-link::after {
    content: '';
    display: table;
    clear: both;
}

.main_bottom .bttm-link i {
    float: left;
    color: #abb3bf;
    background: #fff;
    display: block;
    text-align: center;
    border-radius: 50%;
    font-size: 46px;
    margin-right: 20px;
    transition: all 0.3s;
}

.main_bottom>.row>.col-sm-8>.row>div:nth-child(2) i {
/*     color: #3651be */
}
.main_bottom>.row>.col-sm-8>.row>div:nth-child(3) i {
/*     color: #3a91eb */
}

.main_bottom .bttm-link .caption {
    float: left;
}

.main_bottom .bttm-link .caption p {
    color: #333;
    font-size: 22px;
    font-weight: 500;
    margin: 3px 0 0;
    line-height: 1.1;
    letter-spacing: -0.04em;
}

.main_bottom .bttm-link .caption p small {
    color: #9a9a9a;
    display: block;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 1.2px;
    margin-bottom: 5px;
}

section.main-content .m_link .caption {
    position: relative;
    text-align: center;
    padding: 0 20px 20px;
    margin-bottom: 0;
    height: 205px;
    z-index: 1;
}

section.main-content .m_link .caption:after {
    content: "";
    width: 100%;
    height: 60px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.4) 70%, rgba(255, 255, 255, 0.1) 93%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: 0;
    bottom: -60px;
}

section.main-content .m_link .caption dt {
    position: relative;
    font-size: 32px;
    line-height: 1;
    margin: 0 0 25px;
    font-weight: 500;
    letter-spacing: -0.015em;
    color: #232323;
}

section.main-content .m_link .caption dt:before {
    content: "";
    width: 40px;
    height: 4px;
    background: #273e91;
    margin: 0 auto 18px;
    display: block;
}

section.main-content .container>.row>div:nth-child(2) dt:before {
    background: #fc5427
}

section.main-content .container>.row>div:nth-child(3) dt:before {
    background: #64a518; 
}

section.main-content .container>.row>div:nth-child(4) dt:before {
    background: #f37b47
}

section.main-content .container>.row>div:nth-child(2) a {
    border-bottom-color: #3c8bdc
}

section.main-content .container>.row>div:nth-child(4) a {
    border-bottom-color: #f37b47
}

section.main-content .m_link .caption dd {
    font-size: 15px;
    margin-bottom: 2px;
    letter-spacing: -0.035em;
    word-break: break-all;
    color: #444;
    line-height: 1.5;
font-weight: 400;}

section.main-content .m_link .caption dd::before {
    content: '';
    display: block;
}

@media (max-width: 767px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (min-width: 992px) and (max-width: 1199px) {}

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

/* 서브페이지 */

.subCon_wrap {}

.subCon_wrap>.container::after {
    content: '';
    display: table;
    clear: both;
}

.subMenu {
    float: left;
    width: 15%;
}

.subMenu h2 {
    margin: 0;
    padding: 50px 0;
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: -0.055em;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    background: #273e91;
}
.subMenu .nav {}

.subMenu .nav>li {
    margin: 0;
}

.subMenu .nav>li>a {
    border-radius: 0;
    background: none;
    border-bottom: 1px solid #e3e3e3;
    color: #232323;
    letter-spacing: -0.045em;
    font-weight: 400;
    font-size: 15px;
    padding: 8px 6px;
}

.subMenu .nav>li:hover>a {
    color: #3352b8;
}

.subMenu .nav>li.active>a,
.subMenu .nav>li.active>a:hover,
.subMenu .nav>li.active>a:focus {
    position: relative;
    font-weight: 600;
    color: #3352b8;
    background: #fff;
}

.subMenu .nav>li.active>a::after {
    content: '\f054';
    font-family: 'Font awesome 5 Free';
    color: #273e91;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
    font-weight: 600;
}

.subContent {
    float: left;
    width: 85%;
    padding-left: 60px;
}

.subHeader {
    height: 100%;
    position: relative;
    padding-top: 70px;
    padding-bottom: 15px;
    margin-bottom: 45px;
    /* border-bottom: 1px solid #ddd; */
}

.subHeader::after {
    content: '';
    display: table;
    clear: both;
}

.subContent_title {
    margin: 0;
    font-size: 44px;
    float: left;
    letter-spacing: -0.05em;
    color: #232323;
}
.subContent_title > small{
    
display: block;font-size: 14px;font-weight: 600;letter-spacing: 0.2em;color: #3352b8;position: absolute;margin-top: -18px;margin-left: 2px;}
.subHeader .breadcrumb {
    float: right;
    background: none;
    border-radius: 0;
    padding: 0;
    margin: 28px 0 0;
    font-size: 12px;
    letter-spacing: -0.05em;
}

.subHeader .breadcrumb>li {}

.subHeader .breadcrumb>li>a {
    color: #888;
}

.subHeader .breadcrumb>li.active {
    font-weight: 500;
    color: #333;
}

.subContent .content {
    padding-bottom: 80px;
}

.subContent .content h4 {
    margin: 0 0 30px;
    font-size: 24px;
    font-weight: 600;
    padding-left: 24px;
    position: relative;
    letter-spacing: -0.055em;
}

.subContent .content h4::before {
    content: '';
    display: block;
    border: 4px solid #3352b8;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 6px;
}

.subContent .content h4::after {
    content: "";
    width: 9px;
    height: 9px;
    border: 2px solid #fff;
    position: absolute;
    left: 8px;
    top: 4px;
    background: #329ce6;
}

.subContent .content p {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: -0.034em;
    color: #444;
}

.table.table_default tr th,
.table.table_default tr td {
    font-size: 15px;
    letter-spacing: -0.034em;
}


#Company01 .table.table_default.table_samho {
    border-top: 2px solid #329ce6;
}

#Company01 .table.table_default.table_samho tr {
    border-bottom: 1px solid #ddd;
}

#Company01 .table.table_default.table_samho tr th,
#Company01 .table.table_default.table_samho tr td {
    text-align: left;
    border-top: 0;
    white-space: normal;
    font-size: 15px;
    padding: 20px 15px;
}

#Company01 .table.table_default.table_samho tr th {
    color: #185a98;
    background: #f4f8fb;
    border-color: #d3e2ec;
}

#Company01 .table.table_default.table_samho tr td>span:nth-child(1) {
    display: block;
    margin-bottom: 15px;
}

#Company01 .table.table_default.table_samho tr td>a {
    margin-left: 3px;
    letter-spacing: 0;
}

#Company02 img {
    margin-bottom: 30px;
}

.timeLine {
    position: relative;
}

.timeLine:before {
    content: '';
    position: absolute;
}

.timeLine .time-box {
    border-bottom: 1px dotted #ddd;
    margin: 0 0 25px;
    padding: 0 0 25px;
}

.timeLine .time-box .year {}

.timeLine .time-box .year span {
    font-size: 34px;
    font-weight: 300;
    color: #334ca5;
    letter-spacing: -0.035em;
}

.timeLine .time-box .issue {}

.timeLine .time-box .issue ol {
    padding-left: 0;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.timeLine .time-box .issue ol li {
    font-size: 15px;
    padding: 5px;
    color: #444;
    letter-spacing: -0.034em;
}

.timeLine .time-box .issue ol li span {
    font-weight: 600;
    margin-right: 10px;
}

#Company03 .content.con1 .greet {
    padding-left: 15px;
    padding-right: 20px;
    padding-top: 0;
}

#Company03 .content.con1 .greet p {
    font-size: 15px;
    margin-bottom: 30px;
    letter-spacing: -0.034em;
    line-height: 1.7;
    color: #444;
    text-align: justify;
}

#Company03 .content.con1 .greet p span {
    display: block;
}

#Company03 .content.con1 .greet .intro {
    font-size: 32px;
    color: #2d4fbf;
    font-weight: 500;
    margin: 0 0 40px;
    letter-spacing: -0.055em;
    line-height: 1.25;
}

#Company03 .content.con1 .greet .intro b {
    font-weight: 500;
}

#Company03 .content.con1 .greet p i {
    display: block;
    color: #000;
    text-decoration: underline;
    margin-top: 3px;
}

#Company03 .content.con1 .greet .epil {
    font-size: 15px;
    color: #333;
    font-weight: 500;
}

#Company03 .content.con1 .greet .epil b {
    display: inline-block;
    margin-left: 5px;
    font-size: 22px;
    letter-spacing: 0.1em;
}

#Company05 .content.con1 .nav {
    border: 0;
    margin: 10px 0 30px;
    /* border-top: 2px solid #a2bbe8; */
    /* padding-top: 13px; */
}

#Company05 .content.con1 .nav>li {
    display: block;
    float: none;
    margin-bottom: -1px;
    margin-right: -1px;
    width: 25%;
    float: left;
    position:relative;
}

#Company05 .content.con1 .nav>li>a {
    display: block;
    position: relative;
    height: 180px;
    margin: 0;
    padding: 96px 20px 0 25px;
    color: #333;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.075em;
    border-radius: 0;
    border: 1px solid #d3d3d3;
}
#Company05 .content.con1 .nav>li>a:hover{
    background:#f9f9f9
}

#Company05 .content.con1 .nav>li>a>span {
    position: absolute;
    left: 24px;
    top: 20px;
    font-size: 43px;
    font-weight: 300;
    opacity: 0.3;
    letter-spacing: 0;
font-family: 'Nanum Myeongjo', serif;}
#Company05 .content.con1 .nav>li>a>span > i{font-family: 'Nanum Myeongjo', serif;margin-left: 7px;font-size: 35px;display: inline-block;}
#Company05 .content.con1 .nav>li.active{
    z-index:1;
}
#Company05 .content.con1 .nav>li.active>a {
    border:5px solid #3352b8;
    font-weight: 500;
    color: #3352b8;
    padding: 92px 16px 0 21px;
    background:#fff
}

#Company05 .content.con1 .nav>li.active>a>span {left: 20px;top: 16px;}


#Company05 .content.con1 .tab-content {padding: 0;}

#Company05 .content.con1 .tab-pane {
    position: relative;
}

#Company05 .content.con1 .tab-pane p {
    margin: 0;
    font-size: 15px;
    line-height: 1.9;
    letter-spacing: -0.034em;
    color: #444;
    text-align: justify;
}

#Company05 .content.con2 {}

#Company05 .content.con2 dl {
    /* border: 1px solid #ddd; */
}

#Company05 .content.con2 dl:after {
    content: "";
    display: block;
    clear: both;
}

#Company05 .content.con2 dl dt {
    float: left;
    position: relative;
    margin-top: 10px;
    padding: 26px 20px 0;
    border: 4px solid #5670c7;
    color: #3352b8;
    font-size: 26px;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    text-align: center;
    font-weight: 500;
    letter-spacing: -0.05em;
}

#Company05 .content.con2 dl dt:before {
    content: "";
    width: calc(100% + 18px);
    height: calc(100% + 18px);
    border: 2px dotted #3352b8;
    position: absolute;
    left: -9px;
    top: -9px;
    border-radius: 50%;
    opacity: 0.5;
    z-index: -1;
}

#Company05 .content.con2>.row>div:nth-child(2) dl dt {
    border-color: #3987e8;
    color: #156ad4;
}

#Company05 .content.con2>.row>div:nth-child(3) dl dt {
    border-color: #5eb6f3;
    color: #1d90e0;
}

#Company05 .content.con2>.row>div:nth-child(4) dl dt {
    border-color: #29a7c3;
    color: #1288a2;
}

#Company05 .content.con2>.row>div:nth-child(2) dl dt::before {
    border-color: #3987e8;
}

#Company05 .content.con2>.row>div:nth-child(3) dl dt::before {
    border-color: #5eb6f3;
}

#Company05 .content.con2>.row>div:nth-child(4) dl dt::before {
    border-color: #29a7c3;
}

#Company05 .content.con2 dl dd {
    padding: 0px 30px;
    font-size: 14px;
    height: 148px;
    width: calc(100% - 100px);
    float: left;
    letter-spacing: -.035em;
    color: #686868;
    line-height: 1.6;
}

#Company05 .content.con2 dl dd b {
    font-weight: 500;
    color: #111;
}

#Company06 .li_location{
    padding: 0;
}
#Company06 .li_location > li{
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 100px;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
}
#Company06 .li_location > li > span{
    position: absolute;
    top: 5px;
    left: 0;
    font-weight: 600;
    color: #273E91;
}

#Research01 .content.con1 p {
    margin-bottom: 40px;
    text-align: justify;
}

#Research01 .content.con1 .inner {}

#Research01 .content.con1 .inner h5 {
    color: #333;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    letter-spacing: -0.055em;
    margin: 0 0 20px;
    padding-left: 10px;
}

#Research01 .content.con1 .inner h5:before {
    content: "";
    width: 2px;
    height: 18px;
    background: #333;
    position: absolute;
    left: 0;
    top: 3px;
}

#Research01 .content.con1 .inner .rnd_team_wrap {
    padding: 60px 0 55px;
    text-align: center;
    background: #f7f7f7;
}

#Research01 .content.con1 .inner .rnd_team_wrap h6 {
    margin: 0 0 15px;
    font-size: 24px;
    background: #334ca5;
    color: #fff;
    padding: 17px 0;
    letter-spacing: -0.05em;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}

#Research01 .content.con1 .inner .li_team {
    text-align: center;
    padding: 0;
    margin: 0;
}

#Research01 .content.con1 .inner .li_team>li {
    display: inline-block;
    width: 32.3%;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    padding: 30px 0;
    border: 1px solid #d3d3d3;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    letter-spacing: -0.045em;
    background: #fff;
}

#Research01 .content.con1 .inner .li_team>li:nth-child(2) {
    margin: 0 1%;
}

#Research02 .cert{
    margin-bottom: 30px;
    cursor: pointer;
}
#Research02 .cert img{
    border: 1px solid #ccc;
}
#Research02 .cert .caption{
    text-align: center;
    padding: 15px 0 0;
    font-weight: 600;
    font-size: 15px;
    margin: 0;
}
#Research02 + .modal .modal-content{
    width: auto;
    min-width: auto;
    max-width: fit-content;
}
#Research02 + .modal .modal-header{
    background: #273E91;
}
#Research02 + .modal .modal-header .modal-title{
    color: #fff;
    text-align: center;
}
#Research02 + .modal .modal-body{
    
}
#Research02 + .modal .modal-body img{
    
}
.bbs-area .board_wrapper {
    margin-top: 0;
}

@media (min-width: 992px) {
    #Research03 .bbs-area .table_blog2>dd {
        width: 25%;
    }

    [id^="Business"] .bbs-area .table_blog2>dd {
        width: 25%;
    }
}

#Research03 .bbs-area .table_blog2>dd .inner,
[id^="Business"] .bbs-area .table_blog2>dd .inner {
    border: 0;
    min-height: 305px;
}

#Research03 .bbs-area .table_blog2>dd .inner .top,
[id^="Business"] .bbs-area .table_blog2>dd .inner .top {
    border: 1px solid #ddd;
}

.bbs-area .table_blog2>dd .inner .top a {background: #000;}

.table_blog2 {margin: 0 -10px;}

.table_blog2 > dd {padding: 0 10px;}

.bbs-area .table_blog2>dd .inner .top a .thumb {transition: all 0.3s ease;}

.bbs-area .table_blog2>dd .inner:hover .top a .thumb {opacity: 0.6;transform: scale(1.12);}

.bbs-area .table_blog2>dd .inner:hover .top {}

#Research03 .bbs-area .table_blog2>dd .inner .top .thumb {
    height: 290px;
}

#Research03 .bbs-area .table_blog2>dd .inner .bottom {}

#Research03 .bbs-area .table_blog2>dd .inner .bottom .title,
[id^="Business"] .bbs-area .table_blog2>dd .inner .bottom .title {
    text-align: center;
}

#Research03 .bbs-area .table_blog2>dd .inner .bottom .title a {
    white-space: normal;
    font-size: 15px;
    font-weight: 500;
}

#Research03 .bbs-area .table_blog2>dd .inner .bottom .info,
[id^="Business"] .bbs-area .table_blog2>dd .inner .bottom .info {
    display: none;
}

[id^="Business"] .bbs-area .table_blog2>dd .inner .bottom .title a {
    white-space: normal;
    font-size: 15px;
    font-weight: 500;
}

.table_video dd .inner .bottom .title a:hover,
.table_blog2 dd .inner .title a:focus,
.table_blog2 dd .inner .bottom .title a:hover,
.table_blog2 dd .inner .title a:focus {
    color: #3352b8
}

[id^="Business"] .bbs-area .table_biz {}

[id^="Business"] .bbs-area .table_biz thead th {
    color: #3352b8;
    border-bottom: 1px solid #3352b8;
    padding: 0 0 15px;
    font-size: 32px;
    font-weight: 500;
letter-spacing: -0.02em;}

[id^="Business"] .bbs-area .table_biz tbody th {
    color: #333;
    font-size: 16px;
    padding: 22px 15px;
}

[id^="Business"] .bbs-area .table_biz tbody td {
    font-size: 14px;
    padding: 22px 25px;
    letter-spacing: -0.034em;
    color: #444;
    line-height: 1.6;
}

[id^="Business"] .bbs-area .table_biz tbody td img {
    margin-right: 15px
}

#Sitemap .content.con1 dl {
    text-align: center;
    padding: 0 30px;
}

#Sitemap .content.con1 dl dt {
    font-size: 17px;
    margin-bottom: 10px;
    background: #24398E;
    color: #fff;
    padding: 6px 0 6px;
    border-radius: 50px;
}

#Sitemap .content.con1 dl dd {
    opacity: 0.6;
    color: #111;
    padding: 5px 0;
    display: block;
    border-bottom: 1px solid #ddd;
}

#Sitemap .content.con1 dl dd a {
    opacity: 0.6;
    color: #111;
}

#Sitemap .content.con1 dl dd:hover a {
    opacity: 1;
}

.table_default {
    border-top: 2px solid #4a4a4a;
}

.table.table_default tr th,
.table.table_default tr td {
    padding: 13px 15px;
    letter-spacing: -0.025em;
    border-bottom: 1px solid #e1e1e1;
    font-size: 15px;
}

.table.table_default thead th {
    background: #f7f7f7;
    font-size: 15px;
    font-weight: 500;
    color: #000;
}

.table.table_default tr td {
    color: #777;
}

.table_samho.table.table_default tr td {
    color: #444;
    line-height: 1.6;
    letter-spacing: -0.03em;
}

.table.table_default tbody .subject {
    color: #333;
}

.table.table_default tbody .subject a {
    font-weight: 500;
}

.table.table_default tbody .subject a:hover {
    color: #3352b8;
    text-decoration: underline;
}

.category_wrap {
    margin-bottom: 25px;
}
#Business02 .category_wrap{margin-bottom: 50px;}
.category_wrap::after{
    content: '';
    display: table;
    clear: both;
}
.category_wrap ul li{
    display: block;
    float: none;
    margin-bottom: -1px;
    margin-right: -1px;
    width: 25%;
    float: left;
    position: relative;
}
#Business01 .category_wrap ul li{width: calc(100% / 5);}
#Business02 .category_wrap ul li{width: calc(100% / 6);}
.category_wrap ul li:nth-child(1){display: none;}
.category_wrap ul li+li {
    margin-left: 0;
    margin-bottom: 5px;
}

.category_wrap ul li a {
    display: block;
    position: relative;
    
    margin: 0;
    
    padding: 0px 25px;color: #333;
    font-weight: 400;
    
    line-height: 1.5;
    letter-spacing: -0.05em;
    border-radius: 0;
    
    font-size: 14px;
border: 1px solid #d3d3d3;text-align: center;display: flex;align-items: center;justify-content: center;height: 60px;}
#Business02 .category_wrap ul li a {
    
    
}
/* .category_wrap ul li a:after {
    content: "";
    width: 1px;
    height: 15px;
    background: #ddd;
    position: absolute;
    right: 15px;
} */

.category_wrap ul li:last-child a:after {
    content: none;
}

/* .category_wrap ul li+li {
    margin-left: 0;
    margin-bottom: 5px;
}

.category_wrap ul li a {
    position: relative;
    border: none;
    padding-bottom: 0;
    padding-right: 30px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.034em;
    color: #777;
    text-align: center;
}

/* .category_wrap ul li a:after {
    content: "";
    width: 1px;
    height: 15px;
    background: #ddd;
    position: absolute;
    right: 15px;
} */

.category_wrap ul li:last-child a:after {
    content: none;
}

.category_wrap ul li.on a,
.category_wrap ul li.on a:hover,
.category_wrap ul li.on a:focus {
    color: #3352b8;
    font-weight: 600;
border: 3px solid;z-index: 1;} */
.table_video dd .inner .bottom, .table_blog2 dd .inner .bottom {
    padding: 30px 15px 0;
    height: 75px;
}
[id^="Business"] .bbs-area .table_blog2>dd .inner .bottom .title{
    /* text-align: center; */
    overflow: visible;
    position: relative;
}

[id^="Business"] .bbs-area .table_blog2>dd .inner .bottom {padding: 15px 0;}
[id^="Business"] .board_data_view {
    border: 0
}
[id^="Business"] .board_data_view .header_wrap{
    display: none;
}
[id^="Business"] .board_data_view .contents_wrap {
    padding: 0px 0 50px;
}
[id^="Business"] .board_data_view {
    border-top: 0
}
.table_blog2 .badge{
    color: #4365d7;
    
    font-size: 13px;
    font-weight: 600;
    /* position: absolute; */
    /* left: 50%; */
    /* top: -24px; */
    /* transform: translateX(-50%); */
letter-spacing: -0.03em;background: transparent;display: block;padding: 0;margin-bottom: 8px;}


.board_data_view .header_wrap .title {
    letter-spacing: -0.04em;
    float: left;
}

.board_data_view .header_wrap {
    background: #fff;
    border-bottom: 1px solid #d3d3d3;
    padding: 23px 20px;
}

.board_data_view .header_wrap .info {
    text-align: right;
    float: right;
    margin: 2px 0 0;
}

.board_data_view .header_wrap .info span {
    font-size: 12px;
    color: #777;
    letter-spacing: -0.034em;
}

.board_data_view .header_wrap:after {
    content: "";
    display: block;
    clear: both;
}

.board_data_view .header_wrap .info span strong {
    margin-right: 2px;
    font-weight: 500;
    color: #111;
}

.board_data_view .header_wrap .info span+span {
    margin-left: 12px;
}

.btn.btn-primary {
    background-color: #3352b8;
    border: 1px solid #3352b8;
    color: #fff
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #273e91;
    border-color: #273e91
}

.btn.btn-outline-primary {
    background: none;
    border: 1px solid #3352b8;
    color: #3352b8
}

.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus {
    background-color: #3352b8;
    color: #fff
}

.btn.btn-dark {
    background-color: #4a4a4a;
    border: 1px solid #4a4a4a;
    color: #fff
}

.btn.btn-dark:hover,
.btn.btn-dark:focus {
    background-color: #3c3c3c;
    border-color: #3c3c3c
}


#Business01 .con1 .biz-link{margin-bottom: 60px;display: block;text-align: center;}
#Business01 .con1 .biz-link:hover, #Business01 .con1 .biz-link:focus{text-decoration: none;}
.biz-link .img-area .icon-plus {position: absolute;left: 0;top: 0;width: 100%;height: 100%;font-size: 100px;font-weight: 100;color: #fff;opacity: 0;transition: all 0.3s ease;background: rgba(0,0,0,0.4);display: flex;align-items: center;justify-content: center;}
.biz-link:hover .img-area .icon-plus{
    opacity: 1;
}
#Business01 .con1 .biz-link:hover .img-area{
border: 2px solid #3352c6;}
.biz-link .img-area {position: relative;display: inline-block;width: 210px;height: 210px;border-radius: 50%;overflow: hidden;border: 2px solid #e3e3e3;margin: 0 auto;}
#Business01 .con1 .biz-link img{position: relative;transition: all 0.45s ease;}

#Business01 .con1 .biz-link:hover img{transform: scale(1.12);}
#Business01 .con1 .biz-link .caption{display: block;padding-top: 12px;}
#Business01 .con1 .biz-link .caption .tit{display: block;font-size: 20px;font-weight: 600;text-align: center;line-height: 1;border-radius: 50px;position: relative;color: #333;letter-spacing: -0.02em;}
#Business01 .con1 .biz-link:hover .caption .tit{}
#Business01 .con1 .biz-link .caption .des{
    font-size: 16px;
    color: #595959;
    padding: 15px;
    display: block;
    height: 72px;
}
[id^="Business"] .con1 .biz-link .caption .more{display: block;text-align: center;font-size: 13px;color: #3352c6;font-weight: 500;border: 1px solid #d8d8d8;border-radius: 50px;width: 85px;padding: 4px 0;margin: 14px auto 0;background: #fff;}
[id^="Business"] .con1 .biz-link:hover .caption .more{border-color: #3352c6;background: #3352c6;color: #fff;}


#Business02 .con1 .biz-link{
    margin-bottom: 30px;
    display: block;
}
#Business02 .con1 .biz-link:hover{text-decoration: none;}
#Business02 .con1 .biz-link .caption{
    background: #fafafa;
    display: block;
    padding-bottom: 20px;
}
#Business02 .con1 .biz-link .caption .tit{
    height: 70px;
    position: relative;
    line-height: 1.2;
    display: block;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    background: #273e91;
}
#Business02 .con1 .biz-link .caption .tit span{
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#Business02 .con1 .biz-link .caption .des{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #000;
    line-height: 1.66;
    padding: 15px 20px;
    height: 80px;
}

#Business01 .bbs-nav{margin-bottom: 60px;}
#Business01 .bbs-nav .nav{}
#Business01 .bbs-nav .nav > li{margin: 0;/* width: calc(100% / 5); */text-align: center;margin-right: 40px;}
#Business01 .bbs-nav .nav > li > a{text-align: center;color: #aaa;font-weight: 600;font-size: 16px;border-radius: 0;background: none;position: relative;padding: 0 0 5px;border-bottom: 1px solid transparent;display: inline-block;letter-spacing: -0.02em;}
/* #Business01 .bbs-nav .nav > li > a::before{content: '';display: block;width: 73%;height: 14px;background: #f1e22a;opacity: 0.5;position: absolute;z-index: -1;left: 50%;bottom: 15px;transform: translate(-50%, 0);} */
#Business01 .bbs-nav .nav > li > a:hover{color: #3352b8;}
#Business01 .bbs-nav .nav > li.active > a{color: #3352b8;border-color: #3352b8;}
#Business01 .bbs-nav .nav > li.active > a::before{content: '';}

@media (max-width: 767px) {

    .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) {}

@media (min-width: 992px) and (max-width: 1199px) {}

/* //서브페이지 */

/* 푸터 */

footer {
    text-align: left;
    padding: 40px 0;
    background: #777;
    color: #eee;
}

footer .footer-logo {}

footer .footer-logo h1 {
    margin: 0 0 0;
    opacity: 0.5;
    width: 150px;
}

footer .footer-logo h1>a {
    display: block;
}

footer .footer-logo h1>a>img {
    display: block;
}

footer .footer-text {}

footer .footer-text p {
    margin: 0 0 10px;
    font-size: 14px;
}

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.3;
    font-size: 13px;
    font-weight: 300;
}

footer .footer-text ul li address {
    margin-bottom: 0;
    line-height: 1.2;
    font-size: 13px;
    font-weight: 300;
}

footer .footer-text .copyrights {
    display: block;
    margin-top: 4px;
    font-size: 11px;
    opacity: 0.5;
}

.login-li > li{
    text-align: right;
}
.login-li > li > a{
    color: #fff;
    opacity: 0.7;
    font-weight: 300;
}
.login-li > li > a:hover{
    opacity: 1;
    text-decoration: none;
}

@media (max-width: 767px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (min-width: 992px) and (max-width: 1199px) {}

/* //푸터 */


.maintenance {
    margin: 0 0 90px;
    padding: 50px 25px;
    text-align: center;
    border: 1px solid #ddd;
    background: #f8f8f8;
}

.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;
    margin-bottom: 20px;
}

.member_wrapper {
    max-width: 1170px;
    margin: 0 auto;
}