@charset "utf-8";
/* -----------------------------------------------
	* 사이트 전체 기본 스타일 정의
--------------------------------------------------
	- 최초 작성일 :2021.08.15
	- 최초 작성자 :아보카도
	- 최종 수정일 :
	- 최종 수정자 :
--------------------------------------------------*/

/*********************************
	기본 스타일
**********************************/

html,
body {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  line-height: 1.5em;
  font-size: 12px;
}

caption {
  display: none;
}
html.single:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

/*********************************
	폼 요소 스타일
**********************************/

button {
  font-size: 12px;
}
.form-input {
  display: block;
  line-height: 30px !important;
}
input[type="file"] {
  padding-left: 0 !important;
}

.form-input,
input[type="text"],
input[type="password"],
input[type="file"],
select {
  box-sizing: border-box;
  border-width: 0px;
  border-style: solid;
  padding: 5px 10px;
  max-width: 100%;
  font-size: 14px;
  box-shadow: 0 0 3px #bfd6f1;
}

.form-input,
input[type="text"].full,
input[type="password"].full,
input[type="file"].full,
select.full {
  width: 100%;
}

.form-input:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="file"]:focus,
select:focus {
  border: 1px solid #759bd1;
  outline: none;
}

textarea {
  box-sizing: border-box;
  border-width: 0px;
  border-style: solid;
  padding: 5px;
  width: 100%;
  min-height: 50px;
  font-size: 12px;
  resize: none;
  box-shadow: 0 0 3px #bfd6f1;
}

::-webkit-input-placeholder {
  color: #6d6d6d;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #6d6d6d;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #6d6d6d;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #6d6d6d;
}

.round-mask {
  -webkit-mask-image: radial-gradient(
      circle 8px at 0 0,
      transparent 8px,
      black 8px
    ),
    radial-gradient(circle 8px at 100% 0, transparent 8px, black 8px),
    radial-gradient(circle 8px at 0 100%, transparent 8px, black 8px),
    radial-gradient(circle 8px at 100% 100%, transparent 8px, black 8px),
    linear-gradient(black, black);
  -webkit-mask-composite: destination-out, destination-out, destination-out,
    destination-out, source-over;
  -webkit-mask-repeat: no-repeat;
  mask-image: radial-gradient(circle 8px at 0 0, transparent 8px, black 8px),
    radial-gradient(circle 8px at 100% 0, transparent 8px, black 8px),
    radial-gradient(circle 8px at 0 100%, transparent 8px, black 8px),
    radial-gradient(circle 8px at 100% 100%, transparent 8px, black 8px),
    linear-gradient(black, black);
  mask-composite: exclude;
  mask-repeat: no-repeat;
}

.round-mask-6px {
  -webkit-mask-image: radial-gradient(
      circle 6px at 0 0,
      transparent 6px,
      black 6px
    ),
    radial-gradient(circle 6px at 100% 0, transparent 6px, black 6px),
    radial-gradient(circle 6px at 0 100%, transparent 6px, black 6px),
    radial-gradient(circle 6px at 100% 100%, transparent 6px, black 6px),
    linear-gradient(black, black);
  -webkit-mask-composite: destination-out, destination-out, destination-out,
    destination-out, source-over;
  -webkit-mask-repeat: no-repeat;
  mask-image: radial-gradient(circle 6px at 0 0, transparent 6px, black 6px),
    radial-gradient(circle 6px at 100% 0, transparent 6px, black 6px),
    radial-gradient(circle 6px at 0 100%, transparent 6px, black 6px),
    radial-gradient(circle 6px at 100% 100%, transparent 6px, black 6px),
    linear-gradient(black, black);
  mask-composite: exclude;
  mask-repeat: no-repeat;
}
/*********************************
	Ajax 검색 리스트
**********************************/

.ajax-list-box {
  height: 100px;
  overflow-y: auto;
  margin-top: 10px;
  padding: 5px;
  background: #ffffffda;
}
.ajax-list-box ul,
.ajax-list-box li {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}
.ajax-list-box li {
  margin-bottom: 5px;
}
.ajax-list-box li a {
  display: block;
  position: relative;
  padding: 10px;
  border-radius: 3px;
  text-decoration: none;
  font-size: 12px;
}
.ajax-list-box li a .ui-thumb {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-align: center;
}
.ajax-list-box li a .ui-thumb img {
  max-width: 100%;
}
.ajax-list-box li a .ui-info {
  margin-left: 40px;
}
.ajax-list-box .no-data {
  line-height: 50px;
  text-align: center;
  margin-top: 10px;
}

/*********************************
	기본 라인 스타일
**********************************/

hr.line {
  display: block;
  position: relative;
  clear: both;
  margin: 10px 0;
  border: none;
  padding: 0;
  height: 1px;
}
hr.padding {
  display: block;
  clear: both;
  margin: 0;
  padding: 0;
  border: none;
  height: 30px;
}
hr.padding.small {
  height: 5px;
}

#bo_v_img img {
  height: auto !important;
}

/********************
	TWITTER
*********************/

.timeline-Body {
  border: none;
  font-size: 12px;
}
.timeline-Widget {
  background: none;
  opacity: 0.8;
}
.timeline-Body-notification,
.timeline-Tweet-actions,
.timeline-Header {
  display: none;
}
.timeline-Viewport {
  height: 100%;
  overflow: auto;
}
.timeline-TweetList {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.timeline-Tweet {
  position: relative;
  padding: 20px 5px 20px 0;
}
.timeline-Tweet:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  border-top-width: 1px;
  border-top-style: dashed;
}
.timeline-TweetList li:first-child .timeline-Tweet {
  padding-top: 0;
}
.timeline-Tweet .timeline-Tweet-text {
  padding: 0 10px;
}

