@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100..900&family=Roboto+Flex:opsz,wght@8..144,100..1000&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --G00: #ffffff;
  --G50: #fafafa;
  --G100: #f4f4f4;
  --G300: #e0e0e0;
  --G500: #c4c4c4;
  --G700: #696969;
  --G900: #292929;
  --PB01: #6a92ce;
  --PB02: #c3d0e3;
  --PB03: #e7ebf1;
  --SK01: #ae8d4d;
  --SK02: #e3d8c3;
  --CS: #66cb9f;
  --CD: #f16063;
  --TC01: #ffffffb2;
  --TC02: #c3d0e380;
  --H1: 200%; /*32px*/
  --H2: 175%; /*28px*/
  --H3: 125%; /*20px*/
  --H4: 115%; /*18.5*/
  --H5: 100%; /*16px*/
  --P1: 100%; /*16px*/
  --P2: 95%; /*15px*/
  --P3: 90%; /*14px*/
  --P4: 75%; /*12px*/
  --D1: 80%; /*13px*/
  --D2: 75%; /*12px*/
  --D3: 70%; /*11px*/
}

/* WORDS SETTING */
body * {
  color: var(--G700);
  font-size: 16px;
  font-family: "Roboto Flex", "Roboto", "Noto Sans SC", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

.H1,
.H2,
.H3,
.H4,
.H5 {
  font-weight: 700;
}

.H1 {
  font-size: var(--H1);
}

.H2 {
  font-size: var(--H2);
}

.H3 {
  font-size: var(--H3);
}

.H4 {
  font-size: var(--H4);
}

.H5 {
  font-size: var(--H5);
}

.P1 {
  font-size: var(--P1);
}

.P2 {
  font-size: var(--P2);
}

.P3 {
  font-size: var(--P3);
}

.P4 {
  font-size: var(--P4);
}

.D1 {
  font-size: var(--D1);
}

.D2 {
  font-size: var(--D2);
}

.D3 {
  font-size: var(--D3);
}

/*icon setting*/
.icon-wrap {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: ease 0.35s;
}
.icon-wrap strong.num {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(18px, -4px);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  font-size: var(--P4);
  background-color: var(--SK02);
}
.icon-wrap i {
  display: block;
  width: 24px;
  height: 24px;
  mask-size: 24px;
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-size: 24px;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  background-color: var(--G700);
  transition: ease 0.35s;
}
.icon-wrap.arrow-up i {
  -webkit-mask-image: url(../images/ui_icon/icon_arrow_up_n.png);
  mask-image: url(../images/ui_icon/icon_arrow_up_n.png);
}
.icon-wrap.library i {
  -webkit-mask-image: url(../images/ui_icon/icon_library_n.png);
  mask-image: url(../images/ui_icon/icon_library_n.png);
}
.icon-wrap.menu i {
  -webkit-mask-image: url(../images/ui_icon/icon_menu_n.png);
  mask-image: url(../images/ui_icon/icon_menu_n.png);
}
.icon-wrap.member i {
  -webkit-mask-image: url(../images/ui_icon/icon_member_n.png);
  mask-image: url(../images/ui_icon/icon_member_n.png);
}
.icon-wrap.close i, .icon-wrap.clear i {
  -webkit-mask-image: url(../images/ui_icon/icon_close_n.png);
  mask-image: url(../images/ui_icon/icon_close_n.png);
}
.icon-wrap.return i {
  -webkit-mask-image: url(../images/ui_icon/icon_return_n.png);
  mask-image: url(../images/ui_icon/icon_return_n.png);
}
.icon-wrap.search i {
  -webkit-mask-image: url(../images/ui_icon/icon_search_n.png);
  mask-image: url(../images/ui_icon/icon_search_n.png);
}
.icon-wrap.delete i {
  -webkit-mask-image: url(../images/ui_icon/icon_delete_n.png);
  mask-image: url(../images/ui_icon/icon_delete_n.png);
}
.icon-wrap.previous i {
  -webkit-mask-image: url(../images/ui_icon/icon_ar_previous_n.png);
  mask-image: url(../images/ui_icon/icon_ar_previous_n.png);
}
.icon-wrap.next i {
  -webkit-mask-image: url(../images/ui_icon/icon_ar_next_n.png);
  mask-image: url(../images/ui_icon/icon_ar_next_n.png);
}
.icon-wrap.favorite i {
  -webkit-mask-image: url(../images/ui_icon/icon_favorite_n.png);
  mask-image: url(../images/ui_icon/icon_favorite_n.png);
}
.icon-wrap.favorite.added {
  background-color: var(--PB01);
}
.icon-wrap.favorite.added i {
  -webkit-mask-image: url(../images/ui_icon/icon_favorite_a.png);
  mask-image: url(../images/ui_icon/icon_favorite_a.png);
}
.icon-wrap.change i {
  -webkit-mask-image: url(../images/ui_icon/icon_change_n.png);
  mask-image: url(../images/ui_icon/icon_change_n.png);
}
.icon-wrap.notify i {
  -webkit-mask-image: url(../images/ui_icon/icon_notify_n.png);
  mask-image: url(../images/ui_icon/icon_notify_n.png);
}
.icon-wrap.history i {
  -webkit-mask-image: url(../images/ui_icon/icon_history_n.png);
  mask-image: url(../images/ui_icon/icon_history_n.png);
}
.icon-wrap.setting i {
  -webkit-mask-image: url(../images/ui_icon/icon_setting_n.png);
  mask-image: url(../images/ui_icon/icon_setting_n.png);
}
.icon-wrap.toggle-horizontal i {
  -webkit-mask-image: url(../images/ui_icon/icon_toggle_arrow_n.png);
  mask-image: url(../images/ui_icon/icon_toggle_arrow_n.png);
}
.icon-wrap.toggle-vertical i {
  -webkit-mask-image: url(../images/ui_icon/icon_toggle_arrow_n.png);
  mask-image: url(../images/ui_icon/icon_toggle_arrow_n.png);
  transform: rotate(90deg);
}
.icon-wrap.tf-icon i {
  -webkit-mask-image: url(../images/ui_icon/icon_cover_tf_recommend.png);
  mask-image: url(../images/ui_icon/icon_cover_tf_recommend.png);
}
.icon-wrap.permission-icon i {
  -webkit-mask-image: url(../images/ui_icon/icon_cover_lock.png);
  mask-image: url(../images/ui_icon/icon_cover_lock.png);
}
.icon-wrap.tips i {
  -webkit-mask-image: url(../images/ui_icon/icon_tips_n.png);
  mask-image: url(../images/ui_icon/icon_tips_n.png);
}

button:has(> .icon-wrap),
div:has(> .icon-wrap),
label:has(> .icon-wrap) {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease 0.35s;
}
button:has(> .icon-wrap):hover .icon-wrap i,
div:has(> .icon-wrap):hover .icon-wrap i,
label:has(> .icon-wrap):hover .icon-wrap i {
  background-color: var(--PB01);
}

/*button setting*/
.btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 160px;
  height: 44px;
  padding: 0 24px;
  border-radius: 32px;
  cursor: pointer;
  transition: ease 0.35s;
}
.btn-wrap a,
.btn-wrap span,
.btn-wrap p,
.btn-wrap strong {
  display: block;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
}
.btn-wrap.type1 {
  background-color: var(--G900);
  border: 1px solid var(--G900);
}
.btn-wrap.type1 a,
.btn-wrap.type1 span,
.btn-wrap.type1 p,
.btn-wrap.type1 strong {
  color: var(--G00);
}
.btn-wrap.type1:hover, .btn-wrap.type1.hover {
  color: var(--G00);
  background-color: var(--PB01);
  border-color: var(--PB01);
}
.btn-wrap.type1.active, .btn-wrap.type1:active {
  color: var(--G00);
  background-color: var(--PB01);
  border-color: var(--PB01);
}
.btn-wrap.type1.disabled, .btn-wrap.type1:disabled, .btn-wrap.type1.disabled:hover, .btn-wrap.type1:disabled:hover {
  color: var(--G500);
  background-color: var(--G300);
  border-color: var(--G300);
  cursor: default;
}
.btn-wrap.type2 {
  background-color: var(--G00);
  border: 1px solid var(--G500);
}
.btn-wrap.type2 a,
.btn-wrap.type2 span,
.btn-wrap.type2 p,
.btn-wrap.type2 strong {
  color: var(--G700);
}
.btn-wrap.type2:hover, .btn-wrap.type2.hover, .btn-wrap.type2.active, .btn-wrap.type2:active {
  background-color: var(--PB01);
  border-color: var(--PB01);
}
.btn-wrap.type2:hover a,
.btn-wrap.type2:hover span,
.btn-wrap.type2:hover p,
.btn-wrap.type2:hover strong, .btn-wrap.type2.hover a,
.btn-wrap.type2.hover span,
.btn-wrap.type2.hover p,
.btn-wrap.type2.hover strong, .btn-wrap.type2.active a,
.btn-wrap.type2.active span,
.btn-wrap.type2.active p,
.btn-wrap.type2.active strong, .btn-wrap.type2:active a,
.btn-wrap.type2:active span,
.btn-wrap.type2:active p,
.btn-wrap.type2:active strong {
  color: var(--G00);
}
.btn-wrap.type2.disabled, .btn-wrap.type2:disabled, .btn-wrap.type2.disabled:hover, .btn-wrap.type2:disabled:hover {
  color: var(--G500);
  background-color: var(--G300);
  border-color: var(--G300);
  cursor: default;
}

