#indexVisual { background-color:#1c2329; }
#indexVisual img { display:block; max-width:1600px; margin:0 auto; text-align:center; }

#main { padding-top:5px; }


.indexmenu { border-top:1px solid #4d5965; border-bottom:1px solid #aaa; }
.indexmenu li { 
	padding:10px; background-color:#f5f5f5;  
	border-left:1px solid #aaa; border-right:1px solid #aaa; 
	border-bottom:1px solid #eee; 
	font-weight:500;
}
.indexmenu li:not(.menu-title)::before { content: "•"; color:#aaa; }

.indexmenu .menu-title { 
	background-color:#4d5965; 
	border-left-color:#4d5965; border-right-color:#4d5965; 
	text-align:center; color:#fff; 
}


#indexContent { background-color:#fff; }
.top-banner img { width:100%; } 

.license-banner.row { flex-wrap: nowrap; margin-top:20px; }
.license-banner.row img { width:100%; }

.contact { padding:20px; margin:20px 0; text-align:center; }
.process { padding:30px 0; margin:30px 0; text-align:center; }
.process img { max-width:100%; }


.exm-info { width:100%; border:2px solid #ddd; cursor:pointer; }
.info-ca { padding:10px 0; border-bottom:1px solid #ddd; font-size:2em; text-align:center; }
.info-price { padding:20px 10px; background-color:#eee; color:#fc0131; font-size:1.5em; letter-spacing:-1px; font-weight:500; text-align:center; }  
.exm-info table { margin:10px; font-size:1.125em;  }
.exm-info th, .exm-info td { padding:5px 0; font-weight:bold; color:#333; }
.exm-info td { white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  }

/* 2021-06-16 수정 */
#topBanner{ display:none; }
#indexSidebar { 
	overflow:hidden; -webkit-box-flex:0; -ms-flex:0 0 260px; -webkit-flex:0 0 260px; flex:0 0 260px;
	width:260px; min-height:/*600*/450px; height:100%; margin:0 50px 0 0; padding:0; 
	box-sizing:border-box;
}
#indexSidebar img { width:100%; }

/* 2023-05-17 수정 */
.vd_button, .exm_button {
	appearance: none;
	background-color: transparent;
	border: 2px solid #1A1A1A;
	border-radius: 15px;
	box-sizing: border-box;
	color: #3B3B3B;
	cursor: pointer;
	display: inline-block;
	font-family: Roobert,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	font-size: 14px;
	font-weight: 600;
	line-height: normal;
	margin: 2px;
	min-height: 30px;
	min-width: 0;
	outline: none;
	padding: 13px 21px;
	text-align: center;
	text-decoration: none;
	transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	width: 80%;
	will-change: transform;
  }
  
  .vd_button:disabled, .exm_button:disabled {
	pointer-events: none;
  }
  
  .vd_button:hover, .exm_button:hover {
	color: #fff;
	background-color: #1A1A1A;
	box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
	transform: translateY(-2px);
  }
  
  .vd_button:active, .exm_button:active {
	box-shadow: none;
	transform: translateY(0);
  }