/* 영문 고딕 */

@import url("https://fonts.googleapis.com/css?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* 영문 필기 */

@import url('https://fonts.googleapis.com/css2?family=Inspiration&display=swap');

/* 영문 모노 */

@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Mono:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* 한글 */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+KR:wght@100;200;300;400;500;600;700&display=swap');

/* 한글 */

@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Black+Han+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hi+Melody&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jua&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dongle:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sunflower:wght@300;500;700&display=swap');

/* 한글 필기 */

@import url('https://fonts.googleapis.com/css2?family=Nanum+Brush+Script&display=swap');

/* 한글 모노 */

@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic+Coding:wght@400;700&display=swap');
* {
  padding: 0;
  box-sizing: border-box;
  font-family: "Noto Sans Mono", "Noto Sans KR";
}


@font-face {
  font-family: 'BMDOHYEON';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/BMDOHYEON.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/* 영문 고딕 */

@import url("https://fonts.googleapis.com/css?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* 영문 필기 */

@import url('https://fonts.googleapis.com/css2?family=Inspiration&display=swap');

/* 영문 모노 */

@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Mono:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* 한글 */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+KR:wght@100;200;300;400;500;600;700&display=swap');

/* 한글 */

@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Black+Han+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hi+Melody&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jua&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dongle:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sunflower:wght@300;500;700&display=swap');

/* 한글 필기 */

@import url('https://fonts.googleapis.com/css2?family=Nanum+Brush+Script&display=swap');

/* 한글 모노 */

@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic+Coding:wght@400;700&display=swap');


* {
	padding: 0;
	box-sizing: border-box;
	font-family: "Noto Sans Mono", "Noto Sans KR";
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
}

a,
a:link,
a:valid a:hover {
	text-decoration: none;
}

a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

h2 {
	font-size: 1.5rem;
}

.allr {
	text-align:justify;
}

.wcontainer {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	max-width: 1280px;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: auto !important;
	margin-left: auto !important;
	flex-wrap: nowrap;
}

.nav-menu {
	margin-right: 100px;
	user-select: none;
}

.nav-menu>ul {
	display: flex;
}

.nav-menu ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.nav-menu ul li {
	list-style: none;
	margin-left: 2px;
	white-space: nowrap;
	padding: 5px 10px 5px 10px;
}

.nav-menu a {
	display: inline-block;
	position: relative;
	color: #2c4964;
	transition: 0.3s;
	font-size: 14px;
	font-weight: bold;
	font-family: "Open Sans", sans-serif;
	padding: 5px 2px;
	border-bottom: 1px solid rgb(0, 0, 0);
}


.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
	color: #000;
	border-bottom: 2px solid #f00;
}

.nav-menu .drop-down ul {
	display: block;
	position: absolute;
	top: calc(100% + 5px);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	padding: 10px 0;
	background: #fff;
	line-height: 1em;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.75);
	transition: 0.3s;
}

.nav-menu .drop-down:hover>ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}

.nav-menu .drop-down li {
	position: relative;

}

.nav-menu .drop-down .drop-down ul {
	top: 0;
	left: calc(100% - 10px);
}

.nav-menu .drop-down .drop-down:hover>ul {
	opacity: 1;
	top: 0;
	left: 100%;
}

.nav-menu a i {
	float: right;
}

.drop-down .drop-down>a {
	padding-right: 15px;
}

.nav-menu .depth2 li a {
	width: 110px;
}

.nav-menu .depth2 a:hover,
.nav-menu .depth2 .active>a,
.nav-menu .depth2 li:hover>a {
	color: #000;
	border-bottom: 2px solid #233d92;
}

.nav-menu .depth3 a:hover,
.nav-menu .depth3 .active>a,
.nav-menu .depth3 li:hover>a {
	color: #000;
	border-bottom: 2px solid #b51996;
}

@media(max-width:790px) {
	.nav-menu ul {
		display: none;
	}
	#vgtext2 {
		font-size: 32px;
	}
}


#topbar {
	display: flex;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1100;
	background: #35363a;
	height: 40px;
	font-size: 14px;
	transition: all 0.5s;
	color: white;
	align-items: center;
	flex-wrap: nowrap;
	padding: 0px 15px 0px 15px;
	user-select: none;
}

#topbar .phone {
	font-weight: bold;
}

#topbar a {
	color: #fff;
}


#topbar .notice {
	visibility: hidden;
	margin-right: auto !important;
	padding: 0px 15px 0px 15px;
}

#topspace {
	margin-top: 230px;
}


