/* ==========================================================================
Style Guide CSS
========================================================================== */
/* common */
.subImg-wrap {
  width: 100%;
}

.subImg-wrap.border {
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #ddd;
}

.subImg-wrap img {
  display: table;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

/* style css add */

/* 대학안내 */
.boxP{
	position:relative; 
	text-align:center;
	margin-top:50px;
	padding: 40px 25px 20px 20px;
    border: 1px solid #e1e1e1;
    background: #f8f8f8;
}
.boxP:before{
	display:block;
	content:'VISION';
	width: 160px;
	height:55px;
	position:absolute;
	top:-27px;
	left:50%;
	transform:translateX(-50%);
	font-size:24px;
	line-height:55px;
	border-radius:55px;
	font-weight:bold;
	background-color:#213875;
	color:#fff;
}
.vBold{
	font-size:20px;
	font-weight:bold;
	color:#213875;
}
/* department */
.deptImg{
	width: 27.5%;
    float: left;
}
.deptImg img{
	width:100%;
	min-height:220px;
}

.softImg img{
	min-height:317px !important;
}
.software{
	min-height:317px !important;
}
.software a:nth-child(3){
	left:280px;
}
.depBox{
	float:left;
	width:72.5%;
	min-height:220px;
	position:relative;
}
.depBox .depBtn{
	display:block;
	text-align:center;
	line-height:50px;
	position:absolute;
	bottom:30px;
	background-color:#213875;
	color:#fff;
	width:220px;
	height:50px;
}
/* university */
.uniH4 a{
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -1px;
    color: #2f3336;
}
.uniTxt{
	color:#213875;
	font-size:16px;
	font-weight:bold;
}
/* Greeting */
.sign {
  display: block;
  width: 100%;
  font-size: 20px;
  text-align: right;
}

.sign strong {
  color: #0c2d83;
  font-size: 20px;
}
/* Rule */
.resrch-rule {
  width: 100%;
}

.resrch-rule h5 {
  display: block;
  font-size: 22px;
  margin-bottom: 25px;
}

.resrch-rule dl {
  border-bottom: 1px dotted #ddd;
  padding-bottom: 20px;
  margin-bottom: 25px;
}

.resrch-rule dl:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* .resrch-rule dt,
.resrch-rule dd {
  display: inline-block;
} */

.resrch-rule dt {
  position: relative;
  color: #0c2d83;
  font-size: 15px;
  font-weight: bold;
  vertical-align: top;
  padding-left: 15px;
  margin: 0 10px 5px 0;
}

.resrch-rule dt:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  left: 0;
  top: 8px;
  background-color: #0c2d83;
}

.resrch-rule dd {
  font-size: 15px;
  padding-left: 15px;
}

.resrch-rule ul {
  display: block;
  margin-top: 10px;
}

.resrch-rule li {
  position: relative;
  font-size: 14px;
  padding-left: 20px;
}

.resrch-rule li:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 2px;
  left: 0;
  top: 10px;
  /* border-radius: 2px; */
  background-color: #a2a2a2;
}
/* Rel sites */
.rel-sites {
  width: 100%;
}

.rel-sites li {
  float: left;
  width: calc(100% / 3 - (40px / 3));
  border: 2px solid #d8d8d8;
  margin: 0 0 20px 20px !important;
}

.rel-sites li:nth-child(3n) {
  margin-right: 0;
}

.rel-sites li:nth-child(1),
.rel-sites li:nth-child(4) {
  margin-left: 0 !important;
}

.rel-sites li b {
  position: relative;
  display: block;
  color: #333;
  width: 100%;
  font-size: 16px;
  padding: 40px 20px 40px 90px;
}

