/*********************************
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: 21px; */
	width: 100%;
}

.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: 40px;
	padding-left: 18px;
	/*padding-right: 18px;*/
	padding-top: 9px;
	margin: 0;
}

.sidebar_section.active {
	background: #1c507e;
}

.sidebar_section_title {
	/* font-family: 'Roboto Slab', serif; */
	font-size: 19px;
	text-align: left;
	color: #000000;
	line-height: 1;
	margin-bottom: 15px;
	display: flex;
	justify-content: space-between;
}

.sidebar_section_title a {
	color: #000000;
}

.sidebar_section_title.active a {
	color: #ffffff;
}

.sidebar_section_sub {
	width: 209px;
	height: 34px;
	background: #ffffff;
	padding-left: 24px;
	padding-top: 8px;
	margin: 0;
}

.sidebar_section_sub.active {
	background: #1c507e;
}

.sidebar_section_sub_title {
	/* font-family: 'Roboto Slab', serif; */
	font-size: 17px;
	font-weight: 400;
	text-align: left;
	color: #000000;
	line-height: 1;
	margin-bottom: 8px;
}

.sidebar_section_title_toggle {
	color: #000000;
	padding-right: 18px;
	font-size: 22px;
	margin-top: 2px;
	font-family: 'Do Hyeon', sans-serif;
	/* font-family: "Raleway", sans-serif;
	font-family: 'Roboto Slab', serif;
	font-weight: 900;
	
	text-align: right;
	background: #ffffff;
	margin:0;
	padding:0;
	border:0;
	top: -3px; 
	position: relative;
	right:0px;*/
}

.sidebar_section_sub_title a {
	color: #000000;
}

.sidebar_section_sub_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;
} */

/********************
 * 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: 20px;
}

.panel .panel-body {
	padding-left: 10px;
	padding-right: 10px;
	width: 912px;
}

.panel .panel-footer {
	padding-left: 10px;
	padding-right: 10px;
}

.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-mov {
	padding: 8.5px 10px;
	position: relative;
	display: none;
}

.panel .panel-heading-mov .panel-title-mov {
	margin: 0;
	font-size: 15px;
	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: 1.5px;
	padding-bottom: 0px;
}

.panel .panel-body .panel-search {
	width: 300px;
	margin: 0px 0 10px auto;
}

.panel .panel-body .panel-youtube, .panel .panel-body .panel-youtube2 {
	margin: 42px 0 0 0;
	text-align: center;
}

.panel-btn-right {
	width: 100%;
	margin: 10px 0 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.panel-btn-right button {
	margin-right: 0px;
	width: 100px;
	height: 45px;
	font-size: 18px;
	font-weight: 500;
	float: right;
}

.panel-btn-right .btn280 {
	margin-right: 0px;
	width: 280px;
	height: 45px;
	font-size: 18px;
	font-weight: 500;
	float: right;
}

.panel .panel-body .panel-search .form-control {
	
}

.panel .panel-body .panel-search .btn {
	/* width: 75px;
	height: 31px; */
	background: #707070 0% 0% no-repeat padding-box;
	border-color: #707070;
	font-size: 16px;
	color: #ffffff;
	margin-left: 5px;
}

.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 {
	border-top: 3px solid #000000;
	border-collapse: collapse;
	margin-bottom: 0;
}

.panel .table .table-contents {
	margin-top:20px;
}

.panel .table>thead>tr {
	height: 48px;
}

.panel .table>thead>tr>th {
	margin: 0;
	border-bottom: 0px solid #ffffff;
}

.panel .table>thead>tr>th>p {
	font-size: 16px;
	text-align: center;
	color: #000000;
	margin: 0;
}

.panel .table>tbody>tr {
	/* height: 210px; */
	border-top: 0px solid #ffffff;
	border-bottom: 1px solid #d6d7d8;
	border-collapse: collapse;
}

.td_img {
	width: 210px;
	height: 160px;
	padding: 25px 48px 25px 17.5px !important;
}

.td_title {
	padding: 0 !important;
}

.td-num {
	width: 57px;
}
	
.qnaboard-table-m-date {
	width: 120px;
}
.panel .table>tbody>tr>td>img { /* 왼쪽 이미지 */
	width: 210px;
	height: 160px;
}

.panel .table>tbody>tr>td {
	vertical-align: middle;
}

.panel .table>tbody>tr>td>a { /* 오른쪽 텍스트 */
	font-size: 18px;
	color: #000000;
}

.panel .table>thead>tr>th:first-child, 	.panel .table>thead>tr>td:first-child, 
.panel .table>thead>tr>th, 				.panel .table>thead>tr>td,
.panel .table>thead>tr>td:last-child,  	.panel .table>thead>tr>th:last-child {
	text-align: center;
}
.panel .table>tbody>tr>td.td-center {
	text-align: center;
/* 	padding-left: 0px; */
}
.panel .table>tbody>tr>td.title {
	padding-left: 25px;
}
.panel .table>tbody>tr>td.title .td_notice {
	color: #F39800;
	font-weight: 700;
}
.panel .table>tbody>tr>td.title .td_notice::before {
	font-family: 'FontAwesome';
    content: '\f05a ';
}
.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>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;
}

