@font-face {
    font-family: 'Noto Sans CJK KR';
    src: url('fonts/NotoSerifCJKkr-Light.otf') format('opentype');
    font-weight: normal;
}
body {
	font-family: 'Noto Sans CJK KR', sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #fff;
	overflow-x: hidden;
	transition: none;
	padding-right: 0 !important;
}
body:has(#fullpage){
	opacity: 0;
}
body:has(.fullpage-wrapper) {
	opacity: 1!important;
}
article img {
    max-width: 100%;
}
ul {
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	color: #232323;
	transition: 0.5s ease;
}
input[name="agreement"] {
    margin: 4px 7px 0;
        position: relative;
    top: 1px;
}
a:hover,
a:active,
a:focus {
	color: #0fa5a8;
	text-decoration: none;
	outline: none;
}
select::-ms-expand {
	display: none;
}
a i.arrow-right {
	float: right;
}
a i.arrow-right:before {
	content: '';
	display: block;
	width: 45px;
	margin-top: 25px;
	border-top: 2px solid #fff;
}
a i.arrow-right:after {
	content: '';
	display: block;
	width: 15px;
	border-top: 2px solid #fff;
	transform: rotate(30deg);
	position: relative;
	top: -6px;
	left: 32px;
}
body:has(.navbar-collapse.collapse.in) ,body:has(.navbar-collapse.collapsing) {
    overflow-y: hidden;
}
body.modal-open {
    padding-right: 0 !important;
}
.modal-backdrop.in {
    opacity: 0.7;
}
.modal-content {
    box-shadow: none;
    background: none;
    border: none;
}
.modal-content button.close {
    width: 15px;
    height: 15px;
    background-image: url(../images/process_popup_close.png);
    position: absolute;
    right: 12px;
    top: 12px;
    opacity: 1;
}
.modal-open .modal.fade.in {
    display: flex!important;
    align-items: center;
}
.modal.in .modal-dialog {
    margin-top: 0;
    margin-bottom: 0;
    width: 1170px;
    height: 100%;
    overflow-y: hidden;
    /*border-radius: 20px;*/
}
.modal-lg {
    width: auto!important;
}
.wrap-sticky{
	position:relative;
	max-height: 110px;
}
nav.navbar.bootsnav.fixed {
	position: fixed;
	top: 0;
}
nav.navbar.bootsnav {
	z-index: 999;
	width: 100%;
	background-color: rgba(0,0,0,0);
	transition: 0.5s ease;
	border: none;
}
nav.navbar.bootsnav ul.nav>li>a {
	font-size: 18px;
	font-weight: 400;
	color: #000;
	padding: 0px;
	margin: 45px 20px 45px 0;;
}
nav.navbar.bootsnav ul.nav>li>a {
	font-size: 18px;
	font-weight: 400;
	color: #000;
	padding: 0px;
	margin: 45px 20px 45px 0;;
}
nav.navbar.bootsnav ul.nav>li>a img{
	padding-right: 5px;
}
nav.navbar.bootsnav ul.nav>li>a:hover {
	color: #0fa5a8;
}
nav.navbar.bootsnav ul.nav>li.dropdown:hover .dropdown-menu {
	display: block;
}
nav.navbar.bootsnav ul.nav>li:last-child > a{
	margin-right: 0;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: #fff!important;
}
nav .navbar-brand {
	padding: 15px;
}
nav.navbar .search ,nav.navbar .language ,nav.navbar.bootsnav ul.nav>li>a {
	transition: 0.3s ease;
}
nav.navbar .navbar-brand > img {
	transition: 0.3s ease;
	width: 100%;
}
nav.navbar.bootsnav.fixed-small {
	background-color: rgba(0,0,0,0.5);
}
.wrap-sticky nav.navbar.bootsnav.sticked {
	background-color:rgba(255,255,255,0.8);/*rgba(255,255,255,0.8) ;*/
	backdrop-filter: blur(3px);
}
nav.navbar.bootsnav:after {
	content: '';
	display: block;
	height: 0px;
	transition: 0.3s ease;
	position: relative;
	z-index: 0;
}
.form-template-type2 .has-feedback .form-control-feedback {
	top: 5px;
	right: 7px;
}
.form-template-type2 .help-block {
	top: -35px;
	left: 0;
	font-size: 16px;
	font-weight: 400;
	width: 100%;
	text-align: right;
	background:none;
}
#form-template .file-input {
	position: relative;
	width: 100%;
}

#form-template .file-input .upload-file {
	background-color: red;
	position: absolute;
	width: 100%;
	height: 45px;
	z-index: 3;
	left: 0;
	top: unset;
	cursor: pointer;
}

#form-template .file-input .filename {
	border: none;
	box-shadow: none;
	font-size: 15px;
	font-weight: 500;
	color: #a3a3a3;
}
#form-template  .input-group-addon {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	height: 45px;
	line-height: 45px;
	padding: 0 15px;
	font-size: 16px;
	border: none;
}
#form-template .file-input .filename {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.select_lang:hover .dropdown-menu{
                display: block;
                min-width: auto;
                float: left;
                right: -10px;
                font-size: 18px;
              }
.form-template-type2 .btn {
	padding: 15px 25px;
	border-radius: 30px;
}
.form-template-type2 .btn:hover {
	background-color: #0fa5a8;
	color: #fff;
}
.dropdown {
  position: relative;
}
 
