@charset "UTF-8";
/* Com2us Platform WD_WP Team. Author :Jiwon Lee 2023-03-29 */
/* Hanbom.com Pub Team Edit :Juyeon Kim 2024-04-25 1847 */
* {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  box-sizing: border-box;
  word-wrap: break-word;
  word-break: keep-all;
}

html {
  -webkit-text-size-adjust: none;
  height: 100%;
}

body {
  font-family: "Pretendard Variable", "Noto Sans SC", "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

@font-face {
  font-family: "Pretendard Variable";
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
  src: url("../font/PretendardVariable.woff2") format("woff2-variations");
  unicode-range: U+0041-005A, U+0061-007A, U+AC00-D7A3, U+0030-0039, U+0020-002F, U+003A-0040, U+005B-0060, U+007B-007E; /* 특수문자 */
}
@font-face {
  font-family: "Eras Bold ITC";
  font-style: normal;
  font-display: swap;
  src: url("../font/ITCErasStd-Bold.woff2") format("woff2-variations");
}
img {
  max-width: 100%;
  vertical-align: top;
}

button {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  outline: none;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  border: 0;
  outline: 0;
  box-sizing: border-box;
}

button:disabled {
  cursor: default;
}

a {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  text-decoration: none;
  outline: 0;
}

label {
  cursor: pointer;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

ol, ul, li {
  list-style: none;
}

em, address {
  font-style: normal;
}

hr {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

table, th, td, tr {
  border: 1px solid #000;
}

.tb {
  display: table;
  width: 100%;
  height: 100%;
}

.cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

input,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  box-sizing: border-box;
  outline: none;
  border: 0;
  appearance: none;
  -webkit-appearance: none;
}

textarea {
  width: 100%;
  height: 100%;
  resize: none;
}

pre {
  white-space: normal;
}

font {
  white-space: inherit;
}

input, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

/* ** HTML5 display-role reset for older browsers ** */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

input::-webkit-input-placeholder {
  color: #8d8d8d !important;
}
input::-moz-placeholder {
  color: #8d8d8d !important;
}
input:-ms-input-placeholder {
  color: #8d8d8d !important;
}
input:-moz-placeholder {
  color: #8d8d8d !important;
}

/* ** input 'x' button close ** */
input::-ms-clear,
input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

/* ** Skip to Main ** */
a.skip_to_content {
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
  z-index: -999;
  top: -50px;
  right: 0;
  left: 0;
}

a.skip_to_content:focus, a.skip_to_content:active {
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  z-index: 999;
  top: 0;
  margin: 0;
  padding: 5px 5px 2px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
}

.hide {
  position: absolute;
  left: -1000px;
  top: -1000px;
  overflow: hidden;
  width: 1px;
  height: 1px;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  color: transparent;
}

/* slick */
.slick-list, .slick-slider, .slick-track {
  display: block;
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
}

.slick-loading .slick-slide, .slick-loading .slick-track {
  visibility: hidden;
}

.slick-slider {
  box-sizing: border-box;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider img {
  display: none;
  opacity: 0;
}
.slick-slider .slick-active img {
  display: block;
  opacity: 1;
  display: inline-block;
}
.slick-slider .item {
  width: calc(100% - 400px);
  height: auto;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  margin: 0 auto;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  top: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto; /*transform:translate3d(0,0,0)!important;*/
}

.slick-track:after, .slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-slide {
  height: 100%;
  min-height: 1px;
  display: none;
  float: left;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  width: 100%;
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  height: auto;
  display: block;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev {
  position: absolute;
  width: 50px;
  height: 70px;
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='70' viewBox='0 0 50 70' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M35 0 0 34.998 35 70v-9.127L9.127 34.998 35 9.128V0zM20.165 34.998l14.918 14.917 14.915-14.917-14.915-14.915-14.918 14.915z' fill='%237E7E7E' fill-rule='evenodd'/%3E%3C/svg%3E");
  top: 50%;
  left: -100px;
  transform: translateY(-50%);
}

.slick-next {
  position: absolute;
  width: 50px;
  height: 70px;
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='70' viewBox='0 0 50 70' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M35 0 0 34.998 35 70v-9.127L9.127 34.998 35 9.128V0zM20.165 34.998l14.918 14.917 14.915-14.917-14.915-14.915-14.918 14.915z' fill='%237E7E7E' fill-rule='evenodd'/%3E%3C/svg%3E");
  top: 50%;
  right: -100px;
  transform: translateY(-50%) rotate(180deg);
}

.slick-arrow {
  z-index: 10;
  font-size: 0;
  background-size: 100% 100%;
}
.slick-arrow:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='70' viewBox='0 0 50 70' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M35 0 0 34.998 35 70v-9.127L9.127 34.998 35 9.128V0zM20.165 34.998l14.918 14.917 14.915-14.917-14.915-14.915-14.918 14.915z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.slick-list,
.slick-track,
.slick-slide > div {
  height: 100%;
}

#CMMfooter .container .logo_wrap .logo, .pop_wrap .popup_layer > .pop_close, [id^=CMMheader] .header_right .search_wrap .btn_search.on + .inp_wrap .btn_del:before, [id^=CMMheader] .header_right .search_wrap .btn_search:hover, [id^=CMMheader] .header_right .search_wrap .btn_search, [id^=CMMheader] .nav > li .depth2 li.link_outside a:hover span:after, [id^=CMMheader] .nav > li .depth2 li.link_outside a span:after, [id^=CMMheader] .nav > li.arrow:after {
  background-image: url("../img/sprite_set-f72dac978f.png");
  background-repeat: no-repeat;
}

/* Hanbom.com Pub Team Edit :Juyeon Kim 2024-04-25 1847 */
:root {
  --vh100: calc(var(--vh, 1vh) * 100);
  --header: 90px;
  --nav: 306px;
  --red: #f04242;
  --orange: #e16513;
  --bg: #fbfbfd;
  --black: #000;
  --gray-1: #4b5056;
  --gray-2: #898e94;
  --gray-3: #b6bdc5;
  --gray-4: #cdd1db;
  --gray-5: #e8eaf0;
  --gray-6: #f3f4f8;
  --gray-7: #f9fafc;
  --white: #fff;
  --gray-0: #2d2d2d;
  --gold-1: #a48869;
  --gold-2: #b49673;
  --orange-1: #ff7a23;
  --orange-2: #ffa506;
  --line-gray: #e0e2e4;
  --gold-3: #ecdcba;
  /* z-one */
  --z-yellow-1: #fff680;
  --z-orange: #ff5c13;
  --z-violet: #793ffc;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-color: #fff;
  --scrollgold: rgba(164, 136, 105, 0.8);
}

@media screen and (max-width: 1199px) {
  :root {
    --header: 64px;
  }
}
/* Hanbom.com Pub Team Edit :Juyeon Kim 2024-04-25 1847 */
/* Hanbom.com Pub Team Edit :Juyeon Kim 2024-04-25 1847 */
body {
  height: 100%;
  min-width: 320px;
  font-weight: 500;
  line-height: 1.6;
}

/* scrollbar */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  background-color: #000;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: var(--scrollgold);
}

#COMMUNITYwrap {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  min-width: 1440px;
}
#COMMUNITYwrap section {
  overflow: hidden;
  position: relative;
  flex: 1;
}

