/* ==========================================================================
################ STYLE CSS ##############
========================================================================== */
#contents {
  /* text-align: justify; */
  line-height: 1.6
}

.wrap_sub_contents h3 {
  font-weight: bold;
  font-size: 25px;
  color: #222;
  background: url('/sites/media/images/ico_h3.png') no-repeat center left;
  padding: 0 0 0 20px;
  margin: 0 0 40px 0;
}

.wrap_sub_contents h4 {
  font-size: 20px;
  color: #0d2d84;
  font-weight: bold;
  margin: 20px 0;
}

.wrap_sub_contents h5 {
  font-weight: 600;
  font-size: 20px;
  color: #444444;
  margin: 20px 0;
}

.wrap_sub_contents .img {
  text-align: center;
}

.wrap_sub_contents .img img {
  vertical-align: middle;
  max-width: 100%;
}

.wrap_sub_contents p {
  color: #222;
  font-size: 15px;
}
.wrap_sub_contents > p,
.wrap_sub_contents table,
.wrap_sub_contents ul {
  margin-bottom: 20px;
}

.wrap_sub_contents p,
.wrap_sub_contents ul li {
  word-break: keep-all;
}

/* ==========================================================================
list style
========================================================================== */

.list-type1 > li {
  padding: 0 0 10px 12px;
  background: url("../../images/bullet-list1.png") no-repeat left 10px;
}

.list-type2 > li {
  position: relative;
  padding: 0 0 10px 12px;
}
.list-type2 > li:before {
  content: '';
  width: 4px;
  height: 1px;
  background: #222;
  position: absolute;
  top: 11px;
  left: 0;	
}

.olist_type1 > li {
  list-style: auto;
  margin: 0 0 4px 20px;
}
/* ==========================================================================
box style
========================================================================== */

.box-type1 {
  padding: 20px 25px;
  border: 1px solid #e1e1e1;
  background: #f8f8f8;
}

.box-type1.align-c {
  text-align: center;
}



/* ==========================================================================
button style
========================================================================== */
.button-type1 {
  display: inline-block !important;
  padding: 10px 30px 10px 15px;
  background: #fff 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);
}


/* ==========================================================================
notice style
========================================================================== */
.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;
}

/* ==========================================================================
table style
========================================================================== */
.wrap_sub_contents .table-type1 {
  position: relative;
  border: 0 !important;
  border-right: 2px solid transparent !important;
}

.wrap_sub_contents .table-type1:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 1px;
  background: #c1c8df;
}

.wrap_sub_contents .table-type1 thead th {
  padding: 6px 10px;
  background: #0d2d84;
  border-right: 1px solid #c1c8df !important;
  border-bottom: 1px solid #c1c8df !important;
  color: #fff;
  font-weight: bold;
}

.wrap_sub_contents .table-type1 tbody th {
  padding: 6px 10px;
  background: #f5f5f5;
  border-bottom: 1px solid #c1c8df !important;
  font-size: 15px;
  color: #333;
}

.wrap_sub_contents .table-type1 tbody td {
  padding: 6px 10px;
  background: #fff;
  border-right: 1px solid #c1c8df !important;
  border-bottom: 1px solid #c1c8df !important;
  font-size: 15px;
  color: #323232;
  font-weight: 400;
}

.wrap_sub_contents .alignL {
  text-align: left !important;
}


@media all and (max-width:640px) {
  .wrap_sub_contents .table-type1 {
	width: 1000px;
  }
}

/* ==========================================================================
################ CONTENTS CSS ##############
========================================================================== */

/* ==========================================================================
소개 > 교수진
========================================================================== */
.wrap_sub_contents .prof-list {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  /*
  font-size:0;
  letter-spacing: -5px;*/
}

.wrap_sub_contents .prof-list li {
  /*display: inline-block;
  letter-spacing: 0;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  */
  width: 31%;
  margin-bottom: 80px;
}

.wrap_sub_contents .prof-list li .name {
  font-weight: 500;
  font-size: 22px;
  margin: 15px 0 6px;
}

.wrap_sub_contents .prof-list li p {
  position: relative;
  font-weight: 300;
  font-size: 14px;
  line-height: 35px;
}

.wrap_sub_contents .prof-list li .img {
  border: 1px solid #e1e1e1;
}

.wrap_sub_contents .prof-list li .major {
  padding-top: 25px;
  line-height: 20px;
  margin: 10px 0;
}

.wrap_sub_contents .prof-list li .major:before {
  content: "전공분야";
  color: #0d2d84;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
}

.wrap_sub_contents .prof-list li .tel:before, 
.wrap_sub_contents .prof-list li .email:before,
.wrap_sub_contents .prof-list li .location:before {
  content: "";
  width: 21px;
  height: 21px;
  position: absolute;
  top: 8px;
  left: 0;
  background-position: center left;
  background-repeat: no-repeat;
}

