/* index_modern_1.css 시작   
-------------------------------------------------- */

/* Features */
.features-icons {padding-top: 3rem; padding-bottom: 3rem;}
.features-icons-icon {font-size: 3rem;}
.feature h3 {font-size: 1.4rem; padding-top: 15px; font-weight: 600;}
.feature p {font-size: 1rem;}

/* Article List */
.intro h2 {font-size: 4rem; margin: 5rem 0px 5rem 0px; font-weight: 600; text-transform:uppercase;}

@media (max-width: 40em) {
  /* Bump up size of carousel content */
  .intro h2 {font-size: 2.5rem; margin: 1rem 0px 1rem 0px; font-weight: 600; text-transform:uppercase;}
}


.articles {text-align: center;}
.articles h4 {font-size: 2rem; padding-top: 15px; font-weight: 600;}
.action {font-size: 0.9rem; color: #4f86c3;}
.articles .item {margin-bottom: 20px; text-align: center;}

/* showcase */
.showcase .item {background-color: #fff; margin-right: 0; margin-left: 0;}
.showcase .showcase-img {min-height: 15rem; background-size: cover;}
.showcase-text {padding: 5rem 4rem;}
.showcase h2 {font-size: 1.2rem;padding-bottom: 1.6rem;}
.showcase p {font-size: .9rem;}

/* Testimonial */
.testimonial-item img {max-width: 17rem; box-shadow: 0 5px 5px 0 #adb5bd;}
.testimonials h2 {font-size: 1.4rem;}
.testimonial-item h5 {font-size: 1.1rem; font-weight: 600;}
.testimonial-pad {padding: 3rem;}

/* call-to-action */
.call-to-action {position: relative; background-color: #343a40; background-size: cover; padding-top: 7rem; padding-bottom: 7rem;}
.call-to-action .overlay { position: absolute; background-color: #212529; height: 100%; width: 100%; top: 0; left: 0; opacity: .3;}
.call-to-action h2 {font-size: 1.4rem;}

/* Responsive for showcase */
@media (max-width: 978px) {
	.showcase-text {padding: 3rem;}	
	.showcase .text-end {padding-bottom: 0;}
}

/* Masthead */
header.masthead {text-align: center; color: #fff; background-repeat: no-repeat; background-attachment: scroll; background-position: 50%; background-size: cover;min-height: 650px}
header.masthead .intro-text {padding-top: 150px; padding-bottom: 100px;}
header.masthead .intro-text .intro-lead-in {font-size: 24px; font-style: italic; line-height: 24px; margin-bottom: 25px;}
header.masthead .intro-text .intro-heading {font-size: 32px; font-weight: 700; line-height: 32px; margin-bottom: 50px;}
header.masthead .intro-text { padding-top: 300px; padding-bottom: 200px;}

/* Responsive forMasthead */
@media (max-width: 920px) {
	header.masthead {text-align: center; color: #fff; background-repeat: no-repeat; background-attachment: scroll; background-position: 50%; background-size: cover;min-height: 500px;}
	header.masthead .intro-text {padding-top: 210px; padding-bottom: 40px;}
	header.masthead .intro-text .intro-lead-in {font-size: 20px; font-style: italic; line-height: 20px; margin-bottom: 18px;}
	header.masthead .intro-text .intro-heading {font-size: 24px; font-weight: 700; line-height: 24px; margin-bottom: 40px;}
}

@media (max-width: 640px) {
	header.masthead {text-align: center; color: #fff; background-repeat: no-repeat; background-attachment: scroll; background-position: 50%; background-size: cover;min-height: 400px;}
	header.masthead .intro-text {padding-top: 180px; padding-bottom: 40px;}
	header.masthead .intro-text .intro-lead-in {font-size: 14px; font-style: italic; line-height: 14px; margin-bottom: 16px;}
	header.masthead .intro-text .intro-heading {font-size: 16px; font-weight: 700; line-height: 16px; margin-bottom: 36px;}
}


/* index_modern_1.css 끝   
-------------------------------------------------- */




/* index_modern_2.css 시작     
-------------------------------------------------- */
/* Box */
.textbox {
    padding: 10px;
    margin: 50px 0;
    background-color: white;
    text-align: center;
    transition: all ease .3s;
}

.textbox:hover {
    box-shadow: 0 15px 50px 0 rgba(0, 0, 0, .2);
}

.textbox__image img {
    width: 100%;
}

.textbox__body {
    padding: 20px;
}

@media (min-width: 992px) {
    .textbox__body {
        padding: 25px 30px;
    }

}

.textbox__title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 25px;
    line-height: 1.33333;
	color: #1f1c2f;
}
@media (max-width: 978px) {
	.textbox__title {
	 font-size: 20px;
   	}
}

.textbox__title a {
	color: #1f1c2f;
}
	
.textbox__title a:hover {
color: #f39c12;
text-decoration: none;
}

.textbox__description {
    color: #818181;
}

.textbox__style-02 {
    border: 1px solid #ebebeb;
}

.textbox__style-02 .textbox__description {
    margin-bottom: 15px;
}

.textbox-group {
	background-color:#f3f3f3;
}


/* Tab Latest */
.nav-item {
	position: relative;
}
.nav-item .active .bar::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background:  #007bff;
    content: '';
}
.tab_latest {
	border-bottom: 1px solid #dee2e6;
}


/* Picture Carousel */
#owl-pic .item{
  margin: 3px;
}
#owl-pic .item img{
  display: block;
  width: 100%;
  height: auto;
}

/* Latest News Carousel */
   #owl-news .item{
      margin: 3px;
    }
    
    #owl-news .item img{
      display: block;
      width: 100%;
      height: auto;
    }

.latest-news-section {
    padding-bottom: 40px;
}

.latest-post {
    padding-bottom: 20px;
}

.latest-post h4 {
    padding-top: 20px;
    padding-bottom: 5px;
}

.latest-post h4 a {
	color: #1f1c2f;
}
	
.latest-post h4 a:hover {
color: #f39c12;
text-decoration: none;
}

.latest-post .post-details .date {
    position: absolute;
    top: 0;
    left: 10%;
    color: #fff;
    background: rgba(91, 177, 47, 0.8);
    padding: 10px;
    font-size: 14px;
    text-align: center;
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.latest-post .post-details .date strong {
    font-size: 16px;
}

.latest-post .post-details li {
    display: inline;
    font-size: 13px;
    color: #999;
    padding-right: 10px;
}

.latest-post .post-details li i {
    padding-right: 5px;
}

.latest-post p {
    padding-bottom: 15px;
    color: #999;
    font-weight: 300;
}

.latest-post .btn-primary {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    font-weight: 300;
}

.latest-post .btn-primary:hover {
    background: none;
    color: #666;
    border: 1px solid #888;
    box-shadow: none;
}

.latest-post:hover .date {
    opacity: 1;
    -webkit-animation: bounceIn;
    -moz-animation: bounceIn;
    -o-animation: bounceIn;
    animation: bounceIn;
    -webkit-animation-duration: 0.7s;
    -moz-animation-duration: 0.7s;
    -o-animation-duration: 0.7s;
    animation-duration: 0.7s;
}


/* index_modern_2.css 끝   
-------------------------------------------------- */



/* 추가작업
-------------------------------------------------- */
.main_container {
	max-width: 1900px !important;
	margin: 0 auto;
}

.img-list {    
	position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 8px;
    color: #ffffff;	
	display:block;
}


#content {margin-bottom: 20px;}

#ctt {padding: 10px 0 30px;}
.ctt_admin {display: none;}
.ctt_admin .btn_admin {font-size: 0.85em;padding: 0.2rem 0.5rem}

.heading {font-size: 1.2rem; font-weight: 600;}
.leading {font-size: 0.9rem}

.section-header {margin: 0 auto; width: 100%; padding-top: 1.6rem;}




/* carousel.css 시작  
-------------------------------------------------- */

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-bottom: 3rem;
  color: #343a40;
}


/* Article List */
.course_v ul > li {font-size: 2rem; margin: 1rem 0px 1rem 0px; font-weight: 400;}

@media (max-width: 40em) {
  /* Bump up size of carousel content */
.course_v ul > li {font-size: 1.5rem; margin: 1rem 0px 1rem 0px; font-weight: 400;}
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 0.1rem;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 40%;
  z-index: 10;
  font-weight: 800;
}


.carousel-caption h1, .carousel-caption p{
  text-shadow: 0 0 3px rgba(0,0,0,1); 
	font-size: 5rem;
	font-weight: 900;
}

/* Declare heights because of positioning of img element */
.carousel-item > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: -webkit-fill-available;
	
}

.carousel-item {
  height: 57rem;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 3rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

@media (max-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-item {
    max-height: 20em;
  }
 .carousel-caption p {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    line-height: 1.2;
  }
  .carousel-caption h1 {
    font-size: 1.4rem;
  }
}

/* carousel.css 끝   
-------------------------------------------------- */



/* 서브메뉴 */
#sub_nav {
	width: 300px;

}

#sub_nav li {
	margin-bottom: 2px;
}