@media screen and (max-width: 1199px) {
  #COMMUNITYwrap {
    min-width: 320px;
  }
}
[id^=CMMheader] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: var(--header);
  z-index: 110;
  color: #fff;
  background: #000;
  padding: 0 416px 0 344px;
  min-width: 1440px;
}
[id^=CMMheader].header_error h1.logo {
  left: 50% !important;
  transform: translateX(-50%);
}
[id^=CMMheader] h1.logo {
  position: absolute;
  top: 21px;
  left: 57px;
  width: 202px;
  height: 48px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
[id^=CMMheader] h1.logo a {
  display: block;
  width: 100%;
  height: 100%;
}
[id^=CMMheader] .nav_wrap {
  position: relative;
  height: 100%;
  display: inline-block;
}
[id^=CMMheader] .nav_wrap .logo {
  display: none;
  position: absolute;
  top: 16px;
  left: 40px;
  width: 144px;
  height: 33.4px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
[id^=CMMheader] .nav_wrap .logo a {
  width: 100%;
  height: 100%;
  display: block;
}
[id^=CMMheader] .nav_wrap.on .logo {
  height: 68px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 60;
  display: none;
}
[id^=CMMheader] .nav_wrap.on .logo + .nav {
  left: 0;
}
[id^=CMMheader] .sub_title {
  display: none;
}
[id^=CMMheader] .btn_menu {
  display: none;
  background: transparent url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='M7 10h22v2H7zM7 17h22v2H7zM7 24h22v2H7z'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: 36px 36px;
  z-index: 70;
}
[id^=CMMheader] .btn_menu.on {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m11 24.996 14.142-14.142M25 24.996 10.858 10.854' stroke='%23fff' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
}
[id^=CMMheader] .btn_back {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.647 2 6 12l9.647 10L17 20.599 8.706 12 17 3.403z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
  width: 24px;
  height: 24px;
  background-size: 100% 100%;
  position: absolute;
  top: 22px;
  left: 20px;
  left: calc(constant(safe-area-inset-left) + 22px);
  left: calc(env(safe-area-inset-left) + 22px);
}
[id^=CMMheader] .btn_check {
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  top: 24px;
  right: 20px;
  right: calc(constant(safe-area-inset-right) + 20px);
  right: calc(env(safe-area-inset-right) + 20px);
}
[id^=CMMheader] .nav {
  position: relative;
  display: flex;
  height: 100%;
  gap: 52px;
}
[id^=CMMheader] .nav > li {
  position: relative;
  height: 100%;
}
[id^=CMMheader] .nav > li.on > a {
  color: #fff;
  position: relative;
}
[id^=CMMheader] .nav > li.arrow:after {
  display: none;
  background-position: 66.493955095% 20.7972270364%;
  background-size: 1708.3333333333% 1702.7777777778%;
}
[id^=CMMheader] .nav > li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 16px;
}
[id^=CMMheader] .nav > li > a {
  color: #fff;
  font-size: 18px;
}
[id^=CMMheader] .nav > li > a:hover {
  color: #fff;
}
[id^=CMMheader] .nav > li .depth2 {
  display: none;
  position: absolute;
  top: 100%;
  left: -16px;
  padding: 24px 0 24px 20px;
  line-height: 24px;
  background: #000;
  border-top: 1px solid var(--gray-0);
  min-width: 160px;
  max-width: 200px;
}
[id^=CMMheader] .nav > li .depth2 li {
  position: relative;
}
[id^=CMMheader] .nav > li .depth2 li span {
  position: relative;
}
[id^=CMMheader] .nav > li .depth2 li a {
  width: fit-content;
  height: 100%;
}
[id^=CMMheader] .nav > li .depth2 li a > span {
  display: flex;
  align-items: center;
  gap: 8px;
}
[id^=CMMheader] .nav > li .depth2 li a:hover {
  color: #fff;
}
[id^=CMMheader] .nav > li .depth2 li.on a {
  color: #fff;
}
[id^=CMMheader] .nav > li .depth2 li.link_outside a span:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-position: 0% 100%;
  background-size: 2562.5% 2554.1666666667%;
}
[id^=CMMheader] .nav > li .depth2 li.link_outside a:hover span:after {
  background-position: 8.7986463621% 100%;
  background-size: 2562.5% 2554.1666666667%;
}
[id^=CMMheader] .nav > li:last-child > .depth2 {
  min-width: 190px;
}
[id^=CMMheader] .nav > li.new > a > span,
[id^=CMMheader] .nav > li .depth2 li > a > span {
  position: relative;
}
[id^=CMMheader] .nav > li.new > a > span:before,
[id^=CMMheader] .nav > li .depth2 li > a > span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -16px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  transform: translateY(-50%);
}
[id^=CMMheader] .nav > li.new > a > span:before,
[id^=CMMheader] .nav > li .depth2 li.new > a > span:before {
  background: #f40058;
}
[id^=CMMheader] .nav > li .depth2 li > a > span:before {
  top: 13px;
}
[id^=CMMheader] .nav > li .depth2 li:not(.new) > a > span:before {
  background: var(--gray-1);
}
[id^=CMMheader] .nav > li:hover .depth2, [id^=CMMheader] .nav > li:active .depth2 {
  display: block;
}
[id^=CMMheader] .header_right {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  height: 100%;
}
[id^=CMMheader] .header_right.login .btn_login {
  display: none;
}
[id^=CMMheader] .header_right.login .user {
  display: block;
}
[id^=CMMheader] .header_right.login .btn_profile {
  display: inline-block !important;
}
[id^=CMMheader] .header_right .login_wrap {
  display: flex;
  align-items: center;
}
[id^=CMMheader] .header_right .btn_login {
  font-size: 16px;
  line-height: 20px;
}
[id^=CMMheader] .header_right .user {
  position: relative;
  display: none;
  margin-left: 20px;
}
[id^=CMMheader] .header_right .user .user_wrap {
  position: absolute;
  display: none;
}
[id^=CMMheader] .header_right .user .btn_profile {
  overflow: hidden;
  display: none;
  width: 32px;
  height: 32px;
  background-size: cover;
  border-radius: 50%;
}
[id^=CMMheader] .header_right .user .btn_profile.on + .user_wrap {
  top: calc(100% + 19px);
  right: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 12px;
  height: 162px;
  padding: 26px 26px 24px;
  border-radius: 4px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.2);
  border: solid 1px #323232;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2;
}
[id^=CMMheader] .header_right .user .btn_profile.on + .user_wrap .text_wrap {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: calc(100% - 60px - 12px);
}
[id^=CMMheader] .header_right .user .btn_profile.on + .user_wrap .text_wrap .username {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  height: 26px;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}
[id^=CMMheader] .header_right .user .btn_profile.on + .user_wrap .text_wrap dl.coupon {
  display: flex;
  align-items: center;
  gap: 6px;
}
[id^=CMMheader] .header_right .user .btn_profile.on + .user_wrap .text_wrap dl.coupon dt {
  display: flex;
  align-items: center;
  gap: 5px;
}
[id^=CMMheader] .header_right .user .btn_profile.on + .user_wrap .text_wrap dl.coupon dd a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  color: #ffce73;
  text-decoration: underline;
}
[id^=CMMheader] .header_right .user .btn_profile.on + .user_wrap .btn_logout {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 33px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  border-radius: 2px;
  border: solid 1px rgba(255, 255, 255, 0.2);
}
[id^=CMMheader] .header_right .search_wrap {
  position: relative;
  margin-left: 36px;
}
[id^=CMMheader] .header_right .search_wrap .btn_search {
  position: relative;
  width: 24px;
  height: 24px;
  background-position: 8.8183421517% 95.3982300885%;
  background-size: 1281.25% 1277.0833333333%;
  z-index: 10;
}
[id^=CMMheader] .header_right .search_wrap .btn_search:hover {
  background-position: 17.6366843034% 95.3982300885%;
  background-size: 1281.25% 1277.0833333333%;
}
[id^=CMMheader] .header_right .search_wrap .btn_search.on + .inp_wrap {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 120;
}
[id^=CMMheader] .header_right .search_wrap .btn_search.on + .inp_wrap .btn_search_close {
  position: absolute;
  top: 60px;
  right: 100px;
  width: 40px;
  height: 40px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='m5.715 5.727 28.571 28.571M34.285 5.727 5.714 34.298' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E") no-repeat 50% 50%;
  background-size: contain;
}
[id^=CMMheader] .header_right .search_wrap .btn_search.on + .inp_wrap .search_inner {
  position: relative;
  background: #000;
  width: 100%;
  padding: 210px 0 143px;
  height: fit-content;
  min-height: 545px;
}
[id^=CMMheader] .header_right .search_wrap .btn_search.on + .inp_wrap .search_inner input,
[id^=CMMheader] .header_right .search_wrap .btn_search.on + .inp_wrap .search_inner .recent_searches {
  width: 100%;
  max-width: 952px;
  margin-left: auto;
  margin-right: auto;
}
[id^=CMMheader] .header_right .search_wrap .btn_search.on + .inp_wrap .search_inner input[type=search] {
  display: block;
  height: 70px;
  line-height: 70px;
  padding: 0 28px 0 76px;
  border-radius: 35px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  background: var(--white) url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10.4113' cy='10.4113' r='9.14201' stroke='black' stroke-width='1.86667'/%3E%3Cpath d='M17.1289 16.457L23.6686 22.9967' stroke='black' stroke-width='1.86667'/%3E%3C/svg%3E%0A") no-repeat 28px 50%;
}
[id^=CMMheader] .header_right .search_wrap .btn_search.on + .inp_wrap .search_inner input[type=search]::-webkit-search-decoration, [id^=CMMheader] .header_right .search_wrap .btn_search.on + .inp_wrap .search_inner input[type=search]::-webkit-search-cancel-button, [id^=CMMheader] .header_right .search_wrap .btn_search.on + .inp_wrap .search_inner input[type=search]::-webkit-search-results-button, [id^=CMMheader] .header_right .search_wrap .btn_search.on + .inp_wrap .search_inner input[type=search]::-webkit-search-results-decoration {
  width: 28px;
  height: 28px;
}
[id^=CMMheader] .header_right .search_wrap .btn_search.on + .inp_wrap .search_inner .recent_searches {
  margin-top: 36px;
}
[id^=CMMheader] .header_right .search_wrap .btn_search.on + .inp_wrap .search_inner .recent_searches .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}
[id^=CMMheader] .header_right .search_wrap .btn_search.on + .inp_wrap .search_inner .recent_searches .title h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
}
[id^=CMMheader] .header_right .search_wrap .btn_search.on + .inp_wrap .search_inner .recent_searches .title .btn_remove_recent {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: var(--gray-2);
}
[id^=CMMheader] .header_right .search_wrap .btn_search.on + .inp_wrap .search_inner .recent_searches .keyword_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
[id^=CMMheader] .header_right .search_wrap .btn_search.on + .inp_wrap .search_inner .recent_searches .keyword_tags .keyword_tag {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 4px 16px;
  border-radius: 100px;
  color: var(--gray-3);
  background-color: var(--gray-0);
}
[id^=CMMheader] .header_right .search_wrap .btn_search.on + .inp_wrap .search_inner .recent_searches .keyword_tags .keyword_tag .btn_remove_keyword {
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.715 1.71 8.571 8.572M10.285 1.71l-8.571 8.572' stroke='%23B6BDC5' stroke-width='1.3'/%3E%3C/svg%3E%0A");
}
[id^=CMMheader] .header_right .search_wrap .btn_search.on + .inp_wrap .search_inner .recent_searches .no_recent {
  padding-top: 24px;
  text-align: center;
}
[id^=CMMheader] .header_right .search_wrap .btn_search.on + .inp_wrap .btn_del {
  width: 20px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
}
[id^=CMMheader] .header_right .search_wrap .btn_search.on + .inp_wrap .btn_del:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-position: 95.4003407155% 92.1367521368%;
  background-size: 2196.4285714286% 2189.2857142857%;
  width: 12px;
  height: 12px;
  transform: translate(-50%, -50%);
}
[id^=CMMheader] .header_right .search_wrap .inp_wrap {
  display: none;
}
[id^=CMMheader] .header_right .btn_gamestart:not(.old) {
  overflow: hidden;
  position: relative;
  width: 270px;
  height: var(--header);
  margin-left: 49px;
}
[id^=CMMheader] .header_right .btn_gamestart:not(.old) .side {
  position: absolute;
  width: auto;
  height: 100%;
}
[id^=CMMheader] .header_right .btn_gamestart:not(.old) .start_txt {
  position: absolute;
  width: 200px;
  height: auto;
  top: calc(50% - 10px);
  left: calc(50% - 90px);
  z-index: 2;
}
[id^=CMMheader] .header_right .btn_gamestart:not(.old) video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
[id^=CMMheader] .header_right .btn_gamestart:not(.old):before, [id^=CMMheader] .header_right .btn_gamestart:not(.old):after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 3;
}
[id^=CMMheader] .header_right .btn_gamestart:not(.old):before {
  border-width: 73px 29px 0 0;
  border-color: #000 transparent transparent transparent;
}
[id^=CMMheader] .header_right .btn_gamestart:not(.old):after {
  left: 0;
  bottom: 0;
  border-width: 21px 0 0 26px;
  border-color: transparent transparent transparent #000;
}
[id^=CMMheader] .header_right .btn_gamestart.old {
  width: 280px;
  height: 80px;
  margin-right: 1px;
  margin-left: 38px;
  background: url("../img/btn_gamestart.jpg") no-repeat 0 0;
  background-size: 100% 100%;
}
[id^=CMMheader] .header_right .btn_gamestart.old:hover {
  background-image: url("../img/btn_gamestart_on.gif?v=1");
}
[id^=CMMheader] .nav_wrap.on + .nav li a {
  color: #0e0e0e;
}
[id^=CMMheader] .nav_wrap.on + .nav li a:hover {
  color: #fff;
}
[id^=CMMheader] .nav > li > a:hover {
  color: #fff;
}
[id^=CMMheader] .nav > li .depth2 li a {
  color: #8d8d8d;
}
[id^=CMMheader] .nav > li .depth2 li a:hover {
  color: #fff;
}

