@charset "utf-8";
/* ==================================================================================
    [main.css]
        - stylesheets of main page
================================================================================== */

/* ==================================================================================
    상단 주요 공지
================================================================================== */

/* top-notice */
.top-notice {
    position: relative;
    min-height: 560px;
}
.top-notice .inner-wrap {
    border-bottom: 1px solid #f0f0f0;
    /*background-color: #f7fcff;*/
}
.top-notice .inner-wrap a {
    position: relative;
    display: block;
    overflow: hidden;
    height: 560px;
    margin: 0 auto;
}
.top-notice .inner-wrap a img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    max-width: 1600px;
    min-height: 560px;
    margin: 0 auto;
    border: 1px solid transparent;
    transform: translate(-50%, -50%);
}
.swiper-container-fade .swiper-slide {
    background-color: #fff !important;
}

/* ==================================================================================
    프로그램 리스트, 메뉴 2
================================================================================== */

/* .main-content-area */
.main-content-area {
    position: relative;
    padding: 0 60px;
}

.main-content-area h4 {
    position: relative;
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: 700;
    color: #002e66;
}
.main-content-area h4 .more {
    position: absolute;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 30px;
    color: #002e66;
}
.main-content-area h4 b {
    margin: 0 10px 0 0;
    color: #00adef;
}

/* .notice-area */
.notice-area {
    float: left;
    width: 50%;
    padding: 60px 60px 0 0;
}
.notice-area:nth-child(2n) {
    padding: 60px 0 0 60px;
}
.notice-area:nth-child(2n+1) {
    padding: 60px 60px 0 0;
}
.notice-area ul.board-list {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #002e66;
}
.notice-area ul.board-list > li {
    position: relative;
    display: table-row;
    overflow: hidden;
    margin: 0;
    font-size: 17px;
    color: #002e66;
    border-bottom: 1px solid #002e66;
}
.notice-area ul.board-list > li > span {
    display: table-cell;
    padding: 10px 0;
    vertical-align: middle;
    text-align: center;
}
.notice-area ul.board-list > li > .num {
    display: none;
    width: 60px;
}
.notice-area ul.board-list > li > .num > .icon-important {
    position: relative;
    top: -2px;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    border-radius: 20px;
    background-color: #00adef;
}
.notice-area ul.board-list > li > .num > .icon-important > i {
    line-height: 1;
}
.notice-area ul.board-list > li > .title {
    position: relative;
    width: auto;
    padding-left: 22px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    font-weight: 700;
}
.notice-area ul.board-list.bulletin > li.notice-title {

}
.notice-area ul.board-list.bulletin > li.notice-title > .title {
    display: block;
    width: 100%;
    color: #00adef;
}
.notice-area ul.board-list > li > .title:before {
    content: "";
    display: block;
    width: 15px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 0;
    filter: invert(12%) sepia(72%) saturate(2594%) hue-rotate(202deg) brightness(94%) contrast(101%);
    transform: translateY(-50%);
    background: url(/camu_images/board/board-arrow.svg) left top no-repeat;
    background-size: contain;
}
.notice-area ul.board-list.bulletin > li.notice-title  > .title:before {
    filter: none;
    background: url(/camu_images/board/board-arrow_on.svg) left top no-repeat;
}
.notice-area ul.board-list > li > .title > a {
    color: #002e66;
}
.notice-area ul.board-list.bulletin > li.notice-title > .title > a {
    color: #00adef;
}
.notice-area ul.board-list > li > .title > a:hover {
    color: #00adef !important;
}
.notice-area ul.board-list > li > .title > a > i {
    display: none;
    margin-right: 10px;
}
.notice-area ul.board-list > li > .date {
    width: 120px;
    text-align: right;
    padding-right: 10px;
}
.notice-area ul.board-list > li.notice-title > .date {
    visibility: hidden;
}

