/*
Theme Name: AI Theme
Theme URI: https://k-thememarket.co.kr/
Author: Ktheme
Author URI: https://k-thememarket.co.kr/
Description: AI자기주도학습의 부모테마입니다.
Version: 1.0.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
*/


/*=========================================================
  1. 폰트
=========================================================*/ 
/*open sans*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i');
/*boot-strap icons*/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.2/font/bootstrap-icons.css");


/*Noto*/
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: normal;
	src: url('fonts/notokr-regular.eot');
	src: url('fonts/notokr-regular.eot?#iefix') format('embedded-opentype'),
		 url('fonts/notokr-regular.woff2') format('woff2'),
		 url('fonts/notokr-regular.woff') format('woff');
}
 
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 500;
	src: url('fonts/notokr-medium.eot');
	src: url('fonts/notokr-medium.eot?#iefix') format('embedded-opentype'),
		 url('fonts/notokr-medium.woff2') format('woff2'),
		 url('fonts/notokr-medium.woff') format('woff');
}
 
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: bold;
	src: url('fonts/notokr-bold.eot');
	src: url('fonts/notokr-bold.eot?#iefix') format('embedded-opentype'),
		 url('fonts/notokr-bold.woff2') format('woff2'),
		 url('fonts/notokr-bold.woff') format('woff');
}




body{
	font-family:"Public Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",'Noto Sans KR','Open Sans',Dotum,'돋움',Helvetica,"Apple SD Gothic Neo", sans-serif;
	font-size: 0.875rem;
	
	
}
	
a{
	text-decoration: none;
	color:#333;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	letter-spacing: -0.05rem;
}

.fs-sm{
	font-size: 0.875rem !important;
}

.text-break-keep-all{
	word-break: keep-all;
}

.rounded-4{
	border-radius:1.5rem !important;
}
.rounded-5{
	border-radius:0.8rem !important;
}


/* 컴포넌트 */

.stepper-wrapper {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 26px;
}
.stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
	
}

  @media (max-width: 768px) {
	  .stepper-item {
		  font-size: 12px;
	  }
    
  }


.stepper-item::before {
  position: absolute;
  content: "";
  border-bottom: 1px solid #EFEFEF;
  width: 100%;
  top: 29%; 
  left: -50%;
  z-index: 2;
}

.stepper-item::after {
  position: absolute;
  content: "";
  border-bottom: 1px solid #EFEFEF;
  width: 100%;
  top: 29%; 
  left: 50%;
  z-index: 2;
}

.stepper-item .step-counter {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #eee;
  margin-bottom: 6px;
	border:3px solid #fff;
}

.stepper-item.completed .step-counter i{
	color: white;
}

.stepper-item.active {
  font-weight: bold;
}

.stepper-item.completed .step-counter {
  background-color: #486BDA;
}

.stepper-item.completed::after {
  position: absolute;
  content: "";
  border-bottom: 1px solid #486BDA;
  width: 100%;
  top: 29%; 
  left: 50%;
  z-index: 3;
}

.stepper-item:first-child::before {
  content: none;
}
.stepper-item:last-child::after {
  content: none;
}

.step-title{
	margin-top:5px;
	margin-bottom: 0px;
	font-size: 1rem;
	
}

.step-name{
	margin-top:0px;
	font-size: 0.875rem;
	
}

.stepper-item .step-counter i{
	font-size: 1.7rem;
}

.background {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	background-size: cover !important;
	background-position: center;
	overflow: hidden;
	z-index: 1;
}

.background[class*="-overlay"]::after {
	transition: opacity 0.2s;
	position: absolute;
	opacity: 0.4;
	top: -1px;
	right: 0;
	bottom: -1px;
	left: 0;
	content: "";
	background: #000;
	z-index: 10;
}



/* 컴포넌트 마침 */



/* 헤더 스타일 */

footer .custom_logo,
header .custom_logo {
	max-width: 200px;
}

.header-wrap {
	position: relative;
	z-index: 15;
	box-shadow: 5px 5px 5px rgba(0 0 0 / 3%);
}

.header-wrap.sticky-top{
	position: -webkit-sticky;
    position: sticky;
}

.header-wrap header{
	position: relative;
	min-height: 100px;
}