#CMMheader_2 {
  display: none;
}

@media screen and (min-width: 1200px) and (max-width: 1919px) {
  [id^=CMMheader] {
    padding-left: 17.917vw;
  }
  [id^=CMMheader] h1.logo {
    left: 2.969vw;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919px) {
  [id^=CMMheader] .nav {
    gap: 2.76vw;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  [id^=CMMheader] h1.logo {
    width: 14.429vw;
    height: 3.429vw;
  }
  [id^=CMMheader] .nav {
    gap: 1.5vw;
  }
}
@media screen and (min-width: 1200px) {
  [id^=CMMheader] .header_right .user .btn_profile.on + .user_wrap {
    transform: translateX(50%);
  }
  [id^=CMMheader] .nav > li .depth2 li + li {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1199px) {
  [id^=CMMheader] {
    padding: 0 20px 0 211px;
    min-width: 340px;
  }
  [id^=CMMheader] .nav {
    position: fixed;
    top: 0;
    left: var(--nav);
    display: none;
    width: var(--nav);
    background: #22201e;
    float: none;
    z-index: 50;
    padding-top: var(--header);
    padding-left: 30px;
    padding-left: calc(constant(safe-area-inset-left) + 30px) !important;
    padding-left: calc(env(safe-area-inset-left) + 30px) !important;
    padding-right: 30px;
  }
  [id^=CMMheader] .nav > li {
    overflow: hidden;
    position: relative;
    display: block;
    height: auto;
    margin-left: 0;
    padding: 0;
  }
  [id^=CMMheader] .nav > li:hover .depth2, [id^=CMMheader] .nav > li:active .depth2 {
    display: none;
  }
  [id^=CMMheader] .nav > li a {
    position: relative;
    font-size: 14px;
    line-height: 22px;
    padding: 15px 0 14px;
    color: var(--gray-4);
  }
  [id^=CMMheader] .nav > li > a,
  [id^=CMMheader] .nav > li .depth2 > li {
    border-bottom: 1px solid #3f4348;
  }
  [id^=CMMheader] .nav > li .depth2 {
    display: none;
    position: relative;
    background: none;
    border: none;
    top: inherit;
    left: inherit;
    width: 100%;
    max-width: 100%;
    padding: 0 0 0 15px;
  }
  [id^=CMMheader] .nav > li .depth2 li a {
    color: var(--gray-4);
  }
  [id^=CMMheader] .nav > li.new > a > span:before,
  [id^=CMMheader] .nav > li .depth2 li > a > span:before {
    left: auto;
    right: -16px;
  }
  [id^=CMMheader] .nav > li .depth2 li:not(.new) > a > span:before {
    opacity: 0;
  }
  [id^=CMMheader] .nav > li.arrow:after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 19px;
    right: 16px;
  }
  [id^=CMMheader] .nav > li.on > a, [id^=CMMheader] .nav > li.m_on > a {
    color: #fff;
  }
  [id^=CMMheader] .nav > li.on.arrow:after, [id^=CMMheader] .nav > li.m_on.arrow:after {
    transform: rotate(180deg);
  }
  [id^=CMMheader] .nav > li.on .depth2, [id^=CMMheader] .nav > li.m_on .depth2 {
    display: block !important;
  }
  [id^=CMMheader] .btn_menu {
    position: absolute;
    width: 36px;
    height: 36px;
    top: 14px;
    left: 20px;
    display: block;
    left: calc(constant(safe-area-inset-left) + 20px);
    left: calc(env(safe-area-inset-left) + 20px);
  }
  [id^=CMMheader] .nav_wrap {
    position: relative;
  }
  [id^=CMMheader] .nav_wrap.on:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 49;
    background-color: rgba(0, 0, 0, 0.8);
  }
  [id^=CMMheader] .nav_wrap.on .logo {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 308px;
    height: var(--header);
  }
  [id^=CMMheader] .nav_wrap.on .logo a {
    position: absolute;
    top: 16px;
    left: 50px;
    width: 144px;
    height: 33.4px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  [id^=CMMheader] .nav_wrap.on .logo + .nav {
    overflow: auto;
    display: block;
  }
  [id^=CMMheader] .header_right {
    right: 20px;
    right: calc(constant(safe-area-inset-right) + 20px);
    right: calc(env(safe-area-inset-right) + 20px);
  }
  [id^=CMMheader] .header_right .user_wrap {
    top: 37px !important;
  }
  [id^=CMMheader] .header_right .user .btn_profile {
    width: 30px;
    height: 30px;
  }
  [id^=CMMheader] .header_right .search_wrap {
    margin-left: 20px;
  }
  [id^=CMMheader] .header_right .search_wrap .btn_search.on + .inp_wrap {
    background-color: rgba(0, 0, 0, 0.9);
  }
  [id^=CMMheader] .header_right .search_wrap .btn_search.on + .inp_wrap .search_inner {
    padding-left: 36px;
    padding-right: 36px;
  }
  [id^=CMMheader] .header_right .search_wrap .btn_search.on + .inp_wrap .search_inner .btn_search_close {
    right: 36px;
  }
  [id^=CMMheader] .header_right .btn_gamestart {
    display: none;
  }
  [id^=CMMheader] h1.logo {
    top: 16px;
    left: 50px;
    left: calc(constant(safe-area-inset-left) + 50px);
    left: calc(env(safe-area-inset-left) + 50px);
    width: 144px;
    height: 34px;
  }
  .sub [id^=CMMheader] h1.logo {
    position: absolute;
    left: -1000px;
    top: -1000px;
    overflow: hidden;
    width: 1px;
    height: 1px;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
    color: transparent;
  }
  .sub [id^=CMMheader] .sub_title {
    display: block;
    position: fixed;
    top: 17px;
    font-size: 20px;
    line-height: 30px;
    left: 64px;
    left: calc(constant(safe-area-inset-left) + 64px);
    left: calc(env(safe-area-inset-left) + 64px);
  }
  #CMMheader_2 {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  [id^=CMMheader] .header_right .user .btn_profile.on + .user_wrap {
    width: 280px;
  }
}
@media screen and (max-width: 767px) {
  [id^=CMMheader] {
    min-width: 320px;
  }
  [id^=CMMheader] .header_right .user .btn_profile.on + .user_wrap {
    position: fixed;
    left: 20px;
    right: 20px !important;
    top: 59px !important;
  }
  [id^=CMMheader] .header_right .search_wrap .btn_search.on + .inp_wrap .search_inner {
    padding: 74px 24px 0;
  }
  [id^=CMMheader] .header_right .search_wrap .btn_search.on + .inp_wrap .search_inner .btn_search_close {
    top: 14px;
    right: 15px;
    width: 36px;
    height: 36px;
    background-size: 20px 20px;
  }
  [id^=CMMheader] .header_right .search_wrap .btn_search.on + .inp_wrap .search_inner input {
    height: 56px;
    line-height: 56px;
    font-size: 16px;
  }
  [id^=CMMheader] .header_right .search_wrap .btn_search.on + .inp_wrap .search_inner .recent_searches .title h2 {
    font-size: 16px;
  }
  [id^=CMMheader] .header_right .search_wrap .btn_search.on + .inp_wrap .search_inner .recent_searches .title .btn_remove_recent {
    font-size: 14px;
  }
}
@media screen and (max-width: 430px) {
  [id^=CMMheader] .header_right .search_wrap {
    margin-left: 10px;
  }
}
[lang=zh-hant] [id^=CMMheader] .header_right .btn_gamestart:before {
  border-width: 70px 34px 0 0;
}

[lang=zh-hant] [id^=CMMheader] .header_right .btn_gamestart:after {
  border-width: 20px 0 0 30px;
}

body.pop_on {
  overflow: hidden;
}

.pop_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: calc(var(--header) + 20px) 20px;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: auto;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-overflow-scrolling: touch;
  transition: opacity 500ms;
}
.pop_wrap.on {
  overflow-y: auto;
  visibility: visible;
  opacity: 1;
  z-index: 99;
  display: flex !important;
}
.pop_wrap .pop_layer {
  position: relative;
  width: 100%;
  min-width: 280px;
}
.pop_wrap .pop_layer .pop_cont,
.pop_wrap .pop_layer .pop_contents {
  line-height: 1.5;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.1);
}
.pop_wrap .pop_layer > .title {
  width: 100%;
  height: 96px;
  background-color: #000;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.pop_wrap .pop_layer > .img {
  margin: 0 auto;
  max-width: 190px;
}
.pop_wrap .pop_layer > .img + .pop_cont {
  margin-top: -70px;
  margin-bottom: 106px;
  padding: 98px 34px 30px;
}
.pop_wrap .pop_layer > .img + .pop_cont > .medium {
  text-align: center;
  font-size: 24px;
  line-height: 1.6;
  font-weight: bold;
}
.pop_wrap .popup_layer {
  position: relative;
  width: 680px;
  padding: 50px 40px;
  border-radius: 2px;
  background-color: #fff;
  border: solid 1px #bebebe;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.16);
}
.pop_wrap .popup_layer > .pop_close {
  background-position: 35.2733686067% 95.3982300885%;
  background-size: 1281.25% 1277.0833333333%;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
}
.pop_wrap .popup_layer .title {
  font-size: 18px;
  line-height: 30px;
  color: #222832;
  background: inherit;
}
.pop_wrap .popup_layer .btn_area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}
.pop_wrap .popup_layer .btn_area button {
  width: 200px;
  height: 56px;
  padding: 16px 10px;
}
.pop_wrap .popup_layer .btn_area button.btn_cancel {
  border: solid 2px #bebebe;
  background-color: #fff;
  color: #9e9e9e;
}
.pop_wrap .popup_layer .btn_area button.btn_cancel:hover {
  border-color: #0e0e0e;
}
.pop_wrap .popup_layer .btn_area button.btn_confirm, .pop_wrap .popup_layer .btn_area button.btn_download {
  border: solid 2px #0e0e0e;
  background-color: #fff;
  color: #0e0e0e;
}
.pop_wrap .popup_layer .btn_area button.btn_confirm:hover, .pop_wrap .popup_layer .btn_area button.btn_download:hover {
  background-color: #0e0e0e;
  color: #fff;
}
.pop_wrap .pop_close {
  position: absolute;
  top: 32px;
  right: 32px;
  width: 32px;
  height: 32px;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m16.001 17.415 8.485 8.486 1.415-1.415-8.486-8.485 8.486-8.485-1.415-1.414-8.485 8.485-8.485-8.485-1.414 1.414L14.587 16l-8.485 8.485 1.414 1.415L16 17.415z' fill='%23fff'/%3E%3C/svg%3E");
}
.pop_wrap .pop_contents {
  width: 100%;
  padding: 40px;
}
.pop_wrap .pop_contents.has-sitcky {
  padding-bottom: 106px;
}
.pop_wrap .pop_contents.has-sitcky .btns.bottom-sticky {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.pop_wrap .pop_contents.has-sitcky .btns.bottom-sticky > .btn.large {
  height: 80px;
}
.pop_wrap .title {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.pop_wrap .btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin-top: 40px;
}
.pop_wrap .btns button,
.pop_wrap .btns a {
  flex: 1;
  font-size: 16px;
  height: 56px;
  border-radius: 2px;
  transition: 0.3s;
}
.pop_wrap .btns .btn_report,
.pop_wrap .btns .btn_delete_all,
.pop_wrap .btns .btn_confirm,
.pop_wrap .btns .btn.black {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  transition: background-color 0.2s;
  background-color: var(--black);
  color: var(--white);
}
.pop_wrap .btns .btn_cancel {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  transition: background-color 0.2s;
  background-color: var(--white);
  color: var(--black);
  box-shadow: 0 0 0 1px inset var(--black);
}
.pop_wrap .btns .btn.large {
  width: auto;
}

@media screen and (max-width: 1199px) {
  .pop_wrap {
    padding: calc(var(--header) + 20px) 20px 20px;
  }
  .pop_wrap .popup_layer {
    width: 100%;
    max-width: 560px;
    padding: 50px 20px 68px 20px;
  }
  .pop_wrap .popup_layer .btn_area {
    margin-top: 30px;
    gap: 10px;
  }
  .pop_wrap .popup_layer .btn_area button {
    height: 46px;
    padding: 0 10px;
  }
  .pop_wrap .pop_contents {
    padding: calc(env(safe-area-inset-left) + 40px);
  }
  .pop_wrap .pop_contents.has-sitcky {
    padding-bottom: 86px;
  }
  .pop_wrap .pop_contents.has-sitcky .btns.bottom-sticky > .btn.large {
    height: 68px;
  }
  .pop_wrap .btns {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pop_wrap {
    padding: calc(env(safe-area-inset-left) + var(--header) + 20px) calc(env(safe-area-inset-left) + 20px) calc(env(safe-area-inset-left) + 30px) calc(env(safe-area-inset-right) + 20px);
  }
  .pop_wrap .pop_layer > .title {
    height: 72px;
    font-size: 16px;
  }
  .pop_wrap .pop_layer > .img + .pop_cont > .medium {
    font-size: 18px;
  }
  .pop_wrap .pop_close {
    top: 20px;
    right: 20px;
  }
  .pop_wrap .pop_contents {
    padding: calc(env(safe-area-inset-left) + 20px);
    font-size: 14px;
  }
}
#CMMfooter {
  padding: 60px 0;
  background: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  color: var(--gray-2);
}
#CMMfooter .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  width: 100%;
  max-width: 1400px;
}
#CMMfooter .container .logo_wrap {
  width: 100%;
}
#CMMfooter .container .logo_wrap .logo {
  display: block;
  width: 237px;
  height: 27px;
  background-position: 100% 0%;
  background-size: 137.2767857143% 1178.8461538462%;
}
#CMMfooter .container .link_list {
  display: flex;
  flex-wrap: wrap;
  width: 742px;
  gap: 4px 30px;
}
#CMMfooter .container .link_list li a,
#CMMfooter .container .link_list li .btn_grade {
  color: #fff;
}
#CMMfooter .container .link_list li .btn_grade {
  display: block;
}
#CMMfooter .container .com_info {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 580px;
  gap: 4px 20px;
}
#CMMfooter .container .game_info {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 483px;
  margin: 0 calc(100% - 483px) 0 0;
  padding: 10px 24px;
  border-radius: 2px;
  background-color: #161616;
}
#CMMfooter .container .game_info .grade {
  display: inline-flex;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 45px;
  height: 52px;
  background-image: url("../img/grade.svg");
}
#CMMfooter .container .game_info p {
  width: calc(100% - 45px - 12px);
}
#CMMfooter .container .download_list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}
#CMMfooter .container .download_list li a {
    display: block;
    width: fit-content;
    height: 37px;
}