.timeline-Tweet-inReplyTo {
  display: none;
}
.TweetAuthor-link {
  display: block;
  position: relative;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 400;
  padding: 2px 5px;
}
.TweetAuthor-avatar {
  display: none;
}
.TweetAuthor-screenName {
  font-size: 11px;
  opacity: 0.5;
}
.Interstitial-cookieConsentButton {
  display: none;
}
.Interstitial-link {
  display: inline-block;
  vertical-align: middle;
  padding: 2px 10px;
  margin: 3px 0;
}

.timeline-Tweet-metadata {
  display: block;
  position: relative;
  font-size: 11px;
  text-align: right;
  padding-right: 10px;
}
.timeline-Tweet-metadata a {
}

.MediaCard-mediaContainer {
  padding-bottom: 20px !important;
}

.timeline-LoadMore {
  display: none;
}
.Emoji {
  width: 15px;
  vertical-align: middle;
}
.NaturalImage-image,
.CroppedImage-image {
  height: auto !important;
}
.u-floatLeft,
.u-floatRight {
  display: none;
}

/**************************************************************
	버튼
***************************************************************/

.ui-btn {
  display: inline-block;
  position: relative;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  vertical-align: middle;
  height: 30px;
  width: 100px;
  padding: 0 15px;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 20px;
}
a.ui-btn {
  line-height: 26px;
}
.ui-btn.small {
  height: 25px;
  line-height: 23px;
  font-size: 12px;
  border-radius: 20px;
}
.ui-btn.full {
  width: 100%;
}

.ui-btn.admin {
  background: #8c1e1e;
  color: #fff;
  border-color: #691010;
}
.ui-btn.disable {
  opacity: 0.3;
}

.ui-btn.ico {
  width: 15px;
  height: 15px;
  text-align: left;
  line-height: 15px;
  padding: 0;
  font-size: 11px;
  overflow: hidden;
  text-indent: -999px;
}
.ui-btn.ico.default {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.ui-btn.ico:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  text-indent: 0;
  font-family: "icon";
}
.ui-btn.ico.big {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
}
.ui-btn.ico.circle {
  border-radius: 9em;
}

.ui-btn.ico.del {
  background: #a40000;
  color: #fff;
  border: none;
  border-radius: 2px;
  margin-left: 5px;
}
.ui-btn.ico.del:before {
  content: "\e9ac";
}
.ui-btn.ico.camera:before {
  content: "\e90f";
}
.ui-btn.ico.search:before {
  content: "\e986";
}
.ui-btn.ico.exp:before {
  content: "\e923";
}
.ui-btn.ico.search:before {
  content: "\e986";
}

/**************************************************************
	기본박스
***************************************************************/

.theme-box {
  display: block;
  position: relative;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: 0 0 3px #bfd6f1;
}

/**************************************************************
	테이블
***************************************************************/

table {
  width: 100%;
  padding: 0;
  border-spacing: 0px;
  border: 0;
  border-collapse: collapse;
  table-layout: fixed;
}
th,
td {
  border: none;
}

.theme-form {
}
.theme-form td {
  padding: 8px;
  height: 20px;
  color: #6d6d6d;
  font-size: 13px;
}
.theme-form th {
  padding: 5px 10px;
}
.theme-form .frm_info {
  display: block;
  font-size: 12px;
  padding: 0 0 8px 0;
}

.theme-list {
  table-layout: fixed;
}
.theme-list thead th {
  height: 30px;
}
.theme-list td {
  padding: 5px;
  height: 30px;
  color: #6d6d6d;
  font-size: 13px;
}
.theme-list td.no-data {
  padding: 5px;
  text-align: center;
  line-height: 200px;
}

/**************************************************************
	도움말 정보
**************************************************************/

.frm_info {
  display: block;
  font-size: 12px;
  padding: 0 0 8px 0;
  opacity: 0.7;
}
.status-bar .frm_info {
  padding: 0;
}

/**************************************************************
	Status Bar
***************************************************************/

.status-bar {
  display: block;
}
.status-bar dl,
.status-bar dd,
.status-bar dt {
  margin: 0;
  padding: 0;
}
.status-bar dl {
  display: block;
  position: relative;
  margin: 1px 0;
  padding-left: 100px;
  line-height: 28px;
}
.status-bar dt {
  position: absolute;
  top: 0;
  left: 0;
}
.status-bar dd p {
  position: relative;
}
.status-bar dd p span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.status-bar dd p sup {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.status-bar dd p i {
  display: block;
  position: relative;
  padding-left: 5px;
  font-size: 11px;
  z-index: 1;
}

/** Bar Control 추가 **/
.status-bar dl.ui-control {
  padding-right: 60px;
}
.status-bar dl dd.control {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 60px;
}
.status-bar dl dd.control a {
  display: block;
  position: relative;
  width: 50%;
  float: left;
  margin: 0;
  padding: 0;
  text-indent: -999px;
  overflow: hidden;
}
.status-bar dl dd.control a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-indent: 0;
  text-align: center;
  font-family: "icon";
}
.status-bar dl dd.control a + a {
  border-left-width: 0;
}
.status-bar dl dd.control a[data-function="plus"]:before {
  content: "\ea0a";
}
.status-bar dl dd.control a[data-function="minus"]:before {
  content: "\ea0b";
}

/**************************************************************
	배경음악 이퀄라이저 효과
***************************************************************/
/* 
html.single .bgm-player {
  display: none !important;
} */

.bgm-player {
  text-align: center;
}
.bgm-player .title {
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
  font-size: 13px;
}
.bgm-player ul {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.bar-equalizer {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 90px;
  height: 25px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  margin-left: 15px;
}
.bar-equalizer i {
  display: block;
  float: left;
  width: 1px;
  margin-right: 2px;
  border-radius: 5px;
  margin-top: 15px;
  transform: translateY(-50%);
  transition: height 0.3s linear;
  -webkit-transition: height 0.3s linear;
}
.bgm-player li {
  display: inline-block;
  width: 1em;
}
.bgm-player li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 27px;
  text-align: left;
  text-indent: -999px;
  overflow: hidden;
}
.bgm-player li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-indent: 0;
  text-align: center;
  font-family: "icon";
  font-size: 12px;
}
.bgm-player li a.play:before {
  content: "\ea1c";
}
.bgm-player li a.stop:before {
  content: "\ea1e";
}

