/* ==========================================================================
   Style Guide CSS
   ========================================================================== */
/* add style */
.map-btn {
    position: absolute;
    width: 200px;
    right: 20px;
    bottom: 20px;
}
.map-btn li {
    height: 50px;
    line-height: 50px;
    text-align: right;
    background-color: #fff;
    background-position: left 15px center;
    background-repeat: no-repeat;
}
.map-btn li:first-child {background-image: url(../../images/01_09_03_subImg.png); margin-bottom: 10px;}
.map-btn li:last-child {background-image: url(../../images/01_09_04_subImg.png);}
.map-btn a {border: 1px solid #ddd; padding-right: 15px; box-sizing: border-box; transition: ease-in-out .5s;}
.map-btn a:hover {border: 1px solid #01a0c7;}
/* add style end */

#contents {line-height: 1.6}

#contents .objHeading_h2 {
    font-size: 24px; font-weight: bold; color: #0C2D83; letter-spacing: -1px; line-height: 1;
    padding-left: 15px; margin-bottom: 25px;
}
#contents .objHeading_h2:before {
    content: ''; position: absolute; left: 0; top: 3px;
    width: 5px; height: 18px; background: rgba(32,96,170,.6);
}
#contents .objHeading_h3 {
    position: relative;
    padding: 10px 0 0 0;
    font-size: 19px;
    letter-spacing: -1px;
    color: #2f3336;
}
#contents .objHeading_h3.abroad {
    font-size: 22px;
}
#contents .objHeading_h3:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 30px;
    height: 2px;
    background: #2060aa;
}
#contents .objHeading_h4 {
    padding: 0 0 0 20px;
    background: url("../../images/bullet2.png") no-repeat 0px 7px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -1px;
    color: #2f3336;
}
#contents .objHeading_h5 {
    font-size: 14px;
    padding: 0 0 0 20px;
    background: url("../../images/bullet1.png") no-repeat 0px 5px;
}

/*간격*/
.space5 {margin-bottom: 5px;}
.space10 {margin-bottom: 10px;}
.space15 {margin-bottom: 15px;}
.space20 {margin-bottom: 20px;}
.space25 {margin-bottom: 25px;}
.space30 {margin-bottom: 30px;}
.space35 {margin-bottom: 35px;}
.space40 {margin-bottom: 40px;}
.space45 {margin-bottom: 45px;}
.space50 {margin-bottom: 50px;}
.space55 {margin-bottom: 55px;}
.space60 {margin-bottom: 60px;}
.space65 {margin-bottom: 65px;}
.space70 {margin-bottom: 70px;}

/*포인트 컬리*/
.p-color1 {font-weight: bold; color: #2060aa;}
.p-color2 {color: #d31616;}
.p-color3 {color: #b16f28;}

/*목차*/
.list-type1 li {padding: 0 0 6px 45px; background: url("../../images/bullet-list1.png") no-repeat 20px 7px;}
.list-type2 li {padding: 0 0 10px 45px; background: url("../../images/bullet-list2.png") no-repeat 25px 9px;}
.list-type3 li {padding: 0 0 10px 15px; background: url("../../images/bullet-list2.png") no-repeat 2px 9px;}
.list-type4 li {padding: 0 0 10px 15px; position: relative;}
.list-type4 li::before {content: ''; position: absolute; top: 11px; left: 0; width: 5px; height: 1px; background: #333;}
.list-type5 li {padding: 0 0 10px 15px; position: relative;}
.list-type5 li::before {content: ''; position: absolute; top: 9px; left: 0; width: 6px; height: 6px; background: #c3c3c3; border-radius: 50%;}
.list-type4 li:last-child,
.list-type5 li:last-child {padding-bottom: 0;}

.list_link {background-position: 20px 17px !important;}

ol.list-num {counter-reset: list-counter;}
ol.list-num li {counter-increment: list-counter; position: relative; padding: 0 0 5px 20px;}
ol.list-num li::before {content: counter(list-counter) "."; position: absolute; left: 0; color: #333; font-weight: bold;}

/*테이블*/
#contents .table-tit {font-size: 16px; font-weight: bold; line-height: 2; color: #393b41;}
#contents .table-footnote {font-size: 14px; font-weight: bold; line-height: 2; color: #a3a3a3;}

#contents .table-type1 {position: relative; border: 0 !important;}
#contents .table-type1:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 2px;
    background: #565c6b;
}
#contents .table-type1 thead th {
    padding: 15px;
    background: #f3f3f3;
    border-right: 1px solid #dddee0 !important;
    border-bottom: 1px solid #dddee0 !important;
}
#contents .table-type1 thead th:last-child {
    border-right: 0px !important;
}
#contents .table-type1 tbody th {
    padding: 15px;
    background: #fbfbfb;
    border-right: 1px solid #dddee0 !important;
    border-bottom: 1px solid #dddee0 !important;
}
#contents .table-type1 tbody td {
    padding: 15px;
    background: #fff;
    border-right: 1px solid #dddee0 !important;
    border-bottom: 1px solid #dddee0 !important;
}
#contents .table-type1 tbody td:last-child {border-right: 0px !important;}
#contents .table-type1 .align-l {text-align: left;}

#contents .table-type2 {position: relative; border: 0;}
#contents .table-type2:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 2px;
    background: #565c6b;
}
#contents .table-type2 thead th {
    padding: 8px;
    background: #f3f3f3;
    border-right: 1px solid #dddee0;
    border-bottom: 1px solid #dddee0;
}
#contents .table-type2 thead th:last-child {border-right: 0px;}
#contents .table-type2 tbody th,
#contents .table-type2 tbody td {
    padding: 8px;
    background: #fff;
    border-right: 1px solid #dddee0;
    border-bottom: 1px solid #dddee0;
}
#contents .table-type2 tbody td:last-child:not(.border-r) {border-right: 0px;}
#contents .table-type2 .align-l {text-align: left; padding-left: 15px;}