.wrap_sub_contents .prof-list li .tel, 
.wrap_sub_contents .prof-list li .email,
.wrap_sub_contents .prof-list li .location {
  padding-left: 30px;
}

.wrap_sub_contents .prof-list li .tel:before {
  background-image: url('/sites/media/images/ico_tel.png');
}
.wrap_sub_contents .prof-list li .email:before {
  background-image: url('/sites/media/images/ico_email.png');
}
.wrap_sub_contents .prof-list li .location:before {
  background-image: url('/sites/media/images/ico_location.png');
}

@media all and (max-width:740px) {
  .wrap_sub_contents .prof-list li {
	width: 48%;
  }
}


/* ==========================================================================
소개 > 학과시설
========================================================================== */
.wrap_sub_contents .table-facility {
  position: relative;
  border: 0 !important;
}

.wrap_sub_contents .table-facility:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 2px;
  background: #565c6b;
}

.wrap_sub_contents .table-facility thead th {
  padding: 18px;
  background: #f3f3f3;
  border-right: 1px solid #424242 !important;
  border-bottom: 1px solid #424242 !important;
  color: #222;
  font-weight: 500;
}

.wrap_sub_contents .table-facility thead th:last-child {
  border-right: 0px !important;
}

.wrap_sub_contents .table-facility tbody th {
  padding: 18px;
  background: #f5f5f5;
  border-bottom: 1px solid #424242 !important;
  font-size: 18px;
  color: #333;
}

.wrap_sub_contents .table-facility tbody td {
  padding: 18px;
  background: #fff;
  border-right: 1px solid #424242 !important;
  border-bottom: 1px solid #424242 !important;
  font-size: 18px;
  color: #424242;
  font-weight: 300;
}

.wrap_sub_contents .table-facility tbody td.img {
  padding: 0;
}

.wrap_sub_contents .table-facility tbody td.img img {
  width: 100%;
}

.wrap_sub_contents .table-facility tbody td.txt {
  font-size: 16px;
  padding: 20px 10px;
  word-break: keep-all;
}

.wrap_sub_contents .table-facility tbody td:last-child {
  border-right: 0px !important;
}

/* ONLY PC/TABLET*/
@media all and (min-width:641px) {
  .wrap_sub_contents .wrap_fac_list {
	float:left;
	width:100%;
	/*background:yellow; */
	overflow:hidden;
	position:relative;
	margin-bottom: 80px;
  }
  .wrap_sub_contents .fac_list {
	float:left;
	width:100%;
	/*background: red;*/
	position: relative;
	right: 50%;
  }
  .wrap_sub_contents .fac1 {
	float:left;
	width:46%;
	position:relative;
	left: 52%;
  }
  .wrap_sub_contents .fac2 {
	float:left;
	width:46%;
	position:relative;
	left: 56%;
  }
}

@media all and (max-width:640px) {
  .wrap_sub_contents .fac1, .wrap_sub_contents .fac2 {
	margin-bottom: 50px;
  }
}




/* ==========================================================================
미디어학부 > 학사정보 > 학사안내
========================================================================== */
.link-box-type1 {
  padding: 30px  70px;
  border: 8px solid #285a9f;
  width: 100%;
}

.link-box-type1 .title{
  position: relative;
  padding: 0 0 15px 0;
  margin: 0 0 20px 0;
  font-size: 20px;
  font-weight: 400;
  color: #133b96;
}
.link-box-type1 .title:after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 37px;
  height: 2px;
  background: #133b96;
}
.link-box-type1 .text{
  font-size: 16px;
  margin-bottom: 20px;
}


/* ==========================================================================
일반대학원 > 교육과정 > 전공과목
========================================================================== */
.wrap_sub_contents h6 {
  color: #0d2d84;
  font-weight: 500;
  margin: 0 0 10px;
  font-size: 17px;
  border-left: #0d2d84 3px solid;
  padding-left: 10px;
}

/* ==========================================================================
학생활동 >학생회
========================================================================== */
.imgs_two {
  width: 100%; 
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.imgs_two p { 
  width: 50%;
  padding: 5px;
}
.imgs_two:after {
  clear: both;
  content: '';
  display: block;
}

@media all and (max-width:640px) {
  .imgs_two p { 
	width: 100%;
	padding: 0 0 5px 0;
  }
}

/* ==========================================================================
사이트맵 >사이트맵
========================================================================== */
#_JW_stMp_basic li ._stMpWrap .stMp_Title {
  background: url("https://www.sookmyung.ac.kr/static-1497240066000/fnct/sitemap/JW_stMp_basic/images/stMp_Title.png") 0 16px no-repeat !important;
  color: #0d2d84 !important;
}


/* ==========================================================================
Common Style
========================================================================== */
/*간격*/

.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;
}