/*******************************************
	헤더 레이아웃
********************************************/

/** 디자인 설정 안할 시 */
#no_design_gnb {
  padding: 20px 0;
  text-align: center;
  line-height: 1.5em;
}
#no_design_gnb li {
  display: block;
  margin-bottom: 20px;
}

.close-header #header {
  width: 0px !important;
}
.close-header #body {
  margin-left: 0 !important;
}
.close-header body {
  min-width: 0;
}

@media all and (max-width: 1000px) {
  .close-header #header {
    width: auto !important;
  }
}

#header .fix-layout {
  padding: 0;
}
#logo img {
  max-width: 225px;
}

/** 모바일 헤더 레이아웃 */
@media all and (max-width: 1024px) {
  body {
    width: 100%;
  }
  #logo {
    padding: 0;
    z-index: 0;
    top: auto;
    left: auto;
    transform: translateX(0) translateY(0);
    position: relative;
    text-align: center;
  }
  #body {
    margin-left: 0px;
    padding-top: 50px;
  }

  /* 헤더 위치 */
  #header .fix-layout {
    padding: 0;
  }
  #header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    z-index: 999;
    width: auto;
    height: 50px;
    overflow: visible;
  }

  /* 메인메뉴 */
  #gnb {
    position: fixed;
    top: 0;
    right: -280px;
    bottom: 0;
    width: 280px;
    z-index: 999;
    overflow-y: auto;
  }
  #gnb_control_box {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
  }
  #gnb_control_box:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
  }
  #gnb_control_box img {
    display: inline-block;
    max-width: 50%;
    max-height: 50%;
    vertical-align: middle;
    margin-left: -12%;
    opacity: 1;
  }

  /* 메뉴 열고 닫기 */
  #gnb_control_box,
  #gnb_control_box * {
    transition: all 0s ease;
    -webkit-transition: all 0s ease;
    -ms-transition: all 0s ease;
  }

  /* 메뉴 열렸을 시 */
  .open-gnb #gnb {
    right: 0;
  }
  .open-gnb #gnb_control_box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0;
    width: auto;
    height: auto;
  }
  .open-gnb #gnb_control_box img {
    opacity: 0;
  }
}

/**************************************************************
	탭 설정
***************************************************************/

#tab_list {
  display: block;
  position: relative;
  overflow: hidden;
  /* border-bottom-width: 2px;
  border-bottom-style: solid;*/
}
#tab_list li {
  display: block;
  position: relative;
  float: left;
}
#tab_list li a {
  display: block;
  position: relative;
  border-bottom-width: 0;
}
#tab_list li + li a {
  border-left-width: 0px;
}

/**************************************************************
	페이지 설정
***************************************************************/

.pg_wrap {
  display: block;
  position: relative;
  text-align: center;
  padding: 20px 0;
}
.pg_wrap .pg_page {
  display: inline-block;
  position: relative;
  height: 30px;
  line-height: 28px;
  min-width: 30px;
  box-sizing: border-box;
  padding: 0 5px;
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
  border-width: 1px;
  border-style: solid;
  border-radius: 20px;
}
.pg_wrap .pg_control {
  overflow: hidden;
  text-align: left;
  text-indent: -999px;
}
.pg_wrap .pg_control:before {
  font-family: "icon";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-indent: 0;
  text-align: center;
  font-size: 14px;
}
.pg_wrap .pg_start,
.pg_wrap .pg_end {
  display: none;
}
.pg_wrap .pg_prev:before {
  content: "\ea23";
}
.pg_wrap .pg_next:before {
  content: "\ea24";
}

/****************************************************
	Search Box
****************************************************/

.searc-sub-box {
  position: relative;
  clear: both;
  padding: 30px 0px;
}
.ui-search-box {
  position: relative;
  padding-left: 100px;
  padding-right: 80px;
  margin-top: 5px;
}
.ui-search-box .sch_category {
  position: absolute;
  top: 0;
  left: 0;
  width: 95px;
  line-height: 30px;
}
.ui-search-box .sch_button {
  position: absolute;
  top: 0;
  right: 0;
  width: 75px;
}
.ui-search-box span {
  display: block;
  padding: 0 15px;
}
.ui-search-box select,
.ui-search-box input[type="text"],
.ui-search-box button {
  display: block;
  width: 100%;
}

/****************************************************
	인벤토리 팝업 뷰
****************************************************/

.inven-popup-viewer,
.inven-popup-viewer * {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  font-family: "Dotum";
}
.inven-popup-viewer .ajax-list-box {
  height: auto;
  padding: 5px;
  font-size: 11px;
  word-break: keep-all;
  line-height: 1.5;
}
.inven-popup-viewer {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 370px;
  margin-left: -150px;
  margin-top: -185px;
  z-index: 9000;
  padding: 25px 40px;
  box-sizing: border-box;
  border: 1px solid #759bd1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.inven-item-box {
  position: relative;
  margin-right: 25px;
  padding-left: 25px;
  border-right-width: 0px;
}
.inven_popup_viewer_close {
  display: none;
}
.inven-popup-on .inven_popup_viewer_close {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8900;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.inven_popup_viewer_close a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  text-indent: -999px;
}

.inven-popup-viewer.default-form .inner-content {
  position: relative;
  height: 100%;
}
.inven-popup-viewer.default-form .inner-content .error {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 100px;
  font-family: "Nanum Gothic";
}
.inven-popup-viewer.default-form .inner-content a {
}

.inven-popup-viewer.default-form .info {
  position: relative;
  text-align: center;
  padding: 15px 0;
}
.inven-popup-viewer.default-form .info .ui-thumb {
}
.inven-popup-viewer.default-form .info .ui-thumb img {
  width: 50px;
  height: 50px;
}