#contents .table-wrap {margin: 60px 0; display: flex; align-items: flex-start; gap: 15px;}
#contents .table-type3 {position: relative; border: 0; flex: 1;}
#contents .table-type3 thead th {padding: 8px; background: #2060AA; color: #FFF;}
#contents .table-type3 thead th:last-child {border-right: 0px;}
#contents .table-type3 tbody tr.odd th,
#contents .table-type3 tbody tr.odd td {background: #f1f3f5;}
#contents .table-type3 tbody th,
#contents .table-type3 tbody td {padding: 6px; background: #f8f9fa; border-right: 1px solid #dddee0; border-bottom: 1px solid #dddee0;}
#contents .table-type3 tbody td:last-child {border-right: 0px;}
#contents .table-type3 .align-l {text-align: left; padding-left: 15px;}

/*알림*/
.notice1 {
    display: block;
    padding: 15px 0 15px 45px;
    background: url("../../images/icon-notice1.png") no-repeat 0px center;
}

.notice2 {
    display: block;
    padding: 15px 0 15px 45px;
    background: url("../../images/icon-notice2.png") no-repeat 0px center;
}

/*박스*/
.box-type1 {
    padding: 20px 25px;
    border: 1px solid #e1e1e1;
    background: #f8f8f8;
}
.box-type1.align-c {text-align: center;}

/*버튼*/
.button-type1 {
    display: inline-block !important;
    padding: 10px 30px 10px 15px;
    background: url("../../images/btn_link.png") no-repeat right center;
    border: 1px solid #e1e1e1;
    transition: all 0.25s cubic-bezier(0.7, 0, 0.3, 1);
}
.button-type1:hover {
    background: #2060aa url("../../images/btn_link2.png") no-repeat right center;
    border-color: #21548e;
    color: #fff !important;
    transition: all 0.25s cubic-bezier(0.7, 0, 0.3, 1);
}

.button-type1 a.a-hover span {transition: all 0.25s cubic-bezier(0.7, 0, 0.3, 1);}
.button-type1:hover a.a-hover span {color: #FFF;}

.button-type2 {
    display: inline-block !important;
    padding: 10px 30px 10px 15px;
    background: #a28948 url("../../images/btn_link2.png") no-repeat right center;
    border: 1px solid #786431;
    color: #fff !important;
    transition: all 0.25s cubic-bezier(0.7, 0, 0.3, 1);
}
.button-type2:hover {
    background: #c7a448 url("../../images/btn_link2.png") no-repeat right center;
    border: 1px solid #a28948;
    transition: all 0.25s cubic-bezier(0.7, 0, 0.3, 1);
}

.button-type3 {
    display: inline-block !important;
    padding: 10px 38px 10px 15px;
    background: url("../../images/btn_down.png") no-repeat right center;
    border: 1px solid #e1e1e1;
    transition: all 0.25s cubic-bezier(0.7, 0, 0.3, 1);
}
.button-type3:hover {
    border: 1px solid #2060aa;
    transition: all 0.25s cubic-bezier(0.7, 0, 0.3, 1);
}

/* 이미지 */
.img-style img {width: 100%;}

/*코스 리스트*/
#course .row {
    overflow: hidden;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    margin: 0 0 10px 0;
}

#course .year button {
    width: 100%;
    padding: 13px 15px 13px 30px;
    background: #f5f5f5 url('../../images/course-check.png') no-repeat 10px center;
    font-weight: bold;
    text-align: left;
}

#course .pdf {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0s cubic-bezier(0.7, 0, 0.3, 1);
}

#course .active .pdf {
    max-height: 600px;
    transition: max-height 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

