html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/* functions */
.clear {clear: both;}
.flt_lef {float: left;}
.flt_rig {float: right;}

.cent {text-align: center;}
.container {
	padding: 0;
}
.nopadding {
	padding: 0;
}

.noweb {
	display: none;
}
.nomobile {
	display: block;
}

@media (max-width: 1100px) {
	.container {
		padding: 0 20px;
	}

	.noweb {
		display: block;
	}
	.nomobile {
		display: none;
	}	

}


/* Chrome, Safari, Edge, Opera */
/* input number 화살표 제거 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
/* input number 화살표 제거 */
input[type=number] {
  -moz-appearance: textfield;
}


/* text */
.t_bold {font-weight: bold;}
.t_italic {font-style: italic;}

.t_white {color: #fff;}

/* background color */
.bg_ccc {background: #ccc;}




/* header&footer */




/* login 로그인 */
.login_bx {
	width: 300px;
	height: auto;
	margin: auto;
	margin-top: 300px;
}
.login_lpt {
	width: 100%;
	height: 40px;
	padding: 0 3%;
	margin-bottom: 10px;
	font-size: 14px;
	color: #333;
	font-family: '나눔바른고딕','NanumBarunGothic',arial,sans-serif;
	border: 1px solid #ddd;
}
div.login_bx span {
	font-size: 14px;
	color: #333;
	font-family: "나눔바른고딕",NanumBarunGothic,NanumGothic,"나눔고딕",sans-serif;	
}
div.login_bx label {
	font-weight: normal;
	cursor: pointer;
}
.login_bt {
	width: 100%;
	height: 40px;
	font-size: 14px;
	color: #333;
	font-family: '나눔바른고딕','NanumBarunGothic',arial,sans-serif;
	border: 0;
	background: #ddd;
}

@media (max-width: 1100px) {
	.login_bx {
		width: 100%;
	}
	
}

/* signup 회원가입 */
.signup_bx {
	width: 800px;
	height: auto;
	margin: auto;
	margin-top: 50px;
}
.signup_bt {
	width: 100%;
	height: 40px;
	font-size: 14px;
	color: #333;
	font-family: '나눔바른고딕','NanumBarunGothic',arial,sans-serif;
	border: 0;
	background: #ddd;
}
.signup_check_txt {
	/* display: none; */
	width: 100%;
	height: 40px;
	padding-left: 20%;
	line-height: 40px;
	background: #fff;
}
div.signup_check_txt span {
	font-size: 14px;
	font-family: '나눔바른고딕','NanumBarunGothic',arial,sans-serif;
}

@media (max-width: 1100px) {
	.signup_bx {
		width: 100%;
	}
	.signup_check_txt {
		padding-left: 30%;
	}
	
}


/* 게시판 list*/
.title_tab {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	color: #555;
	font-family: '나눔바른고딕','NanumBarunGothic',arial,sans-serif;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #f5f5f5;
}
.list_tab {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	color: #666;
	font-family: '나눔바른고딕','NanumBarunGothic',arial,sans-serif;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
}
div.list_tab:hover {
	background: #f9f9f9;
}

.ls_num, .ls_name, .ls_cnt {overflow: hidden; float:left; width: 10%; text-overflow: ellipsis; white-space: nowrap;}
.ls_at {overflow: hidden; float:left; width: 15%; text-overflow: ellipsis; white-space: nowrap;}
.ls_title {overflow: hidden; float:left; width: 55%; text-overflow: ellipsis; white-space: nowrap;}

@media (max-width: 1100px) {
	.ls_at, .ls_cnt{
		display: none;
	}
	.ls_num, .ls_name {
		width: 15%;
	}
	.ls_title {
		width: 70%;
	}
}

/* write */
/* .wr_line {
	width: 100%;
	height: 2px;
	background: #a6a6d1;
}
.write_tit {
	float: left;
	width: 17%;
	min-height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	color: #555;
	font-family: '나눔바른고딕','NanumBarunGothic',arial,sans-serif;	
	border-bottom: 1px solid #ddd;
	background: #f5f5f5;
}
.write_r {
	float: left;
	width: 83%;
	min-height: 50px;
	padding: 10px;
	border-bottom: 1px solid #ddd;	
}
.write_i {
	width: 100%;
	height: 30px;
	padding: 10px;
	border: 1px solid #ddd;
	font-size: 14px;
	color: #555;
	font-family: '나눔바른고딕','NanumBarunGothic',arial,sans-serif;	
}
 */
.wr_line {
	margin-bottom: 5px;
	line-height: 40px;
	font-size: 14px;
	color: #555;
	font-family: '나눔바른고딕','NanumBarunGothic',arial,sans-serif;
	background: #f5f5f5;	
}
.write_ti {
	float: left;
	width: 20%;
	height: 40px;
	padding: 0 1%;
}
.write_td {
	float: left;
	width: 80%;
	height: 40px;
	background: #fff;
}
.wr_lpt {
	width: 100%;
	height: 100%;
	padding: 1%;
	border: 1px solid #ddd;
	background: #fff;
}

.bbsbt_box {
	width: 100%;
	margin: 50px 0;
}
.bbs_bt {
	min-width: 100px;
	height: 30px;
	font-size: 14px;
	color: #fff;
	font-family: '나눔바른고딕','NanumBarunGothic',arial,sans-serif;	
	border: 0;
}

@media (max-width: 1100px) {
	.write_ti {
		width: 30%;
	}
	.write_td {
		width: 70%;
	}
}


/* show */
.show_title { 
	overflow: hidden;
	width: 100%;
	height: 50px;
	padding: 15px;
	text-align: center;
	font-size: 14px;
	color: #555;
	font-family: '나눔바른고딕','NanumBarunGothic',arial,sans-serif;	
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.bd_under {
	overflow: hidden;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 14px; 
	color: #666;
	font-family: '나눔바른고딕','NanumBarunGothic',arial,sans-serif;	
	border-bottom: 1px solid #ddd;
}
.txt_show {
	width: 100%;
	min-height: 300px;
	padding: 10px 0;
	line-height: 25px;
	font-size: 14px; 
	font-family: 'NanumGhothic','나눔고딕',sans-serif;
	border-bottom: 1px solid #ddd;
}
.filedown_bx {
	width: 100%;
	min-height: 40px;
	padding: 10px 0;
	line-height: 25px;
	font-size: 14px; 
	font-family: 'NanumGhothic','나눔고딕',sans-serif;
}
div.filedown_bx img {
	width: 15px;
	height: auto;
	margin-top: -5px;
}

.answer_bd {
	width: 100%; 
	min-height: 60px; 
	padding: 20px; 
	margin-bottom: 10px; 
	background-color: #f5f5f5;
}
.answer_lpt {
	float: left; 
	width: 85%; 
	height: 60px; 
	padding: 20px;
	font-size: 14px;
	color: #666;
	font-family: '나눔바른고딕','NanumBarunGothic',arial,sans-serif;
	border: 1px solid #ddd;	
}
.answer_bt {
	float: right; 
	width: 14%; 
	height: 60px; 
	border: 0; 
	line-height: 60px; 
	text-align: center; 
	font-size: 14px;
	color: #fff;
	font-family: '나눔바른고딕','NanumBarunGothic',arial,sans-serif;	
	background-color: #e15353
}
.answer_l {
	float: left;
	width: 5%;
}
.answer_r {
	float: left;
	width: 90%;
	height: auto;
	line-height: 23px;
	font-size: 14px;
	color: #666;
	font-family: '나눔바른고딕','NanumBarunGothic',arial,sans-serif;
}
.answer_del {
	float: right;
	width: 5%;
	text-align: right;
}
div.answer_del a {
	font-size: 14px;
	color: #e15353;
	font-family: '나눔바른고딕','NanumBarunGothic',arial,sans-serif;		
}


.pwd_popup {display: none; position: absolute; width: 310px; height: 30px; padding: 30px 10px; margin: -300px 0 0 240px; border: 1px solid #ebebeb; background-color: #f4f4f4}
.pwd_ch_bt {float: right; width: 80px; height: 20px; padding: 5px 0; color: #fff; text-align: center; line-height: 20px; background-color: #e15353; cursor: pointer}


@media (max-width: 1100px) {
	.answer_lpt {
		width: 79%;
	}
	.answer_bt {
		width: 20%;
	}
	.answer_l {
		width: 10%;
	}
	.answer_r {
		width: 80%;
	}
	.answer_del {
		width: 10%;
	}
}

.page_navigator {
	width: 100%;
	text-align:center;
}

.img_profile_thumb{
	width: 32px; 
	height: 32px;
}

.board_cmt_item {
	border-bottom: 1px solid #cdcdcd;
}




/* 테스트 페이지 */
.total-box {
	width: 330px;
	height: 129px;
	margin: 0 auto;
	background-color: #fff;
}
.img-box {
	width: 93px;
	height: 99px;
	margin: 15px 20px;
	margin-right: 25px;
}
.info-box {
	width: 184px;
	height: 41px;
	margin-top: 15px;
	text-align: left;
}
.info-top-text {
	font-family: 'KoBold';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: -0.04em;
	color: #231815;
	margin-top: 7px;
}
.info-top-text > span {
	font-family: 'KoMedium';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -0.04em;
	color: #231815;
}
.info-bottom-text {
	font-family: 'KoMedium';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 15px;
	letter-spacing: -0.07em;
	color: #97745A;
	margin-top: 6px;
}
.sns-box {
	width: 28px;
	height: 28px;
	cursor: pointer;
	margin-top: 28px;
}
.sns-box > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.speech-bubble {
	position: relative;
	width: 22px;
	height: 16px;
	margin-left: 13px;
}
.speech-bubble > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.profile-img {
	position: absolute;
	width: 6px;
	height: 6px;
	left: 3px;
	top: 0;
	line-height: 23px;
}
.profile-img > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.profile-img > span {
	letter-spacing: -0.1em;
	font-size: 8px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 7px;
	line-height: 27px;
}
.heart-box {
	width: 13px;
	height: 11px;
}
.heart-box > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.heart-number {
	width: 21px;
	height: 16px;
	font-size: 14px;
	font-weight: 500;
	margin-top: 5px;
	margin-left: 2px;
}
.desc-box {
	width: 330px;
	max-height: 108px;
	border-top: 1px solid #f1f1f1;
	padding-top: 11px;
	padding-bottom: 14px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
	text-align: left;
	overflow-y: hidden;
	position: relative;
	font-family: 'KoMedium';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	background-color: #fff;
}
.desc-box .read-more {
	position: absolute;
	z-index: 2;
	bottom: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 30px;
	background: linear-gradient(to top, #fff, #fff 10%, transparent);
}
.none-read-more {
	position: absolute;
	z-index: 2;
	bottom: 0;
	margin: 0;
}
.none-desc-box {
	width: 330px;
	border-top: 1px solid #f1f1f1;
	padding-top: 11px;
	padding-bottom: 14px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
	text-align: left;
	overflow-y: auto;
	font-family: 'KoMedium';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	background-color: #fff;
}

.schedule-box {
	border-top: 1px solid #f1f1f1;
	width: 330px;
	height: 165px;
	background-color: #fff;
	margin: 0 auto;
}

.schedule-text-box {
	width: 90%;
	height: 100px;
	margin: 0 auto;
	margin-top: 20px;
}

.schedule-text-menu {
	font-family: 'KoMedium';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	letter-spacing: -0.02em;
	color: #444444;
}

.schedule-text-desc {
	margin-left: 26px;
	font-family: 'KoBold';
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	color: #111111;
}

.schedule-text-addr {
	margin-left: 85px;
	font-family: 'KoMedium';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: -0.06em;
	color: #977459;
}

.arrow-top,
.arrow-bottom {
	position: relative;
	float:right;
	width:30px;
	height:30px;
	margin-right:20px;
	margin-top:30px;
}

.arrow-bottom::after {
	position: absolute;
	left: 6px; 
	top: 3px; 
	content: '';
	width: 15px; /* 사이즈 */
	height: 15px; /* 사이즈 */
	border-top: 1px solid #000; /* 선 두께 */
	border-right: 1px solid #000; /* 선 두께 */
	transform: rotate(135deg); /* 각도 */
}

.arrow-top::after {
	position: absolute;
	left: 6px; 
	top: 12px; 
	content: '';
	width: 15px; /* 사이즈 */
	height: 15px; /* 사이즈 */
	border-top: 1px solid #000; /* 선 두께 */
	border-right: 1px solid #000; /* 선 두께 */
	transform: rotate(315deg); /* 각도 */
}

.number-of-time {
	font-family: 'KoBold';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	letter-spacing: -0.02em;
	color: #231815;
	margin-top: 3px;
	margin-right: 15px;
}
.number-of-time > span {
	font-family: 'KoBold';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	letter-spacing: -0.02em;
	color: #318A86;
}

.flt-left {
	float: left;
}

.flt-right {
	float: right;
}

.img-100-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
    padding: 0;
}

.review-box {
	width: 330px;
	height: 360px;
	margin: 0 auto;
	background-color: #fff;
	margin-top: 24px;
	border-radius: 8px;
	padding-top: 29.5px;
}
.review-title {
	font-family: 'KoBold';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	color: #333333;
	margin-bottom: 15.42px;
}
.review-star {
	width: 28.63px;
	height: 28.63px;
}
.review-star-box {
	width: 171.77px;
	height: 28.63px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	margin-top: 19.42px;
}
.msg-box {
	width: 280px;
	height: 91.25px;
	margin: 0 auto;
	margin-bottom: 26px;
	margin-top: 28px;
}
.msg-textarea {
	resize: none;
	width: 100%;
	height: 100%;
	padding-left: 18px;
	padding-top: 13px;
	font-family: 'KoMedium';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	border: 1px solid #DDDDDD;
}
.bottom-text {
	font-family: 'KoMedium';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 15px;
	text-align: center;
	color: #888888;
	margin-top: 20px;
}

/* 수업현황 작은 버튼 */
.sm-btn {
    width: 90px;
    height: 32px;
    color: #fff;
    font-family: 'KoBold';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

/* 수업현황 중간 버튼 */
.md-btn {
    width: 130px;
    height: 32px;
    color: #fff;
    font-family: 'KoBold';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

/* 수업현황 큰 버튼 */
.lg-btn {
    width: 230px;
    height: 41px;
    color: #fff;
    font-family: 'KoBold';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    border-radius: 5px;
    border: none;
    cursor: pointer;
	margin-left: 50%;
	transform: translate(-50%, 0);
}

.btn-green {
    background-color: #318A86;
}

@font-face {
    font-family: 'KoBold';
    src: url('/fonts/KoPubDotumBold.ttf');
}

@font-face {
    font-family: 'KoLight';
    src: url('/fonts/KoPubDotumLight.ttf');
}

@font-face {
    font-family: 'KoMedium';
    src: url('/fonts/KoPubDotumMedium.ttf');
}

@font-face {
    font-family: 'KoreaYNS';
    src: url('/fonts/KoreaYNS.ttf');
}

.review-star{
    margin: 0px auto;
    width: 200px;
    text-align: center;
}

.img-star{
    width: 28.63px;
    height: 28.63px;
}

.bg-navbar {
    background-color: #F3F0EB;
    height: 82px;
}

.header-title {
	text-align: center;
	font-family: 'KoBold';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 22px;
	text-align: center;
	color: #4E5253;
}

.container-header {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-left: 37px;
	padding-right: 25px;
}

.nav-menu-list {
	margin: 0 auto;
}

.nav-menu-list > li {
	margin-right: 30px;
}

.my-info-logout {
	width: 248px;
	height: 47px;
	display: flex;
	justify-content: space-between;
}

.my-info-logout > input {
	width: 119px;
	background: #FFFFFF;
	border-radius: 7px;
	border: none;
	font-family: 'KoLight';
	font-style: normal;
	font-size: 18px;
	color: #4E5253;
}

.instructors-table thead tr th {
	background-color: #99938A;
	border: 1px solid #B3B3B3;
	text-align: center;
	color: #FFFFFF;
	height: 40px;
	vertical-align: middle;
}

.instructors-table tbody tr td {
	background-color: #FFFFFF;
	border: 1px solid #B3B3B3;
	text-align: center;
	height: 50px;
	vertical-align: middle;
}

.instructors-table tbody tr:hover td {
	background-color: #F3F0EB;
	cursor: pointer;
}

.record-table thead tr th {
	background-color: #99938A;
	border: 1px solid #B3B3B3;
	text-align: center;
	color: #FFFFFF;
	height: 40px;
	vertical-align: middle;
}

.record-table tbody tr td {
	background-color: #FFFFFF;
	border: 1px solid #B3B3B3;
	text-align: center;
	height: 50px;
	vertical-align: middle;
	word-wrap: break-word; 
	table-layout: auto; 
	white-space: pre-wrap; 
	max-width: 350px;
}

.record-table thead tr th:nth-child(1) {
	width: 15%;
}

.record-table tbody tr:hover td {
	background-color: #F3F0EB;
	cursor: pointer;
}

.instructors-title {
	width: 100%;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 18px;
}

.instructors-str-title {
	font-family: 'KoBold';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 26px;
	color: #4E5253;
}

.instructors-type {
	width: 149px;
	height: 46px;
	font-family: 'KoMedium';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	display: flex;
	align-items: center;
	color: #888581;
	padding-left: 15px;
	border: 1px solid #99938A;
}

.select-center {
	width: 119px;
	height: 46px;
	font-family: 'KoMedium';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	/* display: flex; */
	align-items: center;
	color: #888581;
	padding-left: 15px;
	border: 1px solid #99938A;
}

.select-center-agree {
	width: 119px;
	height: 46px;
	font-family: 'KoMedium';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	/* display: flex; */
	align-items: center;
	color: #888581;
	padding-left: 15px;
	border: 1px solid #99938A;
	margin-right: 5px;
}

.add-agree-input {
	width: 250px;
	height: 46px;
	font-family: 'KoMedium';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	/* display: flex; */
	align-items: center;
	color: #888581;
	padding-left: 15px;
	border: 1px solid #99938A;
}

.search-type-button {
	width: 80px;
	height: 46px;
	border: 1px solid #99938A;
}

.date-selector-input {
	width: 110px;
	height: 46px;
	padding-left: 8px;
	border: 1px solid #99938A;
}

.inst-form-input {
    width: 100%;
	height: 28px;
    background-color: #FDFCFB;
	border: 1px solid #F1EBE5;
    border-radius: 5px;
}

.inst-form-textarea {
	width: 100%;
	height: 80px;
	background-color: #FDFCFB;
	border: 1px solid #F1EBE5;
    border-radius: 5px;
}

.inst-form-button {
	width: 19%;
	height: 28px;
	background-color: #FDFCFB;
	border: 1px solid #F1EBE5;
    border-radius: 5px;
	font-size: 14px;
	color: #99938A;
}

.inst-form-input-b {
	width: 80%;
	height: 28px;
    background-color: #FDFCFB;
	border: 1px solid #F1EBE5;
    border-radius: 5px;
}

.inst-form-profile {
    width: 100%;
	height: 78px;
    background-color: #FDFCFB;
	border: 1px solid #F1EBE5;
    border-radius: 5px;
}
.bt-accept-inst {
    margin-top:5px;
    width: 100%;
    height: 45px;
    border-radius: 4px;
    background-color: #99938A;
    border: 0px;
    color: white;
    font-size: 18px;
}

.instructors-input {
	width: 270px;
	height: 46px;
	margin-left: 13px;
	padding-left: 16px;
	border: 1px solid #99938A;
}

.instructors-type-box {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.search-icon-box {
	width: 48px;
	height: 100%;
	position: absolute;
	right: 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.search-icon-box > img {
	width: 23px;
	height: 23px;
	object-fit: cover;
}

.white-rect {
    border-radius: 10px;
    padding: 30px;
    width: 100%;
    min-height: 100px;
    background-color: white;
    box-shadow: 0px 1px 3px 3px rgba(212, 200, 187, 0.2);
    color: #414141;
}

table.info-table td:nth-child(1){
    font-weight: bold;
}
table.info-table tr{
    height: 30px;
}

.txt-col-header {

    font-weight: bold;
}

.add-ticket-title {
	height: 40px;
	display: flex;
	margin-bottom: 30px;
}

.add-ticket-select-box {
	width: 20%;
	height: 40px;
	margin: 0 5px;
	padding-left: 5px;
	font-family: 'KoMedium';
	font-style: normal;
	font-size: 14px;
	letter-spacing: -0.04em;
	color: #414141;
	background: #FDFCFB;
	border: 1px solid #F1EBE5;
	border-radius: 5px;
}

.add-ticket-str {
	width: 10%;
	height: 40px;
	display: flex;
	align-items: center;
	font-family: 'KoBold';
	font-style: normal;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: -0.07em;
	color: #414141;
	margin-right: 5px;
}

.save-inst-btn {
	width: 60px;
	height: 26px;
	font-family: 'KoMedium';
	font-style: normal;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #535353;
	border-radius: 3px;
	margin-left: 5px;
}

.add-ticket-btn {
	width: 10%;
	height: 40px;
	font-family: 'KoMedium';
	font-style: normal;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #535353;
	border-radius: 3px;
	margin-left: 5px;
}

.add-ticket-btn-agree {
	width: 10%;
	height: 45px;
	font-family: 'KoMedium';
	font-style: normal;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #535353;
	border-radius: 3px;
	margin-left: 5px;
}

.add-ticket-table thead tr th {
	background-color: #99938A;
	border: 1px solid #B3B3B3;
	text-align: center;
	color: #FFFFFF;
	height: 47px;
	vertical-align: middle;
}

.add-ticket-table tbody tr td {
	background-color: #FFFFFF;
	border: 1px solid #B3B3B3;
	text-align: center;
	height: 52px;
	vertical-align: middle;
}

.schedule-title {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.schedule-selector-date {
	font-family: 'KoMedium';
	font-style: normal;
	font-size: 16px;
	line-height: 18px;
	color: #888581;
}

.approved-btn {
	width: 80px;
	height: 39px;
	background: #8587AE;
	border-radius: 5px;
}

.return-btn {
	width: 80px;
	height: 39px;
	background: #BBBBBB;
	border-radius: 5px;
}

.inst-pic-preview {
    width:120px; height:120px; 
    object-fit: cover; border-radius: 50%;
}

.inst-pic-noimg {
    background-color: #efefef; 
    width:120px; height:120px; 
    object-fit: cover; 
    border-radius: 50%; 
    text-align: center; line-height: 120px;
}

.center-new-div {
	width: 200px; 
	height: 150px; 
	float: left; 
	margin: 3px; 
	position: relative;
}

.center-new-img {
	width: 200px; 
	height: 150px; 
	object-fit: cover; 
	border-radius: 10px;
}

.photo-delete {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	background-color: #FFFFFF;
	text-align: center;
}

.center-imgs-cl {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
}

.admin-sche-chk-table {
	width: 100%;
	table-layout: fixed;
	text-align: center;
}

.admin-sche-chk-table tr {
	width: 100%;
}

.admin-sche-chk-table thead tr th {
	border: 1px solid rgba(179, 179, 179, 1);
}

.admin-sche-chk-table tbody tr td, .admin-sche-chk-table tbody tr th {
	border: 1px solid rgba(179, 179, 179, 1);
}

.admin-sche-chk-table thead > tr > th {
	background: #99938A;
	height: 68px;
	font-family: 'KoBold';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
}

.admin-sche-chk-table tbody tr {
	height: 60px;
}

.admin-sche-chk-table tbody tr:nth-child(1) {
	background: #F3F0EB;
}

.admin-sche-chk-table tbody td:nth-child(1) {
	background: #F3F0EB;
	font-family: 'KoMedium';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	text-align: center;
	color: #4E5253;
}

.admin-sche-chk-cname {
	font-size: 24px;
	font-family: 'KoBold';
	color: #4E5253;
}

.admin-sche-chk-date {
	position: relative;
}

.admin-sche-chk-date > input {
	font-size: 14px;
	width: 206px;
	height: 46px;
	text-align: center;
	background: #F3F0EB;
	border-radius: 10px;
	color: #888581;
}

.admin-sche-chk-arrow-l {
	position: absolute;
	width: 10px;
	height: 10px;
	object-fit: cover;
	top: 50%;
	left: 14px;
	transform: translate(0, -50%);
}

.admin-sche-chk-arrow-r {
	position: absolute;
	width: 10px;
	height: 10px;
	object-fit: cover;
	top: 50%;
	right: 14px;
	transform: translate(0, -50%);
	cursor: pointer;
}

.admin-sche-chk-title {
	width: 100%;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
	align-items: center;
	margin-bottom: 10px;
}

.admin-sche-td-type {
	width: 50px;
	height: 30px;
	background-color: #FFFFFF;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	display:inline-block;
	margin-left: 5px;
	line-height: 30px;
}

.push-notify-input {
	display: block;
	width: 20%;
	padding: 0 10px;
	border-radius: 10px;
	border: 2px solid #ddd;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
}

.push-notify-input:focus {
	outline: none;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	border-color: #0088cc;
}

.push-notify-input:hover {
	border-color: #0088cc;
}

.push-notify-textarea {
	display: block;
	width: 100%;
	min-height: 150px;
	padding: 10px;
	border-radius: 10px;
	border: 2px solid #ddd;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	resize: none;
}

/* text-area focus 스타일 */
.push-notify-textarea:focus {
	outline: none;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	border-color: #0088cc;
}

/* text-area hover 스타일 */
.push-notify-textarea:hover {
	border-color: #0088cc;
}

/* submit 버튼 스타일 */
.push-notify-submit-btn {
	display: inline-block;
	background-color: #0088cc;
	color: #fff;
	border-radius: 10px;
	border: none;
	padding: 10px 20px;
	font-size: 16px;
	cursor: pointer;
}

/* submit 버튼 hover 스타일 */
.push-notify-submit-btn:hover {
	background-color: #005580;
}

.push-notify-radio-container {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	animation: fade-in 0.3s ease;
	animation-fill-mode: forwards;
	margin-right: 15px;
}

.push-notify-radio-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.push-notify-radio-checkmark {
	position: relative;
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 2px solid #ccc;
	margin-right: 10px;
	transition: all 0.2s ease;
}

.push-notify-radio-checkmark::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	width: 8px;
	height: 8px;
	background-color: #0088cc;
	border-radius: 50%;
	transition: all 0.2s ease;
}

/* radio 버튼 checked 스타일 */
.push-notify-radio-container input:checked + .push-notify-radio-checkmark::after {
	transform: translate(-50%, -50%) scale(1);
}

/* radio 버튼 hover 스타일 */
.push-notify-radio-container:hover .push-notify-radio-checkmark {
	border-color: #0088cc;
}

/* radio 버튼 focus 스타일 */
.push-notify-radio-container input:focus + .push-notify-radio-checkmark {
	box-shadow: 0 0 0 2px rgba(0, 136, 204, 0.5);
}

/* fade-in 애니메이션 */
@keyframes fade-in {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.radio-container {
	display: flex;
	justify-content: flex-start;
	width: 15%;
	margin-right: 10px;
}

.radio-container2 {
	display: flex;
	justify-content: flex-start;
	width: 15%;
}

.radio-container-withdraw {
	display: flex;
	justify-content: flex-start;
	width: 100%;
}

.radio-t-box {
	display: flex;
	justify-content: flex-start;
	width: 100%;
}