/* notice-list-area */
.notice-list-area {
    float: left;
    width: 50%;
    padding: 95px 0 0 60px;
}
.notice-list-area ul {

}
.notice-list-area ul li {
    margin: 0 0 9px;
}
.notice-list-area ul li a {
    font-size: 16px;
    color: #002e66;
}
.notice-list-area ul li a i {
    margin-right: 7px;
}
.notice-list-area ul li a b {
    font-size: 18px;
    font-weight: normal;
}
.notice-list-area ul li a small{
    margin-left: 15px;
}

/* etc-board */
.notice-area .tab-wrap {
    position: relative;
}
.notice-area .tab-wrap .more {
    position: absolute;
    right: 0;
    top: -2px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 30px;
    color: #002e66;
}
.main-content-area .notice-area .nav-tabs > li {
    margin-right: 20px;
}
.main-content-area .notice-area .nav-tabs > li > a {
    padding: 2px 0 0;
    line-height: 1.1;
    letter-spacing: -0.45px;
    font-size: 17px;
    color: #bbb;
    border: 0;
    background: transparent !important;
}
.main-content-area .notice-area .nav-tabs > li > a:hover {
    color: #002e66;
}
.main-content-area .notice-area .nav-tabs > li.active > a,
.main-content-area .notice-area .nav-tabs > li.active > a:hover,
.main-content-area .notice-area .nav-tabs > li.active > a:focus {
    position: relative;
    padding: 0 0 20px;
    font-size: 19px;
    font-weight: 700;
    color: #002e66;
    border: 0;
}

/* .program-list */
.program-list-btn {
    float: left;
    width: 50%;
    padding: 60px 0 60px 60px;
}
.program-list-btn .univ-name {
    margin: 0 0 30px;
    text-align: center;
    line-height: 1.5;
    font-size: 21px;
    font-weight: bold;
}
.program-list-btn .univ-name b {
    display: block;
    color: #008dd3;
}
.program-list-btn ul {

}
.program-list-btn ul li {
    position: relative;
    margin: 0 0 15px;
}
.program-list-btn ul li a {
    display: block;
    overflow: hidden;
    height: 147px;
    color: rgba(255,255,255,0.75);
}
.program-list-btn ul li a:hover {
    color: rgba(255,255,255,1);
}
.program-list-btn ul li a span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 147px;
    line-height: 147px;
    text-align: center;
    font-size: 32px;
    background: rgba(0,0,0,0.45);
    transition: all 0.25s;
}
.program-list-btn ul li a:hover span {
    background: rgba(0,0,0,0.25);
}
.program-list-btn ul li.thm02 a span {
    padding-top: 36px;
    line-height: 1.1;
}
.program-list-btn ul li a img {
    display: block;
    max-width: 100%;
}

/* ==================================================================================
    프로그램 리스트, 메뉴
================================================================================== */
/*!* .main-content-area *!*/
/*.main-content-area {*/
/*    position: relative;*/
/*    height: 870px;*/
/*}*/

/*!* .program-list *!*/
/*.program-list {*/
/*    position: relative;*/
/*    height: 780px;*/
/*    z-index: 5;*/
/*}*/
/*.program-list .thm-area {*/
/*    float: left;*/
/*    width: 50%;*/
/*}*/
/*.program-list .thm-area ul {*/

/*}*/
/*.program-list .thm-area ul > li {*/
/*    position: relative;*/
/*    height: 780px;*/
/*}*/
/*.program-list .thm-area ul > li {*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 0;*/
/*    opacity: 0;*/
/*    transition: all 0.45s;*/
/*}*/
/*.program-list .thm-area ul > li.active {*/
/*    opacity: 1;*/
/*}*/
/*.program-list .thm-area ul {*/
/*    position: relative;*/
/*    height: 780px;*/
/*}*/
/*.program-list .thm-area ul > li > img {*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 0;*/
/*    height: 780px;*/
/*}*/

/*.program-list .nav-area {*/
/*    float: left;*/
/*    width: 50%;*/
/*    padding: 180px 0 0 120px;*/
/*}*/
/*.program-list .nav-area .univ-name {*/
/*    margin: 0 0 40px;*/
/*    font-size: 15px;*/
/*    color: #002e66;*/
/*}*/
/*.program-list .nav-area ul {*/

