<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@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");
}
.join-wrap {
  width: 648px;
  margin: 80px auto;
  position: relative;
}
.join-wrap .join-title {
  color: #111;
  font-size: 32px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.32px;
  animation: popupAni 1s 0s both;
}
.join-wrap .step-circle {
  position: absolute;
  top: 78px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: popupAni 1s 0s both;
}
.join-wrap .step-circle span {
  display: block;
  width: 18px;
  height: 18px;
  margin: 0 6px;
  background: url(../images/icon/ico-page-nor.svg) no-repeat center 50%;
}
.join-wrap .step-circle span.active {
  background: url(../images/icon/ico-page-active.svg) no-repeat center 50%;
}
.join-wrap .write-item {
  margin-top: 24px;
  position: relative;
}
.join-wrap .write-item.mgt8 {
  margin-top: 8px;
}
.join-wrap .write-item .flex-l .select-dropdown {
  min-width: 448px;
}
.join-wrap .write-item label {
  color: #444;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: -0.14px;
}
.join-wrap .write-item label em {
  padding-left: 2px;
  color: #3662E3;
}
.join-wrap .agree-items .agree-title {
  margin-top: 80px;
  margin-bottom: 12px;
}
.join-wrap .agree-items .agree-title h2 {
  color: #111;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.18px;
}
.join-wrap .agree-items .check-agree-all {
  padding: 26px 24px;
  border-radius: 4px;
  border: 1px solid #333333;
  background: #FFF;
  margin-bottom: 32px;
}
.join-wrap .agree-privacy-list {
  padding: 0 24px;
}
.join-wrap .agree-privacy-list ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}
.join-wrap .agree-privacy-list ul li label {
  font-size: 16px;
}
.join-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;
}
.join-wrap .agree-privacy-list.mypage-agree .flex-l {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
.join-wrap .completed-guide {
  padding-top: 176px;
  background: url(../images/icon/ico-complete-check.svg) no-repeat center 80px;
  animation: popupAni 1s 0s both;
}
.join-wrap .completed-guide .b-txt {
  color: #111;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.32px;
}
.join-wrap .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;
}
.animation-wrap {
  animation: popupAni 1s 0.1s both;
}

.myPage-guide .b-txt {
  color: #111;
  text-align: left;
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.32px;
}
.myPage-guide .s-txt {
  color: #666;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.16px;
  margin-top: 12px;
  padding-bottom: 24px;
}
.myPage-guide + .write-title {
  margin-top: 24px;
}

