

/* * {
  margin: 0;
  padding: 0;
} */

a {
  text-decoration: none;
  color: #888;
  font-weight: bold;
}

p {
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}


/* 공통 */

/* .page-container {
  margin: 0 auto;
  max-width: 1300px;
} */

/* 헤더 */

#header {
  padding: 1rem;
  padding-bottom: unset;
  text-align: center;  
} 

#header .header-logo {
  display: inline-block;
  margin-bottom: 1rem;
}

#header .links {
  text-align: right;
}

.link-text {
  display: inline-block;
  font-size: 13px;
  margin-left: 10px;
  cursor: pointer;

}

.headimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



nav {
  width: 100%;
  display: block;
  /* justify-content: center; */
  text-align: center;
  position: relative;
}
#header-menu{
  display: inline-block;
}

#header-menu > li {
  float: left;
  position: relative;
  list-style-type: none;
  text-align: center;
  padding: auto;
  line-height: 30px;
  display: block;
}

#header-menu .submenu {
  width: 100%;
  position: absolute;
  background: white;
  opacity: 0;
  visibility: hidden;
  transition: all 0.15s ease-in;
  display: block;
  text-align: center;
}

#header-menu .submenu > li {
  width: 100%;
  padding: 12px 14px;
  border-bottom: black;
  box-sizing: border-box;
  list-style-type: none;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: black;
  display: block;
}

#header-menu .submenu > li > a {
  text-decoration: none;
  color: black;
  display: block;
  text-align: center;
}

#header-menu > li > a {
  font-size: 1rem;
  font-weight: bold;
  color: black;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.05em;
  display: block;
  padding: 12px 53px;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  text-shadow: rgba(0, 0, 0, 2);
}

#header-menu > li:first-of-type > a {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}

#header-menu > li:hover .submenu {
  opacity: 1;
  visibility: visible;
}

#header-menu .submenu > li > a:hover {
  /* text-decoration: underline; */
  background: rgba(157, 162, 221, 0.16);
}


/* main page */

#main-container {
  margin-top: 2rem;
}

.image-box {
  width: 100%;
  height: 600px;
  background-position: center;
  background-size: cover;
}

.section01 {
  width: 100%;
  display: block;
  /* justify-content: center; */
  position: relative;
  padding-top: 0px;
  padding-bottom: 35px;
  text-align: center;
}

.inner{
  display: inline-block;
}

.inner ul > li {
  list-style-type: none;
  float: left;
  position: relative;
  color: black;
  padding: 12px 35px;
  text-align: center;
}


.section01 h2 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  font-family: inherit;
  margin-top: 0;
}

.section01 ul {
  /* padding-top: 5px; */
  overflow: hidden;
}

.section01 ul li {
  float: left;
  /* width: 15%;
    margin-right: 8%; */
}

.section01 ul li p:hover {
  text-decoration: underline;
  color: #F35643;
}

.section01 ul li:last-of-type {
  margin-right: 0%;
}


.section01 .img {
  text-align: center;
  transition: all 0.3s;
  height: 50px;
  margin-bottom: 100px;
}


.section01 .img:hover {
  transform: rotate(30deg);
}



.section02 {
  margin: 0;
  padding-bottom: 30px;
  padding-top: 30px;
}

.inner2 > h2 {
  text-align: center;
  font-size: 24px;
}

.inner2 > p {
  text-align: center;
  font-size: 15px;
  margin-top: 8px;
}

/* .inner2 a {
  color: black;
} */


.content02 {
  padding-top: 70px;
  padding-bottom: 90px;
  margin-left: 0;
}

.newsarea {
  float: left;
  margin-left: 40%;
  width: 10%;
}

.noticearea {
  float: left;
  width: 10%;
}

.inner2 > div > li {
  text-align: center;
}




/* .section04{
  background-color: #FAFAFA;
  text-align: center;
}

.section04 h2{
  padding-top: 60px;
  font-size: 32px;
}

.section04 p{
  margin-top: 8px;
  padding-bottom: 100px;
  font-size: 12px;
} */

.section03 {

  text-align: center;
  width: 100%;
  display: block;
  /* justify-content: center; */
  position: relative;
  text-align: center;
  /* margin-left: 35%; */
}


.section03 > div > ul > li {
  float: left;
  display: block;
  text-align: center;
  font-size: 14px;
  padding: 30px;
  margin-top: 0;
}


/* footer */
.footer_wrap {
  width: 100%;
  background: #333;
  height: 190px;
}

.footer {
  display: block;
  padding-top: 60px;
  padding-left: 35%;
  margin-top: 2%;
}

.f_logo {
  float: left;
  margin-right: 10px;
}


.f_copy {
  color: #C8C7C7;
  float: left;
  font-size: 13px;
  font-weight: 700;
  padding-top: 15px;
}