@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
body{font-family: "Nanum Gothic", sans-serif; }

.top_menu {list-style:none; margin-bottom:0}
.top_menu li { float:left; margin-right:16px;}
.top_menu img { width:20px;}
.top_menu li span { font-size:13px; color:#282125; background-color:#f1d73f; font-weight:600; padding:3px 6px 4px; border-radius:4px; vertical-align:middle}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.closeLayerBtn
{
  display:block;
  position: absolute;
  right: -20px;
  top: -20px;
  box-sizing:border-box;
  width:30px;
  height:30px;
  border-width:4px;
  border-style: solid;
  border-color:red;
  border-radius:100%;
  background: url("/images/closepopuplayer.png") 1.5px 2px no-repeat; 
  background-color:red;
  box-shadow:0px 0px 5px 2px rgba(0,0,0,0.5);
  transition: all 0.3s ease;
}

.navbar-nav .nav-item {
    padding: 0px 4px;
}
.navbar-dark .navbar-nav .nav-link  {
    color: #576384; font-size:15px; font-weight:600; 
}

.navbar-dark .navbar-nav .nav-link a:hover  { color: #576384; }



.navbar {
    position: relative;
    padding: 0.9rem 1rem; background-color:#fff;
}

.form-control {
	line-height:0.5;
}

#config {
  background: url("../images/config.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 40px 0; margin-top:-64px;
  position: relative;
}

#config2 {
  background: url("../images/config2.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 30px 0 30px 0; 
  
}

#config2::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; z-index:-100;
 

}

.youtube{position:relative; width:100%; padding:56.6% 0 0;}
.youtube iframe{position:absolute; top:0; left:0; width:100%; height:100%; }

.box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  text-align: center;
}

.box:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.box2 {
  padding: 15px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  text-align: center;
  min-height:260px
}



.box2:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.feature-block h4{
    text-transform: capitalize;
}
.feature-icon-block{
    font-size: 40px;
    width: 80px;
    height: 80px;
    background:#e6fdfc;
    color: #3fcdc7;
    text-align: center;
    margin: 0 auto;
    border-radius: 100%;
    padding-top: 12px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition:all .3s ease 0s ;
    
}

.feature-block:hover .feature-icon-block{
     background:#3fcdc7;
    color: #fff;
}

.back-to-top {
  position: fixed;
  display: none;
  background: #3EC1D5;
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: #3EC1D5;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #3cd6ed;
  color: #fff;
}

.clear {
  clear: both;
}

.section-headline h2 {
  display: inline-block;
  font-size: 36px; color:#413e66;
  font-weight: 600;
  margin-bottom: 50px;
  position: relative;
  text-transform: capitalize;
}

.section-headline h2::after {
  border: 1px solid #413e66;
  bottom: -14px;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 40%;
}

.quick {
  background-color: #e9f2fa;
}

.footer-links {
  margin-bottom: 30px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0; 
}

.footer-links ul li {
  padding: 10px 0 0 6px; text-align:left;
}

.footer-links ul li:first-child {
  padding-top: 0;
}

.footer-links ul a {
  color: #fff;
}

.footer-links ul a:hover {
  color: #46cdfa;
}

.service {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.service .service-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
  padding: 15px 0;
  background: rgba(29, 28, 41, 0.6);
}

.service .service-info-content {
  transition: margin 0.2s;
  height: 40px; padding:2px;
  transition: height 0.4s;
}

.servicer:hover .service-info {
  transition: 0.4s;
}

.service:hover .service-info-content {
  height: 70px;
}

.service h4 {
  font-weight: 500;
  margin-bottom: 2px;
  font-size: 14px;
  color: #fff;
}

.service span {
  
  display: block;
  font-size: 13px;
  color: #fff;
}

.service .s_view {
  margin-top: 15px;
}

.service .s_view a {
  transition: none;
  color: #fff;
}

.service .s_view a:hover {
  color: #46cdfa;
}