.notice-box{
	background-color: #efefef;
	min-width: 450px;
}

#wpadminbar{
	/* display: none !important; */
}
/* 클래스로 배경색상을 지정할 경우 */


.bg-menu-theme{
	background-color: #002C76 !important;
}



.navbar-detached{
	box-shadow: none !important;
}

/* 사용자페이지 스타일 */
body.user-page {
	background-color:#F7F9FF; 
}

.user-page .bg-menu-theme{
	background-color: #002C76 !important;
}

.user-page .bg-navbar-theme{
	padding: 0 !important;
	background-color: transparent!important;
}

.user-page .notice-box{
	background-color: #E9EBF8;
	}

/* 사용자페이지 스타일 마침 */


/* 관리자 폼  */
			  
#employee-search-result{
	    position: absolute;
    background: white;
    padding: 2rem;
    width: 95%;
    border: 0;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.08);
    margin-top: 15px;
	margin-left: -1px;
	border: 1px solid #efefef;
	border-radius: 10px;
	display: none;
	
	
}
#employee-search-result::before{
content: "";
    width: 12px;
    height: 12px;
    background: #fff;
    position: absolute;
    top: -6px;
    transform: rotate(45deg);
    left: 40px;
    border-left: 1px solid #e6eeef;
    border-top: 1px solid #e6eeef;
}

#employee-search-result ul{
	list-style: none;
	padding-left: 0;
}

#employee-search-result .employee-search-result-item{
	padding-bottom: 0.8rem;
    border-bottom: 1px solid #efefef;
    padding-top: 0.8rem;
	padding-left: 0.8rem;
	transition: all 0.5s;
}
#employee-search-result .employee-search-result-item:hover{
	background-color: #3b41c9;
}

#employee-search-result .employee-search-result-item:last-child{
	border-bottom: 0;
}
#employee-search-result .employee-search-result-item:hover *{
	color: white !important;
}

#employee-search-result .employee-search-result-item .sr-title{
	
}

/* 관리자 폼 마침*/

.bg-primary-light{
	background-color: #4678FB !important;
}

.bg-secondary-light{
	background-color: #00D5AC !important;
}

.bg-success-light{
	background-color: #00C7F5 !important;
}

.bg-danger-light{
	background-color: #A278FC !important;
}

.bg-warning-light{
	background-color: #4678FB !important;
}

.bg-info-light{
	background-color: #4678FB !important;
}

.bg-light-lighter{
	background-color: #f5f5f5 !important;
}

.bg-primary-lighter{
	background-color: #F3F4FB !important;
	
}

.dash-label-text-bg{
	display: inline-block;
	background-color:rgba(0,0,0,0.15);
	padding: 0.25rem 0.65rem;
	border-radius: 0.375rem;
	min-width: 80px;
	text-align: center;
	font-size: 0.875rem;
	text-indent: -1px;
}
	
.authentication-wrapper{
	min-height: auto;
}



@media (max-width: 575.98px) {}

@media (max-width: 767.98px) {
	/* 헤더 메뉴스타일 */
	

	
}

@media (min-width: 768px) {
	
	
	
	
}
@media (min-width: 992px) {
	
.user-page .container_wrap::after{
	content: "";
	display: block;
	width: 50px;
	background-color: #002C76;
	position: fixed;
	left: 16.25rem;
	top: 0;
	bottom: 0;
	z-index: -1;
		
}

.user-page  .container_wrap::before{
	content: "";
	display: block;
	width: 50px;
	border-bottom-left-radius: 50px;
	border-top-left-radius: 50px;
	background-color: #F7F9FF;
	position: fixed;
	left: 16.25rem;
	bottom: 0;
	top: 0;
	z-index: 0;
		
}
	
	.content-wrapper{
		z-index: 10;
	}
	
}

@media (min-width: 1200px) {}

@media (min-width: 1400px) {}


/* sigle break point */

@media (min-width: 576px) and (max-width: 767.98px) {
	
}

@media (min-width: 768px) and (max-width: 991.98px) {}

@media (min-width: 992px) and (max-width: 1199.98px) {}

@media (min-width: 1200px) and (max-width: 1399.98px) {}

/* Between breakpoints */