@import 'font.css';
html {
  -webkit-text-size-adjust: none;
  scroll-behavior: smooth;
}

html, body, div, ul, ol, li, dl, dt, dd, p, strong, span, em, a, table, th, td, caption, input, button, textarea, label, form, legend, fieldset, select, hr, h1, h2, h3, h4, h5, h6, img {
  padding: 0;
  margin: 0;
  border: 0;
  color: inherit;
  background: none;
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
}

html, body {
  height: 100%;
  min-height: 100%;
  background: #fff;
  font-size: 18px;
  color: #222;
  font-weight: 400;
  line-height: 1.6;
  font-family: "Pretendard", HelveticaNeue-Light, AppleSDGothicNeo-Light, "Malgun Gothic", sans-serif !important;
  word-break: keep-all;
  letter-spacing: -0.02em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  color: #000;
  line-height: 1.4;
}

strong {
  font-weight: normal;
}

*, :after, :before {
  box-sizing: border-box;
}

header, footer, section, article, nav {
  display: block;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

th, td {
  vertical-align: middle;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
  color: #222;
}

select, button {
  cursor: pointer;
}

ul, ol {
  list-style: none;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

i, em {
  font-style: normal;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
}

select::-ms-expand {
  display: none;
}

input, textarea, button, select {
  border-radius: 0;
  box-shadow: none;
  outline: none;
}

/*** common ***/
.hide {
  display: none;
}

.mo {
  display: none;
}

.blind {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0.1;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}

.w100 {
  width: 100% !important;
}

.w50 {
  width: 50% !important;
}

.tac {
  text-align: center !important;
}

.tal {
  text-align: left !important;
}

.tar {
  text-align: right !important;
}

.block {
  display: block;
}

.ib {
  display: inline-block;
}

.ellip {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

[class*=ellip]:not(.ellip) {
  overflow: hidden;
  text-overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.ellip2 {
  -webkit-line-clamp: 2;
}

.ellip3 {
  -webkit-line-clamp: 3;
}

.lts0 {
  letter-spacing: 0;
}

.indent {
  padding-left: 0.5em;
  text-indent: -0.5em;
}

textarea {
  display: block;
  width: 100%;
  height: 150px;
  overflow-y: auto;
  padding: 8px;
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999 !important;
}

::-ms-input-placeholder {
  color: #999 !important;
}

::placeholder {
  color: #999;
}

[class^=chk] {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #757575;
  border-radius: 2px;
  background: #fff;
  vertical-align: middle;
}

[class^=chk]:checked {
  background: url(../img/check.png) 50% 50% no-repeat #D80006;
  background-size: 12px 10px;
  border-color: #D80006;
}

[class^=chk] + label {
  display: inline-block;
  padding-left: 4px;
  line-height: 24px;
  font-weight: 500;
  cursor: pointer;
  vertical-align: middle;
}

.chk_rdo {
  border-radius: 100%;
}

/* layout */
#wrap {
  position: relative;
  padding-top: 100px;
  overflow: hidden;
}

[class^=wfix] {
  max-width: 1400px;
  margin: 0 auto;
}

.wfix_type2 {
  max-width: 1100px;
}

@media screen and (max-width: 1480px) {
  .wfix {
    max-width: 1480px;
    padding: 0 40px;
  }
}
@media screen and (max-width: 1180px) {
  .wfix,
  .wfix_type2 {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  #wrap {
    padding-top: 68px;
  }
  .section {
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  body:has(#header.active) {
    overflow: hidden;
  }
}
@keyframes arrow {
  0% {
    transform: translateX(-2px);
  }
  50% {
    transform: translateX(2px);
  }
  100% {
    transform: translateX(-2px);
  }
}
#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 9;
}
#header .wfix {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}
#header #h1 a {
  display: block;
}
#header #h1 img {
  width: auto;
  height: 40px;
}
#header #menu .inner {
  display: flex;
}
#header #menu .inner a {
  display: inline-flex;
  align-items: center;
  height: 48px;
  padding: 0 20px;
  font-weight: 600;
  border: 2px solid #ccc;
  border-radius: 8px;
  transition: 0.2s;
}
#header #menu .inner .link {
  margin-right: 20px;
  border: none;
}
#header #menu .inner .link_guide {
  margin-right: 12px;
}
#header #menu .inner .link_guide:after {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  background: url(../img/icon_pop.png) no-repeat center/contain;
  content: "";
}
#header #menu .inner .link_contact {
  border-color: #D80006;
  color: #D80006;
}
#header #menu .cs_area {
  display: none;
}
@media screen and (min-width: 1400px) {
  #header #menu .link_guide:hover {
    border-color: #777;
  }
  #header #menu .link_contact:hover {
    background-color: #D80006;
    color: #fff;
  }
}
#header .menu_mo {
  display: none;
}
@media screen and (max-width: 1024px) {
  #header .wfix {
    height: 68px;
  }
  #header #h1 img {
    height: 28px;
  }
  #header #menu {
    display: inline-block;
  }
  #header #menu .inner [class^=link] {
    margin-right: 40px;
    border: none;
    padding: 0;
    color: #222;
    font-size: 18px;
  }
  #header #menu .link_guide {
    order: 3;
    margin-right: 0;
  }
  #header .menu_mo {
    display: flex;
    align-items: center;
  }
  #header .menu_mo .btn_member {
    display: inline-flex;
    align-items: center;
    height: 40px;
    padding: 0 1em;
    border: 2px solid #D80006;
    border-radius: 40px;
    font-size: 16px;
    color: #D80006;
    font-weight: 600;
  }
  #header .menu_mo .btn_member.on {
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  #header .wfix {
    position: relative;
  }
  #header #h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #header #menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    height: 0;
    background: #fff;
    overflow: hidden;
    opacity: 0;
    transition: 0.3s;
  }
  #header #menu .inner {
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    width: 100%;
    padding: 0 12px;
  }
  #header #menu .inner [class^=link] {
    margin: 0;
    font-size: 24px;
  }
  #header #menu .inner .link_pricing:after, #header #menu .inner .link_contact:after {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 12px;
    background: url(../img/arrow03_right.png) no-repeat center center/contain;
    content: "";
  }
  #header #menu .cs_area {
    display: block;
  }
  #header #menu .cs_area .list_cs {
    position: relative;
    display: flex;
    border-radius: 12px;
    background: #f5f5f5;
  }
  #header #menu .cs_area .list_cs:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 40px;
    margin-top: -20px;
    background: #000;
    opacity: 0.1;
    content: "";
  }
  #header #menu .cs_area .list_cs li {
    width: 100%;
  }
  #header #menu .cs_area .list_cs a {
    display: flex;
    flex-direction: column;
    gap: 3px;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
  }
  #header #menu .cs_area .list_cs .lab {
    font-size: 14px;
    color: #757575;
    font-weight: 600;
  }
  #header #menu .cs_area .list_link {
    display: flex;
    margin-top: 20px;
  }
  #header #menu .cs_area .list_link li {
    width: 100%;
    text-align: center;
  }
  #header #menu .cs_area .list_link li + li {
    position: relative;
  }
  #header #menu .cs_area .list_link li + li:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 20px;
    margin-top: -10px;
    background: #000;
    opacity: 0.1;
    content: "";
  }
  #header #menu .cs_area .list_link a {
    display: inline-block;
    padding: 4px 0;
    font-size: 14px;
  }
  #header #menu .cs_area .list_link li:first-child a {
    font-weight: 600;
  }
  #header .menu_mo {
    width: 100%;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  #header .menu_mo .btn_member {
    height: 36px;
    border-radius: 36px;
  }
  #header .btn_menu {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    margin-left: -9px;
    font-size: 0;
  }
  #header .btn_menu .blind {
    display: none;
  }
  #header .btn_menu:before, #header .btn_menu:after {
    position: absolute;
    left: 50%;
    width: 32px;
    height: 2px;
    margin-left: -16px;
    border-radius: 2px;
    background: #222;
    transition: 0.3s;
    content: "";
  }
  #header .btn_menu:before {
    top: 18px;
  }
  #header .btn_menu:after {
    bottom: 18px;
  }
  #header.active {
    position: fixed;
  }
  #header.active .btn_menu:before, #header.active .btn_menu:after {
    top: 50%;
    bottom: auto;
    width: 28px;
    margin-left: -14px;
  }
  #header.active .btn_menu:before {
    transform: rotate(45deg);
  }
  #header.active .btn_menu:after {
    transform: rotate(-45deg);
  }
  #header.active #menu {
    height: 100vh;
    opacity: 1;
    padding: 128px 20px 120px;
  }
}

