td {  font-family: ±¼¸²; font-size: 9pt; color:#666666 ;  line-height: 120%}
div {  font-family:±¼¸²; font-size: 9pt; color:#666666 ; line-height: 120%}
BODY {
margin:0;padding:0;
	SCROLLBAR-FACE-COLOR: #dddddd; FONT-SIZE: 9px; SCROLLBAR-SHADOW-COLOR: #ffffff; COLOR: #ffffff; 
SCROLLBAR-3DLIGHT-COLOR: #ffffff; SCROLLBAR-ARROW-COLOR: #666666; 
FONT-FAMILY: µ¸¿ò, seoul, arial, helvetica; SCROLLBAR-DARKSHADOW-COLOR: #ffffff; SCROLLBAR-BASE-COLOR: #ffffff
}
A:link { font-family:±¼¸²; color:#666666;font-size:9pt;text-decoration:none;}
A:visited {font-family:±¼¸²; color:#666666;font-size:9pt;text-decoration:none;}
A:active {font-family:±¼¸²; color:#666666;font-size:9pt;text-decoration:none;}
A:hover  {font-family:±¼¸²; color:#76B756;font-size:9pt;text-decoration:none;}

* {box-sizing: border-box}
.pop_bg{border:3px solid #ccc;box-sizing:border-box;}
.pop_bg img{width:494px;}
.pop_bg.non{display:none;}
/* Style the tab */
.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 48%;
  height: 396px;
  margin-left:19%;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px -1px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
  border: 1px solid #ccc;
  width: 70%;
  border-left: none;
  height: 300px;
}