#header.header-scrolled {
	top: 0;
	background: #fff;
}

#header.header-scrolledt {
	background: #fff;
}

.topbar-scrolled {
	display: none;
}

@media (max-width: 850px) {
	#topbar {
		font-size: 12px;
	}
}

#header {
	position: fixed;
	top: 40px;
	right: 0;
	left: 0;
	justify-content: center;
	align-items: center;
	transition: all 0.5s;
	padding: 5px 0;
	background-color: white;
	box-shadow: 0px 2px 15px rgb(128 128 128 / 41%);
	flex-wrap: nowrap;
	z-index: 1100;
}

#header .wcontainer {
	width: 100%;
	display: flex;
	align-items: center;
	max-width: 1280px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto !important;
	margin-left: auto !important;
	flex-wrap: nowrap;
}

#header .logo {
	font-size: 32px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 0.5px;
	font-family: "Poppins", sans-serif;
	margin-right: auto!important;
	white-space: nowrap;
}

#header .logo img {
	max-height: 42px;
	vertical-align: middle;
}

#header .menuToggle {
	width: 30px;
	height: 30px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

#header .menuToggle::before {
	content: '';
	position: absolute;
	width: 30px;
	height: 2px;
	background: #333;
	transform: translateY(-8px);
	transition: 0.5s;
}

#header .menuToggle.open::before {
	transform: translateY(0px) rotate(45deg);
}

#header .menuToggle::after {
	content: '';
	position: absolute;
	width: 30px;
	height: 2px;
	background: #333;
	transform: translateY(8px);
	transition: 0.5s;
	box-shadow: 0 -8px 0 #333;
}

#header .menuToggle.open::after {
	transform: translateY(0px) rotate(-45deg);
	box-shadow: 0 0px 0 #333;
}


/* SideBar */

#sidewrapper {
	top: 75px;
	width: 75px;
	padding-left: 0;
	background: #fff;
	transition: 0.5s;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.5s ease;
	white-space: nowrap;
}

#sidebar-wrapper.sidemenu-scrolledt {
	top: 50px;
}

#sidewrapper.toggled {
	padding-right: 220px;
}

#sidebar-wrapper {
	top: 96px;
	padding-top: 15px;
	z-index: 900;
	position: fixed;
	right: 220px;
	width: 0;
  bottom: 0px;
	margin-right: -250px;
	overflow-y: auto;
	overflow-x: hidden;
	background: #fff;
	transition: all 0.5s ease;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

#sidewrapper.toggled #sidebar-wrapper {
	width: 220px;
}

#sidebar-wrapper ul {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 10px;
	width: 100%;
	padding: 0 10px;
	transition: 0.5;
}

#sidebar-wrapper ul li {
	list-style: none;
	position: relative;
	width: 100%;
	height: 50px;
	transition: 0.5s;
	background: #fff;
}

#sidebar-wrapper ul li.active {
	transform: translateX(10px);
}

#sidebar-wrapper ul li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-self: flex-start;
	text-align: center;
	text-decoration: none;
}

#sidebar-wrapper ul li a .icon {
	position: relative;
	display: block;
	min-width: 45px;
	height: 43px;
	line-height: 50px;
	transition: 0.5s;
	border-radius: 10px;
	font-size: 1.75em;
	color: #222;
}

#sidebar-wrapper ul li.active a .icon {
	color: #fff;
	background: var(--clr);
}

#sidebar-wrapper ul li a .icon::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--clr);
	filter: blur(7px);
	opacity: 0;
	transition: 0.5s;
}

#sidebar-wrapper ul li.active a .icon::before {
	opacity: 0.5;
}

#sidebar-wrapper ul li a .text {
	position: relative;
	padding: 0 15px;
	height: 50px;
	display: flex;
	align-items: center;
	color: #333;
	opacity: 0;
	visibility: hidden;
	transition: 0.5s;
}

#sidewrapper.toggled #sidebar-wrapper ul li a .text {
	opacity: 1;
	visibility: visible;
}

#sidebar-wrapper ul li.active a .text {
	color: var(--clr);
}


/* Side Menu */

.sidemenu {
	margin-left: 10px;
	margin-right: 10px;
	height: auto;
	overflow: scroll-y;
	width: 190px;
	user-select: none;
}

.sidemenu li {
	list-style: none;
}

.sidemenu li i {
	float: right;
}

.sidemenu .sidebtn {
	display: block;
	padding: 5px;
	padding-right: 10px;
	position: relative;
	margin-bottom: 3px;
	width: 170px;
}

