/* reset.scss */
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 100;
  src: url(../css/fonts/NotoSansKR-Thin.eot);
  src: url(../css/fonts/NotoSansKR-Thin.eot) format("embedded-opentype"), url(../css/fonts/NotoSansKR-Thin.woff) format("woff"), url(../css/fonts/NotoSansKR-Thin.otf) format(".otf");
}

@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 200;
  src: url(../css/fonts/NotoSansKR-Light.eot);
  src: url(../css/fonts/NotoSansKR-Light.eot) format("embedded-opentype"), url(../css/fonts/NotoSansKR-Light.woff) format("woff"), url(../css/fonts/NotoSansKR-Light.otf) format(".otf");
}

@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 300;
  src: url(../css/fonts/NotoSansKR-DemiLight.eot);
  src: url(../css/fonts/NotoSansKR-DemiLight.eot) format("embedded-opentype"), url(../css/fonts/NotoSansKR-DemiLight.woff) format("woff"), url(../css/fonts/NotoSansKR-DemiLight.otf) format(".otf");
}

@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 400;
  src: url(../css/fonts/NotoSansKR-Regular.eot);
  src: url(../css/fonts/NotoSansKR-Regular.eot) format("embedded-opentype"), url(../css/fonts/NotoSansKR-Regular.woff) format("woff"), url(../css/fonts/NotoSansKR-Regular.otf) format(".otf");
}

@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 500;
  src: url(../css/fonts/NotoSansKR-Medium.eot);
  src: url(../css/fonts/NotoSansKR-Medium.eot) format("embedded-opentype"), url(../css/fonts/NotoSansKR-Medium.woff) format("woff"), url(../css/fonts/NotoSansKR-Medium.otf) format(".otf");
}

@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 700;
  src: url(../css/fonts/NotoSansKR-Bold.eot);
  src: url(../css/fonts/NotoSansKR-Bold.eot) format("embedded-opentype"), url(../css/fonts/NotoSansKR-Bold.woff) format("woff"), url(../css/fonts/NotoSansKR-Bold.otf) format(".otf");
}

@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 900;
  src: url(../css/fonts/NotoSansKR-Black.eot);
  src: url(../css/fonts/NotoSansKR-Black.eot) format("embedded-opentype"), url(../css/fonts/NotoSansKR-Black.woff) format("woff"), url(../css/fonts/NotoSansKR-Black.otf) format(".otf");
}

