@font-face {
  font-family: "Pretendard Variable";
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
  src: local("Pretendard Variable"), url("../font/PretendardVariable.woff2") format("woff2-variations");
}
@font-face {
  font-family: "Pretendard";
  src: url("../font/Pretendard-Thin.woff") format("woff");
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../font/Pretendard-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../font/Pretendard-Light.woff") format("woff");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../font/Pretendard-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../font/Pretendard-Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../font/Pretendard-SemiBold.woff") format("woff");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../font/Pretendard-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../font/Pretendard-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../font/Pretendard-Black.woff") format("woff");
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/roboto/Roboto-Bold.woff") format("woff");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/roboto/Roboto-Thin.woff") format("woff");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/roboto/Roboto-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: local("Lato Regular"), url("../font/Lato/Lato-Regular.woff") format("woff");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  src: local("Lato Light"), url("../font/Lato/Lato-Light.woff") format("woff");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: local("Lato Bold"), url("../font/Lato/Lato-Bold.woff") format("woff");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 800;
  src: local("Lato Black"), url("../font/Lato/Lato-Black.woff") format("woff");
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-text-size-adjust: none;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

* {
  box-sizing: border-box;
}

body, html {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  background: #ffffff;
  color: #111111;
  font-size: 14px;
  line-height: 1.7;
  font-family: "Lato", "Pretendard", sans-serif, verdana;
  overflow-x: hidden;
  overflow-y: scroll;
  font-weight: normal;
  min-width: 1384px;
}

ul,
ol,
li {
  list-style: none;
}

img,
input,
textarea,
select,
button {
  /*-webkit-appearance: none; */
  vertical-align: middle;
  margin: 0;
  padding: 0;
  color: #111111;
  font-size: 14px;
  font-family: "Lato", "Pretendard", sans-serif, verdana;
  font-weight: 500;
}

textarea {
  resize: none;
}

hr,
legend,
caption {
  display: none;
}