.sidemenu .sidebtn.active {
	display: block;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	width: 170px;
	color: #fff;
	background: #000;
	border-radius: 6px;
}

.sidemenu .sidesubmenu {
	overflow: hidden;
	max-height: 0;
	transition: max-height .8s ease-out;
}

.sidemenu .sidesubmenu.active {
	max-height: 100%;
}

.sidemenu .sidesubmenu a.active {
	margin-left: 10px;
	width: 150px;
	color: #fff;
	background: #000;
	border-radius: 6px;
}

.sidemenu a,
a:link,
a:visited,
a:hover {
	color: #000;
}

.sidemenu .sidesubmenu a {
	width: 170px;
	display: block;
	padding: 5px;
	padding-left: 20px;
	position: relative;
}

.sidemenu .sidesubmenu a::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 5px;
	background: #e43f5a;
	opacity: 0;
	transition: all .5s;
}

.sidemenu .sidesubmenu a:hover {
	padding-left: calc(1rem + 5px);
}

.sidemenu .sidesubmenu a:hover::before {
	opacity: 1;
}

.sideitem:target .sidesubmenu {
	max-height: 100%;
}


@media(min-width:790px) {
	#header .menuToggle {
		display: none;
	}
	#sidewrapper {
		display: none;
	}
}


#visual {
	display: flex;
	position: relative;
	margin-top: 100px;
	justify-content: center;
}

#visualcontent {
	width: 1280px;
	padding: 5px 5px 0px 5px;
}

.carousel-inner {
	height: 230px;
	border-radius: 10px;
}

.carousel-item > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 230px;
	background-size: cover;
	background-position: bottom center;
}

.carousel-caption {
	top: 3px;
}

#visualtitle {
	display: flex;
	bottom: 25px;
	position: absolute;
	font-size: 24px;
	font-weight: bold;
	color: rgb(233, 233, 233);
	background-color: rgba( 0, 0, 0, 0.5 );
	border-radius: 15px;
	padding: 20px 20px;
}

#visual  .visualbutton {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	background: #e45e89;;
	color: white;
	padding: 5px;
	border-radius: 3px;
}

#visual img {
	width: 100%;
}

#businessnumber {
	background-color: #636363;
	font-size: 13px;
	font-weight: normal;
	display: inline;
	padding: 3px 5px 3px 5px;
	font-weight: 700;
	line-height: 1;
	color: rgb(233, 233, 233);
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25em;
	box-sizing: border-box;
}

#companyinfo {
	background: rgb(47, 47, 47);
	font-size: 0.8em;
}

#companyinfo .wcontainer {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 10px 15px 10px 15px;
	color: #ddd;
	gap: 20px;
}

#companyinfo .btitle {
	font-weight: bold;
	font-size: 14px;
}

#copyright {
	background: rgb(47, 47, 47);
	font-size: 0.8em;
}

#copyright .wcontainer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 10px 15px 10px 15px;
	color: #ddd;
	gap: 20px;
}

#copyright ul li {
	padding: 1px 15px 1px 5px;
	margin-right: 10px;
	border-right: 1px solid #ddd;
}

#copyright ul li a {
	color: #fff;
}

.mpnscontent {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	gap: 5px 20px;
	padding: 15px 18px;
	align-self: flex-start;
	flex-direction: column;
}

.mpncontent {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	gap: 5px 20px;
	padding: 0px 15px 15px 15px;
	align-self: flex-start;
	flex-direction: column;
	user-select: none;
}

.mpncontent .tpntitle {
	display: block;
	font-size: 24px;
	font-weight: bold;
	padding: 10px 10px;
	border-radius: 10px;
	color: black;
}

.mpncontent .tpnline {
	width: 80%;
	border-bottom: solid 2px #000;
}

.mpnlist {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	gap: 20px 20px;
	padding: 15px 18px;
	align-self: flex-start;
	flex-wrap: wrap;
}

/* Product NCard */
.tpncard {
	display: flex;
	position: relative;
	height: 300px;
	flex-direction: column;
	background: linear-gradient(#f8f8f8, #fff);
	box-shadow: 0 8px 16px -8px rgba(0,0,0,0.4);
	flex: 1;
	min-width: 200px;
	cursor: pointer;
}

.tpncard.fit-content {
	flex: 100% !important;
}

.tpncard .pimg{
	position: relative;
	width: 100%;
	height: 100%;
	max-height: 300px;
	background-size: cover;
	background-position: center;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
}

.tpncard .title{
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	font-size: 20px;
	text-align: center;
	background-color: rgb(0,0,0,0.5);
	color: white;
	padding: 5px 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	max-height: 72px;
	overflow: hidden;
}

.tpncard .memo{
	padding: 15px 15px 15px 15px;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: white;
}

.mpcontent {
	align-self: flex-start;
	font-weight: bold;
}

@media (max-width: 550px) {
	.tpncard .title{
		font-size: 16px;
	}
}

@media (max-width: 850px) {
	.mpncontent {
		padding: 15px 1px;
	}
	.mpnlist {
		padding: 15px 1px;
	}
}

#wather {
	align-items: center;
	display: flex;
	align-content: center;
}

