/* ==========================================================================
   Style Guide CSS
   ========================================================================== */

#contents {
    /* text-align: justify; */
    line-height: 1.6
}

#contents .h3 {
    position: relative;
    padding: 10px 0 0 0;
    font-size: 19px;
    letter-spacing: -1px;
    color: #2f3336;
}

#contents .h3.abroad {
    font-size: 22px;
}

#contents .h3:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 30px;
    height: 2px;
    background: #2060aa;
}

#contents .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 .h5 {
    font-size: 14px;
    padding: 0 0 0 20px;
    background: url("../../images/bullet1.png") no-repeat 0px 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_link {
    background-position: 20px 17px !important;
}

/*테이블*/

#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;
}

/*알림*/

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

/*코스 리스트*/

#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;
}

/* 교환학생 */
.stu-wrap{
	max-width:800px;
	margin:auto;
}
.stu-w{
	width:46%;
	border:1px solid #aaa;
	border-radius:20px;
	text-align:center;
	min-height:200px;
	padding:25px;
}
.stu-w strong{
	display:block;
	padding-bottom:20px;
}
.stu-w p{
	line-height:2.5;
	word-break:keep-all;
}
.stu-w.stu-l{
	float:left;
	background-color:#dde6ff;
}
.stu-w.stu-r{
	float:right;
	background-color:#fffaca;
}
.stu-ex{
	text-align:center;
}
.cont-02-02{}
.cont-02-02 dl{
	text-align:center;
	overflow:hidden;
	margin-bottom:30px;
}
.cont-02-02 dl dt{
	float:left;
	width:10%;
	margin-right:4.7%;
	border: 1px solid #ddd;
    height: 100px;
	line-height:100px;
	border-radius:20px;
	background-color:#0c2d83;
	color:#fff;
}
.cont-02-02 dl dd{
	border: 1px solid #ddd;
	border-radius:20px;
	padding-top:25px;
	height:100px;
	background-color:#fbfbfb;
}

.cont-02-02 .cont-02-02-dl1 dd{
	float:right;
	width:85%;

}
.cont-02-02 .cont-02-02-dl2 dd{
	float:left;
	width:17%;
	margin-right:5.7%;
	position:relative;
}
.cont-02-02 .cont-02-02-dl2 dd:last-child{
	margin-right:0;
	font-weight:bold;
}
.cont-02-02 .cont-02-02-dl2 dd:after{
	content:'+';
	position:absolute;
	right:-48px;
	top:25px;
	font-weight:bold;
	font-size:25px;
}
.cont-02-02 .cont-02-02-dl2 dd:nth-child(4):after{
	display:none;
}
.cont-02-02 .cont-02-02-dl2 dd:nth-child(4):before{
	content:'-';
	position:absolute;
	right:-45px;
	top:25px;
	font-weight:bold;
	font-size:25px;
}

.dia-02-03{
	margin-top:30px;
}

.dia-02-03 ul{
	overflow:hidden;
}

.dia-02-03 ul li{
	float:left;
	margin-right:5%;
	text-align:center;
	position:relative;
}
.dia-02-03 ul li:first-child{
	width:25%;
}
.dia-02-03 ul li:nth-child(2){
	width:40%;
}
.dia-02-03 ul li:last-child{
	width:25%;
	margin-right:0;
}
.dia-02-03 ul li:after{
	content:'→';
	position:absolute;
	top:70px;
	right:-40px;
	font-weight:bold;
}
.dia-02-03 ul li dt{
	background-color:#0c2d83;
	color:#fff;
	height:50px;
	line-height:50px;
}
.dia-02-03 ul li dd{
	border:1px solid #ddd;
	min-height:120px;
	padding:20px;
	box-sizing:border-box;
}
.dia-ul{
	overflow:hidden;
	margin-bottom:30px;
}
.dia-ul li{
	float:left;
	background-color:#0c2d83;
	color:#fff;
	text-align:center;
	padding:20px;
	width:16%;
	margin-right:5%;
	min-height:90px;
	border-radius:20px;
	position:relative;
}
.dia-ul li:after{
	content:'▶';
	position:absolute;
	right:-40px;
	top:40%;
	color:#aaa;
}
.dia-ul li:nth-child(4),
.dia-ul li:nth-child(5){
	padding-top:35px;
}
.dia-ul li:last-child{
	margin-right:0;
}
.dia-ul li:last-child:after{
	display:none;
}
.dia-ul1 li{
	padding-top: 35px;
}

.logo-box{}
.logo-box ul{}
.logo-box ul li{
	border: 5px solid #0c2d83;
    padding: 20px;
	overflow:hidden;
	margin-bottom:30px;
}
.logo-box ul li:nth-child(2) > div{
	padding-top:10px;
}
.logo-box ul li:nth-child(3) > dl{
	padding-top:30px;
}
.logo-box ul li > div{
	float:left;
	width:20%;
}
.logo-box ul li img{
	width:100%;
}
.logo-box ul li dl{
	float:right;
	width:78%;
}
.stu-rule-list1,
.stu-rule-list2{
	line-height:2;
}
.stu-rule-list1 li{
	padding-left:15px;
}
.stu-rule-list2 li{
	padding-left:30px;
}

.KF-nation img{
	max-width:150px;
	margin-right:2%;
}

.edu-link{
	color:#0c2d83 !important;
	font-weight:bold;
}


@media all and (max-width:960px) {
	.dia-02-03 ul li:after{
			right:-30px;
	}
	.cont-02-02 .cont-02-02-dl2 dd:after{
			right:-33px;
	}

	.cont-02-02 .cont-02-02-dl2 dd:nth-child(4):before{
			right:-28px;
	}
	.dia-ul li:after{
		right:-30px;
	}
}
@media all and (max-width:768px) {
	.stu-w{
		width:100%; 
		margin-bottom:30px;
	}
}

@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 {
        padding-left: 15px;
        background-position: 0 9px;
    }
    /* field wrap */
    #field div {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
	.dia-02-03 ul li:after{
		right:-20px;
	}
	.cont-02-02 .cont-02-02-dl2 dd:after{
		right:-26px;
	}

	.cont-02-02 .cont-02-02-dl2 dd:nth-child(4):before{
		right:-22px;
	}

	.dia-ul li{
		width:100%;
		float:none;
		margin-bottom:40px;
	}
	.dia-ul li:after{
		content:'▼';
		left:50%;
		bottom:-30px;
		top:auto;
		right:auto;
	}
	.logo-box ul li > div{
		float:none;
		width:50%;
		margin:auto;
	}
	.logo-box ul li dl{
		float:none;
		width:100%;
	}
	.logo-box ul li:nth-child(2) > div{
		padding-top:0;
		padding-bottom:20px;
	}
}

