
/* UNIVERSITY INDIVISUAL */
@import
	url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');


html, body {
	max-width: 100%;
	overflow-x: hidden; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}

/*---------------------
   CSS
-----------------------*/
.section-title {
	margin-bottom: 40px;
}

.section-title span {
	font-family: 'Pretendard';
	color: #1988df;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	display: block;
}

.section-title h2 {
  font-family: 'Pretendard';
	font-size: 30px;
	color: #2D383C;
	line-height: 50px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 20%;
	margin-bottom: 10px;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.spad {
	padding-top: 100px;
	padding-bottom: 100px;
}

.wrap {
	position: relative;
	width: 100%;
	background: #353A3B;
/* background: #207dff;
	background: -moz-linear-gradient(45deg, #207dff 0%, #00bd55 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, #207dff),
		color-stop(100%, #00bd55));
	background: -webkit-linear-gradient(45deg, #207dff 0%, #00bd55 100%);
	background: -o-linear-gradient(45deg, #207dff 0%, #00bd55 100%);
	background: -ms-linear-gradient(45deg, #207dff 0%, #00bd55 100%);
	background: linear-gradient(45deg, #207dff 0%, #00bd55 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#207dff',
		endColorstr='#00bd55', GradientType=1); 
		*/
}

.wrap .phone {
	margin: 0
}

.wrap .phone span {
	color: #fff;
}

.wrap .phone a {
	color: #fff;
	font-size: 12px;
	font-weight: 300;
}

.social-media {
	text-align: right;
}

.social-media a {
	color: #fff;
	font-size: 12px;
	margin-right: 20px
}

.social-media a:hover {
	color: #fff;
}

.social-media a:last-child {
	margin-right: 0px
}

.mobile-social-media {
	position: relative;
	width: 100%;
	padding: 10px;
	margin-bottom: 20px;
	text-align: center;
	background: #2D383C;
/* 	background: -moz-linear-gradient(45deg, #207dff 0%, #00bd55 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, #207dff),
		color-stop(100%, #00bd55));
	background: -webkit-linear-gradient(45deg, #207dff 0%, #00bd55 100%);
	background: -o-linear-gradient(45deg, #207dff 0%, #00bd55 100%);
	background: -ms-linear-gradient(45deg, #207dff 0%, #00bd55 100%);
	background: linear-gradient(45deg, #207dff 0%, #00bd55 100%); */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#207dff',
		endColorstr='#00bd55', GradientType=1);
}

.mobile-social-media a {
	color: #fff;
	font-size: 0.9rem;
	margin-right: 20px;
	font-weight: 400;
}
.mobile-social-media a:nth-child(3) {
	float: right;
}

.mobile-social-media a:hover {
	color: #fff;
}

/*---------------------
  Header
-----------------------*/
.header {
	position: relative;
	width: 100%;
	padding: 15px 0 15px 0;
	background: #fff;
}

.header.header-normal {
	position: relative;
	padding: 30px 0 30px;
}

.header__logo {
	width: 260px;
	height: 60px;
	padding-top: 10px;
}

.header__logo a img {
	max-width: 260px;
/* 	height: auto; */
}



.header__logo a {
	display: inline-block;
}

.header__menu {
	text-align: right;
	margin-top: 10px;
}

.header__menu ul li {
	list-style: none;
	display: inline-block;
	position: relative;
	margin-right: 40px;
	font-weight: 500;
}

.header__menu ul li a {
	font-family: 'Pretendard';
	font-weight: 500;
} 

.header__menu ul li.active a:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.header__menu ul li:hover a:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.header__menu ul li:hover .dropdown {
	top: 36px;
	opacity: 1;
	visibility: visible;
}

.header__menu ul li:last-child {
	margin-right: 0;
}