.inven-popup-viewer.default-form .text {
  position: relative;
}
.inven-popup-viewer.default-form .text .title {
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.inven-popup-viewer.default-form .text .title span {
  display: none;
}

.inven-popup-viewer.default-form .text .item-content-box {
  height: 170px;
  overflow-y: auto;
}
.inven-popup-viewer.default-form .text .item-content-box div {
  line-height: 1.4em;
  text-align: center;
}
.inven-popup-viewer.default-form .text div.default {
}
.inven-popup-viewer.default-form .text div.effect {
  padding-top: 15px;
}
.inven-popup-viewer.default-form .text div.memo {
  padding-top: 15px;
}

.inven-popup-viewer.default-form .control-box {
  clear: both;
  position: relative;
  padding: 10px 0 0;
  text-align: center;
}
.inven-popup-viewer.default-form .control-box li {
  display: inline-block;
}
.inven-popup-viewer.default-form .control-box li a {
  display: block;
}

.inven-popup-viewer.default-form .add-item-form {
  position: relative;
  height: 30%;
  margin-top: 10px;
}
.inven-popup-viewer.default-form .add-item-form .item-info {
  position: relative;
  margin-bottom: 5px;
}
.inven-popup-viewer.default-form .add-item-form .item-info label {
  display: none;
}
.inven-popup-viewer.default-form .add-item-form .item-info span {
  display: block;
  font-size: 11px;
  padding-top: 8px;
}
.inven-popup-viewer.default-form .add-item-form input {
  width: 100%;
  box-sizing: border-box;
}
.inven-popup-viewer.default-form .add-item-form .item-input {
  position: relative;
  margin-bottom: 5px;
}
.inven-popup-viewer.default-form .add-item-form .ui-style-btn.type4 {
  position: absolute;
  right: 87px;
  bottom: -44px;
  height: 25px;
  line-height: 25px;
}

.inven-popup-viewer.default-form .send-item-form {
  position: relative;
  height: 30%;
}
.inven-popup-viewer.default-form .send-item-form input,
.inven-popup-viewer.default-form .send-item-form select {
  width: 100%;
  box-sizing: border-box;
}
.inven-popup-viewer.default-form .send-item-form input {
  padding: 0 10px;
}
.inven-popup-viewer.default-form .send-item-form .item-input {
  position: relative;
  margin-bottom: 5px;
}
.inven-popup-viewer.default-form .send-item-form .ui-style-btn.type4 {
  position: absolute;
  right: 87px;
  bottom: -44px;
  height: 25px;
  line-height: 25px;
}

/****************************************************
	Top 버튼
****************************************************/

#goto_top {
  position: fixed;
  right: 120px;
  bottom: 80px;
  z-index: 50;
  font-family: "NyghtSerif", sans-serif !important;
  font-size: 24px !important;
  font-style: italic;
  transform: translate(100%, 100%);
}

@media (min-height: 1081px) {
  #goto_top {
    right: 120px;
    bottom: 100px;
  }
}

@media all and (max-width: 580px) {
  #goto_top {
    width: 50px;
  }
}

/****************************************************
	서브메뉴 레이아웃
****************************************************/

#submenu {
  display: block;
  position: relative;
  text-align: center;
  max-width: 350px;
  margin: auto;
  border-radius: 20px;
}
#submenu li {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 10px;
}
#subpage {
  margin-top: 15px;
}
#subpage section {
  padding-bottom: 50px;
}

@media all and (max-width: 1024px) {
  #submenu {
    margin: 0 -10px;
  }
  #submenu li {
    padding: 5px;
    font-size: 12px;
  }
  #subpage {
    margin-left: 0;
  }
}

/****************************************************
	페이지 타이틀
****************************************************/

.page-title {
  font-size: 25px;
  font-family: "NyghtSerif";
  padding: 30px 0 20px;
  text-align: center;
  color: #6d6d6d;
}
.page-title span {
  font-size: 14px;
  opacity: 0.8;
  font-weight: 400;
}

.sub-title {
  font-size: 14px;
  padding: 0 0 10px;
}
.sub-title:before {
  content: "\e906";
  display: inline-block;
  vertical-align: middle;
  font-family: "icon";
  margin-right: 8px;
}

/****************************************************
	알람 팝업
****************************************************/

.ui-memo-alram-box,
.ui-call-alram-box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  text-align: center;
}

/****************************************************
	마퀴 (우 ▶ 좌) 흐름
****************************************************/

.marquee span {
  display: block;
  position: relative;
  overflow: hidden;
}
.marquee span i:after {
  content: "";
  white-space: nowrap;
  padding-right: 50px;
}
.marquee span i {
  margin: 0;
  padding-left: 100%;
  display: inline-block;
  white-space: nowrap;
  -webkit-animation-name: marquee;
  -webkit-animation-timing-function: linear;
  -webkit-animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: marquee;
  -moz-animation-timing-function: linear;
  -moz-animation-duration: 10s;
  -moz-animation-iteration-count: infinite;
  -ms-animation-name: marquee;
  -ms-animation-timing-function: linear;
  -ms-animation-duration: 10s;
  -ms-animation-iteration-count: infinite;
  -o-animation-name: marquee;
  -o-animation-timing-function: linear;
  -o-animation-duration: 10s;
  -o-animation-iteration-count: infinite;
  animation-name: marquee;
  animation-timing-function: linear;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}
@-webkit-keyframes marquee {
  from {
    -webkit-transform: translate(0%);
  }
  99%,
  to {
    -webkit-transform: translate(-100%);
  }
}
@-moz-keyframes marquee {
  from {
    -moz-transform: translate(0%);
  }
  99%,
  to {
    -moz-transform: translate(-100%);
  }
}
@-ms-keyframes marquee {
  from {
    -ms-transform: translate(0%);
  }
  99%,
  to {
    -ms-transform: translate(-100%);
  }
}
@-o-keyframes marquee {
  from {
    -o-transform: translate(0%);
  }
  99%,
  to {
    -o-transform: translate(-100%);
  }
}
@keyframes marquee {
  from {
    transform: translate(0%);
  }
  99%,
  to {
    transform: translate(-100%);
  }
}

