

/*********************************
7. Course - 페이지 메인 컨텐츠 파트
*********************************/

.course
{
	width: 100%;
	/* padding-top: 57px;
	padding-bottom: 100px;*/
	background: #FFFFFF;
}
.course_container
{
	width: 100%;
}
.course_title
{
	/* font-family: 'Roboto Slab', serif; */
	font-size: 36px;
	font-weight: 700;
	color: #384158;
}
.course_image
{
	margin-top: 16.5px;
	margin-left: 10px;
	margin-bottom: 34px;
}
.course_image img
{
	max-width: 100%;
}
.course_tabs_container
{
	width: 100%;
	margin-top: 20px;
}
.tab_panels
{
	
}
.tab_panel
{
	display: none !important;
	width: 100%;
	height: 100%;
	/*-webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
    border: solid 1px #ebebeb;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 25px;*/
}
/* Fade in tabs 
@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
} */

.tab_panel_header {
	display: none;
	width: 100%;
	height: auto;
	font-size: 20px;
	font-weight: 700;
	color: #000000;
	padding: 10px 0 10px 0;
	margin: 0;
	text-align: center;
}

.tab_panel.active
{
	display: block !important;
	padding: 0;
	margin: 0;
	border: 0;
}
.tab_panel_title
{
	/* font-family: 'Roboto Slab', serif; */
	font-size: 27px;
	font-weight: 700;
	color: #000000;
}
.tab_panel_contents
{
	
}

.tab_panel_text
{
	margin-top: 15px;
}
.tab_panel_text p
{
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	line-height: 1.75;
}
.tab_panel_section
{
	margin-top: 17px;
}

/*********************
Leon : 일반 페이지 위치 조정용
*********************/
.normal_page_side {
	float: left;
	width: 209px;
	margin-right: 20px;
}

.normal_page_contents {
	position:relative;
	max-width: 905px;
}

/*********************************
8. Sidebar
*********************************/

