/*common*/
* {
  margin: 0;
  padding: 0;
}
html, body {
  width: 100%;
  height: 100%;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
.clearfix::before,
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
#wrap {
  width: 100%;
}
/*common*/

/*header*/
#logo {
  float: left;
  height: 44px;
  margin-top: 43px;
}
#logo img {
  width: 120px;
}
header {
  width: 100%;
  height: 1030px;
}
#header_inner_wrap {
  width: 1200px;
  height: 130px;
  background-color: #fff;
  margin: 0 auto;
  z-index: 1;
}
/*메인 페이지에서만 사용하는 헤더 시작*/
.header_fixed {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.header_banner {
  width: 100%;
  height: 100vh;
  background-color: black;
}

.header_banner iframe {
  height: 100%;
  min-height: 100vh;
}

/*메인 페이지에서만 사용하는 헤더 끝*/

#nav_wrap {
  width: 470px;
  margin: 0 auto;
}

nav li {
  float: left;
  margin-left: 38px;
  line-height: 130px;
  display: block;
}
nav li:nth-child(1) {
  margin-left: 0px;
}
nav li a {
  padding-bottom: 10px;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
}
.nav_open {
  color: #8132c7;
  padding-bottom: 10px;
  border-bottom: 3px solid #8132c7;
  transition: 0.5s;
}

#links {
  float: right;
  line-height: 130px;
}
#links span .link_open {
  color: #8132c7;
  font-weight: 600;
}

/*header*/

#contents_wrap {
  width: 1200px;
  position: relative;
  margin: 0 auto;
}

#slide_wrap {
  width: 1200px;
  height: 800px;
  overflow: hidden;
}
#slide {
  width: 4800px;
  height: 800px;
  position: relative;
}
#slide li {
  float: left;
}
#slide_bar_wrap {
  position: relative;
  top: -80px;
}
#slide_bar {
  width: 1200px;
  height: 80px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
}

#slide_icon img {
  width: 29px;
  height: 36px;
  float: left;
  margin-left: 40px;
  margin-top: 22px;
}

#slide_text {
  height: 80px;
  overflow: hidden;
  float: left;
}
#slide_text div {
  display: none;
}
#slide_text .slide_inner_open {
  font-size: 20px;
  color: #fff;
  margin-left: 10px;
  line-height: 80px;
  display: block;
}

#slide_btn_wrap {
  float: right;
  margin-right: 40px;
  margin-top: 35px;
}
#slide_btn_wrap li {
  float: left;
  margin-left: 5px;
}
#slide_btn_wrap li div:nth-child(1) {
  margin-left: 0;
}
#slide_btn_wrap li div {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 6px;
  cursor: pointer;
}
#slide_btn_wrap li .slide_btn_open {
  background-color: #8132c7;
}
#news {
  width: 1198px;
  height: 200px;
  border: 1px solid #b8b8b8;
  position: relative;
  margin-top: 60px;
}
#news > div {
  height: 200px;
  float: left;
}
#news > div:nth-child(1) {
  width: 40px;
  background-color: #520996;
}
#news div span p {
  line-height: 14pt;
}
#news_box {
  width: 772px;
  background-color: #fff;
}
#news_wrap {
  width: 610px;
  height: 106px;
  margin-top: 47px;
  margin-left: 10px;
  overflow: hidden;
}
#news_wrap div {
  display: none;
}
#news_wrap .news_open {
  display: block;
}
.news_title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news_contents {
  display: block;
  display: -webkit-box;
  max-width: 610px;
  max-height: 106px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#news > a div {
  width: 386px;
  height: 200px;
  background-image: url('../img/main_news_01.jpg');
  background-size: cover;
  background-position: center;
  float: left;
}
#news #news_btn_wrap {
  height: 12px;
  float: right;
  margin-right: 10px;
  margin-top: 10px;
}
#news_btn_wrap div {
  height: 12px;
  margin-left: 5px;
  float: left;
}
#news_btn_wrap div i {
  width: 12px;
  height: 12px;
  color: #888;
  font-size: 12px;
  text-align: center;
  line-height: 12px;
  display: block;
  cursor: pointer;
}
#news_btn_wrap div:first-child::after {
  display: block;
  content:'';
  position: absolute;
  bottom: -21px;
  right: 24px;
  height: 11px;
  border-right: 1px solid #b8b8b8;
}
#partition_wrap {
  margin-top: 80px;
}

.partition {
  width: 388px;
  height: 472px;
  position: relative;
  float: left;
  margin-left: 18px;
}
a:nth-child(1) .partition {
  margin-left: 0;
}
a:nth-child(1) .partition {
  background-image: url('../img/partition_01.jpg');
}
a:nth-child(2) .partition {
  background-image: url('../img/partition_02.jpg');
}
a:nth-child(3) .partition {
  background-image: url('../img/partition_03.jpg');
}

.partition {
  background-position: center;
  background-size: 100%;
  transition: ease 0.4s;
}
.partition:hover {
  background-size: 120%;
}

.partition div {
  width: 130px;
  height: 22px;
  position: absolute;
  color: #fff;
  left: 50%;
  text-align: center;
  margin-left: -62px;
  margin-top: 400px;
}

footer {
  width: 100%;
  height: 180px;
  background-color: #0d0019;
  text-align: center;
  margin: 0 auto;
  margin-top: 100px;
}
/*footer div{width:1200px;
		   left:-50%;
		   margin-left:600px;}*/
footer img {
  width: 120px;
  height: 44px;
  margin-top: 55px;
}
footer span {
  display: inline-block;
  font-size: 1em;
  color: white;
}
footer address {
  font-style: normal;
  line-height: 3;
}
