@charset "utf-8";

@font-face {
  src: url('../font/PretendardVariable.ttf') format('ttf');
  font-weight: 400;
  font-style: normal;
}

/*
 * File       : styles.css
 * Author     : SEONWOO-KIM (EHCOSOFT)
 * Date       : 2023. 04. 25.
 * Guideline  : 픽클릭 브랜드사이트.fig
 *
 * Dependency : libs/bootstrap.min.css
 *
 * SUMMARY:
 * 01) GLOBAL
 * 02) join
 * 03) login
 * 04) product
 * 05) pricing
 * 06) main
 */

/* **************************************** *
 * GLOBAL
 * **************************************** */
* {
  box-sizing: border-box;
  letter-spacing: -0.03em !important;
}

body {
  font-family: 'Pretendard', sans-serif;
  font-weight: 400;
  position: relative;
  overflow-x: hidden;
}

input {
  font-family: 'Pretendard', sans-serif;
}

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.psr_mobile {
  display: none;
}
.psr_pc {
  display: block;
}

.container {
  padding-right: 24px;
  padding-left: 24px;
}

.required::before {
  content: '* ';
  color: #f00;
}

.required-after::after {
  content: '*';
  color: #f00;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1100px) {
  .mt-10 {
    margin-top: 60px !important;
  }

  .mb-10 {
    margin-bottom: 60px !important;
  }
}

.header_wrap {
  background: #fff;
  width: 100vw;
  position: fixed;
  z-index: 1000;
}

.header {
  align-items: center;
  display: flex;
  height: 50px;
  justify-content: space-between;
  margin: 0 16px;
}

.header_logo {
  background: url('../img/aedi_bk_mono.svg') no-repeat;
  background-size: 100% 100%;
  height: 28px;
  width: 126px;
  cursor: pointer;
}
.header_logo.aisum {
  background: url('../img/Aisum_bk_mono.svg') no-repeat;
  background-size: 100% 100%;
  height: 20px;
  width: 80px;
  cursor: pointer;
}

.header_menu {
  align-items: center;
  display: flex;
}

.header_menu li {
  margin: 0 10px 0 0;
}

.header_menu li:last-child {
  margin: 0 0 0 6px;
}

.header_menu li.menu_list {
  background: url('../img/i_menulist.png');
  cursor: pointer;
  height: 24px;
  width: 24px;
}

.header_menu li a {
  color: #000412;
  font-size: 12px;
  line-height: 12px;
}

.navbar {
  display: none;
}
.header_aedi_btn {
  display: none;
}
.header_btn {
  display: none;
}

.mobile_languageButton {
  display: none;
}
.mobile_headerWrapper {
  display: flex;
}


@media (min-width: 1100px) {
  .header_wrap {
    border-bottom: 1px solid #e9ecee;
    box-shadow: 0px 10px 10px 0px rgba(174, 183, 194, 0.1);
  }
  .header_aedi_btn {
    display: block;
  }
  .header {
    height: 84px;
    margin: 0 24px;
  }

  .header_logo {
    background: url('../img/aedi_bk_mono.svg') no-repeat;
    background-size: 100% 100%;
    height: 28px;
    width: 126px;
  }
  .header_logo.aisum {
    background: url('../img/Aisum_bk_mono.svg') no-repeat;
    background-size: 100% 100%;
    height: 28px;
    width: 120px;
  }
  .header_wrap.write .header_logo.aisum {
    background: url('../img/Aisum_w_mono.svg');
    background-size: 100% 100%;
    height: 28px;
    /* width: 78px; */
    cursor: pointer;
  }

  .mobile_headerWrapper {
    display: none;
  }

  .navbar {
    display: flex;
  }

  .navbar li {
    margin: 0 50px 0 0;
  }

  .navbar li:last-child {
    margin: 0 0 0 0;
  }

  .navbar li a {
    color: #000412;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }

  .navbar .dropdown-toggle {
    align-items: center;
    background: none;
    border: 0;
    color: #000412;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding: 0;
  }

  .navbar .dropdown-toggle::after {
    background: url('../img/i_arrow_down.png');
    border: 0;
    content: '';
    display: inline-block;
    height: 20px;
    margin: 0 0 0 4px;
    width: 20px;
  }

  .navbar .dropdown-menu {
    border: 0;
    border-radius: 0;
    filter: drop-shadow(0px 5px 10px rgba(213, 223, 227, 0.44));
    top: 42px;
    margin: 0;
    padding: 0;
    width: 224px;
  }

  .languageButton .dropdown {
    width: 64px;
  }
  .languageButton .dropdown-toggle {
    width: 64px;
  }
  .languageButton .dropdown-menu {
    border: 0;
    border-radius: 0;
    filter: drop-shadow(0px 5px 10px rgba(213, 223, 227, 0.44));
    top: 42px;
    margin: 0;
    padding: 0;
    min-width: 64px;
    width: 64px !important;
  }

  .navbar .dropdown-menu li {
    margin: 0;
  }

  .navbar .dropdown-menu li:hover {
    background: #f3f5f7;
  }

  .navbar .dropdown-menu .dropdown-item {
    color: #262b38;
    font-size: 18px;
    padding: 16px;
    width: 100%;
  }

  .navbar .dropdown-menu .dropdown-item:hover {
    background: #f3f5f7;
    cursor: pointer;
  }

  .header_btn {
    display: flex;
    align-items: center;
  }

  .header_btn button {
    background: #fff;
    border: 1px solid #e9ecee;
    border-radius: 2px;
    color: #000412;
    font-size: 14px;
    height: 36px;
    width: 90px;
    border-radius: 5px;
  }
  .header_aedi_btn button {
    background: #fff;
    border: 1px solid #e9ecee;
    border-radius: 5px;
    padding: 15px 20px;
    color: #000412;
    font-size: 14px;
    height: 36px;
    width: 90px;
    place-content: center;
    align-items: center;
    cursor: pointer;
    display: flex;
  }
  .header_btn button:nth-child(2) {
    margin: 0 12px 0 0;
  }
}

@media (min-width: 1200px) {
  .header {
    margin: 0 auto;
    max-width: 1200px;
  }

  .header_btn button {
    width: 110px;
  }
}

.header_offcanvas {
  border: 0;
  width: 100%;
}

.header_offcanvas .offcanvas-header {
  align-items: center;
  display: flex;
  height: 50px;
  justify-content: flex-end;
}

.header_offcanvas .offcanvas-body {
  align-items: center;
  display: flex;
  justify-content: center;
}

.offcanvas-body .hr::before {
  background: #e9ecee;
  content: '';
  display: block;
  height: 1px;
  margin: 50px 0;
  width: 100%;
}

.offcanvas-body ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.offcanvas-body ul li {
  display: flex;
  margin: 0 0 16px 0;
}

.offcanvas-body ul li:last-child,
.offcanvas-body ul li:nth-child(6) {
  margin: 0;
}

.offcanvas-body ul li a {
  align-items: center;
  color: #262b38;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  justify-content: center;
  line-height: 24px;
  height: 50px;
  width: 100%;
}
.header_offcanvas .offcanvas-body .menu_languageWrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.header_offcanvas .offcanvas-body .menu_languageWrapper span {
  content: '';
  width: 1px;
  height: 16px;
  background-color: #dbdee1;
  margin: 0 12px;
}

.header_offcanvas .offcanvas-body .menu_languageWrapper .languageList {
  font-size: 14px;
  font-weight: 500;
  color: #393d46;
  cursor: pointer;
  margin: 0;
}

.i_close {
  background: url('../img/i_close.png');
  cursor: pointer;
  height: 24px;
  width: 24px;
}

/* header fixed */

.header_wrap.write {
  background: none;
  position: fixed;
  left: 0;
  width: 100vw;
}

.header_wrap.write .header {
  margin: 0 20px;
}

.header_wrap.write .header_logo {
  background: url('../img/aedi_w_mono.svg');
  background-size: 100% 100%;
  height: 28px;
  /* width: 78px; */
  cursor: pointer;
}
.header_wrap.write .header_logo.aisum {
  background: url('../img/Aisum_w_mono.svg');
  background-size: 100% 100%;
  height: 28px;
  /* width: 78px; */
  cursor: pointer;
}

.header_wrap.write .header_menu li a {
  color: #fff;
}

.header_wrap.write .header_menu li.menu_list {
  background: url('../img/i_menulist_w.png');
  background-size: cover;
  cursor: pointer;
  height: 24px;
  width: 24px;
}

@media (min-width: 1100px) {
  .header_wrap.write {
    border-bottom: 0;
    box-shadow: none;
  }

  .header_wrap.write .header {
    margin: 0 24px;
  }

  .header_wrap.write .navbar li a {
    color: #fff;
  }

  .header_wrap.write .navbar li {
    color: #fff;
    cursor: pointer;
  }

  .header_wrap.write .navbar .dropdown-toggle {
    color: #fff;
  }

  .header_wrap.write .navbar .dropdown-toggle::after {
    background: url('../img/i_arrow_down_w.png');
    background-size: cover;
  }

  .header_wrap.write .dropdown-menu {
    background: rgba(0, 0, 0, 0.5);
    filter: none;
  }

  .header_wrap.write .dropdown-menu li a:hover {
    background: rgba(0, 0, 0, 1);
  }

  .header_wrap.write .dropdown-menu li:hover {
    background: rgba(0, 0, 0, 1);
  }

  .header_wrap.write .header_btn .languageButton .dropdown button {
    border: none;
  }

  .header_wrap.write .header_btn button,
  .header_wrap.write .header_aedi_btn button {
    background: none;
    border: 1px solid rgba(233, 236, 238, 0.5);
    color: #fff;
    border-radius: 5px;
  }
  .navbar.languageButton {
    gap: 10px;
  }
}

@media (min-width: 1220px) {
  .header_wrap.write .header {
    margin: 0 auto;
  }
  .footer_info ul .divider::after {
    content: '';
    display: inline-block;
    position: absolute;
    right: -9px;
    top: 7px;
    width: 1px;
    height: 9px;
    background-color: #767d84;
  }
}

.footer_wrap {
  background: #000412;
  width: 100%;
}

.footer {
  margin: 0 24px;
}

.footer_top {
  display: flex;
  flex-direction: column;
  padding: 60px 0 0 0;
}

.footer_logo img {
  height: 20px;
}

.footer_menu {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin: 28px 0;
}

.footer_menu li {
  margin: 0 20px 12px 0;
}

.footer_menu li a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}