/*checkbox setting*/
.checkbox-wrap {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.checkbox-wrap input[type=checkbox] {
  display: none;
}
.checkbox-wrap span {
  position: absolute;
  left: 0;
  top: 2px;
  display: block;
  width: 20px;
  height: 20px;
  -webkit-mask-image: url(../images/ui_icon/icon_ckbox_arrow.png);
          mask-image: url(../images/ui_icon/icon_ckbox_arrow.png);
  mask-size: 24px;
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-size: 24px;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  background-color: var(--G00);
  transition: ease 0.35s;
}
.checkbox-wrap p::before {
  line-height: 24px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  background-color: var(--G00);
  border: 2px solid var(--PB01);
  border-radius: 4px;
  box-sizing: border-box;
}
.checkbox-wrap input[type=checkbox]:checked ~ span {
  opacity: 1;
}
.checkbox-wrap input[type=checkbox]:checked ~ p::before {
  background-color: var(--PB01);
}

/*radio setting*/
.radio-wrap {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.radio-wrap input[type=radio] {
  display: none;
}
.radio-wrap span {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 20px;
  height: 20px;
  mask-size: 24px;
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-size: 24px;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  background-color: var(--G00);
  transition: ease 0.35s;
}
.radio-wrap p::before {
  line-height: 24px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  background-color: var(--G00);
  border: 2px solid var(--PB01);
  border-radius: 50%;
  box-sizing: border-box;
}
.radio-wrap input[type=radio]:checked ~ span {
  opacity: 1;
}
.radio-wrap input[type=radio]:checked ~ p::before {
  background-color: var(--PB01);
}

/*switch setting*/
.switch-wrap {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 16px;
  padding: 2px;
  border-radius: 8px;
  background-color: var(--G300);
  transition: ease 0.35s;
  cursor: pointer;
}
.switch-wrap input[type=checkbox] {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.switch-wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--G00);
  transition: ease 0.35s;
}
.switch-wrap:has(input[type=checkbox]:checked) {
  background-color: var(--PB01);
}
.switch-wrap:has(input[type=checkbox]:checked)::before {
  left: 18px;
  background-color: var(--G00);
}

/*select setting*/
.select-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.select-wrap p.tab-value {
  position: relative;
  display: block;
  width: 144px;
  height: 28px;
  padding: 0 24px 0 16px;
  line-height: 28px;
  font-weight: 500;
  color: var(--G900);
  background-color: var(--G00);
  border: 1px solid var(--G300);
  border-radius: 8px;
  transition: ease 0.15s;
}
.select-wrap p.tab-value input[type=checkbox] {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.select-wrap p.tab-value::before {
  content: "";
  line-height: 24px;
  text-transform: uppercase;
}
.select-wrap p.tab-value::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  display: block;
  width: 24px;
  height: 24px;
  -webkit-mask-image: url(../images/ui_icon/icon_select_arrow.png);
          mask-image: url(../images/ui_icon/icon_select_arrow.png);
  mask-size: 24px;
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-size: 24px;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  background-color: var(--G900);
  transition: ease 0.35s;
}
.select-wrap ul {
  position: relative;
  transform: translateY(-1px);
  display: flex;
  flex-direction: column;
  height: -moz-max-content;
  height: max-content;
  padding: 0;
  overflow: hidden;
  background-color: var(--G00);
  border: 0 solid var(--G300);
  border-radius: 0 0 8px 8px;
  transition: ease 0.15s;
}
.select-wrap ul li {
  position: relative;
  display: flex;
  align-items: center;
  height: 0;
  padding: 0 16px;
  background-color: var(--G00);
  transition: ease 0.35s;
}
.select-wrap ul li label {
  position: relative;
  display: block;
}
.select-wrap ul li label input[type=checkbox],
.select-wrap ul li label input[type=radio] {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.select-wrap ul li label:has(input[type=checkbox]:checked) span, .select-wrap ul li label:has(input[type=radio]:checked) span {
  color: var(--G300);
}
.select-wrap ul li:hover {
  background-color: var(--G50);
}
.select-wrap p.tab-value:has(input[type=checkbox]:checked) {
  border: 2px solid var(--PB01);
  border-bottom: 0 solid var(--G300);
  border-radius: 8px 8px 0px 0px;
}
.select-wrap p.tab-value:has(input[type=checkbox]:checked)::after {
  transform: translateY(-50%) rotate(180deg);
}
.select-wrap p.tab-value:has(input[type=checkbox]:checked) ~ ul {
  padding: 4px 0 0;
  border: 2px solid var(--PB01);
  border-top: 0;
}
.select-wrap p.tab-value:has(input[type=checkbox]:checked) ~ ul::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background-color: var(--G300);
}
.select-wrap p.tab-value:has(input[type=checkbox]:checked) ~ ul li {
  height: 32px;
}/*# sourceMappingURL=ui_styleguide.css.map */