@charset "UTF-8";
/* #### splash  ####  */
.splash_inner {
  background: #355aa8;
  height: 100vh;
  width: 100%;
  position: relative;
}
.splash_inner .text_box {
  display: flex;
  flex-direction: column;
  gap: 43px;
  padding: 0 20px;
  position: absolute;
  bottom: 25%;
}
.splash_inner .text_box img {
  width: 259.3908996582031px;
  height: auto;
}
.splash_inner .text_box h1 {
  color: #fff;
  font-size: 20px;
  line-height: 140%;
  font-weight: 500;
  opacity: 0;
  transform: translateY(6px);
  animation: fadeUp 0.5s ease forwards;
  animation-delay: calc(var(--dur) + 0.15s);
}
/* login */
.login_inner {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100vh - 56px);
}
.login_inner .login_box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.login_inner .login_box > img {
  width: 135px;
  height: auto;
  object-fit: contain;
}
.login_inner .login_box p {
  color: #767676;
  font-size: 14px;
  line-height: 140%;
}
.login_inner .login_box p a {
  color: #355aa8;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 4px;
  padding-left: 8px;
}
.login_inner .login_footer {
  text-align: center;
  color: #767676;
  font-size: 14px;
  line-height: 150%;
}
.login_inner .login_footer a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
/* join */
.join_inner {
  padding: 20px 0 92px;
}
.join_inner .ip_box {
  padding: 0 20px;
}
.join_inner .ip_box > span {
  margin-bottom: 8px;
  color: #111111;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
}
.join_inner .ip_box .button_ip {
  position: relative;
  width: 100%;
}
.join_inner .ip_box .button_ip .btn {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
}
.join_inner .ip_box .select__area {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.join_inner .agree_box {
  padding: 20px 20px 16px;
  border-bottom: 1px solid #f8f8f8;
  margin-bottom: 19px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.join_inner .agree_box .all_agree label {
  padding: 0 16px;
  height: 50px;
  background: #f5f5f5;
  border: 1px solid #e5e5ec;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.join_inner .agree_box .all_agree label p {
  color: 111111;
  font-size: 16px;
  font-weight: 600;
}

.join_inner .agree_box .all_agree label:has(input:checked) {
  background: rgba(53, 90, 168, 0.05);
  border: 1px solid #355aa8;
}
.join_inner .agree_box .all_agree.check-A input:checked ~ p {
  color: #355aa8;
}
.join_inner .agree_box .agree_item {
  display: flex;
  align-items: center;
}
.join_inner .agree_box .agree_item label {
  width: 100%;
  display: flex;
  gap: 8px;
  align-items: center;
}
.join_inner .agree_box .agree_item label p {
  color: #767676;
  font-size: 16px;
}
.join_inner .agree_box .agree_item .go_agree_link {
  background: url(../_img/icon/icon_arrow_right.svg) no-repeat center center / contain;
  width: 22px;
  height: 22px;
}

.join_inner .ip_box .certi_number input:focus {
  border: 1px solid #111111;
}
.join_inner .ip_box .certi_number .certi_time {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #355aa8;
  font-size: 14px;
  font-weight: 500;
}

.join_inner .profile_inform {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.profile_submit {
  display: inline-block;
  cursor: pointer;
  position: relative;
  width: 72px;
  min-width: 72px;
  flex-shrink: 0;
  height: 72px;
}
.avatar {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
/* 카메라 배지 버튼 */
.avatar_badge {
  position: absolute;
  right: 0;
  bottom: 6px;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: url(../_img/icon/icon_camera.svg) no-repeat center center / contain;
}
/* main_de */
.home_de__inner {
  padding-bottom: 93px;
}
.home_de__inner .main_img {
  aspect-ratio: 1/1;
  width: 100%;
  overflow: hidden;
}
.home_de__inner .main_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home_de__inner .main_explain {
  padding: 20px 20px 40px;
}
.home_de__inner .main_explain .title {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5ec;
}
.home_de__inner .main_explain .title p {
  margin-bottom: 8px;
  color: #505050;
  font-size: 16px;
  line-height: 140%;
}
.home_de__inner .main_explain .title h1 {
  color: #111111;
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
}
.home_de__inner .main_explain .content {
  padding: 20px 0;
}
.home_de__inner .main_explain .content .list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.home_de__inner .main_explain .content .list li span {
  color: #111111;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  display: inline-block;
}
.home_de__inner .main_explain .content .list li p {
  color: #505050;
  font-size: 16px;
  line-height: 140%;
}
.mypage_inner {
  padding: 0 20px 97px;
}
.mypage_tab {
  padding: 4px 0;
}
.mypage_tab_ul {
  display: flex;
  gap: 6px;
  align-items: center;
  border: 1px solid #e5e5ec;
  border-radius: 4px;
  padding: 4px;
}
.mypage_tab_ul li {
  width: 100%;
}
.mypage_tab_ul li a {
  height: 40px;
  line-height: 40px;
  width: 100%;
  display: inline-block;
  text-align: center;
  color: #111111;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
}
.mypage_tab_ul li.active a {
  background: #355aa8;
  color: #fff;
  font-weight: 600;
}
.mypage_inner .profile_inform {
  padding: 20px 0;
  display: flex;
  gap: 20px;
  align-items: center;
  border-bottom: 1px solid #e5e5ec;
}
.mypage_inner .inform {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}
.mypage_inner .inform p {
  color: #767676;
  font-size: 14px;
  line-height: 140%;
  font-weight: 500;
}
.mypage_inner .inform .name {
  display: flex;
  gap: 8px;
  align-items: center;
}
.mypage_inner .inform .name h1 {
  color: #111111;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}
.mypage_inner .inform .name h2 {
  color: #767676;
  font-size: 16px;
  line-height: 140%;
}
.mypage_inner .mypage_inform {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.mypage_inner .mypage_inform .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.mypage_inner .mypage_inform .item .btn {
  height: 34px;
  line-height: 34px;
  padding: 0 12px;
  font-size: 14px;
  font-weight: 600;
}
.mypage_inner .mypage_inform .warning_gray {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #767676;
  font-size: 13px;
  margin-top: 9px;
}
.mypage_inner .mypage_inform .warning_gray::before {
  content: "";
  background: url(../_img/icon/icon_warning.svg) no-repeat center center / contain;
  width: 14px;
  height: 14px;
  min-width: 14px;
  flex-shrink: 0;
  display: inline-block;
}
.mypage_inner .mypage_inform .item.mypage_list {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 4px;
}
.mypage_inner .mypage_inform .item.mypage_list p {
  color: #767676;
  font-size: 14px;
  line-height: 140%;
}

.mypage_inner .mypage_inform .item.mypage_list .mypage_ul {
  width: 100%;
}
.mypage_inner .mypage_inform .item.mypage_list li a {
  color: #111;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #f1f1f5;
}
.mypage_inner .mypage_inform .item.mypage_list li:last-child a {
  border: none;
}
.mypage_inner .mypage_inform .item.mypage_list li a::after {
  content: "";
  background: url(../_img/icon/icon_arrow_right_gray.svg) no-repeat center center / contain;
  width: 22px;
  height: 22px;
}
.mypage_inner .mypage_inform .item.mypage_list li a .text {
  display: flex;
  gap: 6px;
  align-items: center;
}

.mypage_inner .mypage_inform .item.mypage_list li a .text p {
  font-size: 12px;
  margin-top: 0;
}
.mypage_inner .mypage_inform .select__area {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.package_inner {
  padding: 20px 20px 92px;
}
.package_inner .title {
  margin-bottom: 16px;
  color: #111111;
  font-size: 18px;
  line-height: 140%;
  font-weight: 600;
}
.package_inner .title.mb8 {
  margin-bottom: 8px;
}
.package_inner .subtitle {
  margin-bottom: 4px;
  color: #111111;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}
.package_inner > p {
  color: #505050;
  font-size: 14px;
  line-height: 160%;
  margin-bottom: 8px;
}
.package_inner > p.mb20 {
  margin-bottom: 20px;
}
.package_inner .radio_box {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  padding-bottom: 20px;
}
.package_inner .gray_line {
  border: none;
  background: #e5e5ec;
  height: 1px;
  width: 100%;
  margin: 0 0 20px;
}
.package_inner .plus_btn {
  height: 36px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}
.package_inner .plus_btn::before {
  content: "";
  background: url(../_img/icon/icon_plus.svg) no-repeat center center / contain;
  width: 12px;
  height: 12px;
}
.package_inner .recomend_area {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5ec;
  margin-bottom: 20px;
}
.package_inner .select__area {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.point_inform {
  margin-top: 20px;
  background: linear-gradient(134.5deg, rgba(6, 113, 253, 1) 0%, rgba(6, 125, 253, 1) 50%, rgba(61, 161, 238, 1) 100%);
  border-radius: 8px;
  padding: 24px 16px 24px 16px;
}
.point_inform h1 {
  color: #fff;
  font-size: 20px;
  line-height: 150%;
  font-weight: 700;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(229, 229, 236, 0.5);
}
.point_inform .my_point {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.point_inform .my_point p {
  color: #fff;
  font-size: 14px;
  line-height: 150%;
  font-weight: 600;
}
.point_inform .my_point h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}
.point_inform .my_point h2 span {
  font-weight: 600;
  font-size: 18px;
}
.main__inner {
  padding-bottom: 97px;
}
.main__inner .main_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.main__inner .main_list li .main_img {
  aspect-ratio: 1 / 1;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

.main__inner .main_list li .main_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main__inner .main_list li .main_img .x-btn {
  position: absolute;
  top: 12px;
  left: 12px;
  background: url(../_img/icon/icon_x_btn_main.svg) no-repeat center center / contain;
  width: 40px;
  height: 40px;
  z-index: 1;
}

.main__inner .main_list li .text_box {
  padding: 20px;
}
.main__inner .main_list li .text_box h1 {
  color: #111111;
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 8px;
}
.main__inner .main_list li .text_box p {
  color: #505050;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 24px;
}
.main__inner .main_list li .text_box a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  border: 1px solid #e5e5ec;
  width: 100%;
  color: #111111;
  font-size: 16px;
  font-weight: 500;
}
/* Pad & Mobile */
@media screen and (max-width: 1200px) {
}
/* Pad */
@media screen and (min-width: 768px) and (max-width: 1200px) {
}
/* Mobile */
@media screen and (max-width: 768px) {
}

.logo-wrap {
  position: relative;
  display: inline-block;
}
:root {
  --dur: 1.3s;
}

/* 반쪽 네모(ㄷ) */
.staple {
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 197px;
  height: 125px;
  transform: translateY(0) scaleX(0);
  transform-origin: center;
  animation: growX var(--dur) cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
.staple path {
  fill: none;
  stroke: #fff;
  stroke-width: 4;
  stroke-linecap: square;
  stroke-linejoin: miter;
}

@keyframes growX {
  to {
    transform: translateY(0) scaleX(1);
  }
}
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
