
/* ==== Google font ==== */
@import url(//letmetalk.co.kr/css/NanumGothic.css);

html,body {font-family: 'Nanum Gothic', sans-serif;}
body {
    width: 100%;
    height: 100%;
    background-color: #fff;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 30px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.6em;
}

p.lead {
	font-weight: 600;
}

a {
    color: #28c3ab;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #176e61;
}

.light {
    font-weight: 400;
}


.navbar {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
	
}


.top_menu{  
	display:block;
	margin-top:-15px;
	padding-bottom:5px;
	color:#777777;
	text-shadow: 2px 2px 2px #e5e5e5;
	font-size: 11px;
	line-height: 15px;
	font-weight: 400;

  }
 .top_menu a{
	color:#777777; 
 }

.navbar-custom.top-nav-collapse .top_menu{
	display:none;
}

.menu-bars{color:#000; font-size: 18px;}

.navbar-brand {
  height: 40px;
  padding: 5px 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
}

.navbar-custom.top-nav-collapse .logo{
	width: 109px;
	height: 50px;
	background: url(../img/logo_n.png) no-repeat 0 0;
	margin-top : -5px;
}

.logo{
	width: 163px;
	height: 67px;
	background: url(../img/logo.png) no-repeat 0 0;
	position: absolute;
	margin-top: -12px;
}

.navbar-brand h1{
	color: #fff;
  font-size: 20px;
  line-height: 40px;
}

.navbar-brand:focus {
    outline: 0;
}

.nav.navbar-nav {
    background-color: rgba(255,255,255,.6);
}

.navbar-custom.top-nav-collapse .nav.navbar-nav {
    background-color: rgba(0,0,0,0);
}


.navbar-custom ul.nav li a {
	font-size: 12px;
	letter-spacing: 1px;
    color: #444;
	text-transform: uppercase;
	font-weight: 700;
}

.navbar-custom.top-nav-collapse ul.nav li a {
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	color: #fff;
}

.navbar-custom ul.nav ul.dropdown-menu {
	  background-color: rgba(255,255,255,.9);
	  border-radius: 0;	
}

.navbar-custom ul.nav ul.dropdown-menu li {
	border-bottom: 1px solid #f5f5f5;

}

.navbar-custom ul.nav ul.dropdown-menu li:last-child{
	border-bottom: none;
}

.navbar-custom ul.nav ul.dropdown-menu li a {
	padding: 10px 20px;
}

.navbar-custom ul.nav ul.dropdown-menu li a:hover {
	background: #fefefe;
}

.navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a {
	color: #666;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.3);
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.3);
}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 14px;
    color: #fff;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}


/* loader */
#preloader {
    background: #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}


#loaderInner {
    background:#ffffff url(../img/spinner.gif) center center no-repeat;
    height: 60px;
    left: 50%;
    margin: -50px 0 0 -50px;
    position: absolute;
    top: 50%;
    width: 60px;
}

@keyframes boxSpin{
  0%{
    transform: translate(-10px, 0px);
  }
  25%{
    transform: translate(10px, 10px);
  }
  50%{
    transform: translate(10px, -10px);
  }
  75%{
    transform: translate(-10px, -10px);
  }
  100%{
    transform: translate(-10px, 10px);
  }
}


@keyframes shadowSpin{
  0%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
  25%{
    box-shadow: 10px 10px #39CCCC, -10px -10px #FFDC00;
  }
  50%{
    box-shadow: -10px 10px #39CCCC, 10px -10px #FFDC00;
  }
  75%{
    box-shadow: -10px -10px #39CCCC, 10px 10px #FFDC00;
  }
  100%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
}

#load {
  z-index: 9999;
  background-color: #FF4136;
  opacity: 0.75;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin: -5px auto 0 auto;
  left: 0;
  right: 0;
  border-radius: 0px;
  border: 5px solid #FF4136;
  box-shadow: 10px 0px #39CCCC, 10px 0px #01FF70;
  animation: shadowSpin 1s ease-in-out infinite;
}


hr {
  margin-top: 10px;
}


/* ===========================
--- General sections
============================ */
.pc_hide {display:none;}

.text-r{text-align:right;}
.text-l{text-align:left;}
.text-c{text-align:center;}

.text-m{position:relative; top: 25%; left: 25%;}

.align-l{
	text-align:left;
	margin-left:-20px;
}

* {padding:0; margin:0;}

/* margins */
.marginbot-0{margin-bottom:0 !important;}
.marginbot-01{margin-bottom:1px !important;}
.marginbot-10{margin-bottom:10px !important;}
.marginbot-20{margin-bottom:20px !important;}
.marginbot-30{margin-bottom:30px !important;}
.marginbot-40{margin-bottom:40px !important;}
.marginbot-50{margin-bottom:50px !important;}

.margintop-m10{margin-top:-10px !important;}
.margintop-m12{margin-top:-12px !important;}
.margintop-m15{margin-top:-15px !important;}
.margintop-m20{margin-top:-20px !important;}
.margintop-m25{margin-top:-25px !important;}
.margintop-m30{margin-top:-30px !important;}
.margintop-m100{margin-top:-100px !important;}

.margintop-3{margin-top:3px !important;}
.margintop-5{margin-top:5px !important;}
.margintop-10{margin-top:10px !important;}
.margintop-15{margin-top:15px !important;}
.margintop-20{margin-top:20px !important;}
.margintop-30{margin-top:30px !important;}
.margintop-40{margin-top:40px !important;}
.margintop-50{margin-top:50px !important;}
.margintop-80{margin-top:80px !important;}

.marginleft-m40{margin-left:-40px !important;}
.marginleft-m30{margin-left:-30px !important;}
.marginleft-m22{margin-left:-22px !important;}
.marginleft-m15{margin-left:-15px !important;}
.marginleft-m12{margin-left:-12px !important;}
.marginleft-m10{margin-left:-10px !important;}
.marginleft-m6{margin-left:-6px !important;}
.marginleft-m3{margin-left:-3px !important;}

.marginleft-3{margin-left:3px !important;}
.marginleft-7{margin-left:7px !important;}
.marginleft-10{margin-left:10px !important;}
.marginleft-20{margin-left:20px !important;}

.marginright-20{margin-right:20px !important;}
.marginright-40{margin-right:40px !important;}

.paddingtop-0{padding-top:-20px !important;}
.paddingtop-5{padding-top:5px !important;}
.paddingtop-10{padding-top:10px !important;}
.paddingtop-15{padding-top:15px !important;}
.paddingtop-20{padding-top:20px !important;}
.paddingtop-30{padding-top:30px !important;}
.paddingtop-150{padding-top:150px !important;}

.paddingbottom-5{padding-bottom:5px !important;}
.paddingbottom-10{padding-bottom:10px !important;}
.paddingbottom-15{padding-bottom:15px !important;}
.paddingbottom-20{padding-bottom:20px !important;}
.paddingbottom-25{padding-bottom:25px !important;}
.paddingbottom-30{padding-bottom:30px !important;}

.paddingleft-5{padding-left:5px !important;}
.paddingleft-10{padding-left:10px !important;}
.paddingleft-20{padding-left:20px !important;}
.paddingleft-25{padding-left:25px !important;}
.paddingleft-30{padding-left:30px !important;}
.paddingleft-50{padding-left:50px !important;}
.paddingleft-100{padding-left:100px !important;}
.paddingleft-200{padding-left:200px !important;}