#cinfo {
	color:#ababab;
	font-size: 15px;
	line-height: 1.3em;
}

#cinfo img {
	margin-right: 15px;
}


@media (max-width: 700px) {
	#cinfo {
		display: flex;
		flex-direction: column;
		line-height: 1.6em;
	}

	#cinfo img {
		width: 136px;
	}

	#cinfo .slvh {
		display: none;
	}
}

#leftmenu {
	display: flex;
	justify-content:center;
	width: 200px;
	min-width: 200px;
	align-self: baseline;
	flex-wrap: wrap;
	transition: all 0.5s ease;
}


.head-line {
	position: relative;
}

.head-line span {
	position: relative;
	display: inline-block;
	padding-right: 10px;
	background: #fff;
	z-index: 1;
	font-size: 18px;
}

.head-line:before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	width: 100%;
	height: 2px;
	border-top: 1px solid #ccc;
	z-index: 1;
}

@media (max-width: 700px) {
	#leftmenu {
		display: none;
	}
}

.icalendar {
	position: relative;
	display: block;
	justify-content: center;
	align-items: center;
	gap: 10px;
	user-select: none;
}

.iminicalendar {
	width: var(--calwidth);
	background: #fff;
	text-align: center;
	border-radius: 8px;
	overflow: hidden;
	font-size: var(--calwidth);
	height: 140px;
	width: 197px;
	box-shadow: 0 5px 10px rgb(0 0 0 / 19%), 0 3px 3px rgb(0 0 0 / 23%);
}


.iminicalendar #monthName {
	position: relative;
	padding: 5px 10px;
	background: #ff6331;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	margin: 0;
}

.iminicalendar #dayName {
	position: relative;
	padding: 5px 10px;
	font-size: 24px;
	font-weight: 700;
	color: #333;
	margin: 0;
}

.iminicalendar #dayNumner {
	margin-top: 0px;
	line-height: 1em;
	font-size: 16px;
	font-weight: 300;
	color: #333;
	margin: 0;
}

.iminicalendar #year {
	margin: 0;
	font-size: 22px;
	font-weight: bold;
	color: #000;
}


.lconnect {
	padding: 13px;
	width: 100%;
	margin-top: 16px;
	background: #37383B;
	border-radius: 5px;
	color: white;
}



.lconnect-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 1.2rem;
	background-color: brown;
	border-radius: 3px;
	padding: 3px 15px;
}

.lconnect p {
	text-align: center;
	padding-top: 10px;
}

.lconnect a {
	display: block;
	text-align: center;
	text-decoration: none;
	background: #5e72e4;
	color: white;
	padding: 12px;
	width: 100%;
	border-radius: 3px;
	transition-property: background;
	transition-duration: 0.3s;
	transition-timing-function: ease-out;
	margin-top: 12px;
}

.lsconnect {
	padding: 13px;
	width: 100%;
	margin-top: 16px;
	background: #37383B;
	border-radius: 5px;
	color: white;
}


.lsconnect-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 1.2rem;
	background-color: brown;
	border-radius: 3px;
	padding: 3px 15px;
}

.lsconnect p {
	text-align: center;
	padding-top: 10px;
}

.lsconnect a {
	display: block;
	text-align: center;
	text-decoration: none;
	background: #5e72e4;
	color: white;
	padding: 12px;
	width: 100%;
	border-radius: 3px;
	transition-property: background;
	transition-duration: 0.3s;
	transition-timing-function: ease-out;
	margin-top: 12px;
}


.mcd-menu {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	background: #FFF;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	width: 200px;
	margin-top: 15px;
}

.mcd-menu li {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	height: 45px;
}

.mcd-menu li a {
	display: block;
	text-decoration: none;
	padding: 10px 5px 10px 0px;
	color: #4b4b4b;
	text-align: left;
	height: 41px;
	position: relative;
	border-bottom: 1px solid #EEE;
	font-weight: bold;
}

