@charset "UTF-8";
html, body {
    font-family: "Noto Sans KR","Helvetica Neue", Helvetica, Arial, sans-serif;
}
.inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

/* header */
#header {
    position: relative;
    background-color: #004583;
}
#header .header-inner {
    position: relative;
    padding: 25px 0;
    text-align: right;
}
#header .logo {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 0;
    margin-bottom: 0;
    -webkit-transform: translateY(calc(-50% + 0.5px));
    -ms-transform: translateY(calc(-50% + 0.5px));
    transform: translateY(calc(-50% + 0.5px));
    z-index: 1;
}

#header .logo a {
    display: block;
    width: 100%;
}
#wrap p {}
#wrap img {
    max-width: 100%;
    vertical-align: middle;
}

#header .top-menu {
    font-size: 0;
    padding: 0;
    margin: 0;
}

#header .top-menu > li {
    display: inline-block;
    padding-left: 40px;
    vertical-align: top;
}
#header .top-menu > li:first-of-type {
    padding-left: 0 !important;
}

#header .top-menu > li > a {
    font-size: 15px;
        font-weight: 300;
    line-height: 1.2;
    text-align: center;
	    letter-spacing: 0.5px;
    color: rgba(255, 255, 255, 1);
}

#header .top-menu > li > a i {
    display: block;
    margin-bottom: 5px;
}

#header .top-menu > li > a span {
    display: block;
}

@media screen and (max-width: 1200px){
    #header .logo { height: 100%;}
    #header .logo a { height: 100%; padding: 30px 0;}
    #header .logo a img {height: 100%;}
    #header .top-menu > li > a i img {width: 40px;}
    #header .top-menu > li > a span {font-size: 14px;}
    #header .top-menu > li {padding-left: 20px;}
}

@media screen and (max-width: 991px){
    #header .header-inner { padding: 15px 0;}
    #header .logo a { padding: 22px 0;}
    #header .top-menu > li > a i img {width: 30px;}
    #header .top-menu > li > a span {font-size: 12px;}
}

@media screen and (max-width:767px){
    #header .top-menu > li > a i img {width: 20px;}
    #header .top-menu > li > a span {font-size: 10px;}
}

@media screen and (max-width:580px){
    #header .logo {
        position: static;
        transform: translateY(0);
    }
    #header .logo a { padding: 0 0 22px; text-align: left;}
    #header .logo a img {max-width: 250px;}
    #header .top-menu > li { padding-left: 15px;}
    #header .top-menu > li > a i img {width: 20px;}
    #header .top-menu > li > a span {font-size: 10px;}
}
/* main contents */
.main-cont-setion {
    padding: 16px 0 50px;
}

.main-cont-setion .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px !important;
    padding: 0;
}
.main-cont-setion .row > li {
    padding: 5px !important;
}
.main-cont-setion .row > li a {
    display: block;
}
.main-cont-setion .row > li a:hover {
    text-decoration: none;
}

.main-cont-setion .row > li img {
    width: 100%;
}
.main-cate__item {
    height: 100%;
    background-color: #fff;
}
.main-cate__item a {
    -webkit-transition: all .2s;
    transition: all .2s;
}
.main-cate__item a:hover {
    -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,.15);
    box-shadow: 0px 0px 15px rgba(0,0,0,.15);
}
.main-cate__item .figcaption {
    padding: 12px;

}
.main-cate__item__tit {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: self-end;
    align-items: self-end;
    font-family: "Roboto",sans-serif;
    color: #174484;
    font-size: 45px;
    line-height: 0.9;
}
.main-cate__item__tit span.number {
    width: 55px;
    font-weight: 400;
}
.main-cate__item__tit span:not(.number) {
    width: calc(100% - 55px);
    font-size: 21px;
    font-weight: 700;
    line-height: 0.9;
}
.main-cate__item__cont {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    -webkit-line-clamp: 2;
    font-size: 15px;
    line-height: 20px;
    height: 40px;
    color: #151515;
    font-weight: 500;
    margin-top: 5px;
    -webkit-box-orient: vertical;
    white-space: pre-wrap;
    overflow: hidden;
} 

