/* ¼­ºê_1*/

 #css_tabs {
	width:500px;
	margin:40px auto;
	display:block;
	
}


 #css_tabs input:nth-of-type(1), #css_tabs input:nth-of-type(1) ~ div:nth-of-type(1), #css_tabs input:nth-of-type(2), #css_tabs input:nth-of-type(2) ~ div:nth-of-type(2), #css_tabs input:nth-of-type(3), #css_tabs input:nth-of-type(3) ~ div:nth-of-type(3) {
 display:none;
}
 #css_tabs input:nth-of-type(1):checked ~ div:nth-of-type(1), #css_tabs input:nth-of-type(2):checked ~ div:nth-of-type(2), #css_tabs input:nth-of-type(3):checked ~ div:nth-of-type(3) {
 display:block;
}
/* ¶óº§ ±âº» ½ºÅ¸ÀÏ ÁöÁ¤ */
 #css_tabs > label {
	display:inline-block;
	font-size:9pt;
	padding:7px;
	text-align:center;
	width:25%;
	border-radius: 3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	background:#eee;  690998749846 
	color:#777;
}
#css_tabs > label:hover {
	cursor:pointer
}
#css_tabs label[for=tab1] {
	margin-left:1.5em
}

 /* ¼±ÅÃµÈ ¶óº§, Ä¿¼­¸¦ ¿Ã¸° ¶óº§ ½ºÅ¸ÀÏ ÁöÁ¤ */
 #css_tabs input:nth-of-type(1):checked ~ label:nth-of-type(1), #css_tabs > label[for=tab1]:hover {
 background-color:#ff5277;
 color:#fff
}
 #css_tabs input:nth-of-type(2):checked ~ label:nth-of-type(2), #css_tabs > label[for=tab2]:hover {
 background-color:#ff5277;
 color:#fff
}
 #css_tabs input:nth-of-type(3):checked ~ label:nth-of-type(3), #css_tabs > label[for=tab3]:hover {
 background-color:#ff5277;
 color:#fff
}
/* ¶óº§ ±âº» ½ºÅ¸ÀÏ ÁöÁ¤ */

* {
	margin:0;
	padding:0;
}



#acc {
	width:100%;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	color:#000;
	overflow:hidden;
	margin-bottom:40px;
	
}
#acc h3 {
	width:100%;
	cursor:pointer;
	background-image:url(../img/arrow_down.png);
	background-repeat:no-repeat;
	background-position:98% 50%;
	background-size:3%;
	overflow:hidden;
	padding:15px;
	border-top:1px solid #CCC;
	font-weight:normal;
	font-size:9pt;
	
}

#acc p.date {
	width:30%;
	float:left;
	display:block;
	font-weight:bold;
	text-align:center;
	
}

#acc ul{
	display:block;
	width:70%;
	float:right;
	overflow:hidden;
	
	
	
}
#acc ul li {
	width:30%;
	display:block;
	float:left;
	text-align:center;

}

#acc .section {
	overflow:hidden;
	margin:0 auto;
	width:100%;
	padding:0;
}



#sub {
	width:90%;
	margin:30px auto;
	overflow:hidden;
	clear:both;
	padding:0;
	
}
#sub .left {
	float:left;
	text-align:center;
	display:block;
	width:45%;
	margin:0 auto;
	overflow:hidden;
}
#sub .right {
	float:right;
	text-align:center;
	display:block;
	width:45%;
	margin:0 auto;
}

#sub p.border {
	border:3px solid #000;
	width:100%;
	padding:10px 0;
	margin:0 auto;
}
#sub dl {
	width:100%;
	margin:30px auto;
	padding:0;
	text-align:left;
	
}
#sub dt {
	width:35%;
	float:left;
	display:block;
	padding-bottom:5px;
}
#sub dd {
	width:65%;
	display:block;
	margin-left:35%;
	padding-bottom:5px;
}
#sub  table {
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	border:1px solid #CCC;
	margin-bottom:20px;
}
#sub  table img {
	width:15%;
	height:auto;
	margin-right:20px;
	vertical-align:middle;
}
#sub  table th {
	border-bottom:1px solid #e3e3e3;
	padding:10px 0;
	margin-bottom:20px;
}
#sub table td {
	border-bottom:1px solid #e3e3e3;
	padding:10px 0;
	text-align:center;
	font-size:10pt;
}
#sub  table td.no {
	border-bottom:none;
}
#sub  table p {
	font-weight:bold;
	font-size: 15pt;
	text-align:right;
	padding-right:20px;
}
#sub table p span {
	font-weight: normal;
	font-size:9pt;
	margin-right:20px;
}
.close_div {
	display:none;
}
#acc h5 {
	width:100%;
	font-size:18pt;
	padding:30px 20px;
	text-align:right;
	border-top:4px solid #EAEAEA;
}
#acc h5 span {
	font-size:10pt;
	margin-right:30px;
	font-weight:normal;
}