.footer_menu li:nth-child(4),
.footer_menu li:nth-child(5) {
  margin: 0 0 0 20px;
}

.footer_terms {
  display: flex;
}

.footer_terms li:nth-child(1) {
  align-items: center;
  display: flex;
}

.footer_terms li:nth-child(1)::after {
  background: #e9ecee;
  content: '';
  display: block;
  opacity: 0.3;
  height: 12px;
  margin: 0 16px;
  width: 1px;
}

.terms a {
  color: #999fa5;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.terms a:nth-child(1) {
  margin-right: 16px;
}

.footer_terms li a {
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

.footer_bottom {
  position: relative;
  padding: 0 0 24px 0;
}

.footer_bottom .family_site {
  position: absolute;
  top: 64px;
  right: 0;
  z-index: 10;
}
@media (max-width: 991px) {
  .footer_bottom .family_site {
    display: inline-block;
    position: relative;
    top: 0;
    margin-top: 50px;
    margin-bottom: 20px;
  }
}
.footer_bottom .family_site > div {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 15px;
  width: 200px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.footer_bottom .family_site > div:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background: #fff;
}
.footer_bottom .family_site > div:after {
  content: '';
  position: absolute;
  top: 13px;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(225deg);
}
.footer_bottom .family_site ul {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  width: 100%;
  background: #fff;
  border-radius: 5px;
  padding: 10px 0;
}
.footer_bottom .family_site ul li a {
  display: block;
  padding: 5px 20px;
  font-size: 16px;
  color: #000;
  font-weight: 500;
}

.footer_info {
  margin: 50px 0 0 0;
}

.footer_info h2 {
  color: var(--gray-200, #e9ecee);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.footer_info ul {
  margin: 10px 0 0 0;
}

.footer_info ul li {
  color: #dbdee1;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}
.footer_info ul .divider {
  position: relative;
}

.footer .btn_group {
  margin: 16px 0 0 0;
}

.footer .btn_group button {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin: 0 8px 0 0;
  padding: 6px 24px;
}

.footer_copy {
  position: relative;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  margin: 20px 0 0 0;
}

.sns_list a {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #393d46;
  border-radius: 50%;
}

.sns_list .link_service_insta,
.sns_list .link_service_blog,
.sns_list .link_service_post {
  margin: 0 8px 0 0;
}
.sns_list .link_service_insta span {
  position: absolute;
  left: 8px;
  top: 8px;
  width: 16px;
  height: 16px;
  background: url('../img/instagram_icon.png') center no-repeat;
}
.sns_list .link_service_blog span {
  position: absolute;
  left: 8px;
  top: 8px;
  width: 16px;
  height: 16px;
  background: url('../img/blog_icon.png') center no-repeat;
}
.sns_list .link_service_post span {
  position: absolute;
  left: 8px;
  top: 8px;
  width: 16px;
  height: 16px;
  background: url('../img/post_icon.png') center no-repeat;
}

.sns_list .link_service_tstory span {
  position: absolute;
  left: 8px;
  top: 8px;
  width: 16px;
  height: 16px;
  background: url('../img/Tstroy_icon.png') center no-repeat;
}

.footer_padding_bottom {
  padding-bottom: 50px;
}

.m_none {
  display: none !important;
}

.pc_none {
  display: flex !important;
}

.terms {
  margin: 0 0 24px 0;
  padding: 24px 0 0 0;
  border-top: 1px solid #393d46;
}

@media (min-width: 1100px) {
  .footer {
    margin: 0 24px;
  }

  .footer_top {
    align-items: center;
    flex-direction: row;
    padding: 80px 0 0 0;
  }

  .footer_logo {
    align-items: center;
    display: flex;
    width: 200px;
  }

  .footer_menu {
    align-items: center;
    flex-wrap: nowrap;
    margin: 0;
    justify-content: end;
    width: calc(100% - 200px);
  }

  .footer_menu li {
    margin: 0 0 0 16px;
  }

  .footer_menu li a {
    font-size: 20px;
  }

  .footer_terms {
    display: flex;
    margin: 0 0 0 auto;
  }

  .footer_bottom {
    display: flex;
    padding: 80px 0 80px 0;
  }

  .footer_info p {
    position: relative;
  }

  .footer_info {
    margin: 0 50px 0 0;
  }

  .footer_info ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px;
  }

  .footer_info ul li {
    margin: 0 16px 0 0;
  }

  .footer_bottom2 {
    display: flex;
    flex-direction: column;
    color: var(--gray-600, #5e6268);
  }

  .footer_bottom2 .footer_copy {
    display: flex;
    justify-content: space-between;
  }

  .footer_bottom2 .footer_copy p {
    margin-bottom: 50px;
  }

  .footer_bottom2 .footer_copy .terms a {
    color: var(--gray-400, #999fa5);
  }

  .footer_bottom2 .footer_copy .terms a:first-child {
    margin-right: 16px;
  }

  .m_none {
    display: flex !important;
    justify-content: space-between;
  }

  .pc_none {
    display: none !important;
  }

  .footer_copy {
    color: rgba(255, 255, 255, 0.5) !important;
    margin: 0 !important;
    font-size: 14px;
  }

  .footer_copy_content02 {
    display: flex;
    justify-content: space-between;
    padding: 0 0 0 72px;
  }
  .footer_copy_content02 .sns_list {
    transform: translateY(-4px);
  }
  .footer_copy_content02 .sns_list a {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: #393d46;
    border-radius: 50%;
  }
  .footer_copy_content02 .sns_list .link_service_insta,
  .footer_copy_content02 .sns_list .link_service_blog,
  .footer_copy_content02 .sns_list .link_service_post {
    margin: 0 8px 0 0;
  }
  .footer_copy_content02 .sns_list .link_service_insta span {
    position: absolute;
    left: 8px;
    top: 8px;
    width: 16px;
    height: 16px;
    background: url('../img/instagram_icon.png') center no-repeat;
  }
  .footer_copy_content02 .sns_list .link_service_blog span {
    position: absolute;
    left: 8px;
    top: 8px;
    width: 16px;
    height: 16px;
    background: url('../img/blog_icon.png') center no-repeat;
  }
  .footer_copy_content02 .sns_list .link_service_post span {
    position: absolute;
    left: 8px;
    top: 8px;
    width: 16px;
    height: 16px;
    background: url('../img/post_icon.png') center no-repeat;
  }
  .footer_copy_content02 .sns_list .link_service_tstory span {
    position: absolute;
    left: 8px;
    top: 8px;
    width: 16px;
    height: 16px;
    background: url('../img/Tstroy_icon.png') center no-repeat;
  }
}

@media (min-width: 1200px) {
  .footer {
    margin: 0 auto;
    max-width: 1200px;
  }
}

.select_country {
  position: relative;
}
.select_country .select_input {
  position: relative;
  cursor: pointer;
}
.select_country .select_input input {
  width: 100%;
  border: 1px solid #e4e7ea;
  border-radius: 5px;
  height: 60px;
  font-size: 18px;
  padding: 0 10px;
  color: #000;
  cursor: pointer;
}
.select_country .select_input::after {
  content: '';
  display: block;
  width: 41px;
  height: 24px;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background: url(/common/img/selectbox.png);
  position: absolute;
}
.select_country ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid #e4e7ea;
  border-radius: 5px;
  background: #fff;
  z-index: 5;
}
.select_country ul li {
  height: 50px;
  font-size: 18px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.select_country ul li:hover {
  background: #081C83;
  color: #fff;
}

.selected_country {
  font-size: 18px;
}

.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  z-index: 999;
}

.radio_group {
  width: 50%;
  display: flex;
  padding: 16px;
}

.radio_group input {
  display: none;
}

.solution_group input {
  display: none;
}

.radio_group label {
  align-items: center;
  cursor: pointer;
  display: flex;
  margin: 0 32px 0 0;
  font-size: 18px;
}

.solution_group label {
  width: 186px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #e4e7ea;
  color: black;
  cursor: pointer;
}

.radio_group label::before {
  background: url('../img/check_btn_off.svg') no-repeat;
  content: '';
  display: block;
  height: 24px;
  margin: 0 12px 0 0;
  width: 24px;
}

.radio_group input:checked ~ label::before {
  background: url('../img/check_btn_on.svg');
}

.radio_group input ~ label {
  color: #999fa5;
}
.radio_group input:checked ~ label {
  color: black;
}

.solution_group input:checked ~ label {
  color: var(--primary-500, #297fff);
  border: 1px solid var(--primary-500, #297fff);
  box-shadow: 0px 5px 10px 0px rgba(34, 126, 255, 0.14);
}

.check_group {
  align-items: center;
  display: flex;
}

.check_group input {
  display: none;
}

.check_group label {
  align-items: center;
  color: #262b38;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  line-height: 17px;
  margin: 0 12px 0 0;
}

.check_group label::before {
  background: url('../img/check_btn_off.svg') no-repeat;
  content: '';
  display: block;
  height: 24px;
  margin: 0 10px 0 0;
  width: 24px;
}

.check_group input:checked ~ label::before {
  background: url('../img/check_btn.svg');
  background-size: 100%;
}

.check_group label.bigCheck::before {
  width: 32px;
  height: 32px;
  background: url('../img/check_btn_off2.svg') no-repeat;
}

.check_group input:checked ~ label.bigCheck::before {
  background: url('../img/check_btn.svg');
}

.radio_solutionAll_wrapper {
  display: flex;
  justify-content: space-between;
}

.en_radio_solutionAll_wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.en_radio_solutionAll_wrapper .solution_group {
  width: 48%;
  margin: 0 0 24px 0;
}
.en_radio_solutionAll_wrapper .solution_group label {
  width: 100%;
  text-align: center;
}

.radio_group label {
  align-items: center;
  cursor: pointer;
  display: flex;
  margin: 0 32px 0 0;
  padding: 12px 0;
}

.vat_wrap {
  display: flex;
}
.vat_wrap .check_group {
  width: 50%;
}
.vat_wrap .check_group label {
  font-size: 18px;
}

.tax_invoice {
  display: none;
}
.tax_invoice > div {
  margin-top: 32px;
}
.tax_invoice > div h6 {
  font-size: 18px;
  color: #2b2e35;
  margin-bottom: 10px;
}
.tax_invoice > div label[for='same_email'] {
  margin: 24px 0;
}

@media (min-width: 1100px) {
  .check_group {
    margin: 8px 0 0 0;
  }

  .check_group label {
    font-size: 18px;
    line-height: 20px;
  }
  .check_group label.marketing_agree {
    font-size: 16px;
  }

  .join_area::after {
    background: #e9ecee;
    bottom: 0;
    content: '';
    display: inline-block;
    height: 1px;
    position: absolute;
    left: -100px;
    width: 792px;
  }
}

.check_wrap {
  display: flex;
  position: relative;
}

.check_wrap .check_group {
  width: auto;
}

.check_wrap #faq_type {
  width: 100%;
  height: 60px;
  border-radius: 5px;
  border: 1px solid #e4e7ea;
  padding: 16px;
  font-size: 18px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none; /* Vendor Prefix */
  background: url('../img/i_arrow_down.png') no-repeat center right 20px;
}

.check_wrap #faq_type:focus {
  background: url('../img/i_arrow_up.png') no-repeat center right 20px;
}

#faq_type::-ms-expand {
  display: none;
}
#faq_type:required:invalid {
  color: #d4d6d8;
}
#faq_type option {
  color: black;
}