#CMMfooter .container .download_list li a img {
    display: block;
    height: inherit;
}

#CMMfooter .container .copy {
  margin-top: 9px;
  width: calc(100% - 138px - 22px);
  color: rgba(255, 255, 255, 0.7);
  opacity: 0.4;
}
#CMMfooter .container .sns_list {
  display: flex;
  align-items: center;
  width: 138px;
  gap: 15px;
}
#CMMfooter .container .sns_list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 8px;
  opacity: 0.4;
  border-radius: 400px;
  background-color: var(--white);
}
#CMMfooter .container .sns_list li a i {
  display: inline-flex;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
}
#CMMfooter .container .sns_list li a i.youtube {
  background-image: url("../img/sns_facebook.svg");
}
#CMMfooter .container .sns_list li a i.kakao {
  background-image: url("../img/sns_kakao.svg");
}
#CMMfooter .container .sns_list li a i.facebook {
  background-image: url("../img/sns_youtube.svg");
}
#CMMfooter #CMMpop_gamegrade .pop_layer {
  width: 774px;
  height: 217px;
  position: absolute;
  bottom: 78px;
  left: 50%;
  transform: translateX(-50%);
  background: url("../img/gamegrade_popup.png") no-repeat 0 0;
  background-size: 100% 100%;
}
#CMMfooter #CMMpop_gamegrade .pop_layer .pop_close {
  top: 14px;
  right: 14px;
  background: transparent;
}