.dropdown input{
  width: 100%;
  padding-right: 25px;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 999;
  padding: 10px 0px;
  margin-top: 15px;
  border-radius: 20px;
}
.dropdown-content-date{
  position: absolute;
  width: 100%;
  z-index: 999;
  margin-top: 15px;
}
.dropdown-content a {
  color: black;
  padding: 13px 20px;
  text-decoration: none;
  display: flex;
  font-size: 15px;
  color: #000;
  font-weight: 400;
}
.dropdown-content a .dropdown-radio{
	display: block;
	width: auto;
	position: absolute;
	right: 10px;
}
.dropdown-icon,.dropdown-icon-date {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 20px;
}
.form-control{
	border: none;
	background-color: #fff;
	border: 1px solid #0fa5a8;
    
	border-radius: 10px;
	font-size: 16px;
	font-weight: 400;
	color: #000;
}
input.form-control:focus{
	outline: none;
    box-shadow: 0 0 5px rgba(15,165,168,0.6);
}
input.form-control {
	line-height: 48px;
	height: 48px;
}
.custom-event-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  padding: 2px;
  border-radius: 20px;
}
.fc .fc-daygrid-day.fc-day-today{
	background: none;
}
.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    position: absolute;
    min-height: 30px;
    width: 100%;
    top: 40%;
  }
.fc-h-event{
		background:none;
		border:none;
}
.fc .fc-today-button.fc-button-primary:disabled,.fc .fc-today-button.fc-button-primary{
	background:#0fa5a8;
	opacity: 1;
		color: #fff;
		border:1px solid #0fa5a8;
		border-radius: 20px;
}
.fc-direction-ltr .fc-button-group>.fc-button:not(:last-child){
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	width: 80px;
	font-size: 18px;
	font-weight: 500;
	max-height: 40px;
}
.fc .fc-toolbar-title{
	font-size: 30px;
	font-weight: 600;
}
.fc .fc-button .fc-icon{
	font-size: 30px;
}
.fc-direction-ltr .fc-button-group>.fc-button:not(:first-child){
	position: absolute;
    right: 0px;
}
.fc-toolbar-chunk:first-child .fc-button-group{
	display:block;
}
.fc-toolbar-chunk:first-child{
	width: 42%;
}
.fc-toolbar-chunk:first-child,.fc-toolbar-chunk:last-child{
	width: 42%;
}
.fc-toolbar-chunk:nth-child(2){
	width: 16%;
	text-align: center;
}
.fc .fc-prev-button.fc-button-primary,.fc .fc-next-button.fc-button-primary,.fc fc-prev-button.fc-button-primary:hover,.fc fc-next-button.fc-button-primary:hover{
	background:none;
		border:none;
		color:#000;
}
.fc-direction-ltr .fc-button-group>.fc-button:not(:last-child):hover{
	background:#0fa5a8;
		color: #fff;
		border:1px solid #0fa5a8;
		cursor: pointer;
}
.fc-direction-ltr .fc-button-group>.fc-button:not(:first-child) {
    margin-left: -1px;
    border-top-left-radius: 0.25em;
    border-bottom-left-radius: 0.25em;
 }
	.fc .fc-button {
	    background-color: none;
	    border: none;
	    padding: 0px;
	    line-height: 1.5;
	    border-radius: .25em
	}
	.fc .fc-button:focus {
	    outline: 0;
	    box-shadow: none;
	}
	.fc .fc-button-primary:focus,.fc .fc-button-primary:not(:disabled).fc-button-active:focus,.fc .fc-button-primary:not(:disabled):active:focus {
	    box-shadow: none;
	}
.fc .fc-toolbar.fc-header-toolbar{
  margin-bottom: 30px
}
.event-title {
  font-weight: bold;
  /*margin-bottom: 3px;*/
}
.event-time {
  font-size: 0.8em;
  color: #666;
}
.color03{
	background:#d4d4d4;
	color: #000;
	
}
.color02{
	background:#0fa5a8;
	color: #fff;
	
}
.color01{
	background:#ffc73f;
	color: #000;
	
}
.item-date-content{
	margin-top: 60px;
	padding: 0px;
}
.my_class.item-date-content{
	padding: 0px;
    margin: 60px 15px 0px 15px;
}
.class_calendar{
	max-width: 1170px; 
	background: #fff;
	padding: 30px 20px;
	border-radius: 20px;
	max-height: 970px;
}
.search-container {
    padding: 0 15px;
}
.search-box {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    margin-right: 20px;
}
.search-input {
    flex: 1;
    position: relative;
}
.search_colum{
	margin-right: 20px;
}
.search-input input {
    width: 100%;
    padding: 12px;
    border: 1px solid #0fa5a8;
    border-radius: 10px;
    font-size: 16px;
}
.search-input input:focus {
    border: 1px solid #0fa5a8;
    outline: none;
    box-shadow: 0 0 5px rgba(15,165,168,0.6);
}
.search-icon {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: url('/resource/home/ko/assets/images/web_user/search.png');
    background-repeat: no-repeat;
    cursor: pointer;
}
input[type="radio"] {
    padding-right: 0px;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fff;
    opacity: 1;
}
.modal-content {
	background-clip: padding-box;
	background-color: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 20px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	outline: 0 none;
	padding: 30px 40px 0px 40px;
}