/****************************************************
	Navigation
****************************************************/
#nav_wrapper {
  position: absolute;
  top: 80px;
  left: 120px;
  z-index: 1000;
  font-size: 18px;
  display: flex;
  gap: 20px;
  align-items: center;
  box-sizing: border-box;
}
#nav_wrapper .nav_items {
  display: flex;
}
#nav_wrapper .nav_item {
  position: relative;
}
#nav_wrapper .nav_item > p {
  padding-right: 20px;
}
#nav_wrapper .nav_item > a {
  display: block;
  width: 118px;
  text-align: center;
  height: 35px;
  line-height: 33px;
  font-family: "PretendardJPVariable", sans-serif;
  transition: all 0.3s ease-in-out;

  /* 네 귀퉁이 구멍 효과 마스크 */
  -webkit-mask-image: radial-gradient(
      circle 8px at 0 0,
      transparent 8px,
      black 8px
    ),
    radial-gradient(circle 8px at 100% 0, transparent 8px, black 8px),
    radial-gradient(circle 8px at 0 100%, transparent 8px, black 8px),
    radial-gradient(circle 8px at 100% 100%, transparent 8px, black 8px),
    linear-gradient(black, black); /* 배경 전체 보존용 */
  -webkit-mask-composite: destination-out, destination-out, destination-out,
    destination-out, source-over;
  -webkit-mask-repeat: no-repeat;

  /* 크로스브라우징: Firefox 대비 */
  mask-image: radial-gradient(circle 8px at 0 0, transparent 8px, black 8px),
    radial-gradient(circle 8px at 100% 0, transparent 8px, black 8px),
    radial-gradient(circle 8px at 0 100%, transparent 8px, black 8px),
    radial-gradient(circle 8px at 100% 100%, transparent 8px, black 8px),
    linear-gradient(black, black);
  mask-composite: exclude;
  mask-repeat: no-repeat;
}

#nav_wrapper .nav_item > a:not(.btn_login):hover,
#nav_wrapper .nav_item:hover > a:not(.btn_login) {
  color: #fff;
  background: #accff9;
}
#nav_wrapper .btn_login {
  font-family: "NyghtSerif", serif !important;
  font-style: italic;
  color: #fff;
  background: #759bd1;
  font-size: 21px;
  margin-right: 35px;
}

@media (min-height: 1081px) {
  #nav_wrapper {
    top: 100px;
    left: 120px;
  }
}

/* 네비게이션 서브 메뉴 */

/* 서브메뉴 */
.submenu {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 10px 0;
  min-width: 160px;
  z-index: 1000;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.submenu.show {
  opacity: 1;
  pointer-events: auto;
}

/* 초기 상태 - 숨김 */
.submenu a {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  height: 35px;
  width: 118px;
  line-height: 33px;
  text-align: center;
}
.submenu a.show {
  opacity: 1;
  transform: translateY(0);
}

#nav_wrapper .submenu a:hover {
  background: #deefff;
  font-weight: bold;
}

/***********************
sub navigation
***********************/
#sub_nav_wrapper {
  position: fixed;
  top: 85px;
  right: -408px;
  width: 428px;
  height: 131px;
  transition: right 0.4s ease;
  display: flex;
  align-items: center;
  gap: 20px;
  background: linear-gradient(
    to right,
    rgb(172 207 249 / 100%) 40%,
    rgb(172 207 249 / 50%)
  );
  z-index: 1000;
}

#sub_nav_wrapper.active {
  right: -8px;
}

.sub-nav-toggle {
  width: 20px;
  flex-shrink: 0;
  color: #fff;
  border: none;
  background: #accff9;
  cursor: pointer;
  text-orientation: mixed;
}

#sub_nav_wrapper .ui-thumb {
  width: 92px;
  height: 92px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #fff;
}

#sub_nav_wrapper .ui-thumb a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

#sub_nav_wrapper .sub-nav-cont {
  flex: 1;
  padding-right: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#sub_nav_wrapper .info {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 5px;
}
#sub_nav_wrapper .info .names {
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-weight: 600;
}

#sub_nav_wrapper .info .other {
  font-size: 14px;
  color: #fff;
}

#sub_nav_wrapper .info .character {
  font-size: 18px;
}

.control-group {
  flex-grow: 1;
  display: flex;
  gap: 10px;
  width: 100%;
}
.control-group li {
  flex: 1;
}
.control-group li a {
  width: 100%;
  font-size: 14px;
  color: #759bd1;
  background-color: #fff;
  display: block;
  text-align: center;
  padding: 7px 0;
  box-sizing: border-box;
  border-radius: 10px;
}

/* 햄버거 버튼 (모바일에서만 보임) */
.nav-toggle {
  display: none;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
}

/* 반응형 미디어쿼리 추가 */
@media (max-width: 1350px) {
  #nav_wrapper {
    top: 60px;
    left: 20px;
  }
}
@media (max-width: 768px) {
  #nav_wrapper {
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    padding: 0 20px;
    justify-content: space-between;
    background: #fff;
    position: fixed;
  }

  #nav_wrapper .nav_items {
    flex-direction: column;
    position: fixed;
    top: 60px;
    left: -100%;
    width: 100%;
    height: calc(100% - 60px);
    background: #fff;
    gap: 10px;
    padding-top: 20px;
    transition: left 0.3s ease;
  }

  #nav_wrapper .nav_item > a {
    width: 100%;
    box-sizing: border-box;
  }

  .submenu {
    position: static;
    opacity: 1;
    pointer-events: auto;
    background: none;
    padding: 0;
  }

  .nav-toggle {
    display: block;
  }

  #nav_wrapper.active .nav_items {
    left: 0;
    padding: 20px 30px;
    box-sizing: border-box;
  }
  .submenu a {
    width: 100%;
  }
  #goto_top {
    bottom: 20px;
    right: 0px;
    transform: none;
  }
}
/**********************
* 게시판 상단 
**********************/
.frame-theme-BODY {
  margin-top: 235px;
}
.board-skin-basic {
  margin-top: 205px;
}