.service .s_view i {
  font-size: 18px;
  margin: 0 2px;
}

.gallery .gallery-item {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(16, 110, 234, 0.15);
}
.gallery .gallery-item img {
  position: relative;
  overflow: hidden; 
  transition: all ease-in-out 0.4s; width:100%; height:236px
}
.gallery .gallery-item:hover img {
  transform: scale(1.1);
}



#news-bg{
    padding: 60px 0px;
    background: #FAFAFA;
    background: url(/images/news_bg.jpg) 50% 50%;
    padding: 70px 0px;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}


#clients {
  padding: 60px 0;
}

#clients img {
  max-width: 80%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

#clients .owl-nav,
#clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #1bb1dc;
}

.form-in {
  width: 100%;
  max-width: 500px;
  
  margin: auto;
}

.form-in2 {
  width: 100%;
  max-width: 900px;
  
  margin: auto;
}

.form-in3 {
  width: 100%;
  max-width: 500px;
  
  margin: auto;
}

.terms { border:1px solid #aaa; padding:10px; font-size:14px; line-height:170%; height:180px; overflow-y:scroll; background-color:#f9f9f9; }
.terms2 { border:1px solid #aaa; padding:10px; font-size:14px; line-height:170%; height:240px; overflow-y:scroll; background-color:#f9f9f9; }
.terms3 { border:1px solid #aaa; padding:10px; font-size:14px; line-height:170%; height:80px; overflow-y:scroll; background-color:#f9f9f9; }

.floating { background-color:#0199e4; border:2px solid #0199e4; position: fixed; right: 50%; top:160px; margin-right:-49%;  text-align:center; width:98px; border-radius:26px; z-index:1000 }
.floating .item_q {font-size:14px; font-weight:600; color:#FFF; margin-top:10px }
.floating .item_q a { color:#fff }
.floating .item_q a:hover { color:#061647 }


.floating_m { background-color:#0199e4;  position: fixed; right: 0;  margin-right:0;  bottom:0; height:80px; text-align:center; width:100%; border-radius:0;  0px; z-index:1000 }
.floating_m .item_q {font-size:10px; font-weight:600; color:#FFF; margin-top:14px; float:left; width:20% }
.floating_m .item_q a { color:#fff }
.floating_m .item_q a:hover { color:#061647 }

.apply_box {border:6px solid #d51c6a; background-color:#fff; padding:4px; min-height:183px; text-align:center}
.apply_box .apptxt { font-size:18px }

.apply_box2 {border:6px solid #0752b1; background-color:#fff; padding:6px; min-height:183px; margin-top:10px; text-align:center}
.apply_box2 .apptxt { font-size:18px }


.departments {
  overflow: hidden; margin:30px 0 30px; 
}
.departments .nav-tabs {
  border: 0;
}
.departments .nav-link {
  border: 0;
  padding: 12px 15px 4px 0;
  transition: 0.3s;
  color: #2c4964;
  border-radius: 0;
  border-right: 2px solid #ebf1f6;
  font-weight: 600;
  font-size: 16px;
}
.departments .nav-link:hover {
  color: #1977cc;
}
.departments .nav-link.active {
  color: #1977cc;
  border-color: #1977cc; 
}
.departments .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}
.departments .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #2c4964;
}
.departments .details p {
  color: #333;
}
.departments .details p:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .departments .nav-link {
    border: 0;
    padding: 15px;
  }
  .departments .nav-link.active {
    color: #fff;
    background: #1977cc;
  }
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #2c4964;
}
.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 140px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 70px);
}
.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 3px;
  background: #ac8a21;
  bottom: 0;
  left: calc(50% - 30px);
}

.section-title h3 {
  font-size: 20px;
  margin-bottom: 10px; line-height:180%;
  color: #06457b;
}

.section-title p {
  margin-bottom: 0;
}

.tel { font-size:18px }
.zone { font-size:14px }

.about .icon-boxes h4 {
  font-size: 18px;
  color: #cc0776; font-weight:600;
  margin-bottom: 15px;
}
.about .icon-boxes h3 {
  font-size: 28px;
  font-weight: 700;
  color: #2c4964;
  margin-bottom: 15px;
}
.about .icon-box {
  margin-top: 20px;
}
.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 2px solid #8dc2f1;
  border-radius: 50px;
  transition: 0.5s;
}
.about .icon-box .icon i {
  color: #1977cc;
  font-size: 32px;
}
.about .icon-box:hover .icon {
  background: #1977cc;
  border-color: #1977cc;
}
.about .icon-box:hover .icon i  {
  color: #fff;
}
.about .icon-box .title {
  margin-left: 60px;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 18px; color: #094db2; font-weight:600;
}


.about .icon-box .description {
  margin-left: 60px;
  line-height: 28px;
  font-size: 15px; color:#333;
}

.about .b_description {
  font-size: 16px; color:#333; line-height:190%
}



.about .content h2 {
  font-weight: 700;
  font-size: 42px;
  line-height: 60px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.about .content h3 {
  font-weight: 500;
  line-height: 30px;
  font-size: 22px; color:#192447
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  padding: 10px 0 0 28px;
  position: relative; font-size: 18px; color:#192447
}
.about .content ul i {
  left: 0;
  top: 12px;
  position: absolute;
  font-size: 20px;
  color: #fc0254;
}
.about .content p:last-child {
  margin-bottom: 0;
}



.counts {
  background: #f1f7fd;
  padding: 70px 0 60px;
}
.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
 
  text-align: center;
  background: #fff; border-radius: 10px; 
}
.counts .count-box i {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px;
  background: #192447;
  color: #fff;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
}
.counts .count-box span {
  font-size: 50px;
  display: block;
  font-weight: 600;
  color: #a28235;
}
.counts .count-box p {
  padding: 0;
  margin: 0;
  
  font-size: 18px;
}

.professor {
  background: #fff;
}
.professor .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(44, 73, 100, 0.08);
  padding: 30px;
  border-radius: 10px; 
}
.professor .member .pic {
  overflow: hidden;
  width: 200px; min-width:180px;
  border-radius: 50%;
}
.professor .member .pic img {
  transition: ease-in-out 0.3s;
}
.professor .member:hover img {
  transform: scale(1.1);
}
.professor .member .member-info {
  padding-left: 14px;
}
.professor .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 22px;
  color: #1c386d;
}
.professor .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}
.professor .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 55px;
  height: 1px;
  background: #6296f7;
  bottom: 0;
  left: 0;
}
.professor .member p {
  margin: 10px 0 0 0;
  font-size: 15px; line-height:180%;
}

.job { 
  padding: 0
}
.job .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(16, 110, 234, 0.15);
}
.job .member .member-img {
  position: relative;
  overflow: hidden; width:160px; height:160px;
}

.job .member .member-info {
  padding: 15px 15px;
}
.job .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 16px; text-align:center;
  color: #222222;
}
.job .member .member-info span {
  display: block;
  font-size: 14px; text-align:center;
  font-weight: 400;
  color: #156bb5;
}
.job .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.review { 
  padding: 0
}
.review .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(16, 110, 234, 0.15);
}
.review .member .member-img {
  position: relative;
  overflow: hidden; width:200px
}