/*}*/
/*.program-list .nav-area ul > li {*/
/*    margin: 0 0 40px;*/
/*    line-height: 1;*/
/*}*/
/*.program-list .nav-area ul > li a {*/
/*    font-size: 42px;*/
/*    font-weight: 700;*/
/*    color: #bbb;*/
/*    letter-spacing: -0.45px;*/
/*}*/
/*.program-list .nav-area ul > li a:hover,*/
/*.program-list .nav-area ul > li.active a {*/
/*    color: #002e66*/
/*}*/

/*!* .quick-menu-area *!*/
/*.quick-menu-area {*/
/*    position: relative;*/
/*    margin-top: -260px;*/
/*    background: url(/camu_images/main/bg_main_content_area_l120px.png) center bottom no-repeat;*/
/*    z-index: 9;*/
/*}*/
/*.quick-menu-area .inner-wrap {*/
/*    position: relative;*/
/*    height: 260px;*/
/*}*/
/*.quick-menu-area ul {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: 25px;*/
/*    width: 100%;*/
/*    padding: 0 60px;*/
/*    text-align: center;*/
/*}*/
/*.quick-menu-area ul > li {*/
/*    float: left;*/
/*    width: 16.66666%;*/
/*    text-align: center;*/
/*}*/
/*.quick-menu-area ul > li a {*/
/*    font-size: 21px;*/
/*    color: #002e66;*/
/*}*/
/*.quick-menu-area ul > li a:hover {*/
/*    color: #0a91d2;*/
/*}*/

