/*
Theme Name:AI Child
Template: AI 
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
*/

/* 공용요소 스타일 추가 */

.card{
	box-shadow: 0 0.25rem 1.125rem rgba(75, 70, 92, 0.05);
}

.shadow-sm{
	box-shadow: 0 0.125rem 0.25rem rgba(165, 163, 174, 0.1) !important;
}

 .table-line-h2 td a{
	 line-height: 2.3rem ;
}
 .table-line-h2 td a.btn{
	  line-height: normal;
}

.table-head-light th{
	background-color: #f8f8f8;
}
.table th{
	letter-spacing: -1px;
}

.badge.badge-dot{
	width: 0.3rem;
	height: 0.3rem;
}
/* 색상값 */
.bg-light{
	background-color: #efefef !important;
}

body{
	
}
.user-page .container_wrap::before,
body.user-page{
	background-color: #f9f9f9;
}

/* 색상값 마침 */


h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 1.2rem;
  font-weight: 600;
  line-height: 1.37;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.3625rem + 1.35vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.375rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.2875rem + 0.45vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.625rem;
  }
}

h4, .h4 {
  font-size: calc(1.2625rem + 0.15vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.375rem;
  }
}

h5, .h5 {
  font-size: 1.3rem;
}

h6, .h6 {
  font-size: 0.9375rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}


.table > :not(caption) > * > *{
	padding:0.9rem 1.25rem;
}
.table:not(.table-dark) thead:not(.table-dark) th{
	color: #000;
}
/* 헤더 */
.layout-navbar.navbar-detached{
	margin-top: 2rem;
}

/* 헤더 마침 */
/* 사이드바 */


#side-menu > .menu-item > .menu-link{
	padding-top: 1.2rem;
	padding-bottom: 1.2rem;
	border-radius: 0.2rem;
}

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

.app-brand{
	justify-content: center;
	padding: 2rem 0;
}

.lnb-faq{
	display: flex;
	width: 120px;
	height: 100px;
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
	flex-direction: column;
	justify-content: center;
	margin:auto;
}

.lnb-faq p{
	font-size: 13px;
	color: rgba(255,255,255,0.61);
	margin-bottom: 0;
	margin-top: 5px;
	
}

.lnb-faq h3{
	font-size: 14px;
	color: white;
	margin-top: 5px;
	margin-bottom: 0;
}

/* 사이드바 마침 */

/* 푸터 시작 */

.footer-family-site{
	width: 200px !important;
}
#selectpickerIcons{
	vertical-align: top !important;
	
}

.content-footer .footer-container{
	block-size:auto;
}

/* 푸터 마침 */


.page-content-title{
	font-size: 2rem;
	margin-bottom: 1rem !important;
}


.suho-ajax-result-list{
	    list-style: none;
    
    position: absolute;
    left: 0.7rem;
    right: 0.7rem;
}

.suho-ajax-result-list > ul{
	    list-style: none;
    padding: 1rem;
    position: absolute;
    background: white;
    width: 100%;
    margin-top: 5px;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.08);
}

.suho-ajax-result-list > ul .ajax-subject-result-item{
	padding:0.5rem 0;
}

.modal-backdrop.show{
	display: none !important;
}

.modal.fade.show{
	background-color: rgba(0,0,0,0.3) !important;
}
	

/* 직업검사결과 */

.nav-align-top > .nav-pills ~ .tab-content{
	box-shadow: none;
	background-color: transparent;
	padding: 0;
}

.job-test-list{
}

.job-test-list li{
	padding: 3rem 0;
    background-color: white;
    margin-bottom: 2rem;
    border-bottom: 1px solid #e1e1e1;
    border-radius: 0;
    margin: 0 2rem;
}

.job-test-list li:last-child{
	border-bottom: none;
	padding-bottom: 0;
}



/* 직업검사결과 마침 */

/* 케이보드 게시판 */
.kboard-default-poweredby{
	display: none !important;
}


.kboard-list table a{
	text-decoration: none !important;
}
a.kboard-default-button-small,
input.kboard-default-button-small,
button.kboard-default-button-small {}

a.kboard-default-button-small:hover,
a.kboard-default-button-small:focus,
a.kboard-default-button-small:active,
input.kboard-default-button-small:hover,
input.kboard-default-button-small:focus,
input.kboard-default-button-small:active,
button.kboard-default-button-small:hover,
button.kboard-default-button-small:focus,
button.kboard-default-button-small:active {
	opacity: 0.7;
}