@media screen and (max-width:650px){
    .main-cate__item__tit {font-size: 34px;}
    .main-cate__item__tit span.number {width: 42px;}
    .main-cate__item__tit span:not(.number) {
        width: calc(100% - 42px);
        font-size: 15px;
    }
    .main-cate__item__cont {
        font-size: 12px;
        line-height: 17px;
        height: 34px;
    }
}
@media screen and (max-width:500px){    
    .main-cate__item .figcaption {position: relative;}
    .main-cate__item__tit span.number {position: absolute; bottom: 100%; left: 0; width: auto; font-size: 25px; padding: 5px; line-height: 1; background-color: #fff;}
    .main-cate__item__tit span:not(.number) {
        width: 100%;
    }
}

/* 메인 게시판 */
.main-board-wrap ul.row > li {}
.main-board-wrap .basic-board-wrap--fc {
    height: 100%;
    border-top: 3px solid #004583;
    background-color: #fff;
}
.basic-board-list--fc {padding: 10px 15px;}
.basic-board-list--fc table { table-layout: fixed; width: 100%;}
.basic-board-list--fc tr {
}
.basic-board-list--fc tr td {
    font-family: "Noto Sans KR",sans-serif;
    font-size: 16px;
    font-weight: 300;
    padding: 3px 0 3px 10px;
}
.basic-board-wrap--fc .board-date--fc {position: relative; color: #004583;}
.basic-board-wrap--fc .board-date--fc:before {
    position: absolute;
    left: 0;
    top: 0.86666em;
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #004583;
}
.basic-board-wrap--fc .board-subject--fc a {
    display: block;
    color:#151515;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.basic-board-wrap--fc .board-subject--fc a:hover {
    color: #004583;
    font-weight: 400;
}

.main_section_header { position: relative; padding: 13px 20px; border-bottom: 1px solid #ddd;}
.main_section_header h3 { 
    font-family: "Noto Sans KR",sans-serif;
    font-size: 20px; 
    font-weight: 700;
    color: #151515; 
    letter-spacing: -0.45px; 
    line-height: 1.3; 
} 
.main_section_header .btn__more { position: absolute; right: 15px; top: 15px; width: 24px; height: 24px;}  
.main_section_header .btn__more:hover {
    background-color: #f8f8f8;
}

@media (max-width: 767px) {
	.main-board-wrap .col-12 {
		width: 100%;
	}
}

/* sub contents */
.sub-cont-setion {
    padding: 50px 0 90px;
}

.sub-conts-tit {
    font-family: "Noto Sans KR",sans-serif;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 50px;
}

/* partner */
.sub-cont-setion .partner_list {
    padding: 0;
}

@media screen and (max-width:767px){
    .sub-cont-setion {
        padding: 40px 0 60px;
    }
    
    .sub-conts-tit {
        font-size: 24px;
        padding-bottom: 30px;
    }
}

/* company */
#gareaWrapper {margin-top: 12px;}
.hallheader--box { padding: 20px; padding-left: 82px;    max-width: 764px;    background-color: #bacc00;}
.hallheader--box h3 {
	position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: self-end;
    align-items: self-end;
    font-family: "Roboto",sans-serif;
    color: #174484;
    font-size: 45px;
    line-height: 0.9;
}
.hallheader--box p {
    font-size: 17px;
    margin-top: 7px;
}
.hallheader--box .hallheader-number {
	  position: absolute;
      right: 100%;
	  width: 82px;
	  font-size: 53px;
	  font-weight: 400;
	  text-align: center;
}
.btn-success,
.hallNavBlock a.btn-success-new {    background-color: #004583 ;}
body.industry .hallNavBlock { padding: 7px 15px 10px; background-color: #bacc00;}

@media screen and (max-width:767px){
  .hallheader--box h3 {  font-size: 36px;}
	.hallheader--box .hallheader-number {
		  font-size: 45px;
	}
}

@media screen and (max-width:550px){
  .hallheader--box  {padding-left: 50px;}
  .hallheader--box h3 {  font-size: 25px;}
	.hallheader--box p {   font-size: 14px;}
	.hallheader--box .hallheader-number { width: 50px;font-size: 30px;
	}
}