.paddingright-5{padding-right:5px !important;}
.paddingright-10{padding-right:10px !important;}
.paddingright-20{padding-right:20px !important;}
.paddingright-40{padding-right:40px !important;}

.pd25{padding:25px !important;}

.pd5{padding:5px !important;}

/* color */
.bg-white {background: #fff;}
.bg-gray {background: #f8f8f8;}
.bg-dark {background: #575757;}

.bg-color1{background: #0066bb;}
.bg-color2{background: #4b880e;}
.bg-color3{background: #ff1100;}
.bg-color4{background: #ee0088;}
.bg-color5{background: #aa0000;}
.bg-color6{background: #58008a;}
.bg-color7{background: #4d4d00;}
.bg-color8{background: #58bbee;}
.bg-color9{background: #f77b6b;}
.bg-color10{background: #75c181;}

.bg-color11{background: #00ff00;}
.bg-color12{background: #00b0f0;}
.bg-color13{background: #ffff00;}
.bg-color14{background: #0070c0;}
.bg-color15{background: #92d050;}
.bg-color16{background: #ff66ff;}
.bg-color17{background: #ffc000;}
.bg-color18{background: #d8d8d8;}
.bg-color19{background: #ff0000;}
.bg-color20{background: #7030a0;}
.bg-color21{background: #dea700;}
.bg-color22{background: #000000;}
.bg-color23{background: #14a5eb;}
.bg-color24{background: #008ec8;}
.bg-color25{background: #2a31bc;}
.bg-color26{background: #3399ff;}






.text-light {color: #fff;}


.color0{color:#ff7700;} /* ÁÖÈ²(Áø) */
.color1{color:#464646;} /* ÁøÈ¸»ö  */
.color2{color:#008080;} /* ¿¬³ì?? */
.color3{color:#684eb2;} /* º¸¶ó(Áø) */
.color4{color:#303030;} /* °ËÁ¤ */
.color5{color:#f20000;} /* »¡°­ */
.color6{color:#723fc2;} /* º¸¶ó(¿¬) */
.color7{color:#fe9800;} /* ÁÖÈ²(¿¬) */
.color8{color:#4c4c4c;} /* °ËÁ¤ */
.color9{color:#7c7c7c;} /* È¸»ö */
.color10{color:#1e90b2;} /* ¿¬ÆÄ */
.color11{color:#0a6e9f;} /* ÁøÆÄ */ 
.color12{color:#37a4c5;} /* ÇÏ´Ã»ö */ 
.color13{color:#40babd;} /* ¹ÎÆ® */ 
.color14{color:#067193;} /* ¹ÎÆ®? */ 
.color15{color:#000000;} /* °ËÁ¤100 */ 
.color16{color:#ffffff;} /* Èò»ö */
.color17{color:#df6795;} /* ¿¬ÇÎ */
.color18{color:#73a124;} /* ¿¬³ì */
.color19{color:#aa2880;} /* º¸¶ó */
.color20{color:#494949;} /* °ËÁ¤1 */
.color21{color:#8e4e03;} /* °¥»ö */
.color22{color:#c9b7b7;} /* ¿¬ÆÄ */
.color23{color:#c333333;} /*°ËÁ¤2 */
.color24{color:#4aaaa6;} /*¹ÎÆ® */



.shadow0{text-shadow: 2px 2px 2px #b6b6b6;}
.shadow1{text-shadow: 2px 2px 2px #c8c8c8;}
.shadow2{text-shadow: 2px 2px 2px #d9d9d9;}
.shadow3{text-shadow: 3px 3px 3px #737373;}
.shadow4{text-shadow: 1px 1px 1px #e9e9e9;}
.shadow5{text-shadow: 1px 1px 1px #d9d9d9;}
/* color */

/* font */
.font10{font-size: 10px;}
.font11{font-size: 11px;}
.font12{font-size: 12px;}
.font13{font-size: 13px;}
.font15{font-size: 15px;}
.font17{font-size: 17px;}
.font18{font-size: 18px;}
.font19{font-size: 19px;}
.font20{font-size: 20px;}
.font22{font-size: 22px;}
.font23{font-size: 23px;}
.font24{font-size: 24px;}
.font25{font-size: 25px;}
.font26{font-size: 26px;}
.font27{font-size: 27px;}
.font30{font-size: 30px;}
.font35{font-size: 35px;}
.font40{font-size: 40px;}
.font45{font-size: 45px;}

.lh1{ line-height: 30px;}
.lh2{ line-height: 17px;}
.lh3{ line-height: 22px;}
.lh4{ line-height: 0px;}



.fontbold{font-weight: 700;}
.fontthin{font-weight: 300;}

/* font */
.min-h{min-height: 450px;}


.w150{width:180px;}



/*board*/
.board_st1 {
	width: 100%;
	font-size: 11px;
	color: #444;
 
	border-bottom: solid #ccc 1px;
	border-collapse: separate;
	border-spacing: 0;

}

.board_st1 a{color:#1b1b1b; font-weight: 700; }

.board_st1 > tbody > tr > td {
  padding: 10px;
  text-align: center;
  border-bottom: solid #f5f5f5 1px;
}

.board_st1 .btline{border-bottom: solid #ccc 1px;}

.board_st1 > thead > tr > th {
  padding: 10px;
  text-align: center;
/*  border-left: 1px solid #fff;*/
}
 
.board_st1 > thead > tr > th, .board_st1 > thead > tr > td {
  background-color: #14a5eb;
  color:#ffffff;
  text-shadow: 0px 0px 0px #fbfbfb;
}

.min-h100{min-height:100px;}
.min-h250{min-height:250px;}
.board_page{width:100%; text-align:center;}



.btn_page{	
	font-size:11px;
	color:#14a5eb;
	border: 1px solid #dfdfdf;
}
.btn_page:hover {
	text-decoration: none;
	font-size:11px;
	color:#0493d8;
	border: 1px solid #d3d3d3;
}


/* ===========================
--- Intro
============================ */

.intro {
	width:100%;
	position:relative;
	background: url(../img/bg_d.jpg) no-repeat top center;
   /* background-size: cover;*/
    height: 400;
}

#intro.intro {
	padding:20% 0 0 0;
}


.intro .slogan {
	text-align: center;

}

.intro .page-scroll {
	text-align: center;
}

.brand-heading {
    font-size: 40px;
}

.intro-text {
    font-size: 18px;
}

.intro .slogan h2 {
	color: #FFF;
	text-shadow: none;
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
	background-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	text-transform: uppercase;
	border-width: 0px;
	border-color: #000;
	border-style: none;
	text-shadow: -1px 0 1px #000;
}

.intro .slogan h4 {
	color: #fff;
	text-shadow: -1px 1px 1px #000;
}

#intro.intro_sub1 {
	width:100%;
	position:relative;
	background: url(../img/intro_s1.jpg) no-repeat top center;
   height:290px;

}
#intro.intro_sub2 {
	width:100%;
	position:relative;
	background: url(../img/intro_s2.jpg) no-repeat top center;
   height:290px;

}
#intro.intro_sub3 {
	width:100%;
	position:relative;
	background: url(../img/intro_s3.jpg) no-repeat top center;
   height:290px;

}
#intro.intro_sub4 {
	width:100%;
	position:relative;
	background: url(../img/intro_s4.jpg) no-repeat top center;
   height:290px;

}
#intro.intro_sub5 {
	width:100%;
	position:relative;
	background: url(../img/intro_s5.jpg) no-repeat top center;
   height:290px;

}
#intro.intro_sub6 {
	width:100%;
	position:relative;
	background: url(../img/intro_s6.jpg) no-repeat top center;
   height:290px;

}
#intro.intro_sub7 {
	width:100%;
	position:relative;
	background: url(../img/intro_s7.jpg) no-repeat top center;
   height:290px;

}

/* ===========================
--- index
============================ */
.form-signin {
/*	padding: 10px;*/
	text-align: center;
	max-width: 400px;
	margin: 0 auto 20px;
	background: #c7c7c7;
background: rgba(0,0,0,0.22);
	border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.3), 0 1px 0 rgba(255,255,255,0.15);
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.3), 0 1px 0 rgba(255,255,255,0.15);
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.3), 0 1px 0 rgba(255,255,255,0.15);
  }
  .form-signin .form-signin-heading,
  .form-signin .checkbox {
	margin-bottom: 10px;
  }
  .form-signin input[type="text"],
  .form-signin input[type="password"] {
	font-size: 11px;
	height: auto;
	margin-bottom: 0px;
	padding: 7px 9px;
  }
  .form-signin .form-signin-content{
    font-size: 11px;
	padding: 19px 29px 9px;
	border: 1px solid #a5a5a5;
	border: 1px solid rgba(0,0,0,0.40);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
	moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
	background: #fff;
	overflow: hidden;
  }


.mx_size1 {
position:relative;
	max-width: 450px;
	margin: 0 auto 20px;
}

a:hover,a:focus{
    outline: none;
    text-decoration: none;
}


.banner-box{
	width:100%;
	height:100%;
	text-align:left;
	margin-top:-3px;
}
.b_box_title{
	color:#0073a7;
	text-shadow: 2px 2px 2px #b6b6b6;
	font-size: 14px;
	font-weight: 700;
}

.b_box_text{
	color:#777777;
	text-shadow: 2px 2px 2px #e5e5e5;
	font-size: 11px;
	line-height: 15px;
	font-weight: 400;
	margin-top: -20px;
}



.tabs li {
	list-style:none;
	display:inline;
}

.tabs a {
	padding:5px 10px;
	display:inline-block;
	background:#fff;
	color:#000;
	text-decoration:none;
}

.tabs a.active {
	background:#428bca;
	color:#fff;
}

.tab_st{
/*	border: 1px solid #a5a5a5;
	background-color: rgba(66, 139, 202, 0.1);*/
	border-radius: 10px;
	margin-top:-10px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
	moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
}


.notice_st{
	color:#6da9fb;
	font-size: 11px;
	font-weight: 400;
	padding-top:0px;
	margin-top: 10px;
}
.notice_st a{
	color:#545454;
}


.home-section {
    padding-top: 10px;
    padding-bottom: 110px;
	display:block;
    position:relative;
    z-index:120;
}


.section-heading h2 {
	font-size: 40px;
}
.section-heading i {
	margin-bottom: 20px;
}


.m_banner{position: absolute; top:-100px; padding-left:8px;}


/* ===========================
--- Left Menu
============================ */
.sub-menu {width:80%;}
.sub-menu > ul {margin: 0 0 60px 0;}
.sub-menu > p {letter-spacing: -0.01em; padding:20px 0; border-top: 3px solid #14a5eb; border-bottom: 1px solid #e8e8e8; font-size:20px; color:#00a0c6; font-weight:500;  margin:15px 0 0 0;  text-align: center;}
.sub-menu > ul > li { border-bottom: 1px solid #e8e8e8; line-height:45px; list-style-type: none;  text-align: center; color:#616161; font-size:13px;}
.sub-menu a{color:#7c7c7c;}
.sub-menu .active a{ color:#14a5eb; font-weight: bold;}



/* ===========================
--- Members
============================ */
.round1{
	border-radius: 20px;
	border: 5px solid #7960c5;
	padding:30px 0px 30px 0px;
	margin-left:30px;
	width:90%;
}

.imgalign img{padding-bottom:2px;}

.rg_title{
	width:90%; 
	border-bottom: 1px solid #e8e8e8;
	text-align:left;
	color:#14a5eb;
	font-weight:300;
	font-size:18px;
}


/* ===========================
--- Mypage
============================ */
.round0{
	padding: 3px 3px 3px 3px;
	
	background-color:#fcfcfc;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
}

.round2{
	border-radius: 20px;
	border: 5px solid #7960c5;
	padding:10px 0px 5px 0px;
	margin-left:0px;
	width:100%;
}

.round3{
	border-radius: 15px;
	border: 5px solid #7960c5;
	padding:20px 20px 20px 20px;
	margin-left:0px;
	width:100%;
}

.round4{
	border-radius: 15px;
	border: 5px solid #7960c5;
	padding:10px 10px 10px 10px;
	margin-left:0px;
	width:100%;
}

.round5{
	border-radius: 15px;
	border: 5px solid #7960c5;
	padding:0px;
	margin-left:0px;
	width:100%;
}

.round6{
	border-radius: 20px;
	border: 5px solid #7960c5;
	padding:10px 10px 10px 30px;
	margin-left:0px;
	width:95%;
}

.round7{
	border-radius: 15px;
	border: 5px solid #7960c5;
	padding:20px 20px 20px 20px;
	margin-left:12px;
	width:93%;
}


.round8{
	background: #f8f8f8;
	border-radius: 15px;
	padding:20px 20px 20px 20px;
	width:95%;
}

.round9{
	border-radius: 15px;
	border: 2px solid #4aaaa6;
	padding:20px 20px 20px 20px;
	margin-left:0px;
	width:98%;
}


.round10{
	background: #f8f8f8;
	border-radius: 10px;
	padding:15px 10px 15px 10px;
	width:97%;
}

.l-line{
	border-left: 1px solid #e8e8e8;
}

.cancel-line{
	text-decoration:line-through;
	color:red;
}

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #efdcfb;
	-webkit-box-shadow:inset 0px 1px 0px 0px #efdcfb;
	box-shadow:inset 0px 1px 0px 0px #efdcfb;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfbdfa), color-stop(1, #5c1596));
	background:-moz-linear-gradient(top, #dfbdfa 5%, #5c1596 100%);
	background:-webkit-linear-gradient(top, #dfbdfa 5%, #5c1596 100%);
	background:-o-linear-gradient(top, #dfbdfa 5%, #5c1596 100%);
	background:-ms-linear-gradient(top, #dfbdfa 5%, #5c1596 100%);
	background:linear-gradient(to bottom, #dfbdfa 5%, #5c1596 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfbdfa', endColorstr='#5c1596',GradientType=0);
	background-color:#dfbdfa;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	border:1px solid #c584f3;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	padding:19px 26px;
	text-decoration:none;
	text-shadow:0px 1px 0px #9752cc;
}

.myButton:active {
	position:relative;
	top:1px;
}

.black {
	color: #f8f8f8;
	border: solid 1px #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top,  #666,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.black:hover {
	color: #f8f8f8;
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top,  #666,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.black:active {
	color: #f8f8f8;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top,  #666,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}


.white {
	color: #323232;
	border: solid 1px #7d7d7d;
	background: #ffffff;
}
.white:hover {
	color: #323232;
	background: #ffffff;}


.mybtn {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: middle;
	margin: 0 0px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-size:11px;
	padding: .5em 0em 0em;
	text-shadow: 0 1px 1px rgba(0,0,0,.1);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	height:46px;
	width:76px;
}
.mybtn:hover {
	text-decoration: none;
}
.mybtn:active {
	position: relative;
	top: 1px;
}

.blink{position: absolute; color:red; left:245px; top:196px; font-size:9px}

.calbox{
	color:#ffffff;
	font-size:11px;
	padding: 2px 5px 2px 5px;
}
.calbox1{
	color:#fff;
	font-size:12px;
	padding: 2px 5px 2px 5px;
}

.calbox2{
	color:#000000;
	font-size:11px;
	padding: 2px 5px 2px 5px;
}
.auto_right{padding-left:380px;}

.tablebg{
	border-radius: 12px;
	background-color:#7960c5;
	padding:5px 5px 5px 5px;

}
.tableinner{
	border-radius: 10px;
	background-color:#fff;	
	padding:10px 10px 10px 10px;
}

.linkw a{color:#ffffff;}

.mtab .nav-tabs{
    border-bottom:0 none;
    background: #eaeaea;
    border-radius: 20px 20px 0px 0px;
	width:99.8%;
	margin-left:1px;
}
.mtab .nav-tabs li {
   width:50%;
}
.mtab .nav-tabs li a{
    background: transparent;
    border-radius: 0;
    font-size: 12px;
	font-weight:700;
    border: none;
    color: #333;
}
.mtab .nav-tabs li a i{
    margin-right:10px;
    color:#7960c5;
}
.mtab .nav-tabs li:first-child a{
    border-top-left-radius:20px;
}

.mtab .nav-tabs li:last-child a{	
	left:1px;
	border-top-right-radius:20px;
}

.mtab .nav-tabs li.active a,
.mtab .nav-tabs li.active a i{
    border: 0 none;
    background:#7960c5;
    color:#fff;
}

/* Table */
.rank-table {
	font-size: 12px;
	font-weight:700;
	width:100%;
	text-align:center;
}
.rank-table th, 
.rank-table td {
	border: 1px solid #fff;
	height: 27px;
}


/* Table Body */
.rank-table .r1st td{
	color:#7956ac;
	background-color: #bea5e2;
}

.rank-table .r2st td{
	color:#9778c6;
	background-color: #d1c0eb;
}
.rank-table .r3st td{
	color:#6687be;
	background-color: #c0c5eb;
}

.rank-table .r4st td{
	color:#6687be;
	background-color: #c0d0eb;
}




.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}


.s_area1{ display:inline-block; width:29%; text-align:center; vertical-align: top;}
.s_area2{ display:inline-block; width:22%; text-align:center; vertical-align: top;}
.s_area3{ display:inline-block; width:15%; text-align:center; vertical-align: top;}
.s_area4{ display:inline-block; width:55%; text-align:left; vertical-align: top;}
.s_area5{ display:inline-block; width:40%; text-align:right; vertical-align: top;}



.lv_wrap{width:99%; padding:4px 4px 4px 4px;}

.table_st1 {
	width: 100%;
	font-size: 11px;
	border: solid #dfdfdf 1px;
	border-collapse: separate;
	padding:3px;
}
.table_st1 .bg_gray{padding:5px; background:#efefef;  border: 1px solid #fff; text-align:center;}
.table_st1 .bg_line{padding:5px; border: 1px solid #efefef; text-align:center;}
.table_st1 .bg_line_{padding:5px; border: 1px solid #efefef; text-align:left;}

.vGraph{ padding:10px 0 0 0;}
.vGraph ul{ margin:0; padding:0; height:120px; border:1px solid #9ec0f7; border-top:0; border-right:0; font-size:11px; list-style:none;}
.vGraph ul:after{ content:""; display:block; clear:both;}
.vGraph li{ float:left; display:inline; width:11%; height:100%; margin:0 7%; position:relative; text-align:center; white-space:nowrap;}
.vGraph .gTerm{ position:relative; display:inline-block; width:100%; height:10px; line-height:20px; margin:0 -100% -20px 0; padding:125px 0 0 0; vertical-align:bottom; color:#767676; font-weight:bold;}
.vGraph .gBar{ position:relative; display:inline-block; width:100%; margin:-10px 0 0 0; border:1px solid #fde2fd; border-bottom:0; background:#fae8fa; vertical-align:bottom;}
.vGraph .gBar span{ position:absolute; width:100%; top:-20px; left:0; color:#80affb;}


.w95{width:95%;}
.spanl{float:left;}
.spanr{float:right;}
.spanpc{color:#1e90b2;  text-shadow: 2px 2px 2px #d9d9d9; font-size: 16px;}

#listbox1 {padding-left:0px;}
#listbox1 a{color:#7e7e7e;}
#listbox1 li{ width:100%; height:135px; list-style:none; padding:0px 0px 0px 0px; display:block; position:relative; z-index:0; background-color:#fafafa;}
#listbox1 li img{width:90px; height:115px; margin:10px 0px 5px 5px;}
#listbox1 .major{position:absolute; width:80px; height:19px; top:101px; left:15px; z-index:95; color:#ffffff; font-size:11px; padding-top:0px; font-weight:bold; text-align:center; background: rgba(72,72,71,0.7); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#484847', endColorstr='#484847', GradientType=0 );}
#listbox1 .plus{position:absolute; width:48px; height:48px; top:-4px; left:-4px; z-index:95; background:url(../img/teacher/icon_plus.png)no-repeat;}

#listbox1 .ft{position:absolute; width:100px; height:22px; top:145px; font-size:11px; color:#1b75f3; font-weight:normal; text-align:center;}
#listbox1 .name{position:absolute; height:30px; width:140px; top:17px; left:70px;   color:#14a5eb; font-size:14px; text-align:center; font-weight:bold; margin-left:auto; margin-right:auto; padding-top:2px; display:block;}
#listbox1 .score{position:absolute; width:30px; height:25px; top:25px; left:175px; color:#f3865b; margin-top:-10px; padding-left:10px; font-size:19px; text-align:center; }
#listbox1 .star{position:absolute; top:20px; left:220px;}
#listbox1 .text{position:absolute; top:55px; left:115px; width:72%; min-height:80px; font-size:11px; color:#8e8e8e; font-weight:normal;}
#listbox1 .fees{display:none;}


.breadcrumb a {color:#333333;}

/* ===========================
--- About
============================ */
.a_box_title{
	color:#01709e;
	text-shadow: 2px 2px 2px #b6b6b6;
	font-size: 16px;
	font-weight: 700;
}


.a_box_text{
	color:#777777;
	text-shadow: 1px 1px 1px #e5e5e5;
	font-size: 12px;
	line-height: 15px;
	font-weight: 700;
	margin-top: -20px;
}

.about-box img{ margin-top: 5px;}


.st1table {
	width: 100%;
	font-size: 12px;
	color: #444;
	 
	border-bottom: solid #ccc 1px;
	border-collapse: separate;
	border-spacing: 0;

}

.st1table .upline{border-top: 1px dotted #ccc;}
.st1table .leftline{border-left: 1px dotted #ccc;}
.st1table .upline1{border-top: 1px solid #ccc;}


.st1table > tbody > tr > td {
  padding: 10px;
  text-align: center;
}



.st1table > thead > tr > th {
  padding: 10px;
  text-align: center;
  border-left: 1px solid #fff;
}
 
.st1table > thead > tr > th, .st1table > thead > tr > td {
  background-color: #14a5eb;
  color:#ffffff;
  text-shadow: 0px 0px 0px #fbfbfb;
}

.imgal img{ padding-bottom:40px;}
.m_auto1{margin-top:-55px !important;}



.doc-section{
	padding: 30px 30px 10px 30px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	position: relative;	
	background: #f2f2f2;
}
.doc-section .section-title {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 10px;
	color:#494d55;
	border-bottom: 1px solid #d7d7d7;
}

.doc-section h1 {
	font-size: 20px;
	font-weight: bold;
}


.doc-section .section-content{
	padding-top: 15px;
	padding-bottom: 15px;
}

.text_cv1{
	background: #58bbee;
	color:#ffffff;
	padding:2px;
}

.text_cv2{
	background: #fb9a28;
	color:#ffffff;
	padding:2px;
}

.section-block {
  padding: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  margin-bottom: 30px;
  color: #fff;
}
.l_dotted{ 
	border: 2px dotted #fff;
	padding :20px;
}





/* ===========================
--- school
============================ */
.imgfix img{margin-top:-10px;}
.m_pdl{padding-left:100px !important;}


/* Table */
.basic-table {
	font-size: 12px;
	font-weight:700;
	width:100%;	
}
.basic-table th{
	height: 30px;
	width:20%;
	padding-left:10px;
	padding-right:10px;
	background-color:#e4dff5;
	
}
.basic-table td {
	padding:7px;
	padding-left:10px;
}

.sub-table {
	font-size: 12px;
	font-weight:700;
	width:100%;	
}
.sub-table td {
	padding:3px;
	padding-left:10px;
}
.line-gray{border-top: 1px solid #d9d9d9;}

	
.input_st1 {
/* styling background using linear gradient */
    background-image: linear-gradient(top, rgba(0, 0, 0, 0.02) 0%, rgba(255, 255, 255, 0.02) 50%);
 
    border: 1px solid rgba(0, 0, 0, 0.16);
    height: 30px;
    padding: 5px 10px 5px 5px;
    font-size: 12px;
    border-radius: 3px;
 
}

.select_st1 {
  width: 90px;
  height: 30px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.st2table {
	width: 100%;
	font-size: 11px;
	color: #444;
	text-shadow: 2px 2px 2px #d9d9d9;
 
	border-bottom: solid #ccc 1px;
	border-collapse: separate;
	border-spacing: 0;

}

.st2table .upline{border-top: 1px dotted #ccc;}
.st2table .leftline{border-left: 1px dotted #ccc;}
.st2table .upline1{border-top: 1px solid #ccc;}


.st2table > tbody > tr > td {
  padding: 10px;
  text-align: center;
}



.st2table > thead > tr > th {
  padding: 10px;
  text-align: center;
  border-left: 1px solid #fff;
}
 
.st2table > thead > tr > th, .st2table > thead > tr > td {
  background-color: #14a5eb;
  color:#ffffff;
  text-shadow: 0px 0px 0px #fbfbfb;
}

.cancelline{text-decoration:line-through;}



.class_tab .nav-tabs{
    border-bottom: 0 none;
}
.class_tab .nav-tabs li{
    margin-right: 2px;
	margin-top: 12px;
}
.class_tab .nav-tabs li a{
    font-size: 12px;
	font-weight: 400;
    color: #333;
    padding: 10px 12px;
    border: none;
    border-radius: 0;
    background: #efefef;
    text-transform: uppercase;
    position: relative;
}
.class_tab .nav-tabs li.active a:after{
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #4aaaa5;
}
.class_tab .nav-tabs li.active a,
.class_tab .nav-tabs li.active a:focus,
.class_tab .nav-tabs li.active a:hover{
    border: none;
    background: #4aaaa5;
    color: #fff;
    transition: all 0.20s linear 0s;
}
.class_tab .tab-content{
    font-size: 15px;
    color: #808080;
    border: 0 none;
    line-height: 25px;
    padding: 5px 0;
    margin-top: 15px;
}
.class_tab .tab-content h3{
    margin-top: 10px;
    font-size: 24px;
}



.st3table {
	width: 100%;
	font-size: 11px;
	color: #444;
	text-shadow: 1px 1px 1px #d9d9d9;
	border-bottom: solid #ccc 1px;
	border-collapse: separate;
	border-spacing: 0;
}

.st3table .upline{border-top: 1px dotted #ccc;}
.st3table .leftline{border-left: 1px dotted #ccc;}
.st3table .upline1{border-top: 1px solid #ccc;}


.st3table > tbody > tr > td {
  padding: 10px;
  text-align: left;
}

.st3table > thead > tr > th, .st3table > thead > tr > td {
  background-color: #14a5eb;
  color:#ffffff;
  text-shadow: 0px 0px 0px #fbfbfb;
}



.paytab .nav-tabs{
    border-bottom:0 none;
    background: #eaeaea;
    border-radius: 20px 20px 20px 20px;
	width:99.8%;
	margin-left:1px;
}
.paytab .nav-tabs li {
   width:50%;
}
.paytab .nav-tabs li a{
    background: transparent;
    border-radius: 0;
    font-size: 12px;
	font-weight:700;
    border: none;
    color: #333;
}
.paytab .nav-tabs li a i{
    margin-right:10px;
    color:#7960c5;
}
.paytab .nav-tabs li:first-child a{
    border-top-left-radius:20px;
	border-bottom-left-radius:20px;
}

.paytab .nav-tabs li:last-child a{	
	left:1px;
	border-top-right-radius:20px;
	border-bottom-right-radius:20px;
}

.paytab .nav-tabs li.active a,
.paytab .nav-tabs li.active a i{
    border: 0 none;
    background:#7960c5;
    color:#fff;
}




/* ===========================
--- class
============================ */

.st5table {
	width: 100%;
	font-size: 11px;
	color: #444;
	text-shadow: 0px 0px 0px #d9d9d9;
 
	border-bottom: solid #ccc 1px;
	border-collapse: separate;
	border-spacing: 0;

}

.st5table .upline{border-top: 1px dotted #ccc;}
.st5table .leftline{border-left: 1px dotted #ccc;}
.st5table .upline1{border-top: 1px solid #ccc;}


.st5table > tbody > tr > td {
  padding: 4px;
}



.st5table > thead > tr > th {
  padding: 10px;
  text-align: center;
  border-left: 1px solid #fff;
}
 
.st5table > thead > tr > th, .st5table > thead > tr > td {
  background-color: #14a5eb;
  color:#ffffff;
  text-shadow: 0px 0px 0px #fbfbfb;
}


.btnst5 {
  display: inline-block;
  outline: none;
  line-height: 25px;
  padding: 0 20px;
  font-size: .8em;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}


.btnst5.primary-border {
  color: #8490ff;
  border: 1px solid #8490ff;
  background: #fff;
}

.btnst5.primary-border:hover {
  color: #fff;
  background: #8490ff;
  border: 1px solid transparent;
}

.uline{border-top: 1px dotted #ccc;}
/* ===========================
--- community
============================ */

.wordtab .nav-tabs{
    border-bottom:0 none;
    background: #eaeaea;
    border-radius: 20px 20px 20px 20px;
	width:99.8%;
	margin-left:1px;
	text-align:center;
}
.wordtab .nav-tabs li {
   width:16.66%;
}
.wordtab .nav-tabs li a{
    background: transparent;
    border-radius: 0;
    font-size: 12px;
	font-weight:700;
    border: none;
    color: #333;
}
.wordtab .nav-tabs li a i{
    margin-right:10px;
    color:#7960c5;
}
.wordtab .nav-tabs li:first-child a{
    border-top-left-radius:20px;
	border-bottom-left-radius:20px;
}

.wordtab .nav-tabs li:last-child a{	
	left:1px;
	border-top-right-radius:20px;
	border-bottom-right-radius:20px;
}

.wordtab .nav-tabs li.active a,
.wordtab .nav-tabs li.active a i{
    border: 0 none;
    background:#7960c5;
    color:#fff;
}


.wordbox{width:100%; height:70px; color:#ffffff;}
.wordbox_{width:100%; height:100px; color:#ffffff;}
.word_box{width:100%;}
.word_box a{color:#ffffff;}
.word_box a:active {position: relative;	top: 1px;}

.wboxl{float:left; width:70%; font-size:20px;}
.wboxr{float:left; width:30%;}

.sp_area{background-color: #fff; color:#0078d7; padding-left:5px; padding-right:5px;}
.sp_name{font-size:11px; color:#8e4e03;}


#rvimg {position:relative; width:80px; min-height:100px;}
#rvimg img{width:80px; height:100px; margin:0px;}

#rvimg .name{position:absolute; width:80px; height:19px; top:81px; left:0px; z-index:99; color:#ffffff; font-size:11px; padding-top:0px; font-weight:bold; text-align:center; background: rgba(72,72,71,0.7); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#484847', endColorstr='#484847', GradientType=0 );}


.input_st2 {
/* styling background using linear gradient */
    background-image: linear-gradient(top, rgba(0, 0, 0, 0.02) 0%, rgba(255, 255, 255, 0.02) 50%);
    border: 1px solid rgba(0, 0, 0, 0.16);
    height: 30px;
	width:70%;
    padding: 8px 10px 5px 5px;
    font-size: 12px;
    border-radius: 3px;
	color:red;
}

.btnst1 {
    width:100px;
    background-color: #14a5eb;
    border: 2px solid #fff;
    color:#fff;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    margin: 8px;
	border-radius:10px;
    cursor: pointer;
	font-weight: 700;

}
.btnst1:active {
	position: relative;
	top: 1px;
}

.btnst2 {
    background-color: #5dc9cc;
    border: none;
    color:#fff;
	border-radius:5px;
    padding: 5px 7px 5px 7px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    margin: 4px;
    cursor: pointer;
}
.btnst2:active {
	position: relative;
	top: 1px;
}

.btnst3 {
    background-color: #eaeaea;
    border: none;
    color:#848484;
	border-radius:1px;
    padding: 5px 0px 5px 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;

	margin-bottom: 4px;
    cursor: pointer;
}
.btnst3:active {
	position: relative;
	top: 1px;
}


.btnst4 {
    background-color: #fe9800;
    border: none;
    color:#fff;
	border-radius:5px;
    padding: 3px 10px 3px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px;
    cursor: pointer;
}
.btnst4:active {
	position: relative;
	top: 1px;
}

/* ===========================
--- teacher
============================ */

#listbox {padding-left:0px;}
#listbox a{color:#7e7e7e;}
#listbox li{ width:100%;  list-style:none; padding:0px 0px 0px 0px; display:block; position:relative; z-index:0; background-color:#fafafa;}
#listbox li img{width:90px; height:115px; margin:5px 0px 5px 5px;}
#listbox .major{position:absolute; width:80px; height:19px; top:101px; left:15px; z-index:95; color:#ffffff; font-size:11px; padding-top:0px; font-weight:bold; text-align:center; background: rgba(72,72,71,0.7); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#484847', endColorstr='#484847', GradientType=0 );}
#listbox .plus{position:absolute; width:48px; height:48px; top:-4px; left:-4px; z-index:95; background:url(../img/teacher/icon_plus.png)no-repeat;}



#listbox .ft{position:absolute; width:100px; height:22px; top:145px; font-size:11px; color:#1b75f3; font-weight:normal; text-align:center;}
#listbox .fee{position:absolute; width:100px; height:22px; top:158px; color:#fe640e; font-size:19px; font-weight:900; text-align:center;}
#listbox .name{position:absolute; height:30px; width:140px; top:17px; left:70px;   color:#14a5eb; font-size:14px; text-align:center; font-weight:bold; margin-left:auto; margin-right:auto; padding-top:2px; display:block;}
#listbox .score{position:absolute; width:30px; height:25px; top:25px; left:175px; color:#f3865b; margin-top:-10px; padding-left:10px; font-size:19px; text-align:center; }
#listbox .star{position:absolute; top:20px; left:220px;}
#listbox .text{position:absolute; top:55px; left:115px; width:72%; min-height:80px; font-size:11px; color:#8e8e8e; font-weight:normal;}


.star-rating { width:95px; } 
.star-rating,.star-rating span { display:inline-block; height:18px; overflow:hidden; background:url(../img/teacher/star.png)no-repeat; }
.star-rating span{ background-position:left bottom; line-height:0; vertical-align:top; }

.star-rating_ { width:63px; } 
.star-rating_,.star-rating_ span { display:inline-block; height:12px; overflow:hidden; background:url(../img/teacher/star_.png)no-repeat; }
.star-rating_ span{ background-position:left bottom; line-height:0; vertical-align:top; }


.pop_content{width:200px; height:300px;}

/* ===========================
--- customer
============================ */

.st4table {
	width: 100%;
	font-size: 11px;
	color: #444;
	text-shadow: 2px 2px 2px #d9d9d9;
 
	border-bottom: solid #ccc 1px;
	border-collapse: separate;
	border-spacing: 0;

}

.st4table .upline{border-top: 1px dotted #ccc;}
.st4table .leftline{border-left: 1px dotted #ccc;}
.st4table .upline1{border-top: 1px solid #ccc;}


.st4table > tbody > tr > td {
  padding: 3px;
  text-align: center;
}

.st4table > thead > tr > th {
  padding: 5px;
  text-align: center;
  border-left: 1px solid #fff;
}
 
.st4table > thead > tr > th, .st4table > thead > tr > td {
  background-color: #7057bc;
  color:#ffffff;
  text-shadow: 0px 0px 0px #fbfbfb;
}



/* ===========================
--- company
============================ */
.ast1{margin-left:-15px !important; color:#37a4c5; font-size: 13px; font-weight: 700; text-shadow: 2px 2px 2px #d9d9d9;}
.ast2{color:#7c7c7c; font-size: 11px; margin-top:-15px !important; line-height: 18px;}
.ast3{list-style-type: none; color:#7c7c7c; font-size: 11px; line-height: 18px; margin-top:-15px !important;}
.ast4{list-style-type: none; color:#7c7c7c; font-size: 11px; margin-left:15px !important;}

/* ===========================
--- Footer
============================ */

footer {
	text-align: center;
	padding: 50px 0 ;
	font-size:12px;
	
}

footer p {
	font-size:12px;
	font-weight: 700;
	color: #f8f8f8;
}

.credits, .credits a {
    color: #fff;
}

.footer_s1{color:#fff; font-size:30px;}




/* ===========================
--- Media sections
============================ */


@media(min-width:767px) {
	
	.spanpc{float:left; color:#1e90b2;  text-shadow: 2px 2px 2px #d9d9d9; font-size: 22px;}
	
	#listbox li{height:195px; width:135px; border:1px solid #dedede; float:left;  margin:0px 10px 20px 10px; padding:3px; display:block; position:relative; z-index:0; background:#ffffff; border-radius: 3px; transition: all 0.5s;}
	#listbox li img{width:127px; height:130px;  margin:0px;}
	#listbox .major{position:absolute; width:80px; height:19px; top:110px; left:50px; z-index:95; color:#ffffff; font-size:12px; padding-top:0px; font-weight:bold; text-align:center; background: rgba(72,72,71,0.7); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#484847', endColorstr='#484847', GradientType=0 );}
	#listbox .name{position:absolute; height:27px; width:115px; top:133px; left:10px;  border-bottom:1px solid #f3f3f3;  color:#14a5eb; font-size:14px; text-align:center; font-weight:bold; margin-left:auto; margin-right:auto; padding-top:2px; display:block;}
	#listbox .score{position:absolute; width:30px; height:25px; top:172px; left:-5px; color:#f3865b; margin-top:-10px; padding-left:10px; font-size:17px; text-align:center; }
	#listbox .star{position:absolute; top:166px; left:33px;}
	#listbox li:hover{height:195px; width:135px; cursor: pointer; border:1px solid #0e72fc; float:left;  margin:0px 10px 20px 10px; padding:3px; display:block; position:relative; z-index:0; background:#ffffff; border-radius: 3px; transition: all 0.5s;}
	#listbox .line{display:none;}
	#listbox .text{display:none;}

	#listbox1 li{height:214px; width:135px; border:1px solid #dedede; float:left;  margin:0px 10px 20px 10px; padding:3px; display:block; position:relative; z-index:0; background:#ffffff; border-radius: 0px; transition: all 0.5s;}
	#listbox1 li img{width:127px; height:130px;  margin:0px;}
	#listbox1 .major{position:absolute; width:80px; height:19px; top:110px; left:50px; z-index:95; color:#ffffff; font-size:12px; padding-top:0px; font-weight:bold; text-align:center; background: rgba(72,72,71,0.7); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#484847', endColorstr='#484847', GradientType=0 );}
	#listbox1 .name{position:absolute; height:27px; width:115px; top:133px; left:10px;  border-bottom:1px solid #f3f3f3;  color:#14a5eb; font-size:14px; text-align:center; font-weight:bold; margin-left:auto; margin-right:auto; padding-top:2px; display:block;}
	#listbox1 .score{position:absolute; width:30px; height:25px; top:172px; left:-5px; color:#f3865b; margin-top:-10px; padding-left:10px; font-size:17px; text-align:center; }
	#listbox1 .star{position:absolute; top:166px; left:33px;}
	#listbox1 li:hover{height:214px; width:135px; cursor: pointer; border:1px solid #a0caf9; float:left;  margin:0px 10px 20px 10px; padding:3px; display:block; position:relative; z-index:0; background:#ffffff; border-radius: 3px; transition: all 0.5s;}
	#listbox1 .line{display:none;}
	#listbox1 .text{display:none;}
	#listbox1 .fees{display:block; position:absolute; width:134px; height:22px; background: rgba(160,202,249,0.9); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0caf9', endColorstr='#a0caf9', GradientType=0 ); color:#fff; top:190px;  left:0px;  font-size:13px; font-weight:900; text-align:center;}

    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
        background-color: #000;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
	
    .intro {
        height: 550px;
        padding: 0;
    }

    .brand-heading {
        font-size: 100px;
    }
	

    .intro-text {
        font-size: 25px;
    }


}

@media (max-width:991px) {
	.m_hide {display:none;}
	.pc_hide {display:block;}
	.m_auto1{margin-top:-15px !important;}
	.m_pdl{padding-left:20px !important;}

	.wboxl{float:left; width:70%; font-size:14px;}
	.w95{width:100%;}
	

	.btnst1 {
		width:60px;
		background-color: #14a5eb;
		border: 2px solid #fff;
		color:#fff;
		padding: 15px 0;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 15px;
		margin: 8px;
		border-radius:10px;
		cursor: pointer;
		font-weight: 700;

	}

	
	.logo{display:none;}
	.l-line{border-left: 0px;}
	.auto_right{padding-left:0px;}

	.tab .nav-tabs li{
    margin: 0;
	}
	.tab .nav-tabs li a{
		display: block;
		background: #fff;



		text-transform: uppercase;
		text-align: center;
		border-radius: 0;
		border: none;
		margin-right: 0;
		overflow: hidden;
		z-index: 1;
		position: relative;
		transition: all 0.3s ease 0s;
	}


	.tab .nav-tabs li a:after{
		content: "";
		width: 100%;
		height: 100%;
		background: #e9e9e9;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		perspective-origin: 50% 100%;
		transform: perspective(900px) rotate3d(1, 0, 0, 90deg);
		transform-origin: 50% 100% 0;
		transition: transform 0.3s ease 0s, background-color 0.3s ease 0s;
	}


	.tab .nav-tabs li.active a:after{

		transform: perspective(900px) rotate3d(1, 0, 0, 0deg);
	}
	.tab .nav-tabs li.active a,
	.tab .nav-tabs li a:hover{
		color: #828282;
		border: none;
	}

	.tab .nav-tabs li{
		width: 100%;
		text-align: center;
	}


	.round6{
		border-radius: 10px;
		border: 5px solid #7960c5;
		padding:10px 5px 5px 20px;
		margin-left:0px;
		width:102%;
	}


	.s_area1{ display:inline-block; width:45%; text-align:center; vertical-align: top;}
	.s_area2{ display:inline-block; width:50%; text-align:center; vertical-align: top;}
	.s_area3{ display:inline-block; width:45%; text-align:center; vertical-align: top;}
	.s_area4{ display:inline-block; width:100%; text-align:left; vertical-align: top;}
	.s_area5{ display:inline-block; width:100%; text-align:right; vertical-align: top;}

}


@media (max-width:768px) {
	
	.team.boxed-grey {
		margin-bottom: 30px;
	}
	
	.boxed-grey {
		margin-bottom: 30px;
	}

	.logo{
		display:block;
		width: 109px;
		height: 50px;
		background: url(../img/logo_s.png) no-repeat 0 0;
		margin-top : -5px;
	}

	#intro.intro {
		height:300px;
	}


	.intro {
	width:100%;
	position:relative;
	background: url(../img/bg_s.jpg) no-repeat top center;
   /* background-size: cover;*/
    height: 300;
	}

	
	.top_menu{  
		display:none;
	}
	
	.class_tab .nav-tabs li{
        width: 100%;
        margin-bottom: 5px;
    }
    .class_tab .nav-tabs li a{
        padding: 20px;
    }
    .class_tab .nav-tabs li.active a:after{
        border: none;
    }
    .class_tab .tab-content{
        margin-top: 5px;
    }

}

@media (max-width:480px) {

	.navbar-custom .nav.navbar-nav {
    background-color: rgba(255,255,255,.4);
	}
	
	.navbar.navbar-custom.navbar-fixed-top {
		margin-bottom: 30px;
	}
	
	.tp-banner-container {
		padding-top:40px;
	}

	.page-scroll a.btn-circle {
		width: 40px;
		height: 40px;
		margin-top: 10px;
		padding: 7px 0;
		border: 2px solid #fff;
		border-radius: 50%;
		font-size: 20px;
	}
	
}



/* ------------- ie7 --------------------------*/
.ol_body{
	margin: 0 auto
	padding:0;  
	text-align:center; 
	background: url(../img/bg_d.jpg) no-repeat top center;
}
#gnb {
	margin: 0;
	padding: 0;
	overflow:hidden
}
#gnb li {
	float: left;
	list-style: none;
	font-size: 12px;
}
#gnb li a {
	display: block;
	background: #09C;
	padding: 5px 22px 5px 5px;
	text-decoration: none;
	border-right: 1px solid white;
	width: 79px;
	color: #EAFFED;
	white-space: nowrap
}
#gnb li a:hover {
	background: #24313C
}
#gnb li ul {
	width:79px;
	margin: 0;
	padding: 0;
	position: absolute;
	display:none;
	border-top: 1px solid white
}
#gnb li ul li {
	float: none;
	display: inline
}
#gnb li ul li a {
	width: 79px;
	background: #ffffff;
	color: #5e5e5e;
}
#gnb li ul li a:hover {
	background: #d4d4d4;
}




.null {
  clear: both;
}


#curribox {padding-left:5px; margin-top:40px;}
#curribox a{color:#7e7e7e;}
#curribox li{ width:95%; list-style:none; padding:0px 0px 0px 0px; display:block; position:relative; z-index:10; background-color:#ffffff; border-radius: 0px;  padding:10px 0px 10px 0px;}
#curribox .logo1{position:absolute; top:-25px; left:-25px; border-radius: 50px; width:100px; height:100px;  z-index:9; color: #ffffff; font-size: 24px; font-weight: 800; text-align:center;	padding-top:10px;}
#curribox .minh{min-height:230px;}
#curribox .minh2{min-height:335px;}
#curribox .books{background-color:#fed001; display:inline-block; width:31%} 
#curribox .books_{background-color:#fed001; display:inline-block;} 


#curribox .books a{
  display: block; /* ¿µ¿ªÀû¿ëÀ§ÇØ »ç¿ë */
  width: 100%; height: 100%;

  overflow: hidden; /* ³Ñ¾î°¡´Â ÀÚ¼ÕÀ» ¾Èº¸ÀÌ°Ô Ã³¸® */

  position: relative; /* figcaptionÀÇ ¾Û¼Ö·çÆ® ±âÁØÀ» ÇöÀç ¿ä¼Ò·Î º¯°æ */
}

#curribox .books figcaption{
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.7);
  color: #fff; text-align: center;
  line-height: 150px;

  position: absolute; /* ±âº»±âÁØ : body */
  top: 0; left: 0;

  opacity: 0; /* Ã³À½¿¡ ¾Èº¸ÀÌ°Ô Ã³¸® */
  transition: 0.3s; /* º¯È­µÇ´Â CSS¿¡ ½Ã°£Â÷¸¦ ÁÜ */
}

/* Å×µÎ¸® */
#curribox .books figcaption:after{
  content: ''; /* ºñ¿öµÒ */
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #fff;
  box-sizing: border-box;
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  margin: auto; /* ±âÁØ¿¡¼­ Á¤°¡¿îµ¥ ¿Àµµ·Ï Ã³¸® */
}

#curribox .books a:hover figcaption, #curribox .books a:focus figcaption{
  opacity: 1;
}


#curribox .border1 {border: 1px solid #fed001;}
#curribox .bg1 {background-color:#fed001;}
#curribox .color1 {color:#fed001;} /*³ë¶û*/

#curribox .border2 {border: 1px solid #f8a602;}
#curribox .bg2 {background-color:#f8a602;}
#curribox .color2 {color:#f8a602;} 

#curribox .border3 {border: 1px solid #acdc66;}
#curribox .bg3 {background-color:#acdc66;}
#curribox .color3 {color:#acdc66;}

#curribox .border4 {border: 1px solid #84bf30;}
#curribox .bg4 {background-color:#84bf30;}
#curribox .color4 {color:#84bf30;}

#curribox .border5 {border: 1px solid #88c5f8;}
#curribox .bg5 {background-color:#88c5f8;}
#curribox .color5 {color:#88c5f8;}


#curribox .border6 {border: 1px solid #1e94f8;}
#curribox .bg6 {background-color:#1e94f8;}
#curribox .color6 {color:#1e94f8;}


#curribox .border7 {border: 1px solid #7474db;}
#curribox .bg7 {background-color:#7474db;}
#curribox .color7 {color:#7474db;}


#curribox .border8 {border: 1px solid #353179;}
#curribox .bg8 {background-color:#353179;}
#curribox .color8 {color:#353179;}

#curribox .border9 {border: 1px solid #f49b91;}
#curribox .bg9 {background-color:#f49b91;}
#curribox .color9 {color:#f49b91;}

#curribox .border10 {border: 1px solid #f97163;}
#curribox .bg10 {background-color:#f97163;}
#curribox .color10 {color:#f97163;}




#classtab {
  position: relative;
  float: left;
 /* justify-content: space-evenly;*/
}

.classbtn {
  float: left;
  margin-right:3px;
  margin-bottom:3px;
  border-radius: 10px;
  border: 5px solid #7960c5;

  width: 160px;
  height: 46px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  color:#4f4e5d;
  border: solid #7960c5 1px;
  background-color:#fefefe;
}

#classtab .classbtn .title{color:#545454; text-align: center; font-size: 14px;  font-weight: 600;  line-height: 3.1em; }

.classtoggled {
  /* Background-color can also be background-image 
  background-color: rgb(235, 228, 255) !important;*/
  border: solid #6445bc 3px;
  background-color:#f3f5fe;
}




#daytab {
  display: flex;
 /* justify-content: space-evenly;*/
}

.daybtn {
  float: left;
  margin-right:3px;
  margin-bottom:3px;
  border-radius: 10px;
  border: 5px solid #7960c5;

  width: 120px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  color:#4f4e5d;
  border: solid #7960c5 1px;
  background-color:#fefefe;
}

#daytab .daybtn .title{color:#545454; text-align: center; font-size: 14px;  font-weight: 600;  line-height: 2.525em; }

.daytoggled {
  /* Background-color can also be background-image 
  background-color: rgb(235, 228, 255) !important;*/
  border: solid #6445bc 3px;
  background-color:#f3f5fe;
}


#timetab {
  display: flex;
 /* justify-content: space-evenly;*/
}

.timebtn {
  float: left;
  margin-right:3px;
  margin-bottom:3px;
  border-radius: 10px;
  border: 5px solid #7960c5;

  width: 75px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  color:#4f4e5d;
  border: solid #7960c5 1px;
  background-color:#fefefe;
}

#timetab .timebtn .title{color:#545454; text-align: center; font-size: 14px;  font-weight: 600;  line-height: 2.625em; }



.timetoggled {
  /* Background-color can also be background-image 
  background-color: rgb(235, 228, 255) !important;*/
  border: solid #6445bc 3px;
  background-color:#f3f5fe;
}