@font-face {
  font-family: "NanumSquare";
  font-weight: 300;
  src: url(../css/fonts/NanumSquareL.eot);
  src: local("NanumSquare"), url(../css/fonts/NanumSquareL.eot?#iefix) format("embedded-opentype"), url(../css/fonts/NanumSquareL.woff) format("woff"), url(../css/fonts/NanumSquareL.ttf) format("truetype");
}

@font-face {
  font-family: "NanumSquare";
  font-weight: 400;
  src: url(../css/fonts/NanumSquareR.eot);
  src: local("NanumSquare"), url(../css/fonts/NanumSquareR.eot?#iefix) format("embedded-opentype"), url(../css/fonts/NanumSquareR.woff) format("woff"), url(../css/fonts/NanumSquareR.ttf) format("truetype");
}

@font-face {
  font-family: "NanumSquare";
  font-weight: 700;
  src: url(../css/fonts/NanumSquareB.eot);
  src: local("NanumSquare"), url(../css/fonts/NanumSquareB.eot?#iefix) format("embedded-opentype"), url(../css/fonts/NanumSquareB.woff) format("woff"), url(../css/fonts/NanumSquareB.ttf) format("truetype");
}

@font-face {
  font-family: "NanumSquare";
  font-weight: 800;
  src: url(../css/fonts/NanumSquareEB.eot);
  src: local("NanumSquare"), url(../css/fonts/NanumSquareEB.eot?#iefix) format("embedded-opentype"), url(../css/fonts/NanumSquareEB.woff) format("woff"), url(../css/fonts/NanumSquareEB.ttf) format("truetype");
}

@font-face {
  font-family: "SCoreDream";
  font-weight: 100;
  font-style: normal;
  src: url(../css/fonts/SCoreDream1.woff2) format("woff2"), url(../css/fonts/SCoreDream1.woff) format("woff");
  font-display: swap;
}

@font-face {
  font-family: "SCoreDream";
  font-weight: 200;
  font-style: normal;
  src: url(../css/fonts/SCoreDream2.woff2) format("woff2"), url(../css/fonts/SCoreDream2.woff) format("woff");
  font-display: swap;
}

html {
  /* Prevent font scaling in landscape */
  -webkit-text-size-adjust: none;
  /*Chrome, Safari, newer versions of Opera*/
  -moz-text-size-adjust: none;
  /*Firefox*/
  -ms-text-size-adjust: none;
  /*Ie*/
  -o-text-size-adjust: none;
  /*old versions of Opera*/
}

*,
*::before,
*::after {
  font-family: "Noto Sans KR", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  word-break: break-word;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  *,
  *::before,
  *::after {
    word-break: break-all;
  }
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  overflow-x: hidden;
  line-height: normal;
  color: #222;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-break: keep-all;
}

@media screen and (max-width: 1023.9px) {
  body {
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  body::-webkit-scrollbar {
    display: none;
  }
}

body,
input,
textarea,
select,
table,
button,
code {
  font-size: 17px;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 17px;
  font-weight: 400;
}

i {
  font-style: normal;
}

.hidden,
[hidden] {
  display: none !important;
}

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

a {
  display: inline-block;
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  vertical-align: middle;
  border: 0;
}

a:hover, a:focus {
  text-decoration: none;
}

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

table > caption {
  position: absolute;
  text-indent: -9999px;
}

button {
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

button:disabled {
  cursor: not-allowed;
}

select,
input,
textarea,
button {
  vertical-align: middle;
  -webkit-appearance: none;
}

input:disabled {
  background-color: rgba(255, 255, 255, 0);
  cursor: not-allowed;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input select {
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

input select::-ms-expand {
  display: none;
}

input,
textarea {
  font-size: inherit;
  border: 0;
  caret-color: #222;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

input::placeholder,
textarea::placeholder {
  color: #999;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #d4d4d4;
  opacity: 1;
}

input[readonly]::-webkit-input-placeholder, input:disabled::-webkit-input-placeholder,
textarea[readonly]::-webkit-input-placeholder,
textarea:disabled::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
  opacity: 1;
}

input[readonly]:-ms-input-placeholder, input:disabled:-ms-input-placeholder,
textarea[readonly]:-ms-input-placeholder,
textarea:disabled:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
  opacity: 1;
}

input[readonly]::-ms-input-placeholder, input:disabled::-ms-input-placeholder,
textarea[readonly]::-ms-input-placeholder,
textarea:disabled::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
  opacity: 1;
}

input[readonly]::placeholder, input:disabled::placeholder,
textarea[readonly]::placeholder,
textarea:disabled::placeholder {
  color: rgba(0, 0, 0, 0.2);
  opacity: 1;
}

input[readonly]:-ms-input-placeholder, input:disabled:-ms-input-placeholder,
textarea[readonly]:-ms-input-placeholder,
textarea:disabled:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
  opacity: 1;
}

input::-ms-clear, input::-ms-reveal,
textarea::-ms-clear,
textarea::-ms-reveal {
  display: none;
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button,
textarea::-webkit-inner-spin-button,
textarea::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

input[type="date"]::before {
  content: attr(data-placeholder);
  width: 100%;
  color: #c3c3c3;
}

input[type="date"]:focus:before,
input[type="date"]:valid:before {
  display: none;
}

input[type="button"] {
  background-color: transparent;
  border: 0;
}

textarea {
  line-height: 1.5;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
}

i {
  display: inline-block;
}

address {
  font-style: normal;
}

.link_wrap {
  width: 100%;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  display: inherit;
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
      -ms-flex-direction: inherit;
          flex-direction: inherit;
  -ms-flex-wrap: inherit;
      flex-wrap: inherit;
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
}

.scrollstop {
  overflow-y: hidden !important;
}

/* preset.scss */
.section {
  position: relative;
}

.blind {
  display: none;
}

.bx_wrapper {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 0;
}

.screen_out {
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: -9999px;
}

.view_full {
  display: block;
}

.view_full.none {
  display: none;
}

.view_full.inblock {
  display: inline-block;
}

.view_full.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.view_full.inflex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.view_full.table {
  display: table;
}

.view_pc {
  display: block;
}

.view_pc.none {
  display: none;
}

.view_pc.inblock {
  display: inline-block;
}

.view_pc.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.view_pc.inflex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.view_pc.table {
  display: table;
}

.view_device {
  display: none;
}

a.ellipsis {
  width: 100%;
  display: inline-block;
}

.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}

.ellipsis.line2 {
  -webkit-line-clamp: 2;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.ellipsis.line3 {
  -webkit-line-clamp: 3;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.ellipsis.line4 {
  -webkit-line-clamp: 4;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.scroll::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  height: 6px;
}

.scroll::-webkit-scrollbar-thumb {
  background-color: rgba(58, 30, 41, 0.5);
  height: 10px;
  border-radius: 2px;
}

.scroll::-webkit-scrollbar-track {
  background-color: transparent;
  width: 1px;
}

.scroll.dragto {
  cursor: -webkit-grab;
  cursor: grab;
  overflow: auto;
}

.row_hidden_scroll {
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.row_hidden_scroll::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 1023.9px) {
  .m_row_hidden_scroll {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .m_row_hidden_scroll::-webkit-scrollbar {
    display: none;
  }
}

/* site.scss */
.svg_icon {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.svg_icon.check {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.062 11.53'%3E%3Cpath d='m830.352 1322.77 4.437 4.44 8.874-8.88' transform='translate(-829.469 -1317.44)' style='fill:none;stroke:%23333;stroke-width:2.5px;fill-rule:evenodd'/%3E%3C/svg%3E");
}

.svg_icon.drawer {
  display: inline-block;
  width: 24px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 16'%3E%3Cpath data-name='Rectangle 61 copy' d='M639.542 627.354 629 638.156l-10.544-10.8' transform='translate(-617.031 -625.969)' style='fill:none;stroke:%23b0b4b7;stroke-width:4px;fill-rule:evenodd'/%3E%3C/svg%3E");
}

.svg_icon.slick_arrow {
  display: inline-block;
  width: 18px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 30'%3E%3Cpath d='m677.547 2544.89-.131.13 12.644 12.64.131-.13Zm0 25.42-.131-.13 12.644-12.65.131.13Z' transform='translate(-675.281 -2542.75)' style='stroke:%23000;stroke-width:3px;fill-rule:evenodd'/%3E%3C/svg%3E");
}

.svg_bg.check {
  width: 16px;
  height: 9px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.062 11.53'%3E%3Cpath d='m830.352 1322.77 4.437 4.44 8.874-8.88' transform='translate(-829.469 -1317.44)' style='fill:none;stroke:%23333;stroke-width:2.5px;fill-rule:evenodd'/%3E%3C/svg%3E");
  background-size: calc(100% - 16px);
  background-repeat: no-repeat;
  background-position: center center;
}

input,
select,
textarea {
  border: 1px solid #c5c9d6;
  padding: 0 1em;
}

/* Section, Inner */
.section {
  position: relative;
}

.section .inner {
  max-width: 1473px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 1472.9px) {
  .section .inner {
    margin-left: var(--side-pd);
    margin-right: var(--side-pd);
  }
}

@media screen and (max-width: 767.9px) {
  .view_pc {
    display: none;
  }
}

.view_m {
  display: none;
}

@media screen and (max-width: 767.9px) {
  .view_m {
    display: block;
  }
}

@media screen and (max-width: 767.9px) {
  .slick-slide .view_pc {
    display: none;
  }
}

.slick-slide .view_m {
  display: none;
}

@media screen and (max-width: 767.9px) {
  .slick-slide .view_m {
    display: block;
  }
}

.slick-list {
  width: 100%;
  height: 100%;
}

.slick-track {
  height: 100%;
}

.slick-dots {
  position: absolute;
  bottom: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 1023.9px) {
  .slick-dots {
    bottom: 20px;
  }
}

.slick-dots > li button {
  font-size: 1px;
  width: 44px;
  height: 4px;
  background-color: #fff;
  color: transparent;
}

@media screen and (max-width: 1023.9px) {
  .slick-dots > li button {
    width: 27px;
    height: 5px;
  }
}

.slick-dots > li + li {
  margin-left: 6px;
}

.slick-dots > li.slick-active button {
  background-color: #e83929;
}

.drawer_menu_wrap {
  position: fixed;
  top: 0;
  right: 0;
  max-height: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  background-color: #f2f5f7;
  overflow: hidden;
  z-index: -1;
}

.drawer_menu_wrap .drawer_menu {
  width: 100vw;
  height: 100vh;
}

.drawer_menu_wrap.hide {
  display: none;
}

@media screen and (max-width: 1023.9px) {
  .drawer_menu_wrap {
    top: var(--gnb_height);
  }
}

.drawer_menu_wrap .subbar {
  display: none !important;
}

.drawer_icon {
  cursor: pointer;
  display: inline-block;
  z-index: 2;
  padding: 7px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: auto;
  margin: 0;
  z-index: 10;
}

@media screen and (max-width: 767.9px) {
  .drawer_icon {
    padding: 4px 0;
  }
}

.drawer_icon .drawer_sticks {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
  width: 27px;
}

@media screen and (max-width: 767.9px) {
  .drawer_icon .drawer_sticks {
    width: 19px;
    height: 1px;
  }
}

.drawer_icon .drawer_sticks::before, .drawer_icon .drawer_sticks::after {
  background: #333;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 100%;
}

.drawer_icon .drawer_sticks::before {
  top: 6px;
}

.drawer_icon .drawer_sticks::after {
  top: -6px;
}

.drawer_check {
  display: none;
}

.drawer_check:checked ~ .drawer_menu_wrap {
  max-height: 100vh;
  z-index: 9;
}

@media screen and (max-width: 1023.9px) {
  .drawer_check:checked ~ .drawer_menu_wrap {
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .drawer_check:checked ~ .drawer_menu_wrap::-webkit-scrollbar {
    display: none;
  }
}

.drawer_check:checked ~ .drawer_icon {
  position: relative;
}

.drawer_check:checked ~ .drawer_icon .drawer_sticks {
  background: transparent;
}

.drawer_check:checked ~ .drawer_icon .drawer_sticks:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.drawer_check:checked ~ .drawer_icon .drawer_sticks:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.drawer_check:checked ~ .drawer_icon:not(.steps) .drawer_sticks::before, .drawer_check:checked ~ .drawer_icon:not(.steps) .drawer_sticks::after {
  top: 0;
}

.drawer_check:checked ~ .quick_menu {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

@media screen and (max-width: 1023.9px) {
  .drawer_menu {
    padding-top: 30px;
  }
}

.drawer_menu nav {
  margin-top: 11vh;
}

@media screen and (max-width: 1023.9px) {
  .drawer_menu nav {
    margin-top: 34px;
  }
}

.drawer_menu .logo {
  margin-bottom: 12vh;
}

.drawer_menu .logo img {
  margin: 0 auto;
}

@media screen and (max-width: 1023.9px) {
  .drawer_menu .logo {
    display: none;
  }
}

.drawer_menu .dep1 {
  display: table;
  width: 100%;
}

@media screen and (max-width: 1023.9px) {
  .drawer_menu .dep1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.drawer_menu .dep1 > li {
  display: table-cell;
  width: 20%;
  height: 100%;
  padding-left: 3%;
}

@media screen and (max-width: 1279.9px) {
  .drawer_menu .dep1 > li {
    padding-left: 1.5%;
  }
}

@media screen and (max-width: 1023.9px) {
  .drawer_menu .dep1 > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

.drawer_menu .dep1 > li.open .dep2 {
  padding-bottom: 20px;
}

.drawer_menu .dep1 > li.open .dep2 li {
  height: auto;
  opacity: 1;
}

.drawer_menu .dep1 > li.open > a i {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 16'%3E%3Cpath data-name='Rectangle 61 copy' d='M639.542 627.354 629 638.156l-10.544-10.8' transform='translate(-617.031 -625.969)' style='fill:none;stroke:%23e83929;stroke-width:4px;fill-rule:evenodd'/%3E%3C/svg%3E");
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.drawer_menu .dep1 > li > a {
  padding: 2.8vh 0 4.8vh;
  font-size: 27px;
  letter-spacing: -1.35px;
  color: #333;
  font-weight: 700;
}

@media screen and (min-width: 767.9px) {
  .drawer_menu .dep1 > li > a {
    cursor: default;
  }
}

@media screen and (max-width: 1472.9px) {
  .drawer_menu .dep1 > li > a {
    font-size: 22px;
    letter-spacing: -1.1px;
  }
}

@media screen and (max-width: 1472.9px) and (max-width: 767.9px) {
  .drawer_menu .dep1 > li > a {
    font-size: 16px;
    letter-spacing: -1.6px;
  }
}

@media screen and (max-width: 1023.9px) {
  .drawer_menu .dep1 > li > a {
    padding: 0;
    padding-bottom: 18px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.drawer_menu .dep1 > li > a i {
  width: 23.5px;
  height: 23.5px;
  background-color: #fff;
  border-radius: 50%;
  background-size: 12px 8px;
  background-position-y: 9px;
}

@media screen and (min-width: 767.9px) {
  .drawer_menu .dep1 > li > a i {
    display: none;
  }
}

.drawer_menu .dep1 > li + li {
  border-left: 1px solid #dde1e4;
}

@media screen and (max-width: 1023.9px) {
  .drawer_menu .dep1 > li + li {
    border-left: 0;
  }
}

.drawer_menu .dep2 {
  position: relative;
  display: block;
  top: 0;
  height: auto;
  padding-bottom: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.drawer_menu .dep2 li {
  color: #666;
  font-size: 17px;
  letter-spacing: -0.85px;
  line-height: 40px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media screen and (max-width: 767.9px) {
  .drawer_menu .dep2 li {
    font-size: 12px;
    letter-spacing: -0.6px;
  }
}

.drawer_menu .dep2 li + li {
  padding-left: 0;
}

@media screen and (max-width: 1023.9px) {
  .drawer_menu .dep2 li + li {
    padding-left: 15px;
  }
}

@media screen and (max-width: 1023.9px) {
  .drawer_menu .dep2 li {
    padding-left: 15px;
    height: 0;
    line-height: 30px;
    opacity: 0;
  }
  .drawer_menu .dep2 li::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 4px;
    width: 2px;
    height: 2px;
    background-color: #e83929;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.drawer_menu .dep2 li a:hover {
  color: #e83929;
}

/* button.scss */
.btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn_wrap.one {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn_wrap.one .btn {
  width: 70%;
}

.btn_wrap.several {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn_wrap.two .btn {
  width: 49%;
}

.btn_wrap.three .btn {
  width: 32.5%;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 14px;
  border: 1px solid #222;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 300;
  color: #222;
  line-height: 1em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  position: relative;
  background: white;
}

.btn.view_device {
  display: none;
}

.btn:active {
  text-decoration: none;
}

.btn:active::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.05);
  border-radius: inherit;
}

.btn__full {
  color: #fff;
  background: #00bfa1;
}

.btn__white {
  color: #fff;
  border-color: #fff;
}

.btn__text {
  color: #222;
  border: 0;
}

.btn__text.xs {
  font-size: 17px;
}

.btn__text:active {
  color: #e3222e;
}

.btn__text:active::before {
  display: none;
}

.btn__xsmall {
  font-size: 10px;
  height: 17px;
}

.btn__small {
  font-size: 11px;
  height: 24px;
}

.btn__large {
  font-size: 15px;
  height: 50px;
}

.btn__xlarge {
  font-size: 18px;
  height: 56px;
}

.btn__w100p {
  width: 100%;
}

/* INPUT */
.input {
  height: var(--input_height);
  padding: 0 16px;
  line-height: 1;
  border: 1px solid #ddd;
  outline: none;
  font-size: 15px;
  letter-spacing: -0.75px;
  font-weight: 300;
  color: #222;
}

@media screen and (max-width: 767.9px) {
  .input {
    font-size: 11px;
    letter-spacing: -0.55px;
  }
}

.input::-webkit-input-placeholder {
  color: #ccc;
  font-weight: 300;
}

.input:-ms-input-placeholder {
  color: #ccc;
  font-weight: 300;
}

.input::-ms-input-placeholder {
  color: #ccc;
  font-weight: 300;
}

.input::placeholder {
  color: #ccc;
  font-weight: 300;
}

.input:-ms-input-placeholder {
  color: #ccc;
  font-weight: 300;
}

.input:disabled {
  background: #f5f5f5;
  color: #bdbdbd;
}

@media screen and (max-width: 767.9px) {
  .input {
    padding: 0 8px;
  }
}

.input__search {
  background: #fff5f5;
  border-color: #fff5f5;
}

.input__search::-webkit-input-placeholder {
  color: #c7b5b5;
}

.input__search:-ms-input-placeholder {
  color: #c7b5b5;
}

.input__search::-ms-input-placeholder {
  color: #c7b5b5;
}

.input__search::placeholder {
  color: #c7b5b5;
}

.input__search:-ms-input-placeholder {
  color: #c7b5b5;
}

textarea.input {
  padding: 16px 24px;
  width: 100%;
  min-height: 400px;
  resize: vertical;
}

@media screen and (max-width: 1023.9px) {
  textarea.input {
    padding: 16px;
    min-height: 160px;
  }
}

@media screen and (max-width: 767.9px) {
  textarea.input {
    padding: 8px;
  }
}

/* SELECT */
.select {
  position: relative;
  height: 40px;
  font-size: 15px;
  letter-spacing: -0.75px;
  font-weight: 300;
  line-height: 1em;
  padding: 0 40px 0 16px;
  background: #fff;
  border: 1px solid #ddd;
  outline: none;
  color: #000;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url(../img/common/ico_select_arrow2.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 14px) center;
  background-size: 13px 8px;
}

@media screen and (max-width: 767.9px) {
  .select {
    font-size: 11px;
    letter-spacing: -0.55px;
  }
}

@media screen and (max-width: 767.9px) {
  .select {
    font-size: 12px;
    letter-spacing: -0.6;
    padding: 0 8px;
    line-height: 32px;
    background-size: 10px 6px;
    background-position-x: calc(100% - 7px);
  }
}

select::-ms-expand {
  display: none;
}

.select_box {
  position: relative;
  min-width: 100px;
  height: var(--input_height);
  border: 1px solid #ddd;
}

@media screen and (max-width: 767.9px) {
  .select_box {
    min-width: 80px;
  }
}

.select_box .select {
  width: 100%;
  height: inherit;
  background: transparent;
  border: none;
  outline: none;
  padding: 0 5px;
  position: relative;
  z-index: 3;
}

.select_box .ico {
  pointer-events: none;
  position: absolute;
  top: -1px;
  right: 0;
  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: var(--input_height);
  height: inherit;
  border-left: 1px solid;
  border-bottom: 1px solid;
  border-top: 1px solid;
  border-color: #ddd;
  z-index: 1;
  background-color: #fff;
  background-image: url(../img/common/ico_select_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}

@media screen and (max-width: 767.9px) {
  .select_box .ico {
    background-size: 30%;
  }
}

.custom_select {
  position: relative;
}

.custom_select.active button::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.custom_select.active .optionbox {
  display: block;
  border: 2px solid #bdbdbd;
}

.custom_select.active .optionlist {
  max-height: 220px;
}

.custom_select.on button {
  color: #222;
}

.custom_select button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #222;
  font-weight: 300;
}

.custom_select button::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 24px;
  width: 14px;
  height: 10px;
  width: 14px;
  height: 10px;
  background-image: url("data:image/svg+xml;charset=utf8,");
  background-size: center;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.custom_select .optionbox {
  position: absolute;
  top: calc(10px + 6px);
  left: 0;
  display: none;
  width: 100%;
  background: white;
  border-color: #bdbdbd;
  list-style-type: none;
  padding: 0;
  overflow: hidden;
  z-index: 1;
}

.custom_select .optionbox::before, .custom_select .optionbox::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 20px;
  left: 0;
}

.custom_select .optionbox::before {
  top: 0;
}

.custom_select .optionbox::after {
  bottom: 0;
}

.custom_select .optionlist {
  width: 100%;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  max-height: 0;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.custom_select .optionlist::-webkit-scrollbar {
  display: none;
}

.custom_select .option {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
  color: #e3222e;
  height: 46px;
  padding: 13px 20px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.custom_select .option.active, .custom_select .option:focus, .custom_select .option:active {
  background: 17px;
  color: #e3222e;
}

.custom_select .option.active::after, .custom_select .option:focus::after, .custom_select .option:active::after {
  position: absolute;
  right: 20px;
  content: "";
  display: inline-block;
  width: 14px;
  height: 10px;
  width: 14px;
  height: 10px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.062 11.53'%3E%3Cpath d='m830.352 1322.77 4.437 4.44 8.874-8.88' transform='translate(-829.469 -1317.44)' style='fill:none;stroke:%23333;stroke-width:2.5px;fill-rule:evenodd'/%3E%3C/svg%3E");
  background-size: center;
  background-repeat: no-repeat;
  background-position: center center;
}

/* PAGING */
.paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px auto 100px;
}

@media screen and (max-width: 767.9px) {
  .paging {
    margin: 20px auto 50px;
  }
}

.paging a {
  font-size: 15px;
  letter-spacing: -0.75px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35px;
  height: 35px;
  text-align: center;
  margin: 0 4px;
  color: #666;
  border: 1px solid #d2d2d2;
  padding: 0;
  margin-top: 4px;
}

@media screen and (max-width: 767.9px) {
  .paging a {
    font-size: 11px;
    letter-spacing: -0.55px;
  }
}

@media screen and (max-width: 767.9px) {
  .paging a {
    width: 28px;
    height: 28px;
  }
}

.paging a:hover {
  color: #ed484a;
}

.paging a.active {
  color: #ed484a;
  border-color: #ed484a;
}

.paging a .svg_icon.arrow {
  width: 15px;
  height: 8px;
  background-color: transparent;
  background-image: url(../img/common/ico_select_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media screen and (max-width: 767.9px) {
  .paging a .svg_icon.arrow {
    background-size: 70%;
  }
}

.paging a .svg_icon.arrow + .arrow {
  margin-left: -10px;
}

@media screen and (max-width: 767.9px) {
  .paging a .svg_icon.arrow + .arrow {
    margin-left: -12px;
  }
}

.paging a.next .svg_icon.arrow, .paging a.last .svg_icon.arrow {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.paging .btn {
  color: #fff;
  border-color: #ccc;
  background-color: white;
}

table tr.view_pc {
  display: table-row;
}

table tr.view_m {
  display: none;
}

@media screen and (max-width: 767.9px) {
  table tr.view_m {
    display: table-row;
  }
  table tr.view_pc {
    display: none;
  }
}

table th.view_pc, table td.view_pc {
  display: table-cell;
}

table th.view_m, table td.view_m {
  display: none;
}

@media screen and (max-width: 767.9px) {
  table th.view_m, table td.view_m {
    display: table-cell;
  }
  table th.view_pc, table td.view_pc {
    display: none;
  }
}

table.style01 th, table.style01 td {
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #eee;
  padding: 30px 19px;
  font-size: 20px;
  letter-spacing: -0.2px;
  text-align: center;
}

table.style01 th:last-of-type, table.style01 td:last-of-type {
  border-right: 0;
}

@media screen and (max-width: 767.9px) {
  table.style01 th, table.style01 td {
    padding: 12.5px 9.5px;
    font-size: 24px;
    letter-spacing: -1.2px;
  }
}

@media screen and (max-width: 767.9px) and (max-width: 767.9px) {
  table.style01 th, table.style01 td {
    font-size: 13px;
    letter-spacing: -0.65px;
  }
}

table.style01 th {
  border-top: 2px solid #222;
  background-color: #f2f5f7;
}

table.style01 td {
  font-weight: 300;
}

table.style01 td.title {
  text-align: left;
}

table.style01.board th, table.style01.board td {
  border-right: 0;
}

@media screen and (max-width: 767.9px) {
  table.style01.board.list {
    border-top: 1px solid #f2f5f7;
  }
  table.style01.board.list th {
    display: none;
  }
  table.style01.board.list td {
    font-size: 12px;
    letter-spacing: -0.6px;
  }
}

table.style01.board.view {
  margin-top: 90px;
}

@media screen and (max-width: 767.9px) {
  table.style01.board.view {
    margin-top: 34px;
  }
}

table.style01.board.view .title {
  text-align: left;
  padding: 30px;
}

@media screen and (max-width: 767.9px) {
  table.style01.board.view .title {
    padding: 20px 15px;
  }
}

table.style01.board.view .title h1 {
  font-size: 22px;
  letter-spacing: -1.1px;
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (max-width: 767.9px) {
  table.style01.board.view .title h1 {
    font-size: 16px;
    letter-spacing: -1.6px;
  }
}

table.style01.board.view .title p {
  margin-top: 10px;
  font-size: 15px;
  letter-spacing: -0.75px;
  color: #888;
  font-weight: 300;
}

@media screen and (max-width: 767.9px) {
  table.style01.board.view .title p {
    font-size: 11px;
    letter-spacing: -0.55px;
  }
}

@media screen and (max-width: 767.9px) {
  table.style01.board.view .title p {
    margin-top: 17px;
  }
}

table.style01.board.view .cont {
  font-size: 17px !important;
  letter-spacing: -0.85px !important;
  line-height: 2 !important;
  font-weight: 300 !important;
  color: #222 !important;
  text-align: left;
}

table.style01.board.view .cont * {
  font-size: inherit !important;
  letter-spacing: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
}

@media screen and (max-width: 767.9px) {
  table.style01.board.view .cont {
    padding: 19px 16px;
    font-size: 12px !important;
    letter-spacing: -0.6 !important;
    line-height: 1.6 !important;
  }
}

table.style01.board.view .another {
  font-size: 17px;
  letter-spacing: -0.85px;
  font-weight: 300;
  padding: 27px 0;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media screen and (max-width: 767.9px) {
  table.style01.board.view .another {
    font-size: 12px;
    letter-spacing: -0.6px;
  }
}

@media screen and (max-width: 767.9px) {
  table.style01.board.view .another {
    padding: 20px 0;
  }
}

table.style01.board.view .another label {
  font-size: inherit;
  letter-spacing: inherit;
  color: #888;
  min-width: 120px;
  text-align: center;
}

@media screen and (max-width: 767.9px) {
  table.style01.board.view .another label {
    min-width: 20%;
  }
}

table.style01.board.view .another h1 {
  font-size: inherit;
  letter-spacing: inherit;
  display: inline-block;
  width: 100%;
}

@media screen and (max-width: 767.9px) {
  table.style01.board.view .another h1 {
    width: 80%;
  }
}

.non_list {
  display: block;
  width: 100% !important;
  font-size: 22px;
  letter-spacing: -1.1px;
  text-align: center;
  font-weight: 500;
  border-top: 2px solid #222;
  border-bottom: 1px solid #eee;
  padding: 60px 0;
}

@media screen and (max-width: 767.9px) {
  .non_list {
    font-size: 16px;
    letter-spacing: -1.6px;
  }
}

.table_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 36px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767.9px) {
  .table_top {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 15px;
  }
}

.table_top h1 {
  font-size: 17px;
  letter-spacing: -0.85px;
  color: #666;
}

@media screen and (max-width: 767.9px) {
  .table_top h1 {
    font-size: 12px;
    letter-spacing: -0.6px;
  }
}

@media screen and (max-width: 767.9px) {
  .table_top h1 {
    margin-top: 15px;
    font-size: 12px;
    letter-spacing: -0.6px;
  }
}

.table_top .select_wrap form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767.9px) {
  .table_top .select_wrap {
    width: 100%;
  }
}

.table_top .select_wrap *:not([type="hidden"]) + * {
  margin-left: 10px;
}

@media screen and (max-width: 767.9px) {
  .table_top .select_wrap *:not([type="hidden"]) + * {
    margin-left: 5px;
  }
}

.table_top .select_wrap input {
  min-width: 240px;
}

@media screen and (max-width: 767.9px) {
  .table_top .select_wrap input {
    min-width: auto;
    width: calc(100% - 150px);
  }
}

.table_top .select_wrap button {
  background-color: #222021;
  color: #fff;
  height: var(--input_height);
  min-width: 100px;
  font-size: 15px;
  letter-spacing: -0.75px;
  font-weight: 300;
}

@media screen and (max-width: 767.9px) {
  .table_top .select_wrap button {
    font-size: 11px;
    letter-spacing: -0.55px;
  }
}

@media screen and (max-width: 767.9px) {
  .table_top .select_wrap button {
    min-width: 60px;
  }
}

.table {
  border-top: 1px solid #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.table fieldset {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table .tr {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  border-bottom: 1px solid #ddd;
}

.table .tr.col2 {
  width: 50%;
}

@media screen and (max-width: 767.9px) {
  .table .tr.col2 {
    width: 100%;
  }
}

.table.style01 .th, .table.style01 .td {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767.9px) {
  .table.style01 .th, .table.style01 .td {
    height: 50px;
  }
}

.table.style01 .th {
  background-color: #f2f5f7;
  font-size: 18px;
  letter-spacing: -0.9px;
  color: #222;
  font-weight: 700;
  padding-left: 50px;
  min-width: 210px;
}

@media screen and (max-width: 767.9px) {
  .table.style01 .th {
    font-size: 13px;
    letter-spacing: -0.65px;
  }
}

@media screen and (max-width: 1279.9px) {
  .table.style01 .th {
    padding-left: 20px;
    min-width: 140px;
  }
}

@media screen and (max-width: 767.9px) {
  .table.style01 .th {
    padding-left: 15px;
    min-width: 80px;
  }
}

.table.style01 .td {
  width: 100%;
  padding: 0 19px;
}

@media screen and (max-width: 767.9px) {
  .table.style01 .td {
    padding: 0 13px;
  }
}

.table.style01 .td .input {
  width: 100%;
}

.table.style01 .h_auto .th {
  height: auto;
  padding-left: 50px;
}

@media screen and (max-width: 1279.9px) {
  .table.style01 .h_auto .th {
    padding-left: 20px;
  }
}

.table.style01 .h_auto .td {
  height: auto;
  padding: 15px 19px;
}

@media screen and (max-width: 767.9px) {
  .table.style01 .h_auto .td {
    padding: 9px 13px;
  }
}

.table.style01 .fix_w {
  width: 360px;
  max-width: 360px;
}

@media screen and (max-width: 1472.9px) {
  .table.style01 .fix_w {
    width: auto;
    max-width: 100%;
  }
}

@media screen and (max-width: 767.9px) {
  .table.style01 .fix_w {
    width: 100%;
  }
}

.table.style01 fieldset.tel {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.table.style01 fieldset.tel > .input, .table.style01 fieldset.tel > .select {
  width: 31%;
}

.table.style01 fieldset.email {
  width: 500px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1023.9px) {
  .table.style01 fieldset.email {
    width: 100%;
  }
}

.table.style01 fieldset.email > .input, .table.style01 fieldset.email > .select {
  width: 156px;
}

@media screen and (max-width: 1023.9px) {
  .table.style01 fieldset.email > .input, .table.style01 fieldset.email > .select {
    width: 31%;
  }
}

table, .table {
  font-size: 15px;
  letter-spacing: -0.75px;
}

@media screen and (max-width: 767.9px) {
  table, .table {
    font-size: 11px;
    letter-spacing: -0.55px;
  }
}

table .select, table .input, .table .select, .table .input {
  height: 45px;
}

@media screen and (max-width: 767.9px) {
  table .select, table .input, .table .select, .table .input {
    height: 32px;
  }
}

table + .table_bottom, .table + .table_bottom {
  text-align: center;
}

table + .table_bottom .btn, .table + .table_bottom .btn {
  margin: 25px auto 100px;
  height: 45px;
  padding: 0 38px;
  font-size: 17px;
  letter-spacing: -0.85px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

@media screen and (max-width: 767.9px) {
  table + .table_bottom .btn, .table + .table_bottom .btn {
    font-size: 12px;
    letter-spacing: -0.6px;
  }
}

@media screen and (max-width: 767.9px) {
  table + .table_bottom .btn, .table + .table_bottom .btn {
    margin: 20px auto 50px;
    height: 34px;
  }
}

table + .table_bottom .btn:hover, .table + .table_bottom .btn:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

/* popup.scss */
.popup {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  height: 100%;
  display: none;
}

.popup .wrap {
  max-height: calc(100vh - 60px);
  top: 2%;
  position: relative;
  background: #fff;
  max-width: 90%;
  margin: 0 auto;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1023.9px) {
  .popup .wrap {
    max-width: calc(100% - 76px);
    padding: 24px 16px;
  }
}

.popup .btn_close {
  width: 32px;
  height: 32px;
  background-image: url("data:image/svg+xml;charset=utf8,");
  background-size: center;
  background-repeat: no-repeat;
  background-position: center center;
  width: 32px;
  height: 48px;
  position: absolute;
  right: 60px;
  top: -60px;
}

@media screen and (max-width: 1023.9px) {
  .popup .btn_close {
    width: 24px;
    height: 24px;
    background-size: 24px;
    top: -36px;
  }
}

.popup .btn_wrap {
  margin-top: 23px;
}

.popup .btn {
  font-weight: 300;
  height: 48px;
  border-radius: 10px;
}

.popup.normal_text .wrap {
  max-width: calc(100% - 76px);
  height: auto;
  border-radius: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.popup.normal_text .content .pop__title {
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

.popup.normal_text .content .pop__title + .pop__description {
  margin-top: 29px;
}

.popup.normal_text .content .pop__title b {
  color: #e3222e;
}

.popup.normal_text .content .pop__description {
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 24px;
}

@media screen and (max-width: 1023.9px) {
  .popup.normal_text .content .pop__description {
    font-size: 12px;
    line-height: 16px;
    margin: 8px 0 12px;
  }
}

.popup.fullsize .sec__popstyle {
  max-height: 100vh;
  padding-bottom: calc(10px + 10px);
}

.popup.fullsize .btn__xlarge {
  border-radius: 4px;
  height: 56px;
}

.popup.fullsize .btn_close {
  top: auto;
  width: auto;
  height: auto;
  background-size: auto;
}

.popup.main {
  background: none;
}

@media screen and (max-width: 1023.9px) {
  .popup.main {
    max-width: 100%;
    margin-left: 0 !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.popup.main.active {
  display: block;
}

.popup.main .wrap {
  max-height: none;
  max-width: none;
  height: auto;
  top: 0;
  -webkit-transform: none;
          transform: none;
  background: none;
  padding: 0;
  border: 1px solid #d4d4d4;
}

.popup.main .wrap .content {
  background-color: white;
  -webkit-box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.2);
}

.popup.main .main_pop_cont {
  overflow-y: auto;
}

.popup.main .btn_wrap {
  margin-top: 0;
}

.popup.main .btn_wrap .btn {
  border-radius: 0;
  background: white;
  color: #333;
  width: 50%;
  border: none;
  padding: 0 4px;
  height: 40px;
  border-top: 1px solid #d4d4d4;
}

.popup.main .btn_wrap .btn + .btn {
  border-left: 1px solid #d4d4d4;
}

header > .inner {
  height: 78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1023.9px) {
  header > .inner {
    height: 50px;
  }
}

header > .inner > nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: var(--gnb_height);
}

header > .inner > nav > .dep1 .dep2 li {
  height: 100%;
}

header > .inner > nav > .dep1 .dep2 li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

@media screen and (max-width: 1279.9px) {
  header > .inner > nav > .logo {
    max-width: 134px;
  }
}

header > .inner > nav .dep1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

@media screen and (max-width: 1023.9px) {
  header > .inner > nav .dep1 {
    display: none;
  }
}

header > .inner > nav .dep1 > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 30px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.9px;
  color: #333;
}

header > .inner > nav .dep1 > li a {
  width: 100%;
  height: 100%;
}

header > .inner > nav .dep1 > li:hover {
  color: #e83929;
}

header > .inner > nav .dep1 > li:hover ~ .subbar {
  display: block;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

header > .inner > nav .dep1 > li:hover .dep2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header > .inner > nav .dep1 > li ~ .subbar {
  content: "";
  display: none;
  opacity: 0;
  position: absolute;
  top: var(--gnb_height);
  left: 0;
  right: 0;
  width: 100vw;
  height: var(--gnb_height);
  background-color: #e83929;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

@media screen and (max-width: 1279.9px) {
  header > .inner > nav .dep1 > li {
    font-size: 16px;
    padding: 0 14px;
  }
}

header > .inner > nav .dep1 > li:nth-child(2) .dep2 {
  margin-left: -60px;
}

@media screen and (max-width: 1023.9px) {
  header .logo .view_pc {
    display: none;
  }
}

@media screen and (max-width: 1023.9px) {
  header .logo .view_m {
    display: block;
  }
}

header .dep2 {
  display: none;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: var(--gnb_height);
  height: var(--gnb_height);
}

header .dep2 li {
  position: relative;
  font-size: 16px;
  letter-spacing: -0.8px;
  color: #ffdedb;
  z-index: 2;
}

@media screen and (max-width: 767.9px) {
  header .dep2 li {
    font-size: 11px;
    letter-spacing: -0.55px;
  }
}

@media screen and (max-width: 1279.9px) {
  header .dep2 li {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
}

@media screen and (max-width: 1279.9px) and (max-width: 767.9px) {
  header .dep2 li {
    font-size: 12px;
    letter-spacing: -0.3px;
  }
}

header .dep2 li a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

header .dep2 li a:hover {
  color: #fff;
}

header .dep2 li + li {
  padding-left: 50px;
}

@media screen and (max-width: 1279.9px) {
  header .dep2 li + li {
    padding-left: 20px;
  }
}

header .gnb_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: var(--gnb_height);
}

header .gnb_right > li {
  margin-left: 26px;
}

header .gnb_right .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  letter-spacing: -0.75px;
  font-weight: 500;
  color: #333;
  height: 100%;
}

@media screen and (max-width: 767.9px) {
  header .gnb_right .nav {
    font-size: 11px;
    letter-spacing: -0.55px;
  }
}

header .gnb_right .nav:hover {
  color: #e83929;
}

header .gnb_right .nav:hover ~ .subbar {
  display: block;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

header .gnb_right .nav:hover .dep2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .gnb_right .nav ~ .subbar {
  content: "";
  display: none;
  opacity: 0;
  position: absolute;
  top: var(--gnb_height);
  left: 0;
  right: 0;
  width: 100vw;
  height: var(--gnb_height);
  background-color: #e83929;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

header .gnb_right .nav a {
  height: 100%;
}

@media screen and (max-width: 1023.9px) {
  header .gnb_right .nav {
    display: none;
  }
}

header .gnb_right .nav .dep2 li {
  height: 100%;
}

header .gnb_right .nav .dep2 li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

header .search_wrap {
  position: relative;
}

header .search_wrap [type="text"] {
  font-size: 15px;
  letter-spacing: -0.75px;
  height: 28px;
  border: none;
  border-bottom: 1px solid #000;
  padding: 6px 24px 6px 6px;
}

@media screen and (max-width: 767.9px) {
  header .search_wrap [type="text"] {
    font-size: 11px;
    letter-spacing: -0.55px;
  }
}

@media screen and (max-width: 1023.9px) {
  header .search_wrap [type="text"] {
    font-size: 18px;
    letter-spacing: -0.9px;
    background-color: transparent;
    border-bottom-width: 2px;
    width: 100%;
    height: auto;
    padding: 28px 9px;
  }
}

@media screen and (max-width: 1023.9px) and (max-width: 767.9px) {
  header .search_wrap [type="text"] {
    font-size: 13px;
    letter-spacing: -0.65px;
  }
}

@media screen and (max-width: 767.9px) {
  header .search_wrap [type="text"] {
    padding: 14px 4.5px;
  }
}

header .search_wrap .btn_search {
  background: url("../img/common/ico_top_search.png") no-repeat center;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 5px;
  width: 18px;
  height: 16px;
  position: absolute;
  right: 0;
}

@media screen and (max-width: 1023.9px) {
  header .search_wrap .btn_search {
    background-image: url(../img/common/ico_top_searchm.png);
    width: 30px;
    height: 27px;
    top: 21px;
  }
}

@media screen and (max-width: 767.9px) {
  header .search_wrap .btn_search {
    width: 12px;
    height: 13.5px;
    top: 10px;
    background-size: contain;
  }
}

header .search_wrap .search_terms {
  position: absolute;
  background-color: white;
  border-radius: 0 0 10px 10px;
  padding: 0 10px;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all .2s;
  transition: all .2s;
  z-index: 3;
}

header .search_wrap .search_terms.active {
  max-height: 300px;
  padding: 10px;
}

header .search_wrap .search_terms li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  letter-spacing: -0.35px;
  line-height: 2;
}

@media screen and (max-width: 767.9px) {
  header .search_wrap .search_terms li {
    font-size: 12px;
    letter-spacing: -0.3px;
  }
}

header .search_wrap .search_terms li p {
  cursor: pointer;
}

header .search_wrap .search_terms li p:hover {
  text-decoration: underline;
}

header .search_wrap .search_terms li .search_del {
  width: 20px;
  height: 20px;
  padding: 5px;
  background-image: url(../img/common/btn_search_del.png);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.quick_menu {
  position: fixed;
  right: 0;
  top: 178px;
  width: 74px;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
  border: 1px solid #e83929;
  border-right: 0;
  z-index: 8;
}

@media screen and (max-width: 1023.9px) {
  .quick_menu {
    top: auto;
    bottom: 0;
    width: 100%;
    height: var(--quick_height);
    border-radius: 0;
  }
}

@media screen and (max-width: 1023.9px) {
  .quick_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
}

.quick_menu li {
  background-color: #e83929;
  padding: 30px 0;
}

@media screen and (max-width: 1023.9px) {
  .quick_menu li {
    padding: 0;
    width: 33.333%;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.quick_menu li:last-child {
  padding: 12px 0;
  background-color: #fff;
  cursor: pointer;
}

.quick_menu li + li {
  border-top: 1px solid #ee6153;
  font-size: 14px;
  letter-spacing: -0.7px;
  text-align: center;
  font-weight: 600;
}

@media screen and (max-width: 1023.9px) {
  .quick_menu li + li.goto_top {
    display: block;
    position: fixed;
    bottom: calc(var(--quick_height) + 18.5px);
    right: var(--side-pd);
    width: 40px;
    height: 40px;
    border-top: none;
    font-weight: 300;
    border-radius: 50%;
    -webkit-box-shadow: 0.35px 0.35px 4.5px 0.35px rgba(0, 0, 0, 0.09);
            box-shadow: 0.35px 0.35px 4.5px 0.35px rgba(0, 0, 0, 0.09);
    background-color: #fff;
    font-size: 15px;
    letter-spacing: -0.75px;
    font-weight: 500;
    color: #000;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    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;
  }
}

@media screen and (max-width: 1023.9px) and (max-width: 767.9px) {
  .quick_menu li + li.goto_top {
    font-size: 11px;
    letter-spacing: -0.55px;
  }
}

@media screen and (max-width: 1023.9px) {
  .quick_menu li + li.goto_top.active {
    opacity: 1;
  }
}

.quick_menu i {
  display: block;
  width: 100%;
  height: 37px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 1023.9px) {
  .quick_menu i {
    width: 24.5px;
    height: 24.5px;
    margin-bottom: 0;
    background-size: contain;
  }
}

.quick_menu i.ico_quick01 {
  background-image: url("../img/common/ico_quick01.png");
}

.quick_menu i.ico_quick02 {
  background-image: url("../img/common/ico_quick02.png");
}

.quick_menu i.ico_quick03 {
  background-image: url("../img/common/ico_quick03.png");
}

.quick_menu h1 {
  font-size: 14px;
  letter-spacing: -0.7px;
  color: #fff;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 1023.9px) {
  .quick_menu h1 {
    margin-top: 7px;
    font-size: 11px;
    letter-spacing: -0.55px;
    font-weight: 300;
  }
}

footer {
  background-color: #f2f5f7;
  padding: 60px 0;
}

@media screen and (max-width: 1023.9px) {
  footer {
    padding-top: 32px;
    padding-bottom: calc(30px + var(--quick_height));
  }
}

footer * {
  font-family: "NanumSquare", sans-serif;
}

footer nav {
  font-size: 14px;
  letter-spacing: -0.35px;
  color: #000;
  font-weight: 400;
}

@media screen and (max-width: 767.9px) {
  footer nav {
    font-size: 12px;
    letter-spacing: -0.3px;
  }
}

footer nav a + a::before {
  content: "";
  display: inline-block;
  position: relative;
  margin: 0 14px;
  height: 10px;
  width: 1px;
  background-color: #000;
}

footer nav a.hide {
  position: absolute;
  left: -9999px;
}

footer address {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767.9px) {
  footer address {
    margin-top: 17px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

footer address .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 66%;
}

@media screen and (max-width: 767.9px) {
  footer address .info {
    max-width: 100%;
  }
}

footer address .info li {
  font-size: 14px;
  letter-spacing: -0.35px;
  color: #727272;
  line-height: 1.7;
}

@media screen and (max-width: 767.9px) {
  footer address .info li {
    font-size: 12px;
    letter-spacing: -0.3px;
  }
}

footer address .info li + li {
  margin-left: 14px;
}

@media screen and (min-width: 1023.9px) {
  footer address .info li + li:nth-child(6), footer address .info li + li.copy {
    margin-left: 0;
  }
}

@media screen and (max-width: 1023.9px) {
  footer address .info li + li {
    margin-left: 5px;
    letter-spacing: -0.55px;
  }
  footer address .info li + li:nth-child(3) {
    margin-left: 0;
  }
  footer address .info li + li:nth-child(n + 6) {
    margin-left: 0;
    width: 100%;
  }
}

footer address .info li.copy {
  width: 100%;
}

footer address .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767.9px) {
  footer address .sns {
    display: block;
    margin-top: 24.5px;
  }
}

@media screen and (max-width: 767.9px) {
  footer address .sns a {
    width: auto;
    display: inline-block;
  }
}

footer address .sns a + a {
  margin-left: 6px;
}

footer address .sns i {
  display: inline-block;
  width: 50px;
  height: 40px;
}

@media screen and (max-width: 767.9px) {
  footer address .sns i {
    width: 25px;
    height: 20px;
    background-size: contain;
  }
}

footer .footer_sns01 {
  background: url(../img/common/footer_sns01.png) no-repeat center;
}

footer .footer_sns02 {
  background: url(../img/common/footer_sns02.png) no-repeat center;
}