.modal-dialog {
	z-index: 1200;
}
.modal-body {
	position: relative;
 	padding: 0px;
 	height: 630px;
 	overflow-y: auto;
 	overflow-x: hidden;
}
.modal_title{
	font-size: 24px;
	padding-bottom: 30px;
	font-weight: bold;
	color:#000;
	border-bottom: 1px solid #e5e5e5;
}
.modal_subtitle{
	font-size: 20px;
	font-weight: 400;
	color:#000;
	padding:30px 0px;
}
.modal_subtitle span{
	color: #0fa5a8;
}
.modal_row{
	padding: 40px 0px;
	max-width: 99%;
}
.modal_form_row{
	margin-left: 0px;
	max-width: 99%;
}
.modal_row .col-md-6 .btn-list{
	margin-bottom: 20px;
}
.modal_row .col-md-6 .btn-list:last-child{
	margin-bottom: 0px;
}
.modal_row .col-md-6 .btn-list .modal_green_btn{
	min-width:112px;
	background-color: #0fa5a8;
	border: 1px solid #0fa5a8;
	border-radius: 20px;
	color: #fff;
	font-size: 18px;
	padding:0px;
	line-height: 35px;
}
.modal_row .col-md-6 .btn-list span{
	padding-left: 20px;
	font-size: 20px;
	font-weight: 500;
	top: 4px;
	position: relative;
}
.modal-footer .btn-apply{
	border-radius: 30px;
	border: 1px solid #0fa5a8;
	background-color: #0fa5a8;
	color: #fff;
	font-size: 18px;
	padding: 10px 26px;
}
.modal-footer .btn-apply-close{
	border-radius: 30px;
	border: 1px solid #0fa5a8;
	background-color: #fff;
	color: #0fa5a8;
	font-size: 18px;
	padding: 10px 26px;
}
.modal_download{
	margin:30px 0px;
	border-radius: 30px;
	border:1px solid #e5e5e5;
	padding:0px 30px;
}
.modal_download .download_title{
	font-size:18px;
	font-weight: 400;
	line-height: 50px;
	position: relative;
}


