@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");
:root {
  --pt-txt-color: null;
  --pt-bg-color: null;
  --progress-percent: null;
  --party-guide-bg: null;
}

@font-face {
  font-family: Pretendard;
  font-style: normal;
  font-weight: 100;
}
@font-face {
  font-family: Pretendard;
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: Pretendard;
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: Pretendard;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: Pretendard;
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: Pretendard;
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: Pretendard;
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: Pretendard;
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: Pretendard;
  font-style: normal;
  font-weight: 900;
}
html {
  font-family: Pretendard, -apple-system, sans-serif;
  font-size: 62.5%;
  line-height: 1.4;
  box-sizing: border-box;
  overflow: auto;
  letter-spacing: -0.01em;
  word-break: break-all;
  color: #454545;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}

@media (max-width: 358px) {
  html {
    font-size: 56.25%;
  }
}
* {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  box-sizing: inherit;
  letter-spacing: inherit;
  word-break: inherit;
  color: inherit;
}

button {
  display: block;
  width: 100%;
  border: 0;
  outline: none;
  cursor: pointer;
  background-color: transparent;
}

img {
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}
a:focus {
  outline: none;
}

dl, ul, ol, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

i, b, em, strong, address, caption, cite, code, dfn, em, var {
  font-style: normal;
  font-weight: normal;
}

:placeholder-shown {
  text-overflow: ellipsis;
}

input, textarea, select {
  width: 100%;
  outline: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
input:disabled, textarea:disabled, select:disabled {
  opacity: 1;
}

label {
  display: block;
}

input[type=checkbox], input[type=radio] {
  display: none;
}
input[type=checkbox] + .label, input[type=radio] + .label {
  display: inline-block;
}
input[type=search]::-webkit-search-cancel-button {
  display: none;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input::-ms-clear {
  display: none;
}

textarea {
  resize: none;
}

fieldset {
  border: 0;
}

::selection {
  background-color: #03A9F4;
  color: white;
}

::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-track {
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  border-radius: 12px;
  border: 4px solid transparent;
  background-color: #9999994d;
  background-clip: padding-box;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #99999999;
}
::-webkit-scrollbar-thumb:active {
  background-color: #999999;
}
::-webkit-scrollbar-button {
  display: none;
}

@media (min-width: 1024px) {
  ::-webkit-scrollbar {
    width: 12px;
  }
  ::-webkit-scrollbar-track {
    background-color: transparent;
  }
  ::-webkit-scrollbar-thumb {
    border-radius: 12px;
    border: 2px solid transparent;
    background-color: #6666664d;
    background-clip: padding-box;
  }
  ::-webkit-scrollbar-thumb:hover {
    background-color: #88888899;
  }
  ::-webkit-scrollbar-thumb:active {
    background-color: #888888;
  }
  ::-webkit-scrollbar-button {
    display: none;
  }
}
.sect > .inner {
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 1440px;
}
@media (min-width: 1441px) {
  .sect > .inner {
    padding: 0 0 6.4rem;
  }
}

.btn, .form-li button {
  position: relative;
  overflow: hidden;
}
.btn::after, .form-li button::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.btn:active::after, .form-li button:active::after {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.03);
}

.btn.disabled {
  position: relative;
  overflow: hidden;
}
.btn.disabled::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.btn.disabled:active::after {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.mo {
  display: none;
}

/*--페이지--*/
.wrap {
  width: 100%;
}

.main > .inner {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.main > .inner > * {
  flex: 0 0 auto;
}

/*--로고--*/
.logo {
  background: url("../images/logo.svg") no-repeat;
  background-size: contain;
  width: 19.7rem;
  height: 4rem;
  flex: 0 0 auto;
  margin-right: 9rem;
}

/*--헤더--*/
.header {
  width: 100%;
  height: 9.6rem;
  background: #FFFFFF;
  position: sticky;
  top: 0;
  z-index: 99;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.13);
}
.header .inner {
  width: 100%;
  height: 100%;
  max-width: 1440px;
  padding: 0 6.4rem;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .inner .menu {
  width: calc(100% - 28.8rem);
  flex: 0 0 auto;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}
.header .inner .menu .category {
  display: flex;
  flex-flow: row;
}
.header .inner .menu .category li {
  margin-right: 2rem;
  font-size: 2rem;
  flex: 0 0 auto;
}
.header .inner .menu .category li a {
  display: flex;
  align-items: center;
}
.header .inner .menu .category li a img {
  display: inline-block;
  width: 2rem;
  height: 2rem;
}
.header .inner .menu .category li:hover {
  opacity: 0.4;
}
.header .inner .menu .category li:active, .header .inner .menu .category li.on {
  opacity: 1;
  font-weight: 700;
  color: #03A9F4;
  text-decoration: underline;
}
.header .inner .menu .category li:last-child {
  margin-right: 0;
}
.header .inner .menu .aside {
  display: flex;
  flex-flow: row;
  align-items: center;
}
.header .inner .menu .aside li {
  color: #9E9E9E;
  font-size: 1.8rem;
  margin-left: 2rem;
  flex: 0 0 auto;
}
.header .inner .menu .aside li.blue {
  color: #78909C;
}
.header .inner .menu .aside li.mypage {
  display: flex;
  align-items: center;
}
.header .inner .menu .aside li.mypage .i-user {
  display: inline-block;
  width: 3.6rem;
  height: 3.6rem;
  background: url("../images/i-user.svg") right center no-repeat;
  background-size: 3.6rem;
  margin-left: 1rem;
}
.header .inner .menu .aside li.mypage:active, .header .inner .menu .aside li.mypage.on {
  color: #03A9F4;
}
.header .inner .menu .aside li.mypage:active .i-user, .header .inner .menu .aside li.mypage.on .i-user {
  background: url("../images/i-user-on.svg") right center no-repeat;
  background-size: 3.6rem;
}
.header .inner .h-btn.nav {
  width: 3rem;
  height: 3rem;
  background: url("../images/i-nav.svg") center center no-repeat;
  background-size: 100%;
  display: none;
}

/*--푸터--*/
.footer {
  background: #F5F5F5;
}
.footer .inner {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  padding: 3rem 6.4rem 5.6rem;
}
.footer .inner .top {
  margin: 2.4rem 0;
  display: flex;
  flex-flow: row;
}
.footer .inner .top a {
  font-size: 1.8rem;
  font-weight: 600;
  margin-right: 4rem;
}
.footer .inner .top a:hover {
  opacity: 0.6;
}
.footer .inner .bottom .row {
  width: 100%;
  margin-bottom: 0.2rem;
  display: flex;
  flex-flow: row wrap;
}
.footer .inner .bottom .row p {
  margin-right: 2rem;
}
.footer .inner .bottom p {
  font-size: 1.6rem;
}

@media screen and (max-width: 1280px) {
  .logo {
    width: 14rem;
    height: 2.8rem;
    margin-right: 4rem;
  }

  .header .inner {
    padding: 0 6.4rem;
    margin: auto;
  }
  .header .inner .menu {
    width: calc(100% - 20rem);
  }
  .header .inner .menu .category li {
    margin-right: 2rem;
    font-size: 1.6rem;
  }
  .header .inner .menu .aside li {
    font-size: 1.6rem;
    margin-left: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }

  .mo {
    display: block !important;
  }

  .logo {
    margin-right: 0;
  }

  /*--헤더 - 미디어쿼리--*/
  .header {
    height: 6rem;
  }
  .header.on .inner .menu {
    height: calc(100dvh - 6rem);
  }
  .header.on .inner .nav {
    background: url("../images/i-close.svg") center center no-repeat;
    background-size: 100%;
  }
  .header .inner {
    padding: 0 1.6rem;
  }
  .header .inner .menu {
    position: absolute;
    left: 0;
    top: 6rem;
    width: 100%;
    height: 0;
    overflow: hidden;
    background-color: #fff;
    flex-flow: column;
    align-items: flex-start;
    transition: 0.2s ease-in-out;
  }
  .header .inner .menu .category {
    padding: 4rem 3rem 0;
    flex-flow: column;
    height: 100%;
  }
  .header .inner .menu .category li {
    margin-right: 0;
    margin-bottom: 3rem;
    font-size: 1.8rem;
  }
  .header .inner .menu .aside {
    width: 100%;
    padding-bottom: 4rem;
  }
  .header .inner .menu .aside li {
    color: #9E9E9E;
    font-size: 1.8rem;
    margin-left: 2rem;
    flex: 0 0 auto;
  }
  .header .inner .menu .aside li.blue {
    position: absolute;
    right: 3rem;
  }
  .header .inner .h-btn.nav {
    display: block;
  }

  /*--푸터 - 미디어쿼리--*/
  .footer .inner {
    padding: 2.4rem 2rem 2.7rem;
  }
  .footer .inner .top {
    margin: 0 0 2rem;
  }
  .footer .inner .top a {
    font-size: 1.6rem;
    font-weight: 600;
    margin-right: 4rem;
  }
  .footer .inner .bottom .row {
    width: 100%;
    margin-bottom: 0.6rem;
    display: flex;
    flex-flow: row wrap;
  }
  .footer .inner .bottom p {
    font-size: 1.4rem;
  }
}
/*--모달--*/
.modal {
  /*모달버튼*/
}
.modal-dim {
  transition: top 0.5s 0.2s;
  z-index: 20;
  position: fixed;
  top: 100vh;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-dim::before {
  transition: opacity 0.2s;
  content: "";
  display: block;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
}
.modal-dim.on {
  transition: top 0.2s 0s;
  top: 0;
}
.modal-dim.on::before {
  transition: opacity 0.3s 0.2s;
  opacity: 1;
}
.modal-dim.on .modal-wrap {
  transition: top 0.3s 0.2s;
  top: 0;
}
.modal-wrap {
  transition: top 0.2s;
  position: absolute;
  top: 100vh;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-inner {
  height: 100%;
}
.modal-inner.whole {
  width: 100%;
}
.modal-inner.whole .modal {
  padding: 0;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  border-radius: 0;
}
.modal-inner.whole .modal-con {
  height: 100%;
}
.modal-inner.whole .modal-txt {
  height: 100%;
}
.modal-inner.center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal {
  display: flex;
  flex-direction: column;
  width: calc(100% - 4rem);
  margin: auto;
  min-width: 32rem;
  max-width: 64rem;
  max-height: 80%;
  background: #FFFFFF;
  border-radius: 2rem;
}
.modal.loading-page {
  background: rgba(255, 255, 255, 0.8);
}
.modal-head {
  padding: 2rem 3.6rem;
  text-align: center;
}
.modal-head h1 {
  font-size: 2rem;
  color: #000;
  font-weight: 600;
}
.modal-con {
  padding: 0 3.6rem 4rem;
  min-height: 10rem;
  overflow-y: auto;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.modal-con .modal-txt {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 2rem;
  text-align: center;
  padding: 1rem 0;
}
.modal-con .modal-txt > * {
  margin-bottom: 0.4rem;
  width: 100%;
}
.modal-btn {
  flex: 0 0 auto;
}
.modal-btn .btn-wrap {
  padding: 0 3.6rem 2rem;
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: 1.8rem;
}
.modal-btn .btn-wrap .btn {
  width: 100%;
  margin-right: 2rem;
}
.modal-btn .btn-wrap .btn:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  /*--모달 - 미디어쿼리--*/
  .modal {
    /*모달버튼*/
  }
  .modal-con .modal-txt {
    font-size: 1.6rem;
  }
  .modal-btn {
    flex: 0 0 auto;
  }
  .modal-btn .btn-wrap {
    padding: 0 2rem 1rem;
    font-size: 1.8rem;
  }
  .modal-btn .btn-wrap .btn {
    margin-right: 1rem;
  }
}
/*----------폼--------------------------------------------------------------------------------*/
.form-wrap {
  width: 100%;
}
.form-ul {
  display: flex;
  flex-direction: column;
}
.form-li {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 2rem;
}
.form-li:last-child {
  margin-bottom: 0;
}
.form-li button {
  background: #FFFFFF;
  border: 1px solid #03A9F4;
  color: #03A9F4;
  padding: 1.3rem 1.6rem;
  font-size: 2rem;
  font-weight: 500;
  border-radius: 1.2rem;
  width: 20rem;
  flex: 0 0 auto;
}
.form-li button.on {
  border: 0;
  background: #03A9F4;
  color: #fff;
}
.form-li span {
  font-size: 1.8rem;
  margin: 0 1rem;
}
.form-li span.check-txt {
  margin: 0;
}
.form-ttl {
  font-weight: 500;
  font-size: 2rem;
  width: 16rem;
  flex: 0 0 auto;
  padding-top: 0.8rem;
  padding-left: 1rem;
}
.form-ttl span {
  margin: 0;
}
.form-in {
  flex: 1;
  display: flex;
  align-items: center;
}
.form-in .check-box, .form-in .radio-box {
  padding-top: 0.8rem;
}
.form-in.timer .label {
  position: relative;
  top: 0;
  left: 0;
}
.form-in.timer .label input {
  padding-right: 4.6rem;
}
.form-in.timer .label .time {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  font-weight: 500;
  color: #03A9F4;
}
.form-in button {
  margin-left: 1rem;
}
.form-in .label + .label {
  margin-left: 1rem;
}

.label {
  flex: 2;
}
.label input, .label textarea, .label select {
  padding: 1.2rem 1.6rem;
  width: 100%;
  border: 1px solid #E0E0E0;
  border-radius: 0.8rem;
  height: 5.2rem;
  font-size: 2rem;
}
.label input::placeholder, .label textarea::placeholder, .label select::placeholder {
  color: #90A4AE;
}
.label input:focus, .label textarea:focus, .label select:focus {
  border-color: #03A9F4;
}
.label input:disabled, .label textarea:disabled, .label select:disabled {
  background-color: #CFD8DC;
  color: #90A4AE;
}
.label select {
  padding: 1.2rem 4.8rem 1.2rem 1.6rem;
  background: url("../images/i-select.svg") no-repeat center right 1.8rem;
  background-size: 2.2rem 1.6rem;
}
.label textarea {
  height: 36rem;
}

.check-box .checkbox {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}
.check-box .checkbox input + .check-txt {
  padding-left: 3rem;
  min-height: 2.6rem;
  background: url("../images/i-checkbox.svg") no-repeat left center;
  background-size: 2rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.6rem;
}
.check-box .checkbox input + .check-txt > span {
  display: block;
  padding-left: 0.4rem;
  margin-top: 0.3rem;
}
.check-box .checkbox input + .check-txt strong {
  font-weight: 600;
  color: #03A9F4;
}
.check-box .checkbox input:checked + .check-txt {
  background-image: url("../images/i-checkbox-on.svg");
}

.radio-box .radio {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}
.radio-box .radio input + .radio-txt {
  padding-left: 2.8rem;
  min-height: 2.8rem;
  background: url("../images/i-radio.svg") no-repeat left center;
  background-size: 2.2rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
}
.radio-box .radio input:checked + .radio-txt {
  background: url("../images/i-radio-on.svg") no-repeat left center;
  background-size: 2.2rem;
}

.valid {
  margin-top: 0.6rem;
  color: #1359AF;
  font-size: 1.6rem;
  font-weight: 600;
  width: 100%;
  text-align: right;
}

.hint {
  margin-top: 0.2rem;
  padding: 0 0 0 1.8rem;
  background: url("../images/i_result_no.svg") no-repeat left;
  background-size: 1.4rem;
  color: #9E9E9E;
  font-size: 1.2rem;
  font-weight: 500;
}

.essen::after {
  content: "";
  background: url(../images/essen.svg) no-repeat left top 0.6rem;
  padding-right: 0.6rem;
  margin-left: 0.6rem;
}

.btn {
  padding: 1.6rem;
  background: #03A9F4;
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: 500;
  border-radius: 2rem;
}
.btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: auto;
}
.btn-wrap button {
  margin-right: 2rem;
  width: 30rem;
}
.btn-wrap button:last-of-type {
  margin-right: 0;
}
.btn-wrap.column {
  flex-direction: column;
}
.btn-wrap.column button {
  width: 50rem;
  margin-bottom: 2.6rem;
  margin-right: 0;
}
.btn.bo {
  background: #FFFFFF;
  border: 1px solid #03A9F4;
  color: #03A9F4;
}
.btn.blue {
  background: #1359AF;
  color: #FFFFFF;
}
.btn.gray {
  background: #BDBDBD;
  color: #FFFFFF;
}
.btn.red {
  background: #E04444;
  color: #FFFFFF;
}
.btn.disabled {
  background: #CFD8DC;
  color: #90A4AE;
}
.btn-txt {
  width: auto;
  font-size: 1.8rem;
  font-weight: 700;
  color: #78909C;
  text-decoration: underline;
}
.btn-txt:hover {
  opacity: 0.6;
}

/*모바일 - 하단 버튼*/
.bot-btn {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  background: #fff;
  padding: 1rem;
}

@media screen and (max-width: 1024px) {
  /*--폼 - 미디어쿼리 --*/
  .form-wrap {
    width: 100%;
  }
  .form-li {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 2rem;
  }
  .form-li:last-child {
    margin-bottom: 0;
  }
  .form-li button {
    background: #FFFFFF;
    border: 1px solid #03A9F4;
    color: #03A9F4;
    padding: 1.2rem 1.6rem;
    font-size: 1.8rem;
    font-weight: 500;
    border-radius: 1.2rem;
    width: 100%;
    flex: 1;
  }
  .form-li button.on {
    border: 0;
    background: #03A9F4;
    color: #fff;
  }
  .form-li span {
    font-size: 1.6rem;
  }
  .form-ttl {
    font-size: 1.6rem;
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    margin-bottom: 0.8rem;
  }
  .form-in .check-box, .form-in .radio-box {
    padding-top: 0;
  }
  .form-in.timer .label {
    position: relative;
    top: 0;
    left: 0;
  }
  .form-in.timer .label input {
    padding-right: 4.6rem;
  }
  .form-in.timer .label .time {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.4rem;
    font-weight: 500;
    color: #03A9F4;
  }
  .form-in button {
    margin-left: 1rem;
  }
  .form-in .label + .label {
    margin-left: 1rem;
  }
  .form-in.phone {
    flex-wrap: wrap;
  }
  .form-in.phone button {
    width: 100%;
    flex: 0 0 auto;
    margin-left: 0;
    margin-top: 0.8rem;
  }

  .label {
    flex: 2;
  }
  .label input, .label select {
    height: 4.9rem;
    font-size: 1.8rem;
  }

  .valid {
    font-size: 1.4rem;
  }

  .btn {
    border-radius: 1rem;
    padding: 1.2rem;
    font-size: 1.8rem;
  }
  .btn-wrap button {
    margin-right: 1rem;
    width: 100%;
  }
  .btn-wrap.column {
    flex-direction: column;
  }
  .btn-wrap.column button {
    width: 100%;
    margin-bottom: 2rem;
  }
  .btn-txt {
    font-size: 1.6rem;
  }
}
/*--empty--*/
.empty-wrap {
  display: flex;
  align-items: center;
  min-height: 36rem;
}

.empty {
  margin: 5rem 0;
  padding-top: 6rem;
  width: 100%;
  background-image: url("../images/i_empty.svg");
  background-position: center top;
  background-size: 4rem;
  background-repeat: no-repeat;
  font-size: 1.8rem;
  color: #BDBDBD;
  font-weight: 500;
  text-align: center;
}

/*무한 스크롤*/
.infinite {
  width: 100%;
  height: 1px;
}

/*--섹션 정의--*/
.sect > .inner {
  padding: 0 6.4rem 10rem;
  overflow-x: hidden;
}
.sect > .inner.w640 {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 64rem;
}
.sect > .inner.w960 {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 96rem;
}
.sect-title {
  padding: 8rem 0 6rem;
}
.sect-title h3 {
  font-size: 3.2rem;
  font-weight: 600;
  text-align: center;
}
.sect .right-side {
  width: 100%;
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
}

.page-title {
  width: 100%;
  height: 30rem;
  padding: 10rem 0 0;
  background: url("../images/bg_visual.png") center center no-repeat;
  background-size: cover;
}
.page-title .inner {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  padding: 0 6.4rem;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}
.page-title .ttl-area {
  width: 100%;
}
.page-title .ttl-area h2 {
  font-size: 4.8rem;
  font-weight: 600;
  color: #fff;
}
.page-title .ttl-area p {
  margin-top: 2rem;
  font-size: 1.8rem;
  color: #fff;
}
.page-title .btn-area button {
  width: 30rem;
}

/*--상단 탭--*/
.tab {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.tab .inner {
  width: 100%;
  max-width: 144rem;
  margin: auto;
  padding: 0 6.4rem;
}
.tab.submenu {
  height: 8rem;
  border-bottom: 1px solid #CFD8DC;
}
.tab.submenu .inner {
  height: 100%;
  display: flex;
  flex-flow: row;
  align-items: center;
}
.tab.submenu .sub {
  font-size: 2.4rem;
  font-weight: 500;
  color: #9E9E9E;
  margin-right: 10rem;
  cursor: pointer;
}
.tab.submenu .sub.on {
  color: #03A9F4;
  font-weight: 700;
}
.tab.button {
  width: 100%;
  margin: 0 auto 4rem;
}
.tab.button .inner {
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  flex-flow: row;
  align-items: center;
}
.tab.button button {
  width: 100%;
  border: 1px solid #03A9F4;
  background: #fff;
  color: #03A9F4;
  padding: 2rem 0;
  border-radius: 2rem;
  font-size: 1.8rem;
  font-weight: 500;
  margin-right: 1rem;
}
.tab.button button.on {
  color: #fff;
  background: #03A9F4;
}
.tab.button button:last-of-type {
  margin-right: 0;
}
.tab.order {
  height: 14.2rem;
}
.tab.order::before {
  content: "";
  width: 100%;
  height: 0.3rem;
  background: #E0E0E0;
  position: absolute;
  left: 0;
  bottom: 0;
}
.tab.order .inner {
  display: flex;
  flex-flow: row;
  align-items: center;
}
.tab.order .item {
  width: 20%;
  height: 100%;
  padding: 3.4rem 2rem;
  color: #E0E0E0;
  background: url("../images/i-sub-next.svg") right 2rem center no-repeat;
  background-size: 2rem 4rem;
  position: relative;
}
.tab.order .item:last-of-type {
  background: none;
}
.tab.order .item p {
  font-size: 3.2rem;
  font-weight: 500;
}
.tab.order .item h4 {
  font-size: 1.8rem;
  font-weight: 500;
}
.tab.order .item.on {
  color: #03A9F4;
  background: url("../images/i-sub-next-on.svg") right 2rem center no-repeat;
  background-size: 2rem 4rem;
}
.tab.order .item.on::after {
  content: "";
  width: 100%;
  height: 0.3rem;
  background: #03A9F4;
  position: absolute;
  left: 0;
  bottom: -4px;
  transition: width 0.2s ease-in;
}
.tab.order .item.on:last-of-type {
  background: none;
}
.tab.order .line-left {
  width: 20%;
  height: 0.3rem;
  background: #03A9F4;
  position: absolute;
  left: 0;
  bottom: 0;
}
.tab.order .line-end {
  width: 100%;
  height: 0.3rem;
  background: #03A9F4;
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
}
.tab.order .line-end.on {
  display: block;
}

.img-con {
  width: 100%;
  position: relative;
}

@media screen and (max-width: 1024px) {
  /*--섹션 정의 - 미디어쿼리--*/
  .sect > .inner {
    padding: 0 2rem 6rem;
  }
  .sect-title {
    padding: 4.8rem 2rem 4rem;
  }
  .sect-title h3 {
    font-size: 2.6rem;
  }

  .page-title {
    height: 24rem;
    padding: 0;
  }
  .page-title .inner {
    padding: 0 2.4rem;
    flex-flow: column;
    justify-content: center;
    height: 100%;
  }
  .page-title .ttl-area h2 {
    text-align: center;
    font-size: 3.6rem;
  }
  .page-title .ttl-area p {
    text-align: center;
    font-size: 1.6rem;
  }
  .page-title .btn-area {
    margin-top: 2rem;
  }
  .page-title .btn-area button {
    width: 20rem;
  }

  /*--상단 탭 - 미디어쿼리--*/
  .tab {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .tab .inner {
    padding: 0;
  }
  .tab.submenu {
    height: 6rem;
  }
  .tab.submenu .inner {
    justify-content: center;
  }
  .tab.submenu .sub {
    font-size: 1.8rem;
    margin-right: 4rem;
  }
  .tab.submenu .sub:last-of-type {
    margin-right: 0;
  }
  .tab.button {
    width: 100%;
    margin: 0 auto 2rem;
  }
  .tab.button .inner {
    flex-wrap: wrap;
  }
  .tab.button .inner button {
    width: calc(50% - 0.5rem);
    padding: 1.2rem 0;
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .tab.button .inner button:nth-of-type(2n) {
    margin-right: 0;
  }
  .tab.order {
    height: 11rem;
  }
  .tab.order .inner {
    height: 100%;
  }
  .tab.order .item {
    width: 100%;
    height: 100%;
    padding: 2rem 2rem;
    background: url("../images/i-sub-next.svg") right center no-repeat;
    background-size: 0.6rem 1.2rem;
  }
  .tab.order .item:last-of-type {
    background: none;
  }
  .tab.order .item p {
    text-align: center;
    font-size: 2.4rem;
  }
  .tab.order .item h4 {
    text-align: center;
    font-size: 1.4rem;
    padding: 0 1.1rem;
  }
  .tab.order .item.on {
    background: url("../images/i-sub-next-on.svg") right center no-repeat;
    background-size: 0.6rem 1.2rem;
  }
  .tab.order .item.on::after {
    bottom: -1px;
  }
}
@media screen and (max-width: 640px) {
  .tab.order {
    height: auto;
  }
  .tab.order .inner {
    align-items: flex-start;
    padding: 2rem 0;
  }
  .tab.order .inner .item {
    padding: 0;
    height: 100%;
  }
  .tab.order .inner .item h4 {
    height: 4rem;
    padding: 0 0.8rem 0.1rem;
  }
  .tab.order .inner .item.on::after {
    bottom: -2rem;
  }
}
/*--게시판--*/
.board-wrap {
  width: 100%;
  position: relative;
}
.board-wrap .pager {
  width: 100%;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 6rem;
}
.board-wrap .pager li {
  font-size: 1.6rem;
  font-weight: 400;
  color: #B0BEC5;
  cursor: pointer;
  margin-right: 1.6rem;
}
.board-wrap .pager li:last-child {
  margin-right: 0;
}
.board-wrap .pager li.on {
  color: #03A9F4;
  font-weight: 700;
}
.board-wrap .pager li.start {
  width: 2rem;
  height: 2rem;
  background: url("../images/i-pager-start.svg") center center no-repeat;
  background-size: 1.4rem 1.5rem;
}
.board-wrap .pager li.start:active {
  opacity: 0.6;
}
.board-wrap .pager li.prev {
  width: 2rem;
  height: 2rem;
  background: url("../images/i-pager-prev.svg") center center no-repeat;
  background-size: 0.9rem 1.5rem;
}
.board-wrap .pager li.prev:active {
  opacity: 0.6;
}
.board-wrap .pager li.next {
  width: 2rem;
  height: 2rem;
  background: url("../images/i-pager-next.svg") center center no-repeat;
  background-size: 0.9rem 1.5rem;
}
.board-wrap .pager li.next:active {
  opacity: 0.6;
}
.board-wrap .pager li.end {
  width: 2rem;
  height: 2rem;
  background: url("../images/i-pager-end.svg") center center no-repeat;
  background-size: 1.4rem 1.5rem;
}
.board-wrap .pager li.end:active {
  opacity: 0.6;
}
.board-wrap .btn {
  width: 20rem;
  margin-bottom: 4rem;
}
.board-toggle {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.board-toggle .toggle-list {
  width: 100%;
}
.board-toggle .toggle-list span {
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  color: #03A9F4;
  padding: 0.8rem;
  margin-right: 1.2rem;
  flex: 0 0 auto;
}
.board-toggle .toggle-list .sub {
  width: 100%;
  padding: 1.6rem 2rem;
  display: flex;
  flex-flow: row;
  align-items: center;
  background: #ECEFF1 url("../images/i-tab.svg") right 2rem center no-repeat;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  border-bottom: 2px solid #E0E0E0;
}
.board-toggle .toggle-list .sub h6 {
  width: calc(100% - 8rem);
  height: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  font-size: 1.6rem;
  font-weight: 500;
}
.board-toggle .toggle-list .sub.on {
  background: #03A9F4 url("../images/i-tab-on.svg") right 2rem center no-repeat;
}
.board-toggle .toggle-list .sub.on h6 {
  color: #fff;
  font-weight: 700;
  white-space: normal;
}
.board-toggle .toggle-list .sub.on span {
  color: #fff;
}
.board-toggle .toggle-list .sub.on + .con {
  height: auto;
  padding: 2rem 2rem 3rem;
}
.board-toggle .toggle-list .con {
  width: 100%;
  display: flex;
  flex-flow: row;
  background: #F1FBFF;
  font-size: 1.6rem;
  overflow: hidden;
  white-space: pre-line;
  height: 0;
  padding: 0;
}
.board-table {
  width: 100%;
}
.board-table.pl .table-td .item {
  cursor: default;
  position: relative;
}
.board-table .num {
  width: 10.42%;
  max-width: 10rem;
  text-align: center;
}
.board-table .sub {
  width: 58.33%;
  max-width: 56rem;
  padding-left: 2rem;
}
.board-table .name {
  width: 18.75%;
  max-width: 18rem;
  text-align: center;
}
.board-table .date {
  width: 12.5%;
  max-width: 12rem;
  text-align: center;
}
.board-table .pl01 {
  width: 20.833%;
  max-width: 20rem;
  text-align: center;
}
.board-table .pl02 {
  width: 12.5%;
  max-width: 12rem;
  text-align: center;
}
.board-table .pl03 {
  width: 28.125%;
  max-width: 27rem;
  text-align: center;
}
.board-table .pl04 {
  width: 12.5%;
  max-width: 12rem;
  text-align: center;
}
.board-table .pl05 {
  width: 13.54%;
  max-width: 13rem;
  text-align: center;
}
.board-table .pl06 {
  width: 12.5%;
  max-width: 12rem;
  text-align: center;
}
.board-table .table-th {
  display: flex;
  flex-flow: row;
  align-items: center;
  background: #ECEFF1;
}
.board-table .table-th p {
  padding: 1rem;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.board-table .table-td .item {
  padding: 1rem 0;
  display: flex;
  flex-flow: row;
  align-items: center;
  border-bottom: 1px solid #CFD8DC;
  cursor: pointer;
}
.board-table .table-td .item p {
  padding: 1rem;
  font-size: 1.6rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.board-table .table-td .item .num, .board-table .table-td .item .date {
  color: #607D8B;
}
.board-table .table-td .item.lock .sub {
  content: "";
  display: inline-flex;
  background: url("../images/i-lock.svg") left center no-repeat;
  padding-left: 2rem;
}
.board-table .table-td .item.reply .num {
  background: url("../images/i-reply.svg") center center no-repeat;
  background-size: 1.7rem 2rem;
}
.board-table .table-td .item.reply .sub::before {
  content: "Re.";
  font-weight: 700;
  color: #03A9F4;
  font-size: 1.6rem;
  margin-right: 0.3rem;
}
.board-table.con .sub-con {
  display: flex;
  flex-flow: row wrap;
  border-bottom: 1px solid #E0E0E0;
  padding: 2rem;
  background-color: #F5F5F5;
}
.board-table.con .sub-con .column {
  width: 100%;
  display: flex;
  flex-flow: row;
}
.board-table.con .sub-con .sub {
  width: 100%;
  max-width: none;
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
  padding-left: 0;
}
.board-table.con .sub-con .name {
  font-size: 1.6rem;
  text-align: left;
  font-weight: 500;
}
.board-table.con .sub-con .date {
  font-size: 1.6rem;
  color: #546E7A;
}
.board-table.con .sub-con.lock .sub::before {
  content: "";
  display: block;
  background: url("../images/i-lock.svg") left center no-repeat;
  background-size: 1.6rem;
  width: 2rem;
  height: 2rem;
  margin: 0.4rem 0.6rem 0 0;
}
.board-table.con .sub-con.lock .name {
  margin-left: 2.4rem;
}
.board-table.con .sub-con.reply .sub::before {
  content: "Re.";
  font-weight: 700;
  color: #03A9F4;
  font-size: 1.6rem;
  margin-right: 0.3rem;
  margin-top: 0.2rem;
  width: 2.8rem;
}
.board-table.con .txt-con {
  padding: 2rem 2rem 3rem;
  font-size: 1.6rem;
  white-space: pre-line;
}
.board-table.con .board-con .sub-con.reply .name {
  margin-left: 2.4rem;
}
.board-table.con .board-reply {
  margin-top: 4rem;
  border-radius: 2rem;
  border: 1px solid #03A9F4;
  padding: 3rem 3rem 2rem;
}
.board-table.con .board-reply .sub-con {
  background: #fff;
  padding: 1rem 2rem 2rem;
}

@media screen and (max-width: 1024px) {
  /*--게시판 - 미디어쿼리--*/
  .board-wrap .pager {
    margin-top: 3rem;
  }
  .board-wrap .btn {
    display: none;
  }
  .board-toggle .toggle-list span {
    margin-right: 0;
  }
  .board-toggle .toggle-list .sub {
    width: 100%;
    padding: 1.2rem 1.2rem;
  }
  .board-toggle .toggle-list .sub.on + .con {
    padding: 2rem 1.2rem 3rem;
  }
  .board-table .sub {
    width: 100%;
    padding-left: 0;
  }
  .board-table .name {
    width: auto;
    max-width: 18rem;
    text-align: center;
  }
  .board-table .date {
    width: auto;
    max-width: 12rem;
    text-align: center;
    margin-left: 1rem;
  }
  .board-table .pl01 {
    width: 100%;
    text-align: left;
  }
  .board-table .pl02 {
    width: auto;
    text-align: right;
  }
  .board-table .pl03 {
    width: 100%;
    max-width: none;
    text-align: left;
  }
  .board-table .pl04 {
    width: 100%;
    text-align: left;
  }
  .board-table .pl05 {
    width: auto;
    text-align: right;
  }
  .board-table .pl06 {
    width: auto;
    text-align: right;
  }
  .board-table.pl .table-td .item .pl02 {
    position: absolute;
    right: 0;
    top: 1.2rem;
  }
  .board-table.pl .table-td .item .pl03 {
    font-size: 1.8rem;
    font-weight: 500;
    width: 100%;
    padding: 0.6rem 0 1rem;
  }
  .board-table.pl .table-td .item .pl04 {
    color: #666;
    padding: 0 0 1rem 0;
  }
  .board-table.pl .table-td .item .pl04::after {
    content: "결제";
    margin-left: 0.4rem;
  }
  .board-table.pl .table-td .item .pl05 {
    position: absolute;
    right: 0;
    bottom: 3.2rem;
    font-size: 1.8rem;
    font-weight: 500;
  }
  .board-table.pl .table-td .item .pl06 {
    position: absolute;
    right: 0;
    bottom: 1rem;
    color: #666;
  }
  .board-table .table-td .item {
    width: 100%;
    flex-wrap: wrap;
  }
  .board-table .table-td .item .sub {
    padding: 1rem;
    font-weight: 500;
    font-size: 1.8rem;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
  }
  .board-table .table-td .item p {
    padding: 0;
    font-size: 1.6rem;
  }
  .board-table.con .sub-con .sub {
    display: block;
    font-size: 1.6rem;
  }
  .board-table.con .sub-con.lock .sub::before {
    margin: 0 0.6rem 1rem 0;
  }
  .board-table.con .sub-con.lock .name {
    margin-left: 0;
  }
  .board-table.con .txt-con {
    padding: 1.6rem 2rem 2rem;
  }
  .board-table.con .board-con .sub-con.reply .name {
    margin-left: 0;
  }
  .board-table.con .board-reply {
    margin-top: 4rem;
    padding: 3rem 0 2rem;
  }
  .board-table.con .board-reply .sub-con {
    background: #fff;
    padding: 0 2rem 2rem;
  }
}
.event-img-thumb {
  width: 100%;
}
.event-img-thumb img {
  width: 100%;
}

/*--텍스트 정의--*/
.p18 {
  font-size: 1.8rem;
}

.p20 {
  font-size: 2rem;
}

.p22 {
  font-size: 2.2rem;
}

.p24 {
  font-size: 2.4rem;
}

p.center {
  text-align: center;
}

p.gray {
  color: #757575;
}

.essen-txt {
  font-size: 1.8rem;
  font-weight: 600;
  color: #03A9F4;
  margin-top: 2rem;
}
.essen-txt img {
  display: inline-block;
}

/*--로그인--*/
.login-sect .logo {
  margin: 13rem auto 7.2rem;
}

/*--이용약관--*/
.policy {
  width: 100%;
  margin-bottom: 8rem;
}
.policy .ttl {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
.policy-con {
  width: 100%;
  height: 100%;
  max-height: 22.5rem;
  overflow-y: auto;
  border: 1px solid #CFD8DC;
  border-radius: 2rem;
  padding: 4rem 3rem;
  white-space: pre-line;
  font-size: 1.6rem;
}

/*--서비스신청--*/
.service-top {
  width: 100%;
  padding: 2rem 6rem;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
.service-top .add-area {
  width: 35rem;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
}
.service-top .add-area button {
  width: 26rem;
}
.service-search {
  width: 79.6rem;
  border-radius: 2rem;
  padding: 4rem;
  background: #F1FBFF;
}
.service-search .form-in button {
  width: 15.6rem;
}
.service-bottom {
  width: 100%;
  padding: 2rem 6rem;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
.service-bottom > div {
  width: 100%;
}
.service-bottom > div .sect-title {
  padding-bottom: 3rem;
}
.service-bottom > div .sect-title h3 {
  text-align: left;
}
.service-bottom > div:last-of-type {
  padding: 0 4rem;
}
.service-bottom .result-sect {
  width: 100%;
  max-width: 60rem;
  height: 100%;
  max-height: 70rem;
  overflow-y: auto;
  margin-right: 3rem;
}
.service-bottom .result-sect .list {
  width: 100%;
  max-width: 60rem;
  border: 1px solid #CFD8DC;
  border-radius: 2rem;
  padding: 2.4rem 3rem;
  margin-bottom: 3rem;
  cursor: pointer;
}
.service-bottom .result-sect .list h6 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
}
.service-bottom .result-sect .list p {
  font-size: 2rem;
  font-weight: 500;
  color: #666;
}
.service-bottom .result-sect .list.on {
  background: #F1FBFF;
  border: 1px solid #03A9F4;
}
.service-bottom .result-sect .list.on h6 {
  color: #03A9F4;
}
.service-select {
  width: 100%;
  margin: 2rem auto;
}
.service-select .select-list {
  position: relative;
}
.service-select .select-list input:checked + .select-label {
  border: 1px solid #03A9F4;
  background-image: url("../images/i-checkbox-on.svg");
}
.service-select .select-label {
  width: 100%;
  display: flex;
  flex-flow: row;
  padding: 2rem;
  border: 1px solid #CFD8DC;
  border-radius: 2rem;
  margin-bottom: 3rem;
  background: url("../images/i-checkbox.svg") left 2rem top 3.4rem no-repeat;
  background-size: 2rem;
}
.service-select .select-label.no-check {
  background: none;
  border: 0;
}
.service-select .select-label .sub {
  width: 24rem;
  height: 100%;
  padding: 1rem 1rem 1rem 3.2rem;
  flex: 0 0 auto;
}
.service-select .select-label .sub span {
  font-weight: 500;
  font-size: 2rem;
  color: #546E7A;
}
.service-select .select-label .con {
  border-left: 1px solid #B0BEC5;
  height: 100%;
  padding: 1rem 0 1rem 3rem;
}
.service-select .select-label .con .row {
  display: flex;
  flex-flow: row;
  align-items: center;
  margin-bottom: 2rem;
}
.service-select .select-label .con .row:last-of-type {
  margin-bottom: 0;
}
.service-select .select-label .con .row h6, .service-select .select-label .con .row span {
  font-size: 2rem;
  color: #757575;
  width: 12rem;
}
.service-select .select-label .con .row p, .service-select .select-label .con .row strong {
  font-size: 2rem;
  font-weight: 500;
}
.service-select .select-label .con .row .price {
  font-size: 2.4rem;
  font-weight: 700;
}
.service-select .select-label .con .row button:last-of-type {
  width: 15.4rem;
}
.service-info {
  width: 100%;
  border-radius: 2rem;
  background: #ECEFF1;
  border: 1px solid #EEEEEE;
  padding: 4rem;
  margin-bottom: 3rem;
}
.service-info dl {
  display: flex;
  flex-flow: row;
  align-items: center;
  margin-bottom: 2.4rem;
}
.service-info dl:last-of-type {
  margin-bottom: 0;
}
.service-info dl.column {
  flex-flow: column;
}
.service-info dl.column dt {
  width: 100%;
  margin-right: 0;
  margin-bottom: 0.5rem;
}
.service-info dl.column dd {
  width: 100%;
}
.service-info dl dt {
  width: 20rem;
  flex: 0 0 auto;
  margin-right: 1rem;
  color: #546E7A;
  font-size: 1.8rem;
}
.service-info dl dd {
  flex: 1;
  font-size: 2.2rem;
  font-weight: 500;
}
.service-info dl dd.color {
  font-weight: 700;
  color: #03A9F4;
}
.service-info dl dd .radio-box {
  padding-top: 0;
}
.service-info dl dd .radio-box .radio {
  margin-right: 2rem;
}
.service-info dl dd .radio-box .radio-txt {
  font-size: 2.2rem;
}

.company-info {
  border-radius: 2rem;
  background: #F1FBFF;
  width: 100%;
  padding: 2rem 4rem;
  display: flex;
  flex-flow: row;
}
.company-info .column {
  width: 100%;
}
.company-info .column div {
  margin-bottom: 2rem;
}
.company-info .column div:last-of-type {
  margin-bottom: 0;
}
.company-info .column h5 {
  font-size: 1.8rem;
  margin-bottom: 0.2rem;
}
.company-info .column h6 {
  font-size: 2.2rem;
  font-weight: 500;
}

button.num {
  width: 5.2rem;
  height: 5.2rem;
  border: 1px solid #03A9F4;
  border-radius: 0.4rem;
  flex: 0 0 auto;
}
button.num.plus {
  background: #FFFFFF url("../images/i-btn-plus.svg") center center no-repeat;
  background-size: 2rem;
}
button.num.minus {
  background: #FFFFFF url("../images/i-btn-minus.svg") center center no-repeat;
  background-size: 2rem;
}

.price-info {
  border-radius: 2rem;
  background: #F1FBFF;
  width: 100%;
  padding: 2rem 4rem;
}
.price-info .row {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.price-info .row h5 {
  font-size: 2.4rem;
  font-weight: 500;
}
.price-info .row h5 em {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  color: #03A9F4;
}
.price-info .row p {
  font-size: 2rem;
}
.price-info .row p strong {
  font-weight: 700;
  color: #03A9F4;
  font-size: 3.2rem;
}

@media screen and (max-width: 1024px) {
  /*--서비스신청 - 미디어쿼리--*/
  .service-top {
    width: 100%;
    padding: 2rem 0;
    flex-flow: column;
  }
  .service-top .add-area {
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
  }
  .service-top .add-area .right-side {
    justify-content: center;
  }
  .service-top .add-area button {
    width: 26rem;
  }
  .service-search {
    width: 100%;
    border-radius: 2rem;
    padding: 2rem;
  }
  .service-search .form-in {
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }
  .service-search .form-in label {
    width: 100%;
    flex: 0 0 auto;
  }
  .service-search .form-in button {
    width: 100%;
    margin-left: 0;
    margin-top: 1rem;
  }
  .service-bottom {
    width: 100%;
    padding: 2rem 0;
    display: flex;
    flex-flow: row;
  }
  .service-bottom > div {
    width: 100%;
  }
  .service-bottom > div .sect-title {
    padding-bottom: 3rem;
  }
  .service-bottom > div .sect-title h3 {
    text-align: left;
  }
  .service-bottom > div:last-of-type {
    padding: 0 2rem;
  }
  .service-bottom .result-sect {
    overflow-y: auto;
    margin-right: 0;
    padding-bottom: 12rem;
    max-height: none;
  }
  .service-bottom .result-sect .list {
    width: 100%;
    max-width: 60rem;
    border-radius: 2rem;
    padding: 2rem 1.6rem;
    margin-bottom: 2rem;
  }
  .service-bottom .result-sect .list h6 {
    font-size: 2rem;
    margin-bottom: 0.2rem;
  }
  .service-bottom .result-sect .list p {
    font-size: 1.6rem;
  }
  .service-bottom .result-sect .list.on {
    background: #F1FBFF;
    border: 1px solid #03A9F4;
  }
  .service-bottom .result-sect .list.on h6 {
    color: #03A9F4;
  }
  .service-bottom .selected {
    background: #fff;
    position: fixed;
    left: 0;
    bottom: 6rem;
    border-top: 1px solid #CFD8DC;
  }
  .service-bottom .selected .sect-title {
    padding: 2rem 0;
  }
  .service-bottom .selected .sect-title h3 {
    font-size: 2rem;
    text-align: center;
  }
  .service-bottom .selected .result-sect {
    padding-bottom: 0;
  }
  .service-select .select-label {
    width: 100%;
    padding: 2rem;
    flex-flow: column;
    margin-bottom: 3rem;
  }
  .service-select .select-label.no-check .sub {
    padding: 1rem 1rem 2rem;
  }
  .service-select .select-label .sub {
    padding: 1rem 1rem 2rem 3.2rem;
  }
  .service-select .select-label .sub span {
    font-size: 1.8rem;
  }
  .service-select .select-label .con {
    border-left: 0;
    border-top: 1px solid #B0BEC5;
    height: 100%;
    padding: 2rem 0 1rem;
  }
  .service-select .select-label .con .row {
    flex-flow: column;
    align-items: flex-start;
    margin-bottom: 2rem;
  }
  .service-select .select-label .con .row h6, .service-select .select-label .con .row span {
    font-size: 1.8rem;
    width: 100%;
    margin-bottom: 0.6rem;
  }
  .service-select .select-label .con .row p, .service-select .select-label .con .row strong {
    font-size: 1.8rem;
    font-weight: 500;
  }
  .service-select .select-label .con .row .price {
    font-size: 2.2rem;
  }
  .service-select .select-label .con .row .form-in {
    flex-wrap: wrap;
  }
  .service-select .select-label .con .row .form-in .label {
    width: 100%;
    flex: 0 0 auto;
    margin-bottom: 1rem;
  }
  .service-select .select-label .con .row .form-in button:last-of-type {
    width: 100%;
    height: 5.2rem;
  }
  .service-info {
    padding: 2rem;
    margin-bottom: 2rem;
  }
  .service-info dl {
    flex-flow: column;
    align-items: flex-start;
  }
  .service-info dl.column {
    flex-flow: column;
  }
  .service-info dl.column dt {
    margin-bottom: 0.2rem;
  }
  .service-info dl dt {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.2rem;
    font-size: 1.5rem;
  }
  .service-info dl dd {
    font-size: 1.8rem;
  }
  .service-info dl dd .radio-box .radio-txt {
    font-size: 1.8rem;
  }

  .company-info {
    padding: 2rem 1rem;
    flex-flow: column;
  }
  .company-info .column {
    width: 100%;
  }
  .company-info .column div {
    margin-bottom: 2rem;
  }
  .company-info .column div:last-of-type {
    margin-bottom: 2rem;
  }
  .company-info .column h5 {
    font-size: 1.6rem;
  }
  .company-info .column h6 {
    font-size: 2rem;
  }

  button.num.plus {
    margin-left: 0;
  }

  .price-info {
    padding: 2rem 2rem;
  }
  .price-info .row {
    flex-flow: column;
    align-items: flex-start;
    margin-bottom: 2rem;
  }
  .price-info .row h5 {
    font-size: 2rem;
  }
  .price-info .row h5 em {
    font-size: 1.5rem;
  }
  .price-info .row p {
    font-size: 1.8rem;
    margin-top: 0.6rem;
  }
  .price-info .row p strong {
    font-weight: 700;
    color: #03A9F4;
    font-size: 3.2rem;
  }
}
/*--컨텐츠 페이지(오션이란, 근태관리, 급여관리, 출입통제)--*/
.content {
  padding: 6rem 0 0;
  border-radius: 2rem;
  border: 1px solid #B0BEC5;
  margin-top: 6rem;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.content .txt-con {
  padding: 0 4.8rem;
}
.content.no-border {
  border: 0;
  margin-top: 0;
  padding: 6rem 0;
}
.content h4 {
  font-size: 3.2rem;
  font-weight: 600;
  color: #000;
}
.content .txt {
  margin-top: 3rem;
  font-size: 1.8rem;
}
.content .comment {
  margin-top: 3rem;
  color: #538EA9;
  font-size: 1.6rem;
  display: flex;
}
.content .comment::before {
  content: "";
  display: block;
  margin-top: 1rem;
  width: 0.3rem;
  height: 0.3rem;
  background-color: #538EA9;
  margin-right: 0.6rem;
}
.content .img-con {
  margin-top: 3rem;
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  padding-right: 4.8rem;
}
.content .img-con.absolute {
  padding-right: 0;
}
.content .img-con img {
  object-fit: contain;
}
.content-row-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 3.2rem;
}

@media screen and (max-width: 1024px) {
  /*--컨텐츠 페이지 - 미디어쿼리--*/
  .content {
    padding: 4rem 0 0;
    margin-top: 4rem;
  }
  .content .txt-con {
    padding: 0 2rem;
  }
  .content.no-border {
    padding: 4rem 0;
  }
  .content h4 {
    font-size: 2.4rem;
  }
  .content .txt {
    margin-top: 3rem;
    font-size: 1.6rem;
  }
  .content .comment {
    margin-top: 3rem;
    font-size: 1.4rem;
  }
  .content .img-con {
    justify-content: center;
    padding: 0 2rem;
  }
  .content-row-wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 4rem;
  }
}
/*--이용안내--*/
.use-info {
  margin-top: 4rem;
}
.use-info + .use-info {
  margin-top: 12rem;
}
.use-info .ttl {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 2rem;
  text-align: left;
}
.use-info .row {
  display: flex;
  flex-flow: row;
}
.use-info .list {
  width: 100%;
  height: 47.4rem;
  padding: 3rem 2rem 3rem 3rem;
  border-radius: 1.2rem;
  background: #F1FBFF;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  margin-right: 2.4rem;
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.use-info .list:last-of-type {
  margin-right: 0;
}
.use-info .list .sub {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.use-info .list .sub h2 {
  font-size: 4rem;
  font-weight: 700;
  color: #1359AF;
}
.use-info .list .sub h3 {
  color: #1359AF;
  font-size: 2.6rem;
  font-weight: 500;
}
.use-info .list .txt {
  margin-top: 3rem;
  font-size: 1.8rem;
}
.use-info .list .img-con {
  width: 100%;
  height: 100%;
  max-height: 16rem;
  display: flex;
  flex-flow: row;
  justify-content: center;
}
.use-info .list .img-con img {
  object-fit: contain;
  width: auto;
  max-width: 18rem;
  height: 100%;
}
.use-info.main .list .sub {
  align-items: flex-start;
}
.use-info.main .list .img-con {
  width: 100%;
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
}

/*20230810 추가*/
/*company-partner*/
.company-partner-cont .sm-ttl {
  margin-bottom: 5rem;
  font-size: 2.6rem;
  text-align: center;
  color: #454545;
}
.company-partner-cont .sm-ttl br {
  display: none;
}
.company-partner-cont .grid-wrap {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.company-partner-cont .logo-box {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  width: 100%;
  height: 8rem;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
  border-radius: 1.2rem;
}
.company-partner-cont .logo-box:nth-child(1) img {
  height: 3rem;
}
.company-partner-cont .logo-box:nth-child(2) img {
  height: 4rem;
}
.company-partner-cont .logo-box:nth-child(3) img {
  height: 6.8rem;
}
.company-partner-cont .logo-box:nth-child(4) img {
  height: 2.4rem;
}
.company-partner-cont .logo-box:nth-child(5) img {
  height: 6rem;
}
.company-partner-cont .logo-box:nth-child(6) img {
  height: 5.8rem;
}
.company-partner-cont .logo-box:nth-child(7) img {
  height: 3rem;
}
.company-partner-cont .logo-box:nth-child(8) img {
  height: 5rem;
}
.company-partner-cont .logo-box:nth-child(9) img {
  height: 5.7rem;
}
.company-partner-cont .logo-box:nth-child(10) img {
  height: 5.2rem;
}
.company-partner-cont .logo-box:nth-child(11) img {
  height: 2.5rem;
}
.company-partner-cont .logo-box:nth-child(12) img {
  height: 4rem;
}
.company-partner-cont .logo-box:nth-child(13) img {
  height: 5.5rem;
}
.company-partner-cont .logo-box:nth-child(14) img {
  height: 5rem;
}
.company-partner-cont .logo-box:nth-child(15) img {
  height: 4rem;
}
.company-partner-cont .logo-box:nth-child(16) img {
  height: 4rem;
}
.company-partner-cont .logo-box:nth-child(17) img {
  height: 2.4rem;
}
.company-partner-cont .logo-box:nth-child(18) img {
  height: 4rem;
}
.company-partner-cont .logo-box:nth-child(19) img {
  height: 3.6rem;
}
.company-partner-cont .logo-box:nth-child(20) img {
  height: 4rem;
}
.company-partner-cont .logo-box:nth-child(21) img {
  height: 5rem;
}
.company-partner-cont .logo-box:nth-child(22) img {
  height: 4.4rem;
}
.company-partner-cont .logo-box:nth-child(23) img {
  height: 3rem;
}
.company-partner-cont .logo-box:nth-child(24) img {
  height: 4.8rem;
}
.company-partner-cont .logo-box:nth-child(25) img {
  height: 4.6rem;
}
.company-partner-cont .logo-box:nth-child(26) img {
  height: 7rem;
}
.company-partner-cont .logo-box:nth-child(27) img {
  height: 5rem;
}
.company-partner-cont .logo-box:nth-child(28) img {
  height: 6rem;
}
.company-partner-cont .logo-box:nth-child(29) img {
  height: 5rem;
}
.company-partner-cont .logo-box:nth-child(30) img {
  height: 4.2rem;
}
.company-partner-cont .logo-box:nth-child(31) img {
  height: 5.5rem;
}
.company-partner-cont .logo-box:nth-child(32) img {
  height: 7.6rem;
}
.company-partner-cont .logo-box:nth-child(33) img {
  height: 3.6rem;
}
.company-partner-cont .logo-box:nth-child(34) img {
  height: 5rem;
}
.company-partner-cont .logo-box:nth-child(35) img {
  height: 4.2rem;
}
.company-partner-cont .logo-box:nth-child(36) img {
  height: 4.8rem;
}
.company-partner-cont .logo-box:nth-child(37) img {
  height: 5rem;
}
.company-partner-cont .logo-box:nth-child(38) img {
  height: 6.8rem;
}
.company-partner-cont .logo-box:nth-child(39) img {
  height: 7.2rem;
}
.company-partner-cont .logo-box:nth-child(40) img {
  height: 5rem;
}
.company-partner-cont .logo-box:nth-child(41) img {
  height: 3rem;
}
.company-partner-cont .logo-box:nth-child(42) img {
  height: 5rem;
}
.company-partner-cont .logo-box:nth-child(43) img {
  height: 7rem;
}

@media screen and (max-width: 1024px) {
  .use-info {
    margin-top: 2rem;
  }
  .use-info + .use-info {
    margin-top: 6rem;
  }
  .use-info .ttl {
    font-size: 2.2rem;
  }
  .use-info .row {
    flex-flow: column;
  }
  .use-info .list {
    height: auto;
    padding: 3rem 2rem 3rem 3rem;
    margin-right: 0;
    margin-bottom: 2.4rem;
  }
  .use-info .list .sub h2 {
    font-size: 4rem;
  }
  .use-info .list .sub h3 {
    font-size: 2.6rem;
  }
  .use-info .list .txt {
    margin-top: 2rem;
    font-size: 1.6rem;
  }
  .use-info .list .img-con {
    margin-top: 3rem;
    max-height: none;
  }
  .use-info.main .list .sub {
    align-items: flex-start;
  }
  .use-info.main .list .img-con {
    width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: flex-end;
  }
}
/*--메인--*/
.visual {
  height: 62rem;
  background: url("../images/bg_visual.png") 0 0 no-repeat;
  background-size: cover;
  position: relative;
}
.visual .inner {
  margin: auto;
  width: 100%;
  height: 100%;
  max-width: 1440px;
  padding: 0 6.4rem;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  align-items: center;
}
.visual .txt-con h2 {
  font-size: 6rem;
  color: #fff;
  font-weight: 600;
}
.visual .txt-con h2 p {
  margin: 0;
  font-size: 2.4rem;
  font-weight: 600;
}
.visual .txt-con p {
  font-size: 2rem;
  color: #F4F7F9;
  font-weight: 500;
  margin-top: 2rem;
}
.visual .txt-con .tel {
  background: url("../images/i-telephone-white.svg") left center no-repeat;
  padding-left: 4rem;
  font-size: 4.8rem;
  font-weight: 700;
  color: #fff;
  margin-top: 2.4rem;
  letter-spacing: -0.04em;
}
.visual .txt-con .btn {
  margin-top: 2.4rem;
  width: 30rem;
}
.visual .img-con {
  max-width: 48rem;
  height: 100%;
}
.visual .img-con img {
  position: absolute;
  bottom: 0;
}

.main.sect {
  padding: 8rem 0 0;
}
.main.sect .sect-title {
  padding: 0 0 1.6rem;
}
.main.sect .sect-title + p {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 4rem;
}
.main.sect .img-con {
  display: flex;
  flex-flow: row;
  justify-content: center;
}
.main.border {
  border-top: 1px solid #CFD8DC;
}
.main.color1 {
  background: #E1F3FB;
}
.main.color1 .sect-title h3 {
  text-align: left;
}
.main.color2 {
  background: #1359AF;
}
.main.color3 {
  background: #F4F7F9;
}

.ico-cont {
  width: 100%;
  height: 40rem;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}
.ico-cont .list {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 4rem 2rem;
  border-right: 1px solid #CFD8DC;
}
.ico-cont .list > div {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.ico-cont .list:last-of-type {
  border-right: 0;
}
.ico-cont .list i {
  display: block;
  margin-bottom: 2rem;
}
.ico-cont .list i.i-main04-01 {
  width: 10rem;
  height: 10rem;
  background: url("../images/i-main-sect04_01.svg") center center no-repeat;
  background-size: 100%;
}
.ico-cont .list i.i-main04-02 {
  width: 10rem;
  height: 10rem;
  background: url("../images/i-main-sect04_02.svg") center center no-repeat;
  background-size: 100%;
}
.ico-cont .list i.i-main04-03 {
  width: 10rem;
  height: 10rem;
  background: url("../images/i-main-sect04_03.svg") center center no-repeat;
  background-size: 100%;
}
.ico-cont .list h3 {
  font-size: 3.2rem;
  font-weight: 600;
  color: #000;
}
.ico-cont .list .txt {
  margin-top: 2rem;
  font-size: 1.8rem;
  text-align: center;
}
.ico-cont .list .comment {
  margin-top: 1rem;
  color: #538EA9;
  font-size: 1.6rem;
  text-align: center;
}
.ico-cont .list button {
  margin-top: 4rem;
  width: 17rem;
}

.slide-cont {
  width: 100%;
  max-width: 117.6rem;
  position: relative;
  margin: auto;
}
.slide-cont .con {
  width: 100%;
  max-width: 45.4rem;
  margin: auto;
}
.slide-cont .con button {
  width: 17rem;
  margin: 4rem auto;
}
.slide-cont .txt-area {
  width: 100%;
  max-width: 40rem;
  position: absolute;
  top: 14.4rem;
}
.slide-cont .txt-area.left {
  left: 0;
}
.slide-cont .txt-area.right {
  right: 0;
}
.slide-cont .txt-area li {
  padding: 2rem;
  border-radius: 1.2rem;
  background: #F1FBFF;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.18);
  margin-bottom: 7rem;
}
.slide-cont .txt-area li h6 {
  font-size: 2rem;
  font-weight: 500;
  color: #1359AF;
}
.slide-cont .txt-area li p {
  margin-top: 2rem;
  font-size: 1.8rem;
}

.main-service {
  margin-top: 2rem;
  display: flex;
  flex-flow: row;
  align-items: flex-end;
}
.main-service > div {
  border-radius: 1.2rem;
  background: #fff;
  padding: 4rem;
}
.main-service .service-form {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}
.main-service .service-form .main-tab {
  width: 22rem;
  flex: 0 0 auto;
  margin-right: 3rem;
}
.main-service .service-form .main-tab button {
  border: 1px solid #BDBDBD;
  font-size: 1.8rem;
  font-weight: 500;
  background: #fff;
  width: 100%;
  height: 4.8rem;
  margin-bottom: 2rem;
}
.main-service .service-form .main-tab button.on {
  background: #03A9F4;
  border: 1px solid #03A9F4;
  color: #fff;
}
.main-service .service-form .form-wrap {
  width: calc(100% - 25rem);
}
.main-service .service-form .form-wrap .row {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
}
.main-service .service-form .form-wrap .row .main-form {
  margin-left: 2rem;
}
.main-service .service-form .form-wrap .row .main-form:first-of-type {
  margin-left: 0;
}
.main-service .service-form .main-form {
  width: 100%;
  margin-bottom: 2rem;
}
.main-service .service-form .main-form p {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 0.6rem;
}
.main-service .service-form .main-form .label {
  display: flex;
  flex-flow: row;
  align-items: center;
}
.main-service .service-form .main-form .label input + span {
  margin-left: 1rem;
  margin-right: 0;
}
.main-service .service-form .main-form .label span {
  font-size: 1.8rem;
  flex: 0 0 auto;
  margin-right: 1rem;
}
.main-service .cscenter {
  width: 100%;
  max-width: 45rem;
  margin: 0 4.8rem;
}
.main-service .cscenter h3 {
  font-size: 3rem;
  font-weight: 600;
}
.main-service .cscenter h2.tel {
  background: url("../images/i-telephone.svg") left center no-repeat;
  padding-left: 4.8rem;
  font-size: 4.8rem;
  font-weight: 500;
  margin-bottom: 1rem;
  letter-spacing: -0.03em;
}
.main-service .cscenter p {
  margin-top: 0.8rem;
  font-size: 1.8rem;
}

.site-con {
  display: flex;
  flex-flow: row;
  align-items: center;
}
.site-con .btn-area {
  width: 100%;
  max-width: 46.4rem;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.site-con .btn-area button {
  width: 100%;
  max-width: 30rem;
  background: #03A9F4;
  font-size: 3rem;
  color: #fff;
  border-radius: 2rem;
  padding: 1.6rem 4rem;
  margin-bottom: 3.6rem;
}
.site-con .btn-area button:last-of-type {
  margin-bottom: 0;
}
.site-con .store-area {
  width: 100%;
  border-left: 1px solid #fff;
  padding: 4rem 6rem;
}
.site-con .store-area h2 {
  font-size: 3.6rem;
  font-weight: 500;
  color: #fff;
}
.site-con .store-area .badge-wrap {
  margin-top: 2rem;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-end;
}
.site-con .store-area .badge-wrap a {
  margin-left: 1rem;
}

@media screen and (max-width: 1024px) {
  /*--메인 - 미디어쿼리--*/
  .visual {
    height: calc(100dvh - 6rem);
  }
  .visual .inner {
    justify-content: center;
    padding: 0 2rem;
  }
  .visual .inner .txt-con {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  .visual .txt-con h2 {
    text-align: center;
    font-size: 3.6rem;
  }
  .visual .txt-con h2 span {
    display: block;
  }
  .visual .txt-con p {
    text-align: center;
    font-size: 1.6rem;
    margin-top: 2rem;
  }
  .visual .txt-con .tel {
    background: url("../images/i-telephone-white.svg") left center no-repeat;
    padding-left: 4rem;
    font-size: 3.2rem;
    margin-top: 2.4rem;
  }
  .visual .txt-con .btn {
    margin-top: 2.4rem;
    width: 30rem;
  }

  .main.sect {
    padding: 4.8rem 0 0;
  }
  .main.sect .sect-title {
    padding: 0 0 1.2rem;
  }
  .main.sect .sect-title + p {
    font-size: 1.8rem;
  }

  .ico-cont {
    height: auto;
    flex-flow: column;
  }
  .ico-cont .list {
    padding: 2rem 1rem 4rem;
    border-right: 0;
    border-bottom: 1px solid #CFD8DC;
  }
  .ico-cont .list:last-of-type {
    border-right: 0;
    border-bottom: 0;
  }
  .ico-cont .list h3 {
    font-size: 2.6rem;
    text-align: center;
  }
  .ico-cont .list .txt {
    font-size: 1.6rem;
  }
  .ico-cont .list .comment {
    font-size: 1.4rem;
  }

  .slide-cont {
    height: 100%;
    padding-bottom: 12rem;
  }
  .slide-cont .con {
    display: flex;
    flex-flow: column-reverse;
    justify-content: flex-end;
  }
  .slide-cont .con button {
    margin: 0 auto 4rem;
  }
  .slide-cont .txt-area {
    padding: 0 2.2rem;
    height: auto;
    position: relative;
    margin: auto;
  }
  .slide-cont .txt-area.left {
    margin-top: -12rem;
  }
  .slide-cont .txt-area li {
    margin-bottom: 3rem;
  }
  .slide-cont .txt-area li h6 {
    font-size: 2rem;
  }
  .slide-cont .txt-area li p {
    font-size: 1.8rem;
  }

  .main-service {
    margin-top: 2rem;
    flex-flow: column;
    align-items: flex-start;
  }
  .main-service > div {
    border-radius: 1.2rem;
    background: #fff;
    padding: 2rem;
  }
  .main-service .service-form {
    width: 100%;
    flex-flow: column;
  }
  .main-service .service-form .main-tab {
    width: 100%;
    flex: 0 0 auto;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .main-service .service-form .main-tab button {
    margin-bottom: 1rem;
  }
  .main-service .service-form .form-wrap {
    width: 100%;
  }
  .main-service .service-form .form-wrap .row {
    flex-flow: column;
  }
  .main-service .service-form .form-wrap .row .main-form {
    margin-left: 0;
  }
  .main-service .service-form .form-wrap .row .main-form:first-of-type {
    margin-right: 0;
  }
  .main-service .cscenter {
    width: 100%;
    max-width: 45rem;
    margin: 2.4rem auto 0;
    padding: 3rem;
  }
  .main-service .cscenter h3 {
    font-size: 2.6rem;
  }
  .main-service .cscenter h2.tel {
    padding-left: 4rem;
    font-size: 4rem;
  }
  .main-service .cscenter p {
    margin-top: 0.4rem;
  }

  .site-con {
    flex-flow: column;
  }
  .site-con .btn-area {
    width: 100%;
    max-width: 46.4rem;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
  }
  .site-con .btn-area button {
    font-size: 2.6rem;
    margin: 0 auto 2.4rem;
  }
  .site-con .store-area {
    width: 100%;
    border-left: 0;
    border-top: 1px solid #fff;
    margin-top: 4rem;
    padding: 4rem 2rem;
  }
  .site-con .store-area h2 {
    font-size: 3.6rem;
    text-align: center;
  }
  .site-con .store-area .badge-wrap {
    margin-top: 4rem;
    flex-flow: column;
    justify-content: center;
  }
  .site-con .store-area .badge-wrap a {
    margin-left: 0;
  }

  /*20230810 추가*/
  /*company-partner*/
  .company-partner-cont .sm-ttl {
    margin-bottom: 2.6rem;
    font-size: 1.8rem;
  }
  .company-partner-cont .sm-ttl br {
    display: block;
  }
  .company-partner-cont .grid-wrap {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .company-partner-cont .logo-box {
    height: 4.6rem;
    border-radius: 0.8rem;
  }
  .company-partner-cont .logo-box:nth-child(1) img {
    height: 1.2rem;
  }
  .company-partner-cont .logo-box:nth-child(2) img {
    height: 1.4rem;
  }
  .company-partner-cont .logo-box:nth-child(3) img {
    height: 4em;
  }
  .company-partner-cont .logo-box:nth-child(4) img {
    height: 1rem;
  }
  .company-partner-cont .logo-box:nth-child(5) img {
    height: 4rem;
  }
  .company-partner-cont .logo-box:nth-child(6) img {
    height: 3rem;
  }
  .company-partner-cont .logo-box:nth-child(7) img {
    height: 1.6rem;
  }
  .company-partner-cont .logo-box:nth-child(8) img {
    height: 2rem;
  }
  .company-partner-cont .logo-box:nth-child(9) img {
    height: 3.4rem;
  }
  .company-partner-cont .logo-box:nth-child(10) img {
    height: 2.8rem;
  }
  .company-partner-cont .logo-box:nth-child(11) img {
    height: 1.4rem;
  }
  .company-partner-cont .logo-box:nth-child(12) img {
    height: 1.6rem;
  }
  .company-partner-cont .logo-box:nth-child(13) img {
    height: 2.6rem;
  }
  .company-partner-cont .logo-box:nth-child(14) img {
    height: 2rem;
  }
  .company-partner-cont .logo-box:nth-child(15) img {
    height: 1.5rem;
  }
  .company-partner-cont .logo-box:nth-child(16) img {
    height: 1.6rem;
  }
  .company-partner-cont .logo-box:nth-child(17) img {
    height: 0.8rem;
  }
  .company-partner-cont .logo-box:nth-child(18) img {
    height: 1.4rem;
  }
  .company-partner-cont .logo-box:nth-child(19) img {
    height: 1.4rem;
  }
  .company-partner-cont .logo-box:nth-child(20) img {
    height: 1.4rem;
  }
  .company-partner-cont .logo-box:nth-child(21) img {
    height: 2.2rem;
  }
  .company-partner-cont .logo-box:nth-child(22) img {
    height: 1.6rem;
  }
  .company-partner-cont .logo-box:nth-child(23) img {
    height: 1.2rem;
  }
  .company-partner-cont .logo-box:nth-child(24) img {
    height: 2.6rem;
  }
  .company-partner-cont .logo-box:nth-child(25) img {
    height: 1.8rem;
  }
  .company-partner-cont .logo-box:nth-child(26) img {
    height: 3.8rem;
  }
  .company-partner-cont .logo-box:nth-child(27) img {
    height: 2.3rem;
  }
  .company-partner-cont .logo-box:nth-child(28) img {
    height: 2.3rem;
  }
  .company-partner-cont .logo-box:nth-child(29) img {
    height: 2rem;
  }
  .company-partner-cont .logo-box:nth-child(30) img {
    height: 1.8rem;
  }
  .company-partner-cont .logo-box:nth-child(31) img {
    height: 3rem;
  }
  .company-partner-cont .logo-box:nth-child(32) img {
    height: 3.8rem;
  }
  .company-partner-cont .logo-box:nth-child(33) img {
    height: 1.6rem;
  }
  .company-partner-cont .logo-box:nth-child(34) img {
    height: 2.6rem;
  }
  .company-partner-cont .logo-box:nth-child(35) img {
    height: 1.6rem;
  }
  .company-partner-cont .logo-box:nth-child(36) img {
    height: 1.8rem;
  }
  .company-partner-cont .logo-box:nth-child(37) img {
    height: 2.2rem;
  }
  .company-partner-cont .logo-box:nth-child(38) img {
    height: 4rem;
  }
  .company-partner-cont .logo-box:nth-child(39) img {
    height: 4.4rem;
  }
  .company-partner-cont .logo-box:nth-child(40) img {
    height: 1.8rem;
  }
  .company-partner-cont .logo-box:nth-child(41) img {
    height: 1rem;
  }
  .company-partner-cont .logo-box:nth-child(42) img {
    height: 2rem;
  }
  .company-partner-cont .logo-box:nth-child(43) img {
    height: 4rem;
  }
}
.mg0 {
  margin: 0;
}

.mt0 {
  margin-top: 0rem;
}

.mt4 {
  margin-top: 0.4rem;
}

.mt6 {
  margin-top: 0.6rem;
}

.mt8 {
  margin-top: 0.8rem;
}

.mt10 {
  margin-top: 1rem;
}

.mt16 {
  margin-top: 1.6rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt24 {
  margin-top: 2.4rem;
}

.mt30 {
  margin-top: 3rem;
}

.mt36 {
  margin-top: 3.6rem;
}

.mt40 {
  margin-top: 4rem;
}

.mt50 {
  margin-top: 5rem;
}

.mt60 {
  margin-top: 6rem;
}

.mt80 {
  margin-top: 8rem;
}

.mt90 {
  margin-top: 9rem;
}

.mt100 {
  margin-top: 10rem;
}

.mb0 {
  margin-bottom: 0rem;
}

.mb4 {
  margin-bottom: 0.4rem;
}

.mb6 {
  margin-bottom: 0.6rem;
}

.mb8 {
  margin-bottom: 0.8rem;
}

.mb10 {
  margin-bottom: 1rem;
}

.mb16 {
  margin-bottom: 1.6rem;
}

.mb20 {
  margin-bottom: 2rem;
}

.mb24 {
  margin-bottom: 2.4rem;
}

.mb30 {
  margin-bottom: 3rem;
}

.mb36 {
  margin-bottom: 3.6rem;
}

.mb40 {
  margin-bottom: 4rem;
}

.mb50 {
  margin-bottom: 5rem;
}

.mb60 {
  margin-bottom: 6rem;
}

.mb80 {
  margin-bottom: 8rem;
}

.mb90 {
  margin-bottom: 9rem;
}

.mb100 {
  margin-bottom: 10rem;
}

.pd-side10 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.pd-side16 {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

.pd-side20 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.pd-side24 {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}

/*----------에디터--------------------------------------------------------------------------------*/
.editor {
  font-size: 16px;
}
.editor-wrap {
  font-size: 16px;
}
.editor > div {
  white-space: pre-line;
}
.editor table {
  width: 100%;
  border-color: gray;
}
.editor table td {
  border: 1px solid gray;
  padding: 5px;
  min-height: 25px;
}
.editor p {
  font-size: inherit;
  text-align: left;
  word-break: break-word;
}
.editor sub,
.editor sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
.editor sub {
  bottom: -0.25em;
}
.editor sup {
  top: -0.5em;
}
.editor a {
  display: inline;
  color: royalblue;
  text-decoration: underline;
}
.editor img {
  display: inline;
  width: auto;
  max-width: 100%;
}
.editor ol,
.editor ul {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.editor li::before {
  content: "";
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.editor li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.editor li.ql-direction-rtl {
  padding-right: 1.5em;
}
.editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
  text-align: left;
}
.editor ul li::before {
  content: "•";
}
.editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.editor ol li::before {
  content: counter(list-0, decimal) ". ";
}
.editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-1;
}
.editor ol li.ql-indent-1::before {
  content: counter(list-1, lower-alpha) ". ";
}
.editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-2;
}
.editor ol li.ql-indent-2::before {
  content: counter(list-2, lower-roman) ". ";
}
.editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-3;
}
.editor ol li.ql-indent-3::before {
  content: counter(list-3, decimal) ". ";
}
.editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-4;
}
.editor ol li.ql-indent-4::before {
  content: counter(list-4, lower-alpha) ". ";
}
.editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
  counter-increment: list-5;
}
.editor ol li.ql-indent-5::before {
  content: counter(list-5, lower-roman) ". ";
}
.editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
  counter-increment: list-6;
}
.editor ol li.ql-indent-6::before {
  content: counter(list-6, decimal) ". ";
}
.editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
  counter-increment: list-7;
}
.editor ol li.ql-indent-7::before {
  content: counter(list-7, lower-alpha) ". ";
}
.editor ol li.ql-indent-8 {
  counter-reset: list-9;
  counter-increment: list-8;
}
.editor ol li.ql-indent-8::before {
  content: counter(list-8, lower-roman) ". ";
}
.editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.editor ol li.ql-indent-9::before {
  content: counter(list-9, decimal) ". ";
}
.editor blockquote {
  font-size: 20px;
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.editor code,
.editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor h6 {
  font-weight: bold;
}
.editor h1 {
  font-size: 2em;
}
.editor h2 {
  font-size: 1.5em;
}
.editor h3 {
  font-size: 1.17em;
}
.editor h4 {
  font-size: 1em;
}
.editor h5 {
  font-size: 0.83em;
}
.editor h6 {
  font-size: 0.67em;
}
.editor i,
.editor em {
  font-style: italic;
}
.editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.editor .ql-size-small {
  font-size: 0.75em;
}
.editor .ql-size-large {
  font-size: 1.5em;
}
.editor .ql-size-huge {
  font-size: 2.5em;
}
.editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.editor .ql-align-center {
  text-align: center;
}
.editor .ql-align-justify {
  text-align: justify;
}
.editor .ql-align-right {
  text-align: right;
}
.editor .ql-bg-black {
  background-color: #000;
}
.editor .ql-bg-red {
  background-color: #e60000;
}
.editor .ql-bg-orange {
  background-color: #f90;
}
.editor .ql-bg-yellow {
  background-color: #ff0;
}
.editor .ql-bg-green {
  background-color: #008a00;
}
.editor .ql-bg-blue {
  background-color: #06c;
}
.editor .ql-bg-purple {
  background-color: #93f;
}
.editor .ql-color-white {
  color: #fff;
}
.editor .ql-color-red {
  color: #e60000;
}
.editor .ql-color-orange {
  color: #f90;
}
.editor .ql-color-yellow {
  color: #ff0;
}
.editor .ql-color-green {
  color: #008a00;
}
.editor .ql-color-blue {
  color: #06c;
}
.editor .ql-color-purple {
  color: #93f;
}
.editor .ql-video {
  display: block;
  max-width: 100%;
}
.editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.editor .ql-video.ql-align-center {
  margin: 0 auto;
}

/*----------유튜브--------------------------------------------------------------------------------*/
iframe {
  aspect-ratio: 16/9;
}

/*# sourceMappingURL=main.css.map */