em,
address {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

select {
  min-height: 20px;
}

button {
  border: 0;
  vertical-align: middle;
  cursor: pointer;
  filter: chroma(color=#dcdcdc);
  background: transparent;
}

.mgb4 {
  margin-bottom: 4px !important;
}

.mgb8 {
  margin-bottom: 8px !important;
}

.mgt8 {
  margin-top: 8px !important;
}

.mgt10 {
  margin-top: 10px !important;
}

.mgt16 {
  margin-top: 16px !important;
}

.mgt30 {
  margin-top: 30px !important;
}

.mgt90 {
  margin-top: 90px !important;
}

.mgb80 {
  margin-bottom: 80px !important;
}

.pdt5 {
  padding-top: 5px !important;
}

.pdt10 {
  padding-top: 10px !important;
}

.pdl10 {
  padding-left: 10px !important;
}

.pdr10 {
  padding-right: 10px !important;
}

.pdt16 {
  padding-top: 16px !important;
}

.pdt12 {
  padding-top: 12px !important;
}

.pdtb12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.pdt40 {
  padding-top: 40px !important;
}

.pdb40 {
  padding-bottom: 40px !important;
}

.pdb10 {
  padding-bottom: 10px !important;
}

.pdb8 {
  padding-bottom: 8px !important;
}

.padd7 {
  padding: 7px !important;
}

.padd8 {
  padding: 8px !important;
}

.mgt4 {
  margin-top: 4px !important;
}

.mgt12 {
  margin-top: 12px !important;
}

.mgr10 {
  margin-right: 10px !important;
}

.mgb10 {
  margin-bottom: 10px !important;
}

.mgb16 {
  margin-bottom: 16px !important;
}

.mgb20 {
  margin-bottom: 20px !important;
}

.mgt20 {
  margin-top: 20px !important;
}

.mgb25 {
  margin-bottom: 25px !important;
}

.mgb30 {
  margin-bottom: 30px !important;
}

.mgb32 {
  margin-bottom: 32px !important;
}

.mgb35 {
  margin-bottom: 35px !important;
}

.mgl10 {
  margin-left: 10px !important;
}

.mgl27 {
  margin-left: 27px !important;
}

.mgl14 {
  margin-left: 14px !important;
}

.mgl15 {
  margin-left: 15px !important;
}

.mgr15 {
  margin-right: 15px !important;
}

.mgb15 {
  margin-bottom: 15px !important;
}

.mgr16 {
  margin-right: 16px !important;
}

.mg10 {
  margin: 10px;
}

.mgl4 {
  margin-left: 4px;
}

.dp-none {
  display: none !important;
}

.txt-left {
  text-align: left !important;
}

.txt-center {
  text-align: center !important;
}

.txt-right {
  text-align: right !important;
}

.lighter {
  font-weight: normal !important;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-right: 30px;
}
.f13 {
  font-size: 13px !important;
  color: #999999;
}

.f11 {
  font-size: 11px !important;
  color: #999999;
}

.f10 {
  font-size: 10px;
}

.f9 {
  font-size: 9px;
}

* {
  box-sizing: border-box;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* scroll */
/* SCROLLBAR Chrome Safari */
::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}

::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.4);
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid #fff;
  border-radius: 10px;
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-thumb:hover {
  opacity: 1;
}

::-webkit-scrollbar-track-piece {
  background-color: hsla(0, 0%, 100%, 0);
}

.hidden {
  display: none !important;
}

.show {
  display: block !important;
}

input::-webkit-input-placeholder {
  color: #999999;
}

input:-ms-input-placeholder {
  color: #999999;
}

textarea::-webkit-input-placeholder {
  color: #999999;
}

textarea:-ms-input-placeholder {
  color: #999999;
}

textarea:focus {
  outline: none;
}

button:focus {
  outline: none;
}

input:focus {
  outline: none;
}

.mgl28 {
  margin-left: 28px !important;
}

.text-wrap input {
  min-width: 80px;
  border: 1px solid #D9D9D9;
  font-weight: 500;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 0.03em;
  color: #555555;
  padding: 8px 10px 7px 10px;
}
.text-wrap input:focus {
  outline: none;
  color: #3F74F4;
  background: #F9FAFF;
  border: 1px solid #3F74F4;
}
.text-wrap input.active {
  background: #FFFFFF;
  border: 1px solid #555555;
}
.text-wrap input.active:focus {
  color: #3F74F4;
  background: #F9FAFF;
  border: 1px solid #3F74F4;
}
.text-wrap input.error {
  border: 1px solid #F34D4D;
}
.text-wrap input:disabled {
  background: #E8E8E8;
  border: 1px solid rgba(136, 136, 136, 0.56);
  color: #888888;
}
.text-wrap.btn-in {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.text-wrap.btn-in label {
  margin-left: 10px;
}
.text-wrap.btn-in .btn-search {
  background: #888888;
  font-weight: 600;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  border: 1px solid #888888;
  padding: 8px 10px 7px 10px;
}

.gap12 {
  gap: 12px;
}

.flex-c {
  display: flex;
  align-items: center;
  justify-content: center;
}

.textarea-wrap textarea {
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  padding: 8px 12px;
  width: 100%;
  min-height: 72px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.03em;
  color: #333333;
}
.textarea-wrap textarea:focus {
  outline: none;
  border: 1px solid #888888;
}
.textarea-wrap.myInfo-type {
  position: relative;
}
.textarea-wrap.myInfo-type textarea {
  background: #FFFFFF;
  border: 0;
  border-bottom: 1px solid #CCCCCC;
  padding: 8px 0 38px;
  font-size: 16px;
}
.textarea-wrap.myInfo-type .txtLength {
  color: #999;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: -0.14px;
  position: absolute;
  right: 0;
  bottom: 8px;
}

.txt-red {
  color: #F34D4D;
}

.txt-blue {
  color: #3F74F4;
}

.loadingAreaRotate {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}
@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}
@keyframes loading-text-opacity {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes loading-text-opacity {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes loading-text-opacity {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes loading-text-opacity {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.loadingAreaRotate .loading-container,
.loadingAreaRotate .loading {
  height: 30px;
  position: relative;
  width: 30px;
  border-radius: 100%;
}
.loadingAreaRotate .loading {
  border: 2px solid transparent;
  border-color: transparent #a1a7c4 transparent #a1a7c4;
  -moz-animation: rotate-loading 1.5s linear 0s infinite normal;
  -moz-transform-origin: 50% 50%;
  -o-animation: rotate-loading 1.5s linear 0s infinite normal;
  -o-transform-origin: 50% 50%;
  -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
  -webkit-transform-origin: 50% 50%;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
}
.loadingAreaRotate .loading-container:hover .loading {
  border-color: transparent #3662E3 transparent #3662E3;
}
.loadingAreaRotate .loading-container:hover .loading,
.loadingAreaRotate .loading-container .loading {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.loadingAreaRotate #loading-text {
  -moz-animation: loading-text-opacity 2s linear 0s infinite normal;
  -o-animation: loading-text-opacity 2s linear 0s infinite normal;
  -webkit-animation: loading-text-opacity 2s linear 0s infinite normal;
  animation: loading-text-opacity 2s linear 0s infinite normal;
  color: #888888;
  font-size: 10px;
  font-weight: bold;
  margin-top: 45px;
  opacity: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 60px;
  margin-left: -13px;
}

.loading {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  transition: 0.5s;
  background: rgba(0, 0, 0, 0.5);
}
.loading .loading-circle {
  margin-top: -120px;
  width: 54px;
  height: 54px;
  background: url(../images/loading-animation.svg) no-repeat center 50%;
}
.loading .loading-circle path {
  animation: loading-fadeIn 800ms infinite both;
  fill: #3662E3;
}
.loading .loading-circle path:nth-of-type(1) {
  animation-delay: 100ms;
}
.loading .loading-circle path:nth-of-type(2) {
  animation-delay: 200ms;
}
.loading .loading-circle path:nth-of-type(3) {
  animation-delay: 300ms;
}
.loading .loading-circle path:nth-of-type(4) {
  animation-delay: 400ms;
}
.loading .loading-circle path:nth-of-type(5) {
  animation-delay: 500ms;
}
.loading .loading-circle path:nth-of-type(6) {
  animation-delay: 600ms;
}
.loading .loading-circle path:nth-of-type(7) {
  animation-delay: 700ms;
}
.loading .loading-circle path:nth-of-type(8) {
  animation-delay: 800ms;
}
.loading .loading-txt {
  text-align: center;
  color: #dddddd;
  font-size: 12px;
  margin-top: 8px;
}

@keyframes loading-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes loading-fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.flex-r {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.gap5 {
  gap: 5px;
}

.gap10 {
  gap: 10px;
}

.gap20 {
  gap: 20px;
}

.message-tooltip {
  border-radius: 4px;
  border: 1px solid #DEE3F0;
  background: #F1F5FF;
  box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.08);
  position: fixed;
  top: 0;
  width: 654px;
  left: 50%;
  padding: 16px;
  transform: translateX(-50%);
  z-index: 9;
  opacity: 0;
  transition: opacity 10ms 100ms linear, top 200ms ease-in-out;
}
.message-tooltip.active {
  top: 84px;
  opacity: 1;
}
.message-tooltip .txt {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.14px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.message-tooltip .txt i {
  margin-right: 8px;
  width: 24px;
  height: 24px;
  font-size: 0;
  background: url(../images/icon/ico-popup-checked.svg) no-repeat center 0;
}
.message-tooltip .btn-mt-close {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  font-size: 0;
  background: url(../images/icon/ico-line-close.svg) no-repeat center 0;
}

@media screen and (min-width: 1280px) {
  .popup-wrap {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 201;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .popup-wrap:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    animation: popupAni 300ms forwards ease-in-out;
    min-height: 729px;
  }
  .popup-wrap.active {
    display: flex !important;
  }
  .popup-wrap.active:before {
    opacity: 1;
  }
  .popup-wrap.find-out .find-out-type {
    padding-bottom: 24px;
    position: relative;
    border-bottom: 1px solid #DEDEDE;
  }
  .popup-wrap.find-out .find-out-type textarea {
    border: 0;
    height: 327px !important;
    padding: 8px 0;
  }
  .popup-wrap.find-out .find-out-type .txtLength {
    position: absolute;
    right: 0;
    bottom: 8px;
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    letter-spacing: -0.14px;
  }
  .popup-wrap.find-out .message-box {
    min-height: 22px;
  }
  .popup-wrap.minHeight {
    padding: 30px 0;
  }
  .popup-wrap.minHeight:before {
    min-height: 789px;
  }
  .popup-wrap .write-title {
    margin-top: 0;
    animation: popupAni 1s 0.15s both;
    animation-delay: 50ms;
  }
  .popup-wrap .inquiry-wrap {
    overflow: hidden;
    overflow-y: auto;
    height: 100%;
    padding-right: 26px;
    margin-right: -24px;
    animation: popupAni 1s 0.15s both;
    animation-delay: 300ms;
  }
  .popup-wrap .inquiry-wrap .write-item {
    margin-top: 24px;
    position: relative;
  }
  .popup-wrap .inquiry-wrap .write-item.mgt8 {
    margin-top: 8px;
  }
  .popup-wrap .inquiry-wrap .write-item .flex-l .select-dropdown {
    min-width: 448px;
  }
  .popup-wrap .inquiry-wrap .write-item label {
    color: #444;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.14px;
  }
  .popup-wrap .inquiry-wrap .write-item label em {
    padding-left: 2px;
    color: #3662E3;
  }
  .popup-wrap .inquiry-wrap .write-item textarea {
    resize: none;
  }
  .popup-wrap .inquiry-wrap .agree-items .agree-title {
    margin-top: 40px;
    margin-bottom: 12px;
  }
  .popup-wrap .inquiry-wrap .agree-items .agree-title h2 {
    color: #111;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.18px;
  }
  .popup-wrap .inquiry-wrap .agree-items .check-agree-all {
    padding: 26px 24px;
    border-radius: 4px;
    border: 1px solid #333333;
    background: #FFF;
    margin-bottom: 32px;
  }
  .popup-wrap .inquiry-wrap .agree-privacy-list {
    padding: 0 24px;
  }
  .popup-wrap .inquiry-wrap .agree-privacy-list ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
  }
  .popup-wrap .inquiry-wrap .agree-privacy-list ul li label {
    font-size: 16px;
  }
  .popup-wrap .inquiry-wrap .agree-privacy-list ul li .btn-privacy {
    color: #666;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.16px;
    text-decoration: underline;
    text-underline-position: under;
  }
  .popup-wrap .inquiry-wrap .agree-privacy-list.mypage-agree .flex-l {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
  }
  .popup-wrap .inquiry-wrap + .btn-wrap {
    animation: popupAni 1s 0.15s both;
    animation-delay: 350ms;
  }
  .popup-wrap.minHeight .popup-inner {
    top: initial;
    transform: initial;
  }
  .popup-wrap .popup-inner {
    position: relative;
    z-index: 100;
    border-radius: 16px;
    padding: 36px 44px 36px 44px;
    background: #ffffff;
    width: 760px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    max-height: 80vh;
  }
  .popup-wrap .popup-inner > * {
    width: 100%;
  }
  .popup-wrap .popup-inner .popupTitle h1 {
    color: #111;
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.24px;
    animation: popupAni 0.3s 0.15s both;
  }
  .popup-wrap .popup-inner .popupTitle .btn-popup-close {
    position: absolute;
    right: 36px;
    top: 40px;
    width: 24px;
    height: 24px;
    background: url(../images/icon/ico-popup-close.svg) no-repeat center 0;
    font-size: 0;
  }
  .popup-wrap .popup-inner .privacy-wrap {
    height: 460px;
    overflow-y: auto;
    padding: 0 8px 16px 0;
  }
  .popup-wrap .popup-inner .privacy-wrap.heightAuto {
    height: auto;
  }
  .popup-wrap .popup-inner .privacy-wrap .title-txt {
    color: #111111;
  }
  .popup-wrap .popup-inner .privacy-wrap .terms-txt h2 {
    color: #111111;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%; /* 27px */
    margin-top: 42px;
  }
  .popup-wrap .popup-inner .privacy-wrap .terms-txt p {
    padding-top: 2px;
    color: #111111;
    font-weight: 400;
    line-height: 150%; /* 24px */
    word-break: keep-all;
  }
  .popup-wrap .popup-inner .privacy-wrap .terms-txt .s-title {
    margin-top: 16px;
    font-weight: bold;
    color: #111111;
  }
  .popup-wrap .popup-inner .privacy-wrap .terms-txt ul {
    padding-top: 16px;
  }
  .popup-wrap .popup-inner .privacy-wrap .terms-txt ul li {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; /* 24px */
    position: relative;
    padding-left: 24px;
    padding-bottom: 8px;
    word-break: keep-all;
  }
  .popup-wrap .popup-inner .privacy-wrap .terms-txt ul li span {
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .popup-wrap .popup-inner .privacy-wrap .terms-txt ul li ul {
    margin-top: -8px;
    margin-left: 0;
  }
  .popup-wrap .popup-inner .privacy-wrap .terms-txt ul li ul li {
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    line-height: 150%; /* 24px */
    position: relative;
  }
  .popup-wrap .popup-inner .privacy-wrap .terms-txt ul li ul li span {
    font-size: 13px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .popup-wrap .popup-inner .privacy-wrap .terms-txt ul li ul.none-bu {
    margin-left: 0;
  }
  .popup-wrap .popup-inner .privacy-wrap .terms-txt ul li ul.none-bu span {
    font-size: 13px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .popup-wrap .popup-inner .privacy-wrap .terms-txt ul.none-bu {
    margin-left: 0;
  }
  .popup-wrap .popup-inner .privacy-wrap .terms-txt ul.none-bu span {
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .popup-wrap .popup-inner .privacy-wrap .terms-txt .tb-common {
    margin-bottom: 4px;
  }
  .popup-wrap .popup-inner .privacy-wrap .terms-txt .tb-common table th, .popup-wrap .popup-inner .privacy-wrap .terms-txt .tb-common table td {
    text-align: center;
    font-size: 15px;
  }
  .popup-wrap .popup-inner .privacy-wrap .terms-txt .tb-common table tr td:first-child {
    border-left: 0;
  }
  .popup-wrap .popup-inner .privacy-wrap .terms-txt .tb-common table ul li {
    font-size: 15px;
    text-align: left;
  }
  .popup-wrap .popup-inner .privacy-wrap .terms-txt .gray-box {
    border-radius: 12px;
    background: #F8F9FA;
    padding: 24px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 16px;
    margin: 32px 0 16px;
  }
  .popup-wrap .popup-inner .privacy-wrap .terms-txt .gray-box dl {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .popup-wrap .popup-inner .privacy-wrap .terms-txt .gray-box dl dt {
    width: 116px;
    color: var(--basic-333333, #333);
    font-size: 14px;
    font-weight: 700;
    line-height: 150%; /* 21px */
    letter-spacing: -0.14px;
  }
  .popup-wrap .popup-inner .privacy-wrap .terms-txt .gray-box dl dd {
    color: var(--basic-333333, #333);
    font-size: 14px;
    font-weight: 400;
    line-height: 150%; /* 21px */
    letter-spacing: -0.14px;
  }
  .popup-wrap .popup-inner .privacy-wrap .terms-txt .bu-tip {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    color: var(--basic-666666, #666);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.28px;
    padding-bottom: 36px;
  }
  .popup-wrap .popup-inner .privacy-wrap .terms-txt .bu-tip:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 8px;
    background: var(--basic-666666, #666);
    display: inline-block;
  }
  .popup-wrap .popup-inner .privacy-wrap .line-title {
    text-decoration: underline;
    text-underline-position: under;
    color: #222222;
    font-weight: bold !important;
  }
  .popup-wrap .alert-popup-inner {
    width: 400px;
    min-height: 276px;
    padding: 24px;
    position: relative;
    z-index: 100;
    background: #ffffff;
    border-radius: 16px;
  }
  .popup-wrap .alert-popup-inner .btn-popup-close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 24px;
    height: 24px;
    background: url(../images/icon/ico-popup-close.svg) no-repeat center 0;
    font-size: 0;
  }
  .popup-wrap .alert-popup-inner p {
    padding-top: 104px;
    text-align: center;
    background: url(../images/icon/ico-line-ex.svg) no-repeat center 36px;
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.16px;
    min-height: 152px;
    margin-bottom: 24px;
  }
  .popup-wrap .alert-popup-inner p + .btn-wrap {
    padding-top: 0 !important;
  }
  .popup-wrap .alert-popup-inner p.only-text {
    padding-top: 0;
    background: transparent;
    min-height: auto;
  }
  .popup-wrap .alert-popup-inner p.completion-status {
    min-height: 152px;
    width: 100%;
    background: url(../images/icon/icon-completion-status.svg) no-repeat center 36px;
  }
  .popup-wrap .alert-popup-inner p.completion-status + .btn-wrap {
    padding-top: 0 !important;
  }
  .popup-wrap .btn-wrap {
    margin-top: 28px;
    padding-top: 0;
  }
  .popup-wrap .btn-wrap.flex-c button {
    width: 50% !important;
  }
  .popup-wrap .btn-wrap.flex-c button.wide {
    width: 100% !important;
  }
  .popup-wrap .banner-inner {
    position: relative;
    z-index: 100;
    background: #ffffff;
    border-radius: 4px 4px 0 0;
    width: 482px;
    overflow: hidden;
  }
  .popup-wrap .banner-inner .mainPopupBanner {
    width: 482px;
    overflow: hidden;
    position: relative;
  }
  .popup-wrap .banner-inner .mainPopupBanner .swiper-slide {
    position: relative;
  }
  .popup-wrap .banner-inner .mainPopupBanner .swiper-slide .btn-event-2409-01 {
    width: 125px;
    height: 32px;
    color: transparent;
    position: absolute;
    bottom: 96px;
    left: 50%;
    transform: translateX(-50%);
  }
  .popup-wrap .banner-inner .mainPopupBanner .swiper-slide .btn-event-2409-02 {
    width: 400px;
    height: 60px;
    color: transparent;
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
  }
  .popup-wrap .banner-inner .mainPopupBanner .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
    bottom: 12px;
    border-radius: 99px;
    padding: 5px 16px;
    height: 16px;
  }
  .popup-wrap .banner-inner .mainPopupBanner .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    line-height: 10px;
    border-radius: 5px;
    background: #D9D9D9;
    opacity: 1;
    margin: 0 6px;
    vertical-align: top;
    transition: 0.5s;
  }
  .popup-wrap .banner-inner .mainPopupBanner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    width: 25px;
    background: #3662E3;
  }
  .popup-wrap .banner-inner .banner-btn-wrap {
    position: relative;
    height: 48px;
    background: #FAFAFA;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .popup-wrap .banner-inner .banner-btn-wrap:before {
    content: "";
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    background: #DFDFDF;
    left: 50%;
  }
  .popup-wrap .banner-inner .banner-btn-wrap button {
    width: 50%;
    flex-grow: 1;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.02em;
    text-align: center;
    padding: 14px 0;
  }
  .popup-wrap .banner-inner .banner-btn-wrap button:hover {
    background: #ffffff;
  }
  .popup-wrap .alert-not-registered-popup p {
    padding-bottom: 172px;
    background: url(../images/main/img-no-registered.png) no-repeat center bottom;
    background-size: 140px;
    font-size: 24px;
    line-height: 1.5;
  }
  .popup-wrap .alert-not-registered-popup .sub-btn-wrap {
    height: 18px;
  }
  .popup-wrap .alert-not-pc-popup {
    position: relative;
    width: 310px;
    min-height: 276px;
    padding: 48px 24px 24px;
    background: #ffffff;
    border-radius: 8px;
    z-index: 100;
  }
  .popup-wrap .alert-not-pc-popup p {
    padding-top: 76px;
    background: url(../images/main/icon-alert.svg) no-repeat center 100%;
    background-position-y: 12px;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
  }
  .popup-wrap .alert-not-pc-popup p strong {
    font-weight: 700;
  }
  .popup-wrap .alert-delete-comment-popup {
    position: relative;
    width: 400px;
    min-height: 276px;
    padding: 48px 24px 24px;
    background: #ffffff;
    border-radius: 8px;
    z-index: 100;
  }
  .popup-wrap .alert-delete-comment-popup p {
    padding-top: 76px;
    margin-bottom: 52px;
    background: url(../images/main/icon-alert.svg) no-repeat center 100%;
    background-position-y: 12px;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
  }
  .popup-wrap .alert-delete-comment-popup p strong {
    font-weight: 700;
  }
  .popup-wrap .alert-saved-popup {
    position: relative;
    width: 310px;
    min-height: 276px;
    padding: 48px 24px 24px;
    background: #ffffff;
    border-radius: 8px;
    z-index: 100;
  }
  .popup-wrap .alert-saved-popup p {
    padding-top: 76px;
    margin-bottom: 52px;
    background: url(../images/icon/icon-alert-complete.svg) no-repeat center 100%;
    background-position-y: 12px;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
  }
  .popup-wrap .alert-saved-popup p strong {
    font-weight: 700;
  }
}
.notification-popup-wrap {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}
.notification-popup-wrap:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
  animation: popupAni 300ms forwards ease-in-out;
}
.notification-popup-wrap.active {
  display: flex !important;
}
.notification-popup-wrap.active:before {
  opacity: 1;
}
.notification-popup-wrap .popup-inner {
  position: relative;
  z-index: 100;
  border-radius: 16px;
  padding: 36px 40px;
  background: #ffffff;
  width: 760px;
  height: 553px;
}
.notification-popup-wrap .popup-inner .popupTitle h1 {
  color: #111;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.24px;
}
.notification-popup-wrap .popup-inner .popupTitle .btn-popup-close {
  position: absolute;
  right: 32px;
  top: 40px;
  width: 24px;
  height: 24px;
  background: url(../images/icon/ico-popup-close.svg) no-repeat center 0;
  font-size: 0;
}
.notification-popup-wrap .popup-inner .notification-contents .title {
  margin: 25px 0 32px;
  padding: 20px 24px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-radius: 8px;
  border: 2px solid #333333;
  background: #ffffff;
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}
.notification-popup-wrap .popup-inner .notification-contents .title .label {
  border-radius: 4px;
  border: 1px solid rgba(249, 115, 43, 0.3);
  background: #FFF8F1;
  color: #F9732B;
  font-size: 13px;
  font-weight: 500;
  margin-right: 8px;
  padding: 1px 8px;
  min-width: 70px;
}
.notification-popup-wrap .popup-inner .notification-contents .title p {
  flex: 1 1;
}
.notification-popup-wrap .popup-inner .notification-contents .title .date {
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.14px;
  width: 170px;
  text-align: right;
}
.notification-popup-wrap .popup-inner .notification-contents .title .date em {
  color: #666666;
  font-weight: 400;
  padding-right: 24px;
}
.notification-popup-wrap .popup-inner .notification-contents .total-num {
  color: #111111;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  letter-spacing: -0.14px;
}
.notification-popup-wrap .popup-inner .notification-contents .total-num strong {
  font-weight: 800;
}
.notification-popup-wrap .popup-inner .notification-contents .notification-tb {
  position: relative;
  margin-top: 8px;
  height: 278px;
  overflow-y: auto;
  border-bottom: 1px solid #E9EAEB;
}
.notification-popup-wrap .popup-inner .notification-contents .notification-tb table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.notification-popup-wrap .popup-inner .notification-contents .notification-tb table thead th {
  border-top: 2px solid #333333;
  position: sticky;
  top: 0;
  background: #F8F9FA;
  color: #333333;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%; /* 21px */
  letter-spacing: -0.14px;
  padding: 12px 0;
}
.notification-popup-wrap .popup-inner .notification-contents .notification-tb table tbody td {
  padding: 12px 0;
  color: #666666;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: -0.14px;
  border-top: 1px solid #E9EAEB;
}
.notification-popup-wrap .alert-popup-inner {
  width: 400px;
  min-height: 276px;
  padding: 24px;
  position: relative;
  z-index: 100;
  background: #ffffff;
  border-radius: 16px;
}
.notification-popup-wrap .alert-popup-inner .btn-popup-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 24px;
  height: 24px;
  background: url(../images/icon/ico-popup-close.svg) no-repeat center 0;
  font-size: 0;
}
.notification-popup-wrap .alert-popup-inner p {
  padding-top: 104px;
  text-align: center;
  background: url(../images/icon/ico-line-ex.svg) no-repeat center 36px;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.16px;
  height: 48px;
}
.notification-popup-wrap .btn-wrap {
  margin-top: 28px;
}
.notification-popup-wrap .btn-wrap.flex-c button {
  width: 50% !important;
}
.notification-popup-wrap .btn-wrap.flex-c button.wide {
  width: 100% !important;
}

@keyframes popupAniOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes popupAni {
  from {
    opacity: 0;
    transform: translateY(-15px);
  }
  to {
    opacity: 1;
  }
}
@keyframes popupDownAni {
  from {
    opacity: 0;
    transform: translateY(-15px);
  }
  to {
    opacity: 1;
  }
}
@keyframes popupLeftAni {
  0% {
    opacity: 0;
    transform: translateX(-45px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes popupRightAni {
  0% {
    opacity: 0;
    transform: translateX(45px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.business-account-write {
  margin-top: 25px;
  border-top: 2px solid #333333;
  padding-top: 24px;
  overflow-y: auto;
}
.business-account-write .write-item {
  margin-bottom: 32px;
}
.business-account-write .write-item:last-child {
  margin-bottom: 0;
}
.business-account-write .write-item + .message-box {
  margin-top: -26px;
}
.business-account-write + .btn-wrap {
  margin-top: 0;
}

.business-account-tip {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  margin-top: 48px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.business-account-tip:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #666666;
  margin-right: 6px;
}

.agree-items .agree-title {
  margin-top: 80px;
  margin-bottom: 12px;
}
.agree-items .agree-title h2 {
  color: #111;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.18px;
}
.agree-items .check-agree-all {
  padding: 26px 24px;
  border-radius: 4px;
  border: 1px solid #333333;
  background: #FFF;
  margin-bottom: 32px;
}

.agree-privacy-list {
  padding: 0 24px;
}
.agree-privacy-list ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}
.agree-privacy-list ul li label {
  font-size: 16px;
}
.agree-privacy-list ul li .btn-privacy {
  color: #666;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.16px;
  text-decoration: underline;
  text-underline-position: under;
}
.agree-privacy-list.mypage-agree .flex-l {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}

.completed-guide {
  padding-top: 176px;
  background: url(../images/icon/ico-complete-check.svg) no-repeat center 80px;
  animation: popupAni 1s 0s both;
}
.completed-guide .b-txt {
  color: #111;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.32px;
}
.completed-guide .s-txt {
  color: #666;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.16px;
  margin-top: 12px;
}

.event-checkbox-wrap input {
  display: none;
}
.event-checkbox-wrap input + label {
  position: relative;
  padding-left: 28px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.14px;
}
.event-checkbox-wrap input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url(../images/icon/ico-check-nor.svg) no-repeat center 50%;
  background-size: 24px;
}
.event-checkbox-wrap input:checked + label:before {
  background: url(../images/icon/ico-check-active.svg) no-repeat center 50%;
  background-size: 24px;
}

.event-privacy {
  overflow-y: hidden !important;
  padding-bottom: 0 !important;
}
.event-privacy .event-message-box {
  min-height: 22px;
  position: relative;
  margin-bottom: 2px;
}
.event-privacy .event-message-box p {
  top: 0;
  position: absolute;
}
.event-privacy .event-message-box p.error-type {
  color: #EB444C;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  letter-spacing: -0.14px;
}

@media (min-width: 1280px) {
  .event-detail-participate .participate-event-popup-wrap .participate-event-popup {
    position: relative;
    width: 760px;
    padding: 40px 40px;
    border-radius: 8px;
    background: #fff;
    z-index: 100;
  }
  .event-detail-participate .participate-event-popup-wrap .participate-event-popup .popup-title {
    font-size: 24px;
    color: #111;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.24px;
  }
  .event-detail-participate .participate-event-popup-wrap .participate-event-popup .popup-header-wrap {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 9px;
    margin-top: 24px;
    border-bottom: 2px solid #333;
  }
  .event-detail-participate .participate-event-popup-wrap .participate-event-popup .popup-header-wrap > p {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.14px;
  }
  .event-detail-participate .participate-event-popup-wrap .participate-event-popup .popup-header-wrap > p span {
    margin-left: 2px;
    font-size: 18px;
    color: #3662e3;
  }
  .event-detail-participate .participate-event-popup-wrap .participate-event-popup .popup-contents-wrap {
    margin-top: 24px;
    max-height: 431px;
    overflow-y: scroll;
  }
  .event-detail-participate .participate-event-popup-wrap .participate-event-popup .popup-contents-wrap .write-item.is-required > label::after {
    content: "*";
    display: inline-block;
    margin-left: 2px;
    font-size: 18px;
    color: #3662e3;
  }
  .event-detail-participate .participate-event-popup-wrap .participate-event-popup .popup-contents-wrap .write-item + .write-item {
    margin-top: 32px;
  }
  .event-detail-participate .participate-event-popup-wrap .participate-event-popup .popup-contents-wrap .write-item .input-wrap::before {
    top: 43px;
    bottom: unset;
  }
  .event-detail-participate .participate-event-popup-wrap .participate-event-popup .btn-popup-close {
    position: absolute;
    right: 40px;
    top: 40px;
    width: 24px;
    height: 24px;
    background: url(../images/icon/ico-popup-close.svg) no-repeat center 0;
    font-size: 0;
  }
  .event-detail-participate .alert-popup-inner p {
    background: url(../images/icon/ico-line-complete.svg) no-repeat center 36px;
  }
  .event-detail-participate .alert-popup-inner p.info-type {
    background: url(../images/icon/icon-line_MSG.svg) no-repeat center 36px !important;
  }
  .privacy-ad-popup {
    background: linear-gradient(180deg, #EEF3FF 0%, #DDEDFD 100%);
    width: 482px;
    height: 540px;
    padding: 48px 40px 59px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .privacy-ad-popup .logo {
    margin-bottom: 12px;
  }
  .privacy-ad-popup p.title {
    color: var(--primary-3662-e-3, #3662E3);
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 140%; /* 33.6px */
    letter-spacing: -0.24px;
    margin-bottom: 20px;
  }
  .privacy-ad-popup .round-white-box {
    border-radius: 4px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px 30px;
  }
  .privacy-ad-popup .round-white-box .txt {
    color: var(--basic-333333, #333);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: -0.16px;
    margin-bottom: 24px;
  }
  .privacy-ad-popup .round-white-box .welcome-guide {
    color: var(--basic-333333, #333);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: -0.16px;
  }
  .privacy-ad-popup .round-white-box .btn-privacy {
    border-radius: 4px;
    background: var(--primary-3662-e-3, #3662E3);
    padding: 13px;
    color: var(--basic-ffffff, #FFF);
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%; /* 24px */
    letter-spacing: -0.16px;
    width: 204px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1279px) {
  .popup-wrap {
    background: transparent;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 320px;
    min-height: 500px;
  }
  .popup-wrap:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    animation: popupAni 300ms forwards ease-in-out;
    min-height: 100%;
  }
  .popup-wrap.active {
    display: flex !important;
  }
  .popup-wrap.active:before {
    opacity: 1;
  }
  .popup-wrap.minHeight:before {
    min-height: 789px;
  }
  .popup-wrap .write-title {
    margin-top: 0;
  }
  .popup-wrap .write-item .flex-lr {
    gap: 12px;
    align-items: flex-start;
  }
  .popup-wrap .inquiry-wrap {
    overflow: hidden;
    overflow-y: auto;
    padding-right: 6px;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .popup-wrap .inquiry-wrap::-webkit-scrollbar {
    display: none;
    width: 0; /* Remove scrollbar space */
    height: 0;
    background: transparent; /* Optional: just make scrollbar invisible */
    -webkit-appearance: none;
  }
  .popup-wrap .inquiry-wrap .write-item {
    margin-top: 24px;
    position: relative;
  }
  .popup-wrap .inquiry-wrap .write-item.mgt8 {
    margin-top: 8px;
  }
  .popup-wrap .inquiry-wrap .write-item .flex-l .select-dropdown {
    min-width: 448px;
  }
  .popup-wrap .inquiry-wrap .write-item label {
    color: #444;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.14px;
  }
  .popup-wrap .inquiry-wrap .write-item label em {
    padding-left: 2px;
    color: #3662E3;
  }
  .popup-wrap .inquiry-wrap .write-item textarea {
    resize: none;
  }
  .popup-wrap.find-out .find-out-type {
    padding-bottom: 24px;
    position: relative;
    border-bottom: 1px solid #DEDEDE;
  }
  .popup-wrap.find-out .find-out-type textarea {
    border: 0;
    height: 327px !important;
    padding: 8px 0;
  }
  .popup-wrap.find-out .find-out-type .txtLength {
    position: absolute;
    right: 0;
    bottom: 8px;
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    letter-spacing: -0.14px;
  }
  .popup-wrap.find-out .message-box {
    min-height: 22px;
  }
  .popup-wrap.minHeight .popup-inner {
    top: initial;
    transform: initial;
  }
  .popup-wrap .popup-inner {
    position: relative;
    z-index: 100;
    border-radius: 8px;
    padding: 36px 22px 36px 22px;
    background: #ffffff;
    width: calc(100% - 40px);
    margin: 32px 20px;
    max-width: 720px;
    overflow-y: auto;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    max-height: 80vh;
  }
  .popup-wrap .popup-inner > * {
    width: 100%;
  }
  .popup-wrap .popup-inner::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
  }
  .popup-wrap .popup-inner .scroll {
    overflow-y: auto;
    height: 260px;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .popup-wrap .popup-inner .scroll::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
  }
  .popup-wrap .popup-inner .popupTitle h1 {
    color: #111;
    font-weight: 700;
    line-height: 150%;
    animation: popupAni 1s 0.15s both;
    padding-bottom: 12px;
    font-size: 16px;
    letter-spacing: -0.16px;
  }
  .popup-wrap .popup-inner .popupTitle .btn-popup-close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 24px;
    height: 24px;
    background: url(../images/icon/ico-popup-close.svg) no-repeat center 0;
    font-size: 0;
  }
  .popup-wrap .popup-inner .privacy-wrap {
    height: calc(100% - 60px);
    overflow-y: auto;
    padding: 0 8px 22px 0;
  }
  .popup-wrap .popup-inner .privacy-wrap.heightAuto {
    height: calc(100% - 115px);
  }
  .popup-wrap .popup-inner .privacy-wrap .title-txt {
    color: #111111;
    word-break: keep-all;
    font-size: 14px;
    padding-top: 12px;
  }
  .popup-wrap .popup-inner .privacy-wrap .terms-txt h2 {
    color: #111111;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%; /* 27px */
    margin-top: 42px;
  }
  .popup-wrap .popup-inner .privacy-wrap .terms-txt p {
    padding-top: 2px;
    color: #111111;
    font-weight: 400;
    line-height: 150%; /* 24px */
  }
  .popup-wrap .popup-inner .privacy-wrap .terms-txt .s-title {
    margin-top: 16px;
    font-weight: bold;
    color: #111111;
  }
  .popup-wrap .popup-inner .privacy-wrap .terms-txt ul {
    padding-top: 16px;
  }
  .popup-wrap .popup-inner .privacy-wrap .terms-txt ul li {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; /* 24px */
    position: relative;
    padding-left: 24px;
    padding-bottom: 8px;
  }
  .popup-wrap .popup-inner .privacy-wrap .terms-txt ul li span {
    font-size: 11px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .popup-wrap .popup-inner .privacy-wrap .terms-txt ul li ul {
    margin-top: -8px;
    margin-left: 0;
  }
  .popup-wrap .popup-inner .privacy-wrap .terms-txt ul li ul li {
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    line-height: 150%; /* 24px */
    position: relative;
  }
  .popup-wrap .popup-inner .privacy-wrap .terms-txt ul li ul li span {
    font-size: 11px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .popup-wrap .popup-inner .privacy-wrap .terms-txt ul li ul.none-bu {
    margin-left: 0;
  }
  .popup-wrap .popup-inner .privacy-wrap .terms-txt ul li ul.none-bu span {
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .popup-wrap .popup-inner .privacy-wrap .terms-txt ul.none-bu {
    margin-left: 0;
  }
  .popup-wrap .popup-inner .privacy-wrap .terms-txt ul.none-bu span {
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .popup-wrap .popup-inner .privacy-wrap .terms-txt .tb-common {
    margin-bottom: 4px;
  }
  .popup-wrap .popup-inner .privacy-wrap .terms-txt .tb-common table th, .popup-wrap .popup-inner .privacy-wrap .terms-txt .tb-common table td {
    text-align: center;
    font-size: 15px;
  }
  .popup-wrap .popup-inner .privacy-wrap .terms-txt .tb-common table tr td:first-child {
    border-left: 0;
  }
  .popup-wrap .popup-inner .privacy-wrap .terms-txt .tb-common table ul li {
    font-size: 15px;
    text-align: left;
  }
  .popup-wrap .popup-inner .privacy-wrap .line-title {
    text-decoration: underline;
    text-underline-position: under;
    color: #222222;
    font-weight: bold !important;
  }
  .popup-wrap .popup-inner .privacy-wrap .gray-box {
    border-radius: 12px;
    background: #F8F9FA;
    padding: 24px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 16px;
    margin: 24px 0 16px;
  }
  .popup-wrap .popup-inner .privacy-wrap .gray-box dl {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 8px;
  }
  .popup-wrap .popup-inner .privacy-wrap .gray-box dl dt {
    color: var(--basic-333333, #333);
    font-size: 14px;
    font-weight: 700;
    line-height: 150%; /* 21px */
    letter-spacing: -0.14px;
  }
  .popup-wrap .popup-inner .privacy-wrap .gray-box dl dd {
    color: var(--basic-333333, #333);
    font-size: 14px;
    font-weight: 400;
    line-height: 150%; /* 21px */
    letter-spacing: -0.14px;
  }
  .popup-wrap .popup-inner .privacy-wrap .bu-tip {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 6px;
    color: var(--basic-666666, #666);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.28px;
  }
  .popup-wrap .popup-inner .privacy-wrap .bu-tip:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 8px;
    background: var(--basic-666666, #666);
    display: inline-block;
    flex: 0 0 4px;
    margin-top: 9px;
  }
  .popup-wrap .alert-popup-inner {
    width: auto;
    min-width: 310px;
    margin: 0 15px;
    min-height: 276px;
    padding: 24px;
    position: relative;
    z-index: 100;
    background: #ffffff;
    border-radius: 16px;
  }
  .popup-wrap .alert-popup-inner .btn-popup-close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 24px;
    height: 24px;
    background: url(../images/icon/ico-popup-close.svg) no-repeat center 0;
    font-size: 0;
  }
  .popup-wrap .alert-popup-inner p {
    padding-top: 104px;
    text-align: center;
    background: url(../images/icon/ico-line-ex.svg) no-repeat center 36px;
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.16px;
    min-height: 152px;
    margin-bottom: 24px;
  }
  .popup-wrap .alert-popup-inner p span {
    display: block;
  }
  .popup-wrap .alert-popup-inner p + .btn-wrap {
    padding-top: 0 !important;
    box-shadow: none;
    position: initial;
    border-top: 0;
  }
  .popup-wrap .alert-popup-inner p.completion-status {
    height: 152px;
    width: 100%;
    background: url(../images/icon/icon-completion-status.svg) no-repeat center 36px;
  }
  .popup-wrap .alert-popup-inner p.completion-status + .btn-wrap {
    padding-top: 0 !important;
  }
  .popup-wrap .input-wrap input {
    font-size: 14px;
  }
  .popup-wrap .textarea-wrap textarea {
    font-size: 14px;
  }
  .popup-wrap .select-dropdown .select-list.active {
    max-width: 100%;
  }
  .popup-wrap .select-dropdown .btn-select {
    font-size: 14px;
  }
  .popup-wrap .banner-inner {
    position: relative;
    z-index: 100;
    background: #ffffff;
    border-radius: 4px 4px 0px 0px;
    width: 482px;
    overflow: hidden;
  }
  .popup-wrap .banner-inner .mainPopupBanner {
    width: 482px;
    overflow: hidden;
    position: relative;
  }
  .popup-wrap .banner-inner .mainPopupBanner .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
    bottom: 12px;
    border-radius: 99px;
    padding: 5px 16px;
    height: 16px;
  }
  .popup-wrap .banner-inner .mainPopupBanner .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    line-height: 10px;
    border-radius: 5px;
    background: #D9D9D9;
    opacity: 1;
    margin: 0 6px;
    vertical-align: top;
    transition: 0.5s;
  }
  .popup-wrap .banner-inner .mainPopupBanner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    width: 25px;
    background: #3662E3;
  }
  .popup-wrap .banner-inner .banner-btn-wrap {
    position: relative;
    height: 48px;
    background: #FAFAFA;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .popup-wrap .banner-inner .banner-btn-wrap:before {
    content: "";
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    background: #DFDFDF;
    left: 50%;
  }
  .popup-wrap .banner-inner .banner-btn-wrap button {
    width: 50%;
    flex-grow: 1;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.02em;
    text-align: center;
    padding: 14px 0;
  }
  .popup-wrap .banner-inner .banner-btn-wrap button:hover {
    background: #ffffff;
  }
  .popup-wrap .alert-not-registered-popup {
    width: calc(100% - 40px);
    padding: 48px 20px 24px;
    max-width: 400px;
  }
  .popup-wrap .alert-not-registered-popup .btnCompanyPopupClose {
    display: block !important;
  }
  .popup-wrap .alert-not-registered-popup p {
    padding-bottom: 172px;
    background: url(../images/main/img-no-registered.png) no-repeat center bottom;
    background-size: 140px;
    font-size: 24px;
    line-height: 1.5;
  }
  .popup-wrap .alert-not-registered-popup .btn-wrap {
    position: relative;
    box-shadow: none;
    padding: 0;
    border-top: 0;
    left: initial;
    right: initial;
    bottom: initial;
  }
  .popup-wrap .alert-not-registered-popup .sub-btn-wrap {
    height: 18px;
  }
  .popup-wrap .alert-not-registered-popup .btn-popup-close {
    display: none;
  }
  .popup-wrap .alert-not-pc-popup {
    position: relative;
    width: 310px;
    min-height: 276px;
    padding: 48px 24px 24px;
    background: #ffffff;
    border-radius: 8px;
    z-index: 100;
  }
  .popup-wrap .alert-not-pc-popup .btn-wrap {
    position: relative;
    box-shadow: none;
    padding: 0;
    border-top: 0;
    left: initial;
    right: initial;
    bottom: initial;
  }
  .popup-wrap .alert-not-pc-popup p {
    padding-top: 76px;
    background: url(../images/main/icon-alert.svg) no-repeat center 100%;
    background-position-y: 12px;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
  }
  .popup-wrap .alert-not-pc-popup p strong {
    font-weight: 700;
  }
  .popup-wrap .alert-delete-comment-popup {
    position: relative;
    width: 310px;
    min-height: 276px;
    padding: 48px 24px 24px;
    background: #ffffff;
    border-radius: 8px;
    z-index: 100;
  }
  .popup-wrap .alert-delete-comment-popup p {
    padding-top: 76px;
    margin-bottom: 52px;
    background: url(../images/main/icon-alert.svg) no-repeat center 100%;
    background-position-y: 12px;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
  }
  .popup-wrap .alert-delete-comment-popup p strong {
    font-weight: 700;
  }
  .popup-wrap .alert-saved-popup {
    position: relative;
    width: 310px;
    min-height: 276px;
    padding: 48px 24px 24px;
    background: #ffffff;
    border-radius: 8px;
    z-index: 100;
  }
  .popup-wrap .alert-saved-popup .btn-wrap {
    position: relative;
    box-shadow: none;
    padding: 0;
    border-top: 0;
    left: initial;
    right: initial;
    bottom: initial;
  }
  .popup-wrap .alert-saved-popup p {
    padding-top: 76px;
    margin-bottom: 52px;
    background: url(../images/icon/icon-alert-complete.svg) no-repeat center 100%;
    background-position-y: 12px;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
  }
  .popup-wrap .alert-saved-popup p strong {
    font-weight: 700;
  }
  .popup-wrap .message-tooltip {
    width: calc(100% - 40px);
  }
  .message-tooltip {
    width: calc(100% - 40px) !important;
  }
  .main-type .popup-wrap .banner-inner {
    width: calc(100% - 40px);
    max-width: 400px;
    border-radius: 8px;
  }
  .main-type .popup-wrap .banner-inner .mainPopupBanner {
    width: 100%;
  }
  .main-type .popup-wrap .banner-inner .mainPopupBanner a img {
    width: 100%;
    aspect-ratio: 241/270;
  }
  .event-detail-participate .participate-event-popup-wrap .participate-event-popup {
    position: relative;
    z-index: 100;
    border-radius: 8px;
    padding: 36px 22px 36px 22px;
    background: #ffffff;
    width: calc(100% - 40px);
    height: calc(100% - 170px);
    margin: 32px 20px;
  }
  .event-detail-participate .participate-event-popup-wrap .participate-event-popup .popup-title {
    color: var(--basic-111111, #111);
    font-size: 16px;
    font-weight: 700;
    line-height: 150%; /* 24px */
    letter-spacing: -0.16px;
  }
  .event-detail-participate .participate-event-popup-wrap .participate-event-popup .popup-header-wrap {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 9px;
    margin-top: 12px;
    border-bottom: 2px solid #333;
  }
  .event-detail-participate .participate-event-popup-wrap .participate-event-popup .popup-header-wrap > p {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.14px;
  }
  .event-detail-participate .participate-event-popup-wrap .participate-event-popup .popup-header-wrap > p span {
    margin-left: 2px;
    font-size: 18px;
    color: #3662e3;
  }
  .event-detail-participate .participate-event-popup-wrap .participate-event-popup .popup-contents-wrap {
    margin-top: 24px;
    overflow: hidden;
    overflow-y: auto;
    height: calc(100% - 170px);
    padding-right: 6px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .event-detail-participate .participate-event-popup-wrap .participate-event-popup .popup-contents-wrap::-webkit-scrollbar {
    display: none;
    width: 0; /* Remove scrollbar space */
    height: 0;
    background: transparent; /* Optional: just make scrollbar invisible */
    -webkit-appearance: none;
  }
  .event-detail-participate .participate-event-popup-wrap .participate-event-popup .popup-contents-wrap .write-item.is-required > label::after {
    content: "*";
    display: inline-block;
    margin-left: 2px;
    font-size: 18px;
    color: #3662e3;
  }
  .event-detail-participate .participate-event-popup-wrap .participate-event-popup .popup-contents-wrap .write-item + .write-item {
    margin-top: 32px;
  }
  .event-detail-participate .participate-event-popup-wrap .participate-event-popup .popup-contents-wrap .write-item .input-wrap::before {
    top: 43px;
    bottom: unset;
  }
  .event-detail-participate .participate-event-popup-wrap .participate-event-popup .btn-popup-close {
    position: absolute;
    right: 20px;
    top: 30px;
    width: 24px;
    height: 24px;
    background: url(../images/icon/ico-popup-close.svg) no-repeat center 0;
    font-size: 0;
  }
  .event-detail-participate .participate-event-popup-wrap .btn-wrap {
    padding: 20px;
    position: fixed;
    left: 20px;
    right: 20px;
    bottom: 80px;
    border-top: 1px solid var(--bg-line-dedede, #DEDEDE);
    background: #FFF;
    box-shadow: -4px -4px 16px 0 rgba(0, 0, 0, 0.08);
    border-radius: 0 0 8px 8px;
    z-index: 10;
    min-width: 280px;
  }
  .event-detail-participate .alert-popup-inner p {
    background: url(../images/icon/ico-line-complete.svg) no-repeat center 36px;
  }
  .event-detail-participate .alert-popup-inner p.info-type {
    background: url(../images/icon/icon-line_MSG.svg) no-repeat center 36px !important;
  }
  .company-tip {
    margin-top: 28px;
  }
  .agree-items .agree-title {
    margin-top: 32px !important;
    margin-bottom: 12px;
  }
  .agree-items .agree-title h2 {
    color: #111;
    font-size: 14px !important;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.18px;
  }
  .agree-items .check-agree-all {
    padding: 12px 16px;
    border-radius: 4px;
    border: 1px solid #333333;
    background: #FFF;
    margin-bottom: 16px !important;
  }
  .agree-items .check-agree-all label {
    font-size: 18px;
  }
  .agree-privacy-list {
    padding: 0 !important;
  }
  .agree-privacy-list ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px !important;
  }
  .agree-privacy-list ul li label {
    font-size: 14px !important;
  }
  .agree-privacy-list ul li .btn-privacy {
    color: #666;
    text-align: center;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.16px;
    text-decoration: underline;
    text-underline-position: under;
  }
  .agree-privacy-list.mypage-agree .flex-l {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
  }
  .notification-popup-wrap .popup-inner {
    position: fixed;
    left: 20px;
    right: 20px;
    bottom: 20px;
    top: 20px;
    width: auto;
    padding: 20px;
    height: auto;
    overflow-y: auto;
  }
  .mainPopupBanner .swiper-slide {
    height: auto;
  }
  .privacy-ad-popup {
    background: linear-gradient(180deg, #EEF3FF 0%, #DDEDFD 100%);
    width: 100%;
    min-height: 407px;
    padding: 28px 25px 48px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    height: 100%;
  }
  .privacy-ad-popup .logo {
    margin-bottom: 12px;
    width: 102px;
  }
  .privacy-ad-popup p.title {
    color: var(--primary-3662-e-3, #3662E3);
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 140%; /* 33.6px */
    letter-spacing: -0.18px;
    margin-bottom: 12px;
  }
  .privacy-ad-popup .round-white-box {
    border-radius: 4px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 12px 17px;
    width: 100%;
  }
  .privacy-ad-popup .round-white-box p {
    color: var(--basic-333333, #333);
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: -0.16px;
  }
  .privacy-ad-popup .round-white-box p.txt {
    margin-bottom: 24px;
  }
  .privacy-ad-popup .round-white-box .btn-privacy {
    border-radius: 4px;
    background: var(--primary-3662-e-3, #3662E3);
    padding: 6px 13px;
    color: var(--basic-ffffff, #FFF);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 21px */
    letter-spacing: -0.14px;
    width: 164px;
    margin-bottom: 12px;
  }
}
body {
  width: 100%;
  min-width: 1028px;
  overflow-x: auto;
}

.team-event-wrap {
  height: 100%;
}
.team-event-wrap .renewal-event-wrap.event0725 {
  position: relative;
}
.team-event-wrap .renewal-event-wrap.event0725 .event-item-01 {
  width: 100%;
  height: 1527px;
  background: url("../images/event/event240725/repeat-bg.jpg") repeat-x center 0;
}
.team-event-wrap .renewal-event-wrap.event0725 .event-item-01:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  height: 1527px;
  background: url("../images/event/event240725/TEAMUBIST-re-bg1.jpg") no-repeat center 0;
}
.team-event-wrap .renewal-event-wrap.event0725 .event-item-01 .contents-item {
  max-width: 924px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.team-event-wrap .renewal-event-wrap.event0725 .event-item-02 {
  width: 100%;
  height: 1618px;
  background: url("../images/event/event240725/TEAMUBIST-re-bg2.jpg") no-repeat center 0;
}
.team-event-wrap .renewal-event-wrap.event0725 .event-item-02 p.title {
  padding-top: 115px;
  text-align: center;
}
.team-event-wrap .renewal-event-wrap.event0725 .event-item-02 .select-changed-items {
  width: 873px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 44px 25px;
  margin: 80px auto 33px;
}
.team-event-wrap .renewal-event-wrap.event0725 .event-item-02 .select-changed-items .sc-item input {
  display: none;
}
.team-event-wrap .renewal-event-wrap.event0725 .event-item-02 .select-changed-items .sc-item input + label {
  display: block;
  width: 423px;
  height: 368px;
  cursor: pointer;
}
.team-event-wrap .renewal-event-wrap.event0725 .event-item-02 .select-changed-items .sc-item input + label img {
  display: none;
}
.team-event-wrap .renewal-event-wrap.event0725 .event-item-02 .select-changed-items .sc-item:nth-of-type(1) input + label {
  background: url("../images/event/event240725/select-01-de.png") no-repeat center 0;
}
.team-event-wrap .renewal-event-wrap.event0725 .event-item-02 .select-changed-items .sc-item:nth-of-type(1) input:checked + label {
  background: url("../images/event/event240725/select-01-active.png") no-repeat center 0;
}
.team-event-wrap .renewal-event-wrap.event0725 .event-item-02 .select-changed-items .sc-item:nth-of-type(2) input + label {
  background: url("../images/event/event240725/select-02-de.png") no-repeat center 0;
}
.team-event-wrap .renewal-event-wrap.event0725 .event-item-02 .select-changed-items .sc-item:nth-of-type(2) input:checked + label {
  background: url("../images/event/event240725/select-02-active.png") no-repeat center 0;
}
.team-event-wrap .renewal-event-wrap.event0725 .event-item-02 .select-changed-items .sc-item:nth-of-type(3) input + label {
  background: url("../images/event/event240725/select-03-de.png") no-repeat center 0;
}
.team-event-wrap .renewal-event-wrap.event0725 .event-item-02 .select-changed-items .sc-item:nth-of-type(3) input:checked + label {
  background: url("../images/event/event240725/select-03-active.png") no-repeat center 0;
}
.team-event-wrap .renewal-event-wrap.event0725 .event-item-02 .select-changed-items .sc-item:nth-of-type(4) input + label {
  background: url("../images/event/event240725/select-04-de.png") no-repeat center 0;
}
.team-event-wrap .renewal-event-wrap.event0725 .event-item-02 .select-changed-items .sc-item:nth-of-type(4) input:checked + label {
  background: url("../images/event/event240725/select-04-active.png") no-repeat center 0;
}
.team-event-wrap .renewal-event-wrap.event0819 .event-item-01 {
  position: relative;
  width: 100%;
  background: url("../images/event/event240819/TEAMUBIST-re-bg1.jpg") repeat-x center 0;
}
.team-event-wrap .renewal-event-wrap.event0819 .event-item-01 .contents-item {
  max-width: 1028px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  height: 1531px;
}
.team-event-wrap .renewal-event-wrap.event0819 .event-item-01 .movie-banner {
  margin: 0 auto;
  width: 1028px;
  height: 578px;
  background: #D9D9D9;
}
.team-event-wrap .renewal-event-wrap.event0819 .event-item-02 {
  padding: 94px 0 76px;
  background: #F0FBFF;
}
.team-event-wrap .renewal-event-wrap.event0819 .event-item-02 .title {
  padding: 0 0 44px;
  text-align: center;
}
.team-event-wrap .renewal-event-wrap.event0819 .event-item-02 .quiz-box {
  text-align: center;
  width: 1028px;
  margin: 0 auto;
}
.team-event-wrap .renewal-event-wrap.event0819 .event-item-02 .quiz-box .quiz-txt {
  padding-bottom: 43px;
}
.team-event-wrap .renewal-event-wrap.event0819 .event-item-02 .quiz-box .quiz-write {
  position: relative;
  width: 648px;
  margin: 0 auto;
  padding-bottom: 96px;
}
.team-event-wrap .renewal-event-wrap.event0819 .event-item-02 .quiz-box .quiz-write input {
  width: 100%;
  height: 117px;
  line-height: 117px;
  border-radius: 10px;
  border: 3px solid #3662E3;
  background: #FFF;
  color: #242424;
  text-align: center;
  font-size: 46px;
  font-weight: 600;
  letter-spacing: 4.6px;
}
.team-event-wrap .renewal-event-wrap.event0819 .event-item-02 .quiz-box .quiz-write input::-webkit-input-placeholder {
  color: rgba(36, 36, 36, 0.2);
  font-weight: 400;
}
.team-event-wrap .renewal-event-wrap.event0819 .event-item-02 .quiz-box .quiz-write input:-ms-input-placeholder {
  color: rgba(36, 36, 36, 0.2);
  font-weight: 400;
}
.team-event-wrap .renewal-event-wrap.event0819 .event-item-02 .quiz-box .message-box {
  position: absolute;
  bottom: 48px;
  left: 0;
}
.team-event-wrap .renewal-event-wrap.event0819 .event-item-02 .quiz-box .message-box p {
  padding-left: 36.5px;
  color: #FF4949;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.6px;
  background: url(../images/event/event240725/ico-error.svg) no-repeat left 50%;
}
.team-event-wrap .renewal-event-wrap .event-item-03 {
  width: 100%;
  height: 297px;
  background: #555;
  text-align: center;
}
.team-event-wrap .renewal-event-wrap .event-item-03 img {
  width: 100%;
  max-width: 923px;
}
.team-event-wrap .renewal-event-wrap .privacy-gray-wrap {
  width: 871px;
  margin: 0 auto;
  padding-bottom: 82px;
  position: relative;
}
.team-event-wrap .renewal-event-wrap .privacy-gray-wrap dl {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #CAC4C4;
  background: #F1F1F1;
}
.team-event-wrap .renewal-event-wrap .privacy-gray-wrap dl dt {
  color: #242424;
  font-size: 20px;
  font-weight: 700;
  line-height: 131%; /* 26.2px */
}
.team-event-wrap .renewal-event-wrap .privacy-gray-wrap dl dd {
  margin-top: 20px;
}
.team-event-wrap .renewal-event-wrap .privacy-gray-wrap dl dd ul li {
  color: #242424;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.team-event-wrap .renewal-event-wrap .privacy-gray-wrap .check-privacy-agree input {
  display: none;
}
.team-event-wrap .renewal-event-wrap .privacy-gray-wrap .check-privacy-agree input + label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #242424;
  font-size: 16px;
  font-weight: 400;
  line-height: 131%; /* 20.96px */
}
.team-event-wrap .renewal-event-wrap .privacy-gray-wrap .check-privacy-agree input + label:before {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  margin-right: 8px;
  background: url(../images/event/event240725/ico-check-de.svg) no-repeat center 50%;
}
.team-event-wrap .renewal-event-wrap .privacy-gray-wrap .check-privacy-agree input + label:hover {
  text-decoration: underline;
  text-underline-position: under;
}
.team-event-wrap .renewal-event-wrap .privacy-gray-wrap .check-privacy-agree input:checked + label:before {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  margin-right: 8px;
  background: url(../images/event/event240725/ico-check-blue.svg) no-repeat center 50%;
}
.team-event-wrap .renewal-event-wrap .privacy-gray-wrap .message-box {
  position: absolute;
  bottom: 38px;
  left: 0;
}
.team-event-wrap .renewal-event-wrap .privacy-gray-wrap .message-box p {
  padding-left: 36.5px;
  color: #FF4949;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.6px;
  background: url(../images/event/event240725/ico-error.svg) no-repeat left 50%;
}
.team-event-wrap .renewal-event-wrap .btn-bottom-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
}
.team-event-wrap .renewal-event-wrap .btn-bottom-wrap .btn-event {
  border-radius: 4px;
  background: #3662E3;
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 150%; /* 22.5px */
  width: 400px;
  height: 60px;
}
.team-event-wrap .renewal-event-wrap .btn-bottom-wrap .btn-event:hover {
  background: #2b4fba;
}
.team-event-wrap .renewal-event-wrap .btn-bottom-wrap .btn-product {
  width: 225px;
  padding: 10px 36px 10px 10px;
  color: #242424;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  letter-spacing: 0.48px;
  background: url(../images/event/event240725/ico-arrow.svg) no-repeat right 10px top 50%;
}
.team-event-wrap .renewal-event-wrap .btn-bottom-wrap .btn-product:hover {
  text-decoration: underline;
  text-underline-position: under;
}

.btn-full-blue {
  border-radius: 4px;
  border: 1px solid #3662E3;
  background: #3662E3;
  padding: 7px 16px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.14px;
}
.btn-full-blue.big {
  padding: 13px 16px;
  font-size: 16px;
}
.btn-full-blue:disabled {
  color: #FFF;
  background: #CCC;
  border: 1px solid #CCC;
}
.btn-full-blue.big {
  padding: 13px 16px;
  font-size: 16px;
}
.btn-full-blue.big60 {
  padding: 17px 16px;
  font-size: 16px;
}
.btn-full-blue.wide {
  width: 100% !important;
}

.event-2409 {
  min-width: 1280px;
  overflow-x: auto;
}
.event-2409 > div {
  position: relative;
}
.event-2409 > div > img {
  position: relative;
}
.event-2409 .event-item-01 {
  background: url("../images/event/event2409/bg-event-2409-01.jpg") repeat-x center 0;
}
.event-2409 .event-item-01 .inner-area {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  height: 1295px;
  background: url("../images/event/event2409/img-event-2409-01.jpg") no-repeat center 0;
}
.event-2409 .event-item-01 .inner-area h1 {
  position: absolute;
  right: 113px;
  top: 100px;
}
.event-2409 .event-item-01 .inner-area h1 a {
  font-size: 0;
  display: block;
  width: 190px;
  height: 23px;
  background: url(../images/event/event2409/teamubist-big.svg) no-repeat center 50%;
}
.event-2409 .event-item-02 {
  background: #F9E6E5;
}
.event-2409 .event-item-02 .inner-area {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  height: 1652px;
  background: url("../images/event/event2409/img-event-2409-02.jpg") no-repeat center 0;
}
.event-2409 .event-item-03 {
  background: #555;
}
.event-2409 .event-item-03 .inner-area {
  max-width: 1600px;
  margin: 0 auto;
  height: 297px;
  background: url("../images/event/event2409/img-event-2409-03.jpg") no-repeat center 0;
}
.event-2409 .attendance-1 {
  position: absolute;
  width: 1020px;
  height: 397px;
  top: 662px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 75px;
  padding-left: 100px;
}
.event-2409 .attendance-1 .item-01 {
  margin-right: 52px;
}
.event-2409 .attendance-1 .item-02 {
  margin-right: 166px;
}
.event-2409 .attendance-2 {
  position: absolute;
  width: 1020px;
  height: 397px;
  bottom: 142px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 75px;
  padding-left: 100px;
}
.event-2409 .attendance-2 .item-01 {
  margin-right: 52px;
}
.event-2409 .attendance-2 .item-02 {
  margin-right: 166px;
}
.event-2409 .attendance-item {
  width: 200px;
  height: 200px;
  position: relative;
  cursor: pointer;
}
.event-2409 .attendance-item img {
  position: absolute;
  left: 0;
  top: 0;
}

.event-2410 {
  min-width: 1280px;
  overflow-x: auto;
}
.event-2410 > div {
  position: relative;
}
.event-2410 > div > img {
  position: relative;
}
.event-2410 .event-item-01 {
  background: linear-gradient(#0e3cc2, #5b7fe7);
}
.event-2410 .event-item-01 .inner-area {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  height: 1007px;
  background: url("../images/event/event2410/img-banner-event-10-01.png") no-repeat center 0;
}
.event-2410 .event-item-01 .inner-area .hidden {
  display: block !important;
  font-size: 0;
  color: transparent;
}
.event-2410 .event-item-02 {
  background: #f4f8fe;
}
.event-2410 .event-item-02 .inner-area {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  height: 1381px;
  background: url("../images/event/event2410/img-banner-event-10-02.png") no-repeat center 0;
}
.event-2410 .event-item-02 .inner-area .hidden {
  display: block !important;
  font-size: 0;
  color: transparent;
}
.event-2410 .event-item-03 {
  background: #39425d;
}
.event-2410 .event-item-03 .inner-area {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  height: 447px;
  background: url("../images/event/event2410/img-banner-event-10-03.png") no-repeat center 0;
}
.event-2410 .event-item-03 .inner-area .hidden {
  display: block !important;
  font-size: 0;
  color: transparent;
}

.line12 {
  width: 1px;
  height: 12px;
  display: inline-block;
  background: #DDD;
}

.sub-type.event .mobile-tab-dropdown-wrap {
  display: none;
}
.sub-type.event .mobile-flex-r {
  display: none;
}
.sub-type.event .event-tab-wrap {
  margin-top: 32px;
}
.sub-type.event .event-tab-wrap.type2 .tab-list-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: unset;
  width: 100%;
  height: 1px;
  border-top: 1px solid #dedede;
  border-bottom: unset;
  z-index: -1;
}
.sub-type.event .event-tab-wrap.type2 .tab-list-wrap > button {
  position: relative;
  flex: 1;
  background: #f8f9fa;
  border-top: 1px solid #dedede;
  border-bottom: unset;
  font-size: 14px;
  color: #999;
  font-weight: 400;
}
.sub-type.event .event-tab-wrap.type2 .tab-list-wrap > button.active {
  background: #fff;
  border-top: 1px solid transparent;
  color: #111;
  font-weight: 700;
}
.sub-type.event .event-tab-wrap.type2 .tab-list-wrap > button.active::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  border-top: 3px solid #111;
}
.sub-type.event .event-tab-wrap.type2 .tab-list-wrap > button + button {
  margin-left: 1px;
}
.sub-type.event .event-tab-wrap.type2 .tab-list-wrap > button + button::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  width: 1px;
  height: 100%;
  border-left: 1px solid #dedede;
}
.sub-type.event .event-tab-wrap .tab-list-wrap {
  display: flex;
  position: relative;
}
.sub-type.event .event-tab-wrap .tab-list-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #dedede;
  z-index: -1;
}
.sub-type.event .event-tab-wrap .tab-list-wrap > button {
  height: 58px;
  padding: 14px 24px 18px;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  border-bottom: 2px solid transparent;
  line-height: 1.5;
  letter-spacing: -0.16px;
  transition: 0.2s;
}
.sub-type.event .event-tab-wrap .tab-list-wrap > button.active {
  font-weight: 700;
  border-color: #111111;
}
.sub-type.event .event-tab-wrap .tab-panel-wrap {
  margin-top: 32px;
}
.sub-type.event .event-tab-wrap .tab-panel-wrap .event-search-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 40px;
}
.sub-type.event .event-tab-wrap .tab-panel-wrap .event-search-wrap .search-start-wrap .dropdown-wrap {
  width: 100%;
}
.sub-type.event .event-tab-wrap .tab-panel-wrap .event-search-wrap .search-start-wrap .dropdown-wrap .dropdown-selected {
  width: 260px;
}
.sub-type.event .event-tab-wrap .tab-panel-wrap .event-search-wrap .search-end-wrap {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.sub-type.event .event-filter-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
.sub-type.event .event-no-items-wrap {
  width: 100%;
  padding: 110px 0 168px;
}
.sub-type.event .event-no-items-wrap .txt-main {
  position: relative;
  margin: 0 auto;
  padding-top: 94px;
  font-size: 16px;
  color: #333;
  font-weight: 600;
  line-height: 25.6px;
  letter-spacing: -0.16px;
  text-align: center;
}
.sub-type.event .event-no-items-wrap .txt-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 35px);
  width: 70px;
  height: 70px;
  background: url(../images/icon/icon-no-result.svg) no-repeat center 100%;
}
.sub-type.event .event-no-items-wrap .txt-main span {
  color: #3662e3;
}
.sub-type.event .event-no-items-wrap .txt-main span::before {
  content: "'";
}
.sub-type.event .event-no-items-wrap .txt-main span::after {
  content: "'";
}
.sub-type.event .event-no-items-wrap .txt-sub {
  margin-top: 40px;
  font-size: 14px;
  color: #666;
  font-weight: 500;
  line-height: 22.4px;
  letter-spacing: -0.14px;
  text-align: center;
}
.sub-type.event .event-items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 24px;
  margin-top: 32px;
}
.sub-type.event .event-items-wrap .item-button {
  width: 100%;
  text-align: left;
}
.sub-type.event .event-items-wrap .item-button .item-thumbnail-wrap {
  aspect-ratio: 1.7892857143/1;
  overflow: hidden;
  position: relative;
  background: #DEDEDE;
  border-radius: 16px;
}
.sub-type.event .event-items-wrap .item-button .item-thumbnail-wrap .status-event-badge {
  position: absolute;
  left: 16px;
  top: 16px;
}
.sub-type.event .event-items-wrap .item-button .item-thumbnail-wrap img {
  width: 100%;
}
.sub-type.event .event-items-wrap .item-button .item-info-wrap {
  height: 102px;
  margin-top: 20px;
}
.sub-type.event .event-items-wrap .item-button .item-info-wrap .info-title {
  width: 100%;
  height: 60px;
  font-size: 20px;
  color: rgb(34, 34, 34);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.2px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sub-type.event .event-items-wrap .item-button .item-info-wrap .info-title .new {
  display: inline-flex;
  position: relative;
  width: 24px;
  height: 24px;
  margin-left: 4px;
}
.sub-type.event .event-items-wrap .item-button .item-info-wrap .info-title .new::after {
  content: "N";
  display: flex;
  position: absolute;
  top: 5px;
  right: 0; /*0109 add*/
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: #FF7734;
  border-radius: 12px;
  font-size: 12px;
  color: #ffffff;
  font-weight: 700;
  line-height: 16px;
}
.sub-type.event .event-items-wrap .item-button .item-info-wrap .info-date {
  display: flex;
  align-items: center;
  margin-top: 20px;
  font-size: 14px;
  color: #999;
  font-weight: 600;
  line-height: 22.4px;
  letter-spacing: -0.14px;
}
.sub-type.event .event-items-wrap .item-button .item-info-wrap .info-date span {
  position: relative;
}
.sub-type.event .event-items-wrap .item-button .item-info-wrap .info-date span::before {
  content: "";
  position: absolute;
  top: 3px;
  right: -16px;
  width: 1px;
  height: 16px;
  border-left: 1px solid rgb(221, 221, 221);
}
.sub-type.event .event-items-wrap .item-button .item-info-wrap .info-date span + span {
  position: relative;
  margin-left: 21px;
}
.sub-type.event .event-items-wrap .item-button .item-info-wrap .info-date span + span.views {
  margin-left: 43px;
}
.sub-type.event .event-items-wrap .item-button .item-info-wrap .info-date span + span.views::before {
  left: -33px;
}
.sub-type.event .event-items-wrap .item-button .item-info-wrap .info-date span + span.views::after {
  content: "";
  position: absolute;
  top: 0;
  left: -22px;
  width: 22px;
  height: 22px;
  background: url(../images/icon/icon-viewer.svg) no-repeat center 100%;
}
.sub-type.event .event-items-wrap .item-button .item-info-wrap .info-date span + span.location {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-break: break-word;
  padding-left: 26px;
  background: url(../images/icon/icon-map.svg) no-repeat left 5px top 2px;
}
.sub-type.event .application-status-header {
  background: #F8F9FA;
  border-top: 1px solid #333;
  display: flex;
  align-items: center;
  justify-content: stretch;
  margin-top: 32px;
}
.sub-type.event .application-status-header span {
  display: block;
  padding: 11px 0 14px;
  color: var(--basic-333333, #333);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.14px;
}
.sub-type.event .application-status-header span.nth-1 {
  width: 160px;
}
.sub-type.event .application-status-header span.nth-2 {
  width: 80px;
}
.sub-type.event .application-status-header span.nth-3 {
  width: 230px;
}
.sub-type.event .application-status-header span.nth-4 {
  width: 120px;
}
.sub-type.event .application-status-header span.nth-5 {
  width: 120px;
}
.sub-type.event .application-status-header span.nth-6 {
  width: 80px;
}
.sub-type.event .application-status-header span.nth-7 {
  width: 80px;
}
.sub-type.event .application-status-header span.nth-8 {
  width: 157px;
}
.sub-type.event .application-status-list ul li {
  border-bottom: 1px solid #E9EAEB;
}
.sub-type.event .application-status-list ul li .application-status-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 79px;
  position: relative;
  padding: 20px 0;
  cursor: pointer;
}
.sub-type.event .application-status-list ul li .application-status-item .line12 {
  display: none;
}
.sub-type.event .application-status-list ul li .application-status-item span {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: -0.14px;
}
.sub-type.event .application-status-list ul li .application-status-item span.title-type {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: left;
  padding: 0 16px;
}
.sub-type.event .application-status-list ul li .application-status-item .flex-l {
  display: flex;
  align-items: center;
  justify-content: stretch;
}
.sub-type.event .application-status-list ul li .application-status-item .flex-t {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
}
.sub-type.event .application-status-list ul li .application-status-item .row-type {
  display: flex;
  align-items: center;
  justify-content: stretch;
}
.sub-type.event .application-status-list ul li .application-status-item .nth-1 {
  width: 160px;
}
.sub-type.event .application-status-list ul li .application-status-item .nth-2 {
  width: 80px;
}
.sub-type.event .application-status-list ul li .application-status-item .nth-3 {
  width: 230px;
}
.sub-type.event .application-status-list ul li .application-status-item .nth-4 {
  width: 120px;
}
.sub-type.event .application-status-list ul li .application-status-item .nth-5 {
  width: 120px;
}
.sub-type.event .application-status-list ul li .application-status-item .nth-6 {
  width: 80px;
}
.sub-type.event .application-status-list ul li .application-status-item .nth-7 {
  width: 80px;
}
.sub-type.event .application-status-list ul li .application-status-item .nth-8 {
  width: 157px;
}
.sub-type.event .application-status-list ul li .application-status-item .img-box .status-event-badge {
  display: none;
}
.sub-type.event .application-status-list ul li .application-status-item .img-box img {
  width: 93px;
  height: 53px;
  border-radius: 10px;
}
.sub-type.event .application-status-list ul li .application-status-item .date-type {
  font-style: italic;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  padding: 0 16px;
  text-align: right;
}
.sub-type.event .application-status-list ul li .application-status-item .application-date-type {
  font-style: italic;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  padding: 0 16px;
  text-align: right;
}
.sub-type.event .application-status-list ul li .application-status-item .button-col {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
}
.sub-type.event .application-status-list ul li .application-status-item .button-col button {
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
  letter-spacing: -0.28px;
  text-align: center;
  padding: 6px 0;
  width: 98px;
}
.sub-type.event .application-status-list ul li .application-status-item .btn-cancel {
  border: 1px solid var(--bg-cccccc, #CCC);
  background: var(--basic-ffffff, #FFF);
  color: var(--basic-333333, #333);
}
.sub-type.event .application-status-list ul li .application-status-item .btn-download {
  border: 1px solid var(--primary-3662-e-3, #3662E3);
  background: var(--basic-ffffff, #FFF);
  color: var(--primary-3662-e-3, #3662E3);
}
.sub-type.event .application-status-list ul li .application-status-item .btn-print {
  color: var(--basic-ffffff, #FFF);
  background: var(--primary-3662-e-3, #3662E3);
}
.sub-type.event .dropdown-wrap {
  display: block;
  position: relative;
}
.sub-type.event .dropdown-wrap .dropdown-selected {
  display: flex;
  align-items: center;
  height: 24px;
  font-size: 16px;
  color: #333;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.14px;
  cursor: pointer;
}
.sub-type.event .dropdown-wrap .dropdown-selected::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 4px;
  background: url(../images/main/icon-arrow-black-down.svg) no-repeat center 100%;
}
.sub-type.event .dropdown-wrap .dropdown-options {
  display: none;
  position: absolute;
  top: calc(100% + 14px);
  right: 0;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #D9DBE1;
  box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.08);
  z-index: 10;
  overflow: hidden;
}
.sub-type.event .dropdown-wrap .dropdown-options .dropdown-option {
  display: flex;
  align-items: center;
  height: 44px;
  padding: 0 16px;
  font-size: 14px;
  letter-spacing: -0.16px;
  cursor: pointer;
  white-space: nowrap;
}
.sub-type.event .dropdown-wrap .dropdown-options .dropdown-option.selected {
  background-color: #f8faff;
}
.sub-type.event .dropdown-wrap .dropdown-options .dropdown-option:hover {
  background: #F8FAFF;
}
.sub-type.event .check-filter-wrap .check-filter label {
  cursor: pointer;
}
.sub-type.event .check-filter-wrap .check-filter + .check-filter {
  padding-left: 25px;
}
.sub-type.event .check-filter-wrap .check-filter + .check-filter::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 12px;
  width: 1px;
  height: 16px;
  background: rgb(221, 221, 221);
}
.sub-type .event-detail-header-wrap {
  padding-bottom: 42px;
  margin-top: 64px;
  border-bottom: 2px solid #333;
}
.sub-type .event-detail-header-wrap .header-title {
  font-size: 23px;
  color: rgb(34, 34, 34);
  font-weight: 700;
  line-height: 38px;
  letter-spacing: -0.23px;
}
.sub-type .event-detail-header-wrap .header-info-wrap {
  display: flex;
  height: 22px;
  margin-top: 12px;
  justify-content: flex-end;
}
.sub-type .event-detail-header-wrap .header-info-wrap p {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999;
  font-weight: 600;
  letter-spacing: -0.14px;
  position: relative;
}
.sub-type .event-detail-header-wrap .header-info-wrap p + p {
  margin-left: 25px;
}
.sub-type .event-detail-header-wrap .header-info-wrap p + p::before {
  content: "";
  position: absolute;
  top: 3px;
  left: -13px;
  width: 1px;
  height: 16px;
  background: rgb(221, 221, 221);
}
.sub-type .event-detail-header-wrap .header-info-wrap p + p.views {
  padding-left: 24px;
}
.sub-type .event-detail-header-wrap .header-info-wrap p + p.views::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background: url(../images/icon/icon-viewer.svg) no-repeat center 100%;
}
.sub-type .event-detail-header-wrap .header-info-wrap p + p.reply {
  padding-left: 24px;
}
.sub-type .event-detail-header-wrap .header-info-wrap p + p.reply::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background: url(../images/icon/icon-reply.svg) no-repeat center 100%;
  background-position-y: 4px;
}
.sub-type .event-detail-header-wrap .header-info-wrap p + p.like {
  padding-left: 24px;
}
.sub-type .event-detail-header-wrap .header-info-wrap p + p.like::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background: url(../images/main/icon-heart-line.svg) no-repeat center 100%;
  background-size: 100%;
}
.sub-type .event-detail-contents-wrap {
  margin-top: 50px;
}
.sub-type .file-list-wrap.review {
  padding: 21px 24px 21px 97px;
  position: relative;
  border-bottom: 1px solid #EEEEEE;
}
.sub-type .file-list-wrap.review .label {
  position: absolute;
  top: 21px;
  left: 24px;
  color: #333333;
  text-align: right;
  font-size: 14px;
  font-weight: 600;
  line-height: 160%; /* 22.4px */
  letter-spacing: -0.14px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
.sub-type .file-list-wrap.review .label:after {
  content: "";
  margin-left: 12px;
  width: 1px;
  height: 16px;
  border-radius: 1px;
  background: #dddddd;
}
.sub-type .file-list-wrap.review .file-items {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
}
.sub-type .file-list-wrap.review .file-items button {
  min-height: 22px;
  display: block;
  color: #999999;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: -0.14px;
  margin-right: 12px;
  text-align: left;
  margin-bottom: 4px;
}
.sub-type .file-list-wrap.review .file-items button:hover {
  text-decoration: underline;
}
.sub-type .comment-wrap {
  margin-top: 60px;
}
.sub-type.event-detail-participate .mobile-visible {
  display: none;
}
.sub-type.event-detail-participate .event-detail-contents-wrap,
.sub-type.event-detail-participate .comment-wrap,
.sub-type.event-detail-participate .pagination-wrap {
  width: calc(100% - 351px);
}
.sub-type.event-detail-participate .event-detail-participate-wrap {
  display: flex;
  justify-content: space-between;
}
.sub-type.event-detail-participate .event-detail-participate-wrap .event-detail-participate-info-wrap {
  flex: none;
  width: 303px;
  margin-top: 50px;
  border-top: 2px solid #111;
}
.sub-type.event-detail-participate .event-detail-participate-wrap .event-detail-participate-info-wrap .participate-category {
  margin-top: 20px;
  font-size: 14px;
  color: #3662e3;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -0.14px;
}
.sub-type.event-detail-participate .event-detail-participate-wrap .event-detail-participate-info-wrap .participate-state {
  margin-top: 20px;
}
.sub-type.event-detail-participate .event-detail-participate-wrap .event-detail-participate-info-wrap .participate-title {
  margin-top: 20px;
  font-size: 28px;
  color: #333;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: -0.28px;
}
.sub-type.event-detail-participate .event-detail-participate-wrap .event-detail-participate-info-wrap .participate-info-wrap {
  margin-top: 48px;
}
.sub-type.event-detail-participate .event-detail-participate-wrap .event-detail-participate-info-wrap .participate-info-wrap > li {
  display: flex;
  width: 100%;
  min-height: 21px;
}
.sub-type.event-detail-participate .event-detail-participate-wrap .event-detail-participate-info-wrap .participate-info-wrap > li .title {
  flex: none;
  width: 87px;
  font-size: 14px;
  color: #333;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: -0.14px;
}
.sub-type.event-detail-participate .event-detail-participate-wrap .event-detail-participate-info-wrap .participate-info-wrap > li .detail {
  font-size: 14px;
  color: #333;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.14px;
}
.sub-type.event-detail-participate .event-detail-participate-wrap .event-detail-participate-info-wrap .participate-info-wrap > li + li {
  margin-top: 32px;
}
.sub-type.event-detail-participate .event-detail-participate-wrap .event-detail-participate-info-wrap .btn-wrap {
  padding-top: 48px;
}
.sub-type.event-detail-participate .event-detail-participate-wrap .event-detail-participate-info-wrap .file-list-wrap {
  display: flex;
  gap: 25px;
  margin-top: 32px;
  padding-top: 20px;
  border-top: 2px solid #333333;
}
.sub-type.event-detail-participate .event-detail-participate-wrap .event-detail-participate-info-wrap .file-list-wrap .label {
  flex: none;
  position: relative;
  width: 48px;
  font-size: 14px;
  color: #333;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: -0.14px;
}
.sub-type.event-detail-participate .event-detail-participate-wrap .event-detail-participate-info-wrap .file-list-wrap .label::after {
  content: "";
  position: absolute;
  top: 2.5px;
  right: -12px;
  width: 1px;
  height: 16px;
  border-left: 1px solid rgb(221, 221, 221);
}
.sub-type.event-detail-participate .event-detail-participate-wrap .event-detail-participate-info-wrap .file-list-wrap .file-items {
  display: block;
}
.sub-type.event-detail-participate .event-detail-participate-wrap .event-detail-participate-info-wrap .file-list-wrap .file-items > button {
  display: block;
  height: 22px;
  font-size: 14px;
  color: #999;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -0.14px;
}
.sub-type.event-detail-participate .event-detail-participate-wrap .event-detail-participate-info-wrap .file-list-wrap .file-items > button + button {
  margin-top: 12px;
}
.sub-type .btn-mobile-top {
  display: none;
}
.sub-type .pc-hidden {
  display: none;
}

@media (max-width: 1279px) {
  .sub-type .pc-hidden {
    display: inline-block;
  }
  body.sub-type .dropdown-wrap .dropdown-options .dropdown-option {
    font-size: 16px;
  }
  body.sub-type .dropdown-wrap .dropdown-options .dropdown-option.selected {
    color: var(--basic-111111, #111);
    font-weight: 600;
  }
  body.sub-type.event .event-tab-wrap {
    margin-top: 0;
  }
  body.sub-type.event .event-tab-wrap .tab-list-wrap::after {
    left: -20px;
    right: -20px;
    width: auto;
  }
  body.sub-type.event .event-tab-wrap .tab-panel-wrap {
    margin-top: 24px;
  }
  body.sub-type.event .event-tab-wrap .tab-panel-wrap .event-search-wrap {
    display: block;
  }
  body.sub-type.event .event-tab-wrap .tab-panel-wrap .event-search-wrap .search-start-wrap {
    display: none;
  }
  body.sub-type.event .event-tab-wrap .tab-panel-wrap .event-search-wrap .search-end-wrap {
    justify-content: flex-start;
  }
  body.sub-type.event .event-tab-wrap .tab-panel-wrap .event-search-wrap .search-end-wrap .blue-search-bar {
    width: 100%;
  }
  body.sub-type.event .event-tab-wrap .tab-panel-wrap .event-search-wrap .search-end-wrap .blue-search-bar input {
    width: 100%;
  }
  body.sub-type.event .event-tab-wrap .in-tab .tab-list-wrap {
    display: none;
  }
  body.sub-type.event .mobile-hidden {
    display: none;
  }
  body.sub-type.event .application-status-header {
    display: none;
  }
  body.sub-type.event .application-status-list {
    margin-top: 20px;
  }
  body.sub-type.event .application-status-list ul li {
    border-bottom: transparent;
    margin-bottom: 48px;
  }
  body.sub-type.event .application-status-list ul li .application-status-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: stretch;
    flex-direction: column;
    min-height: 79px;
    padding: 0 0 36px;
  }
  body.sub-type.event .application-status-list ul li .application-status-item span {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%; /* 21px */
    letter-spacing: -0.14px;
  }
  body.sub-type.event .application-status-list ul li .application-status-item span.title-type {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
    word-break: keep-all;
    word-break: break-all;
    padding: 0;
    color: var(--basic-111111, #111);
    font-weight: 600;
    margin-bottom: 8px;
  }
  body.sub-type.event .application-status-list ul li .application-status-item .row-type {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
  }
  body.sub-type.event .application-status-list ul li .application-status-item .flex-l {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    margin-bottom: 8px;
    width: 100%;
  }
  body.sub-type.event .application-status-list ul li .application-status-item br {
    display: none;
  }
  body.sub-type.event .application-status-list ul li .application-status-item .progress-type {
    display: none;
  }
  body.sub-type.event .application-status-list ul li .application-status-item .nth-1 {
    width: 187px;
  }
  body.sub-type.event .application-status-list ul li .application-status-item .nth-2 {
    width: auto;
  }
  body.sub-type.event .application-status-list ul li .application-status-item .nth-3 {
    width: 100%;
  }
  body.sub-type.event .application-status-list ul li .application-status-item .nth-4 {
    width: 100%;
  }
  body.sub-type.event .application-status-list ul li .application-status-item .nth-5 {
    width: 100%;
  }
  body.sub-type.event .application-status-list ul li .application-status-item .nth-6 {
    width: auto;
    color: var(--basic-999999, #999);
    font-size: 12px;
    font-weight: 600;
    line-height: 20px; /* 166.667% */
    letter-spacing: -0.12px;
  }
  body.sub-type.event .application-status-list ul li .application-status-item .nth-7 {
    width: auto;
    color: var(--basic-999999, #999);
    font-size: 12px;
    font-weight: 600;
    line-height: 20px; /* 166.667% */
    letter-spacing: -0.12px;
  }
  body.sub-type.event .application-status-list ul li .application-status-item .nth-8 {
    width: 100%;
  }
  body.sub-type.event .application-status-list ul li .application-status-item .img-box {
    position: relative;
  }
  body.sub-type.event .application-status-list ul li .application-status-item .img-box .status-event-badge {
    display: block;
    position: absolute;
    left: 12px;
    top: 12px;
    font-size: 12px;
    line-height: 20px;
  }
  body.sub-type.event .application-status-list ul li .application-status-item .img-box img {
    width: 187px;
    height: 102px;
    border-radius: 20px;
  }
  body.sub-type.event .application-status-list ul li .application-status-item .date-type {
    font-style: initial;
    font-family: Pretendard, sans-serif;
    font-weight: 600;
    padding: 0;
    text-align: left;
    color: var(--basic-999999, #999);
    font-size: 12px;
  }
  body.sub-type.event .application-status-list ul li .application-status-item .application-date-type {
    font-style: initial;
    font-family: Pretendard, sans-serif;
    font-weight: 600;
    padding: 0;
    text-align: left;
    color: var(--basic-999999, #999);
    font-size: 12px;
  }
  body.sub-type.event .application-status-list ul li .application-status-item .button-col {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    width: 100%;
    margin-top: 16px;
  }
  body.sub-type.event .application-status-list ul li .application-status-item .button-col .flex-t {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: initial;
  }
  body.sub-type.event .application-status-list ul li .application-status-item .button-col button {
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
    letter-spacing: -0.28px;
    text-align: center;
    padding: 6px 0;
    width: 100%;
    height: 40px;
  }
  body.sub-type.event .application-status-list ul li .application-status-item .btn-cancel {
    border: 1px solid var(--bg-cccccc, #CCC);
    background: var(--basic-ffffff, #FFF);
    color: var(--basic-333333, #333);
  }
  body.sub-type.event .application-status-list ul li .application-status-item .btn-download {
    border: 1px solid var(--primary-3662-e-3, #3662E3);
    background: var(--basic-ffffff, #FFF);
    color: var(--primary-3662-e-3, #3662E3);
  }
  body.sub-type.event .application-status-list ul li .application-status-item .btn-print {
    color: var(--basic-ffffff, #FFF);
    background: var(--primary-3662-e-3, #3662E3);
  }
  body.sub-type.event .application-status-list ul li .application-status-item .application-date-type {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 4px;
    background: var(--bg-f-1-f-5-ff, #F1F5FF);
    color: var(--bg-line-888-db-6, #888DB6);
    font-size: 12px;
    font-weight: 500;
    line-height: 20px; /* 166.667% */
    letter-spacing: -0.12px;
    height: 28px;
    padding: 4px 0;
    text-align: center;
  }
  body.sub-type.contents {
    min-width: 320px;
  }
  body.sub-type.contents .container {
    margin-top: 98px;
  }
  body.sub-type.contents .container .variety-content-wrap .check-filter-wrap {
    display: none;
  }
  body.sub-type.contents .container .variety-content-wrap .contents-total {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  body.sub-type.contents .container .variety-content-wrap .contents-total strong {
    display: inline-block;
    max-width: 80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  body.sub-type.contents .container .variety-content-wrap .contents-total span {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
  }
  body.sub-type.contents .container .variety-content-wrap .contents-total span strong {
    max-width: initial;
  }
  body.sub-type.contents .container .event-items-wrap {
    grid-template-columns: 100%;
    margin-top: 19px;
    gap: 20px 0;
  }
  body.sub-type.contents .container .event-items-wrap .item-button {
    display: flex;
    grid-template-columns: initial;
    align-items: center;
    justify-content: space-between;
    gap: 0 12px;
    width: 100%;
    margin-bottom: 20px;
  }
  body.sub-type.contents .container .event-items-wrap .item-button .item-thumbnail-wrap {
    border-radius: 20px;
    width: 187px;
    flex: 0 0 187px;
  }
  body.sub-type.contents .container .event-items-wrap .item-button .item-thumbnail-wrap .status-event-badge {
    left: 12px;
    top: 12px;
  }
  body.sub-type.contents .container .event-items-wrap .item-button .item-thumbnail-wrap img {
    border-radius: 20px;
  }
  body.sub-type.contents .container .event-items-wrap .item-button .item-info-wrap {
    margin-top: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    flex: 1 1 auto;
    width: calc(100% - 197px);
  }
  body.sub-type.contents .container .event-items-wrap .item-button .item-info-wrap .info-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -1px;
    max-height: 45px;
    flex: 0 0 auto;
    max-width: initial;
    height: auto;
  }
  body.sub-type.contents .container .event-items-wrap .item-button .item-info-wrap .info-title .new {
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }
  body.sub-type.contents .container .event-items-wrap .item-button .item-info-wrap .info-title .new:after {
    top: 3px;
    width: 16px;
    height: 16px;
    font-size: 8px;
  }
  body.sub-type.contents .container .event-items-wrap .item-button .item-info-wrap .info-date {
    margin-top: 8px;
    align-items: flex-start;
    flex-direction: column;
    display: block;
    flex: 0 0 auto;
    max-width: initial;
    width: 100%;
  }
  body.sub-type.contents .container .event-items-wrap .item-button .item-info-wrap .info-date span {
    font-size: 12px;
    line-height: 20px;
    display: block;
    width: 100%;
    word-break: break-all;
    word-break: keep-all;
  }
  body.sub-type.contents .container .event-items-wrap .item-button .item-info-wrap .info-date span::before {
    display: none;
  }
  body.sub-type.contents .container .event-items-wrap .item-button .item-info-wrap .info-date span + span {
    margin-left: 0;
  }
  body.sub-type.contents .container .event-items-wrap .item-button .item-info-wrap .info-date span + span::before {
    display: none;
  }
  body.sub-type.contents .container .event-items-wrap .item-button .item-info-wrap .info-date span.location {
    background: transparent;
    padding-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: initial;
    word-break: initial;
    white-space: initial;
  }
  body.sub-type.contents .container .event-items-wrap.review-type .item-button {
    display: grid !important;
    grid-template-columns: 100%;
    justify-content: initial;
    gap: 12px;
  }
  body.sub-type.contents .container .event-items-wrap.review-type .item-button .item-thumbnail-wrap {
    width: 100%;
  }
  body.sub-type.contents .container .event-items-wrap.review-type .item-button .item-thumbnail-wrap img {
    border-radius: 20px;
  }
  body.sub-type.contents .container .event-items-wrap.review-type .item-button .item-info-wrap {
    margin-top: 0;
    height: auto;
    width: 100%;
  }
  body.sub-type.contents .container .event-items-wrap.review-type .item-button .item-info-wrap .info-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -1px;
    max-height: 45px;
    height: auto;
  }
  body.sub-type.contents .container .event-items-wrap.review-type .item-button .item-info-wrap .info-date {
    margin-top: 12px;
    align-items: flex-start;
    flex-direction: initial;
    display: flex;
  }
  body.sub-type.contents .container .event-items-wrap.review-type .item-button .item-info-wrap .info-date span {
    font-size: 12px;
    line-height: 20px;
    width: auto;
  }
  body.sub-type.contents .container .event-items-wrap.review-type .item-button .item-info-wrap .info-date span + span {
    margin-left: 43px;
  }
  body.sub-type.contents .container .event-items-wrap.review-type .item-button .item-info-wrap .info-date span + span::before {
    display: block;
  }
  body.sub-type.contents .container .dropdown-wrap .dropdown-options {
    top: calc(100% + 8px);
    border-radius: 8px;
    border: 1px solid var(--bg-line-dedede, #DEDEDE);
    background: var(--basic-ffffff, #FFF);
    box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.08);
    overflow: hidden;
  }
  body.sub-type.contents .container .mobile-tab-dropdown-wrap {
    display: block;
    position: relative;
    margin-bottom: 24px;
  }
  body.sub-type.contents .container .mobile-tab-dropdown-wrap .dropdown-selected {
    text-align: left;
    width: 100%;
    color: var(--basic-333333, #333);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: -1px;
    border-radius: 8px;
    border: 1px solid var(--bg-line-dedede, #DEDEDE);
    background: var(--text-0-ffffff, #FFF) url(../images/mobile/icon-dropdown-arrow.svg) no-repeat right 16px top 50%;
    padding: 11px 16px;
  }
  body.sub-type.contents .container .mobile-tab-dropdown-wrap .dropdown-options {
    display: none;
    z-index: 10;
    position: absolute;
    top: 52px;
    left: 0;
    right: 0;
    border-radius: 8px;
    border: 1px solid var(--bg-line-dedede, #DEDEDE);
    background: var(--basic-ffffff, #FFF);
    box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.08);
    padding: 8px;
  }
  body.sub-type.contents .container .mobile-tab-dropdown-wrap .dropdown-options .dropdown-option {
    text-align: left;
    width: 100%;
    display: block;
    padding: 8px 16px;
    color: var(--basic-111111, #111);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: -0.16px;
  }
  body.sub-type.contents .container .mobile-tab-dropdown-wrap .dropdown-options .dropdown-option.selected {
    font-weight: 600;
    border-radius: 6px;
    background: var(--bg-f-8-faff, #F8FAFF);
  }
  body.sub-type.contents .container .event-filter-wrap .dropdown-wrap {
    width: auto;
  }
  body.sub-type.contents .container .event-filter-wrap .dropdown-wrap .dropdown-options {
    width: 130px;
  }
  body.sub-type.contents .container .event-filter-wrap .dropdown-wrap .dropdown-options.selected {
    font-weight: 600;
    border-radius: 6px;
    background: var(--bg-f-8-faff, #F8FAFF);
  }
  body.sub-type.contents .container .event-filter-wrap .dropdown-selected {
    color: var(--basic-333333, #333);
    text-align: right;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px; /* 171.429% */
    letter-spacing: -0.14px;
  }
  body.sub-type.contents .container .event-filter-wrap .dropdown-selected span {
    max-width: 80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
  }
  body.sub-type.contents .container .event-filter-wrap .mobile-flex-r {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
  }
  body.sub-type.event-detail-participate .team-ubist-wrap {
    padding-bottom: 93px;
  }
  body.sub-type.event-detail-participate header {
    padding: 4px 0;
    height: 48px;
  }
  body.sub-type.event-detail-participate .container {
    margin-top: 52px;
    height: 100%;
  }
  body.sub-type.event-detail-participate .container .sub-contents {
    height: 100%;
  }
  body.sub-type.event-detail-participate .detail-mobile h1 {
    display: none;
  }
  body.sub-type.event-detail-participate .detail-mobile .btn-side-menu {
    display: none;
  }
  body.sub-type.event-detail-participate .detail-mobile .side-menu-wrap {
    display: none;
  }
  body.sub-type.event-detail-participate .detail-mobile .side-menu-user-wrap {
    display: none;
  }
  body.sub-type.event-detail-participate .detail-mobile .side-menu-list-wrap {
    display: none;
  }
  body.sub-type.event-detail-participate .detail-mobile .gnb-nav {
    display: none;
  }
  body.sub-type.event-detail-participate .detail-mobile .user-menu {
    display: none;
  }
  body.sub-type.event-detail-participate .event-detail-contents-wrap,
  body.sub-type.event-detail-participate .comment-wrap,
  body.sub-type.event-detail-participate .pagination-wrap {
    width: 100%;
  }
  body.sub-type.event-detail-participate .event-detail-participate-wrap {
    flex-direction: column-reverse;
  }
  body.sub-type.event-detail-participate .event-detail-participate-wrap .event-detail-participate-info-wrap {
    width: 100%;
    margin-top: 0;
    border-top: 0;
  }
  body.sub-type.event-detail-participate .event-detail-participate-wrap .event-detail-participate-info-wrap .participate-category {
    display: none;
  }
  body.sub-type.event-detail-participate .event-detail-participate-wrap .event-detail-participate-info-wrap .participate-state {
    margin-top: 8px;
  }
  body.sub-type.event-detail-participate .event-detail-participate-wrap .event-detail-participate-info-wrap .participate-title {
    margin-top: 8px;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%; /* 30px */
    letter-spacing: -1px;
  }
  body.sub-type.event-detail-participate .event-detail-participate-wrap .event-detail-participate-info-wrap .participate-info-wrap > li + li {
    margin-top: 28px;
  }
  body.sub-type.event-detail-participate .comment-wrap .comment-write {
    padding: 24px 78px 24px 18px;
  }
  body.sub-type.event-detail-participate .comment-wrap .comment-write .btn-comment-ok {
    width: 54px;
    right: 18px;
    top: 24px;
  }
  body.sub-type.event-detail-participate .btn-wrap.mobile-none {
    display: none;
  }
  body.sub-type.event-detail-participate .variety-content-wrap {
    height: 100%;
    overflow-y: auto;
  }
  body.sub-type.event-detail-participate .mobile-visible {
    display: block;
    border-top: 1px solid var(--bg-line-dedede, #DEDEDE);
    background: #FFF;
    box-shadow: -4px -4px 16px 0 rgba(0, 0, 0, 0.08);
    position: fixed;
    bottom: 0;
    padding: 20px;
    left: 0;
    right: 0;
    z-index: 10;
  }
  body.sub-type.event-detail-participate .mobile-visible button {
    width: 100%;
    padding: 14px;
    border-radius: 4px;
    background: var(--primary-3662-e-3, #3662E3);
    color: var(--basic-ffffff, #FFF);
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: -0.16px;
  }
  body.sub-type.event-detail-participate .mobile-visible button:disabled {
    background: var(--bg-cccccc, #CCC);
    color: var(--basic-ffffff, #FFF);
  }
  body.sub-type.event-detail-participate .mobile-visible button.btn-outline-blue {
    border: 1px solid #3662E3;
    background: #ffffff;
    color: #3662E3;
  }
  body.sub-type.event-detail-participate .mobile-visible button.btn-outline-blue:disabled {
    color: #FFF;
    background: #CCC;
    border: 1px solid #CCC;
  }
  body.sub-type.event-detail header {
    padding: 4px 0;
    height: 48px;
  }
  body.sub-type.event-detail .container {
    margin-top: 52px;
    height: 100%;
  }
  body.sub-type.event-detail .container .sub-contents {
    height: 100%;
  }
  body.sub-type.event-detail .detail-mobile h1 {
    display: none;
  }
  body.sub-type.event-detail .detail-mobile .btn-side-menu {
    display: none;
  }
  body.sub-type.event-detail .detail-mobile .side-menu-wrap {
    display: none;
  }
  body.sub-type.event-detail .detail-mobile .side-menu-user-wrap {
    display: none;
  }
  body.sub-type.event-detail .detail-mobile .side-menu-list-wrap {
    display: none;
  }
  body.sub-type.event-detail .detail-mobile .gnb-nav {
    display: none;
  }
  body.sub-type.event-detail .detail-mobile .user-menu {
    display: none;
  }
  body.sub-type.event-detail .event-detail-contents-wrap,
  body.sub-type.event-detail .comment-wrap,
  body.sub-type.event-detail .pagination-wrap {
    width: 100%;
  }
  body.sub-type.event-detail .comment-wrap .comment-info {
    padding-top: 24px;
  }
  body.sub-type.event-detail .event-detail-contents-wrap {
    margin-top: 24px;
  }
  body.sub-type.event-detail .event-detail-header-wrap {
    margin-top: 0;
    padding-bottom: 20px;
  }
  body.sub-type.event-detail .event-detail-header-wrap .header-title {
    color: var(--basic-111111, #111);
    font-size: 20px;
    font-weight: 600;
    line-height: 150%; /* 30px */
    letter-spacing: -1px;
  }
  body.sub-type.event-detail .event-detail-header-wrap .header-info-wrap {
    justify-content: flex-start;
  }
  body.sub-type.event-detail .event-detail-header-wrap p {
    font-size: 12px;
  }
  body.sub-type.event-detail .event-detail-header-wrap p + p {
    margin-left: 20px;
  }
  body.sub-type.event-detail .event-detail-header-wrap p + p::before {
    left: -10px;
    height: 12px;
    top: 5px;
  }
  body.sub-type.event-detail .event-detail-header-wrap p + p::after {
    width: 20px;
    height: 20px;
  }
  body.sub-type.event-detail .comment-wrap {
    margin-top: 32px;
  }
  body.sub-type.event-detail .comment-wrap .comment-title {
    font-size: 15px;
    margin-bottom: 24px;
    padding-left: 24px;
    background-size: 24px;
    background-position: left 0 top 0;
  }
  body.sub-type.event-detail .comment-wrap .comment-title em {
    font-size: 14px;
  }
  body.sub-type.event-detail .comment-wrap .comment-write {
    padding: 24px 83px 24px 18px;
    border-radius: 0;
  }
  body.sub-type.event-detail .comment-wrap .comment-write .textarea-wrap textarea {
    padding: 8px 50px 8px 8px;
  }
  body.sub-type.event-detail .comment-wrap .comment-write .textarea-wrap .btn-cancel {
    top: 10px;
  }
  body.sub-type.event-detail .comment-wrap .comment-write .textarea-wrap .max-size {
    right: 10px;
  }
  body.sub-type.event-detail .comment-wrap .comment-write .btn-comment-ok {
    width: 54px;
    right: 18px;
    top: 24px;
  }
  body.sub-type.event-detail .comment-wrap .comment-text {
    font-size: 14px;
  }
  body.sub-type.event-detail .btn-wrap.mobile-none {
    display: none;
  }
  body.sub-type.event-detail .variety-content-wrap {
    height: 100%;
    overflow-y: auto;
  }
  body.sub-type.event-detail .variety-content-wrap .good-features-wrap {
    margin-bottom: 48px;
  }
  body.sub-type.event-detail .variety-content-wrap .page-prevNext-wrap {
    margin: 0;
  }
  body.sub-type.event-detail .file-list-wrap.review {
    padding: 20px 24px 20px 91px;
  }
  body.sub-type.event-detail .file-list-wrap.review .label {
    font-size: 12px;
  }
  body.sub-type.event-detail .file-list-wrap.review .label:after {
    top: 5px;
    height: 12px;
  }
  body.sub-type.event-detail .file-list-wrap.review .file-items button {
    font-size: 12px;
  }
  body.sub-type.event-detail .file-list-wrap.review .file-items button:last-of-type {
    margin-bottom: 0;
  }
  body.sub-type.event-detail .mobile-visible {
    display: block;
    border-top: 1px solid var(--bg-line-dedede, #DEDEDE);
    background: #FFF;
    box-shadow: -4px -4px 16px 0 rgba(0, 0, 0, 0.08);
    position: fixed;
    bottom: 0;
    padding: 20px;
    left: 0;
    right: 0;
  }
  body.sub-type.event-detail .mobile-visible button {
    width: 100%;
    padding: 14px;
    border-radius: 4px;
    background: var(--primary-3662-e-3, #3662E3);
    color: var(--basic-ffffff, #FFF);
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: -0.16px;
  }
  body.sub-type.event-detail .mobile-visible button:disabled {
    background: var(--bg-cccccc, #CCC);
    color: var(--basic-ffffff, #FFF);
  }
  body.sub-type .btn-mobile-top {
    display: block;
    position: fixed;
    bottom: 102px;
    right: 20px;
    width: 48px;
    height: 48px;
    background: #ffffff url(../images/mobile/btn-top.svg) no-repeat center 50%;
    box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.08);
    border-radius: 24px;
    font-size: 0;
  }
}

/*# sourceMappingURL=event.css.map */