.inmodal .modal-body {
	background: #f8fafb;
}
.modal-header {
	padding:0px;
	padding-bottom: 30px;
}
.modal-header h2{
	font-size: 28px;
	font-weight: bold;
	margin:0px;
}
.modal-header h2 a.yellow_btn{
	background-color: #ffc73f;
	border: 1px solid #ffc73f;
	border-radius: 20px;
	color: #000;
	font-size: 15px;
	padding: 0px 12px;
	line-height: 30px;
	float: right;
}
.modal-header h2 a.green_btn{
	background-color: #0fa5a8;
	border: 1px solid #0fa5a8;
	border-radius: 20px;
	color: #fff;
	font-size: 15px;
	padding: 0px 12px;
	line-height: 30px;
	float: right;
}
nav .user_brand{
	padding:0px;
}
nav.navbar.bootsnav ul.user_nav_ul>li>a {
	margin: 10px 20px 10px 0;
	color: #000;
}
.user_nav_ul {
	margin-right: 15px;
}
.user_nav{
	padding:30px 35px 0px 45px;
}
.form-template-type2 .group .title,.form-template-type2 .group .title {
font-size: 20px;
font-weight: 400;
color: #000;
margin-bottom: 6px;
}
.form-template-type2 .group .title:before,.form-template-type2 .group .title:before {
content: '';
width: 7px;
height: 7px;
background-color: #0fa5a8;
border-radius: 50%;
display: inline-block;
margin: 5px 10px 5px 0;
}
.form-template-type2 .group .form-control,.form-template-type2 .group .form-control{
border: none;
background-color: #f8f8f8;
box-shadow: none;
border-radius: 10px;
font-size: 16px;
font-weight: 400;
color: #000;
}
.form-template-type2 .group input.form-control,.form-template-type2 .group input.form-control {
line-height: 45px;
height: 45px;
}
.form-template-type2 .has-feedback .form-control-feedback {
top: 5px;
right: 7px;
}
.form-template-type2 .help-block {
top: -35px;
left: 0;
font-size: 16px;
font-weight: 400;
width: 100%;
text-align: right;
background:none;
}
#form-template .file-input {
position: relative;
width: 100%;
}
.user_login_btn{
width: 190px;
font-size: 18px;
color: #fff;
text-align: center;
background-color: #0fa5a8;
border:1px solid #0fa5a8;
margin-right: 15px;
}
.user_back_btn{
width: 190px;
font-size: 18px;
color: #0fa5a8;
text-align: center;
background-color: #eef2f6;
border:1px solid #0fa5a8;
}
.login_area{
	max-width:100%;
	position: relative;
	top: 13%;
	left: 22%;
	margin:0px;
}
.login_area_title{
	font-size: 35px;
	font-weight:bold;
	color: #000;
	margin-bottom: 20px;
	letter-spacing: -1px;
}
.login_area_subtitle{
	font-size: 20px;
	font-weight:400;
	color: #000;
	margin-bottom: 30px;
}
.login_area_subtitle span{
	color: #0fa5a8;
}
.action-area{
	text-align: center;
	margin-top: 30px;
}
.ui-datepicker{
  width:100%;
  background-color: #f8f8f8;
  padding:10px;
}
.ui-datepicker th{
  color: #0fa5a8;
}
.ui-widget-header{
  border:none;
  background-color: #f8f8f8;
}
.ui-datepicker table tbody{
  background:#fff;
}
.ui-state-default, .ui-widget-content .ui-state-default{
  border:none;
  background:#fff;
}
.ui-datepicker td span, .ui-datepicker td a{
  padding: 5px;
  text-align: center;
}
.ui-state-active, .ui-widget-content .ui-state-active{
  border-radius: 50%;
  background:#0fa5a8;
  color: #fff;
  line-height: 20px;
}
.ui-widget.ui-widget-content{
  border:none;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year{
  width: auto;
}
.ui-datepicker select.ui-datepicker-month{
  margin-right: 10px;
}
.dropdown-content-date{
  padding:10px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  background:#f8f8f8;
  border-radius:20px;
  border-radius:20px;
}
.dropdown-content-date button{
  border:none;
  background:none;
}
#prev_btn{
  padding-right: 25px;
  cursor: pointer;
}
#next_btn{
  padding-left: 25px;
  cursor: pointer;
}
.ui-datepicker-prev,.ui-datepicker-next{
  display: none;
}
.form-inline .form-control{
  width: 100%
}
.pdf_area{
max-width: 1170px;
background: #fff;
padding: 30px 20px;
border-radius: 20px;
max-height: 970px;
}
.pdf_area .title{
font-size: 28px;
font-weight: bold;
padding-bottom:30px;
border-bottom: 2px solid #e5e5e5;
position: relative;
}
.pdf_area .title .btn_book_download{
position: absolute;
right: 0px;
border: 1px solid #0fa5a8;
background-color: #fff;
color: #0fa5a8;
border-radius: 20px;
top: 14%;
width: 140px;
}
.pdf_area .title .btn_book_download:hover{
background-color: #0fa5a8;
color: #fff;
}
.pdf_area .info::-webkit-scrollbar {
width: 10px;
}
.pdf_area .info::-webkit-scrollbar-track {
background: #dee6ee;
}
.pdf_area .info::-webkit-scrollbar-thumb {
background: #0fa5a8;
border-radius: 6px;
}
#show_pdf{
	margin-top:20px;
	text-align: center;
	max-height: 800px;
	overflow-y: scroll;
}
#description{
	margin-left:10px;
	position: relative;
	right: 10px;
	border: 1px solid #e5e5e5;
}
.left_bg{
	background-image: url(../images/web_user/left_bg.png);
	background-repeat:no-repeat;
	height: 100vh;
	background-size: cover;
}
.right_bg{
	background-image: url(../images/web_user/right_bg.png);
	background-repeat:no-repeat;
	height: 100vh;
	background-size: cover;
}
.footer_logo_area{
	display: flex; 
	align-items: center; 
	height: 200px;
}
.company-info1{
	display: grid; 
	justify-content: center;
	margin-left: -20px;
}
.company-info1 p:first-child{
	font-weight: bold;
	text-align: center;
}
.company-info2{
	display: flex;
	justify-content: end;
	right: -35px;
}
.company-left{
	background-color: #0fa5a8;
	padding: 22px 12px;
	color: #fff;
	border-radius: 20px;
	text-align: center;
	min-width: 130px;
	margin-right: 15px;
}
.company-right{
	background-color: #0fa5a8;
	padding: 22px 12px;
	color: #fff;
	border-radius: 20px;
	text-align: center;
	min-width: 130px;
}
.company-left p:first-child{
	margin:0px;
	padding-bottom: 20px;
	border-bottom: 1px solid #fff;
	font-weight:bold;
	font-size: 15px;
	padding-top: 5px;
}
.company-left p{
	margin:0px;
	padding-top: 20px;
	font-weight:400;
	font-size: 13px; 
}
.company-right p:first-child{
	margin:0px;
	padding-bottom: 20px;
	border-bottom: 1px solid #fff;
	font-weight:bold;
	font-size: 15px;
	padding-top: 5px;
}
.company-right p{
	margin:0px;
	padding-top: 20px;
	font-weight:400;
	font-size: 13px; 
}
.animated.modal.fade .modal-dialog {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.inmodal .modal-title {
	font-size: 26px;
}

.inmodal .modal-icon {
	font-size: 84px;
	color: #e2e3e3;
}

.modal-footer {
	margin-top: 0;
}
.form-template-type2 .group .title,.form-template-type2 .group .title {
	font-size: 20px;
	font-weight: 400;
	color: #000;
	margin-bottom: 6px;
}
.form-template-type2 .group .title:before,.form-template-type2 .group .title:before {
	content: '';
	width: 7px;
	height: 7px;
	background-color: #0fa5a8;
	border-radius: 50%;
	display: inline-block;
	margin: 5px 10px 5px 0;
}
.form-template-type2 .group .form-control,.form-template-type2 .group .form-control{
	border: none;
	background-color: #f8f8f8;
	box-shadow: none;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 400;
	color: #000;
}
.form-template-type2 .group input.form-control,.form-template-type2 .group input.form-control {
	line-height: 45px;
	height: 45px;
}
.form-template-type2 .has-feedback .form-control-feedback {
	top: 5px;
	right: 7px;
}
.form-template-type2 .help-block {
	top: -35px;
	left: 0;
	font-size: 16px;
	font-weight: 400;
	width: 100%;
	text-align: right;
	background:none;
}
.modal-open .modal.fade.in{
	display: block !important;
}
.agreements {
	background-color: #f8f8f8;
	border-radius: 10px;
	font-size: 12px;
	font-weight: 400;
	color: #000;
	padding: 15px;
	color: #666;
	height: 120px;
	overflow: auto;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color: #0fa5a8;
	border-color: #e83817;
}
.pagination > li > a, .pagination > li > span {
	border-radius: 5px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	padding: 0;
	text-align: center;
	overflow: hidden;
	font-size:16px;
	font-weight: 400;
	border-color: #fff;
	color: #000;
	margin: 0 5px;
	background: none;
	border: none;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	background: none;
}
.pagination  {
	margin-top: 35px;
	margin-bottom: 0px;
}
.container_row {
    height: 720px;
    margin: 20px 0px 5px 0px;
    position: relative;
    overflow: hidden;
}

.content {
    width: calc(100% - 20px);
    height: 100%;
    overflow-y: hidden;
}

.data-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-item {
    margin-bottom:18px;
    border-radius: 20px;
    background-color: #fff;
    padding: 30px 0px 20px 30px;
    position: relative;
    border: 1px solid #fff;
    min-height: 180px;
    height: auto;
    cursor: pointer;
}
.list-item.active {
    border: 1px solid #0fa5a8;
}
.list-item:hover {
    border: 1px solid #0fa5a8;
}
.scrollbar-track {
    position: absolute;
    right: 0px;
    top: 3px;
    bottom: 3px;
    width: 10px;
    background: #dee6ee;
    border-radius: 5px;
    display: none;
}
.scrollbar-thumb {
    position: absolute;
    width: 10px;
    background: #0fa5a8;
    border-radius: 4px;
    cursor: pointer;
}
.data-list .list-item .title{
	font-size: 22px; 
	font-weight:600;
	color: #000;
	margin-bottom: 10px;
}
.data-list .list-item .subtitle{
	font-size: 18px; 
	font-weight:400;
	color: #000;
	margin-bottom: 10px;
}
.data-list .list-item .right_top{
	position: absolute;
	right:10px;
	top: 10px;
}
.data-list .list-item .right_top span{
	color: #000;
	font-size: 15px;
	margin-right: 10px;
}
.data-list .list-item .right_top span.grey{
	color: #d4d4d4;
	font-size: 15px;
	margin-right: 10px;
}
.data-list .list-item .right_top .yellow_btn{
	background-color: #ffc73f;
	border: 1px solid #ffc73f;
	border-radius: 20px;
	color: #000;
	font-size: 15px;
	padding: 0px 12px;
	line-height: 30px;
	min-width: 65px;
}
.data-list .list-item .right_top .green_btn{
	background-color: #0fa5a8;
	border: 1px solid #0fa5a8;
	border-radius: 20px;
	color: #fff;
	font-size: 15px;
	padding: 0px 12px;
	line-height: 30px;
	min-width: 65px;
}
.data-list .list-item .right_top .grey_btn{
	background-color: #d4d4d4;
	border: 1px solid #d4d4d4;
	border-radius: 20px;
	color: #000;
	font-size: 15px;
	padding: 0px 12px;
	line-height: 30px;
	min-width: 65px;
}
.head_title .grey_btn {
          background-color: #d4d4d4;
          border: 1px solid #d4d4d4;
          border-radius: 20px;
          color: #000;
          font-size: 15px;
          padding: 0px 12px;
          line-height: 30px;
          min-width: 65px;
          float: right;
          margin-top: 10px;
      }
      .head_title .yellow_btn {
          background-color: #ffc73f;
          border: 1px solid #ffc73f;
          border-radius: 20px;
          color: #000;
          font-size: 15px;
          padding: 0px 12px;
          line-height: 30px;
          min-width: 65px;
          float: right;
          margin-top: 10px;
      }
      .head_title .green_btn {
          background-color: #0fa5a8;
          border: 1px solid #0fa5a8;
          border-radius: 20px;
          color: #fff;
          font-size: 15px;
          padding: 0px 12px;
          line-height: 30px;
          min-width: 65px;
          float: right;
          margin-top: 10px;
      }
.modal {
    top: 75px;
    bottom: 40px;
}
.modal-body::-webkit-scrollbar {
  width: 10px;
}
.modal-body::-webkit-scrollbar-track {
  background: #dee6ee;
}
.modal-body::-webkit-scrollbar-thumb {
  background: #0fa5a8;
  border-radius: 6px;
}
.btn_download{
  position: absolute;
  right: 0px;
  border:1px solid #0fa5a8;
  background-color: #fff;
  color: #0fa5a8;
  border-radius: 20px;
  top:16%;
  width: 140px;
}
.btn_download:hover{
  background: #0fa5a8;
  border:1px solid #0fa5a8;
  color: #fff;
}





footer {
	background-color: #000000;
	color: #fff;
	padding:60px 0;
}
footer .info p {
	margin:0 0 15px 0 !important;
}
footer .logo a img {
	padding-top: 20px;
}
footer .company-info {
	font-size: 15px;
	font-weight: 200;
}
footer .copyright {
	padding-top: 20px;
	margin-top: 15px;
	border-top: 1px solid #979aa2;
}
nav.navbar.bootsnav ul.nav>li.active>a {
	color: #65cc80!important;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color: #0fa5a8;
	border-color: #e83817;
}
.pagination > li > a, .pagination > li > span {
	border-radius: 5px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	text-align: center;
	overflow: hidden;
	font-size:20px;
	font-weight: 400;
	border-color: #fff;
	color: #000;
	margin: 0 5px;
	background: none;
	border: none;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	background: none;
}
.pagination  {
	margin-top: 30px;
	margin-bottom: 100px;
}
input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px !important;
    height: 20px;
    border-radius: 50%;
    outline: none;
    transition: border-color 0.3s;
    padding-right: 0px;
    position: relative;
    border: 2px solid #dcdcdc;
}
 