/********************
 * INPUTS
 ********************/
.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;
	background-color: #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;
}

/************************
 ** paging pagination*****
 ************************/
.pagination_container {
	margin: 56px auto 0 auto;
}

.pagination_container>nav {
	
}

.pagination_list {
	padding: 0;
	margin: 0;
}

.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;
}

.red-star {
	color: red;
}


/******************************************************
******** popup part ********************
******************************************************/

.popup-wrap{
  background-color:rgba(255,255,255,0.6); 
/*   backdrop-filter: blur(1px); */
/*   //배경색과 투명도로 살짝 어둡지만 투명한 배경 */
/*   //허공에 붕 떠있는 느낌을 주고 싶으면 안넣어도 무방 */
  justify-content:center; /* 수평 중앙정렬 */
  align-items:center;     /* 수직 중앙정렬 */
  position:fixed;         /*  포지션 픽스, 화면이 스크롤되더라도 고정되기 위함 */
  top:0;
  left:0;
  right:0;
  bottom:0;               /* 모든 방향에 0을 주면 화면에 꽉차게 됩니다. */
  display:none; 
/*   //이벤트가 발생할 때 띄우기 위해 숨김 */
/*   //처음부터 보이게 하는 상황이라면 display:flex; */
  padding:15px; 
/*   //반응형의 경우 padding이 없으면 박스가 화면에 붙어서 안이뻐짐 */
  z-index: 999999;
}

.popup-wrap .popup{
  width:100%;               /* 반응형 이기 때문에 가로값은 100% */
  max-width:400px;          /* 팝업의 최대 크기지정 */
  border-radius:2px;       /* 둥글둥글한 디자인을 위해 각을 없앱니다. */
  border: 1px solid #989898;
  overflow:hidden;          /* 각을 없앴을 때 내부 영역이 튀어나오는걸 방지 */
  background-color:#1c507e; /* 배경색 //팝업이 허공에 떠있는 듯한 느낌을 주기 위한 그림자 효과. */
/*   box-shadow: 5px 10px 10px 1px rgba(0,0,0,0.3);  */
}

.popup-wrap .popup-head{
  width:100%;  /* 부모요소를 따라가기 때문에 굳이 가로값을 주지 않아도 되지만 일부 ie에서 인식 못하는 문제가 있음 */
  height:50px;  /* 헤드 영역 높이 */
  display:flex; /* 로고 이미지나 텍스트를 중앙 정렬하기 위한 flex 및 정렬 */
  align-items:center;
  justify-content:center;
  color: #ffffff;
  font-size:22px;
}

.popup-wrap .popup-body{                /* 몸통 */
  width:100%;
  background-color:#ffffff; /* 컨텐츠 영역의 배경색 */
}
.popup-wrap .body-content{              /* 몸통 내부 컨텐츠 영역 */
  width:100%;
  padding:30px 30px 30px 30px;             /* 좌우에 내용이 붙으면 보기 안좋기 때문에 간격 띄움 */
}
.popup-wrap .body-titlebox{             /* 컨텐츠 타이틀 영역 */
  text-align:center;        /* 제목 중앙정렬 */
  width:100%;
  height:30px;
  margin-bottom:30px;       /* 내용과 간격 조정 */
  color:#000000;
}
.popup-wrap .body-contentbox{           /* 컨텐츠 내용 영역 */
  word-break:break-word;    /* 단어가 짤리지 않음 */
  overflow-y:auto;          /* 내부요소가 지정한 세로 값보다 클 경우 스크롤 생성 */
  min-height:100px;         /* 최소 높이 */
  max-height:500px;         /* 최대 높이 */
  color:#000000;
  line-height: 1.2;
}

.popup-wrap .popup-foot{                      /* 다리 */
  width:100%;
  height:50px;
}
.popup-wrap .pop-btn{ /* 각각의 버튼 */
  display:inline-flex;            /* 한줄로 나열하기 위한 inline속성과 flex속성 혼합 */
  width:50%;                      /* 2개 버튼 각각 50% 영역 */
  height:100%;                    /* 50px */
  justify-content:center;         /* 수평정렬 */
  align-items:center;             /* 수직정렬 */
  float:left;                     /* 좌측배치 */
  color:#ffffff;                  /* 글자색 */
  cursor:pointer;                 /* 마우스 포인터 효과 */
}
.popup-wrap .pop-btn:hover {
	background-color:#063157;
}
.popup-wrap .pop-btn.btn-confirm{                 /* 확인버튼 */
  border-right:1px solid #bcbcbc; /* 오른쪽 줄 */
}