.check_wrap #faq_type option[value=''][disabled] {
  display: none;
}
.check_wrap .selectBar {
  display: inline-block;
  position: absolute;
  right: 54px;
  top: 20px;
  width: 1px;
  height: 20px;
  background-color: #e9eee9;
}

.check_wrap .check_group.type2 {
  width: auto;
}

#inquiryModal .solution_wrap .radio_group {
  margin-top: 12px;
}

.btn_group {
  display: flex;
  margin: 0 -4px;
}

.btn_group > * {
  margin: 0 4px;
}

.btn {
  border: 0;
  border-radius: 5px;
}

.btn_md {
  height: 48px;
  width: 100%;
}

.btn_lg {
  padding: 14px 0;
  width: 100%;
}

.btn_primary {
  background: #081C83;
  box-shadow: 0px 5px 20px rgba(34, 126, 255, 0.1);
  border-radius: 5px;
  color: #fff;
}

.btn_primary:focus,
.btn_primary:hover {
  box-shadow: none;
  color: #fff;
}

.btn_outline_secondary {
  background: #ffffff;
  border: 1px solid #e9ecee;
  border-radius: 5px;
  color: #262b38;
}

.btn_outline_secondary:focus {
  box-shadow: none;
  color: #262b38;
}

.btn_dark {
  background: #000412;
  box-shadow: 0px 10px 20px rgba(174, 183, 194, 0.2);
  border-radius: 5px;
  color: #fff;
}

.input_wrap {
  margin: 0 0 24px 0;
}

.input_wrap h6 {
  color: #262b38;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 8px 0;
}

.input_group {
  display: flex;
}

.relative{
  position: relative;
}

.input_group.nation_code > span {
  display: flex;
  align-items: center;
  width: 100px;
  padding-left: 20px;
  height: 60px;
  font-size: 18px;
  color: #000;
  background: #f7f8fa;
  border-radius: 5px 0 0 5px;
  border: 1px solid #e4e7ea;
  border-right: 0;
}
.input_group.nation_code > input {
  border-radius: 0 5px 5px 0 !important;
}
.input_group.clientBizName {
  display: block;
}
.input_group.clientBizName p {
  display: none;
  margin-top: 3px;
  color: #ff8126;
  font-size: 14px;
}
.input_group input[type='text']:read-only {
  background: #f3f5f6;
}
.input_group input[name='bizZipCode']:not(.hasBorder):focus,
.input_group input[name='bizAddress']:not(.hasBorder):focus {
  border: 0;
}
.input_group .notice_wrap {
  position: relative;
  width: 100%;
}
.input_group .notice_wrap input[name='lpw'].same ~ p,
.input_group .notice_wrap input[name='lpw2'].same ~ p {
  color: #17a15f;
}
/* .input_group .notice_wrap input[name="lpw2"].different {
  border-color: #ff8126;
} */
.input_group .notice_wrap input[name='lpw2'].different ~ p {
  color: #ff8126;
}
.input_group .notice_wrap .pw_eye {
  position: absolute;
  width: auto;
  height: auto;
  top: 18px;
  right: 16px;
}
.input_group .notice {
  display: none;
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  font-size: 14px;
  color: #ff8126;
}
.input_group #lid_notice.approve {
  color: #17a15f;
}
.input_group #lid_notice.deny {
  color: #fc5058;
}
.input_group #lid.deny {
  border-color: #fc5058;
}
/* .wrap {
  margin: 0 auto;
  width: 640px;
} */

.input_group.mt-1 {
  margin-top: 6px !important;
}

.input_group input[type='text'],
.input_group input[type='password'],
.input_group input[type='url'],
.input_group input[type='email'] {
  background: #ffffff;
  border: 1px solid #e9ecee;
  border-radius: 5px;
  color: #262b38;
  font-size: 18px;
  font-weight: 400;
  flex: 1;
  padding: 12px 16px;
  width: 100%;
  height: 60px;
}

.input_group input::placeholder {
  color: #d4d6d8;
}

.input_group input:focus {
  outline: none;
}

.input_group button {
  font-size: 14px;
  font-weight: 400;
  height: 60px;
  text-wrap: pretty;
  line-height: 18px;
  margin: 0 0 0 8px;
  width: 95px;
}

.input_group button.btn_verify_phone {
  width: 100px;
}

.input_group button:hover,
.input_group button:focus {
  color: #fff;
  box-shadow: none;
}

.input_desc {
  color: #999fa5;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  margin: 6px 0 0 0;
}

@media (min-width: 1100px) {
  .input_wrap {
    margin: 0 0 40px 0;
  }

  .input_wrap h6 {
    font-size: 18px;
  }

  .input_group input[type='text'],
  .input_group input[type='password'] {
    font-size: 18px;
    height: 60px;
    padding: 16px;
  }

  .input_group button {
    font-size: 18px;
    height: 60px;
    margin: 0 0 0 12px;
    width: 102px;
  }
  .input_group button.en {
    width: 145px;
    line-height: 1.2;
  }

  .input_group button.btn_verify_phone {
    width: 120px;
  }

  .input_desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0 0 0;
  }
}

/* **************************************** *
 * Join
 * **************************************** */
.join_wrap {
  margin: 0 24px;
}

.join_wrap .title {
  color: #1d1d1d;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  margin: 0 0 24px 0;
  text-align: center;
  padding-bottom: 40px;
}

.category {
  background: #ffffff;
  box-shadow: 0px 5px 10px rgba(213, 223, 227, 0.44);
  border-radius: 2px;
  margin: 0 0 24px 0;
  padding: 30px 16px;
}

.category h3 {
  color: #000412;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  margin: 0;
}

.category p {
  color: #000412;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 16px 0 20px 0;
}

.category button {
  align-items: center;
  background: #000412;
  border: 0;
  border-radius: 2px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  height: 50px;
  line-height: 24px;
  padding: 0 12px 0 18px;
}

.category button i {
  margin: 0 0 0 4px;
}

.i_up {
  background: url('../img/i_up.png') no-repeat;
  background-size: cover;
  display: inline-block;
  height: 24px;
  width: 24px;
}

