@charset "utf-8";
/* 디자인라인  공통요소 */
.row08 h3 span::before,
.row07 h3 span::before,
.row06 h3 span::before,
.row03_wrap h3 span::before,
.row01_txt_box::after,
.row02_news span:before,
.row01_right:after {
  position: absolute;
  content: "";
  width: var(--point-line-size);
  height: 1px;
}
.row01_right:after {
  background-color: #fff;
}
.row01_txt_box::after {
  bottom: 0;
  background-color: var(--main_color);
}
.row08 h3 span::before,
.row07 h3 span::before,
.row06 h3 span::before,
.row03_wrap h3 span::before,
.row02_news span:before {
  background-color: var(--line-color);
}
.row08 h3 span::before,
.row07 h3 span::before,
.row06 h3 span::before,
.row03_wrap h3 span::before {
  left: 0px;
  bottom: 28px;
}

/* 메인슬라이드 */
.row01_left{
  display: none;
}
.main_visual_slide .slick-slide {
  background-repeat:no-repeat;
  background-position-x: center;
  background-position-y: center;
  height: 62.5rem;
}
.container_row01_slide03,
.container_row01_slide02,
.container_row01_slide01 {
  background-size: contain;
  background-attachment: fixed;
  width: 100%;
  /* height: 62.5rem; */
}
/* 슬라이드 페이지네이션 */
.main_visual_slide .slick-dots{
  position:absolute;
  bottom:100px;
  display: flex;
  justify-content: space-between;
  clear:both;
  left:50%;
  transform: translateX(-50%);
}
.main_visual_slide .slick-dots button {
  position:inherit;
  border-radius: 50%;
  width:16px;
  height: 16px;
  transform: translateX(-16px);
  background-color: #0c5428;
  z-index: 100;
  float: left;
}
.main_visual_slide .slick-dots li{
  margin:0 6px;
}
.main_visual_slide li.slick-active button{
  background-color: var(--accent_color);
  /* opacity: 1; */
}
.main_visual_slide .slick-dots li{
float: left;
clear:both;
}
.row01 {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: auto;
}
.row01_left {
  position: absolute;
  /* top: 240px; */
  top: 200px;
}
.row01_left p span{
  font-size: var(--txt-50-size);
}
.row01_txt02 img,
.row01_txt01 img {
  margin: 0 0 0 -15px;
}
.row01_txt01 {
  margin-left: -5px;
}
.row01_txt02{
  margin-left: -3px;
}
.row01_txt_box .row01_txt02 img{
  display: inline-block;
}
.row01_txt_box {
  position: relative;
}
.row01_txt_box img {
  transition: all 0.5s;
}
.row01_left p {
  font-size: var(--txt-36-size);
  color: #fff;
  font-weight: 500;
  line-height: var(--font-hight-normal);
  font-style: italic;
  margin-bottom: 20px;
}
.row01_left_wrap,
.row01_right_wrap {
  position: relative;
  width: 100%;
  height: 100vh;
}
.row01_right {
  position: relative;
  position: absolute;
  right: 0;
  /* bottom: 140px; */
  top:600px;
  border-top: 1px var(--line-color) solid;
  border-bottom: 1px var(--line-color) solid;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.5s;
}
.row01_right:after {
  right: 0;
  bottom: 0;
}
.row01__menu {
  padding: 1.25rem 2.625rem;
}
.row01_right_wrap .row01_right a {
  display: flex;
  align-items: center;
  color: var(--text-color);
  font-size: var(--txt-27-size);
  letter-spacing: var(--font-spacing-ko);
}
.row01_right li:hover {
  background: linear-gradient(
    to top,
    /* rgb(4 15 47/76%),
    rgb(4 15 47/ 20%) 50%,
    rgb(4 15 47/20%) 20%,
    rgb(4 15 47/0%) 75% */
    rgb(4 95 38/76%),
    rgb(4 95 38/ 20%) 50%,
    rgb(4 95 38/20%) 20%,
    rgb(4 95 38/0%) 75%
  );
}
.row02_li a{
  display: block;
}
.row02_img{
  position: relative;
}
.row02_img::after{
  content: "";
  display: block;
  padding-bottom: 100%;
}
.row02_img img{
  display: block;
  position: absolute;
  width:100%;
  height: 100%;
  object-fit: cover;
}
.row02_news span,
.row01_right a,
.row01_right i,
.row01_right b {
  display: inline-block;
}
.row01_right i {
  width: var(--txt-56-size);
  height: var(--txt-56-size);
  text-align: center;
}
.row01_right b {
  font-family: var(--font-Style-num);
  color: var(--main_color);
  margin: 0 10px 0 20px;
}
.row02 .col-md-4,
.row02 .col-sm-12 {
  padding-left: 0;
}
.row02_news {
  display: flex;
  align-items: center;
  font-family: var(--font-Style-num);
}
.row02 li:nth-child(1) .row02_news {
  color: var(--point-color01);
}
.row02 li:nth-child(2) .row02_news {
  color: var(--point-color02);
}
.row02 li:nth-child(3) .row02_news {
  color: var(--point-color03);
}
.row02_news span {
  font-size: var(--txt-27-size);
  margin-right: 10px;
}
.row02_news b {
  font-size: var(--txt-50-size);
}
.row02_ctit {
  display: block;
  font-size: var(--txt-24-size);
  font-weight: 300;
  color: var(--text-color);
  margin: 0.6565rem 0 1.313rem;
  letter-spacing: -0.14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.row03 {
  margin: 80px 0 0;
}
.row03 .schedule_slide {
  position: relative;
  border-left: 1px solid var(--line-color);
}
.row03 .schedule_slide:after {
  position: absolute;
  content: "";
  width: 10rem;
  height: 12.4875rem;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 10%,
    rgba(0, 0, 0, 0.3) 25%,
    rgba(0, 0, 0, 0.6) 50%,
    rgba(0, 0, 0, 0.8) 75%,
    rgb(0, 0, 0) 100%
  );
  right: 0;
  top: -1px;
}
.row03 .schedule_slide button {
  position: absolute;
  bottom: -74px;
  color: transparent;
  border: 0;
  border-radius: 50%;
  width: 3.438rem;
  height: 3.438rem;
  background-color: transparent;
}
.row03 .slick-prev {
  background: url(../images/row02_prev.png) no-repeat center;
  left: 50%;
  transform: translate(-8rem, 0);
}
.row03 .slick-next {
  background: url(../images/row02_next.png) no-repeat center;
  right: 50%;
  transform: translate(8rem, 0);
}
.row03 .slick-prev:hover {
  background: url(../images/row02_prev_hover.png) no-repeat center;
}
.row03 .slick-next:hover {
  background: url(../images/row02_next_hover.png) no-repeat center;
}
.schedule_slide .slick-list {
  border-bottom: 1px solid var(--line-color);
}
.schedule_slide .slick-slide {
  width: 18.875rem;
  height: 12.4875rem;
  background-color: var(--background-color);
}
.row03_wrap {
  border-top: 1px solid var(--line-color);
}
.row03_wrap h3 {
  position: relative;
  font-size: var(--txt-50-size);
  font-family: var(--font-Style-num);
  text-transform: uppercase;
  background-color: var(--black02-color);
  display: flex;
  align-items: center;
  padding: 1.1rem 3.438rem;
  border-left: 1px solid var(--line-color);
}
.row03_wrap h3 span {
  color: var(--text-color);
  font-weight: 100;
}
.row03_wrap h3 b {
  font-weight: 600;
}
.row03_wrap h3 strong {
  color: var(--accent_color);
  font-weight: 400;
  margin-right: 5px;
}
.row03 .schedule_data strong {
  display: inline-block;
  padding: 1.1rem 1.75rem 0;
}
.row03 .schedule_data .day {
  font-family: var(--font-Style-num);
  color: #05be4c;
  font-size: var(--txt-36-size);
}
.row03 .detail_wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid var(--line-color);
  height: 130px;
  padding: 0 1.75rem 1.8rem;
}
.row03 .detail_wrap .detail02{
 color:var(--gray-Wight-color);
}
.row03 .detail01 {
  font-size: var(--txt-16-size);
  font-weight: 300;
  color: var(--text-color);
}
.row03__term {
  font-family: var(--font-Style-num);
  font-size: var(--txt-36-size);
  color: var(--text-color);
  text-align: center;
  margin: 1.5rem 0;
}
.row04 {
  /* margin: var(--pc-row-margin) 0 0; */
  width: 100%;
  height: 45rem;
  background: url(../images/main_row03_bg.png) no-repeat center top;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* .row04__in{
  margin-bottom: 450px;
  } */
.row04__in h2 {
  font-size: var(--txt-56-size);
  text-align: center;
  letter-spacing: -0.088rem;
  color: #fff;
}
.row04__in h2 .en {
  font-size: 4.125rem;
}
.row04__in h2 .blue {
  color: var(--main_color);
}
.row04__logo {
  text-align: center;
  margin: 3.438rem 0 0;
}
.row04_logos {
  display: flex;
  justify-content: space-between;
  margin: 7.5rem 0;
  /* 로고바꾸기 전까지 잠시 가려놓음 */
  display: none;
}
.row04__p {
  text-align: center;
  color: #fff;
  font-size: var(--txt-24-size);
  font-weight: 100;
  margin: 7.5rem 0;
}
.row04__p > b {
  font-size: 1.563rem;
}
.row04__p > .blue {
  color: var(--main_color);
}
.row05 {
  height: 289px;
  background: url(../images/main-row-05-bg.png) no-repeat center;
  background-size: cover;
}
.md_menu {
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.md_menu a {
  color: #fff;
}
.md_menu i {
  position: relative;
  display: block;
  width: var(--txt-56-size);
  height: var(--txt-56-size);
  margin: 0 auto;
}
.md_menu li {
  width: 11.125rem;
  height: 11.125rem;
  border-radius: 50%;
  outline: 8px ridge rgba(170, 50, 220, 0.6);
  transition: all 0.5s;
}
.md_menu li:nth-child(1) i {
  background: url(../images/row05_icon01.png) no-repeat center;
}
.md_menu li:nth-child(2) i {
  background: url(../images/row05_icon04.png) no-repeat center;
}
.md_menu li:nth-child(3) i {
  background: url(../images/row05_icon03.png) no-repeat center;
}
.md_menu li:nth-child(4) i {
  background: url(../images/row05_icon02.png) no-repeat center;
}
.md_menu li:nth-child(5) i {
  background: url(../images/row05_icon05.png) no-repeat center;
}
.md_menu li span {
  display: inline-block;
  font-size: var(--txt-24-size);
  margin: 0.5em 0;
}
.md_menu i:after {
  position: absolute;
  content: "";
  width: 2.375rem;
  height: 1px;
  background-color: var(--main_color);
  bottom: 0;
  left: 0.625rem;
}
.md_menu li a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: all 0.6s;
}
.md_menu li:hover a {
  background-color: var(--main_color);
  outline-style: solid;
  outline-width: 0.75rem;
  outline-color: black;
}
.md_menu li a::before {
  position: absolute;
  content: "";
  left: -15px;
  top: -15px;
  width: 13rem;
  height: 13rem;
  background: transparent;
  border-radius: 50%;
  transition: all 1s;
  z-index: -1;
}
.md_menu li:hover a::before {
  background: rgb(0 130 255 / 70%);
}
.md_menu li:hover i:after {
  height: 2px;
  background-color: #000;
}
.md_menu li:hover a {
  color: #000;
}
.row06 {
  padding: var(--pc-row-margin) 0;
  background-color: #050419;
}
.row07 {
  padding: 0 0 var(--pc-row-margin);
  background-color: #050419;
}
.row08{
  padding:0 0 var(--pc-row-margin);
  background-color:var(--background-color);
}
.row08 h3,
.row07 h3,
.row06 h3 {
  position: relative;
  font-size: var(--txt-50-size);
  font-family: var(--font-Style-num);
  text-transform: uppercase;
  color: #a0a0a0;
  padding: 1.1rem 3.438rem;
  display: flex;
  align-items: center;
}
.row08 h3 span,
.row07 h3 span,
.row06 h3 span {
  font-weight: 100;
}
.row07 h3 b .row06 h3 b {
  font-weight: 600;
}
.row06 h3 strong {
  font-weight: 400;
  margin-right: 5px;
}
.row06 h3 strong {
  color: var(--main_color);
}
.row07 h3 strong {
  color: var(--point-color01);
}
.row08 h3 strong {
  color: var(--down-green);
}
/* instagram feed */
#instagram {
  width: 100%;
  margin: 0 auto;
}
#instagram li {
  position: relative;
  list-style: none;
  float: left;
  width: 31.33333%;
  margin: 0.62%;
  background: #07080f;
  overflow: hidden;
  border:1px solid #464646;
}
#instagram li a::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 15px;
  right: 15px;
  background: url(../images/logo_instagram.png) no-repeat;
  background-size: cover;
}
#instagram li::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
#instagram li > .in {
  position: relative;
  position: absolute;
  height: 100%;
  width:100%;
}
#instagram li > .in::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
#instagram li > .in a {
  display: block;
  position: absolute;
  height: 100%;
  width:100%;
  display: flex;
  align-items: center;
}
#instagram li img {
  position: absolute;
  width: 100%;
}
#instagram .txt_box {
  position: absolute;
  background: rgb(0 0 0 / 80%);
  width: 100%;
  /* min-height: 600px; */
  min-height: 100%;
  padding: 1.25rem;
  box-sizing: border-box;
  opacity: 0;
  transition: all 0.5s;
  z-index: 12;
}
#instagram li:hover .txt_box {
  opacity: 1;
}
#instagram .txt_box h5 {
  font-size: var(--txt-16-size);
  color: var(--text-color);
}
#instagram .txt_box span {
  display: inline-block;
  font-size: var(--txt-14-size);
  color: var(--gray-Wight-color);
  font-weight: 300;
  margin: 10px 0;
}
#youtube {
  height: 100%;
  min-height: 450px;
}
#youtube iframe {
  width: 49%;
  height: 400px;
  position: relative;
  margin-right: 2%;
  border: 1px solid var(--line-color);
}
#youtube iframe:last-child {
  margin-right: 0;
}
#youtube iframe::after {
  content: "";
  display: block;
  padding-bottom: 150%;
}
.main_map{
  width:100%;
  height: 400px;
}
.row08_wrap p{
  font-size: var(--txt-20-size);
  color:var(--text-color);
  padding:10px 50px 30px;
}
@media screen and (min-width: 120rem) {
  /* .row01_right {
    bottom: 300px;
  } */
}
