@charset "utf-8";
@import url('style.css');

/* 메인 컨텐츠 영역 */
.mainImg {
    background: url('../images/main/mainImg.png') no-repeat center;
}
.mainImg > div {
    width: 1280px;
    margin: 0 auto;
    height: 590px;
    background: url('../images/main/mainImg.png') no-repeat center;
}
.mainCont > div:nth-child(2) {
    width: 1280px;
    margin: 0 auto;
} 

/* 메인 링크 */
.mainLink {
    border: 1px solid #d8d8d8;
    background-color: #fff;
    margin-top: -50px;
}
.mainLink > li {
    float: left;
    width: 425px;
}
.mainLink > li + li {border-left: 1px solid #d8d8d8;}
.mainLink > li > a {
    display: block;
    padding: 40px;
    height: 270px;
}
.mainLink > li:nth-child(1) > a {
    background: url('../images/main/link01.png') no-repeat;
    background-position: right 30px bottom 38px;
}
.mainLink > li:nth-child(2) > a {
    background: url('../images/main/link02.png') no-repeat;
    background-position: right 30px bottom 38px;
}
.mainLink > li:nth-child(3) > a {
    background: url('../images/main/link03.png') no-repeat;
    background-position: right 30px bottom 38px;
}
.mainLink > li > a > p {
    font-size: 29px;
    font-weight: 900;
}
.mainLink > li > a > span {
    font-size: 16px;
    font-weight: 300;
    display: inline-block;
    margin-top: 15px;
}

/* 공지사항 탭 */
.noticeBox {margin-top: 50px;position: relative;}
.noticeMenu {background-color: #f0f0f0;}
.noticeMenu li {display: inline-block;}
.noticeMenu li > a {
    font-size: 22px;
    color: #888888;
    display: inline-block;
    font-weight: 500;
    padding: 10px 67px;
}
.noticeMenu li.on > a {
    color: #fff;
    background-color: #383d53;
}

.noticeCont {
    margin-top: 25px;
}


/* 하단 로고 배너 */
.logoList {
    margin-top: 50px;
    position: relative;
    text-align: center;
}
.logoList li {
    border: 1px solid #d0d0d0;
    width: 230px !important;
    margin: 0 5px;
}
.logoList li > a {
    display: block;
    text-align: center;
}
.logoList li > a > img {
    display: inline-block;
}

.control {display: inline-block;}
.control .prevBtn {
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    background: url(../images/main/prev_btn.png) no-repeat;
    width: 9px;
    height:168px;
    left: 0;
    top: 23px;
}
.control .nextBtn {
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    background: url(../images/main/next_btn.png) no-repeat;
    width: 9px;
    height:168px;
    right: 0;
    top: 23px;
}


/* 메인 레이어팝업  LMS 추가 hss554*/
.layerPopupWrap {
	z-index:2000;overflow:hidden;background:#fff;padding:15px;
	border:1px solid #343434;border-radius:5px;
	position:relative;
	box-shadow: 3px 6px 8px rgba(0, 0, 0, 0.80);
    -moz-box-shadow: 3px 6px 8px rgba(0, 0, 0, 0.80);
    -webkit-box-shadow: 3px 6px 8px rgba(0, 0, 0, 0.80);
}
.layerPopupCont {background-color:#fff; line-height:1.5em;}
.layerPopupBottom {padding:14px 0 0 0; text-align:center;}
.layerPopupBottom span, .layerPopupBottom a {display:inline-block; line-height:15px; font-weight:bold;}
.layerPopupBottom .chkCookie {padding-right:11px; background:url('../images/common/layerpopupChk.png') right 2px no-repeat;}
.layerPopupBottom .layerClose {padding:6px 25px; background:url('../images/common/layerpopupClose.png') right 2px no-repeat; margin-left:6px;}

 
 
/* 20211203 수정사항 */
.popTitle .renew {
    display: inline-block;
    color: #c3d0df;
    padding: 5px 10px 5px 30px;
    border-radius: 20px;
    font-size: 13px;
    background: url(../images/content/renew.png) no-repeat left 10px center;
    background-color: #182535;
}
.popTitle .renew:hover {
    color: #fff;
    background: url(../images/content/renew_on.png) no-repeat left 10px center;
    background-color: #2f7cd7;
}


.noticeBanner li {
    display: inline-block;
    width: 33%;
    vertical-align: top;
}
.noticeBanner li > a {
    display: block;
    padding: 0 15px 10px;
}

.noticeBanner li + li {border-left: 1px solid #e7e7e7;}

.noticeBanner li > a > span {
    color: #888888;
    font-size: 16px;
    font-weight: 300;
    margin-top: 20px;
    display: inline-block;
}
.noticeBanner li > a > p {
    font-size: 16px;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.2em;
    max-height: 3.6em;
}

.noticeCont > div > a.more {
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 17px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    z-index: 10;
    width: 22px;
    height: 22px;
    background: url(../images/main/more_btn.png) no-repeat;
    background-size: 22px;
}

.noticeBanner li > a > h5 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.noticeBanner li > a:hover h5 {text-decoration: underline;}


 