/* ==================================================================================
    컨텐츠 - 게시판 리스트
================================================================================== */
.board-list-area {
    padding: 60px 0;
}
.board-list-area ul.board-list  {
    text-align: center;
}
.board-list-area ul.board-list > li {
    float: left;
    position: relative;
    display: inline-block;
    width: 50%;
    margin: 0 0 50px;
    text-align: center;
    vertical-align: middle;
}
.board-list-area ul.board-list > li:nth-child(2n) {
    padding-left: 60px;
}
.board-list-area ul.board-list > li:nth-child(2n+1) {
    padding-right: 60px;
}
.board-list-area ul.board-list > li a.thm {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 300px;
    margin: 0 auto 10px;
}
.board-list-area ul.board-list > li a.thm img {
    display: block;
    width: 100%;
    max-width: 100%;
}
.board-list-area ul.board-list > li a.thm.empty {
    min-height: 360px;
    padding-top: 30px;
    text-align: center;
    background-color: #d5d5d5;
    background-image: url(/camu_images/board/bg_notice_none.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}
.board-list-area ul.board-list > li a.thm.empty span {
    font-size: 46px;
    color: rgba(255,255,255,0.45);
}
/*.board-list-area ul.board-list > li.news a.thm.empty {*/
/*    background-color: #f3d79b;*/
/*}*/
/*.board-list-area ul.board-list > li.notice a.thm.empty {*/
/*    background-color: #a6e1c4;*/
/*}*/
/*.board-list-area ul.board-list > li.awards a.thm.empty {*/
/*    background-color: #a6c7e1;*/
/*}*/
.board-list-area ul.board-list > li > .title-area {
    position: relative;
    /*max-width: 600px;*/
    margin: 0 auto;
}
.board-list-area ul.board-list > li a.title {
    display: block;
    padding-right: 160px;
    line-height: 1.4;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    font-size: 17px;
    font-weight: 700;
    color: #002e66;
}
.board-list-area ul.board-list > li span.board-label {
    position: absolute;
    right: 0;
    bottom : 1px;
    font-size: 15px;
    color: #ccc;
}

/* ==================================================================================
    layer popup
================================================================================== */
.layer-popup-area {
    position: absolute;
    background-color: #fff;
    box-shadow: 0 3px 7px rgba(0,0,0,0.45);
    z-index: 10;
}
.layer-popup-area .cont {
    border-top: 5px solid #002e66;
}
.layer-popup-area .close {
    float: none;
    padding: 7px 10px;
    font-size: 13px;
    font-weight: 300;
    text-align: right;
    color: #fff;
    text-shadow: none;
    background-color: #002e66;
    opacity: 1;
}
.layer-popup-area .close .check input {
    vertical-align: middle;
}
.layer-popup-area .close .check label {
    margin: 0 0 0 5px;
    vertical-align: middle;
    cursor: pointer;
}
.layer-popup-area .close .btn-close {
    display: inline-block;
    margin: 0 0 0 10px;
    vertical-align: middle;
}

/* contents */
.layer-popup-area {
    display: none;
    top: 20px;
    width: 480px;
}
.layer-popup-area .cont {
    padding: 0;
    line-height: 1.3;
    font-size: 15px;
}

/* .cont-area */
.layer-popup-area .conts-area {
    float: none;
    width: 480px;
}
.layer-popup-area .conts-area h1 {
    padding: 20px;
    text-align: center;
    font-size: 24px;
    color: #002e66;
    background-color: #b9cde5;
}
.layer-popup-area .conts-area h1 b {
    display: block;
    margin: 0 0 10px;
    font-size: 17px;
    font-weight: normal;
}
.layer-popup-area.eng .conts-area h1 b {
    font-size: 17px;
}
.layer-popup-area .conts-area h1 strong {
    display: block;
    font-size: 28px;
}
.layer-popup-area.eng .conts-area h1 strong {
    font-size: 24px;
}
.layer-popup-area .conts-area .conts-info  {
    padding: 20px;
}
.layer-popup-area .conts-area .conts-info p  {
    margin: 0 0 20px;
    line-height: 1.48;
}
.layer-popup-area .conts-area .conts-info ul {
    list-style: disc;
    margin: 0 0 20px;
}
.layer-popup-area .conts-area .conts-info ul li {
    margin: 5px 0 5px 20px;
}
.layer-popup-area .conts-area .conts-info .tb-layer-pop {
    margin: 0 0 30px;
    border-top: 3px solid #002e66;
}
.layer-popup-area .conts-area .conts-info .tb-layer-pop td {
    padding: 5px 8px;
    text-align: center;
    letter-spacing: -0.45px;
    vertical-align: middle;
    font-size: 13px;
    border-bottom: 1px solid #002e66;
}
.layer-popup-area .conts-area .conts-info .tb-layer-pop td.bd-l1 {
    border-left: 1px solid #002e66;
}
.layer-popup-area .conts-area .conts-info p.thm {
    text-align: center;
}

/* btn-area */
.layer-popup-area .btn-area {
    padding: 20px 0;
    text-align: center;
}
.layer-popup-area .btn-area a {
    display: inline-block;
    padding: 10px 25px;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    border-radius: 2px;
    background-color: #002e66;
}
.layer-popup-area .btn-area a b {
    display: inline-block;
    vertical-align: middle;
}
.layer-popup-area .btn-area a i {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}

/* .bg-conts-area */
.layer-popup-area .bg-conts-area {
    display: none;
    position: relative;
    float: left;
    width: 480px;
    height: 400px;
    background-size: cover;
}
.layer-popup-area.eng .bg-conts-area {
    height: 400px;
}
.layer-popup-area .bg-conts-area .address {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 45px 20px;
    letter-spacing: -0.45px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #002e66;
    background-color: rgba(255,255,255,0.65);
}

/* popup1 */
.layer-popup-area.pop1 {
    /*display: none;*/
    top: -540px;
    left: 90px;
    width: 480px;
    margin-left: 0;
}
.layer-popup-area.pop1 .close {
    width: 480px;
}

/* popup2 */
.layer-popup-area.pop2 {
    /*display: none;*/
    top: -540px;
    left: 610px;
    width: 480px;
    margin-left: 0;
}
.layer-popup-area.pop1 .close {
    width: 480px;
}

/* popup3 */
.layer-popup-area.pop3 {
    /*display: none;*/
    top: -540px;
    left: 50%;
    width: 480px;
    margin-left: -240px;
}
.layer-popup-area.pop1 .close {
    width: 480px;
}