@media screen and (max-width: 1199px) {
  #CMMfooter .container .com_info {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #CMMfooter {
    padding-bottom: 50px;
  }
  #CMMfooter .container {
    gap: 30px;
  }
  #CMMfooter .container .logo_wrap .logo {
    width: 252px;
    height: 25px;
  }
  #CMMfooter .container .link_list {
    margin-top: 12px;
  }
  #CMMfooter .container .game_info {
    width: 100%;
    margin-right: 0;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  #CMMfooter .container .download_list {
    order: 5;
    width: 100%;
    justify-content: center;
    gap: 16px;
  }
  #CMMfooter .container .sns_list {
    order: 6;
    width: 100%;
    justify-content: center;
  }
  #CMMfooter .container .copy {
    order: 7;
  }
}
@media screen and (max-width: 430px) {
  #CMMfooter .container .link_list {
    gap: 8px;
  }
  #CMMfooter .container .link_list li {
    width: 100%;
  }
  #CMMfooter .container .link_list li a,
  #CMMfooter .container .link_list li .btn_grade {
    font-size: 16px;
  }
  #CMMfooter .container .com_info span {
    width: 100%;
  }
  #CMMfooter .container .download_list li {
    width: calc((100% - 16px) / 2);
  }
  #CMMfooter .container .download_list li a {
    width: 100%;
  }
}
header {
  padding: constant(safe-area-inset-top) constant(safe-area-inset-right) constant(safe-area-inset-left);
  padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-left);
}

#COMMUNITYcontent {
  padding: constant(safe-area-inset-top) constant(safe-area-inset-right) constant(safe-area-inset-left);
  padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-left);
  padding-top: var(--header);
  padding-bottom: 100px;
}

.container {
  overflow: hidden;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: constant(safe-area-inset-top) constant(safe-area-inset-right) constant(safe-area-inset-left);
  padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-left);
}

@media screen and (max-width: 1199px) {
  #CMMfooter .container,
  .tab ul.container {
    padding: 0 calc(env(safe-area-inset-left) + 20px) 0 calc(env(safe-area-inset-right) + 20px);
    padding: 0 0 calc(constant(safe-area-inset-left) + 20px) 0 calc(constant(safe-area-inset-right) + 20px);
  }
}

/*# sourceMappingURL=ui_community_layout.css.map */