.mcd-menu li a:hover {
	position: relative;
	color: #e67e22;
	border: 0;
	box-shadow: 0 0 5px #ddd;
	-moz-box-shadow: 0 0 5px #DDD;
	-webkit-box-shadow: 0 0 5px #ddd;
	border-left: 4px solid #e67e22;
	border-right: 4px solid #e67e22;
	margin: 0 -4px;
}

.mcd-menu li a i, .mcd-menu li a strong, .mcd-menu li a small {
	position: relative;
	transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
}
.mcd-menu li a i {
	float: left;
	font-size: 20px;
	margin: 0 10px 0 0;
}


.splinecomment {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	max-width: 1280px;
	border-bottom: 5px solid #92929258;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-right: auto !important;
	margin-left: auto !important;
}

.splinecomment .title {
	padding: 5px 25px 5px 25px;
	border: 1px solid #a4a4a4;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom: transparent;
	margin-left: 25px;
}


.sub_nav li:hover {
	position: relative;
	color: #e67e22;
	border: 0;
	box-shadow: 0 0 5px #ddd;
	-moz-box-shadow: 0 0 5px #DDD;
	-webkit-box-shadow: 0 0 5px #ddd;
	border-left: 4px solid #e67e22;
	border-right: 4px solid #e67e22;
	margin: 0 -4px;
}

.sub_nav a {
	display: block;
	width: 100%;
}


#map {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 1280px;
	margin-right: auto !important;
	margin-left: auto !important;
	padding: 15px 15px;
}

#subpagehead {
	padding: 15px;
	padding-top: 25px;
	padding-bottom: 0px;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}

/* back-to-top */
.jump-to-top {
	display: flex;
	position: fixed;
	align-items: center;
	justify-content: center;
	top: 45%;
	right: 0px;
	width: 45px;
	height: 130px;
	z-index: 800;
	font-size: 15px;
	background-color: rgb(0,0,0,0.5);
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	transition: all 0.4s;
	user-select: none;
	cursor: pointer;
}

.jump-to-top:hover {
	background-color: rgb(0,0,0,1);	
}


.jump-to-top i {
	font-size: 15px;
	color: #fff;
}

#jump_menu {
	position: fixed;
	width: 212px;
	top: 15%;
	right: -230px;
	z-index: 99999;
	font-size: 15px;
	flex-direction: column;
	background-color: white;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-bottom: 1px solid gray;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	transition: all 0.4s;	
	user-select: none;
	padding: 5px 5px;
	/*bottom: 50px;*/
	max-height: 85%;
	overflow-y: auto;
	overflow-x: hidden;
}

#jump_menu li {
	padding: 10px 5px 10px 5px;
}

#jump_menu li:hover {
	padding: 10px 5px 10px 5px;
	background-color: gray;
	border-radius: 5px;
}
#jump_menu li:hover a {
	color:white;
	width: 100%;
	display: block;
	width: 100%;	
}


/* back-to-top */
.back-to-top {
	position: fixed;
	display: none;
	right: 15px;
	bottom: 15px;
	z-index: 99999;
	font-size: 15px;
}

.back-to-top i {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	border-radius: 50px;
	background: #1977cc;
	color: #fff;
	padding: 10px;
	transition: all 0.4s;
}


#subcontent {
	display: block;
	margin-top: 100px;
	font-size: 16px;
}

#subpagehead {
	padding: 15px;
	padding-top: 25px;
	padding-bottom: 0px;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}

.amenulink {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;	
	padding: 15px 15px;
}

#maingroup {
	display: flex;
	max-width: 1280px;
	justify-content: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
}

#subpagedata {
	width: 100%;	
	max-width: 1040px;
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
	align-self: flex-start;
}


@media(max-width:500px) {
	#subpagedata {
		padding-left: 2px;
		padding-right: 2px;
	}
}

.list-group-item {
	padding: 10px 5px 10px 5px;
}

.boardgroup {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	user-select: none;
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
	padding-left: 15px;
	padding-right: 15px;
}

.blue {
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-top: 1px solid;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	box-shadow: 0px 2px 15px rgb(128 128 128 / 41%);
	text-decoration: none;
	background-color: antiquewhite;
}
 
.yellow {
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-top: 1px solid;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	box-shadow: 0px 2px 15px rgb(128 128 128 / 41%);
	text-decoration: none;
	background-color: beige;	
}

.carousel-caption p {
	font-weight: bold;
	font-size: 18px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-radius: 15px;
	background-color: rgb(0,0,0,0.2);
	/*box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.75);*/
}