#course .pdf ul {
    padding: 10px 15px;
}

#course .pdf a {
    padding: 5px 0 5px 40px;
    background: url('../../images/course-folder.png') no-repeat 15px center;
}

/* 학사일정 */
/************************************************************************* board 학사일정 **/
.schedule_list {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 999;
}

#schedule_wrap {
    border-top: 2px solid #353e4d;
}

#schedule_wrap ul {
    display: none;
}

#schedule_wrap ul.on {
    display: block;
}

#schedule_wrap ul li {
    border-bottom: 1px solid #cfcfd1;
}

#schedule_wrap ul li dl {
    position: relative;
    display: table;
    width: 100%;
}

#schedule_wrap ul li dl dt {
    font-size: 50px;
    color: #595959;
    font-weight: bold;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 150px;
}

#schedule_wrap ul li dl dt span {
    display: block;
    font-size: 24px;
    color: #b3b3b3;
    margin-top: -18px;
}

#schedule_wrap ul li dl dd {
    border-bottom: 1px solid #cfcfd1;
    padding: 10px;
    font-size: 14px;
}

#schedule_wrap ul li dl dd:last-child {
    border-bottom: 0;
}

#schedule_wrap ul li dl dd .month,
#schedule_wrap ul li dl dd .contents_text {
    display: table-cell;
    vertical-align: middle;
    height: 40px;
}

#schedule_wrap ul li dl dd .month {
    width: 150px;
    padding-right: 20px;
    background: url("../../images/styleguide/board_bar.gif") right center no-repeat;
}

#schedule_wrap ul li dl dd .contents_text {
    padding-left: 20px;
}

/* FAQ Links */
.answer br {
    display: none;
}

/* field wrap */
#field {
    width: 100%;
}

#field div {
    display: table;
    width: 49%;
    height: 250px;
    margin-right: 2%;
}

#field a {
    position: relative;
    display: table-cell;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ddd;
    background: rgba(0, 0, 0, .1);
    padding: 20px;
}

#field a:hover {
    border: 1px solid #0c2d83;
}

#field .left {
    float: left;
}

#field .right {
    float: right;
    margin-right: 0;
}

#field a:after {
    content: '';
    position: absolute;
    width: 27px;
    height: 8px;
    bottom: 25px;
    left: 50%;
    margin-left: -14px;
    background: url(../../images/whygsis_link01.png) center center no-repeat;
}



/* [S] 학사정보 > 전공소개 */
.depart-wrap {width: 100%; display: flex; align-items: center; border: 1px solid #E1E1E1;}
.depart-wrap .inner {flex: 1 1 50%; padding: 0 3%;}
.depart-wrap .inner h2 {font-size: 36px;}
.depart-wrap .inner .gotolink {margin-top: 24px; display: flex; gap: 10px;}
.depart-wrap .depart-banner {flex: 1 1 50%; max-height: 300px; display: flex; justify-content: center; align-items: center; overflow: hidden;}
.depart-wrap .depart-banner img {width: 100%; max-height: 100%; object-fit: contain;}
@media all and (max-width: 1280px) {
    .depart-wrap .inner h2 {font-size: 28px;}
    .depart-wrap .inner .gotolink {margin-top: 12px; flex-direction: column;}
}
@media all and (max-width: 1024px) {
    .depart-wrap {display: block; padding: 20px;}
    .depart-wrap .inner {padding: 0;}
    .depart-wrap .inner .gotolink {flex-direction: row;}
    .depart-wrap .inner .gotolink .button-type1 {flex: 1;}
    .depart-wrap .depart-banner {max-height: 100%; margin-top: 20px;}
}
@media all and (max-width: 540px) {
    .depart-wrap {display: block;}
    .depart-wrap .inner h2 {font-size: 22px;}
    .depart-wrap .inner .gotolink {flex-direction: column;}
}
/* [E] 학사정보 > 전공소개 */



/* [S] 학사정보 > 교육과정 */

/* [E] 학사정보 > 교육과정 */



@media all and (max-width:640px) {

    /* ==========================================================================
     Style Guide CSS
    ========================================================================== */
    #contents h3 {font-size: 24px;}

    #contents .table-scroll {overflow-x: scroll; width: 100%;}

    #contents .table-icon {position: relative;}

    #contents .table-icon:after {
        content: '';
        position: absolute;
        right: 0px;
        top: -55px;
        width: 25px;
        height: 45px;
        background: url("../../images/icon-scroll-table.png") no-repeat center top;
    }

    #contents .table-type1 {width: 1000px;}

    /*목차*/
    .list-type1 li {padding-left: 20px; background-position: 0 5px;}
    .list-type2 li {padding-left: 20px; background-position: 0 9px;}
    .list-type3 li {background-position: 0 9px;}

    /* field wrap */
    #field div {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

