@charset "UTF-8";
/* reset */
@font-face {
  font-family: "Pretendard";
  font-weight: 900;
  font-display: swap;
  src: local("Pretendard Black"), url("../../resources/fonts/Pretendard-Black.woff2") format("woff2"), url("../../resources/fonts/Pretendard-Black.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-display: swap;
  src: local("Pretendard ExtraBold"), url("../../resources/fonts/Pretendard-ExtraBold.woff2") format("woff2"), url("../../resources/fonts/Pretendard-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-display: swap;
  src: local("Pretendard Bold"), url("../../resources/fonts/Pretendard-Bold.woff2") format("woff2"), url("../../resources/fonts/Pretendard-Bold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-display: swap;
  src: local("Pretendard SemiBold"), url("../../resources/fonts/Pretendard-SemiBold.woff2") format("woff2"), url("../../resources/fonts/Pretendard-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-display: swap;
  src: local("Pretendard Medium"), url("../../resources/fonts/Pretendard-Medium.woff2") format("woff2"), url("../../resources/fonts/Pretendard-Medium.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-display: swap;
  src: local("Pretendard Regular"), url("../../resources/fonts/Pretendard-Regular.woff2") format("woff2"), url("../../resources/fonts/Pretendard-Regular.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-display: swap;
  src: local("Pretendard Light"), url("../../resources/fonts/Pretendard-Light.woff2") format("woff2"), url("../../resources/fonts/Pretendard-Light.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 200;
  font-display: swap;
  src: local("Pretendard ExtraLight"), url("../../resources/fonts/Pretendard-ExtraLight.woff2") format("woff2"), url("../../resources/fonts/Pretendard-ExtraLight.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  font-display: swap;
  src: local("Pretendard Thin"), url("../../resources/fonts/Pretendard-Thin.woff2") format("woff2"), url("../../resources/fonts/Pretendard-Thin.woff") format("woff");
}
@font-face {
  font-family: koFont;
  src: url("../../resources/fonts/NanumSquareNeoTTF-aLt.woff2") format("woff2"), url("../../resources/fonts/NanumSquareNeoTTF-aLt.woff") format("woff"), url("../../resources/fonts/NanumSquareNeoTTF-aLt.otf") format("opentype");
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: koFont;
  src: url("../../resources/fonts/NanumSquareNeoTTF-bRg.woff2") format("woff2"), url("../../resources/fonts/NanumSquareNeoTTF-bRg.woff") format("woff"), url("../../resources/fonts/NanumSquareNeoTTF-bRg.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: koFont;
  src: url("../../resources/fonts/NanumSquareNeoTTF-cBd.woff2") format("woff2"), url("../../resources/fonts/NanumSquareNeoTTF-cBd.woff") format("woff"), url("../../resources/fonts/NanumSquareNeoTTF-cBd.otf") format("opentype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: koFont;
  src: url("../../resources/fonts/NanumSquareNeoTTF-dEb.woff2") format("woff2"), url("../../resources/fonts/NanumSquareNeoTTF-dEb.woff") format("woff"), url("../../resources/fonts/NanumSquareNeoTTF-dEb.otf") format("opentype");
  font-style: normal;
  font-weight: 900;
}
* {
  margin: 0;
  padding: 0;
  outline: none !important;
  -moz-outline: none !important;
  text-decoration: none;
}

html {
  height: 100%;
  display: block;
  font-size: 62.5%;
}

html, body {
  width: 100vw;
  height: 100%;
  min-height: 100vh; /* mobile viewport bug fix */
  min-height: -webkit-fill-available;
}

body {
  -webkit-text-size-adjust: none;
  word-break: break-all;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #1e1e1e;
  background: #fff;
  font-family: "Pretendard", koFont, "맑은고딕", "Malgun Gothic", sans-serif;
}

body, div, dl, dt, dd, ul, ol, li, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select, textarea, button {
  margin: 0;
  padding: 0;
  font-weight: 300;
  letter-spacing: -0.01em;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

fieldset, img {
  border: none;
  vertical-align: top;
}

dl, ul, ol, menu, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

input, select, textarea, button {
  font-size: 100%;
  letter-spacing: -1px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input, select, textarea {
  font-family: "Pretendard", koFont, Sans-serif;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-family: "Pretendard", koFont, "맑은고딕", "Malgun Gothic", sans-serif;
  min-width: 2.8rem;
  font-size: 1.5rem;
}

small {
  font-size: 88%;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}

body {
  -webkit-text-size-adjust: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: subpixel-antialiased;
} /*font-smooth:always;text-shadow:0 0 1px rgba(0,0,0,0.1);transform: rotate(-0.0000000001deg);*/
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea:focus {
  outline: none;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

/* a:active,a:hover{text-decoration:none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}  아이폰 스크립트 오류때문에 제거*/
address, caption, cite, code, dfn, em, var, i {
  font-weight: normal;
  font-style: normal;
}

legend {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  line-height: 0;
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
  clip: rect(0, 0, 0, 0);
}

caption {
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin-top: -1px;
  padding: 0;
  font-size: 1px;
  line-height: 0;
  color: transparent;
  white-space: nowrap;
  text-overflow: ellipsis;
  *height: 0;
  text-indent: -999px\9 ;
}

caption.blind {
  position: static;
  margin: -1px 0 0;
  *height: 0;
}

caption.blind:before {
  display: none;
}

caption .blind {
  position: static;
}

caption .blind:before {
  display: none;
}

div, p, span, li, a, button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

pre {
  white-space: pre-wrap;
  font-family: "Pretendard", koFont, "맑은 고딕", "Malgun Gothic", sans-serif;
  font-size: 1em;
}

.ui-btn, textarea, input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], .uneditable-input {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Chrome, Safari, Edge, Opera 컨트롤 안보이게*/
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox 컨트롤 안보이게*/
input[type=number] {
  -moz-appearance: textfield;
}

input::-moz-placeholder {
  color: #A1A3A6;
  font-size: 1.5rem;
}

input:-moz-placeholder {
  color: #A1A3A6;
  font-size: 1.5rem;
}

input::-webkit-input-placeholder {
  color: #A1A3A6;
  font-size: 1.5rem;
}

textarea::-moz-placeholder {
  color: #A1A3A6;
  font-size: 1.5rem;
}

textarea:-moz-placeholder {
  color: #A1A3A6;
  font-size: 1.5rem;
}

textarea::-webkit-input-placeholder {
  color: #A1A3A6;
  font-size: 1.5rem;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:before, *:after {
  -webkit-box-sizing: initial;
          box-sizing: initial;
}

/*search x버튼 삭제*/
input::-ms-clear,
input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

/* html body a{cursor: pointer;} */
:root {
  --color-main:#2f83f7;
  --color-dark-em:#263580;
}

/* Color Style */
/*mixin 믹스인*/
/*Class Style */
.bold {
  font-weight: 600 !important;
}

.bolder {
  font-weight: bolder !important;
}

.medium {
  font-weight: 400 !important;
}

.regular {
  font-weight: 300 !important;
}

.t-line {
  text-decoration: underline !important;
  text-underline-position: under;
  font-weight: normal !important;
}

.hover-line:hover {
  text-decoration: underline;
  text-underline-position: under;
}

.t-m-line {
  text-decoration: line-through;
}

.underline {
  border-bottom: 1px solid;
  border-color: inherit;
}

.spacing-1 {
  letter-spacing: -0.1rem;
}

.nowrap {
  white-space: nowrap;
}

.breakword {
  word-wrap: break-word;
}

.elps {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.line-height {
  line-height: 1em;
}

.line-height-2 {
  line-height: 1.6em;
}

.border-1 {
  border: 1px solid;
}

.border-2 {
  border: 2px solid;
}

.scroll-y {
  overflow-y: auto;
}

.scroll-x {
  overflow-x: auto;
}

.pointer {
  cursor: pointer;
}

.cursor {
  cursor: default;
}

.not-allowed {
  cursor: not-allowed !important;
}

/*font size set*/
.fsz10 {
  font-size: 1rem !important;
}

.fsz12 {
  font-size: 1.2rem !important;
}

.fsz13 {
  font-size: 1.3rem !important;
}

.fsz14 {
  font-size: 1.4rem !important;
}

.fsz15 {
  font-size: 1.5rem !important;
}

.fsz16 {
  font-size: 1.6rem !important;
}

.fsz18 {
  font-size: 1.8rem !important;
}

.fsz20 {
  font-size: 2rem !important;
}

.fsz22 {
  font-size: 2.2rem !important;
}

.fsz24 {
  font-size: 2.4rem !important;
}

.fsz26 {
  font-size: 2.6rem !important;
}

.fsz28 {
  font-size: 2.8rem !important;
}

.fsz30 {
  font-size: 3rem !important;
}

.fsz40 {
  font-size: 4rem !important;
}

.fsz45 {
  font-size: 4.5rem !important;
}

.fsz50 {
  font-size: 5rem !important;
}

.fsz60 {
  font-size: 6rem !important;
}

.fsz70 {
  font-size: 7rem !important;
}

.fsz60pr {
  font-size: 60% !important;
}

.fsz70pr {
  font-size: 70% !important;
}

small {
  font-size: 88%;
  font-weight: 300;
}

.copylight {
  text-transform: uppercase;
}

/*background color set*/
.bg-primary {
  background-color: #7777FF !important;
}

.bg-primarybg {
  background-color: #E4E4FF !important;
}

.bg-dark-primary {
  background-color: #3A3017 !important;
}

.bg-wht {
  background-color: #fff;
}

.bg-gray {
  background-color: #B8BCC8 !important;
}

.bg-bg {
  background-color: #F1F2F4 !important;
}

.bg-dark {
  background-color: #2D2C2A !important;
}

.bg-red {
  background-color: #eb4762 !important;
}

.bg-redbg {
  background-color: #ffd4d4 !important;
}

.bg-grn {
  background-color: #22ab60 !important;
}

.bg-grnbg {
  background-color: #bdf6d7 !important;
}

.bg-blue {
  background-color: #2f83f7 !important;
}

.bg-bluebg {
  background-color: #b6ceff !important;
}

.bg-sky {
  background-color: #52b3ea !important;
}

.bg-mint {
  background-color: #40b6c0 !important;
}

.bg-mintbg {
  background-color: #b8fff8 !important;
}

.bg-purple {
  background-color: #7249c5 !important;
}

.bg-purplebg {
  background-color: #ebdfff !important;
}

.bg-ylw {
  background-color: #fbf644 !important;
}

.bg-ylwbg {
  background-color: #fff8e6 !important;
}

.bg-pink {
  background-color: #ff54a2 !important;
}

.bg-pinkbg {
  background-color: #ffe3f0 !important;
}

/*text color set*/
.primary {
  color: #7777FF !important;
}

.primarybg {
  color: #E4E4FF !important;
}

.white {
  color: #fff !important;
}

.accent {
  color: #FFEF00 !important;
}

.yellow {
  color: #fbf644 !important;
}

.red {
  color: #eb4762 !important;
}

.red_dark {
  color: #410505 !important;
}

.orange {
  color: #FFA303 !important;
}

.blue {
  color: #2f83f7 !important;
}

.dark {
  color: #2D2C2A !important;
}

.black {
  color: #000 !important;
}

.green {
  color: #22ab60 !important;
}

.green_dk {
  color: #072615 !important;
}

.purple {
  color: #7249c5 !important;
}

.sky {
  color: #52b3ea !important;
}

.mint {
  color: #40b6c0 !important;
}

.pink {
  color: #ff54a2 !important;
}

.mono1 {
  color: #F1F2F4 !important;
}

.mono2 {
  color: #E3E4E9 !important;
}

.mono3 {
  color: #D4D7DE !important;
}

.mono4 {
  color: #C6C9D3 !important;
}

.mono5 {
  color: #B8BCC8 !important;
}

.mono6 {
  color: #9396A0 !important;
}

.mono7 {
  color: #6E7178 !important;
}

/* align */
.text-left {
  text-align: left !important;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.text-center {
  text-align: center !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.text-right {
  text-align: right !important;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.vt {
  vertical-align: top !important;
}

.vm {
  vertical-align: middle !important;
}

.vb {
  vertical-align: bottom !important;
}

.v-txt-btm {
  vertical-align: text-bottom !important;
}

.align-super {
  vertical-align: super;
}

.mx-auto {
  margin: 0 auto;
}

.total {
  font-size: 1.8rem;
}

.item-right {
  position: absolute;
  right: 0;
  top: 0;
}

.item-right.total {
  right: 1rem;
  top: 1.2rem;
}

.h-center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.v-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.m-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* float */
.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.fc {
  display: inline-block !important;
}

.fn {
  float: none !important;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both !important;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

.ovh {
  overflow: hidden !important;
}

.inline {
  display: inline !important;
}

.show, .block {
  display: block !important;
}

.hide {
  display: none !important;
}

.hidden {
  height: 100%;
  min-height: 100%;
  overflow: hidden !important;
  -ms-touch-action: none;
      touch-action: none;
}

.dimmed {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background-color: #000;
  opacity: 0.7;
}

.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/*display*/
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-wrap-r {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}
.flex-wrap-r > * {
  margin-bottom: 0.8rem;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.flex-auto {
  -webkit-box-flex: 1 !important;
      -ms-flex: auto !important;
          flex: auto !important;
}

.flex-grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.flex-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important;
}

.flex-2 {
  -webkit-box-flex: 2 !important;
      -ms-flex: 2 !important;
          flex: 2 !important;
}

.flex-3 {
  -webkit-box-flex: 3 !important;
      -ms-flex: 3 !important;
          flex: 3 !important;
}

.flex-4 {
  -webkit-box-flex: 4 !important;
      -ms-flex: 4 !important;
          flex: 4 !important;
}

.flex-5 {
  -webkit-box-flex: 5 !important;
      -ms-flex: 5 !important;
          flex: 5 !important;
}

.flex-no {
  -webkit-box-flex: 0 !important;
      -ms-flex: none !important;
          flex: none !important;
}

.m-none {
  display: block !important;
}

.m-none-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.p-none {
  display: none !important;
}

/*Position*/
.relative {
  position: relative;
}

.right0 {
  right: 0 !important;
}

.left0 {
  left: 0 !important;
}

.left-area {
  position: absolute !important;
  top: 0;
  left: 0;
}

.right-area {
  position: absolute !important;
  top: 0;
  right: 0;
  line-height: 1.6;
}

.top0 {
  top: 0 !important;
}

.bottom0 {
  bottom: 0 !important;
}

.fixed {
  position: fixed !important;
}

.m-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.rotate-90 {
  -webkit-transform: translate(90deg);
          transform: translate(90deg);
}

/* etc */
.ttl {
  font-family: "Pretendard";
}

.kor {
  font-family: "Pretendard";
}

.img-wrap {
  width: 100%;
}
.img-wrap .img {
  display: inline-block;
  vertical-align: middle;
}
.img-wrap.dcm .img {
  width: 8rem;
}

/* &.none .img{margin-bottom:2rem;width:13.2rem;height:13.2rem;} */
/* &.success .img{width:17rem;height:17rem;} */
hr.hr {
  height: 0.1rem;
  background-color: #F1F2F4;
}

hr.gr {
  height: 0.1rem;
  background-color: #B8BCC8;
}

hr.bk {
  height: 0.1rem;
  background-color: #9396A0;
}

hr.thick {
  position: relative;
  margin-top: -1px;
  height: 1.2rem;
  background-color: #F1F2F4;
}

.highlight {
  position: relative;
  display: inline-block;
  padding: 0 0.1em 0.1em;
  font-weight: bolder;
  z-index: 0;
}

.highlight::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0.8em;
  height: 0.6em;
  background-color: rgba(255, 239, 0, 0.4);
  z-index: -1;
}

em, .em {
  position: relative;
}
em::before, .em::before {
  content: "";
  position: absolute;
  top: -10px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #E4E4FF;
  border-radius: 50%;
}

.divi {
  position: relative;
  display: inline-block;
  min-width: 1em;
  min-height: 1em;
  padding-right: 1rem;
  padding-left: 0.5rem;
}

.divi:after {
  content: "";
  position: absolute;
  top: 10%;
  display: block;
  margin: 0 0.3rem;
  width: 1px;
  height: 90%;
  background: #B8BCC8;
}

.border-0 {
  border: 0 !important;
}

.blind {
  text-indent: -9999px;
}

.opct8 {
  opacity: 0.8;
}

.opct6 {
  opacity: 0.6;
}

.opct5 {
  opacity: 0.5;
}

.opct3 {
  opacity: 0.3;
}

/* Margin Set */
.m0 {
  margin: 0 !important;
}

.m5 {
  margin: 0.5rem !important;
}

.m10 {
  margin: 1rem !important;
}

.m15 {
  margin: 1.5rem !important;
}

.m20 {
  margin: 2rem !important;
}

.m25 {
  margin: 2.5rem !important;
}

.m30 {
  margin: 3rem !important;
}

.m35 {
  margin: 3.5rem !important;
}

.m40 {
  margin: 4rem !important;
}

.ml0 {
  margin-left: 0rem !important;
}

.ml1 {
  margin-left: 0.1rem !important;
}

.ml2 {
  margin-left: 0.2rem !important;
}

.ml3 {
  margin-left: 0.3rem !important;
}

.ml4 {
  margin-left: 0.4rem !important;
}

.ml5 {
  margin-left: 0.5rem !important;
}

.ml6 {
  margin-left: 0.6rem !important;
}

.ml7 {
  margin-left: 0.7rem !important;
}

.ml8 {
  margin-left: 0.8rem !important;
}

.ml9 {
  margin-left: 0.9rem !important;
}

.ml10 {
  margin-left: 1rem !important;
}

.ml15 {
  margin-left: 1.5rem !important;
}

.ml20 {
  margin-left: 2rem !important;
}

.ml25 {
  margin-left: 2.5rem !important;
}

.ml30 {
  margin-left: 0rem !important;
}

.ml35 {
  margin-left: 3.5rem !important;
}

.ml40 {
  margin-left: 4rem !important;
}

.ml45 {
  margin-left: 4.5rem !important;
}

.ml50 {
  margin-left: 5rem !important;
}

.ml55 {
  margin-left: 5.5rem !important;
}

.ml60 {
  margin-left: 6rem !important;
}

.ml70 {
  margin-left: 7rem !important;
}

.mr0 {
  margin-right: 0rem !important;
}

.mr1 {
  margin-right: 0.1rem !important;
}

.mr2 {
  margin-right: 0.2rem !important;
}

.mr3 {
  margin-right: 0.3rem !important;
}

.mr4 {
  margin-right: 0.4rem !important;
}

.mr5 {
  margin-right: 0.5rem !important;
}

.mr6 {
  margin-right: 0.6rem !important;
}

.mr7 {
  margin-right: 0.7rem !important;
}

.mr8 {
  margin-right: 0.8rem !important;
}

.mr9 {
  margin-right: 0.9rem !important;
}

.mr10 {
  margin-right: 1rem !important;
}

.mr15 {
  margin-right: 1.5rem !important;
}

.mr20 {
  margin-right: 2rem !important;
}

.mr25 {
  margin-right: 2.5rem !important;
}

.mr30 {
  margin-right: 3rem !important;
}

.mr35 {
  margin-right: 3.5rem !important;
}

.mr40 {
  margin-right: 4rem !important;
}

.mr45 {
  margin-right: 4.5rem !important;
}

.mr50 {
  margin-right: 5rem !important;
}

.mr55 {
  margin-right: 5.5rem !important;
}

.mr65 {
  margin-right: 6.5rem !important;
}

.mr70 {
  margin-right: 7rem !important;
}

.mr80 {
  margin-right: 8rem !important;
}

.mr90 {
  margin-right: 9rem !important;
}

.mr100 {
  margin-right: 10rem !important;
}

.mb0 {
  margin-bottom: 0rem !important;
}

.mb1 {
  margin-bottom: 0.1rem !important;
}

.mb2 {
  margin-bottom: 0.2rem !important;
}

.mb3 {
  margin-bottom: 0.3rem !important;
}

.mb4 {
  margin-bottom: 0.4rem !important;
}

.mb5 {
  margin-bottom: 0.5rem !important;
}

.mb6 {
  margin-bottom: 0.6rem !important;
}

.mb7 {
  margin-bottom: 0.7rem !important;
}

.mb8 {
  margin-bottom: 0.8rem !important;
}

.mb9 {
  margin-bottom: 0.9rem !important;
}

.mb10 {
  margin-bottom: 1rem !important;
}

.mb15 {
  margin-bottom: 1.5rem !important;
}

.mb20 {
  margin-bottom: 2rem !important;
}

.mb25 {
  margin-bottom: 2.5rem !important;
}

.mb30 {
  margin-bottom: 3rem !important;
}

.mb35 {
  margin-bottom: 3.5rem !important;
}

.mb40 {
  margin-bottom: 4rem !important;
}

.mb45 {
  margin-bottom: 4.5rem !important;
}

.mb50 {
  margin-bottom: 5rem !important;
}

.mb55 {
  margin-bottom: 5.5rem !important;
}

.mb60 {
  margin-bottom: 6rem !important;
}

.mb80 {
  margin-bottom: 8rem !important;
}

.mb100 {
  margin-bottom: 10rem !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt1 {
  margin-top: 0.1rem !important;
}

.mt2 {
  margin-top: 0.2rem !important;
}

.mt3 {
  margin-top: 0.3rem !important;
}

.mt4 {
  margin-top: 0.4rem !important;
}

.mt5 {
  margin-top: 0.5rem !important;
}

.mt6 {
  margin-top: 0.6rem !important;
}

.mt7 {
  margin-top: 0.7rem !important;
}

.mt8 {
  margin-top: 0.8rem !important;
}

.mt9 {
  margin-top: 0.9rem !important;
}

.mt10 {
  margin-top: 1rem !important;
}

.mt15 {
  margin-top: 1.5rem !important;
}

.mt20 {
  margin-top: 2rem !important;
}

.mt25 {
  margin-top: 2.5rem !important;
}

.mt30 {
  margin-top: 3rem !important;
}

.mt35 {
  margin-top: 3.5rem !important;
}

.mt40 {
  margin-top: 4rem !important;
}

.mt45 {
  margin-top: 4.5rem !important;
}

.mt50 {
  margin-top: 5rem !important;
}

.mt60 {
  margin-top: 6rem !important;
}

.mt70 {
  margin-top: 7rem !important;
}

.mt80 {
  margin-top: 8rem !important;
}

.mt90 {
  margin-top: 9rem !important;
}

.mt100 {
  margin-top: 10rem !important;
}

.mt120 {
  margin-top: 12rem !important;
}

.mt150 {
  margin-top: 15rem !important;
}

.mt180 {
  margin-top: 18rem !important;
}

.mt200 {
  margin-top: 20rem !important;
}

.mt250 {
  margin-top: 25rem !important;
}

.mt300 {
  margin-top: 3rem !important;
}

/* Padding Set */
.p0 {
  padding: 0rem !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p5 {
  padding: 0.5rem !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p10 {
  padding: 1rem !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p15 {
  padding: 1.5rem !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p20 {
  padding: 2rem !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p25 {
  padding: 2.5rem !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p30 {
  padding: 3rem !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p35 {
  padding: 3.5rem !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p40 {
  padding: 4rem !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p50 {
  padding: 5rem !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pl0 {
  padding-left: 0rem !important;
}

.pl5 {
  padding-left: 0.5rem !important;
}

.pl10 {
  padding-left: 1rem !important;
}

.pl15 {
  padding-left: 1.5rem !important;
}

.pl20 {
  padding-left: 2rem !important;
}

.pl25 {
  padding-left: 2.5rem !important;
}

.pl30 {
  padding-left: 3rem !important;
}

.pl35 {
  padding-left: 3.5rem !important;
}

.pl40 {
  padding-left: 4rem !important;
}

.pl45 {
  padding-left: 4.5rem !important;
}

.pl50 {
  padding-left: 5rem !important;
}

.pl55 {
  padding-left: 5.5rem !important;
}

.pl60 {
  padding-left: 6rem !important;
}

.pl80 {
  padding-left: 8rem !important;
}

.pl100 {
  padding-left: 10rem !important;
}

.pl150 {
  padding-left: 15rem !important;
}

.pl200 {
  padding-left: 20rem !important;
}

.pl250 {
  padding-left: 25rem !important;
}

.pl300 {
  padding-left: 30rem !important;
}

.pr0 {
  padding-right: 0rem !important;
}

.pr5 {
  padding-right: 0.5rem !important;
}

.pr10 {
  padding-right: 1rem !important;
}

.pr15 {
  padding-right: 1.5rem !important;
}

.pr20 {
  padding-right: 2rem !important;
}

.pr25 {
  padding-right: 2.5rem !important;
}

.pr30 {
  padding-right: 3rem !important;
}

.pr35 {
  padding-right: 3.5rem !important;
}

.pr40 {
  padding-right: 4rem !important;
}

.pr45 {
  padding-right: 4.5rem !important;
}

.pr50 {
  padding-right: 5rem !important;
}

.pr55 {
  padding-right: 5.5rem !important;
}

.pr60 {
  padding-right: 6rem !important;
}

.pr100 {
  padding-right: 10rem !important;
}

.pb0 {
  padding-bottom: 0rem !important;
}

.pb2 {
  padding-bottom: 0.2rem !important;
}

.pb5 {
  padding-bottom: 0.5rem !important;
}

.pb10 {
  padding-bottom: 1rem !important;
}

.pb15 {
  padding-bottom: 1.5rem !important;
}

.pb20 {
  padding-bottom: 2rem !important;
}

.pb25 {
  padding-bottom: 2.5rem !important;
}

.pb30 {
  padding-bottom: 3rem !important;
}

.pb35 {
  padding-bottom: 3.5rem !important;
}

.pb40 {
  padding-bottom: 4rem !important;
}

.pb45 {
  padding-bottom: 4.5rem !important;
}

.pb50 {
  padding-bottom: 5rem !important;
}

.pb60 {
  padding-bottom: 6rem !important;
}

.pb70 {
  padding-bottom: 7rem !important;
}

.pb80 {
  padding-bottom: 8rem !important;
}

.pb90 {
  padding-bottom: 9rem !important;
}

.pb100 {
  padding-bottom: 10rem !important;
}

.pt0 {
  padding-top: 0rem !important;
}

.pt2 {
  padding-top: 0.2rem !important;
}

.pt5 {
  padding-top: 0.5rem !important;
}

.pt10 {
  padding-top: 1rem !important;
}

.pt15 {
  padding-top: 1.5rem !important;
}

.pt20 {
  padding-top: 2rem !important;
}

.pt25 {
  padding-top: 2.5rem !important;
}

.pt30 {
  padding-top: 3rem !important;
}

.pt35 {
  padding-top: 3.5rem !important;
}

.pt40 {
  padding-top: 4rem !important;
}

.pt45 {
  padding-top: 4.5rem !important;
}

.pt50 {
  padding-top: 5rem !important;
}

.pt55 {
  padding-top: 5.5rem !important;
}

.pt60 {
  padding-top: 6rem !important;
}

.pt70 {
  padding-top: 7rem !important;
}

.pt80 {
  padding-top: 8rem !important;
}

.pt90 {
  padding-top: 9rem !important;
}

.pt100 {
  padding-top: 10rem !important;
}

.w1pr {
  width: 1% !important;
}

.w5pr {
  width: 5% !important;
}

.w10pr {
  width: 10% !important;
}

.w15pr {
  width: 15% !important;
}

.w20pr {
  width: 20% !important;
}

.w25pr {
  width: 25% !important;
}

.w29pr {
  width: 29.5% !important;
}

.w30pr {
  width: 30% !important;
}

.w33pr {
  width: 33% !important;
}

.w34pr {
  width: 34% !important;
}

.w39pr {
  width: 39% !important;
}

.w40pr {
  width: 40% !important;
}

.w48pr {
  width: 48% !important;
}

.w50pr {
  width: 50% !important;
}

.w60pr {
  width: 60% !important;
}

.w70pr {
  width: 70% !important;
}

.w75pr {
  width: 75% !important;
}

.w80pr {
  width: 80% !important;
}

.w85pr {
  width: 85% !important;
}

.w90pr {
  width: 90% !important;
}

.w99pr {
  width: 99% !important;
}

.w100pr {
  width: 100% !important;
}

.w1r {
  width: 1rem !important;
}

.w5r {
  width: 5rem !important;
}

.w8r {
  width: 8rem !important;
}

.w9r {
  width: 9rem !important;
}

.w10r {
  width: 10rem !important;
}

.w11r {
  width: 11rem !important;
}

.w13r {
  width: 13rem !important;
}

.w15r {
  width: 15rem !important;
}

.w20r {
  width: 20rem !important;
}

.w30r {
  width: 30rem !important;
}

.w40r {
  width: 40rem !important;
}

.w50r {
  width: 50rem !important;
}

.w60r {
  width: 60rem !important;
}

.w70r {
  width: 70rem !important;
}

.w80r {
  width: 80rem !important;
}

.w90r {
  width: 90rem !important;
}

.w100r {
  width: 100rem !important;
}

.w200r {
  width: 200rem !important;
}

.w300r {
  width: 300rem !important;
}

.w400r {
  width: 400rem !important;
}

.w500r {
  width: 500rem !important;
}

.mw3r {
  min-width: 3rem !important;
}

.mw4r {
  min-width: 4rem !important;
}

.mw5r {
  min-width: 5rem !important;
}

.mw10r {
  min-width: 10rem !important;
}

.mw15r {
  min-width: 15rem !important;
}

.mw20r {
  min-width: 20rem !important;
}

.h5r {
  height: 5rem !important;
}

.h8r {
  height: 8rem !important;
}

.h10r {
  height: 10rem !important;
}

.h20r {
  height: 20rem !important;
}

.h30r {
  height: 30rem !important;
}

.h40r {
  height: 40rem !important;
}

.h45r {
  height: 45rem !important;
}

.h50r {
  height: 50rem !important;
}

.h60r {
  height: 60rem !important;
}

.h70r {
  height: 70rem !important;
}

.h80r {
  height: 80rem !important;
}

.h90r {
  height: 90rem !important;
}

.h100r {
  height: 100rem !important;
}

.h100pr {
  height: 100% !important;
}

.mxh10r {
  max-height: 10rem !important;
}

.mxh20r {
  max-height: 20rem !important;
}

.mxh30r {
  max-height: 30rem !important;
}

/*text 텍스트*/
.txt-wrap {
  width: 100%;
  position: relative;
  padding: 0;
}
.txt-wrap .ttl {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
}
.txt-wrap + .ttl {
  margin-top: 1.2rem;
}
.txt-wrap + .txt-type {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}
.txt-wrap + .txt-type:last-of-type {
  margin-bottom: 0;
}
.txt-wrap .txt {
  font-size: 1.6rem;
}
.txt-wrap .sub {
  color: #6E7178;
  font-size: 1.4rem;
  vertical-align: middle;
  font-weight: 300;
}
.txt-wrap .txt-big {
  color: #111;
  font-size: 2.2rem;
  line-height: 1.6em;
  vertical-align: middle;
}

.txt-sub {
  color: #9396A0;
  font-size: 1.3rem;
}

.text-gray {
  color: #9396A0;
}

.f-weight-300 {
  font-weight: 300 !important;
}

.f-weight-400 {
  font-weight: 400 !important;
}

.f-weight-500 {
  font-weight: 500 !important;
}

.f-weight-900 {
  font-weight: 900 !important;
}

/*text 버튼*/
a.link, button.link {
  color: #7777FF;
  text-decoration: underline !important;
  text-underline-position: under;
}

.ui-link {
  position: relative;
  padding-right: 2.4rem;
  display: inline-block;
}
.ui-link:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../../resources/images/icon/icon_next.svg) no-repeat center center/2rem 2rem;
}
.ui-link.down::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}
.ui-link.wht:after {
  background-image: url("../../resources/images/icon/ui_next-wht.svg");
}

.btn-row {
  display: block;
  width: 100%;
  text-align: center;
}

.btn-sm.ui-link:after {
  width: 0.7rem;
  height: 1.2rem;
}

.mono5 > a:hover {
  color: #fff;
}

/*icon*/
.icon12 {
  width: 1.2rem;
  height: 1.2rem;
}

.icon16 {
  width: 1.6rem;
  height: 1.6rem;
}

.icon20 {
  width: 2rem;
  height: 2rem;
}

.icon24 {
  width: 2.4rem;
  height: 2.4rem;
}

.icon28 {
  width: 2.8rem;
  height: 2.8rem;
}

.icon30 {
  width: 3rem;
  height: 3rem;
}

.icon32 {
  width: 3.2rem;
  height: 3.2rem;
}

.icon36 {
  width: 3.6rem;
  height: 3.6rem;
}

.icon40 {
  width: 4rem;
  height: 4rem;
}

.icon80 {
  width: 8rem;
  height: 8rem;
}

.icon90 {
  width: 9rem;
  height: 9rem;
}

[class*=icon] {
  position: relative;
  display: inline-block;
}

.ico-id {
  background-image: url(../../resources/images/icon/Icon_ID.svg);
}

.ico-luck {
  background-image: url(../../resources/images/icon/Icon_Luck.svg);
}

.ico-eye {
  background: url(../../resources/images/icon/icon_eye.svg) no-repeat center/2.4rem 2.4rem;
}

.ico-eye.closed {
  background-image: url(../../resources/images/icon/icon_eye_closed.svg);
}

.ico-myinfo {
  background: url(../../resources/images/icon/icon_info.svg) no-repeat center/3.6rem 3.6rem;
}

.ico-biz {
  background: url(../../resources/images/icon/icon_biz.svg) no-repeat center/3.6rem 3.6rem;
}

.ico-last {
  background: url(../../resources/images/icon/icon_last.svg) no-repeat center/3.6rem 3.6rem;
}

.ico-phone {
  background: url(../../resources/images/icon/icon_phone.svg) no-repeat center/2.4rem 2.4rem;
}

.ico-email {
  background: url(../../resources/images/icon/icon_email.svg) no-repeat center/2.4rem 2.4rem;
}

.ico-arr-wt {
  background: url(../../resources/images/icon/icon_arr_wt.svg) no-repeat center/1.6rem 1.6rem;
}

.member {
  background: url(../../resources/images/icon/icon_member.svg) no-repeat center/4rem 4rem;
}

.inqr {
  background: url(../../resources/images/icon/icon_inqr.svg) no-repeat center/4rem 4rem;
}

.exc {
  background: url(../../resources/images/icon/icon_exc.svg) no-repeat center/4rem 4rem;
}

.btn-outline-light:hover .ico-arr-wt {
  background: url(../../resources/images/icon/icon_arr_bl.svg) no-repeat center/1.6rem 1.6rem;
}

/*button  버튼*/
.btns-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.btns-group .btn {
  width: 100%;
}
.btns-group .btn + .btn {
  margin-right: 1rem;
}

.btn {
  font-size: 1.5rem;
  font-weight: 500;
  display: inline-block;
  position: relative;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.2rem 1rem;
  font-weight: 300;
  font-size: 1.3rem;
}

.btn-lg, .btn-group-lg > .btn {
  font-size: 1.8rem;
}

.btn-md, .btn-group-md > .btn {
  --bs-btn-padding-y: 0.7rem;
  --bs-btn-padding-x:1.4rem;
  --bs-btn-font-size: 1.6rem;
  line-height: 1.4;
  --bs-btn-border-radius:.6rem;
}

.btn-round {
  border-radius: 30rem;
  padding-left: 1.6rem !important;
  padding-right: 1.6rem !important;
}

.btn-wide {
  padding-left: 2.4rem !important;
  padding-right: 2.4rem !important;
}

.btn-icon.btn-lg {
  line-height: 1.8rem;
  padding: 0.6rem;
}

.btn-icon:not(.rounded-circle) {
  border: none;
  width: calc(2em + 2px);
}
.btn-icon:not(.rounded-circle):hover {
  border: 0;
}
.btn-icon:not(.rounded-circle):active {
  border: none;
  border: 0;
}

.btn-icon:not(.rounded-circle) {
  border: none;
  border: 0;
  background-image: initial;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-icon:not(.rounded-circle) i {
  color: #fff;
  font-size: 2.8rem;
}

.btn.disabled, .btn:disabled {
  cursor: not-allowed;
}

.btn-white {
  background-color: #fff;
}
.btn-white:hover, .btn-white:active, .btn-white:focus-visible {
  background-color: #f5f5f5 !important;
}

.btn-outline-primary {
  background-color: #fff;
}
.btn-outline-primary:not(:hover) .ico-arr-wt {
  background: url(../../resources/images/icon/icon_arr_prm.svg) no-repeat center/1.6rem 1.6rem;
}

.btn-txt {
  font-weight: 500;
  font-size: 1.7rem;
}
.btn-txt + .btn-txt {
  margin-left: 1rem;
}

/**state*/
.state {
  display: inline-block;
  min-width: 24px;
  text-align: center;
  margin-left: 0.8rem;
  padding: 0.1rem 0.4rem;
  border-radius: 0.4rem;
  min-width: 2em;
  white-space: nowrap;
  border: 1px solid;
  font-weight: 500;
  font-size: 1.4rem;
}
.state:last-child {
  margin-right: 0;
}
.state.blue {
  background-color: #d4dbf4;
}
.state.pink {
  background-color: #f3d2d4;
}
.state.green {
  background-color: #ccedea;
}
.state.gray {
  background-color: #E8E8E8;
  color: #6E7178;
  border-color: #6E7178;
}
.state.primary {
  background-color: #E4E4FF;
  color: #7777FF;
  border-color: #7777FF;
}

/*text*/
.ttl-wrap .ttl {
  font-size: 1.7rem;
  font-weight: 400;
}

.in-txt {
  font-size: 1.6rem;
  color: #B8BCC8;
  font-weight: 400;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.form-check-input[disabled][checked] ~ .form-check-label, .form-check-input:checked ~ .form-check-label {
  opacity: 1;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

body main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #F1F2F4;
  min-width: 320px;
}

footer {
  min-width: 320px;
}

.wrap-type1 {
  position: relative;
  padding: 1.6rem;
}

.wrap-type2 {
  padding: 0 1.6rem;
}

.wrap-type3 {
  padding: 2rem 2.6rem;
}

.wrap-type4 {
  padding: 0 1rem;
}

.wrap-type5 {
  padding: 1.6rem 0;
}

.wrap-mo {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

.info-conts {
  background-color: #E4E4FF;
}
.info-conts .inner {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.bg-overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(24, 30, 25, 0);
  background-image: url(../../resources/images/img/black-background-overlay.png);
  opacity: 0.8;
  -webkit-transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.nav-icon::before, .nav-icon::after, .nav-icon {
  position: absolute;
  top: 50%;
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  background: #000;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.nav-slide {
  position: fixed;
  right: -26rem;
  top: 0;
  height: 100vh;
  width: 26rem;
  background-color: #fff;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav-slide .header-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  height: 5rem;
  border-bottom: 1px solid #E3E4E9;
}
.nav-slide .header-slide .grp-btns {
  margin-right: 7rem;
}
.nav-slide .navbar-wrap {
  background-color: #fafbfc;
  height: 100%;
}
.nav-slide .navbar-nav .nav-item {
  width: 100%;
}
.nav-slide .navbar-nav .nav-link {
  padding: 1.2rem;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #E3E4E9;
  font-size: 1.8rem;
}
.nav-slide .navbar-nav .nav-link:hover, .nav-slide .navbar-nav .nav-link.active {
  color: #7777FF;
}
.nav-slide-open {
  right: 0;
}

.nav-overlay {
  display: none;
}

.nav-menu {
  display: none;
  position: fixed;
  top: 0.8rem;
  right: 1.6rem;
  cursor: pointer;
  height: 30px;
  width: 30px;
  z-index: 999;
}

.nav-icon {
  left: 7px;
  width: 18px;
}
.nav-icon::before, .nav-icon::after {
  width: 25px;
  content: "";
}
.nav-icon::before {
  left: -7px;
  top: -8px;
}
.nav-icon::after {
  left: -7px;
  top: 8px;
}

/*modal*/
.popup-wrapper {
  display: none;
  position: fixed;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  max-height: 0;
  z-index: -1;
  margin: auto 0;
  overflow: hidden;
  opacity: 0;
}
.popup-wrapper.dim {
  width: 100%;
  min-height: 100%;
  background-color: rgba(17, 17, 17, 0.5);
}
.popup-wrapper.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: auto;
  height: auto;
  width: 100%;
  min-height: 100%;
  z-index: 1011;
  opacity: 1;
}
.popup-wrapper.active.open {
  z-index: 997;
}
.popup-wrapper .pop-full {
  position: relative;
  padding: 2rem 2.8rem 3.2rem;
  max-height: calc(100vh - 20rem);
  max-width: 100rem;
  min-width: 32rem;
  min-height: calc(100% - 3.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  border-radius: 20px;
}
.popup-wrapper .pop-container {
  position: relative;
  overflow-y: auto;
}
.popup-wrapper .pop-header {
  position: sticky;
  top: 0;
}
.popup-wrapper .section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3.2rem;
  border-bottom: 1px solid #6E7178;
}
.popup-wrapper .section-header .title-l {
  margin-bottom: 1.2rem;
}
.popup-wrapper .header {
  border-bottom: 1px solid #2e2e2e;
  margin-bottom: 2.4rem;
  padding-bottom: 2.4rem;
}
.popup-wrapper .header .em {
  font-size: 14px;
  font-weight: 500;
}
.popup-wrapper .header .ttl {
  font-size: 18px;
  font-weight: 600;
}
.popup-wrapper pre {
  font-family: "Pretendard";
  font-size: 1.6rem;
  font-weight: 500;
}

/*full popup 풀팝업*/
.type-full {
  background-color: #F1F2F4;
  min-height: calc(100vh - 7.2rem) !important;
  top: 7.2rem;
  height: 100% !important;
}
.type-full .pop-full {
  max-width: initial;
  width: 100%;
  height: 100%;
  background-color: #F1F2F4;
}
.type-full .wrap-my {
  margin-top: 0;
}
.type-full .box-wht {
  max-height: calc(100vh - 20rem);
}
.type-full .box-wht .list-qna {
  max-height: calc(100vh - 36rem);
  overflow-y: auto;
}
.type-full.popup-wrapper {
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 10rem);
  max-height: initial;
  overflow: hidden;
}
.type-full.popup-wrapper .pop-header {
  position: fixed;
  top: 0;
}
.type-full.popup-wrapper .pop-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 0;
  width: 100%;
  height: 100%;
  min-height: calc(100vh - 7.2rem);
  overflow-y: hidden;
}
.type-full.active {
  z-index: 8;
}

.popup_close {
  padding: 7px 4px;
  width: 32px;
  height: 32px;
}
.popup_close span {
  display: block;
  width: 24px;
  height: 2px;
  margin-bottom: 6px;
  background-color: #000;
}
.popup_close .top {
  -webkit-transform: translateY(4px) rotate(-135deg);
          transform: translateY(4px) rotate(-135deg);
}
.popup_close .bottom {
  -webkit-transform: translateY(-4px) rotate(-45deg);
          transform: translateY(-4px) rotate(-45deg);
}

/*중앙팝업 confirm popup*/
.pop-message {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0 auto !important;
  min-width: 32rem;
  max-width: 42rem;
  height: auto;
  border-radius: 1.6rem;
  overflow: hidden;
}
.pop-message .pop-container {
  background-color: #fff;
  padding: 2.8rem 0 2.6rem;
}
.pop-message.type-btn-set {
  background-color: transparent;
  top: initial;
  bottom: 3.6rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.pop-message.type-btn-set .pop-container {
  margin-bottom: 0.8rem;
  padding: 0;
  border-radius: 1.6rem;
}
.pop-message.type-btn-set .btns-group .btn {
  border: none;
}
.pop-message.type-btn-set .btns-group .btn:last-child {
  border-top: solid 1px #f2f3f7;
}
.pop-message.type-btn-set .pop-footer {
  border-radius: 1.6rem;
  overflow: hidden;
}
.pop-message .alert-box {
  padding: 0 2.4rem;
  text-align: center;
}

.pop-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F1F2F4;
  width: 100%;
  height: 5.2rem;
}
.pop-footer .btn {
  color: #111;
  -webkit-transition: all 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: all 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
  display: block;
  width: 100%;
  text-align: center;
  margin: 0;
  height: 100%;
  min-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  border-color: #E3E4E9;
  border-radius: 0;
  border-bottom: none;
  border-left: none;
}
.pop-footer .btn:hover:not(.btn-primary) {
  background-color: #E3E4E9;
}
.pop-footer .btn:last-child {
  border-right: none;
}
.pop-footer .btn-primary {
  color: #fff;
}

/*slider*/
.swiper {
  width: 100%;
  height: 100%;
  max-width: 192rem;
  max-height: 64rem;
}

.swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 60rem;
}
.swiper-slide.photo1 {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/img/img_photo1.png) no-repeat center bottom/cover;
}
.swiper-slide.photo2 {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/img/img_photo2.jpg) no-repeat center bottom/cover;
}
.swiper-slide.photo3 {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/img/img_photo3.jpg) no-repeat center bottom/cover;
}
.swiper-slide .container {
  position: relative;
  max-height: 60rem;
  height: calc(100vh - 7.2rem);
}

.swiper-pagination-fraction {
  top: 0.6rem;
  display: inline-block;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.swiper-pagination-fraction .swiper-pagination-current {
  font-size: 2rem;
  font-weight: 600;
}
.swiper-pagination-fraction .swiper-pagination-total {
  font-size: 1.8rem;
  font-weight: 400;
}

.wrap-swiper {
  position: absolute;
  bottom: 5.6rem;
  left: 1.2rem;
  width: 100%;
  z-index: 10;
}
.wrap-swiper .wrap-swiper-ui {
  position: relative;
  width: 13.8rem;
  height: 5rem;
}
.wrap-swiper .swiper-button-next, .wrap-swiper .swiper-button-prev {
  width: 2rem;
  height: 3rem;
  color: #fff;
}
.wrap-swiper .swiper-button-next {
  right: 0;
}
.wrap-swiper .swiper-button-prev {
  left: 6.2rem;
}
.wrap-swiper .swiper-button-next::after, .wrap-swiper .swiper-button-prev::after {
  font-size: 16px;
}
.wrap-swiper .swiper-button-next::before, .wrap-swiper .swiper-button-prev::before {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
.wrap-swiper .swiper-button-next::before {
  left: -10px;
}
.wrap-swiper .swiper-button-prev::before {
  left: -8px;
}

.full-page .swiper-slide .container {
  height: 100vh;
  max-height: 100vh !important;
  min-height: 100vh; /* mobile viewport bug fix */
  min-height: -webkit-fill-available;
}
.full-page .swiper-slide .swiper_conts .btn-primary {
  position: absolute;
  bottom: 11rem;
  left: 50%;
  -webkit-transform: translateX(-55%);
          transform: translateX(-55%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.full-page .swiper-slide .swiper_conts .btn-primary.btn-round {
  padding-left: 2.6rem !important;
  padding-right: 2.6rem !important;
  z-index: 99;
}

.txt-wrp {
  position: absolute;
  left: 2rem;
  top: 10rem;
  color: #fff;
  z-index: 3;
  text-align: left;
}
.txt-wrp .ttl-s, .txt-wrp .ttl-b {
  font-family: koFont;
  line-height: 1.19;
}
.txt-wrp .ttl-s {
  font-size: 4.4rem;
  font-weight: 400;
}
.txt-wrp .ttl-b {
  font-size: 5.4rem;
  font-weight: 600;
}
.txt-wrp .ttl-b strong {
  font-weight: 800;
}
.txt-wrp .txt {
  margin-top: 2rem;
  font-family: koFont;
  font-size: 2.2rem;
}
.txt-wrp .btn-round {
  margin-top: 3.2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.txt-wrp .btn-round .ico-arr-wt {
  margin-left: 0.4rem;
}

.full-page .container-fluid, .full-page .swiper {
  height: 100vh;
  max-height: 100vh;
  min-height: 100vh; /* mobile viewport bug fix */
  min-height: -webkit-fill-available;
}

/*main*/
.logo {
  display: inline-block;
  width: 15rem;
  height: 6.2rem;
}
.logo .navbar-brand {
  background: url(../../resources/images/img/logo.svg) no-repeat center/150px 42px;
}

.logo-gr {
  margin: 0.8rem 0 1.2rem;
  display: inline-block;
  width: 10.6rem;
  height: 2.4rem;
}
.logo-gr .navbar-brand {
  background: url(../../resources/images/img/logo_gr.svg) no-repeat center/106px 24px;
}

.navbar-brand {
  display: block;
  width: 100%;
  height: 100%;
}

/*title & Text*/
.title-xs {
  font-size: 1.6rem;
  font-weight: 500;
}
.title-s {
  font-size: 1.7rem;
  font-weight: 600;
}
.title-m {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}
.title-m + .title-sub {
  margin-top: 0.8rem;
  color: #75777f;
  font-weight: 500;
}
.title-l {
  font-size: 2.6rem;
  font-weight: 700;
}
.title-xl {
  font-size: 3rem;
  font-weight: 700;
}
.title-sub {
  margin-top: 0.8rem;
  font-size: 1.5rem;
  color: #6E7178;
  line-height: 1.4;
}
.title-wrap {
  text-align: center;
  margin-bottom: 4.4rem;
}

.txt-s {
  font-size: 1.4rem;
  color: #C6C9D3;
}
.txt-m {
  font-size: 1.7rem;
  font-weight: 400;
}
.txt-l {
  font-size: 2rem;
  font-weight: 400;
}
.txt-sub {
  font-size: 1.4rem;
  color: #9396A0;
  font-weight: 400;
}

h2.display-3 + .sub {
  margin-top: 0.8rem;
  font-size: 1.8rem;
  line-height: 1.3;
  color: #4d4f54;
}

/*header*/
.navbar-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar-nav .nav-link:not(.btn):hover, .navbar-nav .nav-link:not(.btn).active {
  color: #7777FF;
}
.navbar-nav .btn {
  margin-left: 1rem;
}

/*copy*/
.copy-wrap {
  color: #fff;
  font-size: 1.3rem;
}
.copy-wrap .navbar-collapse {
  text-align: right;
}
.copy-wrap .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.copy-wrap .navbar-nav .nav-link {
  padding: 0 1rem;
  font-size: 1.6rem;
  font-weight: 400;
  opacity: 0.9;
}
.copy-wrap .navbar-nav .nav-link:hover {
  opacity: 1;
}
.copy-wrap .legal-notice {
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
}
.copy-wrap .legal-notice a, .copy-wrap .legal-notice .divi {
  color: #D4D7DE;
  opacity: 0.8;
}
.copy-wrap .legal-notice a:hover, .copy-wrap .legal-notice .divi:hover {
  opacity: 1;
}
.copy-wrap .copylight {
  color: #B8BCC8;
}
.copy-wrap .legal-notice, .copy-wrap .copylight {
  text-align: right;
}
.copy-wrap .sns-channels ul {
  margin-left: auto;
  margin-top: 0.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: right;
}
.copy-wrap .sns-channels li {
  margin: 0 0.6rem;
}
.copy-wrap .sns-channels a {
  display: block;
  width: 3.4rem;
  height: 3.4rem;
  line-height: 3.4rem;
  border-radius: 50%;
  opacity: 0.8;
}
.copy-wrap .sns-channels a:hover {
  opacity: 1;
}
.copy-wrap .sns-channels .kakao a {
  background: rgba(255, 255, 255, 0.5) url(../../resources/images/icon/sns_kakao.svg) no-repeat center center/2.3rem auto;
}
.copy-wrap .sns-channels .blog a {
  background: rgba(255, 255, 255, 0.5) url(../../resources/images/icon/sns_blog.svg) no-repeat center center/2rem auto;
}
.copy-wrap .sns-channels .instagram a {
  background: rgba(255, 255, 255, 0.5) url(../../resources/images/icon/sns_instagram.svg) no-repeat center center/2.2rem auto;
}
.copy-wrap .sns-channels .facebook a {
  background: rgba(255, 255, 255, 0.5) url(../../resources/images/icon/sns_facebook.svg) no-repeat center center/2.4rem auto;
}
.copy-wrap .sns-channels .mail a {
  background: rgba(255, 255, 255, 0.5) url(../../resources/images/icon/sns_mail.svg) no-repeat center center/2.2rem auto;
}

/*login*/
.wrap-login {
  position: relative;
  display: block;
}
.wrap-login .input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrap-login .input-wrap .icon20 {
  position: absolute;
}
.wrap-login .input-label {
  width: 8rem;
}

.txt-wrap {
  text-align: center;
  margin-bottom: 20px;
}
.txt-wrap .txt {
  margin-top: 4px;
  font-size: 20px;
  font-weight: 600;
  color: #6e7178;
}

.box-gray {
  display: block;
  padding: 8px 16px 20px;
  width: 100%;
  background-color: #f0f0f0;
  border-radius: 0.8rem;
}

.box-wht {
  margin: 0 auto;
  padding: 3rem;
  border-radius: 2rem;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.08);
  border: solid 1px #d4d7de;
  background: #fff;
}
.box-wht.type-1 {
  max-width: 44rem;
}
.box-wht.type-2 {
  max-width: 50rem;
}
.box-wht.type-3 {
  height: 10rem;
  max-width: 14rem;
  margin: 0 2rem 0 0;
  padding: 0 !important;
  overflow: hidden;
}
.box-wht.type-3 img {
  position: relative;
  top: -2rem;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.box-wht.type-form {
  max-width: 80rem;
}
.box-wht .ui-link {
  top: -0.4rem;
  right: -1rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.box-wht .name {
  font-size: 2.6rem;
  font-weight: 600;
  color: #7777FF;
}

.wrap-name {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap-my {
  margin-top: 2.4rem;
}
.wrap-my .col-lg-12, .wrap-my .col-lg-7, .wrap-my .col-lg-5 {
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}
.wrap-my h3.title-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrap-my h3.title-l .icon36 {
  margin-right: 0.4rem;
}

.business .list-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.business .list-dl dl:nth-child(odd) {
  width: calc(40% - 0.5rem);
}
.business .list-dl dl:nth-child(even) {
  width: calc(60% - 0.5rem);
}
.business .list-dl dl + dl {
  margin-left: 1rem;
}
.business .list-dl dl + dl:nth-child(odd) {
  margin-left: 0;
}

.t-link-wrap {
  margin-top: 12px;
  width: 100%;
  text-align: center;
}
.t-link-wrap .item {
  position: relative;
  padding-right: 2em;
}
.t-link-wrap .item:hover {
  color: #7777FF;
}
.t-link-wrap .item:after {
  content: "";
  position: absolute;
  top: 15%;
  right: 1em;
  display: inline-block;
  width: 1px;
  height: 70%;
  background-color: #818181;
}
.t-link-wrap .item:last-child {
  padding-right: 0;
}
.t-link-wrap .item:last-child::after {
  display: none;
}

.err-wrap {
  position: relative;
  height: 50rem;
  min-height: calc(100vh - 23rem);
}
.err-wrap .row {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.err-wrap .title-wrap .display-5 {
  margin: 6rem 0 5.2rem;
}
.err-wrap .text-wrap {
  margin-bottom: 7rem;
}

.wrap_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 8rem;
}
.wrap_box .box_area {
  margin-top: 1rem;
}
.wrap_box .box {
  position: relative;
  background: #E4E4FF;
  -webkit-box-shadow: 0 10px 20px #ececec;
          box-shadow: 0 10px 20px #ececec;
  border-radius: 16px;
  padding: 2rem;
}
.wrap_box .box .inner {
  text-align: center;
}
.wrap_box .itm-box {
  color: #7777FF;
  background: #fff;
  font-weight: 600;
  border: 2px solid #7777FF;
  border-radius: 13px;
  padding: 1rem 0.2rem;
  font-size: 1.7rem;
}
.wrap_box .itm-box + .itm-box {
  margin-top: 30px;
}

.wrap_arr_line {
  margin: -7rem -5rem 0;
  height: 20rem;
  width: calc(100% + 10rem);
  background: url(../../resources/images/img/img_arr.svg) no-repeat center center/100% auto;
}

.box_sm {
  padding: 0.4rem;
  display: inline-block;
  width: 12rem;
  font-size: 1.4rem;
  text-align: center;
  white-space: nowrap;
}

.wrap-conts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.wrap-conts li {
  padding: 2rem;
  margin: 10px;
  font-size: 1.5rem;
}
.wrap-conts li img {
  height: 8rem;
  margin-right: 1rem;
}
.wrap-conts li .border-top {
  width: 100%;
}
.wrap-conts .box {
  float: left;
  width: calc(33.333% - 20px);
}
.wrap-conts .box > div {
  width: 100%;
}

.wrap_img {
  position: relative;
  background: #020202;
}
.wrap_img .txt-wrp {
  position: relative;
  top: 6.4rem;
}
.wrap_img .txt-wrp .ttl-s {
  font-size: 3.2rem;
}
.wrap_img .txt-wrp .ttl-b {
  font-size: 4rem;
  margin-top: 0.4rem;
}
.wrap_img .txt-wrp .txt {
  font-size: 1.9rem;
}

.wrap_img .photo-walk .txt-wrp.about {
  top: 14rem;
}

.wrap_img .photo-cmnt .txt-wrp {
  top: 8rem;
}

.bg-img {
  position: relative;
  width: 100%;
  height: 30rem;
}
.bg-img.gym {
  height: 70rem;
  background: #020202 url(../../resources/images/img/bg_gym.png) no-repeat center top/cover;
}
.bg-img.hand {
  height: 40rem;
  background: #020202 url(../../resources/images/img/bg_photo_hand.png) no-repeat center top/cover;
}
.bg-img.counseling {
  background: #020202 url(../../resources/images/img/bg_counseling.png) no-repeat center center/cover;
}
.bg-img.photo-men {
  height: 36rem;
  background: #020202 url(../../resources/images/img/bg_photo_men.png) no-repeat center center/cover;
}
.bg-img.photo-walk {
  height: 36rem;
  background: #020202 url(../../resources/images/img/bg_photo_walk.png) no-repeat center center/cover;
}
.bg-img.photo-cmnt {
  height: 36rem;
  background: #020202 url(../../resources/images/img/bg_photo_cmnt.png) no-repeat left center/cover;
}
.bg-img.photo-cmnt .txt-wrp {
  left: initial;
  right: 1rem;
  text-align: right;
}

.wrap_txt {
  position: relative;
  margin: 0 auto;
  text-align: center;
  z-index: 3;
}
.wrap_txt.type {
  margin-top: 9rem;
}

.bg-img.hand .wrap_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wrap_com {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}

.txt_absolute {
  position: absolute;
  top: 6rem;
  left: 3rem;
  width: 30rem;
}

/*input form*/
.input-grp-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-grp-wrap .label {
  margin-right: 4px;
}

.input-wrap {
  position: relative;
  width: 100%;
  margin-bottom: 16px;
}

.with-btn {
  position: relative;
}
.with-btn input:focus ~ .btn-txt {
  color: #FFA303;
}
.with-btn .ui-input {
  padding-left: 1rem;
  padding-right: 1rem;
}
.with-btn .btn-txt {
  position: absolute;
  right: 1rem;
  bottom: 0.3rem;
  width: 4.4rem;
  font-size: 1.4rem;
  color: #75777f;
}

.with-icon {
  width: 100%;
}
.with-icon .form-control {
  padding-left: 30px;
  background-position: center left 4px;
  background-repeat: no-repeat;
}

.with-btn {
  position: relative;
}
.with-btn [class*=icon] {
  position: absolute;
  right: 1rem;
  top: 0.6em;
}
.with-btn .form-control.is-invalid {
  background-image: none;
}

.required::after {
  content: "*";
  margin-left: 0.2rem;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #eb4762;
}

.input-label {
  font-weight: 500;
}

.ui-input {
  padding: 10px 20px;
  height: 38px;
  width: 100%;
  border: 1px solid #D4D7DE;
  border-radius: 0.8rem;
  caret-color: #FFA303;
  background-color: #fff;
}
.ui-input:disabled {
  border-color: #D4D7DE;
  background-color: #f8f8fa;
  color: #F1F2F4;
}
.ui-inputtextarea {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.ui-input.ui-search {
  border: none;
  background-color: #f2f3f7;
}

.ui-wrap {
  position: relative;
  /*체크박스 checkbox*/
}
.ui-wrap + .ui-wrap {
  margin-top: 1.2rem;
}
.ui-wrap .ui-checkbox, .ui-wrap .ui-radio {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.ui-wrap .ui-checkbox + label, .ui-wrap .ui-radio + label {
  -webkit-transition: all 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: all 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
  border-radius: 0;
  min-width: 1rem;
  text-decoration: none;
  position: relative;
  margin-top: 0 !important;
  padding: 0.3rem 0 0.3em 1.8em;
  min-height: 2em;
  border: 0;
}
.ui-wrap .ui-checkbox + label i.ico-checkbox, .ui-wrap .ui-checkbox + label i.ico-radio, .ui-wrap .ui-radio + label i.ico-checkbox, .ui-wrap .ui-radio + label i.ico-radio {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 0.9em;
  -webkit-transition: border 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: border 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
  left: 0.3em;
  display: block;
  width: 18px;
  height: 18px;
  border: 2px solid #D4D7DE;
}
.ui-wrap .ui-checkbox + label i.ico-checkbox:after, .ui-wrap .ui-checkbox + label i.ico-radio:after, .ui-wrap .ui-radio + label i.ico-checkbox:after, .ui-wrap .ui-radio + label i.ico-radio:after {
  content: "";
  -webkit-transform: translate3D(0, 0, 0) rotate(-45deg);
          transform: translate3D(0, 0, 0) rotate(-45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  margin-left: 1px;
  border: solid transparent;
  border-width: 0 0 2px 2px;
}
.ui-wrap .ui-checkbox + label i.ico-checkbox.square, .ui-wrap .ui-checkbox + label i.ico-radio.square, .ui-wrap .ui-radio + label i.ico-checkbox.square, .ui-wrap .ui-radio + label i.ico-radio.square {
  position: absolute;
  left: 0;
  background-color: #fff;
  border: 1px solid #9396A0;
  border-radius: 4px;
}
.ui-wrap .ui-checkbox + label i.ico-checkbox.square + .txt, .ui-wrap .ui-checkbox + label i.ico-radio.square + .txt, .ui-wrap .ui-radio + label i.ico-checkbox.square + .txt, .ui-wrap .ui-radio + label i.ico-radio.square + .txt {
  display: inline-block;
  width: calc(100% - 3rem);
}
.ui-wrap .ui-checkbox + label i.ico-checkbox.square:after, .ui-wrap .ui-checkbox + label i.ico-radio.square:after, .ui-wrap .ui-radio + label i.ico-checkbox.square:after, .ui-wrap .ui-radio + label i.ico-radio.square:after {
  -webkit-animation: ico-check 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
          animation: ico-check 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  -webkit-transform: translate3D(-0.5em, 0, 0) rotate(-45deg);
          transform: translate3D(-0.5em, 0, 0) rotate(-45deg);
  width: 0.7em;
  height: 0.3em;
  border-color: #fff;
}
.ui-wrap .ui-checkbox:checked:not([disabled]) + label i.ico-checkbox, .ui-wrap .ui-radio:checked:not([disabled]) + label i.ico-checkbox {
  border: 2px solid #FFA303;
  background-color: #FFA303;
}
.ui-wrap .ui-checkbox:checked:not([disabled]) + label i.ico-radio, .ui-wrap .ui-radio:checked:not([disabled]) + label i.ico-radio {
  background-color: #FFA303;
  border-color: #FFA303;
}
.ui-wrap .ui-checkbox:checked:not([disabled]) + label i.ico-radio:after, .ui-wrap .ui-radio:checked:not([disabled]) + label i.ico-radio:after {
  margin-left: 0;
  width: 0.4em;
  height: 0.4em;
  border-radius: 50%;
  background-color: #fff;
}
.ui-wrap .ui-checkbox[disabled] + label, .ui-wrap .ui-radio[disabled] + label {
  color: #D4D7DE;
}
.ui-wrap .ui-checkbox[disabled] + label i.ico-checkbox, .ui-wrap .ui-checkbox[disabled] + label i.ico-radio, .ui-wrap .ui-radio[disabled] + label i.ico-checkbox, .ui-wrap .ui-radio[disabled] + label i.ico-radio {
  border: 2px solid #6E7178;
  background-color: #6E7178;
}
.ui-wrap .ui-checkbox[disabled]:not([checked]) + label i.ico-checkbox, .ui-wrap .ui-checkbox[disabled] i.ico-radio, .ui-wrap .ui-radio[disabled]:not([checked]) + label i.ico-checkbox, .ui-wrap .ui-radio[disabled] i.ico-radio {
  border-color: #D4D7DE;
  background-color: #D4D7DE;
}
.ui-wrap .ui-checkbox[disabled]:not([checked]) + label i.ico-checkbox:after, .ui-wrap .ui-checkbox[disabled] i.ico-radio:after, .ui-wrap .ui-radio[disabled]:not([checked]) + label i.ico-checkbox:after, .ui-wrap .ui-radio[disabled] i.ico-radio:after {
  display: none;
}
.ui-wrap .ui-checkbox + label.big i.ico-checkbox, .ui-wrap .ui-checkbox + label.big i.ico-radio, .ui-wrap .ui-radio + label.big i.ico-checkbox, .ui-wrap .ui-radio + label.big i.ico-radio {
  width: 1.6em;
  height: 1.6em;
}

.form-control, .form-select {
  background-color: #F1F2F4;
}

.wrap-from dt {
  margin-top: 1.6rem;
  margin-bottom: 0.4rem;
  font-size: 1.7rem;
}
.wrap-from.type-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrap-from.type-inline dt {
  margin-bottom: 0;
}
.wrap-from.type-inline dd {
  margin-top: 1.6rem;
  margin-left: 1.6rem;
}

/*스위치 switch*/
.ui-switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
}
.ui-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.ui-switch input:checked + .slider {
  background-color: #FFA303;
}
.ui-switch input:checked + .slider:before {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.ui-switch input:disabled + .slider {
  opacity: 0.3;
}
.ui-switch input:disabled + .slider:before {
  background: #F1F2F4;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ui-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 2rem;
  background-color: #d4d7de;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.ui-switch .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3019607843);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3019607843);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.drop-box-addrs {
  position: absolute;
  left: 0;
  right: 0;
  top: 45px;
  padding: 0 20px 10px;
  background-color: #fff;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 2;
  border: 1px solid #ccc;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 3px 6px 5px;
  box-shadow: rgba(0, 0, 0, 0.16) 3px 6px 5px;
}

.lst-addr li {
  margin-bottom: 5px;
  font-weight: 400;
}

.lst-addr li:hover {
  text-decoration: underline;
  cursor: pointer;
}

.wrap-box {
  margin: 0;
  text-align: center;
  color: #fff;
}
.wrap-box .col-md-4 {
  position: relative;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
.wrap-box .col-md-4::after {
  content: "";
  position: absolute;
  right: -1.8rem;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  width: 18px;
  height: 53px;
  background-image: url(../../resources/images/icon/ico_arrow_right.svg);
  background-size: 18px 53px;
  background-position: center;
}
.wrap-box .col-md-4:last-child::after {
  display: none;
}
.wrap-box .box-itm {
  position: relative;
  padding: 1.6rem 2rem;
  height: 32rem;
  border-radius: 2rem;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.wrap-box .box-itm .step {
  font-size: 20px;
  font-weight: 800;
  text-align: left;
}
.wrap-box .box-itm .h5 {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 0.8rem 1.2rem;
  display: inline-block;
  white-space: nowrap;
  font-size: 2rem;
  border-radius: 2rem;
  background-color: rgba(0, 0, 0, 0.5019607843);
}
.wrap-box .box-itm .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2.4rem 2.4rem;
  width: 100%;
  height: 9rem;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.5019607843)), to(#000));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5019607843), #000);
  color: #fff;
  font-size: 1.7rem;
}
.wrap-box .box-itm.itm-1 {
  background-image: url(../../resources/images/img/box_itm01.png);
}
.wrap-box .box-itm.itm-2 {
  background-image: url(../../resources/images/img/box_itm02.png);
}
.wrap-box .box-itm.itm-3 {
  background-image: url(../../resources/images/img/box_itm03.png);
}
.wrap-box .h5 {
  margin-top: 1rem;
  margin-bottom: 4rem;
}

.wrap-box-topic {
  margin: 0 auto;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wrap-box-topic .col-lg-4, .wrap-box-topic .col-lg-3 {
  position: relative;
}
.wrap-box-topic .col-lg-4 {
  padding-right: 2rem;
  padding-left: 2rem;
}
.wrap-box-topic .col-lg-3 {
  padding-right: 1rem;
  padding-left: 1rem;
  min-width: 26rem;
}
.wrap-box-topic .box-itm {
  position: relative;
  margin-bottom: 2rem;
  display: block;
  border-radius: 2rem;
  background-position: center;
  overflow: hidden;
}
.wrap-box-topic .box-itm:hover {
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}
.wrap-box-topic .box-itm .h5 {
  position: absolute;
  top: 1.8rem;
  left: 1.8rem;
  padding: 0.6rem 1.8rem;
  display: inline-block;
  white-space: nowrap;
  font-size: 1.8rem;
  border-radius: 2rem;
  background-color: #7777FF;
  color: #fff;
}
.wrap-box-topic .box-itm .txt-box {
  padding: 1.6rem 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 8.6rem;
  text-align: center;
  font-size: 1.8rem;
  background-color: #F1F2F4;
}
.wrap-box-topic .box-itm .photo {
  height: 18rem;
  background-size: cover;
}
.wrap-box-topic .box-itm .itm-1 {
  background-image: url(../../resources/images/img/img_topic01.png);
}
.wrap-box-topic .box-itm .itm-2 {
  background-image: url(../../resources/images/img/img_topic02.png);
}
.wrap-box-topic .box-itm .itm-3 {
  background-image: url(../../resources/images/img/img_topic03.png);
}
.wrap-box-topic .box-itm .itm-4 {
  background-image: url(../../resources/images/img/img_topic04.png);
}
.wrap-box-topic .box-itm .itm-5 {
  background-image: url(../../resources/images/img/img_topic05.png);
}
.wrap-box-topic .box-itm .itm-6 {
  background-image: url(../../resources/images/img/img_topic06.png);
}
.wrap-box-topic .box-itm .itm-7 {
  background-image: url(../../resources/images/img/img_topic07.png);
}
.wrap-box-topic .box-itm .itm-8 {
  background-image: url(../../resources/images/img/img_topic08.png);
}
.wrap-box-topic .box-itm .itm-9 {
  background-image: url(../../resources/images/img/img_topic09.png);
}
.wrap-box-topic .box-itm .itm-10 {
  background-image: url(../../resources/images/img/img_topic10.png);
}
.wrap-box-topic .box-itm .itm-11 {
  background-image: url(../../resources/images/img/img_topic11.png);
}
.wrap-box-topic .box-itm .itm-12 {
  background-image: url(../../resources/images/img/img_topic12.png);
}
.wrap-box-topic .box-itm .itm-13 {
  background-image: url(../../resources/images/img/img_topic13.png);
}
.wrap-box-topic .box-itm .itm-14 {
  background-image: url(../../resources/images/img/img_topic14.png);
}
.wrap-box-topic .box-itm .itm-15 {
  background-image: url(../../resources/images/img/img_topic15.png);
}
.wrap-box-topic .wrap-txt {
  text-align: left;
}
.wrap-box-topic .wrap-txt .title-l {
  margin-bottom: 1.2rem;
}
.wrap-box-topic.type-line .col-md-6 {
  padding-top: 3rem;
  border-top: solid 1px #6e7178;
}

.wrap-box-icns {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.wrap-box-icns .col-md-4 {
  padding-right: 2rem;
  padding-left: 2rem;
}
.wrap-box-icns .col-md-4:nth-child(2) .box-itm {
  background-color: #6e7178;
  color: #fff;
}
.wrap-box-icns .col-md-4:nth-child(2) .box-itm:hover {
  background-color: #5e6067;
}
.wrap-box-icns .box-itm {
  position: relative;
  padding: 3rem 0.8rem 1.6rem;
  margin-bottom: 2rem;
  display: block;
  width: 100%;
  border-radius: 2rem;
  background-position: center;
  overflow: hidden;
  text-align: center;
  border-radius: 20px;
  -webkit-box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.1490196078);
  background-color: #e3e4e9;
}
.wrap-box-icns .box-itm:hover {
  background-color: #e7e8ec;
}
.wrap-box-icns .box-itm .h5 {
  padding-top: 1.8rem;
  display: inline-block;
  white-space: nowrap;
  font-size: 1.8rem;
}
.wrap-box-icns .box-itm .txt {
  padding: 1.6rem 0;
  font-size: 1.8rem;
}
.wrap-box-icns .box-itm .itm-1 {
  background: url(../../resources/images/icon/icon_doc.svg) no-repeat center/8rem 8rem;
}
.wrap-box-icns .box-itm .itm-2 {
  background: url(../../resources/images/icon/icon_law.svg) no-repeat center/9rem 9rem;
}
.wrap-box-icns .box-itm .itm-3 {
  background: url(../../resources/images/icon/icon_cslt.svg) no-repeat center/8rem 8rem;
}

.wrap-cmnt .col-md-4 {
  position: relative;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
.wrap-cmnt .box-itm {
  position: relative;
  padding: 1.6rem 2rem;
  height: 32rem;
  border-radius: 2rem;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.wrap-cmnt .box-itm .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 2.4rem 2.4rem;
  color: #fff;
  font-size: 2rem;
}
.wrap-cmnt .box-itm.itm-1 {
  background: url(../../resources/images/img/img_cmnt_1.png) no-repeat center center/cover;
}
.wrap-cmnt .box-itm.itm-2 {
  background: url(../../resources/images/img/img_cmnt_2.png) no-repeat center center/cover;
}
.wrap-cmnt .box-itm.itm-3 {
  background: url(../../resources/images/img/img_cmnt_3.png) no-repeat center center/cover;
}
.wrap-cmnt .button {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
}

.benefit {
  margin-top: 10rem !important;
}

.itm-round .itm {
  text-align: center;
}
.itm-round .h5 {
  margin-top: 2.8rem;
}

.itm-img {
  margin: 0 auto;
  display: block;
  width: 17rem;
  height: 17rem;
  border-radius: 50%;
  border: 3px solid #4A4B50;
}
.itm-img.itm-1 {
  background: #fff url(../../resources/images/img/img_do_01.png) no-repeat center center/18.6rem 18.6rem;
}
.itm-img.itm-2 {
  background: #fff url(../../resources/images/img/img_do_02.png) no-repeat center center/17rem 17rem;
}
.itm-img.itm-3 {
  background: #fff url(../../resources/images/img/img_do_03.png) no-repeat center center/18.6rem 18.6rem;
}

/*list*/
.list-type dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list-type dl dt {
  color: #B8BCC8;
  font-weight: 500;
}
.list-type dl dd {
  padding: 0 1rem 0.4rem 0.5rem;
  color: #E3E4E9;
  font-weight: 300;
}

.list-term li {
  margin-top: 1.2rem;
  padding-bottom: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #E3E4E9;
}
.list-term .link {
  margin-left: auto;
}

.list-dl dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.8rem 1rem;
  border-radius: 5px;
  background-color: #f1f2f4;
}
.list-dl dt {
  margin-right: 1rem;
  color: #7777FF;
  font-weight: 500;
  white-space: nowrap;
}
.list-dl dd {
  font-weight: 500;
}

.list-qna {
  margin-top: 2rem;
}
.list-qna li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.8rem 3.6rem 0.8rem 1rem;
  border-radius: 30px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(75, 98, 172, 0.16);
          box-shadow: 0 2px 4px 0 rgba(75, 98, 172, 0.16);
  background-color: #f1f2f4;
}
.list-qna li a:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.8rem;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../../resources/images/icon/icon_next.svg) no-repeat center center/2rem 2rem;
}
.list-qna .num {
  display: inline-block;
  padding-right: 0.2em;
  margin-right: 1rem;
  padding: 0.2em 0.4em;
  min-width: 1.86em;
  background-color: #7777FF;
  text-align: center;
  font-weight: 500;
  color: #fff;
  border-radius: 4rem;
}
.list-qna .date {
  margin-left: auto;
  white-space: nowrap;
  font-size: 1.5rem;
  color: #9396A0;
  font-weight: 400;
}
.list-qna .txt {
  font-weight: 400;
}

.lst-type-disc {
  text-align: left;
}
.lst-type-disc > ul > li, .lst-type-disc > li {
  text-indent: -0.8em;
  padding-left: 1.6em;
}
.lst-type-disc > ul > li::before, .lst-type-disc > li::before {
  content: "•";
  display: inline-block;
  font-weight: 600;
}

.wrap-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
  border-top: 1px solid #e3e3e3;
}
.wrap-table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
}
.wrap-table dl dt {
  float: left;
  -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
  padding: 1.2rem;
  background-color: #f1f1f1;
  border-bottom: 1px solid #e3e3e3;
  font-size: 1.5rem;
  font-weight: 600;
}
.wrap-table dl dd {
  float: left;
  -ms-flex-preferred-size: 85%;
      flex-basis: 85%;
  padding: 1.2rem;
  background-color: #fff;
  border-bottom: 1px solid #e3e3e3;
}
.wrap-table.type-half dl {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.wrap-table.type-half dl dt {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  white-space: nowrap;
}
.wrap-table.type-half dl dd {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}

.scroll-wrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  -ms-overflow-style: none; /* 인터넷 익스플로러 */
  scrollbar-width: none; /* 파이어폭스 */
}
.scroll-wrap::-webkit-scrollbar {
  display: none;
}

.scroll-wrap-x {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  -ms-overflow-style: none; /* 인터넷 익스플로러 */
  scrollbar-width: none; /* 파이어폭스 */
}
.scroll-wrap-x::-webkit-scrollbar {
  display: none;
}

.accordion-item {
  border-radius: 3rem;
  padding: 0 0.6rem 0.1rem 0.1rem;
  -webkit-box-shadow: 0 2px 4px 0 rgba(75, 98, 172, 0.1607843137);
          box-shadow: 0 2px 4px 0 rgba(75, 98, 172, 0.1607843137);
  background-color: #fff;
}
.accordion-item.active {
  padding-bottom: 1rem;
  border: 1px solid #7777FF;
  border-radius: 2rem;
}
.accordion-item .accordion-button {
  font-size: 2rem;
  font-weight: 600;
  color: #111;
}
.accordion-item .accordion-button::before {
  content: "Q";
  display: block;
  margin-right: 1.2rem;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #7777FF;
  font-weight: 400;
  color: #fff;
  line-height: 30px;
  text-align: center;
}
.accordion-item .accordion-body {
  position: relative;
  padding-left: 5.6rem;
}
.accordion-item .accordion-body::before {
  content: "A";
  position: absolute;
  left: 1.2rem;
  top: 1.6rem;
  display: block;
  margin-right: 1.2rem;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #B8BCC8;
  font-weight: 400;
  color: #fff;
  line-height: 30px;
  text-align: center;
}

.consulting-wrap {
  margin-top: 2rem;
  margin-bottom: 9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
}

.round-primary {
  position: absolute;
  top: -3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0 auto;
  height: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10rem;
  padding: 3.4rem 8rem;
  border-radius: 50rem;
  -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.1490196078);
  background-color: #e4e4ff;
  text-align: center;
}
.round-primary.type {
  top: 2rem;
}
.round-primary .number {
  margin-bottom: 0.4rem;
  font-size: 4rem;
  color: #7777FF;
  font-weight: bold;
}

.history-txt {
  position: relative;
  top: -1rem;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.list_right {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.list_right div {
  position: relative;
  display: table-cell;
  vertical-align: top;
}

.list_right div:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 2px;
  height: 87%;
  background: #6E7178;
}

.list_right div ul li {
  display: table;
  position: relative;
  width: 100%;
  padding-left: 20px;
}
.list_right div ul li:before {
  content: "";
  position: absolute;
  left: -6.2px;
  top: 1px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #B8BCC8;
}
.list_right div ul li.active::before {
  background-color: #4A4B50;
}

.list_right div ul li + li {
  margin-top: 36px;
}

.list_right dl {
  text-align: left;
  display: table;
  width: 100%;
}

.list_right dl dt {
  position: absolute;
  left: -110px;
  top: -3px;
  width: 90px;
  display: table-cell;
  vertical-align: middle;
  font-size: 17px;
  color: #292A2E;
  font-weight: bold;
  text-align: right;
}

.list_right dl dd {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  text-align: left;
  line-height: 1;
}

.box-review {
  position: relative;
  width: 100%;
  max-width: 100rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 14rem auto 2.4rem;
  padding: 7rem 3rem 3rem;
  border-radius: 2rem;
  background-color: rgba(255, 255, 255, 0.89);
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
}
.box-review p {
  margin-bottom: 1.6rem;
}
.box-review .display-3 {
  margin: 3rem auto 1rem;
}
.box-review .txt-m {
  color: #4a4b50;
}
.box-review .txt-mark {
  position: relative;
  margin: 2.4rem auto;
  display: inline-block;
}
.box-review .txt-mark::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -3rem;
  top: -1rem;
  width: 2rem;
  height: 3.8rem;
  background: url(../../resources/images/icon/icon_mark1.png) no-repeat center/2rem 3.8rem;
}
.box-review .txt-mark::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -3rem;
  top: -1rem;
  width: 2rem;
  height: 3.8rem;
  background: url(../../resources/images/icon/icon_mark2.png) no-repeat center/2rem 3.8rem;
}
.box-review .img-wrap {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -11rem;
}
.box-review .img-wrap .img {
  width: 18rem;
  height: 18rem;
}

.wrap-lawyer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.wrap-lawyer .lawyer {
  width: 20rem;
  margin-right: 3rem;
}
.wrap-lawyer .lawyer .img {
  width: 100%;
}
.wrap-lawyer .txt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.wrap-lawyer .txt .display-5 {
  font-size: 2.4rem;
  font-weight: 500;
}
.wrap-lawyer .txt .display-4 {
  font-size: 3rem;
  font-weight: 600;
}
.wrap-lawyer .text {
  line-height: 1.2;
}

.intro-nav {
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 100px;
  top: 50%;
  vertical-align: middle;
}

.vertslider-left_nav, .vertslider-right_nav {
  height: 100px;
  width: 100px;
}

.vertslider-left_nav {
  float: left;
  background-image: url("images/left_arrow.png");
  background-size: contain;
}

.vertslider-right_nav {
  float: right;
  background-image: url("images/right_arrow.png");
  background-size: contain;
}

.vertslider-pager {
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 50px;
  bottom: 0px;
}

.vertslider-pager > .vertslider-pager-inner-wrapper {
  width: 150px;
  position: relative;
  margin: 0 auto;
}

.vertslider-pager > .vertslider-pager-inner-wrapper > a {
  margin-left: 10px;
  margin-right: 10px;
  color: black;
}

.vertslider-pager > .vertslider-pager-inner-wrapper > a.vertslider-pager-link.active {
  color: red;
}

.vertslider-page-wrapper.first-page.active ~ div.vertslider-left_nav {
  display: none;
}

.vertslider-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
}

.vertslider-page-wrapper {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  overflow: hidden;
  left: 0;
  -webkit-transition: left 500ms ease;
  transition: left 500ms ease;
  background-color: #FFF;
}

.arr_bounce {
  -webkit-animation: arr_bounce 1s infinite;
          animation: arr_bounce 1s infinite;
}

@-webkit-keyframes arr_bounce {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(3px, 0);
            transform: translate(3px, 0);
  }
}

@keyframes arr_bounce {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(3px, 0);
            transform: translate(3px, 0);
  }
}
@media (max-width: 1219px) {
  .col-lg-9 {
    width: 90%;
  }
  .col-lg-10 {
    width: 100%;
  }
  .wrap-box-topic .col-lg-4, .wrap-box-topic .col-lg-3 {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }
  .wrap-box-topic .box-itm .txt-box {
    font-size: 1.6rem;
  }
  .wrap-box-topic .wrap-txt {
    text-align: center;
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  body {
    font-size: 1.5rem;
  }
  body, div, dl, dt, dd, ul, ol, li, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select, textarea, button {
    letter-spacing: -0.8px;
  }
  h6, .h6 {
    font-size: 1.5rem;
  }
  .p-none {
    display: block !important;
  }
  .m-none {
    display: none !important;
  }
  .m-none-flex {
    display: none !important;
  }
  .md-block {
    display: block;
  }
  .px-5 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .item-right.total {
    top: 0.4rem;
    font-size: 1.5rem;
  }
  .title-wrap {
    margin-bottom: 2rem;
  }
  .history .list_right div:before {
    height: 80%;
  }
  .history-txt {
    top: 1rem;
  }
  .history-txt .title-l {
    font-size: 2rem;
  }
  .navbar {
    padding: 1rem 0;
  }
  .navbar .logo {
    height: 3rem;
    width: 13rem;
  }
  .navbar .logo .navbar-brand {
    background: url(../../resources/images/img/logo.svg) no-repeat center/111px 31px;
  }
  .nav-menu {
    display: block;
  }
  .nav-menu.open .nav-icon {
    background-color: transparent;
  }
  .nav-menu.open .nav-icon::before {
    top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
  }
  .nav-menu.open .nav-icon::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
  }
  .nav-overlay.active {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    overflow: auto;
    height: auto;
    width: 100%;
    min-height: 100%;
    background-color: rgba(17, 17, 17, 0.5);
    z-index: 98;
    opacity: 1;
  }
  .bg-img.counseling {
    max-height: 20rem;
  }
  .bg-img .wrap_txt.type {
    margin-top: 4rem;
  }
  .bg-img .wrap_txt.type .display-3 {
    line-height: 1.4;
  }
  .bg-img.hand {
    height: 28rem;
  }
  .popup-wrapper .pop-full {
    max-height: 100vh;
    max-width: 100%;
    height: 100vh;
    width: 100%;
    border-radius: 0;
    padding: 0;
  }
  .popup-wrapper .pop-full .section-header {
    padding: 0.8rem 1.6rem;
    margin-bottom: 0;
  }
  .popup-wrapper .pop-full .section-header .title-l {
    margin-bottom: 0;
    line-height: 1;
  }
  .popup-wrapper .pop-full .wrap-type2 {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
  .type-full {
    top: 5.2rem;
  }
  .type-full .wrap-mo {
    padding: 2rem 0 0 0;
    min-height: calc(100vh - 5.2rem);
  }
  .type-full.popup-wrapper .pop-container {
    min-height: calc(100vh - 5.2rem);
  }
  .type-full .box-wht {
    max-height: calc(100vh - 10rem);
  }
  .type-full .box-wht .list-qna {
    max-height: calc(100vh - 30rem);
  }
  .type-full .box-wht .mt30 {
    margin-top: 2.2rem !important;
  }
  .wrap-table dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .wrap-table dl dd {
    padding-left: 2rem;
    font-size: 1.7rem;
  }
  .wrap-table.type-half dl {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .err-wrap {
    position: relative;
    min-height: calc(100vh - 38rem);
  }
  .err-wrap .img-wrap img {
    width: 20rem;
    height: 8.2rem;
  }
  .err-wrap .title-wrap {
    margin-bottom: 2rem;
  }
  .err-wrap .title-wrap .display-5 {
    margin: 2.4rem 0 2rem;
  }
  .err-wrap .text-wrap {
    margin-bottom: 3rem;
  }
  .wrap-box .col-md-4 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
  .wrap-box .box-itm .h5 {
    font-size: 1.7rem;
  }
  .wrap-box .box-itm .txt {
    padding: 1.6rem;
    font-size: 1.5rem;
  }
  .wrap-cmnt .col-md-4 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    margin-bottom: 2rem;
  }
  .wrap-cmnt .box-itm .txt {
    padding: 1.6rem;
    font-size: 1.5rem;
  }
  .wrap-box-icns {
    padding-left: 1.2rem;
    padding-right: 0;
    margin-right: 1.6rem;
  }
  .wrap-box-icns .col-md-4 {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
  .wrap-box-icns .col-md-4:nth-child(2) .box-itm .txt {
    min-height: 9.7rem;
  }
  .wrap-box-icns .box-itm {
    padding: 2rem 0.8rem 1rem;
  }
  .wrap-box-icns .box-itm .txt {
    padding: 0.8rem 0;
    min-height: 10.7rem;
    font-size: 1.4rem;
  }
  .wrap-box-icns .box-itm .icon80 {
    width: 5rem;
    height: 5rem;
    background-size: 5rem 5rem;
  }
  .wrap-box-icns .box-itm .icon90 {
    width: 6rem;
    height: 6rem;
    background-size: 6rem 6rem;
  }
  .itm_img {
    width: 12rem;
    height: 12rem;
    -webkit-transform: scale(80%, 80%);
            transform: scale(80%, 80%);
  }
  .itm_img + .h5 {
    margin-top: 0;
    margin-bottom: 2.2rem;
  }
  .itm_img + .h5 .mt5 {
    margin-top: 0 !important;
  }
  .itm-img {
    width: 14rem;
    height: 14rem;
  }
  .swiper, .swiper .swiper-slide .container {
    max-height: 38.8rem;
  }
  .swiper-slide, .swiper-wrapper {
    min-height: 38.8rem;
  }
  .wrap_img .txt-wrp .ttl-b {
    line-height: 0.6;
    margin-top: 1rem;
  }
  .swiper_conts {
    top: 4.8rem;
  }
  .wrap-swiper {
    bottom: 1.4rem;
    left: 2rem;
  }
  .swiper-pagination-fraction .swiper-pagination-current {
    font-size: 1.6rem;
  }
  .swiper-pagination-fraction .swiper-pagination-total {
    font-size: 1.4rem;
  }
  .itm-round .itm-img {
    border-width: 2px;
  }
  .itm-round .h5 {
    margin-top: 1.8rem;
  }
  .itm-round.type-index {
    margin-bottom: 10rem !important;
  }
  .consulting-wrap {
    margin-top: 0;
    font-size: 1.6rem;
  }
  .accordion-item .accordion-button {
    font-size: 1.6rem;
  }
  .accordion-item .accordion-button::before {
    margin-right: 0.8rem;
  }
  .accordion-item .accordion-body {
    padding-left: 5rem;
  }
  .round-primary {
    top: -6.4rem;
    padding: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    gap: 0;
  }
  .round-primary.type {
    top: 0;
  }
  .round-primary .itm {
    padding: 1.2rem 0;
    height: 11.4rem;
    width: 11.4rem;
    background-color: #e4e4ff;
    -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.1490196078);
            box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.1490196078);
    white-space: nowrap;
    border-radius: 50rem;
  }
  .round-primary .itm:nth-child(2) {
    position: absolute;
    top: 8rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .round-primary .itm .icon40 {
    width: 2.4rem;
    height: 2.4rem;
    background-size: 2.4rem 2.4rem;
  }
  .round-primary .itm .number {
    line-height: 1.4;
    font-size: 2.4rem;
  }
  .wrap-box-topic.type-line .col-md-6:nth-child(3), .wrap-box-topic.type-line .col-md-6:nth-child(4) {
    padding-top: 0;
    border-top: none;
  }
  .wrap_img .photo-cmnt .txt-wrp .ttl-s {
    margin-bottom: 2rem;
  }
  .wrap_img .photo-cmnt .txt-wrp .ttl-b {
    margin-bottom: 2rem;
  }
  .wrap_img .photo-cmnt .txt-wrp .btn-round {
    margin-top: 1.6rem;
  }
  .box-review {
    padding: 5rem 1.6rem 2rem;
    width: calc(100% - 3.2rem);
    margin: 10rem 1.6rem 1.8rem;
    line-height: 1;
    font-size: 1.5rem;
  }
  .box-review .img-wrap {
    top: -10rem;
  }
  .box-review .img-wrap .img {
    width: 16rem;
    height: 16rem;
  }
  .box-review .txt-m {
    font-size: 1.3rem;
  }
  .box-review .txt-mark {
    margin-top: 1.8rem;
  }
  .box-review .txt-mark::before, .box-review .txt-mark::after {
    background-size: 1.6rem 3rem;
  }
  .wrap-lawyer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wrap-lawyer .lawyer {
    margin: 1rem 0 1rem;
  }
  .wrap-lawyer .txt {
    text-align: center;
  }
  .wrap-lawyer .lst-type-disc {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .wrap-lawyer .button {
    margin-bottom: 3rem;
  }
  .full-page .swiper-slide .swiper_conts .btn-primary {
    bottom: 6rem;
  }
  .swiper-slide.photo1 {
    background-position: left 35% bottom;
  }
  .swiper-slide.photo3 {
    background-position: right 45% bottom;
  }
}
/*Notice 경고 도움말*/
.img-none:before {
  content: "";
  display: inline-block;
  margin: 1rem 0;
  width: 100%;
  height: 4.2rem;
  text-align: center;
  background: url(../../resources/images/img/img_none.svg) center center/4.2rem 4.2rem no-repeat;
}

.notice-wrap {
  padding: 1.2rem 1.4rem 1rem;
  color: #666;
  text-align: center;
}

@media (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
  body, div, dl, dt, dd, ul, ol, li, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select, textarea, button {
    letter-spacing: -1px;
  }
  .title-xs {
    font-size: 1.6rem;
    font-weight: 500;
  }
  .title-xs .txt-s {
    margin-left: 0.4rem;
  }
  .title-s {
    font-size: 1.7rem;
    font-weight: 600;
  }
  .title-m {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
  }
  .title-m + .title-sub {
    margin-top: 0.8rem;
    color: #75777f;
    font-weight: 500;
  }
  .title-l {
    font-size: 1.8rem;
    font-weight: 600;
  }
  .display-3 {
    line-height: 1;
  }
  h2.display-3 + .sub {
    font-size: 1.5rem;
  }
  .d-mo-none {
    display: none;
  }
  .copy-wrap .navbar-collapse {
    text-align: center;
  }
  .copy-wrap .navbar-nav {
    margin-right: auto;
    margin-top: 1rem;
  }
  .copy-wrap .sns-channels ul {
    margin: 2rem auto 1rem;
  }
  .copy-wrap .legal-notice, .copy-wrap .copylight {
    text-align: center;
  }
  .box-wht {
    padding: 2rem 1.6rem;
  }
  .box-wht .name {
    font-size: 1.8rem;
  }
  .icon36 {
    width: 2.6rem;
    height: 2.6rem;
  }
  .icon36.ico-myinfo {
    background: url(../../resources/images/icon/icon_info.svg) no-repeat center/2.6rem 2.6rem;
  }
  .icon36.ico-biz {
    background: url(../../resources/images/icon/icon_biz.svg) no-repeat center/2.6rem 2.6rem;
  }
  .icon36.ico-last {
    background: url(../../resources/images/icon/icon_last.svg) no-repeat center/2.6rem 2.6rem;
  }
  .txt-wrp, .wrap_img .txt-wrp {
    top: 3.4rem;
    width: 90%;
  }
  .txt-wrp .ttl-s, .wrap_img .txt-wrp .ttl-s {
    font-size: 2.6rem;
    margin-bottom: 0.4rem;
  }
  .txt-wrp .ttl-b, .wrap_img .txt-wrp .ttl-b {
    font-size: 3.4rem;
  }
  .txt-wrp .txt, .wrap_img .txt-wrp .txt {
    margin-top: 1rem;
    font-size: 2rem;
  }
  .txt-wrp .btn-round, .wrap_img .txt-wrp .btn-round {
    margin-top: 0.8rem;
  }
  .wrap_img .photo-men .txt-wrp .txt {
    margin-top: 0;
  }
  .bg-img.photo-walk, .bg-img.photo-cmnt {
    height: 20rem;
  }
  .bg-img.photo-walk .txt-wrp, .bg-img.photo-cmnt .txt-wrp {
    top: 3rem;
  }
  .bg-img.photo-walk .txt-wrp.about, .bg-img.photo-cmnt .txt-wrp.about {
    top: 6rem;
  }
  .bg-img.photo-cmnt {
    background-position: left -14rem center;
  }
  .business .list-dl dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .business .list-dl dl dt, .business .list-dl dl dd {
    margin-right: auto;
  }
  .sm-block {
    display: block;
    line-height: 2;
  }
  .sm_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .info-conts .in-txt {
    font-size: 1.3rem;
  }
  .info-conts .img-fluid {
    max-width: 90%;
  }
  .info-conts .img-fluid.type {
    margin-left: 5%;
  }
  .info-conts h3.mb15 {
    margin-bottom: 0.5rem !important;
  }
  .wrap_img_main {
    min-height: 22rem;
  }
  .wrap_arr_line {
    margin: -2rem auto 0;
    width: 100%;
    height: 10rem;
  }
  .btn_grp {
    margin-top: 2rem;
  }
  .btn_grp .btn-primary {
    margin-top: initial;
  }
  .wrap-box .col-md-4 {
    padding-bottom: 4.6rem;
  }
  .wrap-box .col-md-4:last-child {
    padding-bottom: 0;
  }
  .wrap-box .col-md-4::after {
    right: initial;
    top: initial;
    left: 50%;
    bottom: -1.2rem;
    -webkit-transform: rotate(90deg) translateX(-50%);
            transform: rotate(90deg) translateX(-50%);
  }
  .wrap-box-topic.type-line .col-md-6:nth-child(2), .wrap-box-topic.type-line .col-md-6:nth-child(3), .wrap-box-topic.type-line .col-md-6:nth-child(4) {
    padding-top: 0;
    border-top: none;
  }
}