input[type="radio"]:checked {
    border-color: #0fa5a8;
    background-color: #0fa5a8;
    border: 2px solid #0fa5a8;
}
.notice-board-search {
	display: flex;
	flex-direction: row;
	justify-content: end;
}
.notice-board-search input {
	border: none;
	box-shadow: none;
	background-color: #f8f8f8;
	border-radius: 30px!important;
	height: 54px;
	line-height: 54px;
	width: 370px;
	font-size: 18px;
	margin: 0;
	padding: 0 15px;
}
.notice-board-search .input-group-addon {
	padding: 0;
	border: none;
}
.notice-board-search button.btn {
	position: absolute;
	width: 50px;
	height: 50px;
	padding: 0;
	background-color: unset;
	margin: 0;
	margin-top: 2px;
	margin-right: 2px;
	border-radius: 8px;
	border: none;
	background-image: url('../images/web/search-green.png');/*icon_search*/
	background-repeat: no-repeat;
	background-position: center;
	right: 0;
	top: 0;
	z-index: 9;
}
.notice-list .notice-head {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.notice-board tr td {
	padding: 20px 0;
}
.notice-board {
	width: 100%;
	font-size: 18px;
	color: #000;
	font-weight: 400;
}
.notice-board a {
	font-size: 18px;
	font-weight: 500;
}
.notice-board > tbody > tr:hover,.notice-board > tbody > tr:hover a{
	color: #0fa5a8 !important;
}
.notice-board .number, .notice-board .author, .notice-board .creat_at, .notice-board .view {
	width: 100px;
}
.notice-board tr {
	border-bottom: 2px solid #e5e5e5;
} 
.notice-board thead td {
	color: #000;
	font-size: 20px;
}
.notice-list .table-head ul {
	background-color: #f8f8f8;
	border-radius: 30px;
	display: block;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	height: 50px;
	font-size: 20px;
	color: #000;
	font-weight: 500;
	margin-left: -30px;
	margin-right: -30px;
}

.notice-list.sub2-2-new .table-head ul li:first-child {
	width: 10%;
	margin-left: 30px;
}
.notice-list.sub2-2-new .table-head ul li:nth-child(2) {
	width: 20%;
}
.notice-list.sub2-2-new .table-head ul li:nth-child(3) {
	width: 20%;
}
.notice-list.sub2-2-new .table-head ul li:nth-child(4) {
	width: 25%;
}
.notice-list.sub2-2-new .table-head ul li:last-child {
	width: 25%;
}
.notice-list .table-head ul li:first-child {
	width: 120px;
	margin-left: 30px;
}
.notice-list .table-head ul li:nth-child(2) {
	width: 100%;
}
.notice-list .table-head ul li:nth-child(3) {
	width: 120px;
}
.notice-list .table-head ul li:last-child {
	width: 160px;
}
.notice-list {
	padding: 0 30px;
}
.notice-list:after {
	content: '';
	display: table;
	clear: both;
}
.notice-head .form-group {
	margin-bottom: 0;
}
.notice-head {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
.subpage .notice-head .filter {
	margin-left: 0;
}
.article-detail .detail-header .title {
	font-size: 30px;
	font-weight: 500;
	padding: 50px 0;
}
.detail-navigation {
	padding-top: 100px;
	margin-bottom: 100px;
}
.detail-navigation ul li {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #e5e9ee;
	font-size: 22px;
	font-weight: 500;
	padding: 20px 0;
}
.detail-navigation ul li:last-child {
	border: none;
}
.detail-navigation ul li span {
	color: #0fa5a8;
	width: 150px;
}
.detail-navigation ul li span:last-child {
	color: #000;
}
.detail-navigation ul li a {
	width: 100%;
}
#form-template .radio-inline {
	font-weight: 400;
	width: 25%;
	margin-left: 0;
	margin-top: 15px;
}
#form-template .no-dot:before {
	display: none;
}
label:has(input[type='radio']) {
	float: left;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-right: 15px;
	padding-left: 10px;
}
label:has(input[type='radio']):before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
	border-radius: 12px;
    margin-right: 5px;
    left: 0;
    bottom: 0;
    background-color: #f5f5f5;
}
label:has(input[type='radio']:checked):before{
	background-color: #0fa5a8;
}
.item-date-area{
	background:#eef2f6;
	height: auto;
	padding:60px 80px 70px 80px;
}
.item-date-area .title{
	font-size: 35px;
	font-weight:bold;
	color: #000;
}
.item-date-area .subtitle{
	font-size: 20px;
	font-weight:400;
	color: #000;
}
.pdf_area .yellow_btn{
  background-color: #ffc73f;
  border: 1px solid #ffc73f;
  border-radius: 20px;
  color: #000;
  font-size: 15px;
  padding: 0px 12px;
  line-height: 30px;
  min-width: 65px;
  float: right;
}
.pdf_area .green_btn{
  background-color: #0fa5a8;
  border: 1px solid #0fa5a8;
  border-radius: 20px;
  color: #fff;
  font-size: 15px;
  padding: 0px 12px;
  line-height: 30px;
  min-width: 65px;
  float: right;
}
.col-md-6 .btn-list {
    margin-bottom: 20px;
}
.col-md-6 .btn-list .modal_green_btn {
    min-width: 112px;
    background-color: #0fa5a8;
    border: 1px solid #0fa5a8;
    border-radius: 20px;
    color: #fff;
    font-size: 18px;
    padding: 0px;
    line-height: 35px;
}
.col-md-6 .btn-list span {
    padding-left: 20px;
    font-size: 20px;
    font-weight: 500;
    top: 4px;
    position: relative;
}
.detail_area{
  max-height: 800px;
  /*overflow-y: scroll;*/
  overflow-x: hidden;
}
@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}
@media (min-width: 1400px) {
	.container {
		width: 1400px;
	}
	.modal-body {
	 	height: 400px;
	}
	
}
@media (max-width: 1400px) {
	.modal-body {
	 	height: 400px;
	}
	.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
	    
	    top: 30%;
	    max-height: 20px;
	}
	.custom-event-center{
		padding: 0px;
	}
	.fc .fc-daygrid-day-number {
   
	    padding: 0px 4px;
	}
	
}
@media (min-width: 1920px){
	.modal-body {
	 	height: 630px;
	}
}
@media (max-width: 1200px){
	
	nav.navbar.bootsnav ul.nav>li>a {
	    font-size: 18px;
	    margin: 45px 57px 45px 0;
	}
	nav.navbar.bootsnav ul.nav>li:last-child > a {
		margin-right: 15px;
	}
	footer .company-info {
		font-size: 14px;
	}
	.back2top {
		width: 50px;
		height: 50px;
		padding-top: 50px;
		overflow: hidden;
	}
	.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
	    
	    top: 30%;
	    max-height: 20px;
	}
	.custom-event-center{
		padding: 0px;
	}
	.fc .fc-daygrid-day-number {
   
	    padding: 0px 4px;
	}
}
@media (max-width:992px) {
	.navbar-brand {
		height: 90px;
	}
	nav.navbar.bootsnav ul.nav>li>a {
		margin: 10px 0;
	}
	nav.navbar.bootsnav.no-full .navbar-collapse {
		max-height: 100%;
		overflow: hidden!important;
	}
	
	nav.navbar.bootsnav.sticked:after{
		height: 0;
	}
	nav.navbar .navbar-brand > img {
		width: 80%;
	}
	nav.navbar.bootsnav ul.nav>li.dropdown .dropdown-menu {
		max-height: 550px;
		display: block!important;
	}
	nav.navbar.bootsnav .navbar-toggle {
		top: 16px;
	}
	.notice-board-search .input-group-addon {
		background-color: unset;
	}
	.notice-board .number,.notice-board .author {
		width: 50px;
	}
	.notice-board a ,.notice-board .number, .notice-board .author, .notice-board .creat_at, .notice-board .view{
		font-size: 14px;
	}
	.notice-board .creat_at{
		text-align: right;
	}
	.notice-list .table-head ul {
		font-size: 14px;
	}
	.notice-list .table-head ul li:first-child {
		width: 80px;
	}
	.notice-list .table-head ul li:last-child {
		width: 180px;
	}
	.detail-navigation ul li {
		font-size: 14px;
	}
	.detail-navigation ul li span {
		width: 150px;
	}
	.article-detail .detail-header .title {
		font-size: 20px;
	}	
}
@media (max-width:768px) {
	.item-date-area {
	    padding: 60px 10px 0px 10px;
	}
	.class_calendar {
	    height: 600px;
	}
	.fc-scrollgrid-sync-table{
		height: auto !important;
	}
	.fc-toolbar-chunk:nth-child(2) {
	    width: 40%;
	}
	.fc .fc-toolbar-title {
	    font-size: 18px;
	}
	.fc .fc-daygrid-day-frame {
	    min-height: 75px;
	}
	.fc-direction-ltr .fc-button-group>.fc-button:not(:last-child) {
	    width: 60px;
	    font-size: 16px;
	}
	.search-box,.search_colum{
		margin-right: 5px;
	}
	.search-container{
		margin-top: 30px;
		padding:0px;
	}
	.container_row{
		height: auto;
		overflow: auto;
	}
	.content {
	    width: 100%;
	    height: 100%;
	    overflow-y: auto;
	}
	.scrollbar-track{
		display: none;
	}
	.modal.in .modal-dialog {
	    width: 100%;
	    height: 100%;
	    overflow-y: auto;
	    border-radius: 0px;
	    margin:0px;
	}
	.modal-content {
	    padding: 30px 5px 0px 5px;
	}
	.modal-header h2 {
	    font-size: 22px;
	}
	.modal-header h2 a.yellow_btn,.modal-header h2 a.green_btn {
	    margin-right: 20px;
	}
	.modal-body {
	    height: 100%;
	}
	.modal_row .col-md-6 .btn-list:last-child {
	    margin-bottom: 20px;
	}
	.modal_row .col-md-6 .btn-list span {
	    font-size: 18px;
	}
	.form-template-type2 .group .title,.modal_subtitle{
	    font-size: 18px;
	}
	.form-template-type2 .group .title{
		font-size: 16px;
	}
	.data-list .list-item .subtitle{
		font-size: 12px;
	}
	.modal_title,.item-date-area .title{
		font-size: 20px;
	}
	.left_bg {
	    height: 30vh;
	}
	.right_bg {
	    overflow-x: hidden;
	}
	.login_page.login_area {
	    position: sticky;
	    padding: 0px 15px;
	    margin-top: 60px;
	}
	.my_class_page.login_area {
	    position: sticky;
	    padding: 0px 15px;
	    margin-top: 20px;
	}
	.login_area_title {
	    font-size: 20px;
	}
	.login_area_subtitle,.modal_download .download_title,.data-list .list-item .title,.data-list .list-item .right_top .yellow_btn,.data-list .list-item .right_top .green_btn,.data-list .list-item .right_top .grey_btn {
		font-size: 14px;
	}
	.btn_download{
		width: auto;
	}
	.modal_subtitle{
		font-size: 14px;
		letter-spacing: -1px;
	}
	.pdf_area {
	    max-width: 100%;
	    max-height: 100%;
	}
	.modal_form_row img{
		max-width: 100%;
	}
	.detail_area {
	    max-height: 100%;
	    overflow-y: auto;
	    overflow-x: auto;
	}
	.list-item.active,.list-item:hover{
		border: none;
	}
	.data-list .list-item .right_top {
	    top: 30px;
	}
	.list-item{
		min-height: 140px;
    	height: auto;
	}
	.user_login_btn,.user_back_btn{
		width: 100px;
		font-size: 16px;
		padding: 6px 12px !important;
	}
	.modal-footer{
		text-align: center;
	}
	.modal-footer .btn-apply,.modal-footer .btn-apply-close{
		font-size: 16px;
		padding: 6px 12px !important;
	}
	.action-area {
	    display: flex;
	    justify-content: center;
	}
	.user_page.row{
		margin: 0px;
	}
	.col-md-6 .btn-list .modal_green_btn,.modal_row .col-md-6 .btn-list .modal_green_btn {
	    min-width: 80px;
	    font-size: 16px;
	    line-height: 25px;
	}
	.col-md-6 .btn-list span,.modal_row .col-md-6 .btn-list span {
		padding-left: 10px;
		font-size: 14px;
	}
	.footer_logo_area{
		height: auto;
	}
	.company-info1 p:first-child{
	     letter-spacing: 0px; 
	}
	.company-info1 {
	     margin-left: 0px;
	     letter-spacing: -1.5px; 
	}
	.pagination > li > a, .pagination > li > span {
	    width: 30px;
	    height: 30px;
	    line-height: 30px;
	    font-size: 16px;
	}
	.my_class.item-date-content{
		padding: 0px;
	    margin: 60px 0px 0px 0px;
	}







	footer .company-info .item:last-child
	{
		right: 0px !important;
		justify-content: center !important;
	}
	.container {
		width: 100%;
	}
	body {
		font-size: 12px;
		opacity: 1!important;
	}
	nav.navbar.bootsnav .navbar-brand {
		height: 70px;
	}
	nav.navbar.bootsnav {
		position: relative;
	}

	nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
		color: #000;
		padding: 15px 10px;
	}
	nav.navbar.bootsnav .navbar-toggle {
	    margin-top: 26px;
	}
	nav.navbar.bootsnav ul.nav>li>a {
	    padding: 15px 10px;
			font-weight: 500;
			font-size: 18px;
	}
	nav #navbar-menu:hover >ul>li>a {
		padding: 15px 10px;
	}
	
	nav.navbar.bootsnav .navbar-toggle {
	    top: 15px;
	    position: absolute;
	    right: 15px;
	    margin: 0;
	}
	nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
		font-size: 18px;
	}
	.fixedbar {
		display: none;
	}
	nav.navbar.bootsnav .navbar-header {
		text-align: left;
	}
	nav.navbar.bootsnav .navbar-brand {
		padding-left: 0;
		padding-top: 12px;
	}
	nav.navbar.bootsnav .navbar-brand img {
		width: 60%;
	}
	nav.navbar.bootsnav.no-full .navbar-collapse , nav.navbar.bootsnav .navbar-nav{
        max-height: calc(100dvh - 75px);
        height: calc(100dvh - 75px);
        overflow: auto;
	}
	nav.navbar .language {
		margin: 0 auto;
		width: 140px;
		text-align: center;
	}
	nav.navbar .search {
		margin: 20px auto;
		width: 210px;
	}
	nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
		display: block!important;
		opacity: 1;
		max-height: 500px;
		 z-index: 99;
	}
	
	nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a{
		text-align: left;
		font-size: 15px;
		font-weight: 400;
		padding: 10px 0;
	}
	nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li {
		width: 50%;
		float: left;
	}
	nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li {
		width: 33.3333%;
	}
	nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a span:after {
		display: none;
	}
	nav.navbar.bootsnav:has(.navbar-collapse.collapse.in) {
		background-color: rgba(255,255,255,0.9);
	}
	footer .logo a img {
		padding-top: 0;
		padding-bottom: 30px;
		width: 60%;
	}
	footer .company-info {
		font-size: 12px;
		font-weight: 400;
	}
}