@media (min-width: 1100px) {
  .join_wrap .title {
    font-size: 50px;
    line-height: 50px;
    margin: 0 0 80px 0;
    text-align: center;
  }

  .join_wrap .join_category .category {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .category {
    border-radius: 5px;
    margin: 0;
    padding: 60px;
  }

  .category h3 {
    font-size: 30px;
    line-height: 36px;
  }

  .category p {
    margin: 24px 0 32px 0;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
  }

  .category button {
    justify-content: center;
    width: 130px;
    line-height: 20px;
    padding: 16px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
  }

  .category button i {
    display: none;
  }
}

@media (min-width: 1200px) {
  .join_wrap {
    margin: 0 auto;
    max-width: 1200px;
  }
}

.progress {
  border-radius: 0;
  height: 2px;
}

.progress-bar {
  background: #227eff;
}

.content_wrap.type2 {
  background: #fff;
  padding: 24px 0 0 0;
}

.privary_wrap .title {
  color: #1d1d1d;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 8px 0;
  text-align: left;
}

.privary_wrap .title_kakao {
  color: #1d1d1d;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 20px 0;
  text-align: left;
}

.privary_wrap {
  margin: 0 0 32px 0;
}

.privary {
  background: #ffffff;
  border: 1px solid #e9ecee;
  border-radius: 5px;
  height: 160px;
  overflow-y: scroll;
  margin: 0 0 18px 0;
  padding: 16px;
}

.privary p {
  color: #262b38;
  font-size: 12px !important;
  line-height: 18px !important;
  white-space: pre-line;
}

.privary span {
  text-decoration: underline;
}

.btn_group.type2 {
  margin: 20px -4px 60px -4px;
}

.btn_group.type2 button {
  font-size: 16px;
  height: 48px;
  width: 100%;
}
@media (max-width: 700px) {
  .join_title_trems {
    color: #000412;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    margin-bottom: 22px;
  }
  .boundary {
    width: 100%;
    height: 2px;
    background: #f7f7f8;
    margin-bottom: 24px;
  }

  .wrap_container_aedi {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
    padding: 20px;
  }

  .container_aedi {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    gap: 10px;
    > div {
      text-align: center;
    }
  }

  .container_aedi_title {
    color: #000412;
    font-weight: 600;
    font-size: 40px;
    line-height: 65px;
    justify-content: center;
  }
  .container_aedi_select {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 70px;
    width: 100%;
    height: 100%;
    p {
      font-size: 20px;
      font-weight: 600;
      line-height: 40px;
      margin-bottom: 16px;
    }
  }
  .login_row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .login_box {
    background: #ffffff;
    box-shadow: 0px 5px 10px rgba(213, 223, 227, 0.44);
    border-radius: 2px;
    margin: 0 0 24px 0;
    padding: 30px 16px;
    width: 100%;
    height: 252px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 44px;
  }

  .login_box h3 {
    color: #000412;
    font-weight: 700;
    font-size: 30px;
  }

  .login_box p {
    color: #000412;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin: 16px 0 20px 0;
  }

  .login_box button {
    width: 130px;
    height: 60px;
    padding: 16px;
    gap: 10px;
    border-radius: 5px;
    opacity: 0px;
    background: #000;
    align-items: center;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    display: flex;
    line-height: 28px;
    justify-content: center;
  }

  .login_box button i {
    margin: 0 0 0 4px;
  }
}

@media (min-width: 1100px) {
  .wrap_container_aedi {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
  }

  .container_aedi {
    margin-top: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 54px;

    > div {
      text-align: center;
    }
  }

  .container_aedi_title {
    color: #000412;
    font-weight: 600;
    font-size: 50px;
    line-height: 65px;
    justify-content: center;
  }
  .container_aedi_select {
    display: flex;
    flex-direction: column;
    margin-top: 70px;
    p {
      font-size: 28px;
      font-weight: 600;
      line-height: 50px;
      margin-bottom: 16px;
    }
  }
  .login_row {
    display: flex;
    gap: 10px;
  }
  .login_box {
    background: #ffffff;
    box-shadow: 0px 5px 10px rgba(213, 223, 227, 0.44);
    border-radius: 2px;
    margin: 0 0 24px 0;
    padding: 30px 16px;
    width: 384px;
    height: 252px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 44px;
  }

  .login_box h3 {
    color: #000412;
    font-weight: 700;
    font-size: 30px;
  }

  .login_box p {
    color: #000412;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin: 16px 0 20px 0;
  }

  .login_box button {
    width: 130px;
    height: 60px;
    padding: 16px;
    gap: 10px;
    border-radius: 5px;
    opacity: 0px;
    background: #000;
    align-items: center;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    display: flex;
    line-height: 28px;
    justify-content: center;
  }

  .login_box button i {
    margin: 0 0 0 4px;
  }
}

@media (min-width: 1100px) {
  .join_title_trems,
  .join_title {
    color: #000412;
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    justify-content: center;
    margin: 0 0 60px 0;
  }

  .join_wrap.type2 {
    background: #ffffff;
    border: 1px solid #e9ecee;
    box-shadow: 0px 5px 10px rgba(213, 223, 227, 0.44);
    border-radius: 5px;
    max-width: 792px;
    margin: 0 auto;
    padding: 60px;
    position: relative;
  }

  .content_wrap.type2 {
    background: #f3f5f7;
    padding: 140px 0;
  }

  .join_progress {
    position: absolute;
    top: 0px;
    left: -60px;
  }

  .join_progress ul li {
    align-items: center;
    background: #dce2e6;
    border-radius: 100px;
    color: #ffffff;
    display: flex;
    font-weight: 700;
    font-size: 18px;
    height: 36px;
    justify-content: center;
    line-height: 18px;
    margin: 0 0 30px 0;
    position: relative;
    width: 36px;
  }

  .join_progress ul li:not(:first-child)::before {
    border: 1px dashed #a5b0bb;
    content: '';
    display: inline-block;
    height: 30px;
    position: absolute;
    top: -30px;
    width: 1px;
  }

  .privary_wrap .title {
    color: #1d1d1d;
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    margin: 0 0 16px 0;
  }

  .privary {
    background: #ffffff;
    border: 1px solid #e9ecee;
    border-radius: 2px;
    height: 200px;
    margin: 0 0 20px 0;
    padding: 20px;
  }

  .privary p {
    color: #262b38;
    font-size: 14px !important;
    line-height: 20px !important;
    margin: 0;
    white-space: pre-line;
  }

  .content_wrap.type2 .radio_group label {
    font-size: 18px;
  }

  .btn_group.type2 {
    justify-content: center;
    margin: 40px 0 0 0;
  }

  .btn_group.type2 button {
    font-size: 18px;
    height: 60px;
    margin: 0 8px;
    width: 156px;
  }
}

.line_box {
  align-items: center;
  display: flex;
  padding: 16px 0;
}
.line_box.flex_wrap {
  justify-content: space-between;
  align-items: center;
}

.line_box .hr {
  flex: auto;
}

.line_box .hr::before {
  background: #e9ecee;
  content: '';
  display: block;
  height: 1px;
  width: 100%;
}

.line_box .hr_title {
  color: #000412;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  padding: 0 32px;
}

.btn_group.type3 {
  margin: 52px -4px 80px -4px;
  justify-content: space-between;
}

.btn_group.type3 button {
  font-size: 16px;
  height: 48px;
  width: 50%;
}

@media (min-width: 1100px) {
  .join .line_box {
    display: flex;
    justify-content: space-between;
    padding: 0 0 40px 0;
  }

  .join .line_box .hr {
    display: none;
  }

  .join .line_box .hr_title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    padding: 0;
  }

  .join_area {
    position: relative;
    padding: 60px 0 20px 0;
  }

  .join_area input:focus {
    border-color: #000;
  }

  .a_none::after {
    display: none;
  }

  .btn_group.type3 {
    margin: 0px -4px 60px -4px;
    justify-content: center;
  }

  .btn_group.type3 button {
    font-size: 18px;
    height: 60px;
    width: 156px;
  }

  .btn_group.type3 button:nth-child(2) {
    width: 222px;
  }
}

.modal-dialog.join {
  margin: 0 auto;
  width: 280px;
}

.join .modal-body {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}

.check_text h1 {
  color: #000412;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 16px 0;
  text-align: center;
}

.check_text p {
  color: #000412;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 8px 0;
  text-align: center;
}

.join .modal-footer {
  border: 0;
  justify-content: center;
  padding: 0 0 30px 0;
}

.join .modal-footer button {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  padding: 14px 0;
  width: 192px;
}

@media (min-width: 1100px) {
  .modal-dialog.join {
    margin: 0 auto;
    width: 428px;
  }

  .join .modal-body {
    padding: 20px 20px 0 20px;
  }

  .check_text h1 {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 24px 0;
  }

  .check_text p {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 40px 0;
  }

  .join .modal-footer {
    border: 0;
    justify-content: center;
    padding: 0 0 60px 0;
  }

  .join .modal-footer button {
    font-size: 18px;
    line-height: 20px;
    padding: 20px 0;
    width: 244px;
  }
}