.header__menu ul li .dropdown {
	position: absolute;
	left: 0;
	top: 80px;
	width: 200px;
	background-color: rgba(238, 240, 242, 0.7);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
	border-radius: 0 20px 20px 20px;
	text-align: left;
	padding: 5px 0;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.header__menu ul li .dropdown li {
	display: block;
	margin-right: 0;
}

.header__menu ul li .dropdown li a {
	font-size: 16px;
	color: #353A3B;
	font-weight: 500;
	padding: 5px 20px;
	text-transform: capitalize;
}

.header__menu ul li .dropdown li a:hover {
/*	background: #50BFEE; */
/*	background: #dfa667; */
	opacity: 7;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
	color: #4B68FF;
	font-weight: 600;

}

.header__menu ul li .dropdown li a:after {
	display: none;
}

.header__menu ul li a {
	font-size: 19px;
	color: #353A3B;
	display: block;
	font-weight: 600;
	padding: 5px 0;
	position: relative;
}

.header__menu ul li a:after {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	background: #146DF3;
	content: "";
	-webkit-transition: all, 0.4s;
	-o-transition: all, 0.4s;
	transition: all, 0.4s;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.header__widget {
	text-align: right;
	color: #000;
}

.header__widget span {
	font-size: 14px;
}

.header__widget span a {
	color: #000;
}

.header__widget span a:hover {
	color: #dfa667;
}

.offcanvas-menu-wrapper {
	display: none;
}

.canvas__open {
	display: none;
}

/*---------------------
  mainimg-section
-----------------------*/
.mainimg-section {
	position: relative;
}

.mainimg-img {
	width: fit-content;
	position: absolute;
	z-index: 99;
	left: 50%;
	top: 30%;
	transform: translate(-50%, 100%);
}
.mainimg-img ul {
	display: flex;
	margin: 0 auto;
}
.mainimg-img ul li {
	margin: 0 30px;
}
.mainimg-img ul li img {
	width: 150px;
	height: auto;
}

.mainimg-section .mainimg-items {
	height: 450px;
	padding: 200px 0;
}

.mainimg-section .mainimg-items  .mainimg-txt {
	position: relative;
	width: 100%;
	text-align: center;
}

.mainimg-section .mainimg-items  .mainimg-txt h2 {
	color: #ffffff;
	font-size: 54px;
	font-weight: 700;
	line-height: 50px;
	letter-spacing: -0.05em;
	text-transform: uppercase;
	margin-bottom: 25px;
	position: relative;
}

.mainimg-section .mainimg-items  .mainimg-txt p {
	color: #ffffff;
	font-size: 25px;
	font-weight: 400;
	line-height: 30px;
	position: relative;
}

.mainimg-section .mainimg-items span {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}

/*---------------------
  notice-section 
-----------------------*/
.notice-section {
	padding-top: 50px;
	padding-bottom: 50px;
}

/*---------------------
  Schedule Section
-----------------------*/
.schedule-section {
/* 	padding-bottom: 30px; */
	width: 100%;
	height: auto;
}

.schedule-tab {
	width: 100%;
}

.schedule-tab .nav-tabs {
	width: fit-content;
/* 	margin: 0 auto; */
	border: none;

}

.schedule-tab .nav-tabs .nav-item .nav-link {
	width: 220px;
	height: 58px;
	background-color: #EEF1F2;
	border-radius: 15px 15px 15px 0;
	text-align: center;
	box-shadow: -6px -6px 10px rgba(255, 255, 255, 0.8),
        			5px 5px 10px rgba(0, 0, 0, 0.15);	
  opacity: 0.5;
	transition: all 0.3s ease-in-out;  
}

.schedule-tab .nav-tabs .nav-item .nav-link.active {
	width: 220px;
	height: 58px;
	background-color: #EEF1F2;
	border-radius: 15px 15px 15px 0;
	text-align: center;
	box-shadow: -6px -6px 10px rgba(255, 255, 255, 0.8),
        			5px 5px 10px rgba(0, 0, 0, 0.15);	
  opacity: 1;
}

.schedule-tab .nav-tabs .nav-item:hover {
	border-radius: 15px 15px 15px 0;
  color: #146DF3;	
  filter: blur(0.1px);
  opacity: 1;
	box-shadow: inset -4px -4px 8px rgba(255, 255, 255, 0.7),
          		inset 6px 6px 14px rgba(0, 0, 0, 0.1);
	transition: all 0.2s ease-in-out;          		
}


.schedule-tab .nav-tabs .nav-item:active {
  opacity: 1;
}

.schedule-tab .nav-tabs .nav-item:nth-child(2) {
	margin: 0 20px;
}

.schedule-tab .nav-tabs .nav-item:last-child {
	border-right: none;
}

@media (max-width: 419px) {
	.schedule-tab .nav-tabs {
		width: 300px;
		margin: 0 auto;
		border: none;
	}
	
	.schedule-tab .nav-tabs .nav-item {
		width: 33.3%;
		text-align: center;
	}
	.schedule-tab .nav-tabs .nav-item:nth-child(2) {
		margin: 0;
	}
	
}

.schedule-tab .nav-tabs .nav-item .nav-link {
	padding: 14px 0 13px 0;
	border: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.schedule-tab .nav-tabs .nav-item .nav-link.active {
	color: #2D383C;
}

.schedule-tab .nav-tabs .nav-item .nav-link {
	font-weight: bold;
	font-size: 22px;
	color: #2D383C;	
}

.schedule-tab .tab-content {
	margin-top: 10px;
	margin-bottom: 40px;
	box-shadow: -6px -6px 10px rgba(255, 255, 255, 0.8),
        			5px 5px 10px rgba(0, 0, 0, 0.15);	
	border-radius: 0 25px 25px 25px;
}

.schedule-tab .st-content {
	position: relative;
}

.schedule-tab .st-content .noticetitle {
	width: 20%;
	height: 300px;
	background: url(../../images/hmpg/main/notice_bg.jpg) center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	padding: 42px;
	border-radius: 15px 0 0 15px;
}

.schedule-tab .st-content .noticetitle h3 {
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 10px
}

.schedule-tab .st-content .noticetitle .more a {
	font-size: 13px;
	color: #fff;
}

.schedule-tab .st-content .noticetitle .more a span {
	font-size: 13px;
	color: #fff;
	font-weight: 200;
}

.schedule-tab .st-content .notcon {
/* 	position: absolute; */
	width: 100%;
	height: auto;
	padding: 20px 0;
	top: 0;
	right: 0;
/* 	margin-top: 30px; */
	background-color: #EEF1F2;
	border-radius: 0 25px 25px 25px;
}

.schedule-tab .st-content .notcon.qna {
	height: auto;
}

.schedule-tab .st-content .notcon ul {
	margin: 0 40px;
}

.schedule-tab .st-content .notcon ul li {
	list-style: none;
	display: block;
	font-size: 17px;
	position: relative;
	line-height: 44px;
}

.schedule-tab .st-content  ul li a {
	color: #000;
}

.schedule-tab .st-content  ul li a:hover {
	color: #146DF3;
}

.schedule-tab .st-content  ul li span {
	width: 10%;
	position: absolute;
	right: 0;
	top: 0;
	color: #5B666A;
	text-align: justify;
	text-justify: auto;
}

/* more-btn */
.schedule-tab .more-btn {
	width: 12%;
	height: 45px;
	list-style: none;
	text-align: center;
	display: inline-block;
	vertical-align: center;
	font-size: 17px;
	position: relative;
	float: right;
	margin-top: 30px;
	padding: 7px 15px;
	background-color: #2D383C;
	border-radius: 15px 15px 15px 15px;
	box-shadow: -6px -6px 10px rgba(255, 255, 255, 0.8),
        			5px 5px 10px rgba(0, 0, 0, 0.15);	
}

.schedule-tab .more-btn p.more {
	margin: 0 auto;
	height: fit-content; 
	
}

.schedule-tab .more-btn p.more a {
	font-size: 14px;
	font-weight: medium;
	color: #EEF1F2; 
	text-align: center;
	margin: 0 auto;
}

/*--------------------------------------------------------------
# e-learning-section
--------------------------------------------------------------*/
.e-learning-section .container .row {
	display: flex;
	justify-content: space-evenly;
}

.col-lg-4.icon-box {
	max-width:270px; 
	display: flex;
	padding: 0;
	margin: 0;
}

.e-learning-section {	
	padding-top: 70px;
	padding-bottom: 50px;
	position: relative;
}

.e-learning-section .icon-box {
	margin-bottom: 20px;
	text-align: left;
}

.e-learning-section .icon {
	width: 270px;
	height: 190px;
	background-color: #F2F4F6;
	border-radius: 20px;
	margin: 0 auto;
	box-shadow: -6px -6px 10px rgba(255, 255, 255, 0.8),
        			5px 5px 10px rgba(0, 0, 0, 0.15);
  color: #5B666A;
	transition: all 0.3s ease-in-out;
	padding: 34px 25px;
/* 	margin-right: 30px; */
}

.e-learning-section .icon:hover {
	opacity: 0.8;
	box-shadow: inset -4px -4px 8px rgba(255, 255, 255, 0.7),
          		inset 6px 6px 14px rgba(0, 0, 0, 0.1);
  color: #5B666A;	
  filter: blur(0.1px);
	transition: all 0.3s ease-in-out;  	
}

.e-learning-section .icon:active {
	box-shadow: -4px -4px 8px rgba(255, 255, 255, 0.8),
        			2px 2px 5px rgba(0, 0, 0, 0.15);
  color: #5B666A;	
}

.e-learning-section .icon .icon-text {
	width: 100%;
	height: 30px;
}
	
.e-learning-section .icon .icon-text svg {
	float: right;
	color: #2D383C;	
}
/* .e-learning-section .icon img{width:100%} */
.e-learning-section .title {
	width: fit-content;
	font-weight: bold;
	margin-bottom: 30px;
	font-size: 22px;
	color: #2D383C;
	position: relative;
}

.e-learning-section p.explain {
	width: 100%;
	height: fit-content;
	font-size: 15px;
	font-weight: 400;
	color: #5B666A;
	position: relative;

}

.e-learning-section .icon .button {
	width: 130px;
	height: 40px;
	background-color: #2D383C;
	border-radius: 20px;
	font-weight: normal;
	font-size: 18px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	padding: 5px 20px;
	float: right;
	margin-top: 7px;
	background: -webkit-linear-gradient(180deg, #2D383C 0%, #485459 100%);
	border: 1.5px solid #2D383C;
}

.e-learning-section .description {
	line-height: 24px;
	font-size: 14px;
}

/*--------------------------------------------------------------
# counts-section
--------------------------------------------------------------*/
.counts-section {
	margin-top: 30px;
	margin-bottom: 60px;
	padding-bottom: 100px;
	position: relative;
}

.col-md-6.customer {
	margin-right: 0;
}

.counts-section .counts {
	height: 250px;
	position: relative;
	display: inline-block;
}

.customer-wrap {
	width: 100%;
	height: 290px;	
	background: #F1F3F5;
  background: url(../../images/hmpg/main/Component_asp.png) center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 20% center;
	border-radius: 20px;	
	box-shadow: inset -4px -4px 8px rgba(255, 255, 255, 0.7),
          		inset 6px 6px 14px rgba(0, 0, 0, 0.1);
  color: #5B666A;	
  filter: blur(0.1px);	
}

.customer {
	position: relative;
	width: 100%;
	height: 290px;
/* 	top: 35px; */
	right: 0;

/* 	background: -moz-linear-gradient(45deg, #207dff 0%, #00bd55 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, #207dff),
		color-stop(100%, #00bd55));
	background: -webkit-linear-gradient(45deg, #207dff 0%, #00bd55 100%);
	background: -o-linear-gradient(45deg, #207dff 0%, #00bd55 100%);
	background: -ms-linear-gradient(45deg, #207dff 0%, #00bd55 100%);
	background: linear-gradient(45deg, #207dff 0%, #00bd55 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#207dff',
		endColorstr='#00bd55', GradientType=1); */
}

.customer .textbox {
/* 	width: 100%; */
	width: fit-content;
	position: relative;
	top: 50%;
	left: 105%;
	transform: translate(-50%, -50%);
	text-align: center;
	display: flex;
	margin: 0 auto;
}

.customer .textbox dl {
	max-width: 350px;
	width: 300px;
	margin: 0 50px;
	
}

.customer .textbox dl:nth-child(2) {
	margin-top: 20px;
}

.customer .cus_stitle {
	font-size: 16px;
	text-transform: uppercase;
	line-height: 20px;
	font-weight: 400;
	color: #2D383C;
	margin-bottom: 10px
}

.customer .cus_title {
	font-size: 20px;
	line-height: 40px;
	font-weight: 600;
	color: #5B666A;
	margin-bottom: 20px
}

.customer .cus_number {
	font-size: 50px;
	font-weight: 800;
	color: #2D383C;
	padding: 10px 0;
	margin-bottom: 15px
}

.customer .cus_fax, .customer .Email {
	font-size: 20px;
	font-weight: 600;
	color: #2D383C;
	line-height: 20px;
}

/*---------------------
  Footer
-----------------------*/
.footer {
	padding: 30px 0 20px 0;
	background: #353A3B;
	margin-top: 100px;
}

.copyright {
	padding: 0;
}

.footerinfo a {
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	line-height: 36px;
}

.copyright ul {
	margin-left: 15px;
	font-weight: 300;	
}

.copyright ul li {
	font-size: 13px;
	line-height: 26px;
	color: #efefef;
	float: left;
	padding-right: 30px;
}

.copyright__text {
	color: #efefef;
	font-size: 13px;
	margin-top: 20px;
	font-weight: 200;
}

/* sub page*/

/*---------------------
  sub-img--section
-----------------------*/
.sub-img-section {
	padding-top: 120px;
	padding-bottom: 100px;
}

.sub-img__text h2 {
	font-size: 30px;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 12px;
	font-weight: 700;
}

.sub-img__text p {
	font-size: 20px;
	color: #fff;
}

/*
.title {
	background: url(../../images/common/title-icon.png) no-repeat 0 7px;
	padding-left: 25px;
	font-weight: 700;
	font-size: 20px;
	color: #000;
	line-height: 32px; margin:30px 0 20px 0
}
*/

/*占쎄퐣�뇡占� menu*/
.sub_menu {
	margin: 60px 0;
	padding: 0;
	min-width: 190px;
}

.nav-side-menu {
	overflow: auto;
	top: 0px;
	width: 100%;
	border-radius: 10px 10px 0 0;
}

.nav-side-menu h2 {
	display: block;
	line-height: 100px;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	height: 100px;
	color: #fff;
	background: #666D70;
/* 	background: -moz-linear-gradient(45deg, #207dff 0%, #00bd55 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, #207dff),
		color-stop(100%, #00bd55));
	background: -webkit-linear-gradient(45deg, #207dff 0%, #00bd55 100%);
	background: -o-linear-gradient(45deg, #207dff 0%, #00bd55 100%);
	background: -ms-linear-gradient(45deg, #207dff 0%, #00bd55 100%);
	background: linear-gradient(45deg, #207dff 0%, #00bd55 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#207dff',
		endColorstr='#00bd55', GradientType=1); */
}

.nav-side-menu ul, .nav-side-menu li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	line-height: 35px;
	cursor: pointer;
}

.nav-side-menu li {
	border: 1px solid #e5e5e5;
	border-top: 0 none;
}

.nav-side-menu li:last-child {
	border-radius: 0 0 5px 5px;
	border: 1px solid #e5e5e5;
	border-top: 0 none;
}

.nav-side-menu li a {
	padding: 0 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 15px;
	line-height: 50px;
	color: #333;
	white-space: nowrap;
	font-weight: 500;
}
/* .nav-side-menu li a {
	padding: 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	line-height: 50px;
	color: #333;
	white-space: nowrap;
	font-weight: 500;
} */

.nav-side-menu li a i {
	padding-left: 10px;
	width: 15px;
	padding-right: 10px;
}

.nav-side-menu li:hover {
	border-left: 3px solid #146DF3;
	background-color: #F7F8FA;

}

.nav-side-menu .menu-list .menu-content {
	display: block;
}

.nav-side-menu ul :not(collapsed) .arrow:before, .nav-side-menu li :not(collapsed) .arrow:before
	{
	font-family: FontAwesome;
	content: "\f078";
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
	float: right;
}

.nav-side-menu ul .sub-menu li.active a {
	color: #207dff;
}

.nav-side-menu ul .sub-menu li {
	background-color: #f5f5f5;
	border: none;
	line-height: 28px;
	border-bottom: 1px solid #e5e5e5;
	margin-left: 0px;
	border: 1px solid #e5e5e5;
	border-top: 0 none;
}

.nav-side-menu ul .sub-menu li:hover, .nav-side-menu li .sub-menu li:hover
	{
	color: #207dff;
	background-color: #f5f5f5;
}

.nav-side-menu ul .sub-menu li:before, .nav-side-menu li .sub-menu li:before
	{
	font-family: FontAwesome;
	content: "\f105";
	display: inline-block;
	padding-left: 10px;
	padding-right: 0px;
	vertical-align: middle;
}

.sub_contant {
	margin: 60px 0;
	padding-left: 50px
}

.con_pagetit {
	position: relative;
	height: 45px;
	border-bottom: 1px solid #d9d9d9;
	margin: 0 0 40px 0
}

.con_pagetit h1 {
	color: #1f1f1f;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: -0.07em;
}

.con_pagetit .con_breadcrumb {
	position: absolute;
	right: 0px;
	top: 15px;
}

.con_pagetit .con_breadcrumb ul {
	
}

.con_pagetit .con_breadcrumb ul li {
	float: left;
	color: #858585;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	letter-spacing: -0.03em;
	margin: 0 7px 0 0;
}

.con_pagetit .con_breadcrumb ul li:first-child {
	padding: 0 0 5px 15px;
	background: url("../../images/ic_03.jpg") no-repeat 0 2px;
	background-position-y: 40%;
}

.con_pagetit .con_breadcrumb ul li:after {
	content: ">";
	color: #999999;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	margin: 0 5px;
}

.con_pagetit .con_breadcrumb ul li:last-child:after {
	content: none;
	padding: 0 0 0 0;
}


.con_pagetit .con_breadcrumb ul li:nth-child(3) img {
	margin-left: 5px; 
		
}

/*---------------------
  default-page
-----------------------*/
.default-page {
	padding-top: 90px;
	padding-bottom: 90px;
}

.community-section {
	padding-top: 90px;
	padding-bottom: 90px;
}

.calendar {
	width: 100%;
	margin: 0 0 20px 0;
	display: inline-block;
}

.calendar li {
	float: left;
}

.calendar .cal {
	height: 40px
}

.calendar .cal img {
	border: 1px solid #b1b1b1;
}

.calendar .cal span {
	font-weight: 600;
	font-size: 20px;
	color: #000;
	padding: 0 10px;
	display: inline-block;
	vertical-align: middle;
	height: 32px;
	line-height: 32px;
	letter-spacing: -0.05em;
}

.calendar .month {
	padding-left: 30px;
	font-weight: 600;
	font-size: 14px;
	color: #000;
	vertical-align: middle;
	height: 32px;
	line-height: 32px;
	letter-spacing: -0.05em;
}

.calendar .month span a {
	border: 1px solid #883421;
	padding: 7px 10px;
	margin: 0 2px;
	background: #fff
}

.calendar .month span a:hover, .calendar .month span a:focus, .month span a.on
	{
	border: 1px solid #883421;
	padding: 7px 10px;
	margin: 0 2px;
	background: #c00e00;
	color: #fff;
}

.calendar .calendar-list {
	clear: both;
}

.graph {
	width: 100%;
	display: inline-block;
}

.graph li.graphbox {
	float: left;
	background: url(../../images/hmpg/graphbg.png) no-repeat 0px 13px;
	width: 85%;
	height: 25px
}

.graph li.grapP {
	float: right;
	font-size: 12px;
	color: #c90500;
	font-weight: 600;
	margin-right: 10px
}

.graph li.graphbox .mygraph {
	position: relative;
	left: 0px;
	top: 4px;
	z-index: 21;
}

.graph li.graphbox .avegraph {
	position: relative;
	left: 0px;
	top: -24px;
	z-index: 11;
}

/* �겫怨룹춳占쎄쾿 */
.bookmark {
	position: relative;
	width: 100%;
}

.bookmark .titletxt {
	padding: 0px;
	border-top: 1px solid #eaeaea;
}

.bookmark .titletxt li {
	border-bottom: 1px solid #eaeaea;
}

.bookmark .titletxt li a {
	color: black;
}

.bookmark .titletxt li.myleft {
	float: left;
	width: 95%;
	font-weight: 600;
	font-size: 15px;
	line-height: 24px;
	padding: 15px;
}

.bookmark .titletxt li.myleftbg {
	float: left;
	width: 95%;
	background: #f4f4f4;
	font-weight: 600;
	font-size: 15px;
	line-height: 24px;
	padding: 15px;
}

.bookmark .titletxt li span.delbtn {
	float: right;
	top: 0px;
	right: 0px;
}

.nex {
	font-size: 13px;
	color: #BAB9B9;
}

/* fade-up �슚怨� �걫 */

[data-aos] {
  pointer-events: auto !important;
}
html:not(.no-js) [data-aos^=fade-up][data-aos^=fade] {
  opacity: 1 !important;
}
html:not(.no-js) [data-aos=fade-up] {
  transform: none !important;
}


/* Medium Device = 1200px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	[data-aos] {
    pointer-events: auto !important;
  }
  html:not(.no-js) [data-aos^=fade-up][data-aos^=fade] {
    opacity: 1 !important;
  }
  html:not(.no-js) [data-aos=fade-up] {
    transform: none !important;
  }
		
	.header {
		padding: 15px 80px;
	}
	.sub_menu {
		-ms-flex: 0 0 21%;
		flex: 0 0 21%;
		max-width: 21%;
	}
	.sub_contant {
		-ms-flex: 0 0 79%;
		flex: 0 0 79%;
		max-width: 79%;
	}
	.schedule-tab .more-btn {
		width: 16%;
	}		
	.header__menu ul li {
		margin-right: 25px;
	}
	.hero__slider.owl-carousel .owl-nav button {
		left: 15px;
	}
	.hero__slider.owl-carousel .owl-nav button.owl-next {
		right: 15px;
	}
	.e-learning-section {
		margin-bottom: 50px;
	}
	
	.e-learning-section .container {
		max-width: 800px;
	}
}

@media only screen and (max-width: 991px) {
	[data-aos] {
    pointer-events: auto !important;
    offset: 500;
  }
  html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
    opacity: 1 !important;
  }
  html:not(.no-js) [data-aos=fade-up] {
    transform: none !important;
  }
	.header {
		padding: 15px 70px;
	}
	.canvas__open {
		border: none;
		top: 22px;
		right: 70px;
	}
	
	/* sub page*/
	.sub_menu {
		display: none;
	}
	.sub_contant {
		padding-left: 15px
	}
	.default-page {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.sub-img__text h2 {
		font-size: 35px;
	}

	/* ----------------*/
	.wrap {
		display: none;
	}
	.mainimg-section .mainimg-items  .mainimg-txt h2 {
		font-size: 40px
	}
	.mainimg-section .mainimg-items  .mainimg-txt p {
		font-size: 18px
	}
	.mainimg-section .mainimg-items  span {
		font-size: 14px
	}
	.noticetitle {
		display: none;
	}
	.schedule-tab .st-content .notcon span {
		display: none;
	}
	.schedule-tab .st-content .notcon {
		position: relative;
		width: 100%;
		padding: 30px 0;
	}
	.schedule-tab .more-btn {
		width: 20%;
	}		
	.mainlink>ul>li.box {
		width: 50%;
	}
	.mainlink ul li:nth-child(1) {
		border-bottom: none;
	}
	.mainlink ul li:nth-child(2) {
		border-bottom: none;
		border-right: 1px solid #ddd;
	}
	.services {
		padding: 20px
	}
	.copyright ul li {
		float: left;
		width: 100%;
	}
	.hero__text h2 {
		font-size: 34px;
		line-height: 45px;
	}
	.hero__items {
		height: 600px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 0 40px;
	}
	.canvas__open {
		display: block;
		font-size: 22px;
		color: #464646;
		height: 35px;
		width: 35px;
		line-height: 35px;
		text-align: center;
/* 		border: 1px solid #464646; */
		border-radius: 2px;
		cursor: pointer;
		position: absolute;
		right: 70px;
		top: 22px;
	}
	.offcanvas-menu-overlay {
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		background: rgba(0, 0, 0, 0.5);
	  -webkit-backdrop-filter: blur(5px);
	  backdrop-filter: blur(5px);		
		content: "";
		z-index: 98;
		-webkit-transition: all, 0.5s;
		-o-transition: all, 0.5s;
		transition: all, 0.5s;
		visibility: hidden;
	}
	.offcanvas-menu-overlay.active {
		visibility: visible;
	}
	.offcanvas-menu-wrapper {
		position: fixed;
		left: -300px;
		width: 300px;
		height: 100%;
		background: rgba(255, 255, 255, 0.5);
/* 		background: #111111; */
		padding: 0px;
		display: block;
		z-index: 99;
		overflow-y: auto;
		-webkit-transition: all, 0.5s;
		-o-transition: all, 0.5s;
		transition: all, 0.5s;
		opacity: 0;
	}
	.offcanvas-menu-wrapper.active {
		opacity: 1;
		left: 0;
	}
	.offcanvas__logo {
		background: #fff;
		text-align: center;
		padding: 20px;
	}
	.offcanvas__logo a {
		display: inline-block;
	}
	.slicknav_btn {
		display: none;
	}
	.slicknav_menu {
		background: transparent;
		padding: 0 20px;
		margin-bottom: 30px;
	}
	.slicknav_nav ul {
		margin: 0;
	}
	.slicknav_nav li {
		list-style: none;
		padding: 5px 0;
	}
	.slicknav_nav .slicknav_row, .slicknav_nav a {
		padding: 13px 0;
		margin: 0;
		color: #2D383C;
		font-weight: 700;
		font-size: 18px;
	}
	.slicknav_nav .dropdown {
		padding: 10px 0
	}
	.slicknav_nav .dropdown li {
		background: #2d383c99;
/* 		background: #1f1f1f; */
		list-style: none;
		padding: 5px 20px
	}
	.slicknav_nav .dropdown li:first-child {
		border-radius: 10px 10px 0 0;
	}
	.slicknav_nav .dropdown li:last-child {
		border-radius: 0 0 10px 10px;
	}
	.slicknav_nav .dropdown a {
		font-weight: 400;
		font-size: 16px;
		padding: 5px 0;
		color: #fff;
	}
	.slicknav_nav .dropdown a:hover {
		font-weight: 500;
		font-size: 16px;
		padding: 5px 0;
		color: #2d383c;
	}
	.slicknav_nav .slicknav_arrow {
		color: #2D383C;
		margin-left: 5px;
	}
	.slicknav_nav .slicknav_row:hover {
		border-radius: 0;
		background: transparent;
		color: #ffffff;
	}
	.slicknav_nav a:hover {
		border-radius: 0;
		background: transparent;
		color: #ffffff;
	}
	.slicknav_nav {
		display: block !important;
	}
	.header__menu {
		display: none;
	}
	.header__widget {
		display: none;
	}
	.hero__slider.owl-carousel .owl-nav button {
		left: 0;
	}
	.hero__slider.owl-carousel .owl-nav button.owl-next {
		right: 0;
	}
	.hero__text h2 {
		font-size: 46px;
		line-height: 58px;
	}
	.hero__text .hero__social {
		right: 0;
		left: 0;
		margin: 0 auto;
		bottom: 100px;
	}
	.slide-num {
		bottom: 75px;
		left: 0;
		width: 100%;
		text-align: center;
	}
	.slider__progress {
		left: 0;
		bottom: 85px;
		right: 0;
		margin: 0 auto;
	}
	.hero__text .more_btn {
		bottom: 62px;
	}
	.copyright__text {
		text-align: center;
		margin-bottom: 0px;
	}
	.copyright__logo {
		text-align: center;
		margin: 20px 0;
	}
	.e-learning-section {
		margin-bottom: 40px;
		padding-bottom:0; 
		
	}
	.notice-section {
		padding-top: 40px;
		padding-bottom: 60px;
	}
}

@media only screen and (max-width: 768px) {
	[data-aos] {
    pointer-events: auto !important;
    offset: 500;
  }
  html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
    opacity: 1 !important;
  }
  html:not(.no-js) [data-aos=fade-up] {
    transform: none !important;
  }
	#kaka-image-btn{
		width: 50%; 
		height: 50%;
	}
	.header {
		padding: 15px 50px;
	}
	.canvas__open {
		border: none;
		top: 22px;
		right: 50px;
	}
	.offcanvas__logo a img {
		width: 200px;	
	}
	.schedule-tab .more-btn {
		width: 27%;
	}	
	.e-learning-section {
		margin-bottom: 20px;
		padding-bottom: 0;
	}
	
	.e-learning-section .icon {
		width: 240px;
	}
	.e-learning-section .icon-box {
		margin: 20px auto;
	}
	.schedule-tab .more-btn {
		width: 20%;
		height: 45px;
		list-style: none;
		display: inline-block;
		vertical-align: center;
		font-size: 17px;
		position: relative;
		float: right;
		margin-top: 30px;
		padding: 10px 15px;
		background-color: #2D383C;
		border-radius: 15px 15px 15px 15px;
		box-shadow: -6px -6px 10px rgba(255, 255, 255, 0.8),
	        			5px 5px 10px rgba(0, 0, 0, 0.15);	
	}
	.schedule-tab .st-content .notcon {
		padding: 35px 0;
	}	
	.notcon ul li {
		line-height: 40px;
	}
	.counts-section {
		margin-top: 20px;
		margin-bottom: 0px;
		position: relative;
	}
	.customer {
		top: 0px;
	}
	.col-md-6.customer {
		max-width: 100%;
	}
	.customer .textbox {
		width: 100%;
		position: relative;
		top: 50%;
		text-align: center;
		margin: 0 auto;
		display: inline-block;
		left: 60%;		
	}
	
	
}

@media only screen and (max-width: 575px) {
	[data-aos] {
    pointer-events: auto !important;
  }
  html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
    opacity: 1 !important;
  }
  html:not(.no-js) [data-aos=fade-up] {
    transform: none !important;
  }
	#kaka-image-btn{
		width: 20px; 
		height: 20px;
	}
	.schedule-tab .nav-tabs .nav-item .nav-link,
	.schedule-tab .nav-tabs .nav-item:nth-child(2) .nav-link,
	.schedule-tab .nav-tabs .nav-item .nav-link.active {
		width: 180px;
		margin-bottom: 15px;
		margin-right: 20px;
	}
	.schedule-tab .nav-tabs {
		display: flex;
		padding: 0;
		margin: 0;
	}
	.schedule-tab .nav-tabs .nav-item:nth-child(2) {
		padding: 0;
		margin: 0;
	}
	.hidden-xs {
		display: none;
	}
	.schedule-tab .more-btn {
		width: 26%;
	}
	.col-md-6.customer {
		max-width: 100%;
	}
	.e-learning-section {
		margin-bottom: 50px;
		padding: 0;
	}
	.e-learning-section .icon-box {
		margin: 20px auto;
	}
	.customer .textbox {
		left: 55%;
	}

}

