@charset "UTF-8";
@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: 1720px) {
  #wrap:has(#wing) {
    padding-bottom: 100px;
  }
}
@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 {
  position: relative;
  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 a .new {
  position: absolute;
  top: -4px;
  left: 50%;
  display: inline-flex;
  align-items: center;
  min-width: 16px;
  height: 16px;
  transform: translateX(-50%);
  padding: 0 4px;
  border-radius: 16px;
  color: #E67930;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
}
#header #menu .inner .link {
  margin-right: 20px;
  border: none;
}
#header #menu .inner .link_guide,
#header #menu .inner .link_demo {
  margin-right: 12px;
}
#header #menu .inner .link_guide:after,
#header #menu .inner .link_demo: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: 12px;
    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: 110px 20px 100px;
  }
}

#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 .link_partner {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 1em;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s;
}
#footer .ft_menu .link_partner:before {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/icon_partner.svg) no-repeat center center/contain;
  transition: 0.3s;
  content: "";
}
@media screen and (max-width: 1400px) {
  #footer .ft_menu .link_partner:hover {
    border-color: #D80006;
    color: #D80006;
  }
  #footer .ft_menu .link_partner:hover:before {
    filter: invert(13%) sepia(99%) saturate(7447%) hue-rotate(355deg) brightness(83%) contrast(105%);
  }
}
#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 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  text-align: right;
}
#footer .ft_conts .right .logo {
  display: block;
}
#footer .ft_conts .right .logo img {
  width: 180px;
}
#footer .ft_conts .right .ft_cs [class^=ft_] {
  display: flex;
  align-items: center;
}
#footer .ft_conts .right .ft_cs [class^=ft_] .lab {
  font-size: 14px;
  margin-right: 8px;
}
#footer .ft_conts .right .ft_cs [class^=ft_] .num {
  font-size: 20px;
  font-weight: 600;
  color: #D80006;
}
#footer .ft_conts .right .ft_cs [class^=ft_] .tel {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
}
#footer .ft_conts .right .ft_cs .ft_tel {
  justify-content: flex-end;
}
#footer .ft_conts .right .ft_cs .ft_tel a {
  display: flex;
  align-items: center;
}
#footer .ft_conts .right .ft_cs .ft_tel .lab {
  display: inline-flex;
  width: 20px;
  height: 20px;
  background: url(../img/icon_call.png) no-repeat center center/contain;
  font-size: 0;
}
@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 .wfix {
    padding: 0 16px;
  }
  #footer .ft_menu .list_menu {
    gap: 16px;
  }
  #footer .ft_menu .list_menu:only-child {
    width: 100%;
    justify-content: center;
  }
  #footer .ft_menu .link_partner {
    padding: 0 8px;
    font-size: 15px;
  }
  #footer .ft_menu .link_partner:before {
    display: none;
  }
  #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 {
    display: block;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #e5e5e5;
    text-align: center;
  }
  #footer .ft_conts .right .ft_cs .ft_email, #footer .ft_conts .right .ft_cs .ft_tel {
    justify-content: center;
  }
  #footer .ft_conts .right .logo {
    margin-top: 20px;
  }
}
@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;
  }
}

#wrapper + #footer,
.signup #footer {
  height: 140px;
  background: #f7f7f7;
  color: #222;
  font-size: 14px;
}
#wrapper + #footer .wfix,
.signup #footer .wfix {
  display: flex;
  justify-content: space-between;
  padding: 32px 14px;
}
#wrapper + #footer .contact,
.signup #footer .contact {
  display: flex;
  font-weight: bold;
  gap: 4px;
}
#wrapper + #footer .contact dt,
.signup #footer .contact dt {
  color: #999;
}
#wrapper + #footer .area_terms,
.signup #footer .area_terms {
  display: flex;
}
#wrapper + #footer .area_terms li,
.signup #footer .area_terms li {
  display: inline-flex;
  align-items: center;
}
#wrapper + #footer .area_terms li + li:before,
.signup #footer .area_terms li + li:before {
  display: inline-block;
  width: 1px;
  height: 12px;
  background: #aaa;
  margin: 0 12px;
  content: "";
}
#wrapper + #footer .area_terms a,
.signup #footer .area_terms a {
  display: block;
}
#wrapper + #footer .copyright,
.signup #footer .copyright {
  margin-top: 8px;
  text-align: right;
  color: #999;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #wrapper + #footer,
  .signup #footer {
    height: 170px;
    font-size: 13px;
  }
  #wrapper + #footer .wfix,
  .signup #footer .wfix {
    display: block;
    text-align: center;
  }
  #wrapper + #footer .contact,
  .signup #footer .contact {
    display: inline-flex;
  }
  #wrapper + #footer .ft_right,
  .signup #footer .ft_right {
    margin-top: 8px;
  }
  #wrapper + #footer .ft_right .area_terms,
  .signup #footer .ft_right .area_terms {
    justify-content: center;
    flex-wrap: wrap;
  }
  #wrapper + #footer .ft_right .area_terms li:last-child:before,
  .signup #footer .ft_right .area_terms li:last-child:before {
    display: none;
  }
  #wrapper + #footer .ft_right .copyright,
  .signup #footer .ft_right .copyright {
    text-align: center;
    font-size: 12px;
  }
}

#wing {
  position: fixed;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  padding: 8px 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