/* 눈 애니메이션 */
.snow_wrapper {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  pointer-events: none;
}

.snow {
  border-radius: 50%;
  opacity: 0.8;
  position: absolute;
  top: -100vh;
  animation-name: fall;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

/* 크고 부드러운 눈 */
.layer1 {
  width: 0.9rem;
  height: 0.9rem;
  filter: blur(1.5px);
  animation-duration: 17s;
  box-shadow: 29.26vw 65.27vh 0 -0.03rem #fff, 96.51vw 88.83vh 0 -0.29rem #fff,
    40.51vw 55.37vh 0 -0.12rem #fff, 77.33vw 21.64vh 0 -0.48rem #fff,
    66.81vw 32.13vh 0 -0.4rem #fff, 9.48vw 89.69vh 0 -0.35rem #fff,
    2.42vw 59.63vh 0 -0.43rem #fff, 79.79vw 66.53vh 0 -0.35rem #fff,
    14.66vw 45.34vh 0 -0.38rem #fff, 74.35vw 10.12vh 0 -0.35rem #fff,
    59.19vw 36.4vh 0 -0.34rem #fff, 96.08vw 51.35vh 0 -0.11rem #fff,
    0.51vw 10.57vh 0 -0.34rem #fff, 53.23vw 46.2vh 0 -0.34rem #fff,
    41.5vw 2.41vh 0 -0.08rem #fff, 74.98vw 85.46vh 0 -0.38rem #fff,
    94.85vw 11.49vh 0 -0.4rem #fff, 2.05vw 92.8vh 0 -0.05rem #fff,
    71.68vw 77.9vh 0 -0.3rem #fff, 86.84vw 65.99vh 0 -0.41rem #fff,
    14.22vw 87.76vh 0 -0.2rem #fff, 52.67vw 20.21vh 0 -0.25rem #fff,
    52.09vw 36.01vh 0 -0.15rem #fff, 59.01vw 83.69vh 0 -0.48rem #fff,
    84.2vw 66.77vh 0 -0.01rem #fff, 0.78vw 82.19vh 0 -0.15rem #fff,
    72.56vw 38.85vh 0 -0.04rem #fff, 13.34vw 41.64vh 0 -0.09rem #fff,
    24.09vw 97.29vh 0 -0.01rem #fff, 41.1vw 89.67vh 0 -0.2rem #fff,
    34.18vw 76.58vh 0 -0.16rem #fff, 86.81vw 95.17vh 0 -0.44rem #fff,
    1.37vw 80.87vh 0 -0.22rem #fff, 24.66vw 87.86vh 0 -0.27rem #fff,
    40.54vw 72.37vh 0 -0.23rem #fff, 30.99vw 53.95vh 0 -0.31rem #fff,
    93.55vw 88.67vh 0 -0.38rem #fff, 66.15vw 67.73vh 0 -0.33rem #fff,
    20.03vw 61.86vh 0 -0.47rem #fff, 1.49vw 27.37vh 0 -0.02rem #fff,
    22.46vw 95.16vh 0 -0.33rem #fff, 43.24vw 26.83vh 0 -0.09rem #fff,
    95.63vw 21.6vh 0 -0.3rem #fff, 41.06vw 1.45vh 0 -0.2rem #fff,
    84.46vw 85.45vh 0 -0.3rem #fff, 44.7vw 76.83vh 0 -0.45rem #fff,
    59vw 1.65vh 0 -0.39rem #fff, 72.81vw 96.04vh 0 -0.36rem #fff,
    22.89vw 0.33vh 0 -0.33rem #fff, 36.92vw 64.64vh 0 -0.03rem #fff,
    91.53vw 86.21vh 0 -0.29rem #fff, 66.85vw 45.14vh 0 -0.1rem #fff,
    1.9vw 20.72vh 0 -0.09rem #fff, 88.94vw 20.21vh 0 -0.16rem #fff;
}

.layer1.a {
  animation-delay: -3s;
}

/* 중간 크기 */
.layer2 {
  width: 0.8rem;
  height: 0.8rem;
  filter: blur(3px);
  animation-duration: 17s;
  box-shadow: 41.2vw 31.8vh 0 -0.15rem #fff, 65.3vw 88.5vh 0 -0.28rem #fff,
    22.1vw 76.3vh 0 -0.18rem #fff, 84.6vw 43.2vh 0 -0.26rem #fff,
    30.5vw 12.9vh 0 -0.13rem #fff, 13.7vw 94.1vh 0 -0.24rem #fff,
    58.9vw 21.3vh 0 -0.19rem #fff, 72.3vw 37.8vh 0 -0.14rem #fff,
    97.6vw 64.4vh 0 -0.27rem #fff, 5.4vw 47.7vh 0 -0.21rem #fff,
    45.1vw 19.6vh 0 -0.25rem #fff, 76.8vw 82.2vh 0 -0.29rem #fff,
    91.2vw 35.1vh 0 -0.23rem #fff, 38.3vw 70.9vh 0 -0.17rem #fff,
    20.8vw 56.3vh 0 -0.15rem #fff, 11.5vw 88.8vh 0 -0.22rem #fff,
    67.9vw 61.7vh 0 -0.26rem #fff, 29.6vw 8.4vh 0 -0.2rem #fff,
    16.7vw 44.6vh 0 -0.13rem #fff, 79.5vw 29.9vh 0 -0.28rem #fff,
    25.2vw 93.5vh 0 -0.21rem #fff, 88.3vw 58.6vh 0 -0.14rem #fff,
    49.4vw 74.1vh 0 -0.24rem #fff, 36.1vw 10.2vh 0 -0.17rem #fff,
    9.7vw 66.7vh 0 -0.19rem #fff, 60.6vw 53.8vh 0 -0.25rem #fff,
    98.1vw 26.5vh 0 -0.12rem #fff, 43.9vw 39.3vh 0 -0.16rem #fff,
    70.7vw 86.6vh 0 -0.27rem #fff, 19.4vw 18.1vh 0 -0.14rem #fff,
    95.8vw 63.1vh 0 -0.22rem #fff, 32.6vw 51.4vh 0 -0.2rem #fff,
    82.1vw 5.8vh 0 -0.23rem #fff, 14.9vw 79.3vh 0 -0.18rem #fff,
    53.2vw 32.4vh 0 -0.21rem #fff, 27.5vw 60.9vh 0 -0.16rem #fff,
    74.8vw 13.7vh 0 -0.19rem #fff, 3.6vw 49.6vh 0 -0.13rem #fff,
    85.7vw 68.2vh 0 -0.28rem #fff, 39.8vw 23.1vh 0 -0.14rem #fff,
    64.4vw 91.7vh 0 -0.25rem #fff, 47.7vw 7.5vh 0 -0.26rem #fff,
    12.3vw 36.9vh 0 -0.2rem #fff, 92.4vw 75.4vh 0 -0.17rem #fff,
    24.1vw 15.2vh 0 -0.21rem #fff, 68.5vw 41.5vh 0 -0.15rem #fff,
    33.3vw 62.8vh 0 -0.19rem #fff, 7.1vw 91.1vh 0 -0.23rem #fff,
    50.9vw 27.6vh 0 -0.18rem #fff, 86.2vw 55.3vh 0 -0.25rem #fff,
    17.8vw 20.7vh 0 -0.14rem #fff, 59.7vw 80.4vh 0 -0.26rem #fff,
    42.6vw 69.8vh 0 -0.13rem #fff, 90.6vw 38.2vh 0 -0.24rem #fff,
    31.9vw 96.3vh 0 -0.22rem #fff, 80.2vw 46.9vh 0 -0.2rem #fff,
    6.9vw 59.2vh 0 -0.16rem #fff, 96.7vw 3.7vh 0 -0.19rem #fff,
    35.6vw 87.5vh 0 -0.27rem #fff, 26.4vw 34.5vh 0 -0.21rem #fff,
    61.3vw 71.2vh 0 -0.17rem #fff, 10.6vw 11.6vh 0 -0.14rem #fff,
    46.5vw 90.9vh 0 -0.24rem #fff, 18.5vw 40.1vh 0 -0.13rem #fff,
    78.8vw 22.4vh 0 -0.26rem #fff, 34.2vw 50.6vh 0 -0.18rem #fff,
    93.1vw 65.7vh 0 -0.22rem #fff, 21.3vw 30.3vh 0 -0.19rem #fff,
    71.4vw 84.7vh 0 -0.25rem #fff, 40.8vw 16.8vh 0 -0.16rem #fff,
    87.4vw 35.9vh 0 -0.27rem #fff, 28.7vw 45.7vh 0 -0.2rem #fff,
    63.2vw 73.3vh 0 -0.14rem #fff, 15.8vw 6.5vh 0 -0.18rem #fff,
    56.4vw 57.1vh 0 -0.23rem #fff, 8.2vw 98.2vh 0 -0.12rem #fff,
    99.4vw 25.9vh 0 -0.13rem #fff, 44.3vw 19.8vh 0 -0.21rem #fff,
    69.6vw 33.1vh 0 -0.17rem #fff, 23.5vw 92.7vh 0 -0.19rem #fff,
    81.9vw 48.6vh 0 -0.15rem #fff, 37.7vw 28.9vh 0 -0.25rem #fff,
    1.2vw 77.5vh 0 -0.24rem #fff, 66.1vw 52.2vh 0 -0.2rem #fff,
    5.8vw 67.4vh 0 -0.13rem #fff, 94.5vw 10.3vh 0 -0.26rem #fff,
    52.8vw 61.5vh 0 -0.14rem #fff, 19.2vw 97.6vh 0 -0.17rem #fff,
    77.2vw 42.5vh 0 -0.21rem #fff, 32.5vw 17.4vh 0 -0.23rem #fff,
    73.9vw 93.8vh 0 -0.18rem #fff, 4.6vw 83.1vh 0 -0.16rem #fff,
    89.7vw 60.1vh 0 -0.2rem #fff, 55.6vw 14.6vh 0 -0.22rem #fff,
    38.5vw 35.7vh 0 -0.15rem #fff, 75.6vw 24.3vh 0 -0.14rem #fff,
    48.1vw 99.3vh 0 -0.25rem #fff, 62.9vw 78.6vh 0 -0.19rem #fff;
}
.layer2.a {
  animation-delay: -4s;
}

/* 작은 눈, 더 멀리 있는 듯한 */
.layer3 {
  width: 0.4rem;
  height: 0.4rem;
  filter: blur(6px);
  animation-duration: 17s;
  box-shadow: 37.29vw 33.15vh 0 -0.22rem #fff, 77.09vw 31.55vh 0 -0.5rem #fff,
    57.57vw 49.74vh 0 -0.24rem #fff, 38.87vw 54.88vh 0 -0.3rem #fff,
    71.12vw 98.35vh 0 -0.3rem #fff, 41.26vw 23.2vh 0 -0.15rem #fff,
    83.56vw 38.91vh 0 -0.49rem #fff, 35.45vw 69.9vh 0 -0.12rem #fff,
    74.19vw 95.8vh 0 -0.38rem #fff, 59.89vw 76.29vh 0 -0.42rem #fff,
    31.62vw 67.13vh 0 -0.35rem #fff, 69.01vw 3.28vh 0 -0.42rem #fff,
    43.73vw 84.71vh 0 -0.46rem #fff, 55.15vw 72.68vh 0 -0.39rem #fff,
    79.46vw 17.65vh 0 -0.5rem #fff, 61.44vw 85.95vh 0 -0.43rem #fff,
    97.88vw 43.19vh 0 -0.19rem #fff, 24.56vw 25.42vh 0 -0.17rem #fff,
    65.93vw 90.28vh 0 -0.35rem #fff, 47.11vw 61.74vh 0 -0.43rem #fff,
    50.12vw 37.34vh 0 -0.47rem #fff, 11.3vw 95.52vh 0 -0.13rem #fff,
    5.89vw 15.19vh 0 -0.12rem #fff, 86.41vw 98.65vh 0 -0.38rem #fff,
    44.69vw 91.43vh 0 -0.41rem #fff, 15.06vw 63.6vh 0 -0.41rem #fff,
    92.11vw 58.15vh 0 -0.4rem #fff, 56.71vw 21.03vh 0 -0.4rem #fff,
    67.68vw 19.64vh 0 -0.37rem #fff, 27.53vw 6.97vh 0 -0.36rem #fff,
    83.2vw 62.2vh 0 -0.13rem #fff, 9.53vw 27.27vh 0 -0.44rem #fff,
    2.96vw 41.16vh 0 -0.47rem #fff, 8.69vw 66.39vh 0 -0.3rem #fff,
    33.7vw 59.32vh 0 -0.26rem #fff, 20.21vw 80.88vh 0 -0.5rem #fff,
    85.3vw 10.93vh 0 -0.21rem #fff, 99.86vw 79.38vh 0 -0.34rem #fff,
    60.47vw 52.7vh 0 -0.24rem #fff, 26.97vw 49.42vh 0 -0.45rem #fff,
    98.03vw 13.55vh 0 -0.12rem #fff, 32.59vw 22.06vh 0 -0.42rem #fff,
    88.26vw 12.64vh 0 -0.42rem #fff, 93.73vw 31.31vh 0 -0.3rem #fff,
    73.48vw 61.79vh 0 -0.18rem #fff, 36.03vw 87.48vh 0 -0.42rem #fff,
    22.95vw 79.1vh 0 -0.34rem #fff, 68.01vw 18.91vh 0 -0.46rem #fff,
    30.8vw 73.76vh 0 -0.5rem #fff, 95.47vw 39.72vh 0 -0.38rem #fff,
    78.95vw 25.91vh 0 -0.47rem #fff, 42.13vw 11.77vh 0 -0.39rem #fff,
    28.01vw 88.84vh 0 -0.38rem #fff, 53.58vw 36.68vh 0 -0.28rem #fff,
    13.7vw 1.04vh 0 -0.28rem #fff, 17.79vw 34.27vh 0 -0.24rem #fff,
    90.84vw 97.84vh 0 -0.14rem #fff, 46.29vw 99.65vh 0 -0.36rem #fff,
    40.11vw 30.49vh 0 -0.19rem #fff, 3.76vw 7.99vh 0 -0.44rem #fff,
    72.32vw 91.96vh 0 -0.36rem #fff, 62.84vw 4.12vh 0 -0.34rem #fff,
    6.35vw 35.94vh 0 -0.14rem #fff, 64.95vw 60.36vh 0 -0.45rem #fff,
    18.63vw 28.71vh 0 -0.15rem #fff, 96.91vw 2.48vh 0 -0.4rem #fff,
    91.55vw 93.91vh 0 -0.4rem #fff, 25.43vw 17.06vh 0 -0.46rem #fff,
    48.32vw 32.83vh 0 -0.47rem #fff, 63.73vw 74.64vh 0 -0.36rem #fff,
    21.89vw 50.18vh 0 -0.25rem #fff, 29.47vw 12.26vh 0 -0.14rem #fff,
    89.4vw 22.82vh 0 -0.4rem #fff, 14.95vw 46.24vh 0 -0.46rem #fff,
    38.64vw 86.58vh 0 -0.45rem #fff, 87.49vw 8.02vh 0 -0.39rem #fff,
    16.1vw 55.68vh 0 -0.17rem #fff, 7.42vw 99.24vh 0 -0.49rem #fff,
    34.85vw 83.67vh 0 -0.29rem #fff, 66.03vw 92.43vh 0 -0.45rem #fff,
    84.69vw 19.67vh 0 -0.25rem #fff, 39.12vw 65.07vh 0 -0.5rem #fff,
    12.89vw 44.12vh 0 -0.45rem #fff, 19.38vw 42.33vh 0 -0.29rem #fff,
    4.91vw 73.47vh 0 -0.12rem #fff, 10.43vw 89.73vh 0 -0.19rem #fff,
    0.63vw 47.9vh 0 -0.27rem #fff, 49.71vw 47.35vh 0 -0.46rem #fff,
    76.49vw 64.18vh 0 -0.33rem #fff, 1.38vw 86.5vh 0 -0.42rem #fff,
    58.69vw 9.84vh 0 -0.4rem #fff, 35.07vw 94.26vh 0 -0.2rem #fff,
    70.34vw 29.72vh 0 -0.45rem #fff, 80.9vw 45.55vh 0 -0.3rem #fff,
    52.53vw 6.66vh 0 -0.13rem #fff, 81.57vw 41.37vh 0 -0.42rem #fff,
    54.65vw 26.53vh 0 -0.14rem #fff, 99.13vw 78.66vh 0 -0.36rem #fff,
    93.8vw 16.42vh 0 -0.18rem #fff, 58.01vw 90.28vh 0 -0.47rem #fff,
    82.88vw 53.84vh 0 -0.17rem #fff, 94.64vw 70.51vh 0 -0.4rem #fff;
}
.layer3.a {
  animation-delay: -5s;
}

@keyframes fall {
  100% {
    transform: translateY(200vh);
  }
}

/****************************************************
  반응형
****************************************************/
@media (max-width: 768px) {
  #sub_nav_wrapper {
    width: 100%;
    right: calc(-100% + 20px);
  }
}
