<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);

* {
  margin: 0 auto;
  font-family: 'Noto Sans Korean', sans-serif;
}

.container {
  width: 100%;
  min-width: 1300px;
  min-height: 486px;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

/*----header----*/
header {
  position: relative;
  margin: 0 auto;
  width: 1000px;
  height: 70px;
  /* border: 1px solid #000; */
}

header::before {
  content: "";
  display: block;
  position: absolute;
  left: -50%;
  bottom: 0;
  width: 200%;
  height: 1px;
  background-color: #eaeaea;
  -webkit-transition: bottom 0.9s;
  transition: bottom 0.9s;
  z-index: 101;
}

header::after {
 content: "";
  display: block;
  position: absolute;
  left: -50%;
  bottom: 0;
  width: 200%;
  height: 0px;
  background-color: #222;
  -webkit-transition: bottom 0.9s;
  transition: bottom 0.9s;
  z-index: 100;
}

header.on::after {
  bottom: -280px;
}

header .logo a {
  position: relative;
  display: inline-block;
  line-height: 130px;
  z-index: 102;
}

header .logo h1 a img {
  margin-bottom: 25px;
  border-style: none;
}

header nav {
  position: absolute;
  left: -40%;
  top: 85px;
  width: 200%;
  text-align: center;
}

header&gt;nav&gt;ul {
  position: absolute;
  left: 155px;
  top: -60px;
  height: 30px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  z-index: 101;
  -webkit-transition: all 0.01s;
  transition: all 0.01s;
}

header&gt;nav&gt;ul&gt;li {
  padding: 0 20px;
}

header&gt;nav&gt;ul&gt;li&gt;ul&gt;li&gt;a {
  text-align: center;
}

header nav .sub_shadow {
  position: absolute;
  left: -50%;
  top: -17px;
  width: 200%;
  /* height: 100px; */
  background-color: #f2f2f2;
  -webkit-transition: all 900ms;
  transition: all 900ms;
  z-index: 100;
}

header nav .sub_shadow .nav_img {
  position: absolute;
  left: -450px;
  top: -26px;
  width: 100%;
  height: 120%;
  overflow: hidden;
  z-index: 101;
  -webkit-transition: all 0.01s;
  transition: all 0.01s;
}

header nav .sub_shadow .nav_img img {
  width: auto;
  height: 206px;
  margin: 0;
}

header nav .sub_shadow .nav_img.on {
  height: 210px;
}

header&gt;nav&gt;ul&gt;li {
  display: inline-block;
  vertical-align: top;
  width: 170px;
}

header&gt;nav&gt;ul&gt;li&gt;a {
  position: relative;
  font-size: 1.08em;
  display: block;
  font-weight: 500;
  color: #000;
}

header&gt;nav&gt;ul&gt;li&gt;a::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 30px;
  margin-left: -25%;
  width: 0;
  margin-top: 11px;
  height: 3px;
  background-color: #e83426;
}

header&gt;nav&gt;ul&gt;li&gt;a.active::after {
  width: 50%;
}

header nav ul ul {
  margin-top: 27px;
}

header nav ul ul a {
  display: block;
  padding: 2px 32px;
  line-height: 32px;
  color: #333;
  text-align: left;
  -webkit-transition: all 900ms;
  transition: all 900ms;
}

/*event*/
header .location form input[type=text]:focus {
  outline: none;
  border: none;
  border-bottom: 2px solid #707070;
}

header&gt;nav&gt;ul.active {
  height: 190px;
}

header&gt;nav&gt;ul.active+.sub_shadow {
  height: 170px;
}

header&gt;nav&gt;ul&gt;li.active&gt;a {
  color: #073190;
}

header nav ul ul li.active a {
  text-decoration: underline;
  color: #073190;
}

/*event*/
header .location form input[type=text]:focus {
  outline: none;
  border: none;
  border-bottom: 2px solid #707070;
}

header&gt;nav&gt;ul.active {
  height: 190px;
}

header&gt;nav&gt;ul.active+.sub_shadow {
  height: 170px;
}

header&gt;nav&gt;ul&gt;li.active&gt;a {
  color: #073190;
}

header nav ul ul li.active a {
  text-decoration: underline;
  color: #073190;
}
/* �쒕툕nav */
.top_ban {
  position: relative;
  display:
    width: 100%;
  margin: 0 auto;
}

.top_ban img {
  width: 100%;
  height: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.top_ban_con {
  width: 1000px;
  margin: 0 auto;
}

.sub_menu {
  position: absolute;
  list-style: none;
  text-align: center;
  bottom: 0%;
  width: 1000px;
  height: 48px;
  margin: 0 auto;
  /* top: 20%; */
  background-color: #c4cbd8;
  display: block;
}

.sub_menu li {
  float: left;
  width: 50%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.sub_menu a {
  display: flex;
display: -ms-flexbox;
width: 100%;
height: 100%;
justify-content: center;
-ms-flex-pack: center;
align-items: center;
-ms-flex-align: center;
color: #000;
text-decoration: none;
position: relative;
font-size: 18px;
z-index: 9;
}

.sub_menu a.active {
  background-color: #fff;
  color: #2e4ebc;
  font-weight: bold;
}

/* �댁슜 */
.sub_text {
  width: 1000px;
  margin: 0 auto;
}

.sub_text .img {
  margin: 0 auto;
}

/* footer */
.logis_footer {
  position: relative;
  width: 100%;
  height: 65px;
  background-color: #333;
  overflow: hidden;
  min-width: 1500px;
}
.footer{
	width: 1000px;
}
.footer&gt;table {
	/* border: 1px solid #fff; */
	float: left;
  margin-top: -3px;
}
.footer&gt;table&gt;tbody&gt;tr&gt;td&gt;span {
  display: inline-block;
  margin-right: 20px;
  /* vertical-align: middle; */
  line-height: 18px;
  font-family: 'Noto Sans KR', sans-serif;
  margin-top: 15px;
}

.footer&gt;table&gt;tbody&gt;tr&gt;td&gt;a&gt;span {
  margin-right: 20px;
  vertical-align: top;
  line-height: 18px;
  font-family: 'Noto Sans KR', sans-serif;
  margin-top: 15px;
  line-height: 25px;
  color: #666666;
  font-size: 13px;
  margin-top: 10px;
  text-align: right;
}

.footer_address {
  line-height: 25px;
  color: #666666;
  font-size: 13px;
  margin-top: 10px;
}
.footer_logo {
  margin-top: 20px;
}
</pre></body></html>