.privacy-wrap {
  padding: 0 0 72px;
  animation: popupAni 1s 0.3s both;
}
.privacy-wrap .terms-nav {
  background: #F8F9FA;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 40px;
  border-radius: 8px;
  background: #F8F9FA;
  margin: 32px 0;
  will-change: opacity;
  animation: popupAni 1s 0.2s both;
}
.privacy-wrap .terms-nav ul li {
  margin: 8px 0;
}
.privacy-wrap .terms-nav ul li a {
  color: #333333;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%; /* 21px */
}
.privacy-wrap .terms-txt h2 {
  color: #111111;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%; /* 27px */
  margin-top: 42px;
}
.privacy-wrap .terms-txt p {
  padding-top: 16px;
  color: #111111;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%; /* 24px */
  word-break: keep-all;
}
.privacy-wrap .terms-txt ul {
  padding-top: 16px;
}
.privacy-wrap .terms-txt ul li {
  color: #111111;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%; /* 24px */
  position: relative;
  padding-left: 24px;
  padding-bottom: 8px;
  word-break: keep-all;
}
.privacy-wrap .terms-txt ul li span {
  font-size: 15px;
  position: absolute;
  left: 0;
  top: 0;
}
.privacy-wrap .terms-txt ul li ul {
  margin-top: -8px;
  margin-left: 0;
}
.privacy-wrap .terms-txt ul li ul li {
  color: #111111;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%; /* 24px */
  position: relative;
}
.privacy-wrap .terms-txt ul li ul li span {
  font-size: 13px;
  position: absolute;
  left: 0;
  top: 0;
}
.privacy-wrap .terms-txt ul li ul.none-bu {
  margin-left: 0;
}
.privacy-wrap .terms-txt ul li ul.none-bu span {
  font-size: 13px;
  position: absolute;
  left: 0;
  top: 0;
}
.privacy-wrap .terms-txt ul.none-bu {
  margin-left: 0;
}
.privacy-wrap .terms-txt ul.none-bu span {
  font-size: 13px;
  position: absolute;
  left: 0;
  top: 0;
}
.privacy-wrap .has-sign {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.privacy-wrap .prev-privacy-select {
  position: relative;
  min-width: 300px;
}
.privacy-wrap .prev-privacy-select .btn-select {
  padding: 10px 10px 8px;
  min-height: 42px;
  width: 100%;
  border: 1px solid #DEDEDE;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.16px;
  text-align: left;
  color: #666666;
  background: url(../images/icon/ico-arrow-bottom.svg) no-repeat right 10px top 10px;
}
.privacy-wrap .prev-privacy-select .select-list {
  position: absolute;
  left: 0;
  right: 0;
  top: 43px;
  border: 1.5px solid #D9DBE1;
  box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.11);
  backdrop-filter: blur(4.5px);
  overflow: hidden;
  transition: all 100ms ease-in;
  background: #ffffff;
  overflow-y: auto;
  z-index: -1;
  opacity: 0;
}
.privacy-wrap .prev-privacy-select .select-list.active {
  border: 1px solid #D9DBE1;
  background: #FFF;
  box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.11);
  backdrop-filter: blur(4.5px);
  z-index: 100;
  opacity: 1;
  animation: popupAni 0.4s 0s both;
}
.privacy-wrap .prev-privacy-select .select-list ul {
  margin: 8px 0;
  padding: 0;
  position: relative;
  height: auto;
  max-height: 80px;
  opacity: 1;
  transition: height 200ms ease-in-out, opacity 100ms ease-in-out;
}
.privacy-wrap .prev-privacy-select .select-list ul li {
  position: relative;
  padding: 0;
}
.privacy-wrap .prev-privacy-select .select-list ul li a {
  padding: 10px 10px;
  display: block;
  white-space: nowrap;
  font-size: 14px;
}
.privacy-wrap .prev-privacy-select .select-list ul li a:hover {
  background: #F8FAFF;
}
.privacy-wrap h3 {
  margin-top: 15px;
}
.privacy-wrap .privacy-sign {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
}
.privacy-wrap .privacy-sign img {
  width: 40px;
}
.privacy-wrap .privacy-tb {
  border: 1px solid #dddddd;
  border-bottom: 0;
  margin: 4px 0;
}
.privacy-wrap .privacy-tb table {
  width: 100%;
}
.privacy-wrap .privacy-tb table pre {
  font-family: "Lato", "Pretendard", sans-serif, verdana;
}
.privacy-wrap .privacy-tb table th {
  background: #F8F9FA;
  padding: 4px;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.privacy-wrap .privacy-tb table td {
  padding: 4px 8px;
  text-align: center;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  word-break: keep-all;
  height: 57px;
}
.privacy-wrap .privacy-tb table tr th:last-of-type, .privacy-wrap .privacy-tb table tr td:last-of-type {
  border-right: 0;
}
.privacy-wrap .txt-underline {
  text-decoration: underline;
  font-weight: bold !important;
  padding: 0 !important;
  text-underline-position: under;
  font-size: 15px !important;
}
.privacy-wrap .line-title {
  text-decoration: underline;
  text-underline-position: under;
  color: #222222;
  font-weight: bold !important;
}
.privacy-wrap .terms-img-nav {
  overflow: visible;
  width: 1320px;
  border: 1px solid #e2e2e5;
  position: relative;
  border-radius: 16px;
  margin: 9px 0;
  padding: 0 43px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.privacy-wrap .terms-img-nav &gt; * {
  position: relative;
  z-index: 2;
}
.privacy-wrap .terms-img-nav .item-type {
  position: relative;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 32px 44px;
}
.privacy-wrap .terms-img-nav .item-type:nth-of-type(1) {
  border-left: transparent;
}
.privacy-wrap .terms-img-nav .item-type:nth-of-type(7) {
  border-left: transparent;
}
.privacy-wrap .terms-img-nav .item-type:nth-of-type(7), .privacy-wrap .terms-img-nav .item-type:nth-of-type(9), .privacy-wrap .terms-img-nav .item-type:nth-of-type(11) {
  border-top: 1px solid #ebebeb;
}
.privacy-wrap .terms-img-nav .item-type.type01:hover + .item-hover.type01,
.privacy-wrap .terms-img-nav .item-type.type02:hover + .item-hover.type02,
.privacy-wrap .terms-img-nav .item-type.type03:hover + .item-hover.type03,
.privacy-wrap .terms-img-nav .item-type.type04:hover + .item-hover.type04,
.privacy-wrap .terms-img-nav .item-type.type05:hover + .item-hover.type05,
.privacy-wrap .terms-img-nav .item-type.type06:hover + .item-hover.type06 {
  display: block;
}
.privacy-wrap .terms-img-nav .item-type div {
  height: 88px;
  line-height: 88px;
  pointer-events: none;
}
.privacy-wrap .terms-img-nav .item-type img {
  vertical-align: middle;
  pointer-events: none;
  height: 88px;
}
.privacy-wrap .terms-img-nav .item-type p {
  padding-top: 16px;
  color: #111111;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%; /* 24px */
  letter-spacing: -0.16px;
}
.privacy-wrap .terms-img-nav .item-hover {
  position: absolute;
  z-index: 3;
  display: none;
  padding: 20px 38px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid #dddddd;
  max-width: 499px;
}
.privacy-wrap .terms-img-nav .item-hover:before {
  content: "";
  position: absolute;
  left: 93px;
  top: -7px;
  z-index: 3;
  width: 18px;
  height: 7px;
  background: url("../images/privacy/bu-hover-arrow.png") no-repeat center 0;
}
.privacy-wrap .terms-img-nav .item-hover .tit {
  text-align: center;
  text-decoration: underline;
  color: #333333;
  text-underline-position: under;
  font-weight: bold;
}
.privacy-wrap .terms-img-nav .item-hover .txt {
  padding: 8px 0;
  font-size: 16px;
  color: #333333;
  word-break: keep-all;
}
.privacy-wrap .terms-img-nav .item-hover.type01 {
  left: 40px;
  top: 184px;
}
.privacy-wrap .terms-img-nav .item-hover.type02 {
  left: 134px;
  top: 184px;
  width: 460px;
}
.privacy-wrap .terms-img-nav .item-hover.type03 {
  left: 423px;
  top: 184px;
  width: 300px;
}
.privacy-wrap .terms-img-nav .item-hover.type04 {
  left: 634px;
  top: 184px;
  width: 300px;
}
.privacy-wrap .terms-img-nav .item-hover.type05 {
  left: 737px;
  top: 184px;
  width: 490px;
}
.privacy-wrap .terms-img-nav .item-hover.type06 {
  right: 40px;
  top: 184px;
  width: 520px;
  max-width: 520px;
}
.privacy-wrap .terms-img-nav .item-hover.type01:hover,
.privacy-wrap .terms-img-nav .item-hover.type02:hover,
.privacy-wrap .terms-img-nav .item-hover.type03:hover,
.privacy-wrap .terms-img-nav .item-hover.type04:hover,
.privacy-wrap .terms-img-nav .item-hover.type05:hover,
.privacy-wrap .terms-img-nav .item-hover.type06:hover {
  display: block;
}
.privacy-wrap .terms-img-nav .item-hover.type02:before,
.privacy-wrap .terms-img-nav .item-hover.type03:before,
.privacy-wrap .terms-img-nav .item-hover.type04:before,
.privacy-wrap .terms-img-nav .item-hover.type05:before {
  left: 50%;
  transform: translateX(-50%);
}
.privacy-wrap .terms-img-nav .item-hover.type06:before {
  left: inherit;
  right: 93px;
}
.privacy-wrap .terms-img-nav .item-hover dl {
  position: relative;
  padding-top: 0;
  padding-left: 84px;
  background: #f8f8f8;
  border-radius: 5px;
  margin-bottom: 3px;
}
.privacy-wrap .terms-img-nav .item-hover dl dt {
  width: 84px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.privacy-wrap .terms-img-nav .item-hover dl dd {
  padding: 7px 0;
  margin: 0;
  line-height: 22px;
  font-size: 12px;
  color: #666666;
}
.privacy-wrap .terms-img-nav .item-hover ul {
  padding-top: 6px;
}
.privacy-wrap .terms-img-nav .bg-type {
  background: #f8f8f8;
  border-radius: 5px;
  padding: 12px 24px;
}
.privacy-wrap .terms-img-nav .bg-type span {
  font-size: 11px;
  vertical-align: top;
  margin-right: 4px;
}
.privacy-wrap .terms-img-nav .bg-type a {
  text-decoration: underline;
  text-underline-position: under;
}
.privacy-wrap .terms-img-nav .item-hover ul li {
  color: #666666;
  line-height: 22px;
  font-size: 16px;
  padding-top: 0;
}
.privacy-wrap .title-txt {
  padding-top: 16px;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.privacy-wrap .s-title {
  padding-top: 40px;
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}
.privacy-wrap .single-type dt {
  font-size: 16px;
}
.privacy-wrap .single-type dd ul {
  padding-top: 4px;
}
.privacy-wrap .privacy-select-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.find-wrap {
  width: 648px;
  margin: 80px auto;
  position: relative;
  min-height: 800px;
}
.find-wrap .completed-guide {
  animation: popupAni 1s 0s both;
}
.find-wrap .b-txt {
  color: #111;
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.32px;
}
.find-wrap .s-txt {
  margin-top: 24px;
  margin-bottom: 64px;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.18px;
}
.find-wrap .write-item {
  margin-top: 32px;
}
.find-wrap .write-item .input-wrap.btn-time-in input {
  min-width: 100% !important;
}
.find-wrap .write-item .input-wrap.btn-time-in .timer-txt {
  left: initial;
  right: 8px;
}
.detail-check-privacy-agree {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
}
.detail-check-privacy-agree button {
  color: var(--primary-3662-e-3, #3662E3);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.28px;
  text-decoration: underline;
}

.myPage-wrap {
  margin: 80px auto 70px;
  position: relative;
  min-height: 800px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.myPage-wrap .my-nav {
  width: 204px;
  margin-right: 132px;
  position: sticky;
  top: 154px;
  flex: 0 0 204px;
}
.myPage-wrap .my-nav h2 {
  color: #111111;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 48px */
  letter-spacing: -0.32px;
  margin-bottom: 32px;
}
.myPage-wrap .my-nav ul li {
  margin-bottom: 8px;
}
.myPage-wrap .my-nav ul li a {
  width: 100%;
  display: block;
  padding: 12px 8px 12px 28px;
  color: #666666;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.28px;
  border-radius: 4px;
  background: #FAF9F8;
  border: 1px solid #FAF9F8;
  position: relative;
}
.myPage-wrap .my-nav ul li a:before {
  content: "";
  width: 4px;
  height: 4px;
  background: url(../images/myPage/bu-dotted.svg) no-repeat center 50%;
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
}
.myPage-wrap .my-nav ul li a:after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/myPage/icon-nav-ArrowDown.svg) no-repeat center 50%;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.myPage-wrap .my-nav ul li a.active {
  border-radius: 4px;
  border: 1px solid #3662E3;
  background: #F8FAFF;
  color: #3662E3;
}
.myPage-wrap .my-nav ul li a.active:before {
  background: url(../images/myPage/bu-dotted-blue.svg) no-repeat center 50%;
}
.myPage-wrap .my-nav ul li a.active:after {
  background: url(../images/myPage/icon-nav-ArrowDown-blue.svg) no-repeat center 50%;
}
.myPage-wrap .my-contents {
  max-width: 984px;
  width: 100%;
  animation: popupAni 1s 0.4s both;
}
.myPage-wrap .my-contents.w672 {
  width: 672px;
}
.myPage-wrap .my-contents.w672 + .message-tooltip {
  width: 672px;
}
.myPage-wrap .b-txt {
  color: #111;
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -1px;
}
.myPage-wrap .s-txt {
  margin-top: 24px;
  margin-bottom: 40px;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.18px;
}
.myPage-wrap .write-title {
  margin-bottom: 24px;
}
.myPage-wrap .write-item {
  margin-top: 32px;
}
.myPage-wrap .write-item:first-of-type {
  margin-top: 0;
}
.myPage-wrap .agree-privacy-list ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.myPage-wrap .agree-privacy-list ul li label {
  font-size: 16px;
}
.myPage-wrap .agree-privacy-list ul li .btn-privacy {
  margin-left: 8px;
  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;
}
.myPage-wrap .agree-privacy-list.mypage-agree {
  z-index: 300;
}
.myPage-wrap .agree-privacy-list.mypage-agree .flex-l {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
.myPage-wrap .agree-privacy-list.mypage-agree .flex-lr {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.myPage-wrap .agree-privacy-list.mypage-agree .agree-day {
  color: #666666;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%; /* 21px */
}

.withdrawal-guide {
  border-radius: 16px;
  border: 1px solid #dedede;
  background: #ffffff;
  padding: 32px;
  margin-bottom: 17px;
}
.withdrawal-guide ol li {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  padding-bottom: 10px;
}
.withdrawal-guide ol li span {
  padding-right: 4px;
}
.withdrawal-guide ul {
  margin-top: 12px;
  border-radius: 8px;
  background: #F8F9FA;
  padding: 20px 8px 20px;
}
.withdrawal-guide ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #666666;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: -1px;
  padding: 4px 12px;
}
.withdrawal-guide ul li span:first-child {
  padding-left: 12px;
}
.btn-wrap {
  padding-top: 40px;
}
.btn-wrap.flex-c button {
  width: calc(50% - 6px);
  margin-left: 6px;
}
.btn-wrap.flex-c button:first-of-type {
  margin-right: 6px;
  margin-left: 0;
}
.btn-wrap.flex-c button.wide {
  margin: 0;
  width: 100%;
}

.btn-result-more {
  border-radius: 8px;
  background: #F7F7F7;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  width: 100%;
}
.btn-result-more em {
  color: #3662E3;
  font-weight: 800;
}
.btn-result-more i {
  width: 16px;
  height: 16px;
  background: url(../images/main/icon-more-arrow.svg) no-repeat center 50%;
  margin-left: 8px;
  transition: all 400ms ease-in-out;
}
.btn-result-more span {
  color: #000;
  text-align: center;
  min-width: 34px;
}
.btn-result-more.folding-type i {
  transform: rotateX(180deg);
}

.brand-keyword-list {
  position: absolute;
  left: 0;
  top: 67px;
  border: 1.5px solid #D9DBE1;
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.11);
  backdrop-filter: blur(4.5px);
  overflow: hidden;
  transition: all 100ms ease-in;
  background: #ffffff;
  z-index: -1;
  opacity: 0;
  width: 448px;
  display: none;
}
.brand-keyword-list.active {
  border: 1px solid #D9DBE1;
  background: #FFF;
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.11);
  backdrop-filter: blur(4.5px);
  z-index: 100;
  opacity: 1;
  display: block;
}
.brand-keyword-list .scroll {
  max-height: 392px;
  overflow-y: auto;
}
.brand-keyword-list .item-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  padding: 10px 16px;
  background: #F8FAFF;
  z-index: 10;
}
.brand-keyword-list .item-title span {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  color: #444444;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  width: 100%;
  height: 24px;
  letter-spacing: -0.28px;
}
.brand-keyword-list .item-title span em {
  display: inline-block;
  border-radius: 20px;
  background: #ffffff;
  color: #3662E3;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  padding: 0 8px;
  line-height: 22px;
  letter-spacing: -0.24px;
  flex: 0 1 24px;
  margin-left: 6px;
}
.brand-keyword-list .item-title i {
  width: 24px;
  height: 24px;
  background: url(../images/icon/ico-arrow-bottom.svg) no-repeat center 0;
}
.brand-keyword-list .item-title.close i {
  transform: rotateX(-180deg);
}
.brand-keyword-list ul {
  position: relative;
  height: auto;
  opacity: 1;
  transition: height 400ms ease-in-out, opacity 100ms ease-in-out;
}
.brand-keyword-list ul.slideUp {
  height: 0;
  opacity: 0;
}
.brand-keyword-list ul li {
  position: relative;
}
.brand-keyword-list ul li a {
  padding: 11px 24px;
  display: block;
}
.brand-keyword-list ul li a:hover {
  background: #F8F9FA;
}

.select-wrap select {
  padding: 10px 0 8px;
  min-height: 42px;
  width: 100%;
  border: 1px solid transparent;
  border-bottom: 1px solid #DEDEDE;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.16px;
  max-width: 448px;
  color: #111111;
  background: url(../images/icon/ico-arrow-bottom.svg) no-repeat right 0 top 10px;
}
.select-wrap select:focus, .select-wrap select.active {
  border-bottom: 1px solid #111111;
  outline: none;
}
.select-wrap select.error {
  border-bottom: 1px solid #EB444C;
}
.select-wrap select:disabled {
  color: #BCBCBC;
  border-bottom: 1px solid #DEDEDE;
}
.select-wrap select:read-only {
  border-bottom: 1px solid #DEDEDE;
}
.select-wrap select option {
  padding: 4px 0;
  line-height: 31px;
  height: 30px;
}
.select-wrap select option:hover {
  background: #F1F5FF;
  color: #3F74F4;
}

.input-wrap {
  position: relative;
}
.input-wrap input {
  padding: 10px 0 8px;
  min-height: 42px;
  width: 100%;
  border: 1px solid transparent;
  border-bottom: 1px solid #DEDEDE;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.16px;
  border-radius: 0;
}
.input-wrap input:focus, .input-wrap input.active {
  border-bottom: 1px solid #111111;
}
.input-wrap input.error {
  border-bottom: 1px solid #EB444C;
}
.input-wrap input:disabled {
  color: #BCBCBC;
  border-bottom: 1px solid #DEDEDE;
}
.input-wrap input:read-only {
  color: #333333;
  border-bottom: 1px solid #DEDEDE;
  background: #ffffff;
}
.input-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #111111;
  width: 0;
  height: 1px;
  transition: width 300ms ease-in-out;
}
.input-wrap:hover:before {
  width: 100%;
}
.input-wrap.btn-in {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.input-wrap.btn-in:hover:before {
  width: 448px;
}
.input-wrap.btn-in input {
  max-width: 448px;
}
.input-wrap.btn-in button {
  margin-left: 16px;
}
.input-wrap.btn-time-in {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.input-wrap.btn-time-in:hover:before {
  width: 448px;
}
.input-wrap.btn-time-in input {
  max-width: 448px;
}
.input-wrap.btn-time-in .timer-txt {
  position: absolute;
  left: 394px;
  top: 12px;
  color: #333333;
  text-align: right;
}
.input-wrap.btn-time-in button {
  margin-left: 16px;
}

.certified-type .btn-time-in {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.certified-type .btn-time-in:hover:before {
  width: 648px;
}
.certified-type .btn-time-in input {
  width: 648px;
}
.certified-type .btn-time-in .timer-txt {
  position: absolute;
  right: 16px;
  top: 12px;
  color: #333333;
  text-align: right;
}
.certified-type .btn-time-in button {
  margin-left: 16px;
}

.find-id-info {
  border-radius: 8px;
  background: #F8F9FA;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding: 68px 0;
}
.find-id-info .id {
  color: #333333;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%; /* 36px */
  letter-spacing: -0.24px;
  text-align: center;
}
.find-id-info .date {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: -0.14px;
  text-align: center;
}
.find-id-info.password {
  padding: 24px;
  align-items: flex-start;
}
.find-id-info.password .id {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #666666;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: -0.16px;
  text-align: left;
}
.find-id-info.password .id span {
  position: relative;
  color: #333333;
  padding-left: 25px;
}
.find-id-info.password .id span:before {
  content: "";
  background: #DEDEDE;
  width: 1px;
  position: absolute;
  left: 12px;
  top: 6px;
  bottom: 6px;
}

.write-title {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 9px;
  border-bottom: 2px solid #333;
}
.write-title h2 {
  color: #111;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.18px;
}
.write-title span {
  color: #444;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.14px;
}
.write-title span em {
  padding-left: 2px;
  color: #3662E3;
}
.write-title.noneBor {
  border-bottom: 0 solid transparent;
  margin-bottom: 0;
}

.write-item {
  position: relative;
}
.write-item label {
  font-weight: 600;
}
.write-item label em {
  color: #3662E3;
  padding-left: 2px;
}
.write-item .flex-lr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.write-item .flex-lr:hover:before {
  width: 312px;
}
.write-item .flex-lr .input-wrap {
  width: 50%;
  margin-top: 0;
}
.write-item .flex-lr .select-dropdown {
  width: 100%;
}
.write-item .flex-l {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.write-item .flex-l:hover:before {
  max-width: 448px;
}
.write-item .flex-l .input-wrap {
  width: 100%;
  max-width: 448px;
}
.write-item .flex-l .select-dropdown {
  width: 100%;
  max-width: 456px;
}
.write-item .input-wrap {
  margin-top: 22px;
}
.write-item .input-wrap:first-of-type {
  margin-top: 0;
}

.find-flex-l {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 32px;
}
.find-flex-l &gt; * {
  margin-right: 12px;
}

.bu-type {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
.bu-type:before {
  content: "";
  width: 4px;
  height: 4px;
  display: block;
  border-radius: 50%;
  background: #666666;
  margin-right: 6px;
}

.btn-withdrawal {
  color: #666666;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.16px;
  margin-top: 20px;
  margin-bottom: 225px;
  text-decoration: underline;
  text-underline-position: under;
}

.tip-list {
  margin-top: 48px;
}
.tip-list li {
  padding: 6px;
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.28px;
}

.flex-lr {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.flex-lr .input-wrap {
  width: 448px;
}
.flex-lr .input-wrap input {
  max-width: 448px;
}
.flex-lr .checkbox-wrap {
  margin-left: 16px;
}

.message-box {
  margin-top: 12px;
  position: relative;
  z-index: 2;
}
.message-box p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.14px;
}
.message-box p.error-type {
  color: #EB444C;
}
.message-box p.success-type {
  color: #3662E3;
}
.message-box p.tip-type {
  padding-left: 20px;
  color: #767676;
  background: url(../images/icon/ico-Info.svg) no-repeat left 50%;
}

.btn-outline-blue {
  border-radius: 4px;
  border: 1px solid #3662E3;
  background: #ffffff;
  padding: 7px 16px;
  color: #3662E3;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.14px;
}
.btn-outline-blue:disabled {
  color: #FFF;
  background: #CCC;
  border: 1px solid #CCC;
}
.btn-outline-blue.big {
  padding: 13px 16px;
  font-size: 16px;
}
.btn-outline-blue.big60 {
  padding: 17px 16px;
  font-size: 16px;
}
.btn-outline-blue.wide {
  width: 100%;
}

.btn-outline-gray {
  border-radius: 4px;
  border: 1px solid #DEDEDE;
  background: #ffffff;
  padding: 7px 16px;
  color: #333333;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-outline-gray i.ico-arrow-r {
  margin-left: 8px;
  width: 24px;
  height: 24px;
  background: url("../images/icon/ico-arrow-right-24.svg") no-repeat center 50%;
}
.btn-outline-gray:disabled {
  color: #FFF;
  background: #CCC;
  border: 1px solid #CCC;
}
.btn-outline-gray.big {
  padding: 13px 16px;
  font-size: 16px;
}
.btn-outline-gray.small {
  padding: 5px 10px;
  font-size: 14px;
  color: #999999;
  line-height: 18px;
}
.btn-outline-gray.big60 {
  padding: 17px 16px;
  font-size: 16px;
}

.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: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;
}

.btn-full-black {
  border-radius: 4px;
  border: 1px solid #111;
  background: #111;
  padding: 7px 16px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.14px;
}
.btn-full-black:disabled {
  color: #FFF;
  background: #CCC;
  border: 1px solid #CCC;
}
.btn-full-black.big {
  padding: 13px 16px;
  font-size: 16px;
}

.status-event-badge {
  display: inline-block;
  height: 22px;
  padding: 0 6px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}
.status-event-badge.ing {
  border: 1px solid rgba(43, 150, 249, 0.3);
  background: #F5FAFF;
  color: #2B96F9;
}
.status-event-badge.stand-by {
  border: 1px solid rgba(71, 181, 151, 0.3);
  background: #F6FFFD;
  color: #47B597;
}
.status-event-badge.close {
  border: 1px solid #DEDEDE;
  background: #F7F7F7;
  color: #999999;
}

.checkbox-wrap input {
  display: none;
}
.checkbox-wrap input + label {
  position: relative;
  padding-left: 28px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.14px;
  white-space: nowrap;
  display: inline-block;
}
.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;
}
.checkbox-wrap input:checked + label:before {
  background: url(../images/icon/ico-check-active.svg) no-repeat center 50%;
  background-size: 24px;
}

.check-agree-all input {
  display: none;
}
.check-agree-all input + label {
  position: relative;
  padding-left: 40px;
  color: #111;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.18px;
}
.check-agree-all input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: url(../images/icon/ico-check-nor.svg) no-repeat center 50%;
  background-size: 32px;
}
.check-agree-all input:checked + label:before {
  background: url(../images/icon/ico-check-active.svg) no-repeat center 50%;
  background-size: 32px;
}

.select-dropdown {
  position: relative;
}
.select-dropdown .btn-select {
  padding: 10px 0 8px;
  min-height: 42px;
  width: 100%;
  border: 1px solid transparent;
  border-bottom: 1px solid #DEDEDE;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.16px;
  max-width: 448px;
  text-align: left;
  color: #666666;
  background: url(../images/icon/ico-arrow-bottom.svg) no-repeat right 0 top 10px;
}
.select-dropdown .select-list {
  position: absolute;
  left: 0;
  top: 43px;
  border: 1.5px solid #D9DBE1;
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.11);
  backdrop-filter: blur(4.5px);
  overflow: hidden;
  transition: all 100ms ease-in;
  background: #ffffff;
  width: 448px;
  max-height: 234px;
  overflow-y: auto;
  z-index: -1;
  opacity: 0;
}
.select-dropdown .select-list.active {
  border: 1px solid #D9DBE1;
  background: #FFF;
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.11);
  backdrop-filter: blur(4.5px);
  z-index: 100;
  opacity: 1;
  animation: popupAni 0.4s 0s both;
}
.select-dropdown .select-list ul {
  position: relative;
  height: auto;
  opacity: 1;
  transition: height 200ms ease-in-out, opacity 100ms ease-in-out;
}
.select-dropdown .select-list ul li {
  position: relative;
}
.select-dropdown .select-list ul li a {
  padding: 11px 16px;
  display: block;
  white-space: nowrap;
}
.select-dropdown .select-list ul li a:hover {
  background: #F8FAFF;
}

.question-guide {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: -0.14px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  position: relative;
  margin-top: 16px;
}
.question-guide i {
  display: inline-block;
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background: url(../images/icon/ico-line-help.svg) no-repeat right 50%;
}

.question-txt {
  display: none;
}
.question-txt.active {
  display: block;
  position: absolute;
  left: 124px;
  top: 34px;
  border-radius: 4px;
  border: 1px solid #DEDEDE;
  background: #FFF;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.08);
  padding: 13px 12px;
}
.question-txt.active:before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 10px;
  width: 22px;
  height: 11px;
  background: url(../images/common/bg-question.svg) no-repeat -17px 0;
}
.question-txt.active .btn-popup-close {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 16px;
  height: 16px;
  background: url(../images/icon/ico-popup-close.svg) no-repeat center 0;
  background-size: 16px;
  font-size: 0;
}
.question-txt.active ul li {
  position: relative;
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.28px;
  padding: 3px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.question-txt.active ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  display: block;
  border-radius: 50%;
  background: #666666;
  margin-right: 6px;
}

.login-wrap {
  padding-top: 76px;
  padding-bottom: 129px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  margin-top: 0;
}
.login-wrap .left-col {
  width: 709px;
}
.login-wrap .left-col .big-title {
  margin-top: 40px;
  animation: popupAni 1s 0.2s both;
}
.login-wrap .left-col .big-title span {
  color: #111111;
  font-size: 32px;
  font-weight: 700;
  line-height: 53px;
  letter-spacing: -0.38px;
}
.login-wrap .left-col .big-title span.txt-blue {
  color: #3662E3;
}
.login-wrap .left-col .big-title p {
  margin-top: 16px;
  font-size: 0;
  width: 403px;
  height: 49px;
  background: url(../images/common/teamubist-big.svg) no-repeat center 0;
  background-size: 100%;
}
.login-wrap .left-col .small-txt {
  margin-top: 32px;
  color: #666;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.16px;
  animation: popupAni 1s 0.4s both;
}
.login-wrap .left-col .introduce-divi {
  margin-top: 56px;
  position: relative;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%; /* 27px */
  letter-spacing: -0.18px;
  animation: popupAni 1s 0.4s both;
}
.login-wrap .left-col .swiper-wide-banner {
  margin-top: 129px;
  animation: popupAni 1s 0.6s both;
}
.login-wrap .right-col {
  width: 528px;
  filter: drop-shadow(4px 4px 20px rgba(0, 0, 0, 0.11));
  backdrop-filter: blur(4.5px);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #DEDEDE;
  padding: 56px 64px 48px;
  border-radius: 16px;
  position: relative;
}
.login-wrap .right-col .welcome-txt {
  color: #111;
  font-size: 26px;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: -0.26px;
}
.login-wrap .right-col .input-wrap {
  position: relative;
  padding-top: 18px;
}
.login-wrap .right-col .input-wrap input {
  background: transparent;
}
.login-wrap .right-col .input-wrap input + label {
  position: absolute;
  top: -10px;
  left: 0;
  display: none;
}
.login-wrap .right-col .login-write li {
  margin-top: 8px;
}
.login-wrap .right-col .login-write li .btn-full-blue {
  width: 100%;
  margin-top: 16px;
  padding: 17px 0;
}
.login-wrap .right-col .login-write li .input-wrap .btn-show-password {
  display: none;
}
.login-wrap .right-col .login-write li .text-guide-error {
  display: none;
}
.login-wrap .right-col .flex-lr {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.login-wrap .right-col .flex-lr .checkbox-wrap {
  margin-left: 0;
}
.login-wrap .right-col .flex-lr button {
  color: #999;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.14px;
  margin-left: 16px;
}
.login-wrap .right-col .flex-lr button:first-child {
  position: relative;
}
.login-wrap .right-col .flex-lr button:first-child:before {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 6px;
  right: -9px;
  background: #DEDEDE;
  width: 1px;
}
.login-wrap .right-col .join-btn-wrap {
  margin-top: 69px;
  border-top: 1px solid #DEDEDE;
  padding-top: 24px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.login-wrap .right-col .join-btn-wrap p {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.16px;
}
.login-wrap .right-col .join-btn-wrap p span {
  color: #3662E3;
}
.login-wrap .right-col .join-btn-wrap button {
  color: #3662E3;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: -0.16px;
  text-decoration: underline;
  text-underline-position: under;
}
.login-wrap .right-col .message-box {
  position: absolute;
  bottom: 137px;
  left: 64px;
}
.login-wrap .right-col .message-box p {
  line-height: 21px;
}

.search-result-wrap {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  padding: 0 140px 100px;
}
.search-result-wrap .search-bar-wrap {
  width: 648px;
  margin: 32px auto 40px;
  position: relative;
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.11);
  border-radius: 40px;
  animation: popupAni 1s 0s both;
  z-index: 10;
}
.search-result-wrap .search-bar-wrap .search-bar {
  border-radius: 40px;
  border: 1.5px solid #888DB6;
  background: #FFF;
  backdrop-filter: blur(4.5px);
  position: relative;
  z-index: 10;
}
.search-result-wrap .search-bar-wrap .search-bar.active {
  border-radius: 16px 16px 0px 0px;
  border: 1px solid #D9DBE1;
  background: #FFF;
  backdrop-filter: blur(4.5px);
}
.search-result-wrap .search-bar-wrap .search-bar .search-keyword-write {
  padding: 13px 68px;
  width: 100%;
  border: 0;
  background: transparent;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.18px;
  color: #333;
}
.search-result-wrap .search-bar-wrap .search-bar .btn-search {
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: url(../images/icon/ico-line-search-b.svg) no-repeat center 50%;
  font-size: 0;
  background-size: 32px;
}
.search-result-wrap .search-bar-wrap .search-bar .btn-delete {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  font-size: 0;
  background: url(../images/icon/ico-delete.svg) no-repeat center 0;
  animation: popupAni 1s 0s both;
}
.search-result-wrap .small-right-banner {
  position: absolute;
  right: -338px;
  top: -1px;
}
.search-result-wrap .search-keyword-list {
  position: absolute;
  left: 0;
  right: 0;
  top: 54px;
  border: 1.5px solid #888DB6;
  background: #FFF;
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.11);
  backdrop-filter: blur(4.5px);
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  transform: translateY(-60px);
  display: none;
}
.search-result-wrap .search-keyword-list.active {
  border: 1px solid #D9DBE1;
  background: #FFF;
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.11);
  backdrop-filter: blur(4.5px);
  z-index: 9;
  opacity: 1;
  transform: translateY(0);
  display: block;
}
.search-result-wrap .search-keyword-list .scroll {
  max-height: 350px;
  overflow-y: auto;
}
.search-result-wrap .search-keyword-list .item-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  padding: 12px 16px;
  position: sticky;
  top: 0;
  background: #F8FAFF;
  z-index: 10;
}
.search-result-wrap .search-keyword-list .item-title span {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  color: #444444;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  width: 100%;
  height: 24px;
  letter-spacing: -0.28px;
}
.search-result-wrap .search-keyword-list .item-title span em {
  display: inline-block;
  border-radius: 20px;
  background: #ffffff;
  color: #3662E3;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  padding: 0 8px;
  line-height: 22px;
  letter-spacing: -0.24px;
  flex: 0 1 24px;
  margin-left: 6px;
}
.search-result-wrap .search-keyword-list .item-title i {
  width: 24px;
  height: 24px;
  background: url(../images/icon/ico-arrow-bottom.svg) no-repeat center 0;
}
.search-result-wrap .search-keyword-list .item-title.close i {
  transform: rotateX(-180deg);
}
.search-result-wrap .search-keyword-list ul {
  position: relative;
  z-index: 1;
  height: auto;
  opacity: 1;
  transition: height 400ms ease-in-out, opacity 100ms ease-in-out;
}
.search-result-wrap .search-keyword-list ul.slideUp {
  height: 0;
  opacity: 0;
}
.search-result-wrap .search-keyword-list ul li {
  position: relative;
}
.search-result-wrap .search-keyword-list ul li a {
  padding: 10px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search-result-wrap .search-keyword-list ul li a .drug-name {
  width: auto;
  display: block;
  flex: 1 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.search-result-wrap .search-keyword-list ul li a .company-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-width: 140px;
  flex: 1 0;
  color: #888DB6;
  text-align: right;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 184.615% */
  letter-spacing: -0.26px;
}
.search-result-wrap .search-keyword-list ul li a:hover {
  background: #F8F9FA;
}
.search-result-wrap .search-keyword-list ul li.active a {
  background: #F8F9FA;
  color: #111111;
}

.total-title {
  color: #111111;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 33px;
  margin-bottom: 16px;
}
.total-title .number {
  color: #111111;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px; /* 150% */
  letter-spacing: -0.16px;
  margin-left: 8px;
}
.total-title .number em {
  font-weight: 700;
}

.post-list {
  border-top: 2px solid #333333;
}
.post-list .post-item {
  border-bottom: 1px solid #DEDEDE;
}
.post-list .post-item:last-child {
  border-bottom: 1px solid transparent;
}
.post-list .post-item a {
  padding: 24px 0;
  display: block;
}
.post-list .post-item a .title {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-list .post-item a .txt {
  margin-top: 8px;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.post-list .post-item a .info {
  line-height: 150%;
}
.post-list .post-item a .info .office {
  color: #333;
  font-size: 13px;
  font-weight: 700;
}
.post-list .post-item a .info .date {
  color: #999;
  font-size: 14px;
  font-weight: 400;
  padding-left: 17px;
  position: relative;
}
.post-list .post-item a .info .date:before {
  content: "";
  background: #DEDEDE;
  width: 1px;
  position: absolute;
  left: 8px;
  top: 3px;
  bottom: 3px;
}
.post-list .post-item a:hover {
  background: #F8F9FA;
}
.post-list .post-item a:hover .title {
  color: #3662E3;
  text-decoration-line: underline;
}

.s-tb-title {
  margin-top: 64px;
  padding: 12px 0 8px;
  color: #111;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.18px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}
.s-tb-title span {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.28px;
  margin-left: auto;
}
.s-tb-title .btn-kims {
  border-radius: 4px;
  border: 1px solid #cccccc;
  background: #ffffff url(../images/main/icon-newWindow.svg) no-repeat right 9px top 50%;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
  letter-spacing: -0.28px;
  text-transform: uppercase;
  padding: 5px 26px 5px 10px;
  margin-left: 12px;
}
.s-tb-title:first-child {
  margin-top: 0;
}

.tb-common {
  border-top: 1px solid #333333;
  margin-bottom: 30px;
}
.tb-common table {
  width: 100%;
}
.tb-common table th, .tb-common table td {
  border-left: 1px solid #E9EAEB;
  border-bottom: 1px solid #E9EAEB;
  font-size: 14px;
  line-height: 150%; /* 21px */
  letter-spacing: -0.14px;
  padding: 12px 16px;
  text-align: left;
}
.tb-common table th.noneBorLeft, .tb-common table td.noneBorLeft {
  border-left: none;
}
.tb-common table th {
  background: #F5F7F9;
  color: #333;
  font-weight: 500;
}
.tb-common table th:first-child {
  border-left: none;
}
.tb-common table td {
  color: #666666;
  font-weight: 500;
}
.tb-common table thead th {
  text-align: center;
}

.chart-wrap {
  border: 1px solid #DEDEDE;
  border-radius: 8px;
  padding: 54px 64px 12px;
  position: relative;
}
.chart-wrap .legend-won {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.28px;
  position: absolute;
  left: 50px;
  top: 32px;
}
.chart-wrap .xLine {
  position: absolute;
  left: 93px;
  right: 71px;
  bottom: 65px;
  height: 1px;
  background: #888DB6;
}
.chart-wrap .yLine {
  position: absolute;
  left: 93px;
  top: 65px;
  bottom: 65px;
  width: 1px;
  background: #ffffff;
}

.drug-tool-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 0 0 8px;
  min-height: 44px;
}
.drug-tool-wrap .wid-fix {
  width: 770px;
  overflow: hidden;
  height: 44px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.drug-tool-wrap .wid-fix .btn-label-drug {
  flex: 0 0 auto;
}
.drug-tool-wrap .btn-label-drug {
  border-radius: 40px;
  border: 1px solid #cccccc;
  background: #ffffff;
  padding: 8px 12px;
  margin: 8px 8px 0 0;
  color: #111111;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.28px;
}
.drug-tool-wrap .btn-label-drug.active {
  border: 1px solid #3662E3;
  color: #3662E3;
}
.drug-tool-wrap .btn-drugAll-toggle {
  background: linear-gradient(270deg, #FFF 71.43%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.drug-tool-wrap .btnDrugToggle {
  font-size: 0;
  width: 32px;
  height: 32px;
  border-radius: 40px;
  border: 1px solid #D9DBE1;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
  background: #ffffff;
}
.drug-tool-wrap .btnDrugToggle i {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/main/icon-line-drug.svg) no-repeat center 50%;
}
.drug-tool-wrap .btnDrugToggle.active i {
  transform: rotate(-180deg);
}
.drug-tool-wrap .drug-tool-list {
  position: absolute;
  right: 0;
  top: 57px;
  border: 1px solid #888DB6;
  border-radius: 8px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
  padding: 12px 20px 20px;
  width: 440px;
  background: #ffffff;
  transition: all 0.3s;
  max-height: 0;
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  transform: translateY(-30px);
}
.drug-tool-wrap .drug-tool-list.active {
  max-height: 100vw;
  opacity: 1;
  top: 57px;
  transform: translateY(0);
}

.drug-info-box {
  border-radius: 16px;
  border: 1px solid #DEDEDE;
  background: #ffffff;
  backdrop-filter: blur(4.5px);
  padding: 24px;
  margin-top: 75px;
}
.drug-info-box .name {
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%; /* 27px */
  letter-spacing: -0.18px;
  margin-bottom: 8px;
}
.drug-info-box .dib-tb table {
  width: 100%;
}
.drug-info-box .dib-tb table th {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%; /* 21px */
  text-align: left;
  vertical-align: top;
}
.drug-info-box .dib-tb table td {
  color: #111111;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%; /* 21px */
  text-align: left;
}
.drug-info-box .dib-tb table th, .drug-info-box .dib-tb table td {
  padding: 6px 12px 6px 0;
}

.competitive-brand-wrap {
  margin-top: 56px;
}
.competitive-brand-wrap .title {
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%; /* 27px */
  letter-spacing: -0.18px;
  margin-bottom: 8px;
}
.competitive-brand-wrap .btn-label-cBrand {
  border-radius: 24px;
  border: 1px solid #DEDEDE;
  background: #ffffff url(../images/main/icon-search.svg) no-repeat left 16px top 50%;
  padding: 8px 16px 8px 38px;
  margin: 8px 12px 0 0;
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.28px;
}
.competitive-brand-wrap .btn-label-cBrand:hover {
  border: 1px solid #888DB6;
  color: #333;
  background: #F8FAFF url(../images/main/icon-search.svg) no-repeat left 16px top 50%;
}

.notification-list ul {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.notification-list ul li {
  width: calc(50% - 24px);
  margin: 0 12px 16px;
  border-radius: 8px;
  border: 1px solid #DEDEDE;
  background: #ffffff;
  backdrop-filter: blur(4.5px);
}
.notification-list ul li a {
  display: block;
  width: 100%;
  padding: 20px 24px;
}
.notification-list ul li a .title {
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}
.notification-list ul li a .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-list ul li a .info {
  margin-top: 8px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.notification-list ul li a .info .number {
  position: relative;
  padding-right: 17px;
}
.notification-list ul li a .info .number:after {
  content: "";
  position: absolute;
  right: 7px;
  top: 3px;
  height: 12px;
  width: 1px;
  background: #DEDEDE;
}
.notification-list ul li a .info .date {
  color: #999999;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
  width: 120px;
  flex: 0 1 120px;
  text-align: right;
}
.notification-list ul li a .left-col {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%; /* 21px */
  flex: 1 1;
}
.notification-list ul li:hover {
  border-color: #888DB6;
}

.patent-list ul {
  border-top: 2px solid #333333;
}
.patent-list ul li a {
  display: block;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #DEDEDE;
  background: #ffffff;
  backdrop-filter: blur(4.5px);
}
.patent-list ul li a .title {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.patent-list ul li a .title .label {
  border-radius: 4px;
  border: 1px solid rgba(71, 181, 151, 0.5);
  background: #F6FFFD;
  color: #47B597;
  font-size: 13px;
  font-weight: 500;
  margin-right: 8px;
  padding: 1px 8px;
  flex: 0 0 auto;
}
.patent-list ul li a .title .txt {
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  flex: 1 1;
}
.patent-list ul li a .info {
  margin-top: 8px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.patent-list ul li a .info span {
  display: block;
}
.patent-list ul li a .info .left-col {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%; /* 21px */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  flex: 1 1;
  margin-top: 0;
}
.patent-list ul li a .info .date {
  color: #999999;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
  width: 120px;
  flex: 0 1 120px;
  text-align: right;
}
.patent-list ul li a:hover {
  background: #F8F9FA;
}
.patent-list ul li a:hover .title .txt {
  font-weight: 700;
  color: #3662E3;
  text-decoration: underline;
  text-underline-position: under;
}
.patent-list.clinical-practice-type ul li a .title .label {
  border-radius: 4px;
  border: 1px solid rgba(141, 86, 200, 0.5);
  background: #FDFAFF;
  color: #8D56C8;
}

.round-box {
  border-radius: 16px;
  border: 1px solid #DEDEDE;
  background: #FFF;
  backdrop-filter: blur(4.5px);
  overflow: hidden;
  padding: 32px;
  overflow-x: auto;
}
.round-box .btn-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 0;
}
.round-box .btn-wrap button {
  border-radius: 0 0 16px 16px;
}
.round-box .tb-common {
  margin-bottom: 0 !important;
}
.round-box .tb-common.drug-price {
  margin-bottom: 48px !important;
}

.result-empty {
  margin: 40px 0 80px;
  display: flex;
  align-items: center;
  justify-self: center;
  flex-wrap: wrap;
  flex-direction: column;
  padding-top: 88px;
  background: url(../images/main/icon-empty.svg) no-repeat center 0;
}
.result-empty p {
  width: 100%;
}
.result-empty .txt {
  color: #111111;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%; /* 27px */
}
.result-empty .s-txt {
  margin-top: 8px;
  color: #666;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%; /* 21px */
}

.add-remove-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
.add-remove-wrap button {
  width: 40px;
  height: 40px;
  margin-right: 8px;
  font-size: 0;
}
.add-remove-wrap button.btn-cac-add {
  margin-left: 0;
  background: url(../images/myPage/icon-add.svg) no-repeat center 50%;
}
.add-remove-wrap button.btn-cac-remove {
  background: url(../images/myPage/icon-remove.svg) no-repeat center 50%;
}

.corporate-account-tab {
  position: relative;
  width: 630px;
  margin-top: 24px;
}
.corporate-account-tab ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.corporate-account-tab ul li {
  margin-right: 20px;
}
.corporate-account-tab ul li a {
  display: block;
  color: #999;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.16px;
  padding: 6px 0;
  border-bottom: 2px solid transparent;
}
.corporate-account-tab ul li a.active {
  color: #3662E3;
  font-weight: 700;
  border-bottom: 2px solid #3662E3;
}

.company-tip {
  margin-top: 48px;
}
.company-tip ul li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 12px;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.28px;
}
.company-tip ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 8px;
  background: var(--basic-666666, #666);
  display: block;
  margin-right: 6px;
  flex: 0 0 4px;
  margin-top: 8px;
}

.corporate-account-contents .acc-empty {
  border-radius: 8px;
  background: #F8F9FA;
  padding: 34px;
  margin-top: 32px;
}
.corporate-account-contents .acc-empty p {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.28px;
  text-align: center;
}
.corporate-account-contents .cac-add-items {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 32px;
  flex-wrap: wrap;
  gap: 20px;
}
.corporate-account-contents .cac-add-items .add-item {
  width: 314px;
  position: relative;
}
.corporate-account-contents .cac-add-items .add-item dl {
  border-radius: 8px;
  border: 1px solid #DEDEDE;
  background: #FFF;
  padding: 17px 24px;
}
.corporate-account-contents .cac-add-items .add-item dl dt {
  color: #999;
  font-size: 13px;
  line-height: 24px; /* 184.615% */
  letter-spacing: -0.13px;
}
.corporate-account-contents .cac-add-items .add-item dl dd {
  margin-top: 8px;
  color: #111;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px; /* 150% */
  letter-spacing: -0.16px;
}
.corporate-account-contents .cac-add-items .add-item .btn-wrap {
  position: absolute;
  right: 15px;
  top: 15px;
  padding-top: 0;
}
.corporate-account-contents .cac-add-items .add-item .btn-wrap button {
  color: #666;
  font-size: 13px;
  font-weight: 400;
  line-height: 150%; /* 19.5px */
  margin: 0 8px;
  position: relative;
}
.corporate-account-contents .cac-add-items .add-item .btn-wrap button:first-child:before {
  content: "";
  width: 1px;
  position: absolute;
  height: 12px;
  right: -9px;
  top: 4px;
  background: #DEDEDE;
}
.corporate-account-contents .cac-add-items .add-item:hover dl, .corporate-account-contents .cac-add-items .add-item.active dl {
  border: 1px solid #3662E3;
}
.corporate-account-contents .cac-add-items .add-item:hover dl dt, .corporate-account-contents .cac-add-items .add-item.active dl dt {
  color: #3662E3;
}
.corporate-account-contents .cac-add-items .add-item:hover dl dd, .corporate-account-contents .cac-add-items .add-item.active dl dd {
  color: #3662E3;
  font-size: 16px;
  font-weight: 600;
}
.btn-full-add {
  width: 100%;
  height: 92px;
  border-radius: 8px;
  font-size: 0;
  background: #F8FAFF url(../images/icon/icon-new.svg) no-repeat center 50% !important;
}
.btn-full-add.ing-type {
  background: #F8FAFF url(../images/icon/icon-new-check.svg) no-repeat center 50%;
}

.corporate-account-contents .cac-add-items .add-item.stop-type dl {
  border-color: #DEDEDE;
  background: #F8F9FA;
}
.corporate-account-contents .cac-add-items .add-item.stop-type dl dt {
  color: #999999;
}
.corporate-account-contents .cac-add-items .add-item.stop-type dl dd {
  color: #cccccc;
}
.corporate-account-contents .cac-add-items .add-item.stop-type dl dd span.line-through {
  text-decoration: line-through;
}
.corporate-account-contents .cac-add-items .add-item.stop-type dl dd span.txt-red {
  color: #EB444C;
  font-size: 14px;
  margin-left: 4px;
}
.corporate-account-contents .cac-add-items .add-item.stop-type:hover dl dd, .corporate-account-contents .cac-add-items .add-item.stop-type.active dl dd {
  font-weight: 500;
}
.corporate-account-contents .cac-add-items .add-item.none-active dl {
  border-color: #DEDEDE;
  background: #F8F9FA;
}
.corporate-account-contents .cac-add-items .add-item.none-active dl dt {
  color: #999999;
}
.corporate-account-contents .cac-add-items .add-item.none-active dl dd {
  color: #cccccc;
}
.corporate-account-contents .cac-add-items .add-item.none-active dl dd span.line-through {
  text-decoration: line-through;
}
.corporate-account-contents .cac-add-items .add-item.none-active dl dd span.txt-red {
  color: #cccccc;
  font-size: 14px;
  margin-left: 4px;
}
.corporate-account-contents .cac-add-items .add-item.none-active:hover dl dd, .corporate-account-contents .cac-add-items .add-item.none-active.active dl dd {
  font-weight: 500;
}

.midd-line {
  margin-top: 32px;
  border-top: 2px solid #333333;
  display: block;
}

.file-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 9px;
}
.file-wrap input[type=file] {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.file-wrap .file-none {
  margin-left: 16px;
  line-height: 40px;
}
.file-wrap span {
  margin-right: 16px;
  color: #999999;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.16px;
}
.file-wrap span:first-child {
  margin-left: 0;
}
.file-wrap .btn-file {
  border-radius: 4px;
  border: 1px solid #DEDEDE;
  background: #ffffff;
  padding: 8px 16px;
  height: 40px;
  color: #333333;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.14px;
}
.file-wrap .file-box {
  border-radius: 4px;
  border: 1px solid #DEDEDE;
  background: #ffffff;
  padding: 6px 16px 6px 12px;
  width: calc(100% - 102px);
  margin-left: 16px;
  margin-right: 4px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.file-wrap .file-box .file-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  color: #333333;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  letter-spacing: -0.14px;
  flex: 1 0;
}
.file-wrap .file-box .file-item em {
  display: block;
  max-width: 265px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.file-wrap .file-box .file-item:hover .alt-tooltip {
  display: block;
}
.file-wrap .file-box .file-item .alt-tooltip {
  display: none;
  position: absolute;
  left: 28px;
  top: 28px;
  border-radius: 2px;
  border: 1px solid #DEDEDE;
  background: #F7F7F7;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
  color: #666666;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: -0.11px;
  padding: 4px 20px 4px 4px;
  z-index: 50;
  width: auto;
}
.file-wrap .file-box .btn-delete {
  font-size: 0;
  color: transparent;
  width: 24px;
  height: 24px;
  background: url(../images/icon/ico-line-delete.svg) no-repeat center 50%;
}

.swiper-wide-banner {
  position: relative;
  z-index: 100;
  width: 100%;
  border-radius: 16px;
  margin-top: 24px;
}
.swiper-wide-banner .mainBanner {
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
}
.swiper-wide-banner .swiper-btn {
  position: absolute;
  right: 12px;
  top: -20px;
  width: 100px;
  height: 8px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.swiper-wide-banner .swiper-btn .swiper-pagination {
  color: #342E2E;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%; /* 18.2px */
  letter-spacing: -0.52px;
}
.swiper-wide-banner .swiper-btn .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  line-height: 10px;
  border-radius: 4px;
  background: #DEDEDE;
  opacity: 1;
  margin-left: 6px;
  vertical-align: top;
  transition: 0.5s;
}
.swiper-wide-banner .swiper-btn .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-radius: 30px;
  opacity: 0.5;
  background: #3662E3;
  width: 16px;
}
.swiper-wide-banner .swiper-slide a {
  display: block;
  border-radius: 16px;
  overflow: hidden;
}

.good-features-wrap {
  position: relative;
  border-radius: 16px;
  background: #F8F9FA;
  padding: 16px 40px;
  width: 226px;
  margin: 60px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.good-features-wrap .txt {
  color: #333;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 164%; /* 22.96px */
  letter-spacing: -0.14px;
}
.good-features-wrap .heart {
  width: 36px;
  height: 36px;
}
.good-features-wrap .heart:before {
  content: "";
  display: inline-block;
  line-height: 1;
  width: 36px;
  height: 36px;
  background: url(../images/main/icon-heart-line.svg) no-repeat center center;
}
.good-features-wrap .heart.active:before {
  background: url(../images/main/icon-heart-full.svg) no-repeat center center;
  opacity: 0;
  transform: scale(0.7);
  animation: heartbeat 0.4s both ease;
}
.good-features-wrap .heart-length {
  color: #666666;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 164%; /* 21.32px */
  letter-spacing: -0.13px;
}
@keyframes heartbeat {
  50% {
    transform: scale(1.3);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.contents-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin: 0 22px;
}
.contents-banner .banner-item {
  border-radius: 16px;
  border: 1px solid #DEDEDE;
  background: #FFF;
  padding: 30px 20px;
  flex: 0 0 33%;
}
.contents-banner .banner-item dl dt {
  color: #333333;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%; /* 32px */
  letter-spacing: -0.6px;
}
.contents-banner .banner-item dl dd {
  margin-top: 8px;
  margin-bottom: 18px;
  color: #666666;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 160%; /* 24px */
  letter-spacing: -0.45px;
}
.contents-banner .banner-item button {
  color: #3662E3;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  letter-spacing: -0.14px;
  border-radius: 4px;
  border: 1px solid #3662E3;
  background: #ffffff;
  width: 100%;
  padding: 8px 16px;
}

.calendar-wrp {
  align-items: flex-start;
  justify-content: space-between;
  position: absolute;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.08);
  top: 38px;
  left: 0;
  display: none;
  z-index: 400;
}

.period-calendar-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  margin-right: 10px;
}
.period-calendar-wrap .calendar-type {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
.period-calendar-wrap .calendar-type input {
  width: 134px;
  font-weight: 500;
  font-size: 13px;
  line-height: 14px;
  height: 32px;
  letter-spacing: 0.03em;
  color: #555555;
  padding: 7px 26px 7px 10px;
  border-radius: 4px;
  border: 1px solid #DEDEDE;
  background: #F7F7F7 url(../images/icon/ico-calendar-month.svg) no-repeat right 8px top 4px;
}
.period-calendar-wrap .calendar-type input:focus {
  outline: none;
  border: 1px solid #111111;
}
.period-calendar-wrap .check-wrap {
  margin-left: 20px;
}
.period-calendar-wrap .bu-wave {
  margin: 0 6px;
  width: 8px;
  height: 3px;
  display: block;
  background: url(../images/icon/bu-wave.svg) no-repeat 0 0;
}
.period-calendar-wrap .right-col {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.period-calendar-wrap .right-col .select-wrap {
  margin-right: 8px;
}

.list-filter {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  border-radius: 8px;
  background: #F8FAFF;
  padding: 16px;
  margin-top: 8px;
}
.list-filter .date-select-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
}
.list-filter .date-select-wrap button {
  padding: 6px 0;
  border-radius: 4px;
  border: 1px solid #DEDEDE;
  background: #ffffff;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
  letter-spacing: -0.28px;
  width: 50px;
}
.list-filter .date-select-wrap button.active {
  background: #3662E3;
  color: #ffffff;
  border: 1px solid #3662E3;
}
.list-filter .select-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
.list-filter .select-wrap label {
  color: #666666;
  font-size: 13px;
  font-weight: 600;
  line-height: 22px; /* 169.231% */
  letter-spacing: -0.13px;
  width: 30px;
  display: block;
  flex: 0 0 30px;
}
.list-filter .select-wrap select {
  margin-left: 8px;
  border-radius: 4px;
  border: 1px solid #DEDEDE;
  background: #FFF url(../images/icon/icon-select.svg) no-repeat right 8px top 50%;
  color: #333333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.14px;
  min-height: 32px;
  padding: 1px 24px 1px 6px;
}
.list-filter .btn-reset {
  flex: 0 0 56px;
  width: 56px;
  height: 30px;
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
  letter-spacing: -0.28px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  background: #ffffff;
}

.period-calendar {
  width: 352px;
  padding: 22px 22px 11px;
}
.period-calendar.single-type {
  border-radius: 12px;
  box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.08);
  align-items: flex-start;
  justify-content: space-between;
}
.period-calendar .calendar {
  background: #FFFFFF;
}
.period-calendar .calendar .header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  position: relative;
}
.period-calendar .calendar .header .year-month {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.01em;
  color: #333333;
  text-align: center;
}
.period-calendar .calendar .header .year-month button {
  margin: 16px;
  padding-right: 23px;
  background: url(../images/icon/ico-calDown.svg) no-repeat right 50%;
}
.period-calendar .calendar .header .common-calendar-list {
  z-index: 99;
  position: absolute;
  border-radius: 4px;
  border: 1px solid #DEDEDE;
  background: #ffffff;
  box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.08);
  padding: 8px 8px;
  max-height: 322px;
  overflow-y: auto;
  min-width: 99px;
}
.period-calendar .calendar .header .common-calendar-list ul li button {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: -0.28px;
}
.period-calendar .calendar .header .common-calendar-list.year-list {
  left: 67px;
  top: 44px;
}
.period-calendar .calendar .header .common-calendar-list.month-list {
  left: 157px;
  top: 44px;
}
.period-calendar .calendar .main .days {
  display: flex;
  padding: 4px 0;
}
.period-calendar .calendar .main .days .day {
  width: 44px;
  text-align: center;
  font-weight: 600;
  color: var(--basic-999999, #999);
  font-size: 13px;
  line-height: 18px; /* 138.462% */
  text-transform: uppercase;
}
.period-calendar .calendar .main .days .day:first-child {
  color: #FF7272;
}
.period-calendar .calendar .main .days .day:last-child {
  color: #4499FD;
}
.period-calendar .calendar .main .dates {
  margin-top: 8px;
  display: flex;
  flex-flow: row wrap;
}
.period-calendar .calendar .main .dates .date {
  width: 44px;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #333333;
  margin-bottom: 4px;
  cursor: pointer;
}
.period-calendar .calendar .main .dates .date span {
  display: inline-block;
  padding: 0 9px;
  width: 44px;
  height: 44px;
  line-height: 44px;
}
.period-calendar .calendar .main .dates .date .start {
  background: #3F74F4;
  border-radius: 999px 0px 0px 999px;
  color: #ffffff;
  font-weight: 700;
}
.period-calendar .calendar .main .dates .date .and {
  background: #3F74F4;
  color: #ffffff;
  font-weight: 700;
}
.period-calendar .calendar .main .dates .date .end {
  background: #3F74F4;
  border-radius: 0px 999px 999px 0px;
  color: #ffffff;
  font-weight: 700;
}
.period-calendar .calendar .main .dates .date:nth-of-type(7n + 1) {
  color: #FF7272;
}
.period-calendar .calendar .main .dates .date:nth-of-type(7n) {
  color: #4499FD;
}
.period-calendar .calendar .today-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.period-calendar .calendar .today-wrap .today-label {
  font-weight: 600;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: -0.01em;
  color: #555555;
  padding-left: 20px;
  margin-top: 12px;
}
.period-calendar .calendar .today-wrap .today-label:before {
  content: "1";
  width: 16px;
  height: 16px;
  background: #F1F5FF;
  border-radius: 8px;
  display: inline-block;
  text-align: center;
  font-size: 9px;
  line-height: 16px;
  color: #3F74F4;
}
.period-calendar .calendar .go-today {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: 600;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: -0.01em;
  color: #555555;
  padding-left: 20px;
  margin-top: 12px;
  position: relative;
}
.period-calendar .calendar .go-today:before {
  content: "1";
  width: 16px;
  height: 16px;
  background: #F1F5FF;
  border-radius: 8px;
  display: inline-block;
  text-align: center;
  font-size: 9px;
  line-height: 16px;
  color: #3F74F4;
}
.period-calendar .day:nth-child(7n+1),
.period-calendar .date:nth-child(7n+1) {
  color: #d13e3e;
}
.period-calendar .day:nth-child(7n),
.period-calendar .date:nth-child(7n) {
  color: #396ee2;
}
.period-calendar .other {
  color: #cccccc;
}
.period-calendar .today {
  position: relative;
  z-index: 1;
  color: #396ee2;
  font-weight: 500;
  border-radius: 2px;
  background: #D6E1FF;
}
.period-calendar .active .start:after {
  content: "start &gt; ";
  display: block;
  background: #6C75CB;
  padding: 10px 3px;
}
.period-calendar .nextActive .end:after {
  content: " &lt; end ";
  display: block;
  background: #6C75CB;
  padding: 10px 3px;
}

.my-contents .pagination-wrap {
  margin-bottom: 0;
}

.inquiry-details-tb {
  border-top: 2px solid #333333;
  margin: 34px 0 0;
}
.inquiry-details-tb.detail-type {
  border-top: 0;
  margin: 0;
}
.inquiry-details-tb.detail-type td {
  text-align: left;
  padding: 32px 0;
}
.inquiry-details-tb.detail-type td .detail-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.inquiry-details-tb.detail-type td .detail-info span {
  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;
}
.inquiry-details-tb.detail-type td .detail-info span.category {
  color: #3662E3;
}
.inquiry-details-tb.detail-type td .detail-info span.date {
  color: #999999;
}
.inquiry-details-tb.detail-type td .detail-info span:after {
  content: "";
  width: 1px;
  height: 16px;
  background: #DDDDDD;
  display: block;
  margin: 0 12px;
}
.inquiry-details-tb.detail-type td .detail-info span:last-of-type:after {
  display: none;
}
.inquiry-details-tb.detail-type td .contents-text {
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.16px;
  word-break: break-all;
}
.inquiry-details-tb.detail-type td .add-file-list {
  padding-left: 54px;
  position: relative;
}
.inquiry-details-tb.detail-type td .add-file-list label {
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  line-height: 160%; /* 22.4px */
  letter-spacing: -0.14px;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
.inquiry-details-tb.detail-type td .add-file-list label:after {
  content: "";
  width: 1px;
  height: 16px;
  background: #DDDDDD;
  display: block;
  margin: 0 12px;
}
.inquiry-details-tb.detail-type td .add-file-list .af-items {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px;
}
.inquiry-details-tb.detail-type td .add-file-list .af-items button {
  padding-left: 26px;
  background: url(../images/icon/icon-file.svg) no-repeat left 50%;
  color: #999999;
  font-size: 14px;
  font-weight: 600;
  line-height: 160%; /* 22.4px */
  letter-spacing: -0.14px;
}
.inquiry-details-tb.detail-type tr:last-of-type td {
  padding: 16px 0;
  border-bottom: 0;
}
.inquiry-details-tb table {
  table-layout: fixed;
  width: 100%;
}
.inquiry-details-tb table th {
  background: #F8F9FA;
  padding: 14px 12px;
  color: #333333;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%; /* 21px */
  letter-spacing: -0.14px;
  border-bottom: 1px solid #E9EAEB;
}
.inquiry-details-tb table td {
  color: #666666;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: -0.14px;
  border-bottom: 1px solid #E9EAEB;
  padding: 14px 12px;
}
.inquiry-details-tb table td a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 1280px) {
  .myPage-wrap .my-contents.w672 {
    width: 100%;
  }
  .list-filter {
    padding: 16px 12px;
    gap: 8px;
  }
  .list-filter .select-wrap select {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
  }
  .list-filter .period-calendar-wrap .calendar-type input {
    width: 116px;
  }
}
@media (max-width: 1279px) {
  .file-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 9px;
  }
  .file-wrap input[type=file] {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .file-wrap .file-none {
    margin-left: 16px;
    line-height: 40px;
  }
  .file-wrap span {
    margin-right: 16px;
    color: #999999;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.16px;
  }
  .file-wrap span:first-child {
    margin-left: 0;
  }
  .file-wrap .btn-file {
    border-radius: 4px;
    border: 1px solid #DEDEDE;
    background: #ffffff;
    padding: 8px 16px;
    height: 40px;
    color: #333333;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.14px;
  }
  .file-wrap .file-box {
    border-radius: 4px;
    border: 1px solid #DEDEDE;
    background: #ffffff;
    padding: 6px 16px 6px 12px;
    width: calc(100% - 102px);
    margin-left: 16px;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .file-wrap .file-box .file-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    color: #333333;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px; /* 171.429% */
    letter-spacing: -0.14px;
    flex: 1 0;
    width: 100%;
  }
  .file-wrap .file-box .file-item em {
    display: block;
    max-width: calc(100% - 54px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .file-wrap .file-box .file-item:hover .alt-tooltip {
    display: block;
  }
  .file-wrap .file-box .file-item .alt-tooltip {
    display: none;
    position: absolute;
    left: 28px;
    top: 28px;
    border-radius: 2px;
    border: 1px solid #DEDEDE;
    background: #F7F7F7;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
    color: #666666;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: -0.11px;
    padding: 4px 20px 4px 4px;
    z-index: 50;
    width: auto;
  }
  .file-wrap .file-box .btn-delete {
    font-size: 0;
    color: transparent;
    width: 24px;
    height: 24px;
    background: url(../images/icon/ico-line-delete.svg) no-repeat center 50%;
  }
  .login-wrap {
    position: relative;
    flex-flow: column;
    background: transparent;
  }
  .login-wrap .left-col {
    width: unset;
  }
  .login-wrap .left-col .introduce-divi {
    display: none;
    position: relative;
  }
  .login-wrap .left-col .big-title {
    display: flex;
    justify-content: center;
    height: 71px;
    margin-top: 108px;
  }
  .login-wrap .left-col .big-title span {
    font-size: 20px;
    line-height: 28px;
  }
  .login-wrap .left-col .big-title p {
    position: absolute;
    bottom: 0;
    width: 223px;
    height: 31px;
  }
  .login-wrap .left-col .swiper-wide-banner {
    position: absolute;
    width: 100%;
  }
  .login-wrap .right-col {
    width: 100%;
    margin-top: 80px;
    filter: unset;
    backdrop-filter: unset;
    background: transparent;
    border: unset;
    padding: 0;
    border-radius: unset;
  }
  .login-wrap .right-col .welcome-txt {
    display: none;
  }
  .login-wrap .right-col .login-write li:nth-child(1) {
    margin-top: 0;
  }
  .login-wrap .right-col .login-write li:nth-child(2) {
    margin-top: 12px;
  }
  .login-wrap .right-col .login-write li:nth-child(3) {
    margin-top: 20px;
  }
  .login-wrap .right-col .login-write li .input-wrap {
    padding: 0;
  }
  .login-wrap .right-col .login-write li .input-wrap.error input {
    border-color: rgba(235, 68, 76, 0.5);
  }
  .login-wrap .right-col .login-write li .input-wrap::before {
    display: none;
  }
  .login-wrap .right-col .login-write li .input-wrap input {
    height: 52px;
    padding: 14px 16px;
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 8px;
    box-sizing: border-box;
    transition: 0.2s;
  }
  .login-wrap .right-col .login-write li .input-wrap input:focus {
    border-color: rgb(54, 98, 227);
  }
  .login-wrap .right-col .login-write li .input-wrap input.input-password ~ .btn-show-password {
    display: none;
    position: absolute;
    top: 18px;
    right: 16px;
    width: 16px;
    height: 16px;
    font-size: 0;
    color: transparent;
    background: url(../images/main/icon-show-password.svg) no-repeat center 100%;
  }
  .login-wrap .right-col .login-write li .input-wrap input.input-password ~ .btn-show-password.active {
    background: url(../images/main/icon-show-password-active.svg) no-repeat center 100%;
  }
  .login-wrap .right-col .login-write li .input-wrap input.input-password:focus ~ .btn-show-password {
    display: block;
  }
  .login-wrap .right-col .login-write li .btn-full-blue {
    margin-top: 0;
  }
  .login-wrap .right-col .login-write li .text-guide-error {
    margin-top: 8px;
    font-size: 14px;
    color: #eb444c;
    line-height: 21px;
  }
  .login-wrap .right-col .login-write li .text-guide-error.is-show {
    display: block;
  }
  .login-wrap .right-col .join-btn-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 56px;
    padding: 0;
    margin: 32px 0 16px;
  }
  .login-wrap .right-col .join-btn-wrap p {
    display: none;
  }
  .login-wrap .right-col .flex-lr {
    margin-top: 20px;
  }
  .sub-type.join .team-ubist-wrap header {
    width: 100%;
    height: 48px;
    border-bottom: 0;
  }
  .sub-type.join .team-ubist-wrap header h1 {
    position: relative;
    justify-content: center;
  }
  .sub-type.join .team-ubist-wrap header h1 .btn-navigate-back {
    display: block;
    position: absolute;
    top: 4px;
    left: 20px;
    width: 40px;
    height: 40px;
    background: url(../images/icon/icon-arrow-large-left.svg) no-repeat center 100%;
    font-size: 0;
    color: transparent;
  }
  .sub-type.join .team-ubist-wrap header h1 a {
    display: none;
  }
  .sub-type.join .team-ubist-wrap header h1 .page-title {
    padding-left: 0;
    font-size: 16px;
    line-height: 1;
  }
  .sub-type.join .team-ubist-wrap header h1 .page-title::before {
    display: none;
  }
  .sub-type.join .team-ubist-wrap .container {
    margin-top: 80px;
  }
  .sub-type.join .team-ubist-wrap .container .sub-contents {
    padding: 0;
  }
  .sub-type.join .team-ubist-wrap .container .sub-contents .join-wrap {
    width: unset;
    margin: unset;
  }
  .sub-type.join .team-ubist-wrap .container .sub-contents .join-wrap .join-title {
    font-size: 20px;
    line-height: 1.5;
  }
  .sub-type.join .team-ubist-wrap .container .sub-contents .join-wrap .animation-wrap .write-title {
    padding-bottom: 12px;
  }
  .sub-type.join .team-ubist-wrap .container .sub-contents .join-wrap .animation-wrap .write-title h2 {
    font-size: 16px;
    line-height: 1.5;
  }
  .sub-type.join .team-ubist-wrap .container .sub-contents .join-wrap .animation-wrap .write-items + .write-items {
    margin-top: 48px;
  }
  .sub-type.join .team-ubist-wrap .container .sub-contents .join-wrap .animation-wrap .write-items + .write-items .write-title {
    display: none;
  }
  .sub-type.join .team-ubist-wrap .container .sub-contents .join-wrap .animation-wrap .write-items .write-item {
    margin-top: 32px;
  }
  .sub-type.join .team-ubist-wrap .container .sub-contents .join-wrap .animation-wrap .write-items .write-item.is-required &gt; label::after {
    content: "*";
    padding-left: 2px;
    color: #3662E3;
  }
  .sub-type.join .team-ubist-wrap .container .sub-contents .join-wrap .animation-wrap .write-items .write-item .input-wrap {
    gap: 16px;
  }
  .sub-type.join .team-ubist-wrap .container .sub-contents .join-wrap .animation-wrap .write-items .write-item .input-wrap.btn-in:hover::before {
    display: none;
  }
  .sub-type.join .team-ubist-wrap .container .sub-contents .join-wrap .animation-wrap .write-items .write-item .input-wrap.btn-time-in:hover::before {
    display: none;
  }
  .sub-type.join .team-ubist-wrap .container .sub-contents .join-wrap .animation-wrap .write-items .write-item .input-wrap input {
    min-height: unset;
    padding: 6px 0 8px;
    font-size: 14px;
  }
  .sub-type.join .team-ubist-wrap .container .sub-contents .join-wrap .animation-wrap .write-items .write-item .input-wrap button {
    flex: none;
    margin: 0;
  }
  .sub-type.join .team-ubist-wrap .container .sub-contents .join-wrap .animation-wrap .write-items .write-item .input-wrap button.btn-email-authentication {
    padding: 7px 22px;
  }
  .sub-type.join .team-ubist-wrap .container .sub-contents .join-wrap .animation-wrap .write-items .write-item .checkbox-wrap {
    flex: none;
    margin-left: 16px;
  }
  .sub-type.join .team-ubist-wrap .container .sub-contents .join-wrap .animation-wrap .write-items .write-item .select-dropdown {
    min-width: unset;
  }
  .sub-type.join .team-ubist-wrap .container .sub-contents .join-wrap .animation-wrap .write-items .write-item .select-dropdown .select-list {
    width: 100%;
  }
  .sub-type.join .team-ubist-wrap .container .sub-contents .join-wrap .animation-wrap .write-items .write-item .select-dropdown .btn-select {
    font-size: 14px;
  }
  .sub-type.join .team-ubist-wrap .container .sub-contents .join-wrap .animation-wrap .write-items .message-box {
    margin-top: 6px;
  }
  .sub-type.join .team-ubist-wrap .container .sub-contents .join-wrap .animation-wrap .write-items .message-box .tip-type, .sub-type.join .team-ubist-wrap .container .sub-contents .join-wrap .animation-wrap .write-items .message-box .error-type, .sub-type.join .team-ubist-wrap .container .sub-contents .join-wrap .animation-wrap .write-items .message-box .success-type {
    font-size: 12px;
    letter-spacing: -0.12px;
    line-height: 2;
  }
  .sub-type.join .team-ubist-wrap .container .sub-contents .join-wrap .agree-items .agree-title {
    margin-top: 48px;
  }
  .sub-type.join .team-ubist-wrap .container .sub-contents .join-wrap .agree-items .agree-title h2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
  }
  .sub-type.join .team-ubist-wrap .container .sub-contents .join-wrap .agree-items .check-agree-all {
    height: 80px;
  }
  .sub-type.join .team-ubist-wrap .container .sub-contents .join-wrap .agree-items .check-agree-all label {
    font-size: 18px;
    font-weight: 500;
  }
  .sub-type.join .team-ubist-wrap .container .sub-contents .join-wrap .agree-items .agree-privacy-list ul li {
    height: 24px;
    margin-bottom: 0;
  }
  .sub-type.join .team-ubist-wrap .container .sub-contents .join-wrap .agree-items .agree-privacy-list ul li + li {
    margin-top: 24px;
  }
  .sub-type.join .team-ubist-wrap .container .sub-contents .join-wrap .agree-items .agree-privacy-list ul li .checkbox-wrap {
    height: 24px;
  }
  .sub-type.join .team-ubist-wrap .container .sub-contents .join-wrap .agree-items .agree-privacy-list ul li label {
    display: inline-block;
    height: 24px;
    font-size: 14px;
    line-height: 22px;
  }
  .sub-type.join .team-ubist-wrap .container .sub-contents .join-wrap .agree-items .agree-privacy-list ul li .btn-privacy {
    display: none;
  }
  .sub-type.join .team-ubist-wrap .container .sub-contents .join-wrap .agree-items .message-box {
    margin-top: 24px;
  }
  .sub-type.join .team-ubist-wrap .container .sub-contents .join-wrap .agree-items .message-box p {
    font-size: 13px;
    line-height: 24px;
  }
  .sub-type.join .team-ubist-wrap .container .sub-contents .join-wrap .btn-wrap {
    padding-top: 0;
    margin-top: 32px;
  }
  .sub-type.join .team-ubist-wrap footer {
    display: none;
  }
  .footer-fixed.join .team-ubist-wrap {
    min-height: unset;
  }
  .footer-fixed.join .team-ubist-wrap header {
    width: 100%;
    height: 48px;
    border-bottom: 0;
  }
  .footer-fixed.join .team-ubist-wrap header h1 {
    position: relative;
    justify-content: center;
  }
  .footer-fixed.join .team-ubist-wrap header h1 .btn-navigate-back {
    display: block;
    position: absolute;
    top: 4px;
    left: 20px;
    width: 40px;
    height: 40px;
    background: url(../images/icon/icon-arrow-large-left.svg) no-repeat center 100%;
    font-size: 0;
    color: transparent;
  }
  .footer-fixed.join .team-ubist-wrap header h1 a {
    display: none;
  }
  .footer-fixed.join .team-ubist-wrap header h1 .page-title {
    display: none;
  }
  .footer-fixed.join .team-ubist-wrap .container {
    min-height: unset;
    padding: 0;
  }
  .footer-fixed.join .team-ubist-wrap .container .sub-contents {
    padding: 0;
  }
  .footer-fixed.join .team-ubist-wrap .container .sub-contents .join-wrap {
    width: 100%;
    margin-top: 161px;
  }
  .footer-fixed.join .team-ubist-wrap .container .sub-contents .join-wrap .completed-guide {
    padding-top: 96px;
    background-position-y: top;
  }
  .footer-fixed.join .team-ubist-wrap .container .sub-contents .join-wrap .completed-guide .b-txt {
    font-size: 28px;
    line-height: 42px;
  }
  .footer-fixed.join .team-ubist-wrap .container .sub-contents .join-wrap .completed-guide .s-txt {
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
  }
  .footer-fixed.join .team-ubist-wrap .container .sub-contents .join-wrap .btn-wrap {
    padding-top: 256px;
  }
  .footer-fixed.join .team-ubist-wrap .container .sub-contents .join-wrap .btn-wrap button {
    width: calc(100% - 40px);
    height: 60px;
    margin: 0;
    background: #3662e3;
    font-size: 16px;
    color: #fff;
  }
  .footer-fixed.join .team-ubist-wrap footer {
    display: none;
  }
  .swiper-wide-banner .swiper-btn {
    top: unset;
    bottom: 24px;
  }
  .swiper-wide-banner .swiper-btn .swiper-pagination-fraction {
    display: flex;
    align-items: center;
    height: 20px;
    padding: 7.5px 8px 5.5px;
    background: #fff;
    border-radius: 99px;
  }
  .swiper-wide-banner .swiper-btn .swiper-pagination-fraction span {
    font-size: 10px;
    font-weight: 700;
    color: #111;
  }
  .swiper-wide-banner .swiper-btn .swiper-pagination-fraction span.swiper-pagination-current {
    display: block;
    margin-top: -2px;
    margin-right: 1px;
    color: #3662e3;
  }
  .swiper-wide-banner .swiper-btn .swiper-pagination-fraction span.swiper-pagination-total {
    display: block;
    margin-top: -2px;
    margin-left: 1px;
  }
  .detail-check-privacy-agree {
    margin-top: 28px;
  }
  .privacy-wrap &gt; * {
    font-size: 14px !important;
  }
  .privacy-wrap .privacy-select-area {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }
  .privacy-wrap .privacy-select-area .prev-privacy-select {
    margin-top: 14px;
    width: 100%;
  }
  .privacy-wrap .privacy-select-area .prev-privacy-select .select-list ul li a {
    font-size: 13px;
  }
  .find-wrap {
    width: 100%;
  }
}
.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 &gt; * {
    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 &gt; 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 &gt; 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 &gt; 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 &gt; * {
    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 &gt; 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 &gt; 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 &gt; 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;
  }
}
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;
}

.hidden {
  display: none !important;
}

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

body {
  background: #ffffff;
  color: #111111;
  font-size: 16px;
  line-height: 1.7;
  font-family: "Pretendard", sans-serif, verdana;
  overflow-x: hidden;
  font-weight: 400;
}

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

.flex-c {
  display: flex;
  align-items: center;
  justify-content: center;
}

img,
input,
textarea,
select,
button {
  /*-webkit-appearance: none; */
  vertical-align: middle;
  margin: 0;
  padding: 0;
  color: #111111;
  font-size: 16px;
  font-family: "Lato", "Pretendard", sans-serif, verdana;
  font-weight: 500;
}
img:focus,
input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: 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;
}

.textarea-wrap textarea {
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  padding: 8px 12px;
  width: 100%;
  min-height: 72px;
  font-weight: 400;
  font-size: 16px;
  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: 16px;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: -0.14px;
  position: absolute;
  right: 0;
  bottom: 8px;
}

::-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 {
  background: #e2e2e2;
  opacity: 1;
}

::-webkit-scrollbar-track-piece {
  background-color: hsla(0, 0%, 100%, 0);
}

body, html {
  width: 100%;
  height: 100%;
}

.mgt20 {
  margin-top: 20px !important;
}

@media only screen and (max-width: 1280px) {
  .team-introduce-wrap .inner-area br {
    display: none !important;
  }
  .intro-contents {
    height: 100%;
    min-width: 320px;
    padding-top: 86px;
    padding-bottom: 0;
  }
  .intro-contents .sub-title-visual {
    position: relative;
    z-index: 199;
    margin-top: 50px;
  }
  .intro-contents .sub-title-visual p {
    font-size: 28px;
    font-weight: 800;
    line-height: 150%; /* 180px */
  }
  .intro-contents .sub-title-visual p:first-child {
    color: #D6B9F4;
  }
  .intro-contents .sub-title-visual p:last-child {
    color: #ECDFF9;
  }
  .intro-contents .sub-visual {
    padding: 60px 0 50px;
  }
  .intro-contents .sub-visual .inner-area {
    width: 100%;
    margin: initial;
    position: relative;
    z-index: 200;
  }
  .intro-contents .sub-visual .m-txt {
    color: #333333;
    font-size: 20px;
    font-weight: 500;
    line-height: 100%; /* 20px */
    word-break: break-all;
    word-break: keep-all;
    margin-bottom: 20px;
  }
  .intro-contents .sub-visual .b-title {
    color: #FFF;
    font-size: 24px;
    font-weight: 800;
    line-height: 150%; /* 90px */
    letter-spacing: -1.2px;
    word-break: break-all;
    word-break: keep-all;
    margin-top: -30px;
  }
  .intro-contents .sub-visual .s-txt {
    margin-top: 30px;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 180%; /* 36px */
    letter-spacing: -0.4px;
    word-break: break-all;
    word-break: keep-all;
  }
  .intro-contents .sub-visual .visual-img {
    margin: 0 auto;
  }
  .team-introduce-wrap {
    position: relative;
  }
  .team-introduce-wrap:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
    height: 640px;
  }
  .team-introduce-wrap header {
    z-index: 300;
    position: absolute;
    top: 0;
    min-height: 86px;
    left: 0;
    right: 0;
  }
  .team-introduce-wrap header .inner-area {
    min-width: 320px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0 26px;
  }
  .team-introduce-wrap header h1 {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: calc(100% - 100px - 100px);
  }
  .team-introduce-wrap header h1 a {
    margin: 0 auto;
    width: 148px;
    height: 18px;
    display: block;
    font-size: 0;
    background: url(../images/product-descriptions/new-logo-black.svg) no-repeat center 0;
    background-size: 100%;
  }
  .team-introduce-wrap header .btn-mobile-open {
    margin-left: 20px;
    width: 80px;
    height: 42px;
  }
  .team-introduce-wrap header .btn-mobile-open button {
    border-radius: 8px;
    width: 42px;
    height: 42px;
    display: block;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' fill='rgba(0,107,207,1)'%3E%3Cpath d='M3 4H21V6H3V4ZM3 11H15V13H3V11ZM3 18H21V20H3V18Z'%3E%3C/path%3E%3C/svg%3E") no-repeat center 50%;
    font-size: 0;
  }
  .team-introduce-wrap header .btn-mobile-menu-close {
    position: absolute;
    top: 30px;
    right: 16px;
    z-index: 301;
  }
  .team-introduce-wrap header .btn-mobile-menu-close button {
    border-radius: 8px;
    width: 42px;
    height: 42px;
    display: block;
    background: #2D6AFF url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='16' height='16' fill='rgba(255,255,255,1)'%3E%3Cpath d='M10.5859 12L2.79297 4.20706L4.20718 2.79285L12.0001 10.5857L19.793 2.79285L21.2072 4.20706L13.4143 12L21.2072 19.7928L19.793 21.2071L12.0001 13.4142L4.20718 21.2071L2.79297 19.7928L10.5859 12Z'%3E%3C/path%3E%3C/svg%3E") no-repeat center 50%;
    font-size: 0;
  }
  .team-introduce-wrap header .mobile-fix {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 300;
    display: none;
  }
  .team-introduce-wrap header .mobile-fix:before {
    content: "";
    background: rgba(0, 0, 0, 0.7);
    z-index: 299;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 20%;
  }
  .team-introduce-wrap header .mobile-fix {
    display: none;
  }
  .team-introduce-wrap header .nav-mouseenter {
    display: none;
  }
  .team-introduce-wrap header .menu-gnb {
    display: block;
  }
  .team-introduce-wrap header .nav-depth {
    height: 100vh;
    background: #FFF;
    box-shadow: 0 8px 12px 0 rgba(117, 117, 117, 0.15);
    padding: 100px 16px 24px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 80%;
    z-index: 201;
    gap: 16px;
  }
  .team-introduce-wrap header .nav-depth .nav-depth-item {
    width: 50%;
  }
  .team-introduce-wrap header .nav-depth .nav-depth-item:first-of-type ul li a {
    min-width: 120px;
  }
  .team-introduce-wrap header .nav-depth .nav-depth-item span {
    display: block;
    color: #999999;
    font-size: 13px;
    font-weight: 500;
    line-height: 150%; /* 19.5px */
    text-align: left;
  }
  .team-introduce-wrap header .nav-depth .nav-depth-item ul {
    margin-top: 12px;
  }
  .team-introduce-wrap header .nav-depth .nav-depth-item ul li a {
    min-width: 120px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 12px 0;
    color: #333333;
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    line-height: 150%; /* 27px */
    letter-spacing: -0.18px;
    gap: 4px;
  }
  .team-introduce-wrap header .nav-depth .nav-depth-item ul li a:hover {
    color: #3662E3;
    font-weight: 600;
  }
  .team-introduce-wrap header .nav-depth .nav-depth-item ul li a.active {
    color: #3662E3;
    font-weight: 600;
  }
  .team-introduce-wrap header .nav-depth .nav-depth-item ul li a .new-text-badge {
    font-size: 12px;
    position: relative;
    top: -5px;
    color: #F9732B;
  }
  .team-introduce-wrap header .btn-mobile-open button {
    width: 42px;
    height: 42px;
  }
  .team-introduce-wrap header .right-col {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 20px;
    min-width: 80px;
  }
  .team-introduce-wrap header .right-col .btn-contact button {
    border-radius: 20px;
    background: #ffffff;
    padding: 8px 8px;
    color: #2D6AFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.28px;
    border: 1px solid transparent;
  }
  .team-introduce-wrap header.active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 300;
    background: #FFF;
    box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.08);
    transition: background-color linear 120ms;
    min-height: 70px;
  }
  .team-introduce-wrap header.active .inner-area {
    padding: 18px 0;
  }
  .team-introduce-wrap header.active h1 a {
    background: url(../images/product-descriptions/new-logo-black.svg) no-repeat center 0;
  }
  .team-introduce-wrap header.active .menu-gnb ul li a {
    color: #111111;
  }
  .team-introduce-wrap header.active .menu-gnb ul li a.active {
    color: #2D6AFF;
  }
  .team-introduce-wrap header.active .menu-gnb ul li a.active:after {
    content: "";
    background-color: #2D6AFF;
  }
  .team-introduce-wrap header.active .btn-mobile-open button {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' fill='rgba(0,107,207,1)'%3E%3Cpath d='M3 4H21V6H3V4ZM3 11H15V13H3V11ZM3 18H21V20H3V18Z'%3E%3C/path%3E%3C/svg%3E") no-repeat center 50%;
  }
  .team-introduce-wrap header.active .right-col .btn-contact button {
    border: 1px solid #3662E3;
  }
  .team-introduce-wrap .inner-area {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0 40px;
  }
  .team-introduce-wrap .inner-area .big-text {
    color: #111111;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 160%; /* 64px */
    letter-spacing: -0.8px;
    word-wrap: break-word;
    word-break: break-all;
    word-break: keep-all;
  }
  .team-introduce-wrap footer {
    background: #ffffff;
  }
  .team-introduce-wrap footer .inner-width {
    margin: 0 auto;
    width: 100%;
    height: 121px;
    position: relative;
  }
  .team-introduce-wrap footer .inner-width .company-info {
    padding: 64px 40px 16px;
  }
  .team-introduce-wrap footer .inner-width .company-info p {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
  }
  .team-introduce-wrap footer .inner-width .company-info p span {
    float: initial;
    display: block;
    padding-left: 0;
  }
  .team-introduce-wrap footer .inner-width .company-info p span:nth-of-type(1) {
    display: inline-block;
    float: left;
    margin-right: 12px;
  }
  .team-introduce-wrap footer .inner-width .company-info p span:nth-of-type(1), .team-introduce-wrap footer .inner-width .company-info p span:nth-of-type(2) {
    display: inline-block;
  }
  .team-introduce-wrap footer .inner-width .company-info strong {
    color: #111;
    font-size: 14px;
    font-weight: 700;
    line-height: 150%;
    display: block;
    margin-bottom: 8px;
  }
  .team-introduce-wrap footer .inner-width copyright {
    margin-top: 8px;
    color: #999;
    font-size: 13px;
    font-weight: 400;
    line-height: 150%;
  }
  .team-introduce-wrap footer .inner-width .privacy-btn-wrap {
    position: absolute;
    right: 24px;
    top: 24px;
  }
  .team-introduce-wrap footer .inner-width .privacy-btn-wrap button {
    color: #666;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.14px;
  }
  .team-introduce-wrap footer .inner-width .privacy-btn-wrap button.btn-privacy {
    font-weight: 700;
    color: #333;
    padding-right: 25px;
    position: relative;
  }
  .team-introduce-wrap footer .inner-width .privacy-btn-wrap button.btn-privacy:before {
    content: "";
    background: #DEDEDE;
    width: 1px;
    position: absolute;
    right: 10px;
    top: 5px;
    bottom: 5px;
  }
  .team-introduce-wrap footer .inner-width .privacy-btn-wrap button.btn-use {
    padding-right: 25px;
    position: relative;
  }
  .team-introduce-wrap footer .inner-width .privacy-btn-wrap button.btn-use:before {
    content: "";
    background: #DEDEDE;
    width: 1px;
    position: absolute;
    right: 10px;
    top: 5px;
    bottom: 5px;
  }
  .team-introduce-wrap.webinar-type .sub-visual {
    background: #0037BE;
  }
  .team-introduce-wrap.webinar-type .sub-items-wrap strong {
    font-weight: bold;
  }
  .team-introduce-wrap.webinar-type .sub-items-wrap .color-txt {
    color: #0037BE;
  }
  .team-introduce-wrap.webinar-type .wide-contact {
    background: #0037BE;
  }
  .team-introduce-wrap.medical-type .sub-visual {
    background: #5D9FE9;
  }
  .team-introduce-wrap.medical-type .sub-items-wrap strong {
    font-weight: bold;
  }
  .team-introduce-wrap.medical-type .sub-items-wrap .color-txt {
    color: #5D9FE9;
  }
  .team-introduce-wrap.medical-type .wide-contact {
    background: #5D9FE9;
  }
  .team-introduce-wrap.survey-type .sub-visual {
    background: #019D81;
  }
  .team-introduce-wrap.survey-type .sub-items-wrap strong {
    font-weight: bold;
  }
  .team-introduce-wrap.survey-type .sub-items-wrap .color-txt {
    color: #019D81;
  }
  .team-introduce-wrap.survey-type .wide-contact {
    background: #019D81;
  }
  .team-introduce-wrap.DI-type .sub-visual {
    background: #FF8C22;
  }
  .team-introduce-wrap.DI-type .sub-items-wrap strong {
    font-weight: bold;
  }
  .team-introduce-wrap.DI-type .sub-items-wrap .color-txt {
    color: #FF8C22;
  }
  .team-introduce-wrap.DI-type .wide-contact {
    background: #FF8C22;
  }
  .team-introduce-wrap.patient-type .sub-visual {
    background: #04B7C2;
  }
  .team-introduce-wrap.patient-type .sub-items-wrap strong {
    font-weight: bold;
  }
  .team-introduce-wrap.patient-type .sub-items-wrap .color-txt {
    color: #04B7C2;
  }
  .team-introduce-wrap.patient-type .wide-contact {
    background: #04B7C2;
  }
  .team-introduce-wrap.liveLanding-type .sub-visual {
    background: #00B658;
  }
  .team-introduce-wrap.liveLanding-type .sub-items-wrap strong {
    font-weight: bold;
  }
  .team-introduce-wrap.liveLanding-type .sub-items-wrap .color-txt {
    color: #00B658;
  }
  .team-introduce-wrap.liveLanding-type .wide-contact {
    background: #00B658;
  }
  .team-introduce-wrap.liveInfo-type .sub-visual {
    background: #621DB6;
  }
  .team-introduce-wrap.liveInfo-type .sub-items-wrap strong {
    font-weight: bold;
  }
  .team-introduce-wrap.liveInfo-type .sub-items-wrap .color-txt {
    color: #621DB6;
  }
  .team-introduce-wrap.liveInfo-type .wide-contact {
    background: #621DB6;
  }
  .team-introduce-wrap.pharmacy-type .sub-visual {
    position: relative;
    background: url("../images/product-descriptions/bg-data.png") repeat-x center top;
    height: auto;
    background-size: cover;
  }
  .team-introduce-wrap.pharmacy-type .sub-visual:before {
    content: "";
    height: 1px;
    background: #DDD;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
  }
  .team-introduce-wrap.pharmacy-type .sub-visual .m-txt {
    margin-top: -35px;
  }
  .team-introduce-wrap.pharmacy-type .sub-visual .b-title {
    margin-top: 0;
    color: #333333;
  }
  .team-introduce-wrap.pharmacy-type .sub-visual .s-txt {
    color: #333333;
  }
  .team-introduce-wrap.pharmacy-type .sub-visual .visual-img {
    width: 100%;
    text-align: center;
    padding: 40px;
  }
  .team-introduce-wrap.pharmacy-type .sub-visual .visual-img img {
    max-width: 280px;
  }
  .team-introduce-wrap.pharmacy-type .sub-items-wrap {
    background: #ffffff;
  }
  .team-introduce-wrap.pharmacy-type .sub-items-wrap.wide-white .inner-area {
    padding: 0 0;
  }
  .team-introduce-wrap.pharmacy-type .sub-items-wrap strong {
    font-weight: bold;
  }
  .team-introduce-wrap.pharmacy-type .sub-items-wrap .div2 {
    margin-top: 16px;
  }
  .team-introduce-wrap.pharmacy-type .sub-items-wrap .div2 .div-item dl {
    padding: 40px 32px 0;
  }
  .team-introduce-wrap.pharmacy-type .sub-items-wrap .div2 .div-item dl dt {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #2D6AFF;
    border-bottom: 0;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .team-introduce-wrap.pharmacy-type .sub-items-wrap .div2 .div-item dl dd {
    color: #333333;
  }
  .team-introduce-wrap.pharmacy-type .sub-items-wrap .div-wide .div-item dl {
    padding: 30px;
  }
  .team-introduce-wrap.pharmacy-type .sub-items-wrap .div-wide .div-item dl dt span {
    position: relative;
  }
  .team-introduce-wrap.pharmacy-type .sub-items-wrap .div-wide .div-item dl dt span:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.1;
    background: #2D6AFF;
    height: 10px;
  }
  .team-introduce-wrap.pharmacy-type .sub-items-wrap .div-wide .div-item dl dd {
    color: #333333;
    padding-right: 0;
    letter-spacing: -0.36px;
  }
  .team-introduce-wrap.pharmacy-type .round-label {
    background: #2D6AFF;
  }
  .team-introduce-wrap.pharmacy-type .color-txt {
    color: #2D6AFF;
  }
  .team-introduce-wrap.pharmacy-type .wide-contact {
    background: #2D6AFF;
  }
  .team-introduce-wrap.pharmacy-type .wide-contact button {
    color: #2D6AFF;
  }
  .team-introduce-wrap.pharmacy-type .data-tab-wrap .tab-btn button.active {
    color: #2D6AFF;
  }
  .team-introduce-wrap.weekly-type .sub-visual {
    position: relative;
    background: url("../images/product-descriptions/bg-weekly.png") repeat-x center top;
    height: auto;
    background-size: cover;
  }
  .team-introduce-wrap.weekly-type .sub-visual:before {
    content: "";
    height: 1px;
    background: #DDD;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
  }
  .team-introduce-wrap.weekly-type .sub-visual .m-txt {
    margin-top: -35px;
  }
  .team-introduce-wrap.weekly-type .sub-visual .b-title {
    margin-top: 0;
    color: #333333;
  }
  .team-introduce-wrap.weekly-type .sub-visual .s-txt {
    color: #333333;
  }
  .team-introduce-wrap.weekly-type .sub-visual .visual-img {
    width: 100%;
    text-align: center;
  }
  .team-introduce-wrap.weekly-type .sub-visual .visual-img img {
    max-width: 280px;
  }
  .team-introduce-wrap.weekly-type .sub-items-wrap {
    background: #ffffff;
  }
  .team-introduce-wrap.weekly-type .sub-items-wrap.wide-white .inner-area {
    padding: 0 0;
  }
  .team-introduce-wrap.weekly-type .sub-items-wrap strong {
    font-weight: bold;
  }
  .team-introduce-wrap.weekly-type .sub-items-wrap .div2 {
    margin-top: 16px;
  }
  .team-introduce-wrap.weekly-type .sub-items-wrap .div2 .div-item dl {
    padding: 40px 32px 0;
  }
  .team-introduce-wrap.weekly-type .sub-items-wrap .div2 .div-item dl dt {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #2D6AFF;
    border-bottom: 0;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .team-introduce-wrap.weekly-type .sub-items-wrap .div2 .div-item dl dd {
    color: #333333;
  }
  .team-introduce-wrap.weekly-type .sub-items-wrap .div-wide .div-item dl {
    padding: 30px;
  }
  .team-introduce-wrap.weekly-type .sub-items-wrap .div-wide .div-item dl dt span {
    position: relative;
  }
  .team-introduce-wrap.weekly-type .sub-items-wrap .div-wide .div-item dl dt span:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.1;
    background: #2D6AFF;
    height: 10px;
  }
  .team-introduce-wrap.weekly-type .sub-items-wrap .div-wide .div-item dl dd {
    color: #333333;
    padding-right: 0;
    letter-spacing: -0.36px;
  }
  .team-introduce-wrap.weekly-type .round-label {
    background: #2D6AFF;
  }
  .team-introduce-wrap.weekly-type .color-txt {
    color: #2D6AFF;
  }
  .team-introduce-wrap.weekly-type .wide-contact {
    background: #2D6AFF;
  }
  .team-introduce-wrap.weekly-type .wide-contact button {
    color: #2D6AFF;
  }
  .team-introduce-wrap.weekly-type .intro-contents .data-visual-item-type img {
    width: 120px;
  }
  .team-introduce-wrap.clinic-type .sub-visual {
    position: relative;
    background: url("../images/product/bg-data-clinic.png") repeat-x center top;
    height: auto;
    background-size: cover;
  }
  .team-introduce-wrap.clinic-type .sub-visual:before {
    content: "";
    height: 1px;
    background: #DDD;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
  }
  .team-introduce-wrap.clinic-type .sub-visual .m-txt {
    margin-top: -35px;
  }
  .team-introduce-wrap.clinic-type .sub-visual .b-title {
    margin-top: 0;
    color: #333333;
  }
  .team-introduce-wrap.clinic-type .sub-visual .s-txt {
    color: #333333;
  }
  .team-introduce-wrap.clinic-type .sub-visual .visual-img {
    width: 100%;
    text-align: center;
    padding: 40px;
  }
  .team-introduce-wrap.clinic-type .sub-visual .visual-img img {
    max-width: 400px;
  }
  .team-introduce-wrap.clinic-type .sub-items-wrap {
    background: #ffffff;
  }
  .team-introduce-wrap.clinic-type .sub-items-wrap.wide-white .inner-area {
    padding: 0 0;
  }
  .team-introduce-wrap.clinic-type .sub-items-wrap strong {
    font-weight: bold;
  }
  .team-introduce-wrap.clinic-type .sub-items-wrap .div2 {
    margin-top: 16px;
  }
  .team-introduce-wrap.clinic-type .sub-items-wrap .div2 .div-item dl {
    padding: 40px 32px 0;
  }
  .team-introduce-wrap.clinic-type .sub-items-wrap .div2 .div-item dl dt {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #00B6EC;
    border-bottom: 0;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .team-introduce-wrap.clinic-type .sub-items-wrap .div2 .div-item dl dd {
    color: #333333;
  }
  .team-introduce-wrap.clinic-type .sub-items-wrap .div-wide .div-item dl {
    padding: 30px;
  }
  .team-introduce-wrap.clinic-type .sub-items-wrap .div-wide .div-item dl dt span {
    position: relative;
  }
  .team-introduce-wrap.clinic-type .sub-items-wrap .div-wide .div-item dl dt span:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.1;
    background: #00B6EC;
    height: 10px;
  }
  .team-introduce-wrap.clinic-type .sub-items-wrap .div-wide .div-item dl dd {
    color: #333333;
    padding-right: 0;
    letter-spacing: -0.36px;
  }
  .team-introduce-wrap.clinic-type .round-label {
    background: #00B6EC;
  }
  .team-introduce-wrap.clinic-type .color-txt {
    color: #00B6EC;
  }
  .team-introduce-wrap.clinic-type .wide-contact {
    background: #00B6EC;
  }
  .team-introduce-wrap.clinic-type .wide-contact button {
    color: #00B6EC;
  }
  .team-introduce-wrap.clinic-type .data-tab-wrap .tab-btn button.active {
    color: #00B6EC;
  }
  .team-introduce-wrap.clinic-type .data-visual-item-type {
    margin-top: -80px;
    margin-bottom: -50px;
  }
  .team-introduce-wrap.hcd-type .sub-visual {
    position: relative;
    background: url("../images/product/bg-data-hcd.png") repeat-x center top;
    height: auto;
    background-size: cover;
  }
  .team-introduce-wrap.hcd-type .sub-visual:before {
    content: "";
    height: 1px;
    background: #DDD;
    position: absolute;
    left: 0;
    right: 0;
    top: 1px;
  }
  .team-introduce-wrap.hcd-type .sub-visual .m-txt {
    margin-top: -35px;
  }
  .team-introduce-wrap.hcd-type .sub-visual .b-title {
    margin-top: 0;
    color: #333333;
  }
  .team-introduce-wrap.hcd-type .sub-visual .s-txt {
    color: #333333;
  }
  .team-introduce-wrap.hcd-type .sub-visual .visual-img {
    width: 100%;
    text-align: center;
    padding: 40px;
  }
  .team-introduce-wrap.hcd-type .sub-visual .visual-img img {
    max-width: 280px;
  }
  .team-introduce-wrap.hcd-type .sub-items-wrap {
    background: #ffffff;
  }
  .team-introduce-wrap.hcd-type .sub-items-wrap.wide-white .inner-area {
    padding: 0 0;
  }
  .team-introduce-wrap.hcd-type .sub-items-wrap strong {
    font-weight: bold;
  }
  .team-introduce-wrap.hcd-type .sub-items-wrap .div2 {
    margin-top: 16px;
  }
  .team-introduce-wrap.hcd-type .sub-items-wrap .div2 .div-item dl {
    padding: 40px 32px 0;
  }
  .team-introduce-wrap.hcd-type .sub-items-wrap .div2 .div-item dl dt {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #24316D;
    border-bottom: 0;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .team-introduce-wrap.hcd-type .sub-items-wrap .div2 .div-item dl dd {
    color: #333333;
  }
  .team-introduce-wrap.hcd-type .sub-items-wrap .div-wide .div-item dl {
    padding: 30px;
  }
  .team-introduce-wrap.hcd-type .sub-items-wrap .div-wide .div-item dl dt span {
    position: relative;
  }
  .team-introduce-wrap.hcd-type .sub-items-wrap .div-wide .div-item dl dt span:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.1;
    background: #24316D;
    height: 10px;
  }
  .team-introduce-wrap.hcd-type .sub-items-wrap .div-wide .div-item dl dd {
    color: #333333;
    padding-right: 0;
    letter-spacing: -0.36px;
  }
  .team-introduce-wrap.hcd-type .round-label {
    background: #24316D;
  }
  .team-introduce-wrap.hcd-type .color-txt {
    color: #24316D;
  }
  .team-introduce-wrap.hcd-type .wide-contact {
    background: #24316D;
  }
  .team-introduce-wrap.hcd-type .wide-contact button {
    color: #24316D;
  }
  .team-introduce-wrap.hcd-type .data-tab-wrap .tab-btn button.active {
    color: #24316D;
  }
  .team-introduce-wrap.analytics-type .sub-visual {
    position: relative;
    background: url("../images/product/bg-data-analytics.png") repeat-x center top 0;
    background-size: cover;
    height: auto;
  }
  .team-introduce-wrap.analytics-type .sub-visual:before {
    content: "";
    height: 1px;
    background: #DDD;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
  }
  .team-introduce-wrap.analytics-type .sub-visual .m-txt {
    margin-top: -35px;
  }
  .team-introduce-wrap.analytics-type .sub-visual .b-title {
    margin-top: 0;
    color: #333333;
  }
  .team-introduce-wrap.analytics-type .sub-visual .s-txt {
    color: #333333;
  }
  .team-introduce-wrap.analytics-type .sub-visual .visual-img {
    width: 100%;
    text-align: center;
  }
  .team-introduce-wrap.analytics-type .sub-visual .visual-img img {
    max-width: 280px;
  }
  .team-introduce-wrap.analytics-type .sub-items-wrap {
    background: #ffffff;
  }
  .team-introduce-wrap.analytics-type .sub-items-wrap.wide-white .inner-area {
    padding: 0 0;
  }
  .team-introduce-wrap.analytics-type .sub-items-wrap strong {
    font-weight: bold;
  }
  .team-introduce-wrap.analytics-type .sub-items-wrap .div2 {
    margin-top: 16px;
  }
  .team-introduce-wrap.analytics-type .sub-items-wrap .div2 .div-item dl {
    padding: 40px 32px 0;
  }
  .team-introduce-wrap.analytics-type .sub-items-wrap .div2 .div-item dl dt {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #3662E3;
    border-bottom: 0;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .team-introduce-wrap.analytics-type .sub-items-wrap .div2 .div-item dl dd {
    color: #333333;
  }
  .team-introduce-wrap.analytics-type .sub-items-wrap .div-wide .div-item dl {
    padding: 30px;
  }
  .team-introduce-wrap.analytics-type .sub-items-wrap .div-wide .div-item dl dt span {
    position: relative;
  }
  .team-introduce-wrap.analytics-type .sub-items-wrap .div-wide .div-item dl dt span:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.1;
    background: #3662E3;
    height: 10px;
  }
  .team-introduce-wrap.analytics-type .sub-items-wrap .div-wide .div-item dl dd {
    color: #333333;
    padding-right: 0;
    letter-spacing: -0.36px;
  }
  .team-introduce-wrap.analytics-type .wide-white {
    background: #ffffff;
  }
  .team-introduce-wrap.analytics-type .round-label {
    background: #3662E3;
  }
  .team-introduce-wrap.analytics-type .color-txt {
    color: #3662E3;
  }
  .team-introduce-wrap.analytics-type .wide-contact {
    background: #3662E3;
  }
  .team-introduce-wrap.analytics-type .wide-contact button {
    color: #3662E3;
  }
  .team-introduce-wrap.analytics-type .data-tab-wrap .tab-btn button.active {
    color: #3662E3;
  }
  .team-introduce-wrap.analytics-type .data-visual-item-type {
    margin-top: -80px;
    margin-bottom: -70px;
  }
  .team-introduce-guide {
    padding-top: 30px;
  }
  .intro-contents {
    height: 100%;
  }
  .intro-contents .sub-visual {
    padding-top: 74px;
    position: relative;
  }
  .intro-contents .sub-visual .b-title {
    color: #FFF;
    font-size: 22px;
    font-weight: 700;
    line-height: 140%; /* 67.2px */
    letter-spacing: -0.96px;
    word-break: break-all;
    word-break: keep-all;
  }
  .intro-contents .sub-visual .s-txt {
    margin-top: 24px;
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
    line-height: 180%; /* 32.4px */
    letter-spacing: -0.36px;
    word-break: break-all;
    word-break: keep-all;
  }
  .intro-contents .sub-visual .visual-img {
    width: 100%;
    text-align: center;
  }
  .intro-contents .sub-visual .visual-img img {
    width: 100%;
    max-width: 500px;
  }
  .intro-contents .sub-visual .scroll-down {
    display: none;
    position: absolute;
    bottom: 48px;
    left: 50%;
    margin-left: -28px;
    color: #FFF;
    font-size: 10px;
    font-weight: 700;
    line-height: 100%; /* 10px */
    padding-top: 48px;
    background: url(../images/product/icon-mouse.png) no-repeat center 0;
  }
  .intro-contents .sub-title-visual {
    position: relative;
    z-index: 199;
    margin-top: -70px;
  }
  .intro-contents .sub-items-wrap {
    background: #F2F7FC;
  }
  .intro-contents .sub-items-wrap .inner-area {
    padding: 50px 0;
  }
  .intro-contents .sub-items-wrap .inner-area .title-c {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .intro-contents .sub-items-wrap .inner-area .title-c h2 {
    color: #333;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    line-height: 150%; /* 27px */
    letter-spacing: -0.36px;
  }
  .intro-contents .sub-items-wrap .inner-area .title-c .big-text {
    margin-left: 28px;
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 140%; /* 56px */
    letter-spacing: -0.8px;
  }
  .intro-contents .sub-items-wrap .inner-area .title-c .big-text span {
    margin-right: 8px;
  }
  .intro-contents .sub-items-wrap .inner-area .title-c img {
    width: 20px;
  }
  .intro-contents .sub-items-wrap .div2 {
    padding: 0 28px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 34px;
  }
  .intro-contents .sub-items-wrap .div2 .div-item {
    width: 100%;
    margin-left: 0;
    margin-top: 34px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 0 15px 0 rgba(143, 160, 187, 0.15);
    backdrop-filter: blur(7.5px);
  }
  .intro-contents .sub-items-wrap .div2 .div-item dl {
    padding: 24px;
  }
  .intro-contents .sub-items-wrap .div2 .div-item dl dt {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%; /* 42px */
    letter-spacing: -0.56px;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 20px;
    margin-bottom: 20px;
    word-break: break-all;
    word-break: keep-all;
  }
  .intro-contents .sub-items-wrap .div2 .div-item dl dd {
    color: #666;
    font-size: 15px;
    font-weight: 400;
    line-height: 150%; /* 27px */
    letter-spacing: -0.36px;
    word-break: break-all;
    word-break: keep-all;
  }
  .intro-contents .sub-items-wrap .div2 .div-item .visual-item-type {
    padding: 9px 12px 27px 0;
    text-align: right;
  }
  .intro-contents .sub-items-wrap .div-wide {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 16px;
    padding: 0 28px;
  }
  .intro-contents .sub-items-wrap .div-wide .div-item {
    width: 100%;
    margin-top: 34px;
    border-radius: 16px;
    box-shadow: 0 0 15px 0 rgba(143, 160, 187, 0.15);
    backdrop-filter: blur(7.5px);
    position: relative;
    min-height: 245px;
    background: #ffffff;
  }
  .intro-contents .sub-items-wrap .div-wide .div-item dl {
    padding: 24px;
  }
  .intro-contents .sub-items-wrap .div-wide .div-item dl dt {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%; /* 42px */
    letter-spacing: -0.56px;
    word-break: break-all;
    word-break: keep-all;
  }
  .intro-contents .sub-items-wrap .div-wide .div-item dl dd {
    margin-top: 16px;
    color: #111;
    font-size: 15px;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: -0.32px;
  }
  .intro-contents .sub-items-wrap .div-wide .div-item dl dd p {
    min-height: 72px;
    word-break: break-all;
    word-break: keep-all;
  }
  .intro-contents .sub-items-wrap .div-wide .div-item dl dd .gray-txt {
    color: #999;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%; /* 21px */
    letter-spacing: -0.28px;
  }
  .intro-contents .sub-items-wrap .div-wide .div-item .visual-item-type {
    position: absolute;
    right: 32px;
    bottom: 0;
    text-align: right;
  }
  .intro-contents .sub-items-wrap .div-wide .div-item .visual-item-type img {
    width: 100px;
  }
  .intro-contents .data-visual-item-type {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    margin-top: 0px !important;
    margin-bottom: -40px !important;
  }
  .intro-contents .data-visual-item-type img {
    text-align: center;
  }
  .intro-contents .data-visual-item-type img {
    width: 50%;
  }
  .intro-contents .inner-area .big-text {
    color: #111111;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 160%; /* 64px */
    letter-spacing: -0.8px;
  }
  .team-introduce-wrap {
    position: relative;
  }
  .team-introduce-wrap .wide-contact {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 24px;
    flex-wrap: wrap;
    flex-direction: column;
    transition: padding 300ms ease-in-out;
  }
  .team-introduce-wrap .wide-contact p {
    color: #FFF;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 140%; /* 33.6px */
    letter-spacing: -0.48px;
  }
  .team-introduce-wrap .wide-contact button {
    width: 200px;
    margin-top: 24px;
    color: #333;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px; /* 150% */
    letter-spacing: -0.16px;
    border-radius: 40px;
    border: 1px solid #DEDEDE;
    background: #FFF;
    padding: 18px 16px;
  }
  /* 미구독 스타일 */
  .unsubscribed-service-wrap {
    min-width: 320px;
    position: relative;
    overflow-y: hidden;
  }
  .unsubscribed-service-wrap .us-visual:before {
    content: "";
    background: #EEF5FF;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    min-height: 348px;
    z-index: 0;
  }
  .unsubscribed-service-wrap .us-visual .inner-width {
    width: 100%;
    margin: 0 auto;
    min-height: 348px;
    position: relative;
    z-index: 1;
    background: #EEF5FF url(../images/unsubscribed/visual.jpg) no-repeat center 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
  }
  .unsubscribed-service-wrap .us-visual .inner-width h1 {
    position: relative;
  }
  .unsubscribed-service-wrap .us-visual .inner-width h1:before {
    content: "";
    border: 1px solid rgba(13, 60, 208, 0.1);
    background: #ffffff;
    box-shadow: 0 4px 4px 0 #EEF5FF;
    position: absolute;
    z-index: 9;
    left: -8px;
    right: -8px;
    bottom: -8px;
    top: 8px;
  }
  .unsubscribed-service-wrap .us-visual .inner-width h1 span {
    background: #0D3CD0;
    padding: 26px 17px 17px;
    display: inline-block;
    position: relative;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    z-index: 10;
  }
  .unsubscribed-service-wrap .us-visual .inner-width .big-title {
    color: #333;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 800;
    line-height: 160%; /* 57.6px */
    margin-top: 32px;
  }
  .unsubscribed-service-wrap .us-visual .inner-width .small-text {
    color: #666;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    margin-top: 10px;
  }
  .unsubscribed-service-wrap .us-visual.analytics-type:before {
    background: #EEF0FF;
  }
  .unsubscribed-service-wrap .us-visual.analytics-type .inner-width {
    background: url(../images/unsubscribed/visual-analytics.jpg) no-repeat center 0;
  }
  .unsubscribed-service-wrap .us-visual.analytics-type .inner-width h1:before {
    top: 12px;
  }
  .unsubscribed-service-wrap .us-visual.analytics-type .inner-width h1 span {
    background: #24316D;
  }
  .unsubscribed-service-wrap .us-visual.hcd-type:before {
    background: #E9F5FF;
  }
  .unsubscribed-service-wrap .us-visual.hcd-type .inner-width {
    background: url(../images/unsubscribed/visual-hcd.jpg) no-repeat center 0;
  }
  .unsubscribed-service-wrap .us-visual.hcd-type .inner-width h1:before {
    top: 28px;
  }
  .unsubscribed-service-wrap .us-visual.hcd-type .inner-width h1 span {
    background: #719BFF;
  }
  .unsubscribed-service-wrap .us-item {
    position: relative;
    z-index: 1;
  }
  .unsubscribed-service-wrap .us-item .div2 {
    padding: 40px 0 0;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .unsubscribed-service-wrap .us-item .div2 dl {
    width: 100%;
    margin-bottom: 0;
    padding: 0 80px 50px 0;
  }
  .unsubscribed-service-wrap .us-item .div2 dl:first-child {
    background: url(../images/unsubscribed/img-1.png) no-repeat right 0 top 50%;
    background-size: 104px;
  }
  .unsubscribed-service-wrap .us-item .div2 dl:nth-of-type(2) {
    background: url(../images/unsubscribed/img-2.png) no-repeat right 0 top 50%;
    background-size: 104px;
  }
  .unsubscribed-service-wrap .us-item .div2 dl:nth-of-type(3) {
    background: url(../images/unsubscribed/img-3.png) no-repeat right 0 top 50%;
    background-size: 104px;
  }
  .unsubscribed-service-wrap .us-item .div2 dl:nth-of-type(4) {
    background: url(../images/unsubscribed/img-4.png) no-repeat right 0 top 50%;
    background-size: 104px;
  }
  .unsubscribed-service-wrap .us-item .div2 dl dt {
    color: #333;
    font-size: 21px;
    font-weight: 700;
    line-height: 160%;
    margin-bottom: 10px;
  }
  .unsubscribed-service-wrap .us-item .div2 dl dt span {
    padding-bottom: 20px;
    color: #82BFF9;
    font-size: 16px;
    font-weight: 500;
    line-height: 160%; /* 22.4px */
  }
  .unsubscribed-service-wrap .us-item .div2 dl dd {
    color: #666;
    font-size: 14px;
    font-weight: 500;
    line-height: 160%; /* 24px */
    letter-spacing: -0.05em;
  }
  .unsubscribed-service-wrap .us-item .div2.analytics-type dl:first-child {
    background: url(../images/unsubscribed/img-1-analytics.png) no-repeat right 0 top 50%;
    background-size: 104px;
  }
  .unsubscribed-service-wrap .us-item .div2.analytics-type dl:nth-of-type(2) {
    background: url(../images/unsubscribed/img-2-analytics.png) no-repeat right 0 top 50%;
    background-size: 104px;
  }
  .unsubscribed-service-wrap .us-item .div2.analytics-type dl:nth-of-type(3) {
    background: url(../images/unsubscribed/img-3-analytics.png) no-repeat right 0 top 50%;
    background-size: 104px;
  }
  .unsubscribed-service-wrap .us-item .div2.analytics-type dl:nth-of-type(4) {
    background: url(../images/unsubscribed/img-4-analytics.png) no-repeat right 0 top 50%;
    background-size: 104px;
  }
  .unsubscribed-service-wrap .us-item .div2.hcd-type dl:first-child {
    background: url(../images/unsubscribed/img-1-hcd.png) no-repeat right 0 top 50%;
    background-size: 104px;
  }
  .unsubscribed-service-wrap .us-item .div2.hcd-type dl:nth-of-type(2) {
    background: url(../images/unsubscribed/img-2-hcd.png) no-repeat right 0 top 50%;
    background-size: 104px;
  }
  .unsubscribed-service-wrap .us-item .div2.hcd-type dl:nth-of-type(3) {
    background: url(../images/unsubscribed/img-3-hcd.png) no-repeat right 0 top 50%;
    background-size: 104px;
  }
  .unsubscribed-service-wrap .us-item .div2.hcd-type dl:nth-of-type(4) {
    background: url(../images/unsubscribed/img-4-hcd.png) no-repeat right 0 top 50%;
    background-size: 104px;
  }
  .unsubscribed-service-wrap .us-item .btn-div2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 24px auto;
  }
  .unsubscribed-service-wrap .us-item .btn-div2 button {
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    line-height: 150%; /* 22.5px */
    padding: 14px;
    border-radius: 4px;
    border: 1px solid #3662E3;
    margin: 0 6px;
  }
  .unsubscribed-service-wrap .us-item .btn-div2 button.btn-outline {
    color: #3662E3;
    background: #FFF;
  }
  .unsubscribed-service-wrap .us-item .btn-div2 button.btn-full {
    color: #ffffff;
    background: #3662E3;
  }
  .unsubscribed-service-wrap .us-item .img-box {
    border-radius: 20px;
    border: 1px solid #EEE;
    background: var(--basic-ffffff, #FFF);
    box-shadow: 0 4px 16px 0 rgba(190, 192, 201, 0.2);
    padding: 15px;
    width: 100%;
    margin: 64px auto 0;
    text-align: center;
  }
  .unsubscribed-service-wrap .us-item .img-box img {
    width: 100% !important;
    height: 100% !important;
    text-align: center;
  }
  .unsubscribed-service-wrap .us-item.bg-type {
    background: #F9FAFF;
    padding: 64px 0;
  }
  .unsubscribed-service-wrap .us-item.bg-type h2 {
    margin-top: 0;
  }
  .unsubscribed-service-wrap .inner-width {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }
  .unsubscribed-service-wrap .inner-width h2 {
    color: #004DFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 160%; /* 25.6px */
    text-align: center;
    margin: 32px 0 6px;
  }
  .unsubscribed-service-wrap .inner-width .big-text {
    color: #333;
    text-align: center;
    font-size: 22px;
    font-weight: 300;
    line-height: 150%; /* 48px */
    font-family: Pretendard;
  }
  .div-video {
    position: relative;
    margin: 50px 40px 0;
    border-radius: 16px;
    overflow: hidden;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .div-video video {
    vertical-align: top;
    width: 100%;
    min-height: 120px;
  }
  .div-video .btn-play {
    z-index: 100;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 0;
    color: transparent;
    width: 100px;
    height: 100px;
    background: url(../images/product/icon-play.png) no-repeat center 0;
    background-size: 100px;
  }
  .data-tab-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 50px 0 0;
  }
  .data-tab-wrap .round-label {
    width: 150px;
    padding: 10px 20px;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%; /* 18px */
    border-radius: 60px;
    text-align: center;
  }
  .data-tab-wrap .round-label:hover {
    text-decoration-line: underline;
  }
  .data-tab-wrap .tab-btn {
    margin-top: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }
  .data-tab-wrap .tab-btn button {
    width: auto;
    padding: 10px 12px;
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%; /* 18px */
    text-decoration-line: underline;
  }
  .data-tab-wrap .tab-btn button.active {
    color: #2D6AFF;
    font-weight: 600;
  }
  .data-tab-wrap .tab-btn button:hover {
    color: #2D6AFF;
  }
}
@media only screen and (min-width: 1281px) {
  .intro-contents {
    height: 100%;
  }
  .intro-contents .sub-visual {
    padding-top: 74px;
    position: relative;
    height: 614px;
  }
  .intro-contents .sub-visual .m-txt {
    color: #333333;
    font-size: 20px;
    font-weight: 500;
    line-height: 100%; /* 20px */
    word-break: break-all;
    word-break: keep-all;
    margin-bottom: 20px;
  }
  .intro-contents .sub-visual .b-title {
    margin-top: 160px;
    color: #FFF;
    font-size: 48px;
    font-weight: 700;
    line-height: 140%; /* 67.2px */
    letter-spacing: -0.96px;
  }
  .intro-contents .sub-visual .b-title span {
    font-size: 38px;
  }
  .intro-contents .sub-visual .s-txt {
    margin-top: 24px;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 180%; /* 32.4px */
    letter-spacing: -0.36px;
  }
  .intro-contents .sub-visual .visual-img {
    position: absolute;
    left: 50%;
    margin-left: 200px;
    top: 134px;
  }
  .intro-contents .sub-visual .scroll-down {
    display: none;
    position: absolute;
    bottom: 48px;
    left: 50%;
    margin-left: -28px;
    color: #FFF;
    font-size: 10px;
    font-weight: 700;
    line-height: 100%; /* 10px */
    padding-top: 48px;
    background: url(../images/product/icon-mouse.png) no-repeat center 0;
  }
  .intro-contents .sub-title-visual {
    position: relative;
    z-index: 199;
    margin-top: -70px;
  }
  .intro-contents .sub-items-wrap {
    background: #F2F7FC;
  }
  .intro-contents .sub-items-wrap.wide-white {
    background: #ffffff;
  }
  .intro-contents .sub-items-wrap .inner-area {
    padding: 100px 0;
  }
  .intro-contents .sub-items-wrap .inner-area .title-c {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .intro-contents .sub-items-wrap .inner-area .title-c h2 {
    color: #333;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 150%; /* 27px */
    letter-spacing: -0.36px;
  }
  .intro-contents .sub-items-wrap .inner-area .title-c .big-text {
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 140%; /* 56px */
    letter-spacing: -0.8px;
    margin-left: 36px;
  }
  .intro-contents .sub-items-wrap .inner-area .title-c .big-text span {
    margin-right: 8px;
  }
  .intro-contents .sub-items-wrap .div2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 66px;
  }
  .intro-contents .sub-items-wrap .div2 .div-item {
    width: calc(50% - 17px);
    margin-right: 17px;
    margin-left: 0;
    margin-top: 34px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 0 15px 0 rgba(143, 160, 187, 0.15);
    backdrop-filter: blur(7.5px);
  }
  .intro-contents .sub-items-wrap .div2 .div-item:nth-of-type(2n) {
    margin-left: 17px;
    margin-right: 0;
  }
  .intro-contents .sub-items-wrap .div2 .div-item dl {
    padding: 40px;
  }
  .intro-contents .sub-items-wrap .div2 .div-item dl dt {
    color: #333;
    font-size: 28px;
    font-weight: 700;
    line-height: 150%; /* 42px */
    letter-spacing: -0.56px;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .intro-contents .sub-items-wrap .div2 .div-item dl dd {
    color: #666;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%; /* 27px */
    letter-spacing: -0.36px;
    min-height: 81px;
  }
  .intro-contents .sub-items-wrap .div2 .div-item .visual-item-type {
    padding: 9px 40px 27px 0;
    text-align: right;
  }
  .intro-contents .sub-items-wrap .div-wide {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 66px;
  }
  .intro-contents .sub-items-wrap .div-wide .div-item {
    width: 100%;
    margin-top: 34px;
    border-radius: 16px;
    box-shadow: 0 0 15px 0 rgba(143, 160, 187, 0.15);
    backdrop-filter: blur(7.5px);
    position: relative;
    min-height: 245px;
    background: #ffffff;
    border: 1px solid #DEDEDE;
  }
  .intro-contents .sub-items-wrap .div-wide .div-item dl {
    padding: 40px;
  }
  .intro-contents .sub-items-wrap .div-wide .div-item dl dt {
    color: #333;
    font-size: 28px;
    font-weight: 700;
    line-height: 150%; /* 42px */
    letter-spacing: -0.56px;
  }
  .intro-contents .sub-items-wrap .div-wide .div-item dl dd {
    margin-top: 16px;
    color: #111;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: -0.32px;
    padding-right: 165px;
  }
  .intro-contents .sub-items-wrap .div-wide .div-item dl dd p {
    min-height: 72px;
  }
  .intro-contents .sub-items-wrap .div-wide .div-item dl dd .gray-txt {
    color: #999;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%; /* 21px */
    letter-spacing: -0.28px;
  }
  .intro-contents .sub-items-wrap .div-wide .div-item .visual-item-type {
    position: absolute;
    right: 32px;
    bottom: 0;
    text-align: right;
  }
  .intro-contents .data-visual-item-type {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    margin-top: -80px;
    margin-bottom: -40px;
  }
  .intro-contents .data-visual-item-type img {
    text-align: center;
  }
  .intro-contents .inner-area {
    width: 1028px;
    margin: 0 auto;
    position: relative;
  }
  .intro-contents .inner-area .big-text {
    color: #111111;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 160%; /* 64px */
    letter-spacing: -0.8px;
  }
  .team-introduce-wrap {
    position: relative;
  }
  .team-introduce-wrap .wide-contact {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 48px;
    flex-wrap: wrap;
    flex-direction: column;
    z-index: 2;
  }
  .team-introduce-wrap .wide-contact p {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 140%; /* 33.6px */
    letter-spacing: -0.48px;
  }
  .team-introduce-wrap .wide-contact button {
    width: 200px;
    margin-top: 24px;
    color: #333;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px; /* 150% */
    letter-spacing: -0.16px;
    border-radius: 40px;
    border: 1px solid #DEDEDE;
    background: #FFF;
    padding: 18px 16px;
  }
  .team-introduce-wrap header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 200;
    min-height: 74px;
    background: #ffffff;
  }
  .team-introduce-wrap header .inner-area {
    width: 1320px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0 0;
    margin: 0 auto;
    position: relative;
  }
  .team-introduce-wrap header h1 {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
  }
  .team-introduce-wrap header h1 a {
    width: 148px;
    height: 18px;
    display: block;
    font-size: 0;
    background: url(../images/product-descriptions/new-logo-black.svg) no-repeat center 0;
    background-size: 100%;
  }
  .team-introduce-wrap header .menu-gnb {
    position: absolute;
    left: 233px;
    top: 20px;
  }
  .team-introduce-wrap header .menu-gnb &gt; ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .team-introduce-wrap header .menu-gnb li {
    margin-right: 48px;
  }
  .team-introduce-wrap header .menu-gnb li a {
    display: block;
    color: #111111;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: -0.2px;
    position: relative;
  }
  .team-introduce-wrap header .menu-gnb li a:before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    border-bottom: 2px solid transparent;
  }
  .team-introduce-wrap header .menu-gnb li a:hover {
    color: #3662E3;
  }
  .team-introduce-wrap header .menu-gnb li.active-mouseenter a {
    color: #3662E3;
    font-weight: 700;
  }
  .team-introduce-wrap header .menu-gnb li.active-mouseenter a:before {
    border-bottom: 2px solid #3662E3;
  }
  .team-introduce-wrap header .nav-depth {
    display: none;
    position: absolute;
    left: -40px;
    top: 54px;
    background: #FFF;
    box-shadow: 0 8px 12px 0 rgba(117, 117, 117, 0.15);
    padding: 24px 40px;
    align-items: flex-start;
    justify-content: space-between;
    width: 398px;
    z-index: 201;
  }
  .team-introduce-wrap header .nav-depth .nav-depth-item {
    width: calc(50% - 32px);
  }
  .team-introduce-wrap header .nav-depth .nav-depth-item:first-of-type {
    margin-right: 32px;
  }
  .team-introduce-wrap header .nav-depth .nav-depth-item:first-of-type ul li a {
    min-width: 137px;
  }
  .team-introduce-wrap header .nav-depth .nav-depth-item:last-of-type {
    margin-left: 32px;
  }
  .team-introduce-wrap header .nav-depth .nav-depth-item span {
    display: block;
    color: #999999;
    font-size: 13px;
    font-weight: 500;
    line-height: 150%; /* 19.5px */
    text-align: center;
  }
  .team-introduce-wrap header .nav-depth .nav-depth-item ul {
    margin-top: 12px;
  }
  .team-introduce-wrap header .nav-depth .nav-depth-item ul li {
    margin-right: 0;
  }
  .team-introduce-wrap header .nav-depth .nav-depth-item ul li a {
    min-width: 116px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 0;
    color: #333333;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%; /* 27px */
    letter-spacing: -0.18px;
  }
  .team-introduce-wrap header .nav-depth .nav-depth-item ul li a:hover {
    color: #3662E3;
    font-weight: 600;
  }
  .team-introduce-wrap header .nav-depth .nav-depth-item ul li a.active {
    color: #3662E3;
    font-weight: 600;
  }
  .team-introduce-wrap header .nav-depth .nav-depth-item ul li a .new-text-badge {
    min-width: 16px;
    height: 16px;
    padding: 1px 4px;
    border-radius: 16px;
    color: #F9732B;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: -0.12px;
    position: relative;
    top: -3px;
  }
  .team-introduce-wrap header .right-col {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .team-introduce-wrap header .right-col .btn-contact button {
    border: 1px solid #3662E3;
    border-radius: 20px;
    background: #ffffff;
    padding: 8px 16px;
    color: #2D6AFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.28px;
  }
  .team-introduce-wrap header.active {
    background: #FFF;
    box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.08);
    transition: background-color linear 120ms;
  }
  .team-introduce-wrap header.active h1 a {
    background: url(../images/product-descriptions/new-logo-black.svg) no-repeat center 0;
  }
  .team-introduce-wrap header.active .right-col .btn-contact button {
    border: 1px solid #3662E3;
  }
  .team-introduce-wrap footer {
    background: #ffffff;
  }
  .team-introduce-wrap footer .inner-width {
    margin: 0 auto;
    width: 1320px;
    height: 121px;
    position: relative;
  }
  .team-introduce-wrap footer .inner-width .company-info {
    padding-top: 24px;
  }
  .team-introduce-wrap footer .inner-width .company-info p {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
  }
  .team-introduce-wrap footer .inner-width .company-info p span {
    display: inline-block;
    padding-left: 12px;
  }
  .team-introduce-wrap footer .inner-width .company-info strong {
    color: #111;
    font-size: 14px;
    font-weight: 700;
    line-height: 150%;
  }
  .team-introduce-wrap footer .inner-width .copyright {
    margin-top: 8px;
    color: #999;
    font-size: 13px;
    font-weight: 400;
    line-height: 150%;
  }
  .team-introduce-wrap footer .inner-width .privacy-btn-wrap {
    position: absolute;
    right: 0;
    top: 24px;
  }
  .team-introduce-wrap footer .inner-width .privacy-btn-wrap button {
    color: #666;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.14px;
  }
  .team-introduce-wrap footer .inner-width .privacy-btn-wrap button.btn-privacy {
    font-weight: 700;
    color: #333;
    padding-right: 25px;
    position: relative;
  }
  .team-introduce-wrap footer .inner-width .privacy-btn-wrap button.btn-privacy:before {
    content: "";
    background: #DEDEDE;
    width: 1px;
    position: absolute;
    right: 10px;
    top: 6px;
    height: 10px;
  }
  .team-introduce-wrap footer .inner-width .privacy-btn-wrap button.btn-use {
    padding-right: 25px;
    position: relative;
  }
  .team-introduce-wrap footer .inner-width .privacy-btn-wrap button.btn-use:before {
    content: "";
    background: #DEDEDE;
    width: 1px;
    position: absolute;
    right: 10px;
    top: 6px;
    height: 10px;
  }
  .intro-type .popup-wrap ::-webkit-scrollbar-track {
    background-color: rgb(255, 255, 255);
  }
  /* 미구독 스타일 */
  .unsubscribed-service-wrap {
    min-width: 1173px;
    position: relative;
    overflow-y: hidden;
  }
  .unsubscribed-service-wrap .us-visual:before {
    content: "";
    background: #EEF5FF;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    min-height: 348px;
    z-index: 0;
  }
  .unsubscribed-service-wrap .us-visual .inner-width {
    width: 1173px;
    margin: 0 auto;
    min-height: 348px;
    position: relative;
    z-index: 1;
    background: #EEF5FF url(../images/unsubscribed/visual.jpg) no-repeat center 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
  }
  .unsubscribed-service-wrap .us-visual .inner-width h1 {
    position: relative;
  }
  .unsubscribed-service-wrap .us-visual .inner-width h1:before {
    content: "";
    border: 1px solid rgba(13, 60, 208, 0.1);
    background: #ffffff;
    box-shadow: 0 4px 4px 0 #EEF5FF;
    position: absolute;
    z-index: 9;
    left: -8px;
    right: -8px;
    bottom: -8px;
    top: 8px;
  }
  .unsubscribed-service-wrap .us-visual .inner-width h1 span {
    background: #0D3CD0;
    padding: 66px 17px 17px;
    display: inline-block;
    position: relative;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    z-index: 10;
    min-height: 137px;
  }
  .unsubscribed-service-wrap .us-visual .inner-width .big-title {
    color: #333;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 160%; /* 57.6px */
    margin-top: 32px;
  }
  .unsubscribed-service-wrap .us-visual .inner-width .small-text {
    color: #666;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    margin-top: 10px;
  }
  .unsubscribed-service-wrap .us-visual.analytics-type:before {
    background: #EEF0FF;
  }
  .unsubscribed-service-wrap .us-visual.analytics-type .inner-width {
    background: url(../images/unsubscribed/visual-analytics.jpg) no-repeat center 0;
  }
  .unsubscribed-service-wrap .us-visual.analytics-type .inner-width h1:before {
    top: 28px;
  }
  .unsubscribed-service-wrap .us-visual.analytics-type .inner-width h1 span {
    background: #24316D;
  }
  .unsubscribed-service-wrap .us-visual.hcd-type:before {
    background: #E9F5FF;
  }
  .unsubscribed-service-wrap .us-visual.hcd-type .inner-width {
    background: url(../images/unsubscribed/visual-hcd.jpg) no-repeat center 0;
  }
  .unsubscribed-service-wrap .us-visual.hcd-type .inner-width h1:before {
    top: 28px;
  }
  .unsubscribed-service-wrap .us-visual.hcd-type .inner-width h1 span {
    background: #719BFF;
  }
  .unsubscribed-service-wrap .us-item {
    position: relative;
    z-index: 1;
  }
  .unsubscribed-service-wrap .us-item .div2 {
    padding: 86px 100px 0;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .unsubscribed-service-wrap .us-item .div2 dl {
    width: 50%;
    margin-bottom: 81px;
    padding: 0 150px 0 0;
    max-width: 460px;
  }
  .unsubscribed-service-wrap .us-item .div2 dl:nth-of-type(2n-1) {
    max-width: 471px;
  }
  .unsubscribed-service-wrap .us-item .div2 dl:first-child {
    background: url(../images/unsubscribed/img-1.png) no-repeat right bottom;
    background-size: 208px;
  }
  .unsubscribed-service-wrap .us-item .div2 dl:nth-of-type(2) {
    background: url(../images/unsubscribed/img-2.png) no-repeat right bottom;
    background-size: 208px;
  }
  .unsubscribed-service-wrap .us-item .div2 dl:nth-of-type(3) {
    background: url(../images/unsubscribed/img-3.png) no-repeat right bottom;
    background-size: 208px;
  }
  .unsubscribed-service-wrap .us-item .div2 dl:nth-of-type(4) {
    background: url(../images/unsubscribed/img-4.png) no-repeat right bottom;
    background-size: 208px;
  }
  .unsubscribed-service-wrap .us-item .div2 dl dt {
    color: #333;
    font-size: 26px;
    font-weight: 700;
    line-height: 160%;
    margin-bottom: 10px;
  }
  .unsubscribed-service-wrap .us-item .div2 dl dt span {
    display: inline-block;
    padding-bottom: 20px;
    color: #82BFF9;
    font-size: 16px;
    font-weight: 500;
    line-height: 160%; /* 22.4px */
  }
  .unsubscribed-service-wrap .us-item .div2 dl dd {
    color: #666;
    font-size: 15px;
    font-weight: 500;
    line-height: 160%; /* 24px */
  }
  .unsubscribed-service-wrap .us-item .div2.analytics-type dl:first-child {
    background: url(../images/unsubscribed/img-1-analytics.png) no-repeat right bottom;
    background-size: 208px;
  }
  .unsubscribed-service-wrap .us-item .div2.analytics-type dl:nth-of-type(2) {
    background: url(../images/unsubscribed/img-2-analytics.png) no-repeat right bottom;
    background-size: 208px;
  }
  .unsubscribed-service-wrap .us-item .div2.analytics-type dl:nth-of-type(3) {
    background: url(../images/unsubscribed/img-3-analytics.png) no-repeat right bottom;
    background-size: 208px;
  }
  .unsubscribed-service-wrap .us-item .div2.analytics-type dl:nth-of-type(4) {
    background: url(../images/unsubscribed/img-4-analytics.png) no-repeat right bottom;
    background-size: 208px;
  }
  .unsubscribed-service-wrap .us-item .div2.hcd-type dl:first-child {
    background: url(../images/unsubscribed/img-1-hcd.png) no-repeat right bottom;
    background-size: 208px;
  }
  .unsubscribed-service-wrap .us-item .div2.hcd-type dl:nth-of-type(2) {
    background: url(../images/unsubscribed/img-2-hcd.png) no-repeat right bottom;
    background-size: 208px;
  }
  .unsubscribed-service-wrap .us-item .div2.hcd-type dl:nth-of-type(3) {
    background: url(../images/unsubscribed/img-3-hcd.png) no-repeat right bottom;
    background-size: 208px;
  }
  .unsubscribed-service-wrap .us-item .div2.hcd-type dl:nth-of-type(4) {
    background: url(../images/unsubscribed/img-4-hcd.png) no-repeat right bottom;
    background-size: 208px;
  }
  .unsubscribed-service-wrap .us-item .btn-div2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 780px;
    margin: 48px auto;
  }
  .unsubscribed-service-wrap .us-item .btn-div2 button {
    width: 384px;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    line-height: 150%; /* 22.5px */
    padding: 14px;
    border-radius: 4px;
    border: 1px solid #3662E3;
    margin: 0 6px;
  }
  .unsubscribed-service-wrap .us-item .btn-div2 button.btn-outline {
    color: #3662E3;
    background: #FFF;
  }
  .unsubscribed-service-wrap .us-item .btn-div2 button.btn-full {
    color: #ffffff;
    background: #3662E3;
  }
  .unsubscribed-service-wrap .us-item .img-box {
    border-radius: 20px;
    border: 1px solid #EEE;
    background: var(--basic-ffffff, #FFF);
    box-shadow: 0 4px 16px 0 rgba(190, 192, 201, 0.2);
    padding: 10px 0 20px;
    width: 780px;
    margin: 64px auto 0;
    text-align: center;
  }
  .unsubscribed-service-wrap .us-item .img-box img {
    text-align: center;
    object-fit: cover;
  }
  .unsubscribed-service-wrap .us-item.bg-type {
    background: #F9FAFF;
    padding: 64px 0;
  }
  .unsubscribed-service-wrap .us-item.bg-type h2 {
    margin-top: 0;
  }
  .unsubscribed-service-wrap .inner-width {
    width: 1173px;
    margin: 0 auto;
  }
  .unsubscribed-service-wrap .inner-width h2 {
    color: #004DFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 160%; /* 25.6px */
    text-align: center;
    margin: 64px 0 6px;
  }
  .unsubscribed-service-wrap .inner-width .big-text {
    color: #333;
    text-align: center;
    font-size: 32px;
    font-weight: 300;
    line-height: 150%; /* 48px */
    font-family: Pretendard;
  }
  .btn-mobile-open {
    display: none;
  }
  .btn-mobile-menu-close {
    display: none;
  }
  .div-video {
    position: relative;
    width: 1028px;
    height: 578px;
    margin: 100px auto 0;
    border-radius: 16px;
    overflow: hidden;
  }
  .div-video video {
    width: 100%;
    height: 100%;
  }
  .div-video .btn-play {
    z-index: 100;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 0;
    color: transparent;
    width: 200px;
    height: 200px;
    background: url(../images/product/icon-play.png) no-repeat center 0;
  }
  .data-tab-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 50px 0 0;
  }
  .data-tab-wrap .round-label {
    width: 150px;
    padding: 10px 20px;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%; /* 18px */
    border-radius: 60px;
    text-align: center;
  }
  .data-tab-wrap .round-label:hover {
    text-decoration-line: underline;
  }
  .data-tab-wrap .tab-btn {
    margin-top: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }
  .data-tab-wrap .tab-btn button {
    width: 150px;
    padding: 10px 0;
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%; /* 18px */
    text-decoration-line: underline;
  }
  .data-tab-wrap .tab-btn button.active {
    color: #2D6AFF;
    font-weight: 600;
  }
  .data-tab-wrap .tab-btn button:hover {
    color: #2D6AFF;
  }
  .team-introduce-wrap {
    position: relative;
  }
  .team-introduce-wrap.webinar-type .sub-visual {
    background: #0037BE;
  }
  .team-introduce-wrap.webinar-type .sub-items-wrap strong {
    font-weight: bold;
  }
  .team-introduce-wrap.webinar-type .sub-items-wrap .color-txt {
    color: #0037BE;
  }
  .team-introduce-wrap.webinar-type .wide-contact {
    background: #0037BE;
  }
  .team-introduce-wrap.medical-type .sub-visual {
    background: #5D9FE9;
  }
  .team-introduce-wrap.medical-type .sub-items-wrap strong {
    font-weight: bold;
  }
  .team-introduce-wrap.medical-type .sub-items-wrap .color-txt {
    color: #5D9FE9;
  }
  .team-introduce-wrap.medical-type .wide-contact {
    background: #5D9FE9;
  }
  .team-introduce-wrap.survey-type .sub-visual {
    background: #019D81;
  }
  .team-introduce-wrap.survey-type .sub-items-wrap strong {
    font-weight: bold;
  }
  .team-introduce-wrap.survey-type .sub-items-wrap .color-txt {
    color: #019D81;
  }
  .team-introduce-wrap.survey-type .wide-contact {
    background: #019D81;
  }
  .team-introduce-wrap.DI-type .sub-visual {
    background: #FF8C22;
  }
  .team-introduce-wrap.DI-type .sub-items-wrap strong {
    font-weight: bold;
  }
  .team-introduce-wrap.DI-type .sub-items-wrap .color-txt {
    color: #FF8C22;
  }
  .team-introduce-wrap.DI-type .wide-contact {
    background: #FF8C22;
  }
  .team-introduce-wrap.patient-type .sub-visual {
    background: #04B7C2;
  }
  .team-introduce-wrap.patient-type .sub-items-wrap strong {
    font-weight: bold;
  }
  .team-introduce-wrap.patient-type .sub-items-wrap .color-txt {
    color: #04B7C2;
  }
  .team-introduce-wrap.patient-type .wide-contact {
    background: #04B7C2;
  }
  .team-introduce-wrap.liveLanding-type .sub-visual {
    background: #00B658;
  }
  .team-introduce-wrap.liveLanding-type .sub-items-wrap strong {
    font-weight: bold;
  }
  .team-introduce-wrap.liveLanding-type .sub-items-wrap .color-txt {
    color: #00B658;
  }
  .team-introduce-wrap.liveLanding-type .wide-contact {
    background: #00B658;
  }
  .team-introduce-wrap.liveInfo-type .sub-visual {
    background: #621DB6;
  }
  .team-introduce-wrap.liveInfo-type .sub-items-wrap strong {
    font-weight: bold;
  }
  .team-introduce-wrap.liveInfo-type .sub-items-wrap .color-txt {
    color: #621DB6;
  }
  .team-introduce-wrap.liveInfo-type .wide-contact {
    background: #621DB6;
  }
  .team-introduce-wrap.pharmacy-type .sub-visual {
    position: relative;
    background: url("../images/product-descriptions/bg-data.png") no-repeat center top 74px;
    background-size: cover;
    height: 614px;
  }
  .team-introduce-wrap.pharmacy-type .sub-visual:before {
    content: "";
    height: 1px;
    background: #DDD;
    position: absolute;
    left: 0;
    right: 0;
    top: 75px;
  }
  .team-introduce-wrap.pharmacy-type .sub-visual .m-txt {
    margin-top: 170px;
  }
  .team-introduce-wrap.pharmacy-type .sub-visual .b-title {
    margin-top: 0;
    color: #333333;
  }
  .team-introduce-wrap.pharmacy-type .sub-visual .s-txt {
    color: #333333;
  }
  .team-introduce-wrap.pharmacy-type .sub-visual .visual-img {
    margin-top: 37px;
    top: 50%;
    transform: translateY(-50%);
  }
  .team-introduce-wrap.pharmacy-type .sub-items-wrap {
    background: #ffffff;
  }
  .team-introduce-wrap.pharmacy-type .sub-items-wrap.wide-white .inner-area {
    padding: 0 0;
  }
  .team-introduce-wrap.pharmacy-type .sub-items-wrap strong {
    font-weight: bold;
  }
  .team-introduce-wrap.pharmacy-type .sub-items-wrap .div2 {
    margin-top: 16px;
  }
  .team-introduce-wrap.pharmacy-type .sub-items-wrap .div2 .div-item {
    border: 0;
  }
  .team-introduce-wrap.pharmacy-type .sub-items-wrap .div2 .div-item dl {
    padding: 40px 32px 0;
  }
  .team-introduce-wrap.pharmacy-type .sub-items-wrap .div2 .div-item dl dt {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #2D6AFF;
    border-bottom: 0;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .team-introduce-wrap.pharmacy-type .sub-items-wrap .div2 .div-item dl dd {
    color: #333333;
  }
  .team-introduce-wrap.pharmacy-type .sub-items-wrap .div-wide .div-item {
    border: 0;
  }
  .team-introduce-wrap.pharmacy-type .sub-items-wrap .div-wide .div-item dl {
    padding: 30px;
  }
  .team-introduce-wrap.pharmacy-type .sub-items-wrap .div-wide .div-item dl dt {
    font-size: 24px;
  }
  .team-introduce-wrap.pharmacy-type .sub-items-wrap .div-wide .div-item dl dt span {
    position: relative;
  }
  .team-introduce-wrap.pharmacy-type .sub-items-wrap .div-wide .div-item dl dt span:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.1;
    background: #2D6AFF;
    height: 10px;
  }
  .team-introduce-wrap.pharmacy-type .sub-items-wrap .div-wide .div-item dl dd {
    font-size: 18px;
    color: #333333;
    padding-right: 0;
    letter-spacing: -0.36px;
  }
  .team-introduce-wrap.pharmacy-type .round-label {
    background: #2D6AFF;
  }
  .team-introduce-wrap.pharmacy-type .color-txt {
    color: #2D6AFF;
  }
  .team-introduce-wrap.pharmacy-type .wide-contact {
    background: #2D6AFF;
  }
  .team-introduce-wrap.pharmacy-type .wide-contact button {
    color: #2D6AFF;
  }
  .team-introduce-wrap.pharmacy-type .data-tab-wrap .tab-btn button.active {
    color: #2D6AFF;
  }
  .team-introduce-wrap.pharmacy-type .data-tab-wrap .tab-btn button:hover {
    color: #2D6AFF;
  }
  .team-introduce-wrap.weekly-type .sub-visual {
    position: relative;
    background: #277DFF url("../images/product-descriptions/bg-weekly.png") no-repeat center top 74px;
    background-size: cover;
    height: 614px;
  }
  .team-introduce-wrap.weekly-type .sub-visual:before {
    content: "";
    height: 1px;
    background: #DDD;
    position: absolute;
    left: 0;
    right: 0;
    top: 75px;
    z-index: 10;
  }
  .team-introduce-wrap.weekly-type .sub-visual .m-txt {
    margin-top: 170px;
  }
  .team-introduce-wrap.weekly-type .sub-visual .b-title {
    margin-top: 0;
    color: #333333;
  }
  .team-introduce-wrap.weekly-type .sub-visual .s-txt {
    color: #333333;
  }
  .team-introduce-wrap.weekly-type .sub-visual .visual-img {
    margin-top: 37px;
    top: 50%;
    transform: translateY(-50%);
  }
  .team-introduce-wrap.weekly-type .sub-items-wrap {
    background: #ffffff;
  }
  .team-introduce-wrap.weekly-type .sub-items-wrap.wide-white .inner-area {
    padding: 0 0;
  }
  .team-introduce-wrap.weekly-type .sub-items-wrap strong {
    font-weight: bold;
  }
  .team-introduce-wrap.weekly-type .sub-items-wrap .div2 {
    margin-top: 16px;
  }
  .team-introduce-wrap.weekly-type .sub-items-wrap .div2 .div-item {
    border: 0;
  }
  .team-introduce-wrap.weekly-type .sub-items-wrap .div2 .div-item dl {
    padding: 40px 32px 0;
  }
  .team-introduce-wrap.weekly-type .sub-items-wrap .div2 .div-item dl dt {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #277DFF;
    border-bottom: 0;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .team-introduce-wrap.weekly-type .sub-items-wrap .div2 .div-item dl dd {
    color: #333333;
  }
  .team-introduce-wrap.weekly-type .sub-items-wrap .div-wide .div-item {
    border: 0;
    min-height: auto;
  }
  .team-introduce-wrap.weekly-type .sub-items-wrap .div-wide .div-item dl {
    padding: 30px;
  }
  .team-introduce-wrap.weekly-type .sub-items-wrap .div-wide .div-item dl dt {
    font-size: 24px;
  }
  .team-introduce-wrap.weekly-type .sub-items-wrap .div-wide .div-item dl dt span {
    position: relative;
  }
  .team-introduce-wrap.weekly-type .sub-items-wrap .div-wide .div-item dl dt span:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.1;
    background: #277DFF;
    height: 10px;
  }
  .team-introduce-wrap.weekly-type .sub-items-wrap .div-wide .div-item dl dd {
    font-size: 18px;
    color: #333333;
    padding-right: 0;
    letter-spacing: -0.36px;
  }
  .team-introduce-wrap.weekly-type .sub-items-wrap .div-wide .div-item dl dd p {
    min-height: auto;
  }
  .team-introduce-wrap.weekly-type .round-label {
    background: #277DFF;
  }
  .team-introduce-wrap.weekly-type .color-txt {
    color: #277DFF;
  }
  .team-introduce-wrap.weekly-type .wide-contact {
    background: #277DFF;
  }
  .team-introduce-wrap.weekly-type .wide-contact button {
    color: #277DFF;
  }
  .team-introduce-wrap.weekly-type .data-tab-wrap .tab-btn button.active {
    color: #277DFF;
  }
  .team-introduce-wrap.weekly-type .data-tab-wrap .tab-btn button:hover {
    color: #277DFF;
  }
  .team-introduce-wrap.weekly-type .intro-contents .data-visual-item-type {
    margin-bottom: -80px;
  }
  .team-introduce-wrap.clinic-type .sub-visual {
    position: relative;
    background: url("../images/product/bg-data-clinic.png") no-repeat center top 74px;
    background-size: cover;
    height: 614px;
  }
  .team-introduce-wrap.clinic-type .sub-visual:before {
    content: "";
    height: 1px;
    background: #DDD;
    position: absolute;
    left: 0;
    right: 0;
    top: 75px;
  }
  .team-introduce-wrap.clinic-type .sub-visual .m-txt {
    margin-top: 170px;
  }
  .team-introduce-wrap.clinic-type .sub-visual .b-title {
    margin-top: 0;
    color: #333333;
  }
  .team-introduce-wrap.clinic-type .sub-visual .s-txt {
    color: #333333;
  }
  .team-introduce-wrap.clinic-type .sub-visual .visual-img {
    margin-top: 37px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 50px;
  }
  .team-introduce-wrap.clinic-type .sub-items-wrap {
    background: #ffffff;
  }
  .team-introduce-wrap.clinic-type .sub-items-wrap.wide-white .inner-area {
    padding: 0 0;
  }
  .team-introduce-wrap.clinic-type .sub-items-wrap strong {
    font-weight: bold;
  }
  .team-introduce-wrap.clinic-type .sub-items-wrap .div2 {
    margin-top: 16px;
  }
  .team-introduce-wrap.clinic-type .sub-items-wrap .div2 .div-item dl {
    padding: 40px 32px 0;
  }
  .team-introduce-wrap.clinic-type .sub-items-wrap .div2 .div-item dl dt {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #00B6EC;
    border-bottom: 0;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .team-introduce-wrap.clinic-type .sub-items-wrap .div2 .div-item dl dd {
    color: #333333;
  }
  .team-introduce-wrap.clinic-type .sub-items-wrap .div-wide .div-item {
    border: 0;
  }
  .team-introduce-wrap.clinic-type .sub-items-wrap .div-wide .div-item dl {
    padding: 30px;
  }
  .team-introduce-wrap.clinic-type .sub-items-wrap .div-wide .div-item dl dt {
    font-size: 24px;
  }
  .team-introduce-wrap.clinic-type .sub-items-wrap .div-wide .div-item dl dt span {
    position: relative;
  }
  .team-introduce-wrap.clinic-type .sub-items-wrap .div-wide .div-item dl dt span:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.1;
    background: #00B6EC;
    height: 10px;
  }
  .team-introduce-wrap.clinic-type .sub-items-wrap .div-wide .div-item dl dd {
    font-size: 18px;
    color: #333333;
    padding-right: 0;
    letter-spacing: -0.36px;
  }
  .team-introduce-wrap.clinic-type .round-label {
    background: #00B6EC;
  }
  .team-introduce-wrap.clinic-type .color-txt {
    color: #00B6EC;
  }
  .team-introduce-wrap.clinic-type .wide-contact {
    background: #00B6EC;
  }
  .team-introduce-wrap.clinic-type .wide-contact button {
    color: #00B6EC;
  }
  .team-introduce-wrap.clinic-type .data-tab-wrap .tab-btn button.active {
    color: #00B6EC;
  }
  .team-introduce-wrap.clinic-type .data-tab-wrap .tab-btn button:hover {
    color: #00B6EC;
  }
  .team-introduce-wrap.clinic-type .data-visual-item-type {
    margin-top: -80px;
    margin-bottom: -50px;
  }
  .team-introduce-wrap.hcd-type .sub-visual {
    position: relative;
    background: url("../images/product/bg-data-hcd.png") no-repeat center top 74px;
    background-size: cover;
    height: 614px;
  }
  .team-introduce-wrap.hcd-type .sub-visual:before {
    content: "";
    height: 1px;
    background: #DDD;
    position: absolute;
    left: 0;
    right: 0;
    top: 75px;
  }
  .team-introduce-wrap.hcd-type .sub-visual .m-txt {
    margin-top: 170px;
  }
  .team-introduce-wrap.hcd-type .sub-visual .b-title {
    margin-top: 0;
    color: #333333;
  }
  .team-introduce-wrap.hcd-type .sub-visual .s-txt {
    color: #333333;
  }
  .team-introduce-wrap.hcd-type .sub-visual .visual-img {
    margin-left: 100px;
    margin-top: 37px;
    top: 50%;
    transform: translateY(-50%);
  }
  .team-introduce-wrap.hcd-type .sub-items-wrap {
    background: #ffffff;
  }
  .team-introduce-wrap.hcd-type .sub-items-wrap.wide-white .inner-area {
    padding: 0 0;
  }
  .team-introduce-wrap.hcd-type .sub-items-wrap strong {
    font-weight: bold;
  }
  .team-introduce-wrap.hcd-type .sub-items-wrap .div2 {
    margin-top: 16px;
  }
  .team-introduce-wrap.hcd-type .sub-items-wrap .div2 .div-item dl {
    padding: 40px 32px 0;
  }
  .team-introduce-wrap.hcd-type .sub-items-wrap .div2 .div-item dl dt {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #24316D;
    border-bottom: 0;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .team-introduce-wrap.hcd-type .sub-items-wrap .div2 .div-item dl dd {
    color: #333333;
  }
  .team-introduce-wrap.hcd-type .sub-items-wrap .div-wide .div-item {
    border: 0;
  }
  .team-introduce-wrap.hcd-type .sub-items-wrap .div-wide .div-item dl {
    padding: 30px;
  }
  .team-introduce-wrap.hcd-type .sub-items-wrap .div-wide .div-item dl dt {
    font-size: 24px;
  }
  .team-introduce-wrap.hcd-type .sub-items-wrap .div-wide .div-item dl dt span {
    position: relative;
  }
  .team-introduce-wrap.hcd-type .sub-items-wrap .div-wide .div-item dl dt span:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.1;
    background: #24316D;
    height: 10px;
  }
  .team-introduce-wrap.hcd-type .sub-items-wrap .div-wide .div-item dl dd {
    font-size: 18px;
    color: #333333;
    padding-right: 0;
    letter-spacing: -0.36px;
  }
  .team-introduce-wrap.hcd-type .round-label {
    background: #24316D;
  }
  .team-introduce-wrap.hcd-type .color-txt {
    color: #24316D;
  }
  .team-introduce-wrap.hcd-type .wide-contact {
    background: #24316D;
  }
  .team-introduce-wrap.hcd-type .wide-contact button {
    color: #24316D;
  }
  .team-introduce-wrap.hcd-type .data-tab-wrap .tab-btn button.active {
    color: #24316D;
  }
  .team-introduce-wrap.hcd-type .data-tab-wrap .tab-btn button:hover {
    color: #24316D;
  }
  .team-introduce-wrap.analytics-type .sub-visual {
    position: relative;
    background: url("../images/product/bg-data-analytics.png") no-repeat center top 74px;
    background-size: cover;
    height: 614px;
  }
  .team-introduce-wrap.analytics-type .sub-visual:before {
    content: "";
    height: 1px;
    background: #DDD;
    position: absolute;
    left: 0;
    right: 0;
    top: 75px;
  }
  .team-introduce-wrap.analytics-type .sub-visual .m-txt {
    margin-top: 150px;
  }
  .team-introduce-wrap.analytics-type .sub-visual .b-title {
    margin-top: 0;
    color: #333333;
  }
  .team-introduce-wrap.analytics-type .sub-visual .s-txt {
    color: #333333;
  }
  .team-introduce-wrap.analytics-type .sub-visual .visual-img {
    margin-top: 37px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 50px;
  }
  .team-introduce-wrap.analytics-type .sub-items-wrap {
    background: #ffffff;
  }
  .team-introduce-wrap.analytics-type .sub-items-wrap.wide-white .inner-area {
    padding: 0 0;
  }
  .team-introduce-wrap.analytics-type .sub-items-wrap strong {
    font-weight: bold;
  }
  .team-introduce-wrap.analytics-type .sub-items-wrap .div2 {
    margin-top: 16px;
  }
  .team-introduce-wrap.analytics-type .sub-items-wrap .div2 .div-item dl {
    padding: 40px 32px 0;
  }
  .team-introduce-wrap.analytics-type .sub-items-wrap .div2 .div-item dl dt {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #3662E3;
    border-bottom: 0;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .team-introduce-wrap.analytics-type .sub-items-wrap .div2 .div-item dl dd {
    color: #333333;
  }
  .team-introduce-wrap.analytics-type .sub-items-wrap .div-wide .div-item {
    border: 0;
  }
  .team-introduce-wrap.analytics-type .sub-items-wrap .div-wide .div-item dl {
    padding: 30px;
  }
  .team-introduce-wrap.analytics-type .sub-items-wrap .div-wide .div-item dl dt {
    font-size: 24px;
  }
  .team-introduce-wrap.analytics-type .sub-items-wrap .div-wide .div-item dl dt span {
    position: relative;
  }
  .team-introduce-wrap.analytics-type .sub-items-wrap .div-wide .div-item dl dt span:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.1;
    background: #3662E3;
    height: 10px;
  }
  .team-introduce-wrap.analytics-type .sub-items-wrap .div-wide .div-item dl dd {
    font-size: 18px;
    color: #333333;
    padding-right: 0;
    letter-spacing: -0.36px;
  }
  .team-introduce-wrap.analytics-type .wide-white {
    background: #ffffff;
  }
  .team-introduce-wrap.analytics-type .round-label {
    background: #3662E3;
  }
  .team-introduce-wrap.analytics-type .color-txt {
    color: #3662E3;
  }
  .team-introduce-wrap.analytics-type .wide-contact {
    background: #3662E3;
  }
  .team-introduce-wrap.analytics-type .wide-contact button {
    color: #3662E3;
  }
  .team-introduce-wrap.analytics-type .data-tab-wrap .tab-btn button.active {
    color: #3662E3;
  }
  .team-introduce-wrap.analytics-type .data-tab-wrap .tab-btn button:hover {
    color: #3662E3;
  }
  .team-introduce-wrap.analytics-type .data-visual-item-type {
    margin-top: -80px;
    margin-bottom: -70px;
  }
}
@media (min-width: 1280px) and (max-width: 1416px) {
  .team-introduce-wrap header .menu-gnb ul li a {
    padding: 0;
  }
}
.bu-data {
  width: 32px;
  height: 32px;
  margin-right: 6px;
  background: url(../images/product/bu-data-title.svg) no-repeat center center;
}

.bu-data-hcd {
  width: 32px;
  height: 32px;
  margin-right: 6px;
  background: url(../images/product/bu-data-title-hcd.svg) no-repeat center center;
}

.bu-data-clinic {
  width: 32px;
  height: 32px;
  margin-right: 6px;
  background: url(../images/product/bu-data-title-clinic.svg) no-repeat center center;
}

.bu-data-analytics {
  width: 32px;
  height: 32px;
  margin-right: 6px;
  background: url(../images/product/bu-data-title-analytics.svg) no-repeat center center;
}

/*# sourceMappingURL=teamIntroduce.css.map */
</pre></body></html>