.sidebar
{
	width: 209px;
	/* padding-left: 10px; */
	
}
.sidebar_header {
	background: #000000;
	width: 209px;
	height: 52px;
	margin-bottom: 20px;
}
.sidebar_header_title {
	font-size: 27px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	margin: 0;
	padding: 6px 0 0 0;
}
.sidebar_section
{
	width: 209px;
	background: #ffffff;
/* 	height: 48px; */
	height: 40px;
	padding-left: 18px;
/* 	padding-top: 12px; */
	padding-top: 9px;
	margin: 0;
}
.sidebar_section.active
{
	background: #1c507e;
	
}
.sidebar_section_title
{
	/* font-family: 'Roboto Slab', serif; */
/* 	font-size: 22px; */
	font-size: 19px;
	text-align: left;
	color: #000000;
	line-height: 1;
	margin-bottom: 15px;
}
.sidebar_section_title a {
	color: #000000;
}
.sidebar_section_title.active a
{
	color: #ffffff;
	
}
.sidebar_section_contents
{
	margin-top: 5px;
}
.sidebar_item
{
	/* width: 100%;
	height: 100%; */
	border-top: solid 1px #ababab;
	padding: 10px 0 10px 0;
	display: block;
	position: relative;
	font-size: 16px;
	color: #000000;
	word-break:break-all;
}
.sidebar_latest
{
	margin-top: 31px;
}
.latest:not(:last-child)
{
	margin-bottom: 20px;
}
.latest_image div
{
	width: 90px;
	height: 74px;
	border-radius: 3px;
	overflow: hidden;
}
.latest_image div img
{
	max-width: 100%;
}
.latest_content
{
	border-top: solid 1px #ababab;
	padding-left: 0px;
	margin-top: -4px;
}
.latest_title a
{
	/* font-family: 'Roboto Slab', serif; 
	font-weight: 700; */
	font-size: 16px;
	color: #000000;
	line-height: 1;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
/*
.latest_title a:hover
{
	color: #14bdee;
} */

.service_bottons {
	width:100%;
	height:45px;
	display: block; 
	margin: 0 auto;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.service_botton {
	margin: 0 30px;
	max-width: 172px;
	height: 45px;
	background: #707070;
	border-radius: 6px;
	flex:1;
	/*display: flex;*/
}
.service_botton:hover, 
.service_botton.active:hover {
	background: #063157;
}
.service_botton.active {
	background: #1C507E;
}
.service_botton_text {
	margin: 8px 0 0 0;
	color: #ffffff;
	font-size:18px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

/********************
 * PANELS**게시판 부분
 ********************/
.panel {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /* 
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);*/
  background-color: #fff;
  margin-bottom: 30px; }

  .panel .panel-body,
  .panel .panel-footer {
    padding-left: 25px;
    padding-right: 25px; }
.panel .panel-heading {
    padding: 8.5px 10px;
    position: relative; 
}
.panel .panel-heading .panel-title {
      margin: 0;
      font-size: 32px;
      font-weight: 700;
      color: #000000; 
}
    .panel .panel-heading button {
      padding: 0;
      margin-left: 5px;
      background-color: transparent;
      border: none;
      outline: none; }
      .panel .panel-heading button i {
        font-size: 14px; }
  .panel .panel-body {
    padding-top: 10px;
    padding-bottom: 15px; }
    .panel .panel-body .panel-serach {
    	float:right;
    	max-width: 400px; 
    }
  .panel .panel-note {
    font-size: 13px;
    line-height: 2.6;
    color: #777777; }
    .panel .panel-note i {
      font-size: 16px;
      margin-right: 3px; }
  .panel .right {
    position: absolute;
    right: 20px;
    top: 32%; }
  .panel.panel-headline .panel-heading {
    border-bottom: none; }
    .panel.panel-headline .panel-heading .panel-title {
      margin-bottom: 8px;
      font-size: 22px;
      font-weight: normal; }
    .panel.panel-headline .panel-heading .panel-subtitle {
      margin-bottom: 0;
      font-size: 14px;
      color: #8D99A8; }
  .panel.panel-scrolling .btn-bottom {
    margin-bottom: 30px; }
  .panel .table > thead > tr > td:first-child,
  .panel .table > thead > tr > th:first-child,
  .panel .table > tbody > tr > td:first-child,
  .panel .table > tbody > tr > th:first-child,
  .panel .table > tfoot > tr > td:first-child,
  .panel .table > tfoot > tr > th:first-child {
    padding-left: 25px; }
  .panel .table > thead > tr > td:last-child,
  .panel .table > thead > tr > th:last-child,
  .panel .table > tbody > tr > td:last-child,
  .panel .table > tbody > tr > th:last-child,
  .panel .table > tfoot > tr > td:last-child,
  .panel .table > tfoot > tr > th:last-child {
    padding-left: 25px; }

.panel-footer {
  background-color: #fafafa; }

  

 /************************
 ** paging pagination*****
 ************************/
 .pagination_list li
{
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #FFFFFF;
	border: solid 1px #ebebeb;
	text-align: center;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.pagination_list li:not(:last-child)
{
	margin-right: 5px;
}
.pagination_list li:hover,
.pagination_list li.active
{
	background: #14bdee;
}
.pagination_list li a
{
	display: block;
	position: relative;
	font-size: 16px;
	font-weight: 400;
	color: #757686;
	line-height: 40px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.pagination_list li:hover a,
.pagination_list li.active a
{
	color: #FFFFFF;
}
 
/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact {
	margin-top:50px;
}
.contact .info {
  border-top: 3px solid #1c507e;
  border-bottom: 3px solid #1c507e;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
}

.contact .info i {
  font-size: 20px;
  color: #1c507e;
  float: left;
  width: 44px;
  height: 44px;
  background: #b0d0ee;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #7a6960;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #ab9d95;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #1c507e;
  color: #fff;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #1c507e;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #1c507e;
  border-bottom: 3px solid #1c507e;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #1c507e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #1c507e;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #063157;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
 
 /********************
 * INPUTS
 ********************/
.form-box {
	margin-bottom: 50px;
	position: relative;
    width: 100%;
    padding-right: 0px;
    padding-left: 10px;
}
.form-red {
	color: red;
}
.form-agree {
	width:180px;
/* 	height: 13px; */
/* 	display:block; */
}
.form-agree input {
	margin: 20px 10px;
	height: 13px !important;
}
.form-agree-text {
/* 	padding-bottom: 7px; */
/* 	vertical-align: middle; */
/* 	padding: auto 0; */

}
.form-control {
  -moz-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border-color: #eaeaea;
  font-size: 9px;
  background-color: #ffffff; /* #fcfcfc; */ 
}
.form-control:disabled {
	background-color: #ffffff !important; /* #fcfcfc; */
}
  .form-control:focus {
    -moz-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
    border-color: #d6d6d6;
    background-color: #fff; }

.input-group {
  -moz-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1); }

.input-group .form-control, .input-group-addon, .input-group-btn {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.input-group-addon {
  border: 1px solid #eaeaea; }
  