.check {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.check img {
  height: 80px;
  width: 80px;
}

.check h1 {
  color: #262b38;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin: 32px 0 24px 0;
}

.check h6 {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.nav {
  margin-bottom: 24px;
}

.nav-pills li:nth-child(1) .nav-link {
  border-radius: 2px 0px 0px 2px;
}

.nav-pills li:nth-child(2) .nav-link {
  border-radius: 0px 2px 2px 0px;
}

.nav-pills li {
  width: 50%;
}

.nav-pills .nav-link {
  border: 1px solid #e9ecee;
  width: 100%;
}

.join_progress ul li.active, .btn_primary{
  background:#081C83;
}

.nav-link {
  color: #000412;
  padding: 12px 16px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  border: 1px solid #081C83;
  background-color: #081C83;
}

@media (min-width: 1100px) {
  .nav {
    margin-bottom: 0;
  }

  .nav-link {
    color: #000412;
    font-size: 24px;
    padding: 16px;
  }
}

/* **************************************** *
 * Login
 * **************************************** */
.content_wrap {
  padding: 0 0 80px 0;
}
.input_wrap_padding {
  padding: 0 24px;
}

.id_container {
  display: flex;
  flex-direction: column;
}

.find_box {
  margin: 0 76px;
}

.result_box {
  margin: 0 60px;
}

.find_email_container {
  display: inline-block;
  margin-bottom: 32px;
  zoom: 1;
  position: relative;
  padding-left: 25px;
  margin-right: 10px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.find_email_container label{
  cursor: pointer;
}

.find_email_container.publisher {
  margin-left: 16px;
}

/* 기본 라디오 버튼 숨기기 */
.find_email_container input[type='radio'] {
  display: none;
}

/* 선택되지 않은 라디오 버튼 스타일 꾸미기 */
.on {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border:1px solid #ddd;
  position: absolute;
  top: 5px;
  left: 0;
}

/* 선택된 라디오 버튼 스타일 꾸미기 */
.find_email_container input[type='radio']:checked + .on{
  background: #081C83;
}
.on:after {
  content: '';
  position: absolute;
  display: none;
}
.find_email_container input[type='radio']:checked + .on:after {
  display: block;
}
.on:after {
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 5px;
}

.find_email_text {
  color: var(--basic-black, #000);
  /* Caption/Caption1 */
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 145.455% */
  margin-left: 16px;
  margin-bottom: 2px;
}
.id_explan {
  color: var(--gray-400, #999fa5);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-left: 18px;
}
.company_container{
  margin-bottom: 32px;
}
.company_container p {
  color: var(--text_black, #262b38);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 155.556% */
  margin-bottom: 12px;
}

.company_container input {
  width: 100%;
  height: 60px;
  border-radius: 5px;
  border: 1px solid var(--line_gray, #e9ecee);
  background: #fff;
  padding-left: 16px;
}

.company_container .company_container_email,
.company_container .company_container_certification {
  display: flex;
}

.company_container input,
.company_container .company_container_email input,
.company_container .company_container_certification input {
  flex: 1
}

.company_container .company_container_email button,
.company_container .company_container_certification button {
  width: 115px;
  height: 60px;
  border-radius: 5px;
  background: var(--gray-350, #dbdee1);
  border: 0;
  color: var(--basic-white, #fff);
  margin-left: 12px;
}

.company_container .company_container_phone,
.company_container .company_container_phone_certification {
  display: flex;
}

.company_container input,
.company_container .company_container_phone input,
.company_container .company_container_phone_certification input {
  flex: 1;
}

.company_container .company_container_phone button,
.company_container .company_container_phone_certification button {
  width: 115px;
  height: 60px;
  padding: 16px;
  border-radius: 5px;
  background: var(--gray-350, #dbdee1);
  border: 0;
  color: var(--basic-white, #fff);
  margin-left: 12px;
}

.find_phone_text {
  color: var(--gray-400, #999fa5);
  /* Caption/Caption1 */
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 145.455% */
  margin-left: 16px;
  margin-bottom: 2px;
}
.find_id_button_container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.find_id_button,
.find_pw_next {
  margin-top: 72px;
  width: 160px;
  padding: 16px;
  height: 60px;
  border-radius: 5px;
  background: var(--primary-500, #297fff);
  border: 0;
  color: #fff;
}

.result_box_container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 170px;
  width: 672px;
  border-radius: 5px;
  background: var(--gray-100, #f7f8fa);
  flex-direction: column;
}

.login_button_box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}

.login_button {
  color: #fff;
  border-radius: 5px;
  background: var(--primary-500, #297fff);
  width: 160px;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 0;
}

.pw_title {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 28px;
}

.new_password_text {
  color: red !important;
  font-size: 13px !important;
  font-weight: normal !important;
  margin-left: 16px !important;
  display: none;
}

.new_password_com_text {
  color: red !important;
  font-size: 13px !important;
  font-weight: normal !important;
  margin-left: 16px !important;
  display: none;
}
/* .login_wrap {
  margin: 0 24px;
} */

.find_container {
  display: flex;
  width: 200px;
  justify-content: space-around;
  align-items: center;
}

.find_container .find-id,
.find_container .find-pw {
  color: #000412;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.line-text {
  padding: 0 6px;
  padding-top: 5px;
}

.bg_sky {
  background: #f3f5f6;
}

.login h1 {
  background: #f3f5f7;
  color: #1d1d1d;
  font-weight: 700;
  font-size: 32px;
  justify-content: center;
  line-height: 32px;
  padding: 60px 0 40px 0;
  letter-spacing: -2px;
}

.login .check_group {
  margin: 18px 0 42px 0;
}

.login button {
  font-weight: 700;
  /* margin: 42px 0 8px 0; */
}

.login_op {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 24px 0 0 0;
}

.login_op li {
  align-items: center;
  display: flex;
}

.login_op li::after {
  background: #babcbe;
  content: '';
  display: inline-block;
  height: 16px;
  margin: 0 10px;
  width: 1px;
}

.login_op li:last-child::after {
  display: none;
}

.login_op li a {
  color: #babcbe;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}

.m_loginType_wrap {
  padding-bottom: 70px;
}
.m_loginType {
  display: flex;
  align-items: center;
}
.m_type_box {
  width: 50%;
  height: 58px;
  display: flex;
  justify-content: center;
  font-size: 18px;
}

.m_loginType input[type='radio'] {
  display: none;
}
.m_loginType input[type='radio'] + label {
  background-color: #f3f5f7;
  display: block;
  color: #bbc4cd;
  padding: 16px;
}
.m_loginType input[type='radio']:checked + label {
  background-color: white;
  color: #227eff;
  font-weight: 700;
}
.m_label_box {
  width: 100%;
}
.m_label_box p {
  width: 100%;
  margin: 0;
  text-align: center;
}

@media (min-width: 1100px) {
  .content_wrap {
    padding: 140px 0 180px 0;
  }
  .content_wrap.console {
    padding: 0 0 180px 0;
  }
  .content_wrap .aedi_logo{
    padding:88px 0 65px;
    text-align: center;
  }
  .input_wrap_padding {
    padding: 0;
  }
  .bg_sky {
    background: #f3f5f7;
  }

  .login_wrap {
    position: relative;
    background: #ffffff;
    border: 1px solid #e9ecee;
    box-shadow: 0px 5px 10px rgba(213, 223, 227, 0.44);
    border-radius: 0px 0px 5px 5px;
    margin: 0 auto;
    padding: 0 0 70px 0;
    max-width: 792px;
  }
  .login_wrap .login_notice {
    position: absolute;
    bottom: 100%;
    right: 0;
    color: #393d46;
    font-size: 16px;
  }
  .login_wrap .login_notice span {
    display: inline-block;
    text-decoration: underline;
    cursor: pointer;
  }
  .loginType_wrap {
    padding-bottom: 70px;
  }
  .loginType {
    display: flex;
    align-items: center;
  }
  .type_box {
    width: 50%;
    height: 90px;
    display: flex;
    justify-content: center;
    font-size: 24px;
  }

  .loginType input[type='radio'] {
    display: none;
  }
  .loginType input[type='radio'] + label {
    background-color: #f3f5f7;
    display: block;
    color: #bbc4cd;
    padding: 27px;
    cursor: pointer;
  }
  .loginType input[type='radio']:checked + label {
    background-color: white;
    color: #081C83;
    font-weight: 700;
  }

  .label_box {
    width: 100%;
  }
  .label_box p {
    width: 100%;
    margin: 0;
    text-align: center;
  }

  .login {
    margin: 0 auto;
    max-width: 384px;
  }

  .login .info {
    color: #babcbe;
    font-weight: 400;
    font-size: 16px;
    margin: 16px 0 8px 0;
  }

  .login .hr_title {
    color: #babcbe;
    font-weight: 400;
    font-size: 16px;
  }

  .login .btn_outline_secondary {
    font-weight: 400;
  }
}

/* **************************************** *
 * Product
 * **************************************** */
.product_top {
  border-bottom: 1px solid #e9ecee;
  padding: 30px 24px;
}

.product_top p {
  color: #000412;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin: 0 0 10px 0;
}

.product_top h1 {
  color: #000412;
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: -0.01em;
  margin: 0;
}

.product_area {
  padding: 0 0 80px 0;
}

.product_area h2 {
  color: #000412;
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: -0.01em;
  margin: 0;
}

@media (min-width: 1100px) {
  .product_top {
    padding: 80px 24px;
  }

  .product_top p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 20px 0;
  }

  .product_top h1 {
    color: #000412;
    font-size: 70px;
    line-height: 86px;
    margin: 0;
  }

  .product_area {
    padding: 0 0 200px 0;
  }
}

@media (min-width: 1200px) {
  .product_title {
    max-width: 1200px;
    margin: 0 auto;
  }
}

.product_body {
  margin: 30px 0 0 0;
}

.product_area {
  margin: 0;
}

.product_ad {
  padding: 0 24px;
}

.product_ad h1 {
  color: #000412;
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  margin: 0;
}

.product_ad p {
  color: #000412;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 16px 0 30px 0;
}

.tag .title {
  border-bottom: 1px solid #e9ecee;
  color: #000412;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  padding: 0 0 10px 0;
  position: relative;
}

.tag .title::after {
  background: #000412;
  bottom: 0;
  content: '';
  display: block;
  height: 3px;
  position: absolute;
  width: 102px;
}

.tag p {
  color: #000412;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin: 20px 0 16px 0;
}

.tag ul {
  display: flex;
  margin: 0 0 40px 0;
}

.tag ul li {
  border: 1px solid #000412;
  border-radius: 100px;
  color: #000412;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  margin: 0 10px 0 0;
  padding: 8px 12px;
}

.product_img {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0;
}

.product_img .img01 {
  background: url('../img/product_img01_2.png') no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  height: 260px;
  margin: 0;
  width: 100%;
}

.product_img .img02 {
  background: url('../img/product_img02_2.png') no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  height: 260px;
  margin: 0;
  width: 100%;
}

.product_img .img03 {
  background: url('../img/product_img03.png') no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  height: 260px;
  margin: 0;
  width: 100%;
}

.product_img .img04 {
  background: url('../img/product_img04.png') no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  height: 260px;
  margin: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .product_img .img01 {
    min-height: 340px;
  }

  .product_img .img02 {
    min-height: 340px;
  }

  .product_img .img03 {
    min-height: 340px;
  }

  .product_img .img04 {
    min-height: 340px;
  }
}

@media (min-width: 1100px) {
  .product_body {
    margin: 140px auto 0 auto;
  }

  .product_ad {
    padding: 0;
  }

  .product_ad_even {
    padding-left: 35px;
  }

  .product_ad h1 {
    font-size: 40px;
    line-height: 40px;
  }

  .product_ad p {
    font-size: 18px;
    line-height: 26px;
    margin: 24px 0 96px 0;
  }

  .tag .title {
    font-size: 24px;
    line-height: 30px;
    padding: 0 0 12px 0;
  }

  .tag .title::after {
    height: 3px;
    width: 136px;
  }

  .tag p {
    font-size: 18px;
    line-height: 26px;
    margin: 24px 0 24px 0;
  }

  .tag ul {
    display: flex;
    margin: 0;
  }

  .tag ul li {
    font-size: 16px;
    line-height: 16px;
    padding: 12px 24px;
  }

  .product_img .img01 {
    min-height: 420px;
  }

  .product_img .img02 {
    min-height: 420px;
  }

  .product_img .img03 {
    min-height: 420px;
  }

  .product_img .img04 {
    background: url('../img/product_img04.png') no-repeat;
    background-position: center center;
    background-size: contain;
    display: block;
    height: 420px;
    margin: 0;
    width: 100%;
  }

  .item_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 282px;
    height: 298px;
    background: #ffffff;
    border: 1px solid #e9ecee;
    box-shadow: 0px 10px 40px rgba(174, 183, 194, 0.3);
    border-radius: 5px;
    margin: 0 0 24px 0;
    padding: 30px;
  }
}

@media (min-width: 1200px) {
  .product_area {
    max-width: 1200px;
    margin: 0 auto;
  }
}

.product_item {
  background: #f3f5f7;
}

.item_wrap {
  margin: 0 24px;
  padding: 60px 0;
}

.item_wrap h2 {
  color: #000412;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  margin: 0 0 30px 0;
}

.item_wrap h2 span {
  color: #a5b0bb;
}

.item_box {
  background: #ffffff;
  border: 1px solid #e9ecee;
  box-shadow: 0px 10px 40px rgba(174, 183, 194, 0.3);
  border-radius: 5px;
  margin: 0 0 24px 0;
  padding: 30px;
}

.item_img img {
  width: 48px;
}

.item_box h3 {
  color: #000412;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  margin: 18px 0 28px 0;
}

.item_box p {
  color: #000412;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  margin: 0;
}

@media (min-width: 1100px) {
  .item_wrap {
    margin: 0 24px;
    padding: 140px 0;
  }

  .item_wrap h2 {
    font-size: 40px;
    line-height: 56px;
    margin: 0 0 50px 0;
  }
}

@media (min-width: 1200px) {
  .item_wrap {
    margin: 0 auto;
    max-width: 1200px;
  }
}

/* **************************************** *
 * pricing
 * **************************************** */
.pricing_top {
  border-bottom: 1px solid #e9ecee;
  padding: 30px 24px;
}

.pricing_top p {
  color: #000412;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin: 0 0 10px 0;
}

.pricing_top h1 {
  color: #000412;
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: -0.01em;
  margin: 0;
}

.pricing_area {
  padding: 0 0 80px 0;
}

@media (min-width: 1100px) {
  .pricing_top {
    padding: 80px 24px;
  }

  .pricing_top p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 20px 0;
  }

  .pricing_top h1 {
    color: #000412;
    font-size: 70px;
    line-height: 86px;
    margin: 0;
  }

  .pricing_area {
    padding: 0 0 140px 0;
  }
}

@media (min-width: 1200px) {
  .pricing_title {
    max-width: 1200px;
    margin: 0 auto;
  }
}

.pricing_body .mobile {
  display: block;
}

.pricing_body .pc {
  display: none;
}

@media (min-width: 1100px) {
  .pricing_body .mobile {
    display: none;
  }

  .pricing_body .pc {
    display: block;
  }
}

.pricing_body .nav {
  border-bottom: 1px solid #e9ecee;
  margin: 6px 0 0 0;
  padding: 0 24px;
}

.pricing_body .nav-link {
  background: #fff;
  border: 0;
  border-radius: 0;
  color: #333;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  padding: 10px 0;
}

.pricing_body .nav-link.active {
  background: #fff;
  border: 0;
  color: #333;
  font-weight: 700;
  border-bottom: 2px solid #262b38;
}

.pricing_body .tab-content {
  padding: 30px 24px;
}

.top_box {
  align-items: center;
  background: #f3f5f7;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  margin: 0 0 30px 0;
}

.top_box p {
  color: #000412;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding: 16px 0;
}

.pricing_text dl {
  margin: 0 0 20px 0;
}

.pricing_text dl dt {
  background: #f3f5f7;
  border-bottom: 1px solid #e9ecee;
  color: #000412;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  padding: 12px 0;
  text-align: center;
}

.pricing_text dl dd {
  border-bottom: 1px solid #e9ecee;
  padding: 22px 14px;
}

.pricing_text ul li {
  margin: 0 0 20px 0;
}

.pricing_text ul li:last-child {
  margin: 0;
}

.pricing_text ul li h4 {
  color: #000412;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

.pricing_text ul li p {
  color: #000412;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

.pricing_text_info {
  font-size: 15px !important;
}

.main .quick {
  bottom: 20px;
  display: flex;
  position: fixed;
  right: 20px;
  z-index: 1000;
}

.quick {
  bottom: 24px;
  display: flex;
  position: fixed;
  right: 24px;
  z-index: 1000;
}

.quick ul {
  display: flex;
  flex-direction: column;
}

.quick ul li:nth-child(1) {
  margin: 0 0 16px 0;
}

.quick img {
  width: 50px;
}

.quick ul li:nth-child(1) img {
  border-radius: 100px;
  box-shadow: 0px 10px 30px rgba(34, 126, 255, 0.25);
}

.quick ul li:nth-child(2) img {
  border-radius: 100px;
  box-shadow: 0px 10px 30px rgba(45, 51, 60, 0.17);
}

@media (min-width: 1100px) {
  .pricing_body .table_wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 140px 0;
  }

  .table_wrap .title {
    color: #000412;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    margin: 0 0 40px 0;
  }

  .pricing_body table {
    border-bottom: 1px solid #a5b0bb;
    text-align: center;
    width: 100%;
  }

  .bg_gray {
    background: #f3f5f6;
  }

  .pricing_body table thead tr th {
    border-bottom: 2px solid #000000;
    border-top: 2px solid #000000;
    font-size: 18px;
    font-weight: 400;
    height: 60px;
    padding: 0 12px;
  }

  .pricing_body table tbody tr td {
    border-top: 1px solid #e9ecee;
    color: #000412;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    height: 70px;
    padding: 0 12px;
  }

  .table_one tbody tr:nth-child(1) td:nth-child(1),
  .table_one tbody tr:nth-child(2) td {
    border-bottom: 1px solid #a5b0bb !important;
  }

  .table_one tbody tr td.br_1 {
    border-right: 1px solid #a5b0bb;
  }

  .table_wrap .desc {
    color: #000412;
    font-weight: 700;
    font-size: 26px;
    line-height: 40px;
    margin: 40px 0 140px 0;
    text-align: right;
  }

  .quick {
    bottom: 40px;
    display: block;
    position: fixed;
    right: 40px;
  }
}

/* **************************************** *
 * main
 * **************************************** */
.main_content {
  position: relative;
}

/* section01 */
.section01 {
  height: 100%;
  position: relative;
  overflow-y: scroll; /* 세로 스크롤을 활성화하여 기능을 유지 */
  scrollbar-width: none; /* Firefox에서 스크롤바 숨기기 */
}
::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.section01 .swiper {
  width: 100%;
  height: 100%;
}

.section01 .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: relative;
  background: linear-gradient(107.56deg, rgba(34, 126, 255, 0.6) 0%, rgba(174, 14, 231, 0.6) 100%);
}

.section01 .slide01_video {
  height: 100%;
  object-fit: cover;
  width: 100%;
  z-index: 0;
}

.section01 .slide01_main_video {
  opacity: 0.3;
}

.section01 .slide02_main_video {
  opacity: 0.4;
}

.section01 .slide_text {
  align-items: center;
  display: flex;
  height: 100vh;
  position: absolute;
  justify-content: center;
  z-index: 1;
  width: 100%;
}

.section01 .slide01 .slide_text {
  background: linear-gradient(107.56deg, rgba(34, 126, 255, 0.6) 0%, rgba(174, 14, 231, 0.6) 100%);
}

.section01 .slide02 .slide_text {
  background: linear-gradient(107.56deg, rgba(17, 106, 231, 0.6) 0%, rgba(18, 224, 175, 0.6) 100%);
}

.section01 .slide_text h2 {
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  margin: 0;
}

.section01 .slide_text p {
  color: #ffffff;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  margin: 16px 0 36px 0;
}

.section01 .slide_text button {
  background: none;
  border: 1px solid #ffffff;
  border-radius: 2px;
  color: #fff;
  display: flex;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin: 0 auto 80px auto;
  padding: 12px 24px;
}

.section01 .slide_text dl {
  margin: 30px 0 0 0;
}

.section01 .slide_text dl dt {
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.section01 .slide_text dl dd {
  color: #fff;
  font-weight: 900;
  font-size: 30px;
  line-height: 30px;
  margin: 4px 0 0 0;
}

.section01 .swiper-button-next {
  bottom: 24px;
  height: 24px;
  left: 48px;
  top: auto;
  width: 24px;
}

.section01 .swiper-button-prev {
  bottom: 24px;
  height: 24px;
  left: 24px;
  top: auto;
  width: 24px;
}

.section01 .swiper-button-next::after {
  background: url('../img/i_arrow_right.png') no-repeat;
  background-size: cover;
  font-size: 0;
  height: 24px;
  width: 24px;
}

.section01 .swiper-button-prev::after {
  background: url('../img/i_arrow_left.png') no-repeat;
  background-size: cover;
  font-size: 0;
  height: 24px;
  width: 24px;
}

.section01 .pagination_bullet {
  bottom: 24px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  left: 182px;
  width: auto;
}

.section01 .swiper-pagination-progressbar {
  bottom: 35px;
  height: 2px;
  top: auto;
  left: 82px;
  width: 90px;
}

.section01 .swiper-pagination-progressbar {
  background: rgba(255, 255, 255, 0.2);
}

.section01 .swiper-pagination-progressbar-fill {
  background: rgba(255, 255, 255, 1);
}

.section01 .i_arrow_down_2 {
  display: none;
}

@media (min-width: 1100px) {
  .section01 .slide_text {
    justify-content: center;
    width: 100%;
  }

  .section01 .slide_text .row {
    max-width: 1200px;
  }

  .section01 .slide_text h2 {
    font-size: 30px;
    line-height: 30px;
  }

  .section01 .slide_text p {
    font-size: 50px;
    line-height: 70px;
    margin: 24px 0 50px 0;
  }

  .section01 .slide_text button {
    padding: 18px 34px;
  }

  .section01 .slide_text button i {
    margin: 0 0 0 10px;
  }

  .section01 .slide_text dl {
    margin: 0;
  }

  .section01 .slide_text dl dt {
    font-size: 18px;
    line-height: 24px;
  }

  .section01 .slide_text dl dd {
    font-size: 60px;
    line-height: 60px;
    margin: 20px 0 0 0;
  }

  .section01 .swiper-button-next {
    bottom: 140px;
  }

  .section01 .swiper-button-prev {
    bottom: 140px;
  }

  .section01 .pagination_bullet {
    bottom: 140px;
  }

  .section01 .swiper-pagination-progressbar {
    bottom: 151px;
  }
}

@media (min-width: 1200px) {
  .section01 .swiper-button-next {
    bottom: 140px;
    left: 384px;
  }

  .section01 .swiper-button-prev {
    bottom: 140px;
    left: 360px;
  }

  .section01 .pagination_bullet {
    bottom: 140px;
    left: 518px;
  }

  .section01 .swiper-pagination-progressbar {
    bottom: 151px;
    left: 418px;
  }

  .section01 .i_arrow_down_2 {
    background: url('../img/i_arrow_down_2.png') no-repeat;
    background-size: cover;
    bottom: 40px;
    display: block;
    height: 40px;
    position: absolute;
    width: 40px;
  }
}

/* section02 */
.section02 {
  padding: 50px 0 60px 0;
}

.section_wrap {
  margin: 0 24px;
}

.section02 h2 {
  color: #000412;
  font-weight: 700;
  font-size: 26px;
  line-height: 38px;
  text-align: center;
}

.section02 p {
  color: #000412;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.01em;
  margin: 16px 0 30px 0;
  text-align: center;
}

.section02 .ai_tag {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 26px 0;
}

.section02 .ai_tag li {
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 56px;
  color: #000412;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 16px;
  margin: 8px 6px;
}

.section02 .ai_img img {
  margin: 0 0 16px 0;
  width: 100%;
}

.section02 .row > * {
  padding-left: 8px;
  padding-right: 8px;
}

.section02 .advertisement button {
  align-items: center;
  background: #000412;
  border: 0;
  border-radius: 2px;
  color: #ffffff;
  display: flex;
  font-weight: 700;
  font-size: 18px;
  justify-content: center;
  line-height: 24px;
  margin: 24px auto 50px auto;
  height: 50px;
  width: 158px;
}

@media (min-width: 1100px) {
  .section02 {
    padding: 140px 0 140px 0;
  }

  .section_wrap {
    margin: 0 24px;
  }

  .section02 h2 {
    font-size: 50px;
    line-height: 60px;
  }

  .section02 p {
    font-size: 18px;
    line-height: 30px;
    margin: 24px 0 68px 0;
  }

  .section02 .ai_tag {
    margin: 0 0 38px 0;
  }

  .section02 .ai_tag li {
    font-size: 18px;
    line-height: 20px;
    margin: 12px 8px;
    padding: 20px 40px;
  }

  .section02 .row > * {
    padding-left: 12px;
    padding-right: 12px;
  }

  .section02 .advertisement button {
    font-size: 18px;
    line-height: 24px;
    height: 60px;
    margin: 50px auto 140px auto;
    width: 184px;
  }

  .section02 .advertisement button i {
    margin: 0 0 0 10px;
  }
}

@media (min-width: 1200px) {
  .section_wrap {
    margin: 0 auto;
    max-width: 1200px;
  }
}

.solutionImgSwiper {
  position: relative;
}

.solutionImgSwiper .swiper-slide {
  background-position: center center !important;
  height: 336px;
  width: 100%;
}

.solutionImgSwiper .slide01 {
  background: url('../img/solution_img_01.png') no-repeat;
  background-size: contain;
}

.solutionImgSwiper .slide02 {
  background: url('../img/solution_img_02.png') no-repeat;
  background-size: contain;
}

.solutionImgSwiper .slide03 {
  background: url('../img/solution_img_03.png') no-repeat;
  background-size: contain;
}

.solutionImgSwiper .slide04 {
  background: url('../img/solution_img_04.png') no-repeat;
  background-size: contain;
}

.solutionTextSwiper .swiper-slide {
  height: 100%;
  margin: 0 0 60px 0;
  width: 100%;
}

.solutionTextSwiper .text_box {
  border: 1px solid #000412;
  border-radius: 2px;
  padding: 24px;
}

.solutionTextSwiper .text_box h5 {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  margin: 0;
}

.solutionTextSwiper .text_box p {
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  margin: 10px 0 0 0;
  text-align: left;
}

.solutionTextBox .solutionText_item {
  height: 100%;
  width: 100%;
}

.solutionTextBox .pc_text_box {
  border: 1px solid #000412;
  border-radius: 2px;
  padding: 24px;
  box-shadow: 0px 10px 40px rgba(174, 183, 194, 0.3);
}

.solutionTextBox .pc_text_box h5 {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  margin: 0;
}

.solutionTextBox .pc_text_box p {
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  margin: 10px 0 0 16px;
  text-align: left;
}

.solutionTextBox .solutionText_wrapper {
  width: 100%;
  position: absolute;
  left: 0;
  top: 35%;
  z-index: 100;
}

.solutionTextBox .solutionText_tie {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.solutionTextBox .solutionText_tie:nth-child(1) {
  margin-bottom: 192px;
}

.solutionTextSwiper .swiper-pagination {
  bottom: 0;
}

.solutionTextSwiper .swiper-pagination-bullet {
  background: #000412;
  height: 12px;
  opacity: 0.1;
  width: 12px;
}

.solutionTextSwiper .swiper-pagination-bullet-active {
  opacity: 1;
}

@media (min-width: 1100px) {
  .ai_solution {
    position: relative;
  }

  .solutionImgSwiper .swiper-slide {
    background-position: center center !important;
    background-size: 336px;
    height: 450px;
    width: 100%;
  }

  .solutionTextSwiper {
    bottom: 0;
    position: absolute;
    width: 100%;
    overflow: unset !important;
  }

  .solutionTextSwiper .swiper-slide {
    height: calc((100% - 30px) / 2);
    margin: 0;
  }

  .solutionTextSwiper .swiper-slide:nth-child(2),
  .solutionTextSwiper .swiper-slide:nth-child(1) {
    margin-bottom: 192px;
  }

  .solutionTextSwiper .swiper-pagination {
    display: none;
  }

  .swiper-grid-column > .swiper-wrapper {
    flex-direction: row;
  }

  .solutionTextSwiper .text_box {
    background: #ffffff;
    border: 1px solid #e9ecee;
    border-radius: 2px;
    padding: 24px;
    max-width: 408px;
  }

  .solutionTextBox .pc_text_box {
    background: #ffffff;
    border: 1px solid #e9ecee;
    border-radius: 2px;
    padding: 24px;
    min-width: 330px;
    max-width: 330px;
  }
  /* .solutionTextSwiper .swiper-slide-active .text_box {
    border: 1px solid #227EFF;
  } */
}

/* section03 */
.section03 {
  background: #f3f5f7;
  padding: 60px 0;
}

.section03.mo {
  display: block;
  overflow: hidden;
}

.section03.pc {
  display: none;
}

@media (min-width: 1100px) {
  .section03.mo {
    display: none;
  }

  .section03.pc {
    display: block;
    overflow: hidden;
  }
}

.section03 p {
  color: #000412;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  margin: 0;
  text-align: center;
}

.section03 h2 {
  color: #000412;
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  margin: 30px 0 32px 0;
  text-align: center;
}

.section03 h2 span {
  color: #a5b0bb;
}

.section03 button {
  background: #000412;
  border: 0;
  border-radius: 2px;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  height: 50px;
  width: 190px;
}

.section03 .btn_group {
  justify-content: center;
  margin: 0 0 46px 0;
}

.section03 button img {
  margin: 0 0 0 4px;
  width: 24px;
}

.section03 .card_img {
  display: flex;
  flex-wrap: nowrap;
}

@keyframes horizontalscroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-770px);
  }
}

.section03 .card_img li {
  animation: horizontalscroll 40s linear infinite;
  margin: 8px;
}

.section03 .card_img:nth-child(2) {
  margin: 0 0 0 -123px;
}

.section03 .card_img img {
  width: 246px;
}

/* motion keyframes */
@keyframes verticalscroll {
  0% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -moz-transform: translateY(-1448px);
    -ms-transform: translateY(-1448px);
    -webkit-transform: translateY(-1448px);
    transform: translateY(-1448px);
  }
}

@media (min-width: 1100px) {
  .section03.pc {
    height: 862px;
    padding: 0;
  }

  .section03.pc .row {
    max-width: 1200px;
    margin: 0 auto;
  }

  .section03.pc .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .section03.pc .right {
    display: flex;
    height: 862px;
    overflow: hidden;
  }

  .section03 p {
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    text-align: left;
  }

  .section03 h2 {
    font-size: 40px;
    line-height: 54px;
    margin: 30px 0 42px 0;
    text-align: left;
  }

  .section03 button {
    height: 60px;
    width: 216px;
  }

  .section03 .btn_group {
    justify-content: flex-start;
    margin: 0 0 46px 0;
  }

  .section03 button img {
    margin: 0 0 0 4px;
    width: 24px;
  }

  .section03 .card_img {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    overflow: hidden;
  }

  .section03 .card_img:nth-child(2) {
    margin: -180px 0 0 0;
  }

  .section03 .card_img li {
    animation: verticalscroll 40s linear infinite;
    margin: 12px;
  }
}

/* section04 */
/*모바일 파트너 대행사 영역----*/
/* .section04 {
  background: #e9ecee;
  padding: 60px 0;
  overflow: hidden;
} */

.section04 {
  background: #e9ecee;
  padding: 46px 0;
  overflow: hidden;
}

/*모바일 파트너 대행사 영역----*/

.section04 h1 {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 12px 0;
  text-align: center;
}

.section04 h1.mt_60 {
  margin-top: 60px;
}

.section04 .card_img {
  display: flex;
}

.section04 .card_img li {
  animation: horizontalscroll 20s linear infinite;
  margin: 12px;
}

.section04 .card_img.ml {
  margin: 0 0 0 -80px;
}

.section04 .card_img li img {
  width: 144px;
}

.section04 .card_img.pc {
  display: none;
}

@media (min-width: 1100px) {
  /*임시 주석처리 대행사 파트너---*/
  /* .section04 {
    padding: 140px 0;
  } */
  .section04 {
    padding: 80px 0;
  }
  /*임시 주석처리 대행사 파트너---*/

  .section04 h1 {
    font-size: 50px;
    line-height: 50px;
    margin: 0 0 50px 0;
    text-align: center;
  }

  /* 임시 주석처리
  .section04 h1.mt_60 {
    margin-top: 110px;
  } */

  .section04 .card_img li {
    animation: horizontalscroll 20s linear infinite;
    margin: 20px 30px;
  }

  .section04 .card_img li img {
    width: 240px;
  }

  .section04 .card_img.mo {
    display: none;
  }

  .section04 .card_img.pc {
    display: flex;
    justify-content: center;
  }

  .section04 .card_img.pc {
    flex-wrap: wrap;
    max-width: 1086px;
    margin: 0 auto;
  }

  .section04 .card_img.pc li {
    animation: none;
    margin: 16px;
  }
}

/* section05 */
.section05 {
  margin: 0 24px;
  padding: 60px 0;
}

.section05 > h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 26px 0;
  text-align: center;
}

.join_box {
  border-radius: 3px;
  background: var(--basic-white, #fff);
  box-shadow: 0px 10px 40px 0px rgba(174, 183, 194, 0.3);
  position: relative;

  padding: 3px;
  margin-bottom: 24px;
}
.gradientTop {
  background: linear-gradient(to top, #ec1aff, #0b50ff);
}
.gradientRight {
  background: linear-gradient(to right, #ec1aff, #0b50ff);
}

.join_box > div {
  background: #fff;
  padding: 48px;
}

.join_box h2 {
  color: #000412;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  margin: 0;
}

.join_box p {
  color: #000412;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 16px 0 20px 0;
}

.join_box .btn_group {
  margin: 0 -4px;
}

.join_box button {
  border: 0;
  border-radius: 5px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  padding: 12px 18px;
}

.join_box button img {
  margin: 0 0 0 2px;
  width: 24px;
}

.join_box button:nth-child(1) {
  background: #000412;
  color: #fff;
  width: 48%;
}

.join_box button:nth-child(2) {
  background: #fff;
  color: #000412;
  width: 52%;
}

@media (min-width: 1100px) {
  .section05 {
    margin: 0 24px;
    padding: 140px 0;
  }
}

@media (min-width: 1200px) {
  .section05 {
    margin: 0 auto;
    max-width: 1200px;
  }

  .section05 > h2 {
    font-size: 50px;
    line-height: 50px;
    margin: 0 0 100px 0;
  }

  .join_box > div {
    padding: 48px 40px;
  }

  .join_box h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .join_box p {
    font-size: 22px;
    line-height: 32px;
    margin: 24px 0 64px 0;
  }

  .join_box button {
    padding: 18px 34px;
  }

  .join_box button img {
    margin: 0 0 0 10px;
  }

  .join_box button:nth-child(1) {
    width: 130px;
    padding: 16px;
  }

  .join_box button:nth-child(2) {
    width: 200px;
  }
}

/* inquiryModal */
.inquiry {
  margin: 0;
  max-width: 100%;
}

.inquiry .modal-content {
  border: 0;
  border-radius: 0;
  height: 100vh;
}

.inquiry .modal-header {
  border: 0;
  height: 50px;
  padding: 0 24px;
}

.inquiry .modal-title {
  color: #262b38;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}

.inquiry .modal-header button {
  background: none;
  border: 0;
  padding: 0;
}

.inquiry .modal-header .i_close {
  display: flex;
  height: 24px;
  width: 24px;
}

.inquiry .modal-body {
  padding: 24px;
  overflow-y: scroll;
}

.inquiry .check_wrap {
  display: flex;
  justify-content: space-between;
  margin: 0;
}

.inquiry .check_group {
  border: 1px solid #e9ecee;
  border-radius: 5px;
  margin: 4px;
  padding: 10px 12px;
  width: calc((100% - 16px) / 2);
}

.inquiry .check_group label::before {
  flex: none;
}

.input_wrap textarea {
  background: #ffffff;
  border: 1px solid #e9ecee;
  border-radius: 5px;
  color: #262b38;
  font-weight: 400;
  font-size: 16px;
  padding: 16px;
  height: 250px;
  resize: none;
  width: 100%;
}

.inquiry .input_wrap {
  position: relative;
}

.input_wrap textarea::placeholder {
  color: #d4d6d8;
}

.input_wrap textarea:focus {
  outline: none;
}

.text_length {
  bottom: 24px;
  display: flex;
  position: absolute;
  right: 16px;
}

.text_length span {
  color: #262b38;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
}

.input_box .check_group {
  background: #f3f5f7;
  border-radius: 2px;
  border: 0;
  margin: 0;
  padding: 24px 30px;
  width: 100%;
}

.input_box .check_group label {
  align-items: flex-start;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.input_box .check_group label::before {
  margin: 0 24px 0 0;
}

.inquiry .modal-footer {
  border-top: 0;
  padding: 24px;
}

.inquiry .modal-footer button {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  margin: 0;
  padding: 14px 0;
  width: 100%;
}

@media (min-width: 1200px) {
  .inquiry {
    height: 100%;
    margin: auto;
    max-width: 1000px;
  }

  .inquiry .modal-content {
    box-shadow: 0px 10px 100px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    margin: auto;
    max-height: calc(100vh - 10vh);
  }

  .inquiry .modal-header {
    border-bottom: 1px solid #e9ecee;
    height: 80px;
    justify-content: unset;
    padding: 0 20px;
    position: relative;
  }

  .inquiry .modal-title {
    margin: 0 auto;
    font-size: 30px;
    line-height: 40px;
  }

  .inquiry .modal-header button {
    position: absolute;
    top: 20px;
    right: 20px;
  }

  .inquiry .modal-header .i_close {
    background: url('../img/i_x_lg.png');
    width: 40px;
    height: 40px;
  }

  .inquiry .modal-body {
    display: flex;
    flex-wrap: wrap;
    padding: 60px 104px;
    justify-content: space-between;
    overflow-y: scroll;
  }

  .inquiry .modal-body .input_wrap {
    margin: 0 0 24px 0;
    width: calc((100% - 24px) / 2);
  }

  .inquiry .modal-body .input_wrap.w_100 {
    margin: 0 0 28px 0;
    width: 100%;
  }

  .inquiry .modal-body .input_wrap.w_100 h6 {
    margin: 0 0 12px 0;
  }

  .inquiry .modal-body .input_wrap.w_100 .check_group,
  .inquiry .modal-body .input_wrap.w_100 .r {
    border: 0;
    margin: 0 30px 0 0;
    padding: 12px 0;
    width: auto;
  }

  .inquiry .modal-body .input_wrap.input_wrap_w_100 {
    margin: 0 0 28px 0;
    width: 100%;
  }

  .input_box .check_group {
    border: 1px solid #e9ecee;
    border-radius: 2px;
    background: #fff;
    margin: 0;
    padding: 24px;
    width: 100%;
  }

  .input_box .check_group label {
    align-items: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
  }

  .inquiry .modal-footer {
    border-top: 0;
    padding: 24px 0 40px 0;
  }

  .inquiry .modal-footer button {
    font-size: 18px;
    height: 60px;
    line-height: 24px;
    margin: 0 auto;
    padding: 0;
    max-width: 245px;
  }
  .terms {
    margin: 0;
    padding: 0;
    border-top: none;
  }
}

.content {
  padding-top: 50px;
}

/** login*/
.find_container .find-id,
.find_container .find-pw {
  color: #000412;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.find_container .find-id:hover,
.find_container .find-pw:hover {
  text-decoration: underline;
}

@media (min-width: 1100px) {
  .content {
    padding-top: 84px;
  }
}

.content_wrap.type2{
  min-height:100vh
}

#inquiryModal .hide_div {
  display: none;
}

/* 로그인 페이지 회원가입 버튼 예외 처리 */
.font-400 {
  font-weight: 400 !important;
}

@media (max-width: 1099px) {
  .login_wrap{
    padding:0 24px;
  }
  .login_wrap .login{
    border:1px solid #e9ecee;
    box-shadow:0px 5px 10px rgba(213, 223, 227, 0.44) ;
  }
  .psr_mobile {
    display: block;
  }
  .psr_pc {
    display: none;
  }
  .solutionTextSwiper .text_box {
    box-shadow: unset;
  }
  .section01 .slide_text button {
    margin: 0 auto 20px auto;
  }
  .radio_solutionAll_wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .mobile_languageButton {
    display: flex;
    margin: 0 16px 0 0;
  }
  .mobile_languageButton .dropdown {
    width: 48px;
  }
  .mobile_languageButton .dropdown-toggle {
    width: 48px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #b7d4ff;
    font-size: 15px;
    background-color: rgba(216, 232, 255, 0.3);
    color: #b7d4ff;
    padding: 4px 10px;
  }
  .mobile_languageButton .dropdown-toggle::after {
    display: none;
  }
  .mobile_languageButton .dropdown-menu {
    border: 0;
    border: 1px solid #297fff;
    background-color: white;
    top: 42px;
    margin: 0;
    padding: 0;
    min-width: 48px;
    width: 48px !important;
  }
  .mobile_languageButton .dropdown-item {
    padding: 4px 0.5rem;
    text-align: center;
    color: #297fff;
  }

  .footer_menu li:nth-child(4),
  .footer_menu li:nth-child(5) {
    margin: 0;
  }

  .check_wrap #faq_type {
    height: 47px;
    font-size: 14px;
    padding: 12px 16px;
  }
  .check_wrap .selectBar {
    top: 14px;
  }

  .inquiry .check_wrap {
    flex-direction: column;
  }
  .radio_group {
    width: 100%;
    padding: 0;
  }
  .solution_group {
    margin: 8px 0;
  }
  .solution_group label {
    width: 148px;
    height: 38px;
  }
  .en_radio_solutionAll_wrapper .solution_group {
    width: 100%;
    padding: 8px 0;
    margin: 0;
  }
  .en_radio_solutionAll_wrapper .solution_group label {
    height: 60px;
  }
  .bg_sky:not(.console) {
    background: white;
  }
  .content_wrap {
    padding: 10px 0 60px 0;
  }
  .content_wrap .aedi_logo{
    padding:30px 0 36px;
    text-align: center;
  }
  .content_wrap .aedi_logo svg{
    width:160px;
  }
  .find_container {
    margin: 15px 0;
  }
  .line-text {
    padding: 0 6px;
    padding-bottom: 3px;
  }
  .find_box {
    margin: 0;
  }
  .result_box {
    margin: 0;
  }
  .result_box_container {
    width: 100%;
  }
  .find_box .m_loginType {
    margin: 0;
  }
  .input_wrap_padding {
    background: white;
    padding: 40px 24px;
  }
}

.fill_border {
  background-color: black !important;
  color: white !important;
}

iframe html {
  overflow-y: scroll; /* 부모 창에서 iframe의 세로 스크롤 활성화 */
  scrollbar-width: none; /* Firefox용 스크롤바 숨기기 */
}
iframe html::-webkit-scrollbar {
  display: none; /* Webkit 브라우저에서 스크롤바 숨기기 */
}
