.wrap {
	width:100%;
}

.contents-wrap {
	width:1400px;
	margin:0 auto;
}

.topmenu-container {
	position: fixed;
	top: 0;
	width: 100%;
	min-width:1400px;
	height: 100px;
	color: #ffffff;
	transition: background 0.5s ease, color 0.5s ease;
	z-index: 999;
}

.topmenu-container.scrolled {
	background: rgba(4, 18, 34, 0.95);
}

.topmenu-box {
	display: flex;
	width: 100%;          /* °íÁ¤ width ´ë½Å 100% »ç¿ë */
	max-width: 1400px;    /* ÃÖ´ë Å©±â¸¦ 1400px·Î Á¦ÇÑ */
	margin: 0 auto;
	height: 80px;
	padding: 10px 0; 
	align-items: center;
	cursor: pointer;
}

.topmenu-item:hover {
	color:#ffff00;
}
.topsub-container {
	height:250px
	;background: rgba(4, 18, 34, 0.95);
	border-top:1px solid #3b3b3b;
	display:none;
}

.topsub-container a:hover{
	color:#ffff00;
}

.notice-container {
	height:320px;
	border:1px solid #cdcdcd;
	padding:20px;
}

.notice-container ul li {
	height:45px;
	line-height:45px;
	border-bottom:1px solid #efefef;
	cursor:pointer;
}

.visual-container{
	width:100%;
	height:750px;
	min-width:1400px;
	background:#a0d1f9;
	transition: background 0.8s ease;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.sub-visual-container{
	width:100%;
	height:450px;
	min-width:1400px;
	transition: background 0.8s ease;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;	
}

.sub-about {
	background-image:url('/about/images/aboutVisual.png?4');
	animation: bgZoom 1s ease-in-out forwards;	
}

.sub-performance {
	background-image:url('/performance/images/performanceVisual.png?18');
	animation: bgZoom 1s ease-in-out forwards;	
}

.sub-archive {
	background-image:url('/archive/images/archiveVisual.png?18');
	animation: bgZoom 1s ease-in-out forwards;	
}

.sub-fund {
	background-image:url('/fund/images/fundVisual.png');
	animation: bgZoom 1s ease-in-out forwards;	
}

.sub-support {
	background-image:url('/support/images/supportVisual.png?2');
	animation: bgZoom 1s ease-in-out forwards;	
}

.sub-desk {
	background-image:url('/desk/images/deskVisual.png?2');
	animation: bgZoom 1s ease-in-out forwards;	
}

@keyframes bgZoom {
	0% {
		background-size: 150% auto; /* ½ÃÀÛÇÒ ¶§ È®´ëµÈ »óÅÂ (¿øÇÏ´Â Å©±â·Î Á¶Àý °¡´É) */
	}
	100% {
		background-size: 100% auto; /* ¿ø·¡ Å©±â·Î Ãà¼Ò */
	}
}

.sub-menu-container {
	width:250px;
	border-right:1px solid #dddddd;
	line-height:60px;
}

.sub-menu-group-title {
	display:flex;
	width:250px;
	height:55px;
	cursor:pointer;
}

.sub-menu-group {
	width:250px;
	padding-bottom:10px;
	border:1px solid #dddddd;
	background:#ffffff;
	border-top:0;
	margin-left:-1px;
	display:none;
}

.sub-menu-group ul li{
	height:40px;
	line-height:40px;
	padding-left:10px;
	font-family:NSM;
}

.sub-menu-group ul li:hover{
	background:#808080;
	color:#ffffff;
	cursor:pointer;
}


.sub-item-container {
	width:250px;
	border-right:1px solid #dddddd;
	line-height:60px;
}

.sub-menu-item-title {
	display:flex;
	width:250px;
	height:55px;
	cursor:pointer;
}

.sub-menu-item {
	width:250px;
	padding-bottom:10px;
	border:1px solid #dddddd;
	background:#ffffff;
	border-top:0;
	margin-left:-1px;
	display:none;
}

.sub-menu-item ul li{
	height:40px;
	line-height:40px;
	padding-left:10px;
	font-family:NSM;
}

.sub-menu-item ul li:hover{
	background:#808080;
	color:#ffffff;
	cursor:pointer;
}

.head-title{
	display: inline-block;
	font-family:GSB;
	font-size:40px;
	text-align:center;
	background: linear-gradient(to top, #ffeb3b 40%, transparent 40%);
	padding:0 20px;
}

.sub-title {
	display:inline-block;
	font-family:NSB;
	font-size:23px;
	letter-spacing:-1.5px;
	border-bottom:1px solid #d4d4d4;
	padding:3px;
}

.item-title {
	font-family:NSB;
	font-size:19px;
	letter-spacing:-1.5px;
}

.main-qabox {
	flex:1;
	height:160px;
	background:#3b3b3b;
	border-top-left-radius:40px;
	border-bottom-right-radius:40px;
	padding:10px 10px;
	text-align:center;
}

.main-qabox span {
	display:inline-block;
	line-height:20px;
	height:100px;
	font-size:15px;
	color:#ffffff;
}

.main-qabox p i {
	color:#ff9900;
	font-size:22px;
	cursor:pointer;
}

.main-qabox i {
	color:#ffffff;
	font-size:18px;
	cursor:pointer;
}

.contents-title {
	font-family:GSB;
	font-size:40px;
	text-align:center;
}

.search-container{
	display:flex;
}

.search-container input {
	width:400px;
	height:50px;
	border:1px solid #cccccc;
	font-size:20px;
	font-family:NSR;
}

.search-container span {
	width:100px;
	height:52px;
	line-height:52px;
	background:#1a1a1a;
	color:#ffffff;
	text-align:center;
	font-size:20px;
	cursor:pointer;
}

.footer-container {
	width:100%;
	height:320px;
	background:#2e2e2e;
	color:#9e9e9e;
	min-width:1400px;
}

.footer-wrap {	
	width:1400px;
	margin:0 auto;
	padding:60px 0;
	display:flex;
	justify-content:space-between;	
}

.footer-wrap span {	
	font-size:13px;
}

.footer-company {
	font-family:NSM;
	font-size:18px;
	color:#ffffff;
}