@media (hover: none) {
	
}

/******************************************************
******** popup2 part ********************
******************************************************/

.popup-wrap_confirm {
  background-color:rgba(255,255,255,0.6); 
/*   backdrop-filter: blur(1px); */
/*   //배경색과 투명도로 살짝 어둡지만 투명한 배경 */
/*   //허공에 붕 떠있는 느낌을 주고 싶으면 안넣어도 무방 */
  justify-content:center; /* 수평 중앙정렬 */
  align-items:center;     /* 수직 중앙정렬 */
  position:fixed;         /*  포지션 픽스, 화면이 스크롤되더라도 고정되기 위함 */
  top:0;
  left:0;
  right:0;
  bottom:0;               /* 모든 방향에 0을 주면 화면에 꽉차게 됩니다. */
  display:none; 
/*   //이벤트가 발생할 때 띄우기 위해 숨김 */
/*   //처음부터 보이게 하는 상황이라면 display:flex; */
  padding:15px; 
/*   //반응형의 경우 padding이 없으면 박스가 화면에 붙어서 안이뻐짐 */
  z-index: 999999;
}

.popup-wrap_confirm .popup{
  width:100%;               /* 반응형 이기 때문에 가로값은 100% */
/*   height:100%;   */
  max-width: 550px;          /* 팝업의 최대 크기지정 */
  border-radius:2px;       /* 둥글둥글한 디자인을 위해 각을 없앱니다. */
/*   border: 1px solid #989898; */
  overflow:hidden;          /* 각을 없앴을 때 내부 영역이 튀어나오는걸 방지 */
  background-color:#ffffff; /* 배경색 //팝업이 허공에 떠있는 듯한 느낌을 주기 위한 그림자 효과. */
  box-shadow: 5px 10px 10px 1px rgba(0,0,0,0.3); 
}

.popup-wrap_confirm .popup-head{
  width:100%;  /* 부모요소를 따라가기 때문에 굳이 가로값을 주지 않아도 되지만 일부 ie에서 인식 못하는 문제가 있음 */
  height:52px;  /* 헤드 영역 높이 */
  display:flex; /* 로고 이미지나 텍스트를 중앙 정렬하기 위한 flex 및 정렬 */
  align-items:center;
  justify-content:center;
  color: #1c507e;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 32px;
}

.popup-wrap_confirm .popup-body{                /* 몸통 */
  width:100%;
  background-color:#ffffff; /* 컨텐츠 영역의 배경색 */
  height: calc(100% - 136px);
  overflow-y: auto;
}
.popup-wrap_confirm .body-content{              /* 몸통 내부 컨텐츠 영역 */
  width:100%;
  padding: 40px 60px 20px 60px;             /* 좌우에 내용이 붙으면 보기 안좋기 때문에 간격 띄움 */
}
.popup-wrap_confirm .body-titlebox{             /* 컨텐츠 타이틀 영역 */
  text-align:center;        /* 제목 중앙정렬 */
  width:100%;
  height:30px;
  margin-bottom:55px;       /* 내용과 간격 조정 */
  color:#000000;
  font-size: 22px;
}
.popup-wrap_confirm .body-contentbox{           /* 컨텐츠 내용 영역 */
  text-align:center;
  word-break:break-word;    /* 단어가 짤리지 않음 */
  overflow-y:auto;          /* 내부요소가 지정한 세로 값보다 클 경우 스크롤 생성 */
  min-height:100px;         /* 최소 높이 */
  max-height:718px;         /* 최대 높이 */
  color:#000000;
  font-size: 19.5px;
  line-height: 1.2;
}

.popup-wrap_confirm .popup-foot{                      /* 다리 */
  width:100%;
  height:52px;
  background-color:#000000;
}
.popup-wrap_confirm .pop-btn{ /* 각각의 버튼 */
  display:inline-flex;            /* 한줄로 나열하기 위한 inline속성과 flex속성 혼합 */
/*   width:50%;              */   /* 2개 버튼 각각 50% 영역 */
  height:100%;                    /* 50px */
  justify-content:center;         /* 수평정렬 */
  align-items:center;             /* 수직정렬 */
  float:right;                     /* 좌측배치 */
  color:#ffffff;                  /* 글자색 */
  cursor:pointer;                 /* 마우스 포인터 효과 */
  font-size: 20px;
  margin-right:20px;
}
.popup-wrap_confirm .pop-btn:hover {
/* 	background-color:#063157; */
  font-weight: 500;
/*   color:#1c507e;  */
}
.popup-wrap_confirm .pop-btn.btn-confirm {                 /* 확인버튼 */
/*   border-right:1px solid #bcbcbc; 오른쪽 줄 */
/*   width:85%;  */
/*   justify-content:right;   */
}
.popup-wrap_confirm .pop-btn.btn-close {
/*   width:15%;  */
}
