<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ê³µí†µ ë¶€ë¶„*/
html, body{ font-size:12px; }
*{ font-weight:normal; font-family:"Nanum Gothic"; }

ul, dl, li{ margin:0; padding:0; }
li{ list-style: none; margin:0; padding:0;}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5
, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10
, .col-md-11, .col-md-12{ padding:0; }
select {
    -moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

select {
	  font-family: "Nanum Gothic";
	  font-size: 1.2rem;
	  font-weight: 400;
	  line-height: 1.5;
	  color: #444;
	  background-color: #fff;
	  padding: 0.6em 1.4em 0.6em 0.8em;
	  margin: 0;
	  border-radius: 0.5em;
	  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);	
	  height:3.7rem !important;
}

select:hover {
	  border-color: #888;
}

select:focus {
	  border-color: #aaa;
	  box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
	  box-shadow: 0 0 0 3px -moz-mac-focusring;
	  color: #222;
	  outline: none;
}

select:disabled {
  opacity: 0.5;
}

table{ border-collapse:collapse; }

.form-inline label{
	display:inline-block;
}




/* í—¤ë” ì˜ì—­ */
#header{ 
					text-align:center; 
					padding:1.7rem 0; 
					background-color:#122842; 
					color:#fff; 
					font-weight:bold; 
					font-family:inherit; 
					font-size:2rem; 
					font-family:'Nanum Gothic'; 
}



#wrap{ max-width:1400px; margin:0% auto 5%; }
#wrap_top{ 
					/* border-bottom:1px solid #333; */
					text-align:center;   
					padding-top:5.8rem; 
					padding-bottom:0.16rem 
}

#wrap_top h2{ font-family:'Nanum Gothic'; font-weight:bold; font-size:3.33rem; }

#wrap_top .top_info{ 
									font-family:'Nanum Gothic'; 
									color:#666; 
									padding-top:1.66rem; 
									margin-bottom:4.16rem; 
									text-align:center; 
									line-height:1.3rem; 
								}

#wrap_top .top_info span{ color:#f272ad; font-size:1.83rem; }

#tab_menu{ overflow:hidden; }
#tab_menu li{ float:left; box-sizing:border-box; width:50%; }
#tab_menu li a{ 
							padding:1.25rem 0; 
							display:block; border:1px solid #d9d9d9; 
							font-size:1.5rem; 
							font-weight:bold; 
							background-color:#f5f5f5; 
							color:#999999; 
							text-decoration:none; 
							
						}

#tab_menu li a.active{ background-color:#fff; color:#333; }
#tab_menu li:first-child a{ border-right:0; }</pre></body></html>