.review .member .member-info {
  padding: 15px 15px;
}
.review .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 15px; text-align:center;
  color: #222222;
}
.review .member .member-info span {
  display: block;
  font-size: 12px; text-align:center;
  font-weight: 400;
  color: #156bb5;
}

.news { 
  padding: 0
}
.news .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(16, 110, 234, 0.15);
}
.news .member .member-img {
  position: relative;
  overflow: hidden; width:100%
}

.news .member .member-info {
  padding: 15px;
}
.news .member .member-info h4 {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 14px; text-align:center; line-height:150%;
  color: #222222;
}
.news .member .member-info span {
  display: block;
  font-size: 14px; text-align:center;
  font-weight: 400;
  color: #156bb5;
}

.facility h4 {font-size:20px; color:#c0981b; }
.facility h3 {font-size:22px; color:#08389a; margin-top:20px }
.facility p { line-height:190%; color:#333}

.box_f { background-color:#f2f2f2;  border-radius:10px; text-align:left; padding:20px }
.box_f img { width:100% }




.mt3 { margin-top:3px !important;}
.mt5 { margin-top:5px !important;}
.mt7 { margin-top:7px !important;}
.mt10 { margin-top:10px !important;}
.mt15 { margin-top:15px !important;}
.mt20 { margin-top:20px !important;}
.mt25 { margin-top:25px !important;}
.mt30 { margin-top:30px !important;}
.mt40 { margin-top:40px !important;}
.mt50 { margin-top:50px !important;}
.mt60 { margin-top:60px !important;}
.mt70 { margin-top:70px !important;}
.mt80 { margin-top:80px !important;}
.mt-30 { margin-top:-30px !important;}

.ml2 { margin-left:2px !important;}
.ml3 { margin-left:3px !important;}
.ml5 { margin-left:5px !important;}
.ml8 { margin-left:8px !important;}
.ml10 { margin-left:10px !important;}
.ml15 { margin-left:15px !important;}
.ml20 { margin-left:20px !important;}
.ml30 { margin-left:30px !important;}
.ml40 { margin-left:40px !important;}
.ml45 { margin-left:45px !important;}
.ml54 { margin-left:54px !important;}
.ml80 { margin-left:80px !important;}
.ml120 { margin-left:120px !important;}



.mb5 { margin-bottom:5px !important;}
.mb10 { margin-bottom:10px !important;}
.mb15 { margin-bottom:15px !important;}
.mb20 { margin-bottom:20px !important;}
.mb25 { margin-bottom:25px !important;}
.mb30 { margin-bottom:30px !important;}
.mb35 { margin-bottom:35px !important;}
.mb40 { margin-bottom:40px !important;}

.mr3 { margin-right:3px !important;}
.mr5 { margin-right:5px !important;}
.mr10 { margin-right:10px !important;}
.mr15 { margin-right:15px !important;}
.mr20 { margin-right:20px !important;}

.m15{margin:15px;}

.L { text-align:left !important;}
.R { text-align:right;}
.C { text-align:center;}
.J {text-align:justify;}
.vM{vertical-align:middle;}
.vT{vertical-align:top;}
.vB{vertical-align:bottom;}


.f8 {font-size:8px !important;}
.f10 {font-size:10px !important;}
.f11 {font-size:11px !important;}
.f12 {font-size:12px !important;}
.f13 {font-size:13px !important;}
.f14 {font-size:14px !important;}
.f15 {font-size:15px !important;}
.f16 {font-size:16px !important;}
.f17 {font-size:17px !important;}
.f18 {font-size:18px !important;}
.f20 {font-size:20px !important;}
.f22 {font-size:22px !important; }
.f24 {font-size:24px !important; }
.f26 {font-size:26px !important; }
.f28 {font-size:28px !important; }
.f30 {font-size:30px !important; }
.f46 {font-size:46px !important; }

.line130{line-height:130%;}
.line150{line-height:150%;}
.line160{line-height:160%;}
.line170{line-height:170%;}
.line180{line-height:180%;}
.letter0{letter-spacing:0em;}
.letter1{letter-spacing:0.01em;}

.wh{color:#fff !important;}
.black_t{color:#333!important;}
.blue_t{color:#015ebc !important;}
.green_t{color:#0a853e !important;}
.purple_t{color:#751287 !important;}
.red_t{color:#de4116 !important;}
.red2_t{color:#d51c6a !important;}
.gray_t{color:#b3b3b3;}
.ye_t{color:#eddb0d;}
.gold_t { color:#a28235 }
.orange_t {color:#ff8040;}

.h40 { height:40px  }
.h46 { height:46px  }






