@charset "utf-8";
/* 화면공통영역  */
:root {
  --text-color: #e9e9e9;
  --background-color: #00020a;
  --black02-color: #0e0e0e;
  --main_color: #0582f6;
  --down-blue: #0461ba;
  --accent_color: #00ef58;
  --down-green: #05be4c;
  --line-color: #464646;
  --point-color01: rgba(232, 66, 126, 0.7);
  --point-color02: rgba(242, 154, 122, 0.7);
  --point-color03: rgba(5, 130, 246, 0.7);
  --gray-Wight-color: #a0a0a0;
  --footer-txt-color: #47484e;
  --point-line-size: 40px;
  --font-Style-num: "Refrigerator Deluxe", sans-serif;
  --txt-60-size: 3.75rem;
  --txt-58-size: 3.625rem;
  --txt-56-size: 3.5rem;
  --txt-54-size: 3.375rem;
  --txt-50-size: 3.125rem;
  --txt-36-size: 2.25rem;
  --txt-30-size: 1.875rem;
  --txt-27-size: 1.688rem;
  --txt-24-size: 1.5rem;
  --txt-20-size: 1.25rem;
  --txt-18-size: 1.125rem;
  --txt-16-size: 1rem;
  --txt-14-size: 0.875rem;
  --font-weight-normal: 300;
  --font-hight-normal: 42px;
  --font-spacing-ko: -0.65px;
  --pc-row-margin: 8.375rem;
}
.body__layer,
body {
  overflow-x: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  background: var(--background-color);
  background: -moz-radial-gradient(
    center,
    ellipse cover,
    #00020a 0%,
    #00020a 88%,
    #666 100%
  );
  background: -webkit-gradient(
    radial,
    center center,
    0px,
    center center,
    100%,
    color-stop(0%, #00020a),
    color-stop(88%, #00020a),
    color-stop(100%, #666)
  );
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    #00020a 0%,
    #00020a 88%,
    #666 100%
  );
  background: -o-radial-gradient(
    center,
    ellipse cover,
    #00020a 0%,
    #00020a 88%,
    #666 100%
  );
  background: -ms-radial-gradient(
    center,
    ellipse cover,
    #00020a 0%,
    #00020a 88%,
    #666 100%
  );
  background: radial-gradient(
    ellipse at center,
    #00020a 0%,
    #00020a 88%,
    #666 100%
  );
  background-size: 10px 10px;
}
/* 상단으로 올라가기 버튼 */
.to_top{
  position: fixed;
  right: 50px;
  bottom:50px;
  z-index:2000;
  display: none;
}
.to_top a{
  display: inline-block;
  color:#fff;
  width: 70px;
  height: 70px;
  background:url(../images/to_top_off.png) no-repeat;
  background-size: cover;
  transition: all 0.5s;
}
.to_top a:hover{
  background:url(../images/to_top_on.png) no-repeat;
  background-size: cover;
}
/* navigation */
.body__in {
  /* margin: 0 7.625rem; */
  margin: 0 auto;
  max-width: 1920px;
}
.body__padding {
  padding: 0 7.625rem;
}
.wrap_padding {
  padding-left: 7.625rem;
  padding-right: 7.625rem;
}
nav {
  position: fixed;
  width: 100%;
  z-index: 200;
  background: rgba(0, 0, 0, 0.2);
}
.navigation {
  position: relative;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin: 0 122px; */
  border-bottom: 1px solid var(--line-color);
  margin: 0 auto;
  max-width: 1920px;
}
.main_menu{
  position:relative;
}
.main_menu::after,
.navigation::before {
  position: absolute;
  content: "";
  width: var(--point-line-size);
  height: 1px;
  background-color: #fff;
}
.navigation::before {
  top: 99px;
}
.main_menu::after{
  top: 67px;
}
.main_menu::after{
  display:none;
}
.main_menu::after{
left:50%;
transform: translate(-50%);
}
.nav__menu .nav__li:hover .main_menu::after{
  display:block;
}
.nav__menu {
  display: flex;
}
.main_menu_m {
  display: none;
}
.nav__menu .nav__li {
  margin: 0 50px;
}
.nav__menu .nav__menu__live {
  display: flex;
  align-items: center;
  margin-right: 0;
}
.nav__menu__txt a {
  font-size: var(--txt-20-size);
  color: var(--text-color);
  padding: 0 5px;
  transition: all 0.5s;
}
.nav__menu li a {
  padding: 0 5px;
  transition: all 0.5s;
}
.nav__menu__live a{
  position:relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--txt-16-size);
  color: #a0a0a0;
}
.nav__menu__live i{
  font-size: var(--txt-24-size);
 color:#ff0000;
 margin-right:5px;
}
.nav__menu__live a::before{
  position:absolute;
content: '';
width:10px;
height: 10px;
background: #fff;
left:12px;
top:12px;
z-index: -1;
}
.nav__menu__txt a:hover {
  color: var(--accent_color);
}
.nav__open,
.nav__close {
  display: none;
}
.nav_m__overlay {
  display: none;
}
.nav__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
  transition: all 0.4s;
}
.sub_ul {
  display: none;
  position: absolute;
  top: 100px;
  padding: 35px 0 0;
  transition: all 1.5s;
}
.sub_ul_m {
  display: none;
}
.sub_ul li {
  text-align: left;
  margin-bottom: 20px;
}
.sub_ul li a {
  font-size: var(--txt-16-size);
  transition: all 0.5s;
}
.nav__sub {
  width: 100%;
  height: 0;
  background-color: rgba(14, 14, 14, 0.7);
  transition: all 0.3s;
}
nav:hover .nav__sub .body__in {
  box-sizing: border-box;
  height: 100%;
  border-bottom: 1px solid var(--line-color);
}
nav:hover .sub_ul {
  display: block;
}
nav .sub_ul li a {
  font-size: var(--txt-18-size);
}
nav:hover .nav__sub {
  height: 200px;
}
/* footer */
.footer {
  overflow: hidden;
}
.footer .footer__top {
  border-bottom: 1px var(--footer-txt-color) solid;
}
.footer .host {
  display: flex;
  justify-content:center;
  margin: 2.875em 0;
}
.host p {
  display: inline-block;
}
.host span {
  color: #888;
  display: inline-block;
  margin-right: 0.625rem;
}
.host img {
  height: 2.438rem;
  width: auto;
  margin-right: 2.188em;
}
.license {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.license p,
.license ul a {
  letter-spacing: 0;
  color: var(--footer-txt-color);
  line-height: 2em;
}
.license{
  margin:20px 0 40px;
}
.license ul li {
  position: relative;
  padding: 0 1.125em;
  float: left;
}
.license ul li:after {
  position: absolute;
  right: 0;
  top: 10px;
  content: "";
  width: 1.5px;
  height: 0.65em;
  background-color: var(--footer-txt-color);
}
.license__rights {
  text-transform: uppercase;
}
.footer .footer__bt {
  padding: 3.125em 0 8.313em;
}
.footer__bt .footer_row01 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sns__ect{
  display: flex;
  align-items: center;
}
.sns__ect .logo,
.footer_row02 ul {
  display: inline-block;
}
.footer_row02 {
  margin-top:40px;
}
.footer_row02 ul{
  display: flex;
  justify-content: center;
}
.footer_row02 .sns li {
  display: inline-block;
  margin: 0 0.25em;
}
.footer_row02 .sns li a {
  display: inline-block;
  width: var(--txt-36-size);
  height: var(--txt-36-size);
  background-color: var(--footer-txt-color);
  border-radius: 50%;
  text-align: center;
  /* 220726 추가 */
  line-height: 39px;
}
.sns li i {
  font-size: 1.375rem;
  line-height: var(--txt-36-size);
}
.footer_row02 .sns li:hover a {
  color: #fff;
  background-color: var(--down-green);
}
/* 220726 추가됨 */
.logo_discord{
  width:26px;
  height: 16px;
}
.footer_row02 .sns li a:hover .logo_discord{
  fill:#fff;
}
.footer__bt {
  background-color: #02040c;
}
.footer__bg {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 6.313rem;
  padding: 1.813em 0;
}
.footer__bg div {
  display: inline-block;
}
.footer .logo02{
  margin: 0 2.938em;
}
/* 디자인라인  공통요소 */
.board__title h4 {
  font-size: var(--txt-24-size);
  color: var(--text-color);
}
.board__title h4::before {
  position: absolute;
  content: "";
  width: var(--point-line-size);
  height: 1px;
}
.board__title h4::before {
  background-color: var(--line-color);
  left: 0;
  bottom: 0;
}

/* 서브메뉴 공통내용 */
.row {
  margin-right: 0;
  margin-left: 0;
}
.sub_p_lr{
  padding:0 7.625rem;
}
.sub01_row01 {
  background: url(../images/sub_bg.jpg) no-repeat center top;
}
.sub02_row01 {
  background: url(../images/sub_bg02.jpg) no-repeat center top;

}
.sub04_row01 {
  background: url(../images/sub_bg04.jpg) no-repeat center top;
}
.sub_row01 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 37.5em;
  position: relative;
  color: var(--text-color);
  background-attachment: fixed;
}
.sub_con_bg{
  background-color: var(--background-color);
}
.sub_margin {
  /* margin: 7.813em 0; */
  margin: 7em 0;
}
.sub_padding{
  padding: 7rem 0;
}
.sub_row01_txt01 {
  font-size: var(--txt-20-size);
  font-family: var(--font-Style-num);
  position: relative;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0.1rem 0;
  margin-bottom: 1.875em;
  text-transform: uppercase;
  letter-spacing: 1em;
  color: #99acb4;
  font-weight: 500;
  margin-left: 1em;
}
.sub_row01_txt01::before,
.sub_row01_txt01::after {
  position: absolute;
  content: "";
  width: 10rem;
  height: 1.578em;
}
.sub_row01_txt01::before {
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 10%,
    rgba(0, 0, 0, 0.3) 25%,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0.5) 75%,
    rgb(0, 0, 0, 0.7) 100%
  );
  left: -10rem;
  top: 0;
}
.sub_row01_txt01::after {
  background: linear-gradient(
    to left,
    rgba(0, 0, 0, 0) 10%,
    rgba(0, 0, 0, 0.3) 25%,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0.5) 75%,
    rgb(0, 0, 0, 0.7) 100%
  );
  top: 0;
}
.sub_row01_txt02 {
  font-size: var(--txt-60-size);
  font-weight: 600;
}
.sub_row01_txt02 b{
  font-weight: 500;
}
.sub_row01_txt02 span{
  position:relative;
  font-weight: 300;
  margin:20px;
}
.sub_row01_txt02 span:after{
  content: '';
  position:absolute;
  top:15px;
  height: 2.5rem;
  width:2px;
  background-color: var(--text-color);
}
.board_menu {
  position: relative;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-top: 2.188em;
  padding-bottom: 2.188em;
  background-color: rgb(0 15 30 / 60%);
  border-top: 2px solid rgba(5, 89, 173, 0.2);
  border-bottom: 2px solid #0559ad;
}
.board_menu li {
  padding: 0 1.25em;
}
.board_menu li a {
  font-size: var(--txt-24-size);
  color: var(--text-color);
  font-weight: 500;
  transition: all 0.5s;
}
.board_menu li.on a{
  color: var(--main_color);
  font-size: var(--txt-27-size);
  font-weight: 600;
}
.board_menu .selected_m{
  display: none;
}
.board_menu_ul{
  display: flex;
  justify-content: space-around;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1000;
  /* opacity: 0; */
}
.overlay.active {
  position: fixed;
  z-index: 300;
}
.table_total {
  color: #a0a0a0;
  font-size: var(--txt-20-size);
}
/* 슬라이더 공통요소 커스텀 */
.slick-slider button,
.gallery_slide button {
  position: absolute;
  color: transparent;
  border: 0;
  border-radius: 50%;
  width: 3.438rem;
  height: 3.438rem;
  background-color: transparent;
  z-index: 100;
}
.slick-slider .slick-prev {
  background: url(../images/row02_prev.png) no-repeat center;
}
.slick-slider .slick-next {
  background: url(../images/row02_next.png) no-repeat center;
}
.slick-slider .slick-prev:hover{
  background: url(../images/row02_prev_hover.png) no-repeat center;
}
.slick-slider .slick-next:hover {
  background: url(../images/row02_next_hover.png) no-repeat center;
}
.sub_con_bg h3{
  font-size: var(--txt-36-size);
  color: var(--text-color);
  font-weight: 500;
  margin-bottom: 2.5rem;
}
.sub_con_bg p{
  font-size: var(--txt-18-size);
    color: var(--text-color);
}
.row_txt_wrap{
  padding:0 7.625rem 4.5rem;
    border-bottom: 1px solid var(--line-color);
    margin-bottom: 4.5rem;
}
.modal-body, .modal-body p{
  color:var(--footer-txt-color);
  text-align: center;
}
.modal-body h5{
  font-size: var(--txt-16-size);
  font-weight: 500;
}
.modal-dialog {
  width: 400px;
}
.modal-footer .btn{
  background-color: var(--down-blue);
  color:var(--text-color);
}
.modal-footer .btn:hover{
  background-color: var(--down-green);
  color:var(--text-color);
}
@media screen and (max-width: 120rem) {
  .body__in {
  margin: 0 7.625rem;
  }
  .navigation{
  margin: 0 122px;
  }
  /* .row01_right {
    bottom: 130px;
  } */
}