#container {
  padding-bottom: 160px;
}
@media screen and (max-width: 1024px) {
  #container {
    padding-bottom: 72px;
  }
}

#footer {
  background: #fff;
  border-top: 1px solid #ddd;
}
#footer .ft_menu {
  border-bottom: 1px solid #ddd;
}
#footer .ft_menu .wfix {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 72px;
}
#footer .ft_menu .list_menu {
  display: flex;
  gap: 40px;
}
#footer .ft_menu .list_menu a {
  font-size: 16px;
  font-weight: 600;
}
#footer .ft_menu .ft_tel {
  display: flex;
  align-items: center;
  height: 50px;
  font-weight: 600;
}
#footer .ft_menu .ft_tel .lab {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 28px;
  margin-right: 12px;
  padding: 0 0.6em;
  border-radius: 28px;
  background: #f5f5f5;
  font-size: 14px;
}
#footer .ft_menu .ft_tel .num {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  color: #D80006;
}
#footer .ft_conts {
  padding: 40px 0;
}
#footer .ft_conts .wfix {
  display: flex;
  justify-content: space-between;
}
#footer .ft_conts .left .logo_jc {
  display: inline-block;
  vertical-align: top;
  width: 140px;
}
#footer .ft_conts .left .ft_info {
  margin-top: 8px;
  font-size: 15px;
  line-height: 1;
  color: #757575;
}
#footer .ft_conts .left .ft_info .row + .row {
  margin-top: 12px;
}
#footer .ft_conts .left .ft_info .copyright {
  margin-top: 32px;
  color: #999;
  letter-spacing: 0;
}
#footer .ft_conts .left .ft_info .item + .item {
  margin-left: 4px;
  padding-left: 8px;
  border-left: 1px solid #ccc;
}
#footer .ft_conts .right {
  text-align: right;
}
#footer .ft_conts .right .ft_email {
  display: inline-flex;
  align-items: center;
}
#footer .ft_conts .right .ft_email span {
  display: inline-block;
  line-height: 1;
  margin-right: 12px;
  font-size: 14px;
}
#footer .ft_conts .right .ft_email a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
}
#footer .ft_conts .right .logo {
  display: block;
  margin-top: 16px;
}
#footer .ft_conts .right .logo img {
  width: 180px;
}
@media screen and (max-width: 1024px) {
  #footer .ft_menu .wfix {
    height: 60px;
  }
  #footer .ft_menu .list_menu {
    gap: 32px;
  }
  #footer .ft_menu .list_menu a {
    font-size: 14px;
  }
  #footer .ft_menu .ft_tel .lab {
    margin-right: 8px;
    font-size: 14px;
  }
  #footer .ft_menu .ft_tel .num {
    font-size: 16px;
  }
  #footer .ft_conts {
    padding: 32px 0;
  }
  #footer .ft_conts .left .ft_info {
    font-size: 13px;
  }
  #footer .ft_conts .right .ft_email span {
    font-size: 13px;
  }
  #footer .ft_conts .right .logo img {
    width: 130px;
  }
}
@media screen and (max-width: 768px) {
  #footer .ft_menu .list_menu {
    gap: 20px;
  }
  #footer .ft_conts {
    text-align: center;
  }
  #footer .ft_conts .wfix {
    display: block;
  }
  #footer .ft_conts .left .logo_jc {
    display: none;
  }
  #footer .ft_conts .left .ft_info {
    margin-top: 0;
  }
  #footer .ft_conts .right {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #e5e5e5;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  #footer .ft_menu .list_menu li:last-child {
    display: none;
  }
  #footer .ft_menu .ft_tel {
    height: 32px;
    padding: 0 10px 0 8px;
    border: 2px solid #D80006;
    border-radius: 4px;
  }
  #footer .ft_menu .ft_tel .lab {
    margin: 0;
    color: #D80006;
    padding: 0;
    background: none;
    border-radius: 0;
    height: auto;
  }
  #footer .ft_menu .ft_tel .lab:before {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    background: url(../img/icon_call.png) no-repeat center center/contain;
    content: "";
  }
  #footer .ft_menu .ft_tel .num {
    display: none;
  }
}
@media screen and (max-width: 430px) {
  #footer .ft_conts .left .ft_info .row + .row {
    margin-top: 8px;
  }
  #footer .ft_conts .left .ft_info .item {
    display: block;
  }
  #footer .ft_conts .left .ft_info .item + .item {
    margin-left: 0;
    margin-top: 8px;
    padding-left: 0;
    border-left: none;
  }
}

.modal_email_policy {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  font-size: 15px;
}
.modal_email_policy .inner {
  position: relative;
  width: calc(100% - 28px);
  max-width: 640px;
  padding: 32px;
  background: #fff;
  border-radius: 12px;
}
.modal_email_policy .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
}
.modal_email_policy .close:before, .modal_email_policy .close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 24px;
  margin: -12px 0 0 -1px;
  background: #222;
  content: "";
}
.modal_email_policy .close:before {
  transform: rotate(45deg);
}
.modal_email_policy .close:after {
  transform: rotate(-45deg);
}