.kb-btn {
	display: inline-block;
	font-weight: normal;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: #333;
	border: 1px solid #333;
	padding: 0.5rem 1.5rem;
	font-size: 1rem;
	border-radius: 0.25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.kb-btn-outline {
	background-color: #fff;
	color: #333;
}

.kb-btn-text{
	background-color: transparent !important;
}

.kb-btn-group {
	display: inline-block;
	font-weight: normal;
	line-height: 1.5;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: #333;
	border: 1px solid #333;
	padding: 0.5rem 1.5rem;
	font-size: 1rem;
	border-radius: 3rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.kb-btn-group.kb-btn-group-outline {
	background-color: transparent;
}

.kb-btn-group.kb-btn-group-outline a {
	color: #333;
}

.kb-btn-group a {
	display: inline-block;
	color: #fff;
	font-size: 0.875rem;
	line-height: 0.875rem;
	margin-right: 0.8rem;
	padding-right: 0.8rem;
	border-right: 1px solid #555;
}

.kb-btn-group a:last-child {
	padding-right: 0;
	margin-right: 0;
	border: none;
}

.kb-round {
	border-radius: 5rem;
}


.pull-left{
	float: left;
}

.pull-right{
	float: right;
}

.kboard-default-poweredby {
	float: left;
	padding-bottom: 15px;
	width: 100%;
	font-size: 0.875rem;
}

.kboard-default-notice-notify,
.kboard-default-new-notify {
	display: inline-block;
	*display: inline;
	zoom: 1;
	padding: 0.2rem 0.5rem;
	line-height: 10px;
	font-size: 10px;
	color: white;
	background-color: #6375b7;
	border-radius: 3rem;
	font-weight: normal;
	border-radius: 0.8rem;
}

.kboard-default-notice-notify {
	background-color: #ba4775;
}

.kboard-default-cut-strings {
	width: auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-wrap: normal;
	position: relative;
}

.col-no-img{
	
}

.col-no-img > a,
.col-no-img  .thumb-info,
.col-no-img  .thumb-info .thumb-info-wrapper{
	display: block;
	height: 100%;
	
}

.col-no-img .thumb-info .thumb-info-wrapper .no-img{
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 300px;
	
}

.col-no-img  .thumb-info .thumb-info-wrapper .no-img i{
	font-size: 3rem;
	color: #999;

}

.kboard-default-poweredby{
	display: none !important;
}

.kboard-document-action button{
	border-radius: 0;
}

.kboard-document-action{
	display: none;
}



/* 케이보드 게시판 마침 */




/* 모듈관련 */

.suho-module{
	cursor: pointer;
	
	border: 1px solid #e1e1e1;
	transition: all 0.5s;
}

.suho-module:hover{
	border-color: #000 !important;
}

.suho-module div>h4{
	font-size: 1rem;
}
#all-module {
	text-align: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#all-module > li{
	display:  inline-block;
	margin-left: 1rem;
	margin-right: 1rem;
	min-width: 320px;
	flex: 1 1 30%;
}

#all-module > li+li{
	
}

#all-suho-module {
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	
	
}

#all-suho-module .suho-module{
	max-width: 420px;
	width: 420px;
	height: 100%;
}


.module-desc{
	text-align: left;
}


.no-module{
	border-style: dotted !important;
	border-width: 2px !important;
	min-height: 230px !important;
}
 .module-list >li{
	 margin-bottom: 1rem;
}
.suho-module .subject-category{
	word-break: keep-all;
	padding-right: 0.5rem;
	color: #000;
	font-weight: normal;
}

/* 모듈관련 마침*/




/* 사이트바 퀵메뉴 시작 */

#right-quick{
	
		position: fixed;
		right: 0rem;
		top: 9.5rem;
	z-index: 1000;
		
	}
	.quick-menu{
		padding: 0.3rem 0.5rem;
		border-radius: 0rem;
		border-bottom-left-radius: 1rem;
		border-top-left-radius: 1rem;
		
	}
	
	.quick-menu ul{
	}
	
	.quick-menu ul li{
		border-radius: 2rem;
		padding: 0;
		
	}
	
	.quick-menu ul li a{
		padding: 0.8rem;
		border-radius: 1rem;
		background-color: transparent !important;
		
}
	.quick-menu ul li a:hover{
		
}
	.quick-menu ul li h6{
		margin-top: 0.5rem;
		font-size: 0.875rem;
		font-weight: normal;
		display: none;
	}

#go-top{
	display: none;
}

/* 사이트바 퀵메뉴 마침 */




/* 메인페이지 */

#flatpickr-inline + .flatpickr-calendar{
	
	box-shadow: none;
}

#flatpickr-inline + .flatpickr-calendar .flatpickr-day{
	
	
	max-width: none !important;
    height: 43.5px;
    line-height: 43.5px;
    margin: 2%;
    flex-basis: 10.2857143%;
    width: 10.2857143%;

	
}

.flatpickr-day.syu-date{
	color: white;
	background-color: #486BDA;
}

.flatpickr-day.suho-date{
	color: white;
	background-color: #70D2AF;
}

#flatpickr-inline + .flatpickr-calendar .dayContainer,
#flatpickr-inline + .flatpickr-calendar .flatpickr-days,
#flatpickr-inline + .flatpickr-calendar .flatpickr-rContainer,
#flatpickr-inline + .flatpickr-calendar{
	width: 100% !important;
	max-width: 100% !important;

}


#flatpickr-inline + .flatpickr-calendar .flatpickr-month{
	border:none;
	background-color: #F3F4FB;
}

.light-style .flatpickr-prev-month, .light-style .flatpickr-next-month{
	background-color: #fff;
}

  .nextMonthDay {
	visibility: hidden;
	  height: 0 !important;
	  margin: 0 !important;
	  
}

/* 메인페이지 마침 */

.kboard-search>form {
	border-color: #dbdade !important;
	border-radius: 0.2rem !important;
}

#ktheme-faq .kboard-list{
	margin-bottom: 3rem; 
}

.kb-btn-group,
.kb-btn{
	border-radius: 0.375rem !important;
}

/* 헤더 시작 */

.layout-navbar .navbar-dropdown.dropdown-notifications .dropdown-notifications-list .dropdown-notifications-item{
	cursor: default;
}
/* 헤더 마침 */



@media (max-width: 575.98px) {

}

@media (max-width: 767.98px) {
	#all-module{
		display: block;
	}
	
	#all-suho-module .suho-module{
		width: 100%;
	}
	
	#right-quick{
		display: none;
		
	}
	
}

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

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

@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 */