#wing li {
  position: relative;
}
#wing li:after {
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  background: #000;
  opacity: 0.1;
  content: "";
}
#wing a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 92px;
  padding: 0 1em;
  font-size: 16px;
  font-weight: bold;
  color: #444;
  text-align: center;
  line-height: 1.2;
}
#wing a:before {
  display: block;
  width: 24px;
  height: 24px;
  margin-bottom: 4px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
}
#wing .link1:before {
  background-image: url(../img/icon_wing1.png);
}
#wing .link2:before {
  background-image: url(../img/icon_wing2.png);
}
#wing .link3:before {
  background-image: url(../img/icon_wing3.png);
}
#wing .link4:before {
  background-image: url(../img/icon_wing4.png);
}
#wing .link4 {
  font-size: 14px;
}
#wing li:last-child:after {
  display: none;
}
@media screen and (max-width: 1720px) {
  #wing {
    display: none;
    top: auto;
    bottom: 24px;
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 0;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);
  }
  #wing .list {
    display: flex;
  }
  #wing li {
    display: flex;
  }
  #wing li:after {
    display: none;
  }
  #wing a {
    flex-direction: row;
    height: auto;
    padding: 24px 1em;
    font-size: 18px;
  }
  #wing a:before {
    margin: 0 4px 0 0;
  }
  #wing .link4 {
    font-size: 16px;
    white-space: nowrap;
  }
  #wing .link4 span:after {
    content: "-";
  }
}
@media screen and (max-width: 1024px) {
  #wing {
    bottom: 12px;
  }
  #wing .list {
    width: 100%;
    justify-content: space-around;
  }
  #wing a {
    padding: 1.2em 1em;
  }
}
@media screen and (max-width: 768px) {
  #wing {
    left: 12px;
    right: 12px;
    transform: unset;
  }
  #wing a {
    font-size: 16px;
    padding: 18px 12px;
  }
  #wing .link4 {
    font-size: 0;
  }
  #wing .link4 span {
    display: none;
  }
  #wing .link4:after {
    font-size: 16px;
    content: "고객센터";
  }
}
@media screen and (max-width: 480px) {
  #wing {
    border-radius: 12px;
  }
  #wing a {
    flex-direction: column;
    padding: 12px 8px;
    font-size: 13px;
  }
  #wing a:before {
    margin: 0 0 4px 0;
  }
  #wing .link4:after {
    font-size: 14px;
  }
}

.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);
}

.price_plan {
  display: flex;
  margin-top: 24px;
  padding: 16px 0;
  border-radius: 12px;
  background: #f7f7f7;
  text-align: center;
}
.price_plan .item_plan {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.price_plan .item_plan + .item_plan {
  border-left: 1px solid #ddd;
}
.price_plan dt {
  font-size: 18px;
  font-weight: 500;
  color: #757575;
}
.price_plan dd {
  font-size: 24px;
  font-weight: 600;
  color: #D80006;
}
.price_plan .unit {
  font-size: 16px;
  font-weight: 500;
  color: #222;
}
@media screen and (max-width: 1480px) {
  .price_plan dt {
    font-size: 16px;
  }
  .price_plan dd {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .price_plan dt {
    font-size: 14px;
  }
  .price_plan dd {
    font-size: 18px;
  }
}

.guide_free {
  margin-top: 36px;
  box-shadow: none;
  padding: 40px;
  color: #444;
}
.guide_free .desc {
  font-size: 16px;
}
.guide_free .hd_free .title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  font-weight: 600;
  color: #000;
}
.guide_free .hd_free .title:before {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/icon_warning.svg) no-repeat center/contain;
  content: "";
}
.guide_free .conts_free {
  display: flex;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #e5e5e5;
  gap: 60px;
}
.guide_free [class^=item] {
  flex-grow: 1;
  flex-shrink: 0;
  max-width: 440px;
}
.guide_free .tit_item {
  display: block;
  font-weight: 600;
  color: #D80006;
}
.guide_free .list {
  margin-top: 1em;
}
.guide_free .list li {
  position: relative;
  padding-left: 12px;
  line-height: 23px;
}
.guide_free .list li:before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #444;
  content: "";
}
.guide_free .list li + li {
  margin-top: 0.5em;
}
.guide_free .desc {
  margin-top: 0.3em;
}
.guide_free .item1 {
  flex-shrink: 1;
}
.guide_free .item2 .list {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.5em 2em;
}
.guide_free .item2 .list li + li {
  margin-top: 0;
}
@media screen and (max-width: 1480px) {
  .guide_free .conts_free {
    gap: 48px;
  }
}
@media screen and (max-width: 1024px) {
  .guide_free {
    padding: 24px;
  }
  .guide_free .desc {
    font-size: 15px;
  }
  .guide_free .conts_free {
    margin-top: 20px;
    padding-top: 20px;
  }
  .guide_free .tit_item {
    font-size: 16px;
  }
  .guide_free .list {
    margin-top: 8px;
    font-size: 15px;
  }
  .guide_free .item2 {
    flex-shrink: 1;
  }
  .guide_free .item2 .list {
    display: block;
  }
  .guide_free .item2 .list li + li {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 768px) {
  .guide_free .conts_free {
    display: block;
  }
  .guide_free .conts_free [class^=item] {
    max-width: none;
  }
  .guide_free .conts_free [class^=item] + [class^=item] {
    margin-top: 1em;
  }
}
@media screen and (max-width: 440px) {
  .guide_free {
    padding: 0;
    background: none;
  }
  .guide_free .hd_free {
    text-align: center;
  }
  .guide_free .hd_free .title {
    display: inline-flex;
    font-size: 18px;
  }
  .guide_free .list li + li {
    margin-top: 0.25em !important;
  }
}