/* Small Device = 320px */
@media only screen and (max-width: 479px) {
	[data-aos] {
    pointer-events: auto !important;
  }
  html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
    opacity: 1 !important;
  }
  html:not(.no-js) [data-aos=fade-up] {
    transform: none !important;
  }
	.header {
		padding: 15px 20px;
	}
	.canvas__open {
		right: 20px;
	}
	.hero__text h2 {
		font-size: 28px;
		line-height: 42px;
	}
	.hero__items {
		height: 610px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 0 40px;
	}
	.schedule-tab .st-content .notcon ul 	{
		margin: 0 20px;
	}
	.schedule-tab .st-content .notcon ul li	{
		border: 1px solid rgba(45, 56, 60, 0.1);	
		border-radius: 15px;
		margin-bottom: 10px;
		padding: 0 20px;
	}
	.schedule-tab .st-content  ul li a {
		color: #000;
		display: block;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.schedule-tab .nav-tabs {
		display: flex;
		width: auto;
	}
	.schedule-tab .nav-tabs .nav-item {
		width: auto;
	}
	.schedule-tab .nav-tabs .nav-item .nav-link,
	.schedule-tab .nav-tabs .nav-item:nth-child(2) .nav-link,
	.schedule-tab .nav-tabs .nav-item .nav-link.active {
		width: 150px!important;
		margin-bottom: 0;
		margin-right: 10px;
		font-size: 20px;
	}
	.schedule-tab .nav-tabs {
		display: flex;
		padding: 0;
		margin: 0;
	}
	.schedule-tab .nav-tabs .nav-item:nth-child(2) {
		padding: 0;
		margin: 0;
	}
	.schedule-tab .nav-tabs .nav-item .nav-link.active {
		width: 150px;
	}
	.schedule-tab .more-btn {
		width: 40%;
	}
	.notice-section {
		padding-top: 50px;
	}
	.e-learning-section {
		margin-bottom: 50px;
		padding: 0;
	}	
	.e-learning-section .icon-box {
		margin: 15px auto;
	}
	.customer .textbox {
		left: 40%;
	}
	#kaka-image {
		right: 15px !important;
		botton: 25px !important;
	}
	#kaka-image-btn {
		width: 50% !important;
		height: 50% !important;
		float: right;
	}
	
}