.rel-sites li b:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  left: 20px;
  top: 50%;
  margin-top: -25px;
  border-radius: 50%;
  background-color: #0d2d84;
  background-image: url(../../images/rel-sites-ico01.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.rel-sites li:nth-child(2n) b:before {
  background-color: #01a0c7;
}

.rel-sites li:nth-child(2) b:before {
  background-image: url(../../images/rel-sites-ico02.png);
}

.rel-sites li:nth-child(3) b:before {
  background-image: url(../../images/rel-sites-ico03.png);
}

.rel-sites li:nth-child(4) b:before {
  background-image: url(../../images/rel-sites-ico04.png);
}

.rel-sites li:nth-child(5) b:before {
  background-image: url(../../images/rel-sites-ico05.png);
}

.rel-sites li:nth-child(6) b:before {
  background-image: url(../../images/rel-sites-ico06.png);
}

.rel-sites li a {
  border-top: 1px solid #d8d8d8;
  background: url(../../images/rel-sites-arrow.png) right 20px center no-repeat #fff;
  padding: 15px 20px;
  transition: ease-in-out .3s;
}

.rel-sites li a:hover {
  color: #fff;
  border-top: 1px solid #0d2d84;
  background: url(../../images/rel-sites-arrow-ov.png) right 20px center no-repeat #0d2d84;
}

.rel-sites li:nth-child(2n) a:hover {
  border-top: 1px solid #01a0c7;
  background: url(../../images/rel-sites-arrow-ov.png) right 20px center no-repeat #01a0c7;
}



.subImg-wrap2 img {
  width: 100%;
}

#contents {
  text-align: justify;
}

#contents .h3 {
  position: relative;
  padding: 10px 0 0 0;
  font-size: 19px;
  letter-spacing: -1px;
  color: #2f3336;
}

#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 6px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #2f3336;
  margin-bottom:30px;
}

#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 {
  color: #679b49;
}

.p-color2 {
  color: #516dad;
}

.p-color3 {
  color: #b16f28;
}

/*목차*/
.list-type1 li {
  padding: 0 0 10px 45px !important;
  background: url("../../images/bullet-list1.png") no-repeat 20px 5px !important;
}

.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;
}

/*테이블*/
#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;
}

/*버튼*/
.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);
}

.introduce {
  background: url(../../images/icon-intro.jpg) left center no-repeat;
  padding: 0 0 0 80px;
  margin: 0 0 40px 0;
}

.introduce .con {
  padding: 0 0 0 30px;
  border-left: 1px solid #dedede;
}

.introduce strong {
  display: block;
  margin: 0 0 10px 0;
  font-size: 14px;
  font-weight: normal;
}

.introduce .pdf-down {
  display: inline-block;
  padding: 12px 30px 12px 15px;
  margin: 0 0 10px 0;
  border: 1px solid #e1e1e1;
  background: url(../../images/arrow-intro.jpg) right center no-repeat;
}

.online .thumb {
  float: left;
}

.online .info {
  float: left;
}

.greeting .thumb {
  float: left;
}

.greeting .thumb img {
  width: 100%;
  max-width: 410px;
}

.greeting .desc {
  float: right;
  width: calc(100% - 450px);
}

.greeting .desc strong {
  display: block;
  font-size: 18px;
  color: #0c2d83;
  margin-bottom: 20px;
}

@media all and (max-width:960px) {
  /* Greeting */
  .greeting .thumb {
    float: none;
    margin-bottom: 30px;
  }

  .greeting .thumb img {
    display: block;
    width: 80%;
    margin: 0 auto;
  }

  .greeting .desc {
    float: none;
    width: 100%;
  }

  /* Rel sites */
  .rel-sites li {
    width: calc(100% / 2 - (20px / 2));
  }

  .rel-sites li:nth-child(4) {
    margin-left: 20px !important;
  }

  .rel-sites li:nth-child(1),
  .rel-sites li:nth-child(3),
  .rel-sites li:nth-child(5) {
    margin-left: 0 !important;
  }



  /* .rel-sites li:nth-child(3n) {
    margin-right: auto;
  }

  .rel-sites li:nth-child(2n) {
    margin-left: 20px !important;
  } */

  /* ==========================================================================
  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;
  }

  .button-type1 {
    display: block !important;
  }

  .deptImg{
	width:335px;
	margin:auto;
	float:none;
  }
  .depBox{
	width:100%;
	float:none;
  }
	.software{
		width:100%;
		float:none;
	}
	.depBox .depBtn{
		position:static;
		margin-top:20px;
	}

}

@media all and (max-width:420px) {
  .rel-sites li {
    width: 100%;
    margin-left: 0 !important;
  }

  .rel-sites li:nth-child(4) {
    margin-left: 0 !important;
  }
    #contents .table-type1 {
    width: 100%;
  }

  .deptImg{
	width:100%;
	float:none;
  }
  .depBox{
	width:100%;
	float:none;
  }
	.software{
		width:100%;
		float:none;
		height:auto;
	}
	.depBox .depBtn{
		position:static;
		margin-top:20px;
	}

}