#sub_nav a {
	background: #ffffff;
	color: #666;
	display: block;
	font-size: 1.1rem;
	padding: 11px;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid #dddddd;
}

#sub_nav a:hover {
	background: #dedede;
}

#sub_nav .current a {
	color: #17a2b8;
}


#sub_nav_board {
	width: 300px;

}




#sub_nav_board li {
	margin-bottom: 2px;
}

#sub_nav_board a {
	background: #ffffff;
	color: #666;
	display: block;
	font-size: 1.1rem;
	padding: 11px;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid #dddddd;
}

#sub_nav_board a:hover {
	background: #dedede;
}

#sub_nav_board .current a {
	color: #17a2b8;
}

.section {
	padding: 5rem 0px 5rem 0px;
}

.section p:last-child {
	margin-bottom: 0;
}

.section th,td{ 
	vertical-align: middle !important;

}

.greeting {
	background: #fdffe1;
	background: -moz-linear-gradient(45deg, #fdffe1 40%, #e9fcff 60%);
	background: -webkit-linear-gradient(45deg, #fdffe1 40%, #e9fcff 60%);
	background: linear-gradient(45deg, #fdffe1 40%, #e9fcff 60%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fdffe1', endColorstr='#e9fcff', GradientType=1);
}

/* Campus 서브메뉴 */

.img_title_bg {
	background: #333333;
	position: relative;
	top: -50px;
}

@media (max-width: 40em) {
  /* Bump up size of carousel content */
.img_title_bg {background: #333333; position: static; margin-top: 15px;}
}


.bg_circle_DCD {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    font-size: 3rem;
	text-align: center;
    line-height: 5rem;
    background-color: #DCDCDC;
    color: #333;
    margin: auto;
}

.img_card_title_bg {background: #333333;}


.bg_round_ede {
    width: 100px;
    border-radius: 20px;
    font-size: 4rem;
	text-align: center;
    line-height: 7rem;
    background-color: #ededed;
    color: #333;
	align-items:flex-start;
}


/* location-layout */
.location-layout { border-top: 1px solid #dddddd; border-bottom: 1px solid #dddddd; background-color: #ffffff; }
.location-layout .location-list { list-style-type: none; padding: 0px;  margin-bottom: 0px;}
.location-list > li { float: left; position: relative;  }
.location-list > li:last-child  > a{border-bottom:3px solid #df5149; color: #000; font-weight:600; padding-bottom:19px}
.location-list > li > a {display: block;border-left: 1px solid #dddddd;min-width: 210px;padding: 22px 35px 22px 25px;color: #282828;font-weight: 500;}
@media (max-width: 40em) {
.location-list > li > a {display: block;border-left: 1px solid #dddddd;min-width: auto;padding: 22px 15px 22px 15px;color: #282828;font-weight: 500; font-size: 0.8rem;}
}
.location-list > li:first-child > a { background: none; min-width: auto; width: 65px; padding: 20px 0; text-align: center; border-left: 0px; }
.location-list > li:last-child > a { border-right: 1px solid #dddddd; }
.location-list > li > ul {  display: none; position: absolute;background-color: #ffffff;border: 1px solid #dddddd;width: 100%;}
.location-list > li.active > ul { display: block; z-index:100 }
.location-list > li > ul a {display: block;padding: 15px 10px 15px 25px;}
.location-list > li a:hover{ color:#df5149}


/* widescreen */
.widescreen_01 {
	width: 100%;
	max-width: 970px;
    border-radius: calc(.25rem - 1px);
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

.widescreen_simg {
	width: 100%;
    border-radius: calc(.25rem - 1px);
	height: 7em;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

@media (max-width: 70em) {
.widescreen_01 {
	max-width: 100%;
    border-radius: calc(.25rem - 1px);
	max-height: 20em;
	}
	
.widescreen_simg {
	width: 100%;
    border-radius: calc(.25rem - 1px);
	height: 3em;
}
	
}


.title_01 {
    padding: 12px 0 10px 0;
    font-size: 2.8em;
    font-weight: 500;
    background: url(../../../../en/theme/bs4_v3.0/img/sub/title_bar.png) no-repeat top left;
}



.care_s {
	padding: 2rem 0 0 0;
}

@media only screen and (max-width: 800px) {
	
	/* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { 
		border: 1px solid #ccc; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}
	
.daily_bg , .daily_bg>td, .daily_bg>th {
	background-color: #cfe1e5;
}

.men_bg, .men_bg>td, .men_bg>th {
	background-color: #ffe59a;
}

.s_bg, .s_bg>td, .s_bg>th {
	background-color: #ea9998;
}

.m_bg, .m_bg>td, .m_bg>th {
	background-color: #a4c2f4;
}

.b_bg, .b_bg>td, .b_bg>th {
	background-color: #b4a7d5;
}

.ss_bg, .ss_bg>td, .ss_bg>th {
	background-color: #b6d7a8;
}

.nc_bg, .nc_bg>td, .nc_bg>th {
	background-color: #d6a6be;
}

@media (max-width: 40em) {
  /* Bump up size of carousel content */
  .media-body h5 {font-size: 0.8rem; margin: 0rem 0px 0.5rem 0px; font-weight: 600; text-transform:uppercase;}
}
