@charset "euc-kr";

@import url(notokr.css);

* {margin:0 auto;}

html {overflow-y: scroll}
body,td {font-family:µ¸¿ò; font-size:12px; color:#747474; line-height:17px; text-decoration:none;}
a:link, a:visited, a:active {font-family:µ¸¿ò; font-size:12px; color:#747474; line-height:17px; text-decoration:none;}
a:hover {color:#000000; text-decoration:underline;}

li {list-style:none}
h2,h3,h4,h5,hr,caption {display:none;}
dl,dt,dd {ppadding:0px; margin:0px;}

img	{border:0;}

.png24 {tmp:expression(setPng24(this));}

/*ÅØ½ºÆ®*/
.t01 {color:#aeadad;}
.t02 {font-size:11px; color:#aeadad;}
.t03 {font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#ffffff; font-weight:bold;}
.t04 {font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight:bold;}
.t05 {color:#62a7dd;}
.t06 {font-size:11px; font-weight:bold;}



/*¹ö½º³ë¼±Á¶È¸*/
.bustb { border-top:2px solid #87C035; }
.bustb td { padding:3px 0 1px 0 }

.td_line_rb {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-color: #E0E0E0;
}
.td_line_b {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
}

/*¹Ú½º*/
.box01 {
font-family:µ¸¿ò;
font-size:11px;
color:#ffffff;
padding:2px;
border:1px solid; background-color:#aaaaaa;
border-color:#aaaaaa;
}
.box02 {
font-family:µ¸¿ò;
font-size:11px;
color:#747474;
padding:3px;
border:1px solid; background-color:#ffffff;
border-color:#d7d7d7;
}
.box03 {
font-family:µ¸¿ò;
font-size:16px;
color:#747474;
font-weight:bold;
padding:4px;
border:1px solid; background-color:#f9f9f9;
border-color:#cccccc;
}
.box04 {
font-family:µ¸¿ò;
font-size:11px;
color:#747474;
padding:3px;
border:1px solid; background-color:#f6f5f0;
border-color:#cfcfcf;
}
.box06 {
font-family:µ¸¿ò;
font-size:11px;
color:#747474;
padding:3px;
border:1px solid; background-color:#eeeeee;
border-color:#cbcbcb;
}

.box9 {font-size:9pt;font-family: "µ¸¿ò"; border:1px #cfcfcf solid; background-color:F7F7F7;color:585858;}





.dropb { font-size:11px ;font-family: "µ¸¿ò";
		line-height:17px;
        color:                         #8F8F8F;
        border:                        1px solid #B4B4B4;
        width:                        180px;
}

/* 2021.03.02 »ó´Ü ¸Þ´º */
.top-menu-wrapper {
	width: 640px;
	height: 70px;
	margin: 0;
}

.top-menu-wrapper * {
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans KR', sans-serif;
}

.top-menu-wrapper ul {
	margin: 0;
	padding: 0;
}

.top-menu-wrapper ul:after {
	content: "";
	clear: both;
	display: block;
}

.top-menu-wrapper > ul > li {
	float: left;
	width: 110px;
	height: 70px;
	overflow: hidden;
	transition: all 0.2s ease-in-out;
}

.top-menu-wrapper > ul > li > p {
	float: left;
	color: #fff;
	width: 110px;
	font-size: 14px;
	line-height: 70px;
	height: 70px;
	font-weight: 500;
	text-align: center;
	transition: all 0.2s ease-in-out;
	opacity: 1;
}

.top-menu-wrapper > ul li.active {
	width: 200px;
}

.top-menu-wrapper > ul > li.active > p {
	width: 0;
	height: 70px;
	font-size: 0;
	opacity: 0;
}

.top-menu-wrapper > ul li.topmenu1 > p {
	background-color: #555;
}
.top-menu-wrapper > ul li.topmenu2 > p {
	background-color: #7e7f77;
}
.top-menu-wrapper > ul li.topmenu3 > p {
	background-color: #aeaeab;
}
.top-menu-wrapper > ul li.topmenu4 > p {
	background-color: #d2d2cf;
}
.top-menu-wrapper > ul li.topmenu5 > p {
	background-color: #ececec;
}

.top-menu-area {
	width: 90px;
	height: 70px;
	transition: all 0.2s ease-in-out;
}

.top-menu-area:after {
	content: "";
	clear: both;
	display: block;
}

.top-menu-area h2 {
	display: none;
	transition: all 0.2s ease-in-out;
}

.top-menu-area ul {
	display: none;
	transition: all 0.2s ease-in-out;
}

.top-menu-wrapper > ul li.topmenu1,
.topmenu1 .top-menu-area {
	background-color: #3fa7f7
}

.top-menu-wrapper > ul li.topmenu2,
.topmenu2 .top-menu-area {
	background-color: #ffcc00
}

.top-menu-wrapper > ul li.topmenu3,
.topmenu3 .top-menu-area {
	background-color: #ffa900
}

.top-menu-wrapper > ul li.topmenu4,
.topmenu4 .top-menu-area {
	background-color: #4aa8d3
}

.top-menu-wrapper > ul li.topmenu5,
.topmenu5 .top-menu-area {
	background-color: #87c035
}

.active .top-menu-area {
	width: 200px;
	height: 70px;
}

.active .top-menu-area h2 {
	float: left;
	display: block;
}

.active .top-menu-area h2 a {
	display: block;
	width: 95px;
	height: 53px;
	padding-top: 17px;
	text-align: center;
	text-decoration: none
}

.active .top-menu-area h2 strong {
	display: block;
	font-size: 17px;
	line-height: 21px;
	font-weight: 700;
	color: #fff;
}

.active .top-menu-area h2 span {
	display: block;
	font-size: 11px;
	line-height: 15px;
	font-weight: 300;
	color: #fff;
}

.active .top-menu-area ul {
	display: block;
	padding-top: 7px;
}

.active .top-menu-area ul li {
	display: block;
	margin-bottom: 0;
}

.active .top-menu-area ul li:last-child {
	margin-bottom: 0;
}

.active .top-menu-area ul li a {
	display: block;
	color: #fff;
	opacity: 0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	font-size: 12px;
	line-height: 14px;
	font-weight: 300;
	font-family: 'Noto Sans KR', sans-serif;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	letter-spacing: -1px;
}


.active .top-menu-area ul li a:hover,
.active .top-menu-area ul li a.active {
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	transition: all 0.2s ease-in-out;
}

.sub-menu-wrapper {
	position: relative;
}

.sub-menu-wrapper:before {
	position: absolute;
	top: 9px;
	left: 135px;
	content: "";
	display: block;
	width: 1px;
	height: 143px;
	background-color: #e3e3e3;
}

.sub-menu-wrapper > ul {
	display: block;
	margin: 0;
	padding: 0;
	width: 135px
}

.sub-menu-wrapper > ul > li {
	display: block;
	margin: 0;
	padding: 0;
}

.sub-menu-wrapper > ul > li > a {
	display: block;
	color: #adadad;
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 32px;
	font-weight: 500;
	letter-spacing: -1px;
	font-family: 'Noto Sans KR', sans-serif;
	text-align: left;
	transition: all 0.2s ease-in-out;
}

.sub-menu-wrapper > ul > li > a:hover {
	text-decoration: none;
}

.sub-menu-wrapper > ul > li > a.topmenu1:hover,
.sub-menu-wrapper > ul > li > a.topmenu1.active {
	color: #3fa7f7
}

.sub-menu-wrapper > ul > li > a.topmenu2:hover,
.sub-menu-wrapper > ul > li > a.topmenu2.active {
	color: #ffcc00
}

.sub-menu-wrapper > ul > li > a.topmenu3:hover,
.sub-menu-wrapper > ul > li > a.topmenu3.active {
	color: #ffa900
}

.sub-menu-wrapper > ul > li > a.topmenu4:hover,
.sub-menu-wrapper > ul > li > a.topmenu4.active {
	color: #4aa8d3
}

.sub-menu-wrapper > ul > li > a.topmenu5:hover,
.sub-menu-wrapper > ul > li > a.topmenu5.active {
	color: #87c035
}

.sub-menu-wrapper > ul > li > ul {
	position: absolute;
	top: 0;
	left: 135px;
	display: block;
	margin: 0;
	padding: 0;
	display: none;
	margin-top: 9px;
}

.sub-menu-wrapper > ul > li > ul > li {
	display: block;
}

.sub-menu-wrapper > ul > li > ul > li > a {
	display: block;
	padding-left: 9px;
	padding-top: 2px;
	width: 100px;
	color: #444343;
	font-size: 12px;
	line-height: 14px;
	height: 16px;
	font-family: 'Noto Sans KR', sans-serif;
	text-align: left;
	transition: all 0.2s ease-in-out;
}

.sub-menu-wrapper > ul > li > ul > li > a:hover,
.sub-menu-wrapper > ul > li > ul > li > a.active {
	color: #fff;
	background-repeat: repeat;
	background-size: 5px 5px;
	background-position: 0 0;
	text-decoration: none;
}

.sub-menu-wrapper > ul > li > a.active + ul {
	display: block;
}

.sub-menu-wrapper > ul > li > a.topmenu1 + ul > li > a:hover,
.sub-menu-wrapper > ul > li > a.topmenu1 + ul > li > a.active {
	background-image: url(../make_img/common/bg_submenu01.gif);
}
.sub-menu-wrapper > ul > li > a.topmenu2 + ul > li > a:hover,
.sub-menu-wrapper > ul > li > a.topmenu2 + ul > li > a.active {
	background-image: url(../make_img/common/bg_submenu02.gif);
}
.sub-menu-wrapper > ul > li > a.topmenu3 + ul > li > a:hover,
.sub-menu-wrapper > ul > li > a.topmenu3 + ul > li > a.active {
	background-image: url(../make_img/common/bg_submenu03.gif);
}
.sub-menu-wrapper > ul > li > a.topmenu4 + ul > li > a:hover,
.sub-menu-wrapper > ul > li > a.topmenu4 + ul > li > a.active {
	background-image: url(../make_img/common/bg_submenu04.gif);
}
.sub-menu-wrapper > ul > li > a.topmenu5 + ul > li > a:hover,
.sub-menu-wrapper > ul > li > a.topmenu5 + ul > li > a.active {
	background-image: url(../make_img/common/bg_submenu05.gif);
}

.sub-menu-wrapper > ul > li > a.topmenu5 + ul > li > ul {
	margin: 0;
	padding: 5px 0 5px 19px;
}

.sub-menu-wrapper > ul > li > a.topmenu5 + ul > li > ul > li {
	display: block;
}

.sub-menu-wrapper > ul > li > a.topmenu5 + ul > li > ul > li > a {
	position: relative;
	padding-left: 6px;
	font-size: 12px;
	line-height: 16px;
	color: #afafaf;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 300;
}

.sub-menu-wrapper > ul > li > a.topmenu5 + ul > li > ul > li > a:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "¡¤";
}

.sub-menu-wrapper > ul > li > a.topmenu5 + ul > li > ul > li > a:hover,
.sub-menu-wrapper > ul > li > a.topmenu5 + ul > li > ul > li > a.active {
	color: #87c035
}

/* ÀÌ¹ÌÁö ½½¶óÀÌµå */
.image-slider-wrapper {
	display: block;
	width: 230px;
	height: 217px;
}

.image-slider-wrapper img {
	display: block;
}

.image-slider-pager {
	display: block;
	text-align: right;
	padding-top: 4px;
}

.image-slider-pager > a {
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	border: 1px solid #e0dfde
}

.image-slider-pager > a:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 10;
	transition: all 0.2s ease-in-out;
}

.image-slider-pager > a:hover:before,
.image-slider-pager > a.active:before {
	background-color: rgba(0, 0, 0, 0);
}

.image-slider-pager > a:hover {
	text-decoration: none;
}

.image-slider-pager > a > img {
	display: block;
	width: 36px;
}

.history-tab {
    width: 100%;
    height: auto;
    overflow: hidden;
}
 
.history-tab ul {
	font-family: 'Noto Sans KR', sans-serif;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    height: auto;
    overflow: hidden;
}
 
.history-tab ul li {
    float: left;
	font-size: 17px;
	font-weight: 600;
	line-height: 30px;
	color: #9d9d9d;
    text-align: center;
    cursor: pointer;
	transition: all .2s;
	
}
 
.history-tab ul li:hover,
.history-tab ul li.on {
	color: #3485e7;
	font-size: 22px;
	font-weight: 800;
}
 
.history-tab .history-contents {
    width: 100%;
    height: auto;
    overflow: hidden;
    min-height: 200px;
    display: none;
    text-align: center;
	margin-top: 30px;
}
 
.history-tab .history-contents.on {
    display: block;
}
.history-tab ul.depth2 li {
    width: calc(50% - 2px);
}
 
.history-tab ul.depth3 li {
    width: calc(33.33333333% - 2px);
}
 
.history-tab ul.depth4 li {
    width: calc(25% - 2px);
}
 
.history-tab ul.depth5 li {
    width: calc(20% - 2px);
}

