@charset "UTF-8";
* {
  --mc: #004AAB;
  --mbg: #fff;
  --mf: #222;
  --fff: #fff;
  --ddd: #ddd;
  --f11: #f1f1f1;
  --f22: #f2f2f2;
  --ccc: #ccc;
  --c77: #c7c7c7;
  --b55: #555;
  --g33: #333;
  --bbb: #000;
  --g77: #777;
}

@-webkit-keyframes hdnav2 {
  0% {
    border-left: 0px solid #d9d9d9;
    border-right: 0px solid #d9d9d9;
  }
  100% {
    border-left: 0.5px solid #d9d9d9;
    border-right: 0.5px solid #d9d9d9;
  }
}

@keyframes hdnav2 {
  0% {
    border-left: 0px solid #d9d9d9;
    border-right: 0px solid #d9d9d9;
  }
  100% {
    border-left: 0.5px solid #d9d9d9;
    border-right: 0.5px solid #d9d9d9;
  }
}
html {
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Pretendard", "Noto Sans KR", AppleGothic, dotum, sans-serif;
  background: var(--mbg);
  font-size: 1.6rem;
  letter-spacing: -0.5px;
}
body.en #hd .hd_wrapper #nav .nav_area .nav_1depth #nav2 .nav_2depth_box .nav_2depth {
  margin: 0 0 2rem;
}
body.en #hd .hd_wrapper #nav .nav_area .nav_1depth #nav2 .nav_2depth_box .nav_2depth .nav_2depth_list {
  line-height: 1.3;
  height: 3rem;
  font-size: 1.4rem;
  white-space: pre-wrap;
}
body.en #hd .hd_wrapper #nav .nav_area .nav_1depth a {
  font-size: 1.5rem;
}
body.en #gusan_index .gi_2depth .layout2 .gi_2depth_txt p, body.en #gusan_index .gi_3depth .layout2 .gi_3depth_txt p, body.en #gusan_index .gi_4depth .layout2 .gi_4depth_txt p, body.en #gusan_sub .premium .pre-1depth .pre-1depth-txt p, body.en #gusan_sub .about .about-txt p, body.en #gusan_sub .about .about-1depth .about-1depth-txt p {
  line-height: 1.6;
}
body.en #gusan_index .gi_2depth .layout2 .gi_2depth_img .icon-box4 {
  top: -10rem;
}
body.en #gusan_index .gi_3depth .layout2 .gi_3depth_txt ul li p {
  line-height: 1.2;
}
body.en #ft .ft_wrapper .ft_floor2 ul {
  width: 80%;
}
body.en #gusan_sub .company .company-3depth .cp-info h5, body.en #gusan_sub .company .cp-info h5 {
  text-transform: capitalize;
}
body.en #gusan_sub .company .company-4depth .cp-core ul li div {
  height: 70%;
}
body.en #gusan_sub .company .company-4depth .cp-core ul li div p {
  line-height: 1.4;
}
body.en #gusan_sub .about .about-txt h3 {
  line-height: 1.2;
}
body.en #gusan_sub .about.about-effect .about-4depth .layout2 .ae-hyo-area .ae-hyo .ae-box span {
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 0 1rem;
}
@media screen and (max-width: 1440px) {
  body.en body.en #gusan_sub .about.about-effect .about-4depth .layout2 .ae-hyo-area .ae-hyo .ae-box span {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1670px) {
  body.en #gusan_sub .company .cp-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body.en #gusan_sub .company .company-4depth .cp-core {
    width: 100%;
  }
  body.en #gusan_sub .company .company-4depth .cp-core ul {
    margin: 5rem 0 0;
  }
  body.en #gusan_sub .company .company-4depth .cp-core ul li {
    aspect-ratio: 1/1.3;
  }
  body.en #gusan_sub .company .cp-info h5 {
    width: 100%;
  }
}
body.cn {
  font-family: "Noto Sans CJK KR";
}
body.cn h1, body.cn h2, body.cn h3, body.cn h4, body.cn h5, body.cn h6 {
  font-family: "Noto Sans CJK KR";
  word-break: break-all;
}
body.cn input, body.cn button {
  font-family: "Noto Sans CJK KR";
  word-break: break-all;
}
body.cn textarea, body.cn select {
  font-family: "Noto Sans CJK KR";
  word-break: break-all;
}
body.cn p, body.cn a {
  font-family: "Noto Sans CJK KR";
  word-break: break-all;
}
body.cn #hd .hd_wrapper #nav .nav_area .nav_1depth #nav2 .nav_2depth_box .nav_2depth .nav_2depth_list {
  font-size: 1.4rem;
}
body.cn #gusan_index .gi_1depth .gi_1depth_img {
  right: 0;
}
body.cn #gusan_index .gi_2depth .layout2 .gi_2depth_txt p, body.cn #gusan_index .gi_3depth .layout2 .gi_3depth_txt p, body.cn #gusan_index .gi_4depth .layout2 .gi_4depth_txt p {
  line-height: 1.8;
}
body.cn #gusan_sub .company .company-3depth .cp-info h5, body.cn #gusan_sub .company .cp-info h5 {
  text-transform: capitalize;
}
body.cn #gusan_sub .company .company-4depth .cp-core ul li div p {
  word-break: break-all;
}

html, h1, h2, h3, h4, h5, h6, form, fieldset, img {
  margin: 0;
  padding: 0;
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-family: "Pretendard", "Noto Sans KR", AppleGothic, dotum, sans-serif;
  word-break: keep-all;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

legend {
  position: absolute;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden;
}

label, input, button, select, img {
  vertical-align: middle;
  font-size: 1em;
}

input, button {
  margin: 0;
  padding: 0;
  font-family: "Pretendard", "Noto Sans KR", AppleGothic, dotum, sans-serif;
  font-size: 1em;
}

input[type=submit] {
  cursor: pointer;
}

button {
  cursor: pointer;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

textarea, select {
  font-family: "Pretendard", "Noto Sans KR", AppleGothic, dotum, sans-serif;
  font-size: 1em;
}

select {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
  word-break: keep-all;
}

hr {
  display: none;
}

pre {
  overflow-x: scroll;
  font-size: 1.1em;
}

a {
  color: var(--mf);
  text-decoration: none;
}

input[type=text], input[type=password], textarea {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: none;
  border: 1px solid var(--ddd);
  padding: 10px;
  border-radius: 5px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus {
  -webkit-box-shadow: 0 0 5px var(--mc);
  box-shadow: 0 0 5px var(--mc);
  border: 1px solid var(--mc);
}

.layout {
  width: 85vw;
  margin: 0 auto;
}

.layout2 {
  width: 75vw;
  margin: 0 auto;
}

.layout3 {
  width: 75vw;
  margin: 0 auto;
}

#hd {
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  height: 10rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
#hd .hd_bg {
  height: 40vh;
  background: var(--fff);
  -webkit-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
  width: 100%;
}
#hd .hd_wrapper {
  width: 85vw;
  height: 100%;
  margin: 0 auto;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 2;
}
#hd .hd_wrapper #nav {
  height: 100%;
  width: 40%;
}
#hd .hd_wrapper #nav .nav_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
#hd .hd_wrapper #nav .nav_area .nav_1depth {
  position: relative;
  width: 20%;
  text-align: center;
}
#hd .hd_wrapper #nav .nav_area .nav_1depth a {
  color: var(--fff);
  font-size: 1.7rem;
  font-weight: 600;
}
#hd .hd_wrapper #nav .nav_area .nav_1depth #nav2 {
  position: absolute;
  left: 50%;
  top: 6rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
  z-index: 20;
  width: 100%;
  min-width: 10rem;
  min-height: 27rem;
}
#hd .hd_wrapper #nav .nav_area .nav_1depth #nav2 .nav_2depth_box {
  padding: 2rem 0 0 0;
}
#hd .hd_wrapper #nav .nav_area .nav_1depth #nav2 .nav_2depth_box .nav_2depth {
  text-align: center;
}
#hd .hd_wrapper #nav .nav_area .nav_1depth #nav2 .nav_2depth_box .nav_2depth .nav_2depth_list {
  color: #999;
  word-break: keep-all;
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: uppercase;
  height: 4rem;
  line-height: 2.5;
}
#hd .hd_wrapper #nav .nav_area .nav_1depth #nav2 .nav_2depth_box .nav_2depth .nav_2depth_list:hover {
  color: var(--bbb);
  font-weight: 500;
}
#hd .hd_wrapper #logo {
  float: unset;
  padding: 0;
  width: 15%;
}
#hd .hd_wrapper #logo a {
  color: var(--fff);
  display: block;
  font-weight: 600;
  font-size: 2.4rem;
  width: 25rem;
  margin: 0 auto;
}
#hd .hd_wrapper #logo a img {
  width: 100%;
}
#hd .hd_wrapper #hd_btn {
  width: 30%;
  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;
}
#hd .hd_wrapper #hd_btn a {
  color: var(--fff);
  margin: 0 0 0 3rem;
}
#hd .hd_wrapper #hd_btn .change_leng {
  position: relative;
}
#hd .hd_wrapper #hd_btn .change_leng .cl_box {
  position: absolute;
  left: 50%;
  top: 4rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: var(--fff);
  border-radius: 1rem;
  padding: 1rem 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  -webkit-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.05);
}
#hd .hd_wrapper #hd_btn .change_leng .cl_box span {
  color: var(--g77);
  display: block;
  line-height: 1.7;
  text-align: center;
  word-break: keep-all;
}
#hd .hd_wrapper #hd_btn .change_leng .cl_box span:hover {
  color: var(--bbb);
}
#hd .hd_wrapper .bugger_menu {
  display: none;
}
#hd::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--fff);
  opacity: 0.3;
  position: absolute;
  bottom: 0;
  left: 0;
}
#hd.sub {
  position: relative;
}
#hd.sub .hd_wrapper #nav {
  margin-left: -3rem;
}
#hd.sub .hd_wrapper #nav .nav_area .nav_1depth a {
  color: var(--bbb);
  white-space: nowrap;
}
#hd.sub .hd_wrapper #hd_btn a {
  color: var(--bbb);
}
#hd.sub .hd_wrapper #hd_btn img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
#hd.sub::after {
  background: #eee;
}
#hd.scroll {
  height: 6rem;
}
#hd.scroll #logo {
  display: none;
}
#hd.scroll.invert .hd_wrapper #nav .nav_area .nav_1depth a {
  color: var(--mf);
}
#hd.scroll.invert .hd_wrapper #hd_btn a {
  color: var(--mf);
}
#hd.scroll.invert .hd_wrapper #hd_btn a img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
#hd.scroll.invert::after {
  display: none;
}
#hd.scroll.scroll-bg {
  background: var(--fff);
}
#hd.on::after {
  background: #d9d9d9;
  z-index: 3;
}
#hd.on .hd_wrapper #nav .nav_area .nav_1depth:not(:nth-child(4)) #nav2 {
  -webkit-animation: hdnav2 0.3s 0.15s linear both;
          animation: hdnav2 0.3s 0.15s linear both;
}
#hd.on .hd_wrapper #nav .nav_area .nav_1depth a {
  color: var(--bbb);
}
#hd.on .hd_wrapper #nav .nav_area .nav_1depth #nav2 {
  display: block;
}
#hd.on .hd_wrapper #hd_btn a {
  color: var(--bbb);
}
#hd.on .hd_wrapper #hd_btn img {
  -webkit-filter: invert(1);
          filter: invert(1);
}

@-webkit-keyframes rotate1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes diagonalFallRotate {
  0% {
    top: -100px;
    right: -100px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    top: 50%;
    right: 50%;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    top: 50%;
    right: 50%;
    -webkit-transform: rotate(720deg);
            transform: rotate(720deg);
  }
}
@keyframes diagonalFallRotate {
  0% {
    top: -100px;
    right: -100px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    top: 50%;
    right: 50%;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    top: 50%;
    right: 50%;
    -webkit-transform: rotate(720deg);
            transform: rotate(720deg);
  }
}
@-webkit-keyframes fly-turn {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes fly-turn {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes go-right-left {
  from {
    right: -800px;
    top: -800px;
  }
  to {
    right: calc(100% - 100px);
    top: 750px;
  }
}
@keyframes go-right-left {
  from {
    right: -800px;
    top: -800px;
  }
  to {
    right: calc(100% - 100px);
    top: 750px;
  }
}
@-webkit-keyframes train {
  0% {
    left: 100%;
  }
  100% {
    left: -100%;
  }
}
@keyframes train {
  0% {
    left: 100%;
  }
  100% {
    left: -100%;
  }
}
@-webkit-keyframes floatCloud {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-2rem);
            transform: translateY(-2rem);
  }
}
@keyframes floatCloud {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-2rem);
            transform: translateY(-2rem);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#gusan_index .layout2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#gusan_index .gi_depths {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
#gusan_index .gi_1depth {
  background: url("../img/main_bg.jpg") no-repeat center/cover;
}
#gusan_index .gi_1depth::before {
  content: "";
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#000F2C), color-stop(102.53%, #005489)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0))), url("../img/main_bg2.png"), lightgray -246.249px -185.707px/125.651% 134.122% no-repeat;
  background: linear-gradient(180deg, #000F2C 0%, #005489 102.53%), linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%), url("../img/main_bg2.png"), lightgray -246.249px -185.707px/125.651% 134.122% no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
#gusan_index .gi_1depth .layout2 p:nth-child(1) {
  font-size: 2.4rem;
  font-weight: 500;
  color: var(--fff);
  opacity: 0;
}
#gusan_index .gi_1depth .layout2 span {
  font-size: 2rem;
  font-weight: 200;
  color: var(--fff);
  text-transform: capitalize;
  display: block;
  font-family: "Poppins";
  opacity: 0;
}
#gusan_index .gi_1depth .layout2 h3 {
  font-size: 5rem;
  color: var(--fff);
  margin: 1.25rem 0;
  opacity: 0;
}
#gusan_index .gi_1depth .layout2 a {
  padding: 1.5rem 2rem;
  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;
  border-radius: 3rem;
  border: 1px solid #fff;
  width: 24rem;
  color: var(--fff);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 8.75rem 0 0;
  opacity: 0;
}
#gusan_index .gi_1depth .gi_1depth_img {
  position: absolute;
  bottom: 0;
  right: 8%;
  z-index: 2;
  width: 52%;
}
#gusan_index .gi_1depth .gi_1depth_img::before {
  content: "";
  display: block;
  background: url("../img/underwater-mainbg.gif") no-repeat center/cover;
  -webkit-mask-image: radial-gradient(50% 40% at 55% 45%, #C4C4C4 0%, rgba(196, 196, 196, 0.5) 70%, rgba(196, 196, 196, 0) 100%);
          mask-image: radial-gradient(50% 40% at 55% 45%, #C4C4C4 0%, rgba(196, 196, 196, 0.5) 70%, rgba(196, 196, 196, 0) 100%);
  width: 80%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#gusan_index .gi_1depth .gi_1depth_img img {
  width: 100%;
}
#gusan_index .gi_1depth.act .layout2 p {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s; /* 애니메이션 지속 시간 */
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out; /* 애니메이션 속도 곡선 */
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; /* 애니메이션 종료 후 마지막 상태 유지 */
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
#gusan_index .gi_1depth.act .layout2 h3 {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s; /* 애니메이션 지속 시간 */
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out; /* 애니메이션 속도 곡선 */
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; /* 애니메이션 종료 후 마지막 상태 유지 */
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
#gusan_index .gi_1depth.act .layout2 span {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s; /* 애니메이션 지속 시간 */
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out; /* 애니메이션 속도 곡선 */
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; /* 애니메이션 종료 후 마지막 상태 유지 */
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
#gusan_index .gi_1depth.act .layout2 a {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s; /* 애니메이션 지속 시간 */
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out; /* 애니메이션 속도 곡선 */
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; /* 애니메이션 종료 후 마지막 상태 유지 */
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
#gusan_index .gi_1depth.act .gi1i-0 {
  opacity: 0;
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s; /* 애니메이션 지속 시간 */
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out; /* 애니메이션 속도 곡선 */
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; /* 애니메이션 종료 후 마지막 상태 유지 */
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
#gusan_index .gi_2depth {
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #579ddc), color-stop(40%, #6cafe9), to(#76adda));
  background: linear-gradient(90deg, #579ddc 10%, #6cafe9 40%, #76adda 100%);
}
#gusan_index .gi_2depth .layout2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 2;
}
#gusan_index .gi_2depth .layout2 .gi_2depth_txt {
  width: 40%;
  padding: 0 0 20rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
#gusan_index .gi_2depth .layout2 .gi_2depth_txt h3 {
  font-size: 4.8rem;
  color: var(--fff);
  margin: 0 0 3rem 0;
  opacity: 0;
}
#gusan_index .gi_2depth .layout2 .gi_2depth_txt p {
  font-size: 2.1rem;
  color: var(--fff);
  font-weight: 300;
  line-height: 2;
  opacity: 0;
}
#gusan_index .gi_2depth .layout2 .gi_2depth_txt p span {
  color: #ffe768;
  font-weight: 600;
}
#gusan_index .gi_2depth .layout2 .gi_2depth_txt::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1/0.7;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  border-radius: 30%;
  background: rgba(39, 138, 222, 0.4);
  -webkit-filter: blur(50px);
          filter: blur(50px);
  position: absolute;
  top: -7rem;
  z-index: -1;
}
#gusan_index .gi_2depth .layout2 .gi_2depth_img {
  position: relative;
  width: 50%;
  opacity: 0;
}
#gusan_index .gi_2depth .layout2 .gi_2depth_img .icon-box {
  position: absolute;
}
#gusan_index .gi_2depth .layout2 .gi_2depth_img .icon-box1 {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#gusan_index .gi_2depth .layout2 .gi_2depth_img .gi2-2 {
  -webkit-animation: rotate1 4.8s linear infinite;
          animation: rotate1 4.8s linear infinite;
  position: static;
}
#gusan_index .gi_2depth .layout2 .gi_2depth_img .gi2-3 {
  -webkit-animation: rotate1 5s linear infinite;
          animation: rotate1 5s linear infinite;
  position: static;
}
#gusan_index .gi_2depth .layout2 .gi_2depth_img .icon-box4 {
  top: -13rem;
  left: 55%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
#gusan_index .gi_2depth .layout2 .gi_2depth_img .icon-box5 {
  bottom: 6rem;
  right: 4rem;
  z-index: 2;
}
#gusan_index .gi_2depth .layout2 .gi_2depth_img .icon-box6 {
  bottom: 0;
  left: 0;
  z-index: 2;
}
#gusan_index .gi_2depth .layout2 .gi_2depth_img .rotate-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#gusan_index .gi_2depth .layout2 .gi_2depth_img img {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
#gusan_index .gi_2depth .gi_2depth_img2 {
  position: absolute;
  bottom: 0;
  left: 12%;
  z-index: 1;
  opacity: 0;
  width: 23%;
}
#gusan_index .gi_2depth .gi_2depth_img2 img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
#gusan_index .gi_2depth.act .layout2 h3 {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s; /* 애니메이션 지속 시간 */
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out; /* 애니메이션 속도 곡선 */
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; /* 애니메이션 종료 후 마지막 상태 유지 */
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
#gusan_index .gi_2depth.act .layout2 p {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s; /* 애니메이션 지속 시간 */
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out; /* 애니메이션 속도 곡선 */
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; /* 애니메이션 종료 후 마지막 상태 유지 */
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
#gusan_index .gi_2depth.act .layout2 .gi_2depth_img {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s; /* 애니메이션 지속 시간 */
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out; /* 애니메이션 속도 곡선 */
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; /* 애니메이션 종료 후 마지막 상태 유지 */
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
#gusan_index .gi_2depth.act .gi_2depth_img2 {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s; /* 애니메이션 지속 시간 */
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out; /* 애니메이션 속도 곡선 */
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; /* 애니메이션 종료 후 마지막 상태 유지 */
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
#gusan_index .gi_3depth {
  background: #EAF5FF;
}
#gusan_index .gi_3depth .layout2 {
  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;
}
#gusan_index .gi_3depth .layout2 .gi_3depth_chart {
  width: 45%;
  background: var(--fff);
  border-radius: 3rem;
  padding: 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#gusan_index .gi_3depth .layout2 .gi_3depth_chart h3 {
  font-size: 3.6rem;
  color: #181f30;
  text-align: center;
  margin: 0 0 3rem 0;
  opacity: 0;
}
#gusan_index .gi_3depth .layout2 .gi_3depth_chart .giChart_wrapper {
  height: 450px;
  position: relative;
}
#gusan_index .gi_3depth .layout2 .gi_3depth_chart .giChart_wrapper img {
  position: absolute;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
#gusan_index .gi_3depth .layout2 .gi_3depth_chart #giChart {
  opacity: 0;
}
#gusan_index .gi_3depth .layout2 .gi_3depth_txt {
  width: 50%;
  padding: 0 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#gusan_index .gi_3depth .layout2 .gi_3depth_txt h3 {
  font-size: 4.8rem;
  margin: 0 0 3rem 0;
  opacity: 0;
}
#gusan_index .gi_3depth .layout2 .gi_3depth_txt p {
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 2;
  color: #1a243c;
  opacity: 0;
}
#gusan_index .gi_3depth .layout2 .gi_3depth_txt p span {
  color: #004aab;
  font-weight: 600;
}
#gusan_index .gi_3depth .layout2 .gi_3depth_txt ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 7rem 0 0;
  opacity: 0;
}
#gusan_index .gi_3depth .layout2 .gi_3depth_txt ul li {
  width: calc(25% - 60px);
  opacity: 0.45;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
#gusan_index .gi_3depth .layout2 .gi_3depth_txt ul li img {
  display: block;
  margin: 0 auto;
  width: 10rem;
  height: 12rem;
}
#gusan_index .gi_3depth .layout2 .gi_3depth_txt ul li p {
  font-size: 1.9rem;
  text-align: center;
  color: #1067d8;
  font-weight: 600;
}
#gusan_index .gi_3depth .layout2 .gi_3depth_txt ul li:nth-child(3) img, #gusan_index .gi_3depth .layout2 .gi_3depth_txt ul li:nth-child(4) img {
  width: 8rem;
}
#gusan_index .gi_3depth .layout2 .gi_3depth_txt ul li.act {
  opacity: 1;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}
#gusan_index .gi_3depth .text-train {
  position: absolute;
  bottom: 0;
  left: 0;
}
#gusan_index .gi_3depth .text-train h3 {
  font-size: 16rem;
  color: var(--fff);
  text-transform: uppercase;
  opacity: 0.6;
}
#gusan_index .gi_3depth.act .layout2 h3 {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s; /* 애니메이션 지속 시간 */
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out; /* 애니메이션 속도 곡선 */
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; /* 애니메이션 종료 후 마지막 상태 유지 */
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
#gusan_index .gi_3depth.act .layout2 p {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s; /* 애니메이션 지속 시간 */
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out; /* 애니메이션 속도 곡선 */
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; /* 애니메이션 종료 후 마지막 상태 유지 */
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
#gusan_index .gi_3depth.act .layout2 ul, #gusan_index .gi_3depth.act .layout2 #giChart {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s; /* 애니메이션 지속 시간 */
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out; /* 애니메이션 속도 곡선 */
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; /* 애니메이션 종료 후 마지막 상태 유지 */
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
#gusan_index .gi_3depth.act .text-train {
  -webkit-animation: train 9s linear infinite;
          animation: train 9s linear infinite;
}
#gusan_index .gi_4depth {
  background: url("../img/main4depth_bg.jpg") no-repeat center/cover;
  position: relative;
}
#gusan_index .gi_4depth .layout2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#gusan_index .gi_4depth .layout2 .gi_4depth_txt {
  width: 50%;
}
#gusan_index .gi_4depth .layout2 .gi_4depth_txt h3 {
  font-size: 4.8rem;
  color: var(--fff);
  margin: 0 0 3rem 0;
  opacity: 0;
}
#gusan_index .gi_4depth .layout2 .gi_4depth_txt p {
  font-size: 2.1rem;
  color: var(--fff);
  font-weight: 300;
  line-height: 2;
  opacity: 0;
}
#gusan_index .gi_4depth .layout2 .gi_4depth_img {
  opacity: 0;
}
#gusan_index .gi_4depth .gi_4depth_model {
  position: absolute;
  left: 9%;
  bottom: 0;
  opacity: 0;
}
#gusan_index .gi_4depth .gi_4depth_model img {
  width: 100%;
  -webkit-filter: drop-shadow(0px 0.4rem 20rem rgba(255, 255, 255, 0.3));
          filter: drop-shadow(0px 0.4rem 20rem rgba(255, 255, 255, 0.3));
}
#gusan_index .gi_4depth.act .layout2 h3 {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s; /* 애니메이션 지속 시간 */
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out; /* 애니메이션 속도 곡선 */
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; /* 애니메이션 종료 후 마지막 상태 유지 */
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
#gusan_index .gi_4depth.act .layout2 p {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s; /* 애니메이션 지속 시간 */
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out; /* 애니메이션 속도 곡선 */
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; /* 애니메이션 종료 후 마지막 상태 유지 */
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
#gusan_index .gi_4depth.act .layout2 .gi_4depth_img {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s; /* 애니메이션 지속 시간 */
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out; /* 애니메이션 속도 곡선 */
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; /* 애니메이션 종료 후 마지막 상태 유지 */
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
#gusan_index .gi_4depth.act .gi_4depth_model {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s; /* 애니메이션 지속 시간 */
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out; /* 애니메이션 속도 곡선 */
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; /* 애니메이션 종료 후 마지막 상태 유지 */
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
#gusan_index .gi_5depth .gi_5depth_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
#gusan_index .gi_5depth .gi_5depth_title h3 {
  font-size: 4.8rem;
  color: #181f30;
  opacity: 0;
}
#gusan_index .gi_5depth .gi_5depth_title a {
  display: block;
  color: #bbb;
  font-size: 1.7rem;
  opacity: 0;
}
#gusan_index .gi_5depth .gi_5depth_title a img {
  margin-left: 2rem;
}
#gusan_index .gi_5depth .gi_5depth_prd {
  padding: 3rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 5rem 0;
  position: relative;
  opacity: 0;
}
#gusan_index .gi_5depth .gi_5depth_prd .prd_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#gusan_index .gi_5depth .gi_5depth_prd .prd_ul li {
  width: calc(25% - 30px);
}
#gusan_index .gi_5depth .gi_5depth_prd .prd_ul li .prd_img {
  width: 90%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  position: relative;
}
#gusan_index .gi_5depth .gi_5depth_prd .prd_ul li .prd_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#gusan_index .gi_5depth .gi_5depth_prd .prd_ul li .prd_img .pi-soldout {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
#gusan_index .gi_5depth .gi_5depth_prd .prd_ul li .prd_img .pi-soldout span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 4rem;
  text-align: center;
  font-weight: 200;
  color: var(--fff);
  text-transform: uppercase;
}
#gusan_index .gi_5depth .gi_5depth_prd .prd_ul li .prd_info {
  text-align: center;
  margin: 4rem 0 0;
  padding: 0 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#gusan_index .gi_5depth .gi_5depth_prd .prd_ul li .prd_info h4 {
  font-size: 1.9rem;
  color: #000;
  font-weight: 400;
}
#gusan_index .gi_5depth .gi_5depth_prd .prd_ul li .prd_info p {
  font-size: 2.2rem;
  color: #000;
  font-weight: 700;
  margin: 1.5rem 0 0;
}
#gusan_index .gi_5depth .gi_5depth_prd .prd_ul li .prd_info p span {
  display: inline-block;
  margin: 0 1.5rem 0 0;
  font-size: 1.8rem;
  color: #999;
  font-weight: 400;
  text-decoration: line-through;
}
#gusan_index .gi_5depth .prd_nav {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 110%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#gusan_index .gi_5depth .prd_nav a {
  font-size: 5rem;
}
#gusan_index .gi_5depth .prd_nav a.swiper-button-disabled {
  opacity: 0.15;
}
#gusan_index .gi_5depth.act .layout2 .gi_5depth_title h3 {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s; /* 애니메이션 지속 시간 */
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out; /* 애니메이션 속도 곡선 */
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; /* 애니메이션 종료 후 마지막 상태 유지 */
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
#gusan_index .gi_5depth.act .layout2 .gi_5depth_title a {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s; /* 애니메이션 지속 시간 */
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out; /* 애니메이션 속도 곡선 */
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; /* 애니메이션 종료 후 마지막 상태 유지 */
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
#gusan_index .gi_5depth.act .layout2 .gi_5depth_prd {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s; /* 애니메이션 지속 시간 */
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out; /* 애니메이션 속도 곡선 */
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; /* 애니메이션 종료 후 마지막 상태 유지 */
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.anib-01 {
  position: relative;
  overflow: hidden;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.anib-01::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  z-index: -1;
}

.anib-01:hover {
  color: var(--bbb) !important;
}
.anib-01:hover img {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.anib-01:hover::before {
  height: 100%;
}

#sub_navi {
  width: 85vw;
  margin: 0 auto;
  padding: 10rem 0 6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  position: relative;
}
#sub_navi h2 {
  font-size: 5.6rem;
}
#sub_navi .sn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#sub_navi .sn_box span {
  display: inline-block;
  width: 3px;
  height: 3px;
  background: #999;
  margin: 0 2rem;
}
#sub_navi .sn_box aside {
  position: relative;
  cursor: pointer;
}
#sub_navi .sn_box aside p {
  color: var(--mc);
  font-size: 1.7rem;
  font-weight: 600;
}
#sub_navi .sn_box aside p img {
  margin: 0 0 0 2rem;
}
#sub_navi .sn_box aside .get_page {
  position: absolute;
  left: 50%;
  top: 4rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: var(--fff);
  border-radius: 1rem;
  padding: 1rem 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  min-width: 15rem;
  -webkit-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.05);
  z-index: 10;
}
#sub_navi .sn_box aside .get_page li {
  display: block;
  line-height: 2;
  text-align: center;
}
#sub_navi .sn_box aside .get_page li a {
  color: var(--g77);
}
#sub_navi .sn_box aside .get_page li a:hover {
  color: var(--bbb);
}

#gusan_sub .fb {
  position: relative;
  width: 100%;
  height: 150vh;
  position: absolute;
  top: 0;
  z-index: -1;
}
#gusan_sub .fb::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
}
#gusan_sub .fb.ios-fb {
  background-attachment: scroll !important;
}
#gusan_sub #pnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
#gusan_sub #pnav a {
  display: inline-block;
  margin: 0 3rem;
  font-size: 1.9rem;
  color: #999;
  padding: 2rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
#gusan_sub #pnav a.act {
  color: var(--mc);
  font-weight: 600;
}
#gusan_sub #pnav a.act::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: var(--mc);
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
}
#gusan_sub #pnav a:hover {
  color: var(--mc);
  font-weight: 600;
}
#gusan_sub #pnav::after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px solid #eee;
  position: absolute;
  bottom: 0;
  height: 1px;
}
#gusan_sub .premium {
  position: relative;
}
#gusan_sub .premium .premium_fixed_bg {
  background: url("../img/deepsea.jpg") no-repeat center/cover;
  background-attachment: fixed;
}
#gusan_sub .premium .pre-1depth {
  padding: 20rem 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#gusan_sub .premium .pre-1depth .pre-1depth-txt {
  text-align: center;
  color: var(--fff);
}
#gusan_sub .premium .pre-1depth .pre-1depth-txt h4 {
  font-size: 3.2rem;
  font-weight: 300;
}
#gusan_sub .premium .pre-1depth .pre-1depth-txt h4 strong {
  font-weight: 600;
}
#gusan_sub .premium .pre-1depth .pre-1depth-txt h3 {
  font-size: 7rem;
  font-weight: 600;
  padding: 4rem 0 5rem;
}
#gusan_sub .premium .pre-1depth .pre-1depth-txt p {
  font-size: 2.1rem;
  line-height: 2;
  font-weight: 300;
}
#gusan_sub .premium .pre-1depth .pre-1depth-icon {
  padding: 14rem 0 20rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 40%;
  margin: 0 auto;
}
#gusan_sub .premium .pre-1depth .pre-1depth-icon ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#gusan_sub .premium .pre-1depth .pre-1depth-icon ul li {
  text-align: center;
}
#gusan_sub .premium .pre-1depth .pre-1depth-icon ul li p {
  font-size: 1.9rem;
  font-weight: 600;
  text-align: center;
  color: var(--fff);
  margin: 1.2rem 0 0;
}
#gusan_sub .premium .pre-2depth {
  width: 100%;
  background: var(--fff);
}
#gusan_sub .premium .pre-2depth .pre-2depth-inner {
  width: 75vw;
  margin: 0 auto;
  padding: 16rem 0 19rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#gusan_sub .premium .pre-2depth .pre-2depth-inner h3 {
  font-size: 4.4rem;
  font-weight: 600;
  text-align: center;
  padding: 0 0 6rem;
}
#gusan_sub .premium .pre-2depth .pre-2depth-inner .pre-2depth-water {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#gusan_sub .premium .pre-2depth .pre-2depth-inner .pre-2depth-water .p2w-box {
  width: calc(33.3333333333% - 2rem);
  aspect-ratio: 1/1.3;
  position: relative;
  overflow: hidden;
}
#gusan_sub .premium .pre-2depth .pre-2depth-inner .pre-2depth-water .p2w-box .p2w-box-txt {
  position: absolute;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3rem;
  z-index: 2;
}
#gusan_sub .premium .pre-2depth .pre-2depth-inner .pre-2depth-water .p2w-box .p2w-box-txt p {
  font-size: 2.1rem;
}
#gusan_sub .premium .pre-2depth .pre-2depth-inner .pre-2depth-water .p2w-box .p2w-box-txt h4 {
  font-size: 2.8rem;
  color: #EE585E;
  margin: 1rem 0 0;
}
#gusan_sub .premium .pre-2depth .pre-2depth-inner .pre-2depth-water .p2w-box .p2w-box-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
#gusan_sub .premium .pre-2depth .pre-2depth-inner .pre-2depth-water .p2w-box .p2w-box-img .img2 {
  opacity: 0;
}
#gusan_sub .premium .pre-2depth .pre-2depth-inner .pre-2depth-water .p2w-box .p2w-box-img.act .img2 {
  -webkit-animation: fadeIn 0.3s ease-in forwards;
          animation: fadeIn 0.3s ease-in forwards;
}
#gusan_sub .premium .pre-3depth {
  background: #eaf5ff;
  width: 100%;
  height: auto;
  padding: 20rem 0;
  margin: 10rem 0 20rem;
  position: relative;
}
#gusan_sub .premium .pre-3depth .pre-3depth-inner {
  width: 75vw;
  margin: 0 auto;
}
#gusan_sub .premium .pre-3depth .pre-3depth-inner .pre-3depth-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}
#gusan_sub .premium .pre-3depth .pre-3depth-inner .pre-3depth-info .p3i-img img {
  -webkit-transform: translateY(-9rem);
          transform: translateY(-9rem);
  -webkit-box-shadow: 0 2rem 50rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 2rem 50rem rgba(0, 0, 0, 0.1);
}
#gusan_sub .premium .pre-3depth::before {
  content: "";
  display: block;
  background: url("../img/waterdrops.png") no-repeat center/100%;
  width: 40rem;
  aspect-ratio: 1/1;
  position: absolute;
  top: -9rem;
  left: 16rem;
}
#gusan_sub .premium .pre-4depth {
  margin: 0 0 20rem 0;
}
#gusan_sub .premium .pre-4depth .pre-4depth-inner {
  width: 75vw;
  margin: 0 auto;
  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;
}
#gusan_sub .premium .pre-4depth .pre-4depth-inner img {
  width: 45%;
}
#gusan_sub .premium .pre-4depth .pre-4depth-inner .pre-4depth-info {
  width: 50%;
}
#gusan_sub .premium .pre-title {
  font-size: 5.6rem;
  font-weight: 600;
  margin: 0 0 4rem;
}
#gusan_sub .premium .pre-txt {
  font-size: 2.1rem;
  line-height: 1.7;
}
#gusan_sub .premium .pre-txt span {
  color: var(--mc);
  font-weight: 600;
}
#gusan_sub .product-area .product {
  padding: 6rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#gusan_sub .product-area .product .pl-cnt {
  font-size: 1.8rem;
  margin: 0 0 3rem;
}
#gusan_sub .product-area .product .product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#gusan_sub .product-area .product .product-list .product-item {
  width: calc(25% - 3rem);
  margin: 0 4rem 10rem 0;
}
#gusan_sub .product-area .product .product-list .product-item:nth-child(4n+4) {
  margin: 0 0 10rem 0;
}
#gusan_sub .product-area .product .product-list .product-item .pi-img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1.2;
  position: relative;
  overflow: hidden;
  background: #f7f7f7;
}
#gusan_sub .product-area .product .product-list .product-item .pi-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
#gusan_sub .product-area .product .product-list .product-item .pi-img img:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
#gusan_sub .product-area .product .product-list .product-item .pi-info {
  margin: 2.5rem 0 0;
  display: block;
}
#gusan_sub .product-area .product .product-list .product-item .pi-info h3 {
  font-size: 1.9rem;
  font-weight: 400;
}
#gusan_sub .product-area .product .product-list .product-item .pi-info .pi-info-box {
  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;
}
#gusan_sub .product-area .product .product-list .product-item .pi-info .pi-info-box p {
  font-size: 2.4rem;
  font-weight: 600;
  margin: 3.2rem 0 2.7rem;
}
#gusan_sub .product-area .product .product-list .product-item .pi-info .pi-info-box p span {
  display: inline-block;
  margin: 0 0 0 1.5rem;
  font-size: 1.8rem;
  color: #999;
  font-weight: 400;
  text-decoration: line-through;
}
#gusan_sub .product-area .product .product-list .product-item .pi-info .pi-info-box .pi-info-opt .iwish {
  font-size: 2.4rem;
  vertical-align: bottom;
  opacity: 0.2;
}
#gusan_sub .product-area .product .product-list .product-item .pi-info .pi-info-box .pi-info-opt .iwish.act {
  color: #F15A24;
  opacity: 1;
}
#gusan_sub .product-area .product .product-list .product-item .pi-info .pi-info-box .pi-info-opt .icart {
  margin-left: 1rem;
  opacity: 0.2;
}
#gusan_sub .product-area .product .product-list .product-item .pi-info .pi-info-box .pi-info-opt .icart img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
#gusan_sub .product-area .product .product-list .product-item .pi-info .pi-icon {
  display: inline-block;
  padding: 0.8rem 1.7rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: var(--bbb);
  color: var(--fff);
}
#gusan_sub .product-area .product .product-list .product-item .pi-soldout {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
#gusan_sub .product-area .product .product-list .product-item .pi-soldout span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: var(--fff);
  font-size: 3.6rem;
  font-weight: 200;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
  width: 50%;
}
#gusan_sub .product-area .product .product-list .product-item .pi-soldout span::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#gusan_sub .about {
  position: relative;
}
#gusan_sub .about .layout2 {
  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;
}
#gusan_sub .about .about-txt {
  padding: 5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#gusan_sub .about .about-txt h3 {
  font-size: 5.6rem;
  font-weight: 400;
  margin: 0 0 5rem 0;
  line-height: 1.4;
}
#gusan_sub .about .about-txt h3 strong {
  font-weight: 600;
  display: block;
}
#gusan_sub .about .about-txt p {
  font-size: 2.1rem;
  line-height: 1.8;
  font-weight: 400;
}
#gusan_sub .about .about-txt p span {
  display: inline-block;
  color: var(--mc);
  font-weight: 600;
}
#gusan_sub .about .about-txt p:last-child {
  margin: 3rem 0 0;
}
#gusan_sub .about .about_fixed_bg {
  background: url("../img/deepsea2.jpg") no-repeat center/cover;
  background-attachment: fixed;
}
#gusan_sub .about .about_fixed_bg2 {
  background: url("../img/deepsea_water.jpg") no-repeat center/cover;
  background-attachment: fixed;
}
#gusan_sub .about .about-1depth {
  padding: 20rem 0 20rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
#gusan_sub .about .about-1depth .about-1depth-txt {
  text-align: center;
  color: var(--fff);
}
#gusan_sub .about .about-1depth .about-1depth-txt h4 {
  font-size: 3.2rem;
  font-weight: 300;
}
#gusan_sub .about .about-1depth .about-1depth-txt h4 strong {
  font-weight: 600;
}
#gusan_sub .about .about-1depth .about-1depth-txt h3 {
  font-size: 7rem;
  font-weight: 600;
  padding: 4rem 0 5rem;
}
#gusan_sub .about .about-1depth .about-1depth-txt p {
  font-size: 2.1rem;
  line-height: 2;
  font-weight: 300;
}
#gusan_sub .about .about-2depth {
  background: var(--fff);
  padding: 10rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
#gusan_sub .about .about-2depth:not(.about-info) h3 {
  font-size: 4.4rem;
  text-align: center;
  margin: 0 0 6rem;
}
#gusan_sub .about .about-2depth .a2-img {
  padding: 5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#gusan_sub .about .about-2depth .layout2 {
  position: relative;
  z-index: 2;
}
#gusan_sub .about .about-2depth .ani-txt {
  font-size: 14rem;
  color: #f6f6f6;
  font-weight: 600;
  text-transform: uppercase;
  position: absolute;
  top: 12%;
  left: 100%;
  -webkit-animation: train 9s linear infinite;
          animation: train 9s linear infinite;
  width: 100%;
}
#gusan_sub .about .about-3depth {
  background: #eaf5ff;
  padding: 10rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#gusan_sub .about .about-3depth .about-txt {
  width: 35%;
  margin-left: 12.5vw;
  padding: 5rem 5rem 5rem 0;
}
#gusan_sub .about .about-3depth .a3-img {
  display: inline-block;
  width: 55%;
  margin: 5rem 0 5rem 5rem;
  position: relative;
}
#gusan_sub .about .about-3depth .a3-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#gusan_sub .about .about-3depth .a3-img .ocean_spot {
  position: absolute;
  left: 0;
  top: 0;
  mix-blend-mode: multiply;
}
#gusan_sub .about .about-4depth {
  background: #fff;
  padding: 0 0 10rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#gusan_sub .about .about-4depth .about-txt {
  width: 35%;
  margin-right: 12.5vw;
  padding: 5rem 0 5rem 5rem;
}
#gusan_sub .about .about-4depth .a4-img {
  display: inline-block;
  width: 55%;
}
#gusan_sub .about .about-tab {
  position: relative;
}
#gusan_sub .about .about-tab #pnav {
  background: var(--fff);
}
#gusan_sub .about .about-tab .admin_btn {
  position: absolute;
  right: 5rem;
  top: 5rem;
  font-size: 2rem;
  color: var(--mc);
}
#gusan_sub .about .about-tab .about-2depth .layout2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
}
#gusan_sub .about .about-tab .about-2depth .layout2 .ajax_list img {
  width: 100%;
  border: 1px solid #999;
  aspect-ratio: 1/1.3;
  overflow: hidden;
}
#gusan_sub .about .about-tab .about-2depth .layout2 .ajax_list.flex-4 {
  margin: 0 5rem 7rem 0;
  width: calc(25% - 40px);
}
#gusan_sub .about .about-tab .about-2depth .layout2 .ajax_list.flex-4:nth-child(4n) {
  margin: 0 0 7rem 0;
}
#gusan_sub .about .about-tab .about-2depth .layout2 .ajax_list.flex-4 h4 {
  font-size: 1.9rem;
  text-align: center;
  margin: 2.5rem 0 0;
  font-weight: 400;
}
#gusan_sub .about .about-tab .about-2depth .layout2 .ajax_list.flex-5 {
  width: calc(20% - 16px);
  margin: 0 2rem 5rem 0;
}
#gusan_sub .about .about-tab .about-2depth .layout2 .ajax_list.flex-5:nth-child(5n) {
  margin: 0 0 5rem 0;
}
#gusan_sub .about .about-tab.about-tab-kr .about-2depth {
  padding: 15rem 0;
}
#gusan_sub .about .about-tab.about-tab-kr .layout2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#gusan_sub .about.about-effect .fb::before {
  display: none;
}
#gusan_sub .about.about-effect .about-1depth-txt {
  text-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
}
#gusan_sub .about.about-effect .about-2depth::before {
  content: "";
  display: block;
  background: url("../img/minerals_bg.png") no-repeat center/cover;
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
#gusan_sub .about.about-effect .about-2depth img {
  display: block;
  margin: 5rem auto;
  position: relative;
  z-index: 2;
}
#gusan_sub .about.about-effect .about-3depth {
  background: -webkit-gradient(linear, left top, right top, color-stop(0.74%, #589EDD), color-stop(99.98%, #76ADDB));
  background: linear-gradient(90deg, #589EDD 0.74%, #76ADDB 99.98%);
  position: relative;
  padding: 15rem 0;
}
#gusan_sub .about.about-effect .about-3depth .layout2 .a3-img {
  width: 45%;
  padding: 0;
  height: 100%;
  position: relative;
}
#gusan_sub .about.about-effect .about-3depth .layout2 .a3-img .icon-box {
  position: absolute;
}
#gusan_sub .about.about-effect .about-3depth .layout2 .a3-img .icon-box1 {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#gusan_sub .about.about-effect .about-3depth .layout2 .a3-img .gi2-2 {
  -webkit-animation: rotate1 4.8s linear infinite;
          animation: rotate1 4.8s linear infinite;
  position: static;
}
#gusan_sub .about.about-effect .about-3depth .layout2 .a3-img .gi2-3 {
  -webkit-animation: rotate1 5s linear infinite;
          animation: rotate1 5s linear infinite;
  position: static;
}
#gusan_sub .about.about-effect .about-3depth .layout2 .a3-img .icon-box4 {
  top: -33rem;
  left: 60%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
#gusan_sub .about.about-effect .about-3depth .layout2 .a3-img .icon-box5 {
  bottom: -10rem;
  right: 0rem;
  z-index: 2;
}
#gusan_sub .about.about-effect .about-3depth .layout2 .a3-img .icon-box6 {
  bottom: -24rem;
  left: 0%;
  z-index: 2;
}
#gusan_sub .about.about-effect .about-3depth .layout2 .a3-img .rotate-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#gusan_sub .about.about-effect .about-3depth .layout2 .a3-img img {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  width: auto;
  height: auto;
  -o-object-fit: unset;
     object-fit: unset;
}
#gusan_sub .about.about-effect .about-3depth .layout2 .about-txt {
  width: 48%;
  margin-left: 0;
  padding: 5rem;
}
#gusan_sub .about.about-effect .about-3depth .layout2 .about-txt h3 {
  color: var(--fff);
}
#gusan_sub .about.about-effect .about-3depth .layout2 .about-txt p {
  color: var(--fff);
  font-weight: 300;
}
#gusan_sub .about.about-effect .about-3depth .layout2 .about-txt p strong {
  font-weight: 700;
}
#gusan_sub .about.about-effect .about-3depth .layout2 .about-txt p span {
  color: #FFE768;
}
#gusan_sub .about.about-effect .about-4depth {
  padding: 10rem 0;
}
#gusan_sub .about.about-effect .about-4depth .layout2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#gusan_sub .about.about-effect .about-4depth .layout2 .about-txt {
  width: 50%;
  margin-right: 0;
  padding: 5rem 5rem 5rem 0;
}
#gusan_sub .about.about-effect .about-4depth .layout2 .a4-img {
  width: 30%;
}
#gusan_sub .about.about-effect .about-4depth .layout2 .a4-img img {
  width: 100%;
}
#gusan_sub .about.about-effect .about-4depth .layout2 .ae-hyo-area {
  width: 100%;
  margin: 10rem 0 0;
}
#gusan_sub .about.about-effect .about-4depth .layout2 .ae-hyo-area .ae-hyo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#gusan_sub .about.about-effect .about-4depth .layout2 .ae-hyo-area .ae-hyo .ae-box {
  width: calc(12.5% - 5px);
  aspect-ratio: 1/1;
  position: relative;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  position: relative;
}
#gusan_sub .about.about-effect .about-4depth .layout2 .ae-hyo-area .ae-hyo .ae-box span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  display: block;
  color: var(--fff);
  font-size: 2.2rem;
  line-height: 1.7;
  width: 100%;
}
#gusan_sub .about.about-effect .about-4depth .layout2 .ae-hyo-area .ae-hyo .ae-box:nth-child(1) {
  background: #033e8c;
}
#gusan_sub .about.about-effect .about-4depth .layout2 .ae-hyo-area .ae-hyo .ae-box:nth-child(2) {
  background: #0367a6;
}
#gusan_sub .about.about-effect .about-4depth .layout2 .ae-hyo-area .ae-hyo .ae-box:nth-child(3) {
  background: #048ABF;
}
#gusan_sub .about.about-effect .about-4depth .layout2 .ae-hyo-area .ae-hyo .ae-box:nth-child(4) {
  background: #024959;
}
#gusan_sub .about.about-effect .about-4depth .layout2 .ae-hyo-area .ae-hyo .ae-box:nth-child(5) {
  background: #026773;
}
#gusan_sub .about.about-effect .about-4depth .layout2 .ae-hyo-area .ae-hyo .ae-box:nth-child(6) {
  background: #3CA6A6;
}
#gusan_sub .about.about-effect .about-4depth .layout2 .ae-hyo-area .ae-hyo .ae-box:nth-child(7) {
  background: #3EAF83;
}
#gusan_sub .about.about-effect .about-4depth .layout2 .ae-hyo-area .ae-hyo .ae-box:nth-child(8) {
  background: #8DC23A;
}
#gusan_sub .about.about-effect .about-4depth .layout2 .ae-hyo-area .ae-hyo .ae-box:hover:nth-child(1) {
  background: rgba(3, 62, 140, 0.7);
}
#gusan_sub .about.about-effect .about-4depth .layout2 .ae-hyo-area .ae-hyo .ae-box:hover:nth-child(2) {
  background: rgba(3, 103, 166, 0.7);
}
#gusan_sub .about.about-effect .about-4depth .layout2 .ae-hyo-area .ae-hyo .ae-box:hover:nth-child(3) {
  background: rgba(4, 138, 191, 0.7);
}
#gusan_sub .about.about-effect .about-4depth .layout2 .ae-hyo-area .ae-hyo .ae-box:hover:nth-child(4) {
  background: rgba(2, 73, 89, 0.7);
}
#gusan_sub .about.about-effect .about-4depth .layout2 .ae-hyo-area .ae-hyo .ae-box:hover:nth-child(5) {
  background: rgba(2, 103, 115, 0.7);
}
#gusan_sub .about.about-effect .about-4depth .layout2 .ae-hyo-area .ae-hyo .ae-box:hover:nth-child(6) {
  background: rgba(60, 166, 166, 0.7);
}
#gusan_sub .about.about-effect .about-4depth .layout2 .ae-hyo-area .ae-hyo .ae-box:hover:nth-child(7) {
  background: rgba(62, 175, 131, 0.7);
}
#gusan_sub .about.about-effect .about-4depth .layout2 .ae-hyo-area .ae-hyo .ae-box:hover:nth-child(8) {
  background: rgba(141, 194, 58, 0.7);
}
#gusan_sub .about.about-effect .about-4depth .layout2 .ae-hyo-area .ae-hyo .ae-box.act:nth-child(1):after {
  background: #033e8c url("../img/arrow_down2.svg") no-repeat 50% 60%;
}
#gusan_sub .about.about-effect .about-4depth .layout2 .ae-hyo-area .ae-hyo .ae-box.act:nth-child(2):after {
  background: #0367a6 url("../img/arrow_down2.svg") no-repeat 50% 60%;
}
#gusan_sub .about.about-effect .about-4depth .layout2 .ae-hyo-area .ae-hyo .ae-box.act:nth-child(3):after {
  background: #048ABF url("../img/arrow_down2.svg") no-repeat 50% 60%;
}
#gusan_sub .about.about-effect .about-4depth .layout2 .ae-hyo-area .ae-hyo .ae-box.act:nth-child(4):after {
  background: #024959 url("../img/arrow_down2.svg") no-repeat 50% 60%;
}
#gusan_sub .about.about-effect .about-4depth .layout2 .ae-hyo-area .ae-hyo .ae-box.act:nth-child(5):after {
  background: #026773 url("../img/arrow_down2.svg") no-repeat 50% 60%;
}
#gusan_sub .about.about-effect .about-4depth .layout2 .ae-hyo-area .ae-hyo .ae-box.act:nth-child(6):after {
  background: #3CA6A6 url("../img/arrow_down2.svg") no-repeat 50% 60%;
}
#gusan_sub .about.about-effect .about-4depth .layout2 .ae-hyo-area .ae-hyo .ae-box.act:nth-child(7):after {
  background: #3EAF83 url("../img/arrow_down2.svg") no-repeat 50% 60%;
}
#gusan_sub .about.about-effect .about-4depth .layout2 .ae-hyo-area .ae-hyo .ae-box.act:nth-child(8):after {
  background: #8DC23A url("../img/arrow_down2.svg") no-repeat 50% 60%;
}
#gusan_sub .about.about-effect .about-4depth .layout2 .ae-hyo-area .ae-hyo .ae-box.act::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  width: 3.5rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#gusan_sub .about.about-effect .about-4depth .layout2 .ae-hyo-area .ae-hyo-result {
  margin: 4rem 0 0;
  padding: 5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f3f3f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#gusan_sub .about.about-effect .about-4depth .layout2 .ae-hyo-area .ae-hyo-result h5 {
  font-size: 2.1rem;
  font-weight: 600;
}
#gusan_sub .about.about-effect .about-4depth .layout2 .ae-hyo-area .ae-hyo-result > span {
  display: inline-block;
  width: 0.2rem;
  height: 5rem;
  background: var(--ddd);
  margin: 0 3rem;
}
#gusan_sub .about.about-effect .about-4depth .layout2 .ae-hyo-area .ae-hyo-result p {
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.7;
}
#gusan_sub .about.about-effect .about-4depth .layout2 .ae-hyo-area .ae-hyo-result p span {
  display: block;
}
#gusan_sub .about.about-factory .about-2depth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20rem 0;
}
#gusan_sub .about.about-factory .about-2depth .about-2depth-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 75vw;
  margin: 0 auto;
}
#gusan_sub .about.about-factory .about-2depth .about-2depth-inner .a2-img {
  padding: 0;
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto;
  margin-right: 8rem;
}
#gusan_sub .about.about-factory .about-2depth .about-2depth-inner .a2-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#gusan_sub .about.about-factory .about-2depth .about-2depth-inner .about-txt {
  width: 100%;
  min-width: 0;
  padding: 0;
}
#gusan_sub .about.about-factory .about-2depth .about-2depth-inner .about-txt table {
  padding: 2rem 0;
  margin: 6rem 0 0;
  border-top: 1px solid var(--ddd);
  width: 100%;
  font-size: 1.9rem;
}
#gusan_sub .about.about-factory .about-2depth .about-2depth-inner .about-txt table th {
  color: var(--mc);
  font-weight: 600;
  text-align: left;
}
#gusan_sub .about.about-factory .about-2depth .about-2depth-inner .about-txt table td, #gusan_sub .about.about-factory .about-2depth .about-2depth-inner .about-txt table th {
  padding: 1rem 0;
}
#gusan_sub .about.about-factory .about-3depth {
  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;
  width: 100%;
  padding: 0 12.5vw;
  margin: 0 auto 20rem;
  background: #fff;
}
#gusan_sub .about.about-factory .about-3depth .a3-img {
  width: 100%;
  text-align: center;
  margin: 8rem 0;
}
#gusan_sub .about.about-factory .about-3depth .a3-img img {
  max-width: 100rem;
  width: 100%;
}
#gusan_sub .about.about-factory .about-3depth .tbl-wrap {
  width: 100%;
  margin-top: 8rem;
}
#gusan_sub .about.about-factory .about-3depth .tbl-wrap h4 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #111;
  padding-left: 1.5rem;
  border-left: 3px solid var(--mc);
}
#gusan_sub .about.about-factory .about-3depth .tbl-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  font-size: 1.8rem;
  padding-top: 3rem;
  border-top: 1px solid #eee;
  margin-top: 2rem;
}
#gusan_sub .about.about-factory .about-3depth .tbl-wrap ul li {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-right: 2rem;
}
#gusan_sub .about.about-factory .about-3depth .tbl-wrap ul li h5 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 20%;
  margin-right: 1.5rem;
  font-weight: 500;
  color: var(--mc);
  line-height: 1.4;
  vertical-align: top;
  padding: 0.5rem 0;
}
#gusan_sub .about.about-factory .about-3depth .tbl-wrap ul li p {
  font-weight: 400;
  color: var(--b55);
  line-height: 1.4;
  vertical-align: top;
  padding: 0.5rem 0;
}
#gusan_sub .about.about-factory .about-3depth .tbl-wrap ul li p span {
  display: inline-block;
}
#gusan_sub .about.about-factory .about-3depth .about-txt {
  margin-right: 8.5vw;
  width: 100%;
  margin-left: 0;
}
#gusan_sub .about.about-factory .about-3depth .about-txt h3 {
  margin-bottom: 2rem;
}
#gusan_sub .about.about-factory .about-3depth .about-txt table {
  padding: 2rem 0;
  margin: 6rem 0 0;
  border-top: 1px solid var(--ddd);
  width: 100%;
  font-size: 1.9rem;
}
#gusan_sub .about.about-factory .about-3depth .about-txt table th {
  color: var(--mc);
  font-weight: 600;
  text-align: left;
}
#gusan_sub .about.about-factory .about-3depth .about-txt table td, #gusan_sub .about.about-factory .about-3depth .about-txt table th {
  padding: 1rem 0;
}
#gusan_sub .about.about-factory .about-4depth {
  position: relative;
  background: #EAF5FF;
}
#gusan_sub .about.about-factory .about-4depth .layout3 {
  width: 75vw;
  padding: 10rem 0;
}
#gusan_sub .about.about-factory .about-4depth .about-txt {
  width: 100%;
  margin-left: 0;
  padding: 5rem 0;
}
#gusan_sub .about.about-factory .about-4depth .a3-img {
  padding: 8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  aspect-ratio: auto;
  margin: 0 auto;
  display: block;
  background: #fff;
  border-radius: 2rem;
  aspect-ratio: 1/0.6;
  position: relative;
  overflow-x: auto;
  text-align: center;
}
#gusan_sub .about.about-factory .about-4depth .a3-img img {
  max-width: 120rem;
  width: 100%;
  min-width: 70rem;
}
#gusan_sub .about.about-factory .about-4depth .a3-conbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  gap: 2rem;
  margin: 8rem 0 0;
}
#gusan_sub .about.about-factory .about-4depth .a3-conbox img {
  width: calc(33.3333333333% - 1rem);
}
#gusan_sub .about.about-factory .about-4depth .a3-conbox img.a3-conbox-movie {
  cursor: pointer;
}
#gusan_sub .about.about-factory .about-4depth .a3-conbox span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  display: block;
  aspect-ratio: 1/0.5625;
  cursor: pointer;
}
#gusan_sub .about.about-factory .about-4depth .a3-conbox span.a3-conbox-movie {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
#gusan_sub .about.about-factory .about-4depth .a3-conbox span.a3-conbox-movie::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
#gusan_sub .about.about-factory .about-4depth .a3-conbox span.a3-conbox-movie::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: 10rem;
  aspect-ratio: 1/1;
  background: url("../img/play-movie.svg") center center/contain no-repeat;
}
#gusan_sub .about.about-factory .about-4depth .a3-conbox span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#gusan_sub .about.about-factory .about-4depth .about-factory-img {
  position: absolute;
  right: 1%;
  top: -10%;
  max-width: 30rem;
}
#gusan_sub .about.about-factory .about-4depth .about-factory-img img {
  width: 100%;
  animation: floatCloud 3s linear infinite alternate-reverse;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
#gusan_sub .company .cp-title {
  font-size: 2.1rem;
  color: var(--mc);
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 3rem;
}
#gusan_sub .company .company-1_5depth .layout3::after {
  display: none !important;
}
#gusan_sub .company .company-1_5depth .cp-title {
  margin: 0 0 1.5rem;
}
#gusan_sub .company .company-1_5depth .cp-title span {
  display: inline-block;
  font-size: 2.1rem;
  color: rgba(0, 74, 171, 0.5);
  text-transform: uppercase;
}
#gusan_sub .company .company-1_5depth .cp-info {
  margin: 0 0 5rem !important;
}
#gusan_sub .company .company-1_5depth .cp-info h5 {
  position: relative;
  font-size: 4.5rem !important;
  width: auto;
  min-width: 40%;
  display: block;
}
#gusan_sub .company .company-1_5depth .cp-info h5::after {
  content: "";
  display: block;
  position: absolute;
  background: #b7d4ef;
  width: 15.5rem;
  height: 0.1rem;
  position: absolute;
  top: 50%;
  right: -20%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#gusan_sub .company .company-1_5depth .c1_5-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}
#gusan_sub .company .company-1_5depth .c1_5-box::before {
  content: "";
  display: block;
  width: 100vw;
  height: calc(100% - 12rem);
  background: #F7FBFF;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#gusan_sub .company .company-1_5depth .c1_5-box:nth-child(1) {
  margin: 0 0 30rem;
}
#gusan_sub .company .company-1_5depth .c1_5-box:nth-child(1) .img-wrap img {
  max-width: 56.6rem;
  max-height: 62.7rem;
}
#gusan_sub .company .company-1_5depth .c1_5-box:nth-child(2) .img-wrap img {
  max-width: 58.8rem;
  max-height: 67.4rem;
}
#gusan_sub .company .company-1_5depth .c1_5-box .img-wrap {
  width: 40%;
  aspect-ratio: 1/1;
  position: relative;
  background: #EEF7FF;
}
#gusan_sub .company .company-1_5depth .c1_5-box .img-wrap img {
  position: absolute;
  width: 100%;
  height: 110%;
  -o-object-fit: cover;
     object-fit: cover;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#gusan_sub .company .company-1_5depth .c1_5-box .txt-wrap {
  width: 50%;
}
#gusan_sub .company .company-1_5depth .c1_5-box .txt-wrap .txtarea p {
  font-size: 2rem;
  color: var(--g33);
  line-height: 1.4;
  margin: 0 0 2.5rem;
}
#gusan_sub .company .company-1_5depth .c1_5-box2 .cp-info h5 {
  min-width: 60%;
}
#gusan_sub .company .company-1_5depth .c1_5-box2 .img-wrap {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#gusan_sub .company .company-1_5depth.company-1_5depth-en .cp-title {
  text-transform: uppercase;
}
#gusan_sub .company .company-1_5depth.company-1_5depth-en .cp-info h5 {
  min-width: 60%;
}
#gusan_sub .company .company-2depth {
  background: var(--fff);
  padding: 15rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#gusan_sub .company .company-2depth .layout3 {
  position: relative;
}
#gusan_sub .company .company-2depth .layout3::after {
  content: "";
  display: block;
  width: 0.2rem;
  height: 100%;
  background: #eee;
  position: absolute;
  top: 10rem;
  left: 29.7%;
  z-index: 2;
}
#gusan_sub .company .company-2depth .hisyory_list {
  position: absolute;
  left: 30%;
  top: 0;
}
#gusan_sub .company .company-2depth .cp-info {
  margin: 0 0 16rem 0;
}
#gusan_sub .company .company-2depth .cp-info:nth-last-child(1) {
  margin: 0;
}
#gusan_sub .company .company-2depth .cp-info h5 {
  font-size: 7rem;
}
#gusan_sub .company .company-2depth .cp-info .cp-section {
  padding: 3rem 0 0 0;
  z-index: 3;
  position: relative;
}
#gusan_sub .company .company-2depth .cp-info .cp-section .cp-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 3rem;
  position: relative;
}
#gusan_sub .company .company-2depth .cp-info .cp-section .cp-list span {
  min-width: 15rem;
  display: inline-block;
  font-size: 2.2rem;
  text-align: center;
  font-weight: 500;
}
#gusan_sub .company .company-2depth .cp-info .cp-section .cp-list ul li {
  font-size: 2rem;
  color: #666;
  margin: 0 0 1.5rem;
  font-weight: 400;
}
#gusan_sub .company .company-2depth .cp-info .cp-section .cp-list:nth-child(1)::before {
  content: "";
  display: block;
  width: 0.8rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: var(--mc);
  position: absolute;
  left: -0.8rem;
  top: 0.8rem;
}
#gusan_sub .company .company-2depth .cp-info .cp-section .cp-list:nth-child(1)::after {
  content: "";
  display: block;
  width: 2.4rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: rgba(0, 74, 171, 0.1);
  position: absolute;
  left: -1.6rem;
}
#gusan_sub .company .cp-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#gusan_sub .company .cp-info h5 {
  font-size: 5.6rem;
  width: 30%;
}
#gusan_sub .company .company-3depth {
  background: #eaf5ff;
  padding: 15rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#gusan_sub .company .company-3depth .layout3 {
  background: url("../img/world_map.png") no-repeat top right/70%;
}
#gusan_sub .company .company-3depth .cp-info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 10rem 0;
}
#gusan_sub .company .company-3depth .cp-info:nth-last-child(1) {
  margin: 0;
}
#gusan_sub .company .company-3depth .cp-info h5 {
  position: relative;
}
#gusan_sub .company .company-3depth .cp-info h5::after {
  content: "";
  display: block;
  position: absolute;
  background: #b7d4ef;
  width: 40%;
  height: 0.1rem;
  position: absolute;
  top: 50%;
  right: 20%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#gusan_sub .company .company-3depth .cp-slogn {
  font-size: 3.2rem;
  text-align: center;
  color: var(--mc);
  width: 70%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#gusan_sub .company .company-3depth .cp-vision {
  width: 70%;
}
#gusan_sub .company .company-3depth .cp-vision ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#gusan_sub .company .company-3depth .cp-vision ul li {
  width: 33.3333333333%;
  aspect-ratio: 1/1;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  -webkit-filter: drop-shadow(0rem 0.6rem 2.5rem rgba(0, 0, 0, 0.05));
          filter: drop-shadow(0rem 0.6rem 2.5rem rgba(0, 0, 0, 0.05));
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  position: relative;
}
#gusan_sub .company .company-3depth .cp-vision ul li div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
}
#gusan_sub .company .company-3depth .cp-vision ul li div img {
  display: block;
  margin: 0 auto;
}
#gusan_sub .company .company-3depth .cp-vision ul li div span {
  display: block;
  text-align: center;
  font-size: 2rem;
  text-align: center;
  margin: 3rem 0 0;
  font-weight: 500;
}
#gusan_sub .company .company-3depth .cp-vision ul li:nth-child(2) {
  z-index: 2;
}
#gusan_sub .company .company-4depth {
  padding: 15rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#gusan_sub .company .company-4depth .cp-core {
  width: 70%;
}
#gusan_sub .company .company-4depth .cp-core ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#gusan_sub .company .company-4depth .cp-core ul li {
  width: calc(33.3333333333% - 2rem);
  aspect-ratio: 1/1.6;
  -webkit-box-shadow: 0 0.6rem 2.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.6rem 2.5rem rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  position: relative;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
#gusan_sub .company .company-4depth .cp-core ul li div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
}
#gusan_sub .company .company-4depth .cp-core ul li div img {
  display: block;
  margin: 0 auto;
}
#gusan_sub .company .company-4depth .cp-core ul li div span {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  color: var(--mc);
  margin: 5rem 0 2rem;
}
#gusan_sub .company .company-4depth .cp-core ul li div p {
  font-size: 1.8rem;
  color: var(--b55);
  line-height: 1.7;
}
#gusan_sub .company .company-4depth .cp-core ul li.act {
  -webkit-transform: translateY(-3rem);
          transform: translateY(-3rem);
  background: -webkit-gradient(linear, left top, left bottom, from(#487DF0), to(#2D5AE7));
  background: linear-gradient(180deg, #487DF0 0%, #2D5AE7 100%);
}
#gusan_sub .company .company-4depth .cp-core ul li.act div span, #gusan_sub .company .company-4depth .cp-core ul li.act div p {
  color: var(--fff);
}
#gusan_sub .company .company-5depth {
  padding: 15rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #eaf5ff;
}
#gusan_sub .company .company-5depth .cp-scope img {
  -webkit-transform: translateX(-10rem);
          transform: translateX(-10rem);
}
#gusan_sub .water .water-2depth {
  padding: 15rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: var(--fff);
}
#gusan_sub .water .water-2depth .a1-txt {
  padding: 0;
  margin: 0 0 6rem;
}
#gusan_sub .water .water-2depth .a2-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 5rem 0 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 3px solid #eee;
  border-radius: 2rem;
  position: relative;
}
#gusan_sub .water .water-2depth .a2-img div {
  width: 40%;
}
#gusan_sub .water .water-2depth .a2-img div img {
  margin: 0 auto;
  display: block;
}
#gusan_sub .water .water-2depth .a2-img div span {
  display: block;
  margin: 4rem 0 0;
  font-size: 2.1rem;
  color: var(--b55);
  text-align: center;
}
#gusan_sub .water .water-2depth .a2-img::after {
  content: "";
  display: block;
  width: 0.2rem;
  height: 50%;
  background: #eee;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#gusan_sub .water .water-3depth {
  position: relative;
  padding: 15rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #eaf5ff;
}
#gusan_sub .water .water-3depth .layout3 {
  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;
}
#gusan_sub .term {
  width: 75vw;
  margin: 0 auto;
  padding: 0 0 12rem;
}
#gusan_sub .term #term-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #222;
}
#gusan_sub .term #term-nav a {
  display: block;
  padding: 2rem;
  width: 50%;
  text-align: center;
  border: 1px solid #ddd;
  font-size: 2rem;
  background: #f7f7f7;
  color: #999;
  font-weight: 300;
}
#gusan_sub .term #term-nav a.act {
  color: var(--mf);
  font-weight: 600;
  background: var(--fff);
}
#gusan_sub .term #term-area {
  width: 100%;
  padding: 3rem 0;
  border: 1px solid #ddd;
}
#gusan_sub .term #term-area article {
  padding: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.6;
  display: none;
  white-space: pre-line;
}
#gusan_sub .term #term-area article.act {
  display: block;
}

#movie-pop {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
#movie-pop .mp-area {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#movie-pop .mp-area iframe {
  max-width: 70rem;
  width: 85vw;
  aspect-ratio: 1/0.5625;
}

.mypage {
  width: 85vw;
  margin: 0 auto;
  padding: 0 0 20rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mypage .mp-title {
  font-size: 5.6rem;
  margin: 6rem 0;
  text-align: center;
}
.mypage .mp_tt {
  font-size: 2.4rem;
  margin: 0 0 2.5rem;
  font-weight: 600;
}
.mypage .mypage-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mypage .mypage-inner #mypage-nav {
  width: 15%;
  padding: 5rem 4rem;
  border: 1px solid #ddd;
  border-radius: 2rem;
  position: sticky;
  min-height: 70vh;
  height: 100%;
  height: 100%;
  top: 5rem;
}
.mypage .mypage-inner #mypage-nav > div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mypage .mypage-inner #mypage-nav > div h3 {
  font-size: 2rem;
  margin: 0 0 2.5rem;
}
.mypage .mypage-inner #mypage-nav > div a {
  color: #999;
  display: block;
  margin: 0 0 1.5rem;
  font-weight: 400;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.mypage .mypage-inner #mypage-nav > div a:hover {
  color: #000;
}
.mypage .mypage-inner #mypage-nav > div a.act {
  color: var(--mc);
  font-weight: 600;
}
.mypage .mypage-inner #mypage-nav > div:nth-child(2) {
  padding: 4rem 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 4rem 0;
}
.mypage .mypage-inner .mypage-box {
  width: 80%;
}
.mypage .mypage-inner .mypage-box .dp-box {
  margin: 0 0 8rem 0;
}
.mypage .mypage-inner .mypage-box .dp-box .dp-title {
  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: 0 0 2rem;
}
.mypage .mypage-inner .mypage-box .dp-box .dp-title h3 {
  font-size: 2.4rem;
}
.mypage .mypage-inner .mypage-box .dp-box .dp-title a {
  color: #999;
  font-weight: 300;
}
.mypage .mypage-inner .mypage-box .dp-box .dp-title a i {
  margin-left: 1rem;
}
.mypage .mypage-inner .mypage-box .help-txt {
  color: #999;
  margin: 0 0 2.5rem;
}
.mypage .mypage-inner .mypage-box.mypage-order .mo-hello {
  width: 100%;
  padding: 5rem;
  background: #253352;
  border-radius: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: var(--fff);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 8rem;
}
.mypage .mypage-inner .mypage-box.mypage-order .mo-hello h3 {
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 1.4;
}
.mypage .mypage-inner .mypage-box.mypage-order .mo-hello h3 strong {
  font-weight: 600;
}
.mypage .mypage-inner .mypage-box.mypage-order .mo-hello h3 span {
  font-weight: 600;
}
.mypage .mypage-inner .mypage-box.mypage-order .mo-hello .mo-hello-box-area {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mypage .mypage-inner .mypage-box.mypage-order .mo-hello .mo-hello-box-area .mo-hello-box {
  width: 50%;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 0 0 0 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.mypage .mypage-inner .mypage-box.mypage-order .mo-hello .mo-hello-box-area .mo-hello-box p {
  margin: 0 0 1rem;
}
.mypage .mypage-inner .mypage-box.mypage-order .mo-hello .mo-hello-box-area .mo-hello-box strong {
  font-size: 2.6rem;
}
.mypage .mypage-inner .mypage-box.mypage-order .mo-wish ul {
  border-top: 1px solid #000;
}
.mypage .mypage-inner .mypage-box.mypage-order .mo-wish ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.mypage .mypage-inner .mypage-box.mypage-order .mo-wish ul li .smb_my_img {
  margin: 0 2.4rem;
  background: #f7f7f7;
}
.mypage .mypage-inner .mypage-box.mypage-order .mo-wish ul li .smb_my_tit a strong {
  display: block;
  margin: 1.5rem 0 0;
}
.mypage .mypage-inner .mypage-box.mypage-order .mo-wish ul li .wish_del {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #999;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.mypage .mypage-inner .mypage-box.mypage-order .mo-wish ul li .wish_del:hover {
  color: #000;
}
.mypage .mypage-inner .mypage-box.mypage-order .mo-wish #smb_ws_act {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 2rem 0 0;
}
.mypage .mypage-inner .mypage-box.mypage-order .mo-wish #smb_ws_act button {
  padding: 1.5rem 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: 600;
}
.mypage .mypage-inner .mypage-box.mypage-order .mo-wish #smb_ws_act button.btn_cart {
  border: 1px solid #ddd;
  margin: 0 1rem 0 0;
}
.mypage .mypage-inner .mypage-box.mypage-order .mo-wish #smb_ws_act button.btn_buy {
  background: var(--mc);
  color: var(--fff);
}
.mypage .mypage-inner .mypage-box.review #mp-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #222;
}
.mypage .mypage-inner .mypage-box.review #mp-tab a {
  display: block;
  width: 50%;
  text-align: center;
  padding: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f7f7f7;
  border: 1px solid #ddd;
  font-size: 2rem;
  color: #999;
  font-weight: 300;
}
.mypage .mypage-inner .mypage-box.review #mp-tab a.act {
  color: var(--mf);
  background: var(--fff);
  font-weight: 600;
}
.mypage .mypage-inner .mypage-box.review .mp-area .review-box {
  padding: 4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ddd;
}
.mypage .mypage-inner .mypage-box.review .mp-area .review-box:nth-last-child(1) {
  border-bottom: none;
}
.mypage .mypage-inner .mypage-box.review .mp-area .review-box .rb-img {
  margin-right: 2.5rem;
}
.mypage .mypage-inner .mypage-box.review .mp-area .review-box .rb-box {
  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;
  width: 100%;
}
.mypage .mypage-inner .mypage-box.review .mp-area .review-box .rb-box p {
  color: #999;
  font-weight: 300;
  margin-top: 1.5rem;
}
.mypage .mypage-inner .mypage-box.review .mp-area .review-box .rb-box a {
  display: block;
  border-radius: 0.5rem;
  border: 1px solid var(--mc);
  color: var(--mc);
  text-align: center;
  padding: 1.5rem 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mypage .mypage-inner .mypage-box.review .mp-area .review-box.rb-empty {
  padding: 11rem;
  border: 1px solid #ddd;
  border-top: none;
}
.mypage .mypage-inner .mypage-box.review .mp-area .review-box.rb-empty p {
  color: var(--g77);
  text-align: center;
  font-size: 1.8rem;
  display: block;
  margin: 0 auto;
}
.mypage .mypage-inner .mypage-box.review .mp-area .review-box2 {
  padding: 3rem 0 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #ddd;
}
.mypage .mypage-inner .mypage-box.review .mp-area .review-box2 .rb-top {
  margin: 0 0 1.5rem;
}
.mypage .mypage-inner .mypage-box.review .mp-area .review-box2 .rb-top .rb-top-info {
  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;
}
.mypage .mypage-inner .mypage-box.review .mp-area .review-box2 .rb-top .rb-top-info .rti-box {
  width: 82%;
}
.mypage .mypage-inner .mypage-box.review .mp-area .review-box2 .rb-top .rb-top-info .rti-box h5 {
  font-weight: 500;
  margin: 0 0 1.5rem;
}
.mypage .mypage-inner .mypage-box.review .mp-area .review-box2 .rb-top .rb-top-info .rti-box span {
  font-sizE: 1.5rem;
  color: #999;
}
.mypage .mypage-inner .mypage-box.review .mp-area .review-box2 .rb-top .rb-top-info .rti-box span:nth-last-child(1) {
  margin-left: 1rem;
}
.mypage .mypage-inner .mypage-box.review .mp-area .review-box2 .rb-top .rb-top-info .rti-box span img {
  width: 9rem;
  vertical-align: bottom;
}
.mypage .mypage-inner .mypage-box.review .mp-area .review-box2 .rb-top .rb-top-info .rti-btn a {
  border-radius: 0.5rem;
  border: 1px solid #ddd;
  font-weight: 400;
  padding: 1rem 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mypage .mypage-inner .mypage-box.review .mp-area .review-box2 .rb-txt .rb-txt--cut {
  color: #535353;
  line-height: 1.6;
  max-height: 3.2em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.mypage .mypage-inner .mypage-box.review .mp-area .review-box2 .rb-txt .rb-txt--btn {
  display: none;
  margin: 1.5rem 0;
}
.mypage .mypage-inner .mypage-box.review .mp-area .review-box2 .rb-txt .rb-txt--btn button {
  color: #999;
  font-size: 1.4rem;
}
.mypage .mypage-inner .mypage-box.review .mp-area .review-box2 .rb-img {
  margin: 3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mypage .mypage-inner .mypage-box.review .mp-area .review-box2 .rb-img img {
  margin: 0 1rem 0 0;
}
.mypage .mypage-inner .mypage-box.review .mp-area .review-box2 .rb-img img:nth-last-child(1) {
  margin: 0;
}
.mypage .mypage-inner .mypage-box.point h3 span {
  color: var(--mc);
}
.mypage .mypage-inner .mypage-box.coupon ul {
  border-top: 1px solid #222;
  padding: 3.5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mypage .mypage-inner .mypage-box.coupon ul li {
  width: calc(50% - 2rem);
  margin: 0 2rem 2rem 0;
  border: 1px solid #ddd;
  padding: 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mypage .mypage-inner .mypage-box.coupon ul li .cou_top h4 {
  color: var(--mc);
  font-size: 4rem;
}
.mypage .mypage-inner .mypage-box.coupon ul li .cou_top p {
  font-size: 1.8rem;
  margin: 1.5rem 0;
  font-weight: 300;
}
.mypage .mypage-inner .mypage-box.coupon ul li .cou_target {
  display: block;
  color: #999;
  font-weight: 300;
  text-decoration: underline;
}
.mypage .mypage-inner .mypage-box.coupon ul li .cou_target i {
  display: inline-block;
  margin-left: 0.5rem;
  font-size: 1.2em;
}
.mypage .mypage-inner .mypage-box.coupon ul li .cou_target.disabled {
  opacity: 0;
  pointer-events: none;
}
.mypage .mypage-inner .mypage-box.coupon ul li .cou_date {
  color: #999;
  font-weight: 300;
  display: block;
  margin: 4rem 0 0;
}
.mypage .mypage-inner .mypage-box.coupon ul li:nth-child(2n) {
  margin: 0 0 2rem 2rem;
}
.mypage .mypage-inner .mypage-box.coupon ul li.empty_li {
  width: 100%;
  border: none;
}
.mypage .mypage-inner .mypage-box.member-ci .mc-chk-form {
  border-top: 1px solid #222;
  border-bottom: 1px solid #ddd;
  padding: 5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mypage .mypage-inner .mypage-box.member-ci .mc-chk-form form {
  text-align: center;
  width: 50%;
  margin: 0 auto;
}
.mypage .mypage-inner .mypage-box.member-ci .mc-chk-form form p {
  font-size: 1.8rem;
  margin: 0 0 0.5rem;
}
.mypage .mypage-inner .mypage-box.member-ci .mc-chk-form form .mcf-input {
  margin: 4rem 0 0;
}
.mypage .mypage-inner .mypage-box.member-ci .mc-chk-form form .mcf-input input {
  width: 40rem;
  display: block;
  margin: 0 auto;
  padding: 0 1rem;
  color: #000;
  border-radius: 1rem;
  height: 6rem;
}
.mypage .mypage-inner .mypage-box.member-ci .mc-chk-form form .mcf-input button {
  width: 100%;
  background: var(--mc);
  padding: 2rem;
  font-size: 1.8rem;
  border-radius: 0.5rem;
  margin: 0 0 1.5rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  width: 40rem;
  color: var(--fff);
  margin: 1.5rem 0 0;
  padding: 1.5rem;
}
.mypage .mypage-inner .mypage-box.member-ci .mc-chk-form form .mcf-input button:hover {
  background: #004094;
}
.mypage .mypage-inner .mypage-box.member-ci .member-ci-box {
  padding: 4rem 0;
  border-bottom: 1px solid #ddd;
}
.mypage .mypage-inner .mypage-box.member-ci .member-ci-box h4 {
  font-size: 2rem;
  margin: 0 0 2rem;
}
.mypage .mypage-inner .mypage-box.member-ci .member-ci-box:nth-child(1) {
  border-top: 1px solid #222;
}
.mypage .mypage-inner .mypage-box.member-ci .member-ci-box .tbl_wrap table {
  border-top: none;
  border-bottom: none;
}
.mypage .mypage-inner .mypage-box.member-ci .member-ci-box .tbl_wrap table th, .mypage .mypage-inner .mypage-box.member-ci .member-ci-box .tbl_wrap table td {
  padding: 1rem 0;
}
.mypage .mypage-inner .mypage-box.member-ci .member-ci-box .tbl_wrap table th {
  text-align: left;
  font-weight: 300;
}
.mypage .mypage-inner .mypage-box.member-ci .member-ci-box .tbl_wrap table th span {
  color: var(--mc);
  margin-left: 1rem;
}
.mypage .mypage-inner .mypage-box.member-ci .member-ci-box .tbl_wrap table td {
  text-align: left;
  border-bottom: 0;
}
.mypage .mypage-inner .mypage-box.member-ci .member-ci-box .tbl_wrap table td input {
  width: 60%;
  padding: 0 1rem;
  color: #000;
  border-radius: 1rem;
  height: 6rem;
}
.mypage .mypage-inner .mypage-box.member-ci .member-ci-box .tbl_wrap table td input:-moz-read-only {
  background: #f7f7f7;
  color: #555;
}
.mypage .mypage-inner .mypage-box.member-ci .member-ci-box .tbl_wrap table td input:read-only {
  background: #f7f7f7;
  color: #555;
}
.mypage .mypage-inner .mypage-box.member-ci .member-ci-box .tbl_wrap table td p {
  color: #999;
  font-weight: 300;
  margin: 0.5rem 0;
}
.mypage .mypage-inner .mypage-box.member-ci .member-ci-box .tbl_wrap table td .btn_frmline {
  padding: 2rem 1rem;
  background: var(--mc);
  width: 18.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: var(--fff);
  border-radius: 1rem;
  margin-left: 1%;
  font-size: 1.8rem;
  height: auto;
}
.mypage .mypage-inner .mypage-box.member-ci .member-ci-box .tbl_wrap table td .frm_address {
  width: 100%;
}
.mypage .mypage-inner .mypage-box.member-ci .member-ci-box ul li {
  margin: 0 0 1.5rem;
}
.mypage .mypage-inner .mypage-box.member-ci .member-ci-box ul li span {
  margin-left: 0.5rem;
}
.mypage .mypage-inner .mypage-box.member-ci .member-ci-box ul li.sns-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 4rem 0 0;
}
.mypage .mypage-inner .mypage-box.member-ci .member-ci-box ul li.sns-li .frm_label {
  margin: 0 3rem 0 0;
  font-size: 1.8rem;
}
.mypage .mypage-inner .mypage-box.member-ci .member-ci-box ul li.sns-li .sns-icon {
  display: inline-block;
  width: 4rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 0.5rem 0 0;
}
.mypage .mypage-inner .mypage-box.member-ci .member-ci-box ul li.sns-li .sns-icon .txt {
  font-size: 0;
}
.mypage .mypage-inner .mypage-box.member-ci .member-ci-box ul li.sns-li .sns-icon.sns-icon-not#sns-naver {
  background: url("../img/sns_naver_s2.png") no-repeat center/cover;
}
.mypage .mypage-inner .mypage-box.member-ci .member-ci-box ul li.sns-li .sns-icon.sns-icon-not#sns-kakao {
  background: url("../img/sns_kakao_s2.png") no-repeat center/cover;
}
.mypage .mypage-inner .mypage-box.member-ci .member-ci-box ul li.sns-li .sns-icon#sns-naver {
  background: url("../img/sns_naver_s.png") no-repeat center/cover;
}
.mypage .mypage-inner .mypage-box.member-ci .member-ci-box ul li.sns-li .sns-icon#sns-kakao {
  background: url("../img/sns_kakao_s.png") no-repeat center/cover;
}
.mypage .mypage-inner .mypage-box.member-ci .member-ci-box:nth-last-child(1) {
  border-bottom: none;
}
.mypage .mypage-inner .mypage-box.member-ci .btn_confirm {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 6rem 0 0;
}
.mypage .mypage-inner .mypage-box.member-ci .btn_confirm .btn_submit2 {
  background: var(--mc);
  padding: 1.5rem;
  font-size: 1.8rem;
  border-radius: 0.5rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  min-width: 18rem;
  color: var(--fff);
}
.mypage .mypage-inner .mypage-box.member-ci .btn_confirm .btn_submit2:hover {
  background: #004094;
}
.mypage .mypage-inner .mypage-box.member-ci .btn_confirm .btn_close2 {
  font-size: 1.8rem;
  border-radius: 0.5rem;
  border: 1px solid #ddd;
  padding: 1.5rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  min-width: 18rem;
  margin-right: 1rem;
}
.mypage .mypage-inner .mypage-box.member-ci .btn_confirm .btn_close2:hover {
  background: #f3f3f3;
}
.mypage .mypage-inner .mypage-box.member-leave ul {
  padding: 3rem 0;
  border-top: 1px solid #222;
  border-bottom: 1px solid #ddd;
}
.mypage .mypage-inner .mypage-box.member-leave ul li {
  list-style: decimal inside;
  margin: 0 0 0.5rem 0;
}
.mypage .mypage-inner .mypage-box.member-leave .ml-box {
  margin: 3rem 0;
}
.mypage .mypage-inner .mypage-box.member-leave .btn_submit2 {
  background: var(--mc);
  padding: 1.5rem;
  font-size: 1.8rem;
  border-radius: 0.5rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  width: 18rem;
  color: var(--fff);
  display: block;
  margin: 5rem auto 0;
  text-align: center;
}
.mypage .mypage-inner .mypage-box.member-leave .btn_submit2:hover {
  background: #004094;
}
.mypage .mypage-inner .mypage-box.member-leave .btn_submit2.disabled {
  background: var(--ddd);
  cursor: no-drop;
  pointer-events: none;
}
.mypage .mypage-inner .mypage-box.faq #member-qa .wait {
  color: #999;
}
.mypage .mypage-inner .mypage-box.faq #member-qa .success {
  color: var(--mc);
}
.mypage .mypage-inner .mypage-box.faq #member-faq {
  margin: 12rem 0;
}
.mypage .mypage-inner .mypage-box.faq #member-faq .tbl_wrap {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.mypage .mypage-inner .mypage-box.faq #member-faq .tbl_wrap .con_inner {
  display: none;
  background: #f7f7f7;
  border: 1px solid #ddd;
}
.mypage .mypage-inner .mypage-box.faq #member-faq .tbl_wrap .con_inner td {
  padding: 2rem;
  color: #555;
  text-align: left;
  line-height: 1.6;
}
.mypage .mypage-inner .mypage-box.faq #member-faq .tbl_wrap .tit_btn {
  text-align: left;
  text-decoration: none;
}
.mypage .mypage-inner .mypage-box.faq #member-faq #faq_sch {
  margin: 4rem 0 0;
}
.mypage .mypage-inner .mypage-box.faq #member-faq #faq_sch form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mypage .mypage-inner .mypage-box.faq #member-faq #faq_sch legend, .mypage .mypage-inner .mypage-box.faq #member-faq #faq_sch .sch_tit {
  display: none;
}
.mypage .mypage-inner .mypage-box.faq #member-faq #faq_sch #stx {
  width: 40rem;
  border-radius: 0.5rem;
}
.mypage .mypage-inner .mypage-box.faq #member-faq #faq_sch #stx::-webkit-input-placeholder {
  color: #999;
}
.mypage .mypage-inner .mypage-box.faq #member-faq #faq_sch #stx::-moz-placeholder {
  color: #999;
}
.mypage .mypage-inner .mypage-box.faq #member-faq #faq_sch #stx:-ms-input-placeholder {
  color: #999;
}
.mypage .mypage-inner .mypage-box.faq #member-faq #faq_sch #stx::-ms-input-placeholder {
  color: #999;
}
.mypage .mypage-inner .mypage-box.faq #member-faq #faq_sch #stx::placeholder {
  color: #999;
}
.mypage .mypage-inner .mypage-box.faq #member-faq #faq_sch .btn_submit {
  padding: 1rem 2rem;
  background: var(--mc);
  border-radius: 0.5rem;
  margin-left: 0.5rem;
}

.tbl_wrap.tbl_head01 {
  border-top: 1px solid #222;
  padding: 2rem 0 0;
}
.tbl_wrap.tbl_head01 table {
  border-bottom: none;
  border-top: none;
}
.tbl_wrap.tbl_head01 table td, .tbl_wrap.tbl_head01 table th {
  border-bottom: none;
  border-top: none;
  color: #000;
  padding: 1.5rem 0;
}
.tbl_wrap.tbl_head01 table th {
  font-weight: 400;
  text-align: left;
  color: #555;
}
.tbl_wrap.tbl_head01 table td {
  font-weight: 400;
  font-size: 1.8rem;
}
.tbl_wrap.tbl_head01 table .empty_table {
  color: #555;
}
.tbl_wrap.tbl_head03 table {
  border-collapse: collapse;
}
.tbl_wrap.tbl_head03 table thead th {
  padding: 2.5rem 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #ddd;
}
.tbl_wrap.tbl_head03 table tbody td {
  padding: 2.5rem 0;
  border-bottom: 1px solid #f2f2f2;
  text-align: center;
}
.tbl_wrap.tbl_head03 table tbody td a {
  text-decoration: underline;
  font-weight: 600;
}
.tbl_wrap.tbl_head03 table tbody td.left {
  text-align: left;
}
.tbl_wrap.tbl_head03 table tbody tr:nth-last-child(1) td {
  border-bottom: 1px solid #ddd;
}

.pg_wrap {
  float: unset !important;
  display: block !important;
}
.pg_wrap .pg {
  margin: 4rem auto 0;
  display: block;
}
.pg_wrap .pg_current, .pg_wrap .pg_page:not(.pg_end, .pg_start) {
  font-weight: 400;
  border-radius: 50%;
  background: var(--ddd);
  border: none;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.6rem;
}
.pg_wrap .pg_current {
  background: var(--bbb);
}
.pg_wrap .pg_end {
  background: none;
  border: none;
  position: relative;
  text-indent: unset;
  font-size: 0;
}
.pg_wrap .pg_end::after {
  content: ">";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #999;
  font-size: 2rem;
}
.pg_wrap .pg_start {
  background: none;
  border: none;
  position: relative;
  text-indent: unset;
  font-size: 0;
}
.pg_wrap .pg_start::after {
  content: "<";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #999;
  font-size: 2rem;
}

.sit_admin {
  position: absolute;
  right: 0;
  z-index: 1;
}

.od_stt {
  font-size: 2.4rem;
  margin: 0 0 2.5rem;
}

#sit {
  position: relative;
}
#sit .sit_flex {
  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;
}
#sit #sit_ov_from #sit_ov_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10rem 0 6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border-bottom: 1px solid #eee;
}
#sit #sit_ov_from #sit_ov_wrap::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #eee;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#sit #sit_ov_from #sit_ov_wrap #sit_pvi {
  width: 50%;
  padding: 0 5rem 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#sit #sit_ov_from #sit_ov_wrap #sit_pvi #sit_pvi_big {
  width: 100%;
  aspect-ratio: 1/1;
}
#sit #sit_ov_from #sit_ov_wrap #sit_pvi #sit_pvi_big img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sit #sit_ov_from #sit_ov_wrap #sit_pvi #sit_pvi_thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2.5rem 0 0;
}
#sit #sit_ov_from #sit_ov_wrap #sit_pvi #sit_pvi_thumb a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#sit #sit_ov_from #sit_ov_wrap #sit_pvi #sit_pvi_thumb a.act {
  border: 1px solid #004AAB;
}
#sit #sit_ov_from #sit_ov_wrap #sit_ov {
  width: 50%;
  padding: 0 0 0 5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#sit #sit_ov_from #sit_ov_wrap #sit_ov .it_caname {
  font-size: 1.9rem;
  color: #999;
  font-weight: 400;
}
#sit #sit_ov_from #sit_ov_wrap #sit_ov #sit_title {
  font-size: 2.6rem;
  line-height: 1.4;
  margin: 2.5rem 0 0;
}
#sit #sit_ov_from #sit_ov_wrap #sit_ov .it_price {
  font-size: 2.4rem;
  font-weight: 600;
  margin: 3.2rem 0 2.7rem;
}
#sit #sit_ov_from #sit_ov_wrap #sit_ov .it_price span {
  display: inline-block;
  margin: 0 0 0 1.5rem;
  font-size: 1.8rem;
  color: #999;
  font-weight: 400;
  text-decoration: line-through;
}
#sit #sit_ov_from #sit_ov_wrap #sit_ov #sit_btn_opt {
  font-size: 2.5rem;
  position: relative;
}
#sit #sit_ov_from #sit_ov_wrap #sit_ov #sit_btn_opt #btn_wish.act {
  color: #F15A24;
}
#sit #sit_ov_from #sit_ov_wrap #sit_ov #sit_btn_opt .btn_sns_share {
  margin-left: 0.5rem;
}
#sit #sit_ov_from #sit_ov_wrap #sit_ov #sit_btn_opt .btn_sns_share img {
  vertical-align: top;
}
#sit #sit_ov_from #sit_ov_wrap #sit_ov #sit_btn_opt .sns_area {
  display: none;
  position: absolute;
  right: -3rem;
  top: 5rem;
  padding: 1rem 2rem;
  -webkit-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.05);
}
#sit #sit_ov_from #sit_ov_wrap #sit_ov #sit_btn_opt .sns_area a {
  display: block;
  margin: 1rem auto;
}
#sit #sit_ov_from #sit_ov_wrap #sit_ov #sit_btn_opt .sns_area a img {
  display: block;
  margin: 0 auto;
}
#sit #sit_ov_from #sit_ov_wrap #sit_ov .sit_info {
  width: 100%;
  border-top: 2px dashed #eee;
  padding: 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#sit #sit_ov_from #sit_ov_wrap #sit_ov .sit_info .sit_ov_tbl {
  width: 100%;
  font-size: 1.6rem;
}
#sit #sit_ov_from #sit_ov_wrap #sit_ov .sit_info .sit_ov_tbl th {
  font-weight: 600;
  text-align: left;
}
#sit #sit_ov_from #sit_ov_wrap #sit_ov .sit_info .sit_ov_tbl td {
  font-weight: 400;
}
#sit #sit_ov_from #sit_ov_wrap #sit_ov .sit_info .sit_ov_tbl td, #sit #sit_ov_from #sit_ov_wrap #sit_ov .sit_info .sit_ov_tbl th {
  padding: 1rem 0;
}
#sit #sit_ov_from #sit_ov_wrap #sit_ov #sit_sel_option {
  padding: 2rem 2.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #F8F9FA;
  margin: 4rem 0 0;
}
#sit #sit_ov_from #sit_ov_wrap #sit_ov #sit_sel_option .opt_name {
  font-size: 1.8rem;
  font-weight: 400;
}
#sit #sit_ov_from #sit_ov_wrap #sit_ov #sit_sel_option .opt_count {
  margin: 2.5rem 0 0;
}
#sit #sit_ov_from #sit_ov_wrap #sit_ov #sit_sel_option .opt_count_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#sit #sit_ov_from #sit_ov_wrap #sit_ov #sit_sel_option .opt_count_box button {
  background: var(--fff);
  color: var(--g77);
  font-weight: 400;
  padding: 0.5rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
  border: 1px solid #eee;
}
#sit #sit_ov_from #sit_ov_wrap #sit_ov #sit_sel_option .opt_count_box input {
  max-width: 8rem;
  text-align: center;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 2rem;
  padding: 0.5rem;
}
#sit #sit_ov_from #sit_ov_wrap #sit_ov #sit_sel_option .sit_opt_prc {
  font-size: 2rem;
  font-weight: 600;
  white-space: nowrap;
}
#sit #sit_ov_from #sit_ov_wrap #sit_ov #sit_tot_price {
  display: block;
  text-align: right;
  margin: 3rem 0;
  font-size: 1.8rem;
  font-weight: 600;
}
#sit #sit_ov_from #sit_ov_wrap #sit_ov #sit_tot_price strong {
  font-size: 2.8rem;
  color: var(--mc);
  margin-left: 0.5rem;
}
#sit #sit_ov_from #sit_ov_wrap #sit_ov #sit_ov_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#sit #sit_ov_from #sit_ov_wrap #sit_ov #sit_ov_btn button {
  width: calc(50% - 10px);
  border-radius: 0.5rem;
  padding: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 2rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
#sit #sit_ov_from #sit_ov_wrap #sit_ov #sit_ov_btn .sit_btn_cart {
  border: 1px solid #222;
  color: var(--mf);
}
#sit #sit_ov_from #sit_ov_wrap #sit_ov #sit_ov_btn .sit_btn_cart:hover {
  background: #f3f3f3;
}
#sit #sit_ov_from #sit_ov_wrap #sit_ov #sit_ov_btn .sit_btn_buy {
  background: var(--mc);
  color: var(--fff);
}
#sit #sit_ov_from #sit_ov_wrap #sit_ov #sit_ov_btn .sit_btn_buy:hover {
  background: #004094;
}
#sit #sit_rel {
  margin: 8rem 0 15rem;
}
#sit #sit_rel .sit_rel_top {
  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: 0 0 3rem 0;
}
#sit #sit_rel .sit_rel_top h2 {
  font-size: 2.8rem;
}
#sit #sit_rel .sit_rel_top .sit_rel_slide_btn a {
  font-size: 3.5rem;
}
#sit #sit_rel .sit_rel_top .sit_rel_slide_btn a:nth-child(1) {
  margin: 0 0.5rem 0 0;
}
#sit #sit_rel .sit_rel_top .sit_rel_slide_btn a.swiper-button-disabled {
  opacity: 0.2;
}
#sit #sit_rel .swiper-wrapper .swiper-slide .sct_img {
  aspect-ratio: 1/1.2;
  margin: 0 0 2.5rem;
  overflow: hidden;
}
#sit #sit_rel .swiper-wrapper .swiper-slide .sct_img a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
#sit #sit_rel .swiper-wrapper .swiper-slide .sct_img a img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
}
#sit #sit_rel .swiper-wrapper .swiper-slide .sct_img a img:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
#sit #sit_rel .swiper-wrapper .swiper-slide .sct_txt .sct_a {
  font-size: 1.8rem;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#sit #sit_rel .swiper-wrapper .swiper-slide .sct_cost {
  margin: 3rem 0 0;
  font-size: 2rem;
  font-weight: 600;
}
#sit #sit_rel .swiper-wrapper .swiper-slide .sct_cost span {
  color: #999;
  font-size: 1.7rem;
  font-weight: 400;
  display: inline-block;
  margin-left: 1rem;
  text-decoration: line-through;
}
#sit #sit_info #sit_tab {
  margin: 0 0 10vh 0;
}
#sit #sit_info #sit_tab .tab_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
#sit #sit_info #sit_tab .tab_tit li button {
  display: inline-block;
  margin: 0 3rem;
  font-size: 1.9rem;
  color: #999;
  padding: 2rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
#sit #sit_info #sit_tab .tab_tit li button.selected {
  color: var(--mc);
  font-weight: 600;
}
#sit #sit_info #sit_tab .tab_tit li button.selected::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: var(--mc);
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
}
#sit #sit_info #sit_tab .tab_tit li button:hover {
  color: var(--mc);
  font-weight: 600;
}
#sit #sit_info #sit_tab .tab_tit::after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px solid #eee;
  position: absolute;
  bottom: 0;
  height: 1px;
}
#sit #sit_info #sit_tab .tab_con {
  padding: 3rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#sit #sit_info #sit_tab .tab_con > li {
  width: 70%;
  margin: 0 auto;
}
#sit #sit_info #sit_tab .tab_con > li img {
  width: auto;
  max-width: 100%;
}
#sit #sit_info #sit_tab .tab_con > li h3, #sit #sit_info #sit_tab .tab_con > li h2 {
  font-size: 0;
  overflow: hidden;
}
#sit #sit_info #sit_tab .tab_con > li table {
  border-collapse: collapse;
  width: 100%;
}
#sit #sit_info #sit_tab .tab_con > li table th {
  background: #f2f2f2;
}
#sit #sit_info #sit_tab .tab_con > li table th, #sit #sit_info #sit_tab .tab_con > li table td {
  padding: 1rem;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
#sit #sit_info #sit_tab .tab_con > li table tr:nth-child(1) th, #sit #sit_info #sit_tab .tab_con > li table tr:nth-child(1) td {
  border-top: 1px solid #555;
}
#sit #sit_info #sit_tab .tab_con > li #sit_inf_explan {
  text-align: center;
}
#sit #sit_info #sit_tab .tab_con > li #sit_use_list .sit_use_top {
  text-align: center;
  padding: 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f7f7f7;
  border-radius: 1rem;
}
#sit #sit_info #sit_tab .tab_con > li #sit_use_list .sit_use_top h4 {
  font-size: 2.2rem;
}
#sit #sit_info #sit_tab .tab_con > li #sit_use_list .sit_use_top h4 span {
  font-size: 0.8em;
  color: #555;
  font-weight: 400;
}
#sit #sit_info #sit_tab .tab_con > li #sit_use_list .sit_use_top h4 span strong {
  color: var(--mc);
}
#sit #sit_info #sit_tab .tab_con > li #sit_use_list .sit_use_top .sit_star {
  display: block;
  margin: 2rem auto 3rem;
}
#sit #sit_info #sit_tab .tab_con > li #sit_use_list .sit_use_top #sit_use_wbtn a {
  display: inline-block;
  padding: 1rem;
  border-radius: 0.5rem;
}
#sit #sit_info #sit_tab .tab_con > li #sit_use_list .sit_use_top #sit_use_wbtn .itemuse_form {
  background: var(--mc);
  color: var(--fff);
}
#sit #sit_info #sit_tab .tab_con > li #sit_use_list .sit_use_top #sit_use_wbtn .itemuse_list {
  border: 1px solid #555;
}
#sit #sit_info #sit_tab .tab_con > li #sit_use_list #sit_use_ol {
  margin: 5rem 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#sit #sit_info #sit_tab .tab_con > li #sit_use_list #sit_use_ol .sit_use_li {
  list-style: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 1rem;
}
#sit #sit_info #sit_tab .tab_con > li #sit_use_list #sit_use_ol .sit_use_li .sit_use_dl {
  padding: 0 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#sit #sit_info #sit_tab .tab_con > li #sit_use_list #sit_use_ol .sit_use_li .sit_use_dl dt {
  font-size: 0;
  overflow: hidden;
}
#sit #sit_info #sit_tab .tab_con > li #sit_use_list #sit_use_ol .sit_use_li .sit_use_dl dd .st_bg {
  display: block;
}
#sit #sit_info #sit_tab .tab_con > li #sit_use_list #sit_use_ol .sit_use_li .sit_use_dl .sit_use_tit {
  font-size: 2rem;
  font-weight: 600;
  margin: 2rem 0 5rem;
}
#sit #sit_info #sit_tab .tab_con > li #sit_use_list #sit_use_ol .sit_use_li_title {
  width: 100%;
  margin: 3rem 0 0;
  color: var(--mc);
  font-weight: 600;
}
#sit #sit_info #sit_tab .tab_con > li #sit_use_list #sit_use_ol .sit_use_con {
  display: none;
  width: 100%;
  margin: 5rem 0 0;
  background: #f9f9f9;
  padding: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#sit #sit_info #sit_tab .tab_con > li #sit_use_list #sit_use_ol .sit_use_con .sit_use_p img {
  display: block;
  margin: 0.5rem 0;
}
#sit #sit_info #sit_tab .tab_con > li #sit_use_list #sit_use_ol .sit_use_con .sit_use_cmd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 3rem 0 0;
}
#sit #sit_info #sit_tab .tab_con > li #sit_use_list #sit_use_ol .sit_use_con .sit_use_cmd a {
  width: calc(50% - 10px);
  display: block;
  padding: 1rem;
  text-align: center;
  border-radius: 0.5rem;
}
#sit #sit_info #sit_tab .tab_con > li #sit_use_list #sit_use_ol .sit_use_con .sit_use_cmd .itemuse_form {
  background: var(--mc);
  color: var(--fff);
}
#sit #sit_info #sit_tab .tab_con > li #sit_use_list #sit_use_ol .sit_use_con .sit_use_cmd .itemuse_delete {
  border: 1px solid #555;
}
#sit #sit_info #sit_tab .tab_con > li #itemqa #sit_qa_list #sit_qa_wbtn {
  text-align: center;
  padding: 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f7f7f7;
  border-radius: 1rem;
}
#sit #sit_info #sit_tab .tab_con > li #itemqa #sit_qa_list #sit_qa_wbtn a {
  display: inline-block;
  padding: 1rem;
  border-radius: 0.5rem;
}
#sit #sit_info #sit_tab .tab_con > li #itemqa #sit_qa_list #sit_qa_wbtn .itemqa_form {
  background: var(--mc);
  color: var(--fff);
}
#sit #sit_info #sit_tab .tab_con > li #itemqa #sit_qa_list #sit_qa_wbtn #itemqa_list {
  border: 1px solid #555;
}
#sit #sit_info #sit_tab .tab_con > li #itemqa #sit_qa_list #sit_qa_ol {
  padding: 0;
  margin: 5rem 0;
  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;
}
#sit #sit_info #sit_tab .tab_con > li #itemqa #sit_qa_list #sit_qa_ol .sit_qa_li {
  list-style: none;
  width: calc(50% - 20px);
  position: relative;
  padding: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 1rem;
}
#sit #sit_info #sit_tab .tab_con > li #itemqa #sit_qa_list #sit_qa_ol .sit_qa_li > span {
  padding: 1rem;
  color: var(--fff);
  border-radius: 0.5rem;
  display: inline-block;
  margin: 0 0 1rem 0;
}
#sit #sit_info #sit_tab .tab_con > li #itemqa #sit_qa_list #sit_qa_ol .sit_qa_li > span.sit_qaa_yet {
  background: #555;
}
#sit #sit_info #sit_tab .tab_con > li #itemqa #sit_qa_list #sit_qa_ol .sit_qa_li > span.sit_qaa_done {
  background: var(--mc);
}
#sit #sit_info #sit_tab .tab_con > li #itemqa #sit_qa_list #sit_qa_ol .sit_qa_li .sit_qa_li_title {
  width: 100%;
}
#sit #sit_info #sit_tab .tab_con > li #itemqa #sit_qa_list #sit_qa_ol .sit_qa_li .sit_qa_li_title p {
  font-size: 2rem;
  font-weight: 600;
  text-align: left;
}
#sit #sit_info #sit_tab .tab_con > li #itemqa #sit_qa_list #sit_qa_ol .sit_qa_li .sit_qa_dl {
  margin: 3rem 0 0;
}
#sit #sit_info #sit_tab .tab_con > li #itemqa #sit_qa_list #sit_qa_ol .sit_qa_li .sit_qa_dl dt {
  display: none;
}
#sit #sit_info #sit_tab .tab_con > li #itemqa #sit_qa_list #sit_qa_ol .sit_qa_li .sit_qa_dl dd .st_bg {
  display: block;
}
#sit #sit_info #sit_tab .tab_con > li #itemqa #sit_qa_list #sit_qa_ol .sit_qa_li .sit_qa_con {
  display: none;
  margin: 5rem 0 0;
}
#sit #sit_info #sit_tab .tab_con > li #itemqa #sit_qa_list #sit_qa_ol .sit_qa_li .sit_qa_con .qa_alp {
  color: var(--mc);
  font-size: 2.2rem;
  margin: 0 0 1rem;
  display: block;
}
#sit #sit_info #sit_tab .tab_con > li #itemqa #sit_qa_list #sit_qa_ol .sit_qa_li .sit_qa_con .sit_qa_qaq {
  margin: 0 0 2rem;
}
#sit #sit_info #sit_tab .tab_con > li #itemqa #sit_qa_list #sit_qa_ol .sit_qa_li .sit_qa_con p {
  background: #f9f9f9;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.5rem;
}
#sit #sit_info #sit_tab .tab_con > li #itemqa #sit_qa_list #sit_qa_ol .sit_qa_li .sit_qa_con .sit_qa_cmd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 3rem 0 0;
}
#sit #sit_info #sit_tab .tab_con > li #itemqa #sit_qa_list #sit_qa_ol .sit_qa_li .sit_qa_con .sit_qa_cmd a {
  width: calc(50% - 10px);
  display: block;
  padding: 1rem;
  text-align: center;
  border-radius: 0.5rem;
}
#sit #sit_info #sit_tab .tab_con > li #itemqa #sit_qa_list #sit_qa_ol .sit_qa_li .sit_qa_con .sit_qa_cmd .itemqa_form {
  background: var(--mc);
  color: var(--fff);
}
#sit #sit_info #sit_tab .tab_con > li #itemqa #sit_qa_list #sit_qa_ol .sit_qa_li .sit_qa_con .sit_qa_cmd .itemqa_delete {
  border: 1px solid #555;
}
#sit #sit_info #sit_tab .tab_con > li#sit_dex h3 {
  font-size: 2rem;
}
#sit #sit_info #sit_tab .tab_con > li#sit_dex #sit_dvr {
  margin: 0 0 5rem 0;
}
#sit #sit_info #sit_tab .tab_con > li#sit_dex #sit_dvr > div, #sit #sit_info #sit_tab .tab_con > li#sit_dex #sit_ex > div {
  padding: 2rem;
  background: #f9f9f9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 1rem;
  margin: 1rem 0;
}
#sit #sit_info #sit_tab .tab_con > li .sit_empty {
  padding: 5rem;
  text-align: center;
  font-size: 1.8rem;
  border: 1px solid #ddd;
  border-radius: 1rem;
  color: #999;
  margin: 5rem 0 0;
}

#sod_bsk {
  width: 85vw;
  margin: 0 auto;
  padding: 10rem 0 20rem;
}
#sod_bsk h1 {
  font-size: 5.6rem;
  margin: 6rem 0;
  text-align: center;
}
#sod_bsk #sod_bsk_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#sod_bsk #sod_bsk_list .tbl_wrap {
  width: 70%;
}
#sod_bsk #sod_bsk_list #sod_bsk_tot {
  width: 25%;
  position: sticky;
  padding: 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 1rem;
  max-height: 35rem;
  top: 0;
}
#sod_bsk #sod_bsk_list #sod_bsk_tot li {
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 1.5rem 0;
}
#sod_bsk #sod_bsk_list #sod_bsk_tot li span {
  font-size: 1.8rem;
  font-weight: 300;
}
#sod_bsk #sod_bsk_list #sod_bsk_tot li strong {
  font-size: 2.6rem;
}
#sod_bsk #sod_bsk_list #sod_bsk_tot li:nth-last-child(1) {
  margin: 3rem 0 3rem;
  padding: 3rem 0 0;
  border-top: 1px solid #ddd;
}
#sod_bsk #sod_bsk_list #sod_bsk_tot .btn_submit {
  width: 100%;
  background: var(--mc);
  padding: 2rem;
  font-size: 1.8rem;
  border-radius: 0.5rem;
  margin: 0 0 1.5rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
#sod_bsk #sod_bsk_list #sod_bsk_tot .btn_submit:hover {
  background: #004094;
}
#sod_bsk #sod_bsk_list #sod_bsk_tot .btn_submit.nope {
  background: var(--ddd);
}
#sod_bsk .tbl_wrap .td_prd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#sod_bsk .tbl_wrap .td_prd .sod_name {
  text-align: left;
  padding: 0 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#sod_bsk .tbl_wrap .td_prd .sod_name .prd_name {
  text-decoration: none;
}
#sod_bsk .tbl_wrap .td_prd .sod_name .prd_name b {
  font-size: 1.8rem;
  font-weight: 600;
}
#sod_bsk .tbl_wrap .td_prd .sod_name .sod_opt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1rem 0;
}
#sod_bsk .tbl_wrap .td_prd .sod_name .sod_opt span {
  display: block;
  padding: 0.5rem 1rem;
  color: var(--mc);
  font-size: 1.4rem;
  background: #eaf5ff;
  border-radius: 0.5rem;
  margin: 0 0.5rem 0 0;
  width: 7rem;
  text-align: center;
}
#sod_bsk .tbl_wrap .td_prd .sod_name .sod_option_btn {
  position: relative;
}
#sod_bsk .tbl_wrap .td_prd .sod_name .sod_option_btn .mod_options {
  padding: 1rem;
  border: 1px solid #d9d9d9;
  font-size: 1.5rem;
  color: var(--mf);
  border-radius: 0.5rem;
}
#sod_bsk .tbl_wrap .total_prc {
  font-weight: 700;
}
#sod_bsk .tbl_wrap .empty_table {
  font-size: 1.8rem;
  color: #999;
  padding: 8rem 0 !important;
}
#sod_bsk .btn_cart_del {
  margin: 2rem 0 0;
}
#sod_bsk .btn_cart_del button {
  padding: 1rem;
  border: 1px solid #d9d9d9;
  font-size: 1.5rem;
  color: var(--mf);
  border-radius: 0.5rem;
  width: 100px;
  margin: 0 1rem 0 0;
}

/* 장바구니 선택사항수정 */
#sod_bsk_list #mod_option_frm {
  z-index: 10000;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 540px;
  height: auto !important;
  height: 500px;
  max-height: 500px;
  margin-left: -280px;
  margin-top: -150px;
  border: 1px solid #dde7e9;
  border-radius: 3px;
  background: #fff;
  overflow-y: auto;
  overflow-x: inherit;
}

#sod_bsk_list .mod_option_bg {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  display: block;
  z-index: 9999;
}

#mod_option_frm h2 {
  border-bottom: 1px solid #e8e8e8;
  padding: 0 20px;
  line-height: 50px;
  font-size: 1.25em;
}

.option_wr {
  padding: 20px 20px 0;
}

.option_wr h3 {
  font-size: 1.167em;
  margin-bottom: 10px;
}

.option_wr .get_item_options,
.option_wr .get_item_supply {
  margin-bottom: 10px;
}

.option_wr label {
  display: block;
  margin: 10px 0 5px;
}

.option_wr select {
  width: 100%;
  border: 1px solid #d4d4d4;
  height: 48px;
}

#sit_opt_added {
  margin: 0;
  padding: 0;
  border-bottom: 0;
  list-style: none;
}

#sit_opt_added li {
  padding: 10px 15px;
  background: #f9f9f9;
  margin: 10px 0;
  position: relative;
}

#sit_opt_added li:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

#sit_opt_added li .opt_name {
  line-height: 28px;
  font-weight: bold;
}

#sit_opt_added li .opt_count {
  margin: 1.5rem 0 0;
}

#sit_opt_added button {
  float: left;
  width: 40px;
  height: 30px;
  border: 1px solid #bdc9dc;
  border-radius: 0;
  background: #fff;
  color: #666;
  font-size: 0.92em;
}

#sit_opt_added button:hover {
  color: #000;
}

#sit_opt_added .num_input {
  float: left;
  border: 0;
  height: 30px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  text-align: center;
  width: auto;
}

#sit_opt_added .sit_opt_del {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 15px;
  border: 0;
  border-left: 1px solid #e6e9ed;
  border-bottom: 1px solid #e6e9ed;
}

#sit_opt_added .sit_opt_del:hover {
  color: #be334a;
}

#sit_opt_added .sit_opt_prc {
  display: block;
  float: right;
  width: 100px;
  padding: 0 3px;
  text-align: right;
  line-height: 30px;
  font-size: 1.183em;
  font-weight: bold;
}

#mod_option_frm #sit_sel_option {
  margin: 20px 20px 10px;
}

#mod_option_frm #sit_sel_option h3 {
  font-size: 2rem;
  margin: 0 0 2rem;
}

#mod_option_frm #sit_tot_price {
  float: left;
  display: inline-block;
  margin: 0 20px 20px;
}

#mod_option_frm .btn_confirm {
  float: right;
  display: inline-block;
  margin: 0 20px 20px;
  background: yellow;
}

#mod_option_frm .btn_confirm .btn_submit {
  width: 100px;
  height: 40px;
  font-size: 1.167em;
  font-weight: bold;
  cursor: pointer;
  background: var(--mc);
}

#mod_option_frm .btn_confirm .btn_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border: 0;
  background: none;
  font-size: 1.25em;
  border-radius: 0;
}

#mod_option_frm .btn_confirm .btn_close:hover {
  background: #f3f3f3;
}

#sod_frm {
  width: 85vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#sod_frm .sod_left {
  width: 70%;
}
#sod_frm .sod_left .tbl_wrap .td_prd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#sod_frm .sod_left .tbl_wrap .td_prd .sod_name {
  text-align: left;
  padding: 0 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#sod_frm .sod_left .tbl_wrap .td_prd .sod_name b {
  font-size: 1.8rem;
  font-weight: 600;
}
#sod_frm .sod_left .tbl_wrap .td_prd .sod_name .sod_opt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1rem 0;
}
#sod_frm .sod_left .tbl_wrap .td_prd .sod_name .sod_opt span {
  display: block;
  padding: 0.5rem 1rem;
  color: var(--mc);
  font-size: 1.4rem;
  background: #eaf5ff;
  border-radius: 0.5rem;
  margin: 0 0.5rem 0 0;
  width: 5rem;
  text-align: center;
}
#sod_frm .sod_left #sod_frm_orderer {
  margin: 12rem 0;
}
#sod_frm .sod_left #sod_frm_orderer .frm_info {
  display: block;
  text-align: left;
  margin: 0.5rem 0 0;
  font-size: 1.4rem;
  color: var(--b55);
}
#sod_frm .sod_left #sod_frm_orderer .tbl_wrap table, #sod_frm .sod_left #sod_frm_taker .tbl_wrap table, #sod_frm .sod_left #sod_frm_cp .tbl_wrap table, #sod_frm .sod_left #sod_frm_pay .tbl_wrap table {
  border-bottom: none;
}
#sod_frm .sod_left #sod_frm_orderer .tbl_wrap table thead th, #sod_frm .sod_left #sod_frm_taker .tbl_wrap table thead th, #sod_frm .sod_left #sod_frm_cp .tbl_wrap table thead th, #sod_frm .sod_left #sod_frm_pay .tbl_wrap table thead th {
  border-bottom: none;
  padding: 1rem;
}
#sod_frm .sod_left #sod_frm_orderer .tbl_wrap table tbody th, #sod_frm .sod_left #sod_frm_taker .tbl_wrap table tbody th, #sod_frm .sod_left #sod_frm_cp .tbl_wrap table tbody th, #sod_frm .sod_left #sod_frm_pay .tbl_wrap table tbody th {
  text-align: left;
  font-weight: 400;
}
#sod_frm .sod_left #sod_frm_orderer .tbl_wrap table tbody th span, #sod_frm .sod_left #sod_frm_taker .tbl_wrap table tbody th span, #sod_frm .sod_left #sod_frm_cp .tbl_wrap table tbody th span, #sod_frm .sod_left #sod_frm_pay .tbl_wrap table tbody th span {
  color: var(--mc);
  display: inline-block;
  margin-left: 0.5rem;
}
#sod_frm .sod_left #sod_frm_orderer .tbl_wrap table tbody td, #sod_frm .sod_left #sod_frm_taker .tbl_wrap table tbody td, #sod_frm .sod_left #sod_frm_cp .tbl_wrap table tbody td, #sod_frm .sod_left #sod_frm_pay .tbl_wrap table tbody td {
  padding: 0.5rem 0;
  border-bottom: none;
}
#sod_frm .sod_left #sod_frm_orderer .tbl_wrap table tbody td input[type=text], #sod_frm .sod_left #sod_frm_taker .tbl_wrap table tbody td input[type=text], #sod_frm .sod_left #sod_frm_cp .tbl_wrap table tbody td input[type=text], #sod_frm .sod_left #sod_frm_pay .tbl_wrap table tbody td input[type=text] {
  padding: 0 1rem;
  border-radius: 1rem;
  height: 6rem;
}
#sod_frm .sod_left #sod_frm_orderer .tbl_wrap table tbody td #od_zip, #sod_frm .sod_left #sod_frm_orderer .tbl_wrap table tbody td #od_b_zip, #sod_frm .sod_left #sod_frm_taker .tbl_wrap table tbody td #od_zip, #sod_frm .sod_left #sod_frm_taker .tbl_wrap table tbody td #od_b_zip, #sod_frm .sod_left #sod_frm_cp .tbl_wrap table tbody td #od_zip, #sod_frm .sod_left #sod_frm_cp .tbl_wrap table tbody td #od_b_zip, #sod_frm .sod_left #sod_frm_pay .tbl_wrap table tbody td #od_zip, #sod_frm .sod_left #sod_frm_pay .tbl_wrap table tbody td #od_b_zip {
  width: 80%;
}
#sod_frm .sod_left #sod_frm_orderer .tbl_wrap table tbody td .btn_address, #sod_frm .sod_left #sod_frm_taker .tbl_wrap table tbody td .btn_address, #sod_frm .sod_left #sod_frm_cp .tbl_wrap table tbody td .btn_address, #sod_frm .sod_left #sod_frm_pay .tbl_wrap table tbody td .btn_address {
  padding: 2rem 1rem;
  background: var(--mc);
  width: 18.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: var(--fff);
  border-radius: 1rem;
  margin-left: 1%;
  font-size: 1.8rem;
}
#sod_frm .sod_left #sod_frm_taker .order_choice_place {
  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;
}
#sod_frm .sod_left #sod_frm_taker .order_choice_place .ocp_wrap label {
  margin: 0 2rem 0 0.5rem;
}
#sod_frm .sod_left #sod_frm_taker .order_choice_place #order_address {
  background: none;
  text-decoration: none;
  color: var(--mf);
  font-weight: 300;
  border: 1px solid #ddd;
  line-height: 2.5;
  border-radius: 0.5rem;
}
#sod_frm .sod_left #sod_frm_taker .order_choice_place.guest {
  display: block;
  text-align: left;
}
#sod_frm .sod_left #sod_frm_taker .ad_default_box {
  text-align: left;
  padding: 1rem 0;
}
#sod_frm .sod_left #sod_frm_taker .ad_default_box label {
  margin: 0 0.5rem;
}
#sod_frm .sod_left #sod_frm_taker #od_memo {
  height: 15rem;
}
#sod_frm .sod_left #sod_frm_cp {
  margin: 12rem 0;
}
#sod_frm .sod_left #sod_frm_cp select {
  padding: 0 1rem;
  color: #999;
  border-radius: 1rem;
  width: 100%;
  height: 6rem;
  outline: none;
  border: 1px solid #ddd;
}
#sod_frm .sod_left #sod_frm_cp select:disabled {
  background: #f7f7f7;
  border: 1px solid #d9d9d9;
}
#sod_frm .sod_left #sod_frm_cp #sod_frm_pt {
  text-align: left;
  margin: 1.5rem 0;
}
#sod_frm .sod_left #sod_frm_cp #sod_frm_pt span {
  font-weight: 300;
}
#sod_frm .sod_left #sod_frm_cp #sod_frm_pt span:nth-child(1) {
  color: #999;
}
#sod_frm .sod_left #sod_frm_cp .tbl_wrap table {
  border-bottom: 1px solid #ddd;
}
#sod_frm .sod_left #sod_frm_pay {
  margin: 0 0 12rem;
}
#sod_frm .sod_left #sod_frm_pay .od_pay_buttons_el #sod_frm_paysel {
  border-top: 1px solid #222;
  padding: 2rem 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#sod_frm .sod_left #sod_frm_pay .od_pay_buttons_el #sod_frm_paysel .sfp_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#sod_frm .sod_left #sod_frm_pay .od_pay_buttons_el #sod_frm_paysel .sfp_wrap > div {
  width: calc(25% - 2rem);
  margin: 0 2.5rem 1.5rem 0;
  border: 1px solid #ddd;
  text-align: center;
  font-size: 1.8rem;
  color: #999;
  border-radius: 1rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
#sod_frm .sod_left #sod_frm_pay .od_pay_buttons_el #sod_frm_paysel .sfp_wrap > div:nth-child(4n+4) {
  margin: 0 0 1.5rem;
}
#sod_frm .sod_left #sod_frm_pay .od_pay_buttons_el #sod_frm_paysel .sfp_wrap > div input[type=radio] {
  display: none;
}
#sod_frm .sod_left #sod_frm_pay .od_pay_buttons_el #sod_frm_paysel .sfp_wrap > div input[type=radio] + label {
  width: 100%;
  display: block;
  cursor: pointer;
  padding: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#sod_frm .sod_left #sod_frm_pay .od_pay_buttons_el #sod_frm_paysel .sfp_wrap > div.act {
  background: var(--mc);
  color: var(--fff);
}
#sod_frm .sod_left #sod_frm_pay #settle_bank {
  margin: 3rem 0;
}
#sod_frm .sod_left #sod_frm_pay #settle_bank table {
  border-top: none;
}
#sod_frm .sod_right {
  width: 25%;
  border: 1px solid #ddd;
  border-radius: 1rem;
  padding: 5rem 3rem 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 45rem;
  position: sticky;
  top: 5rem;
}
#sod_frm .sod_right #sod_bsk_tot li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#sod_frm .sod_right #sod_bsk_tot li span:nth-child(1) {
  font-size: 1.8rem;
  font-weight: 300;
}
#sod_frm .sod_right #sod_bsk_tot li span:nth-child(2) {
  font-size: 2rem;
}
#sod_frm .sod_right #sod_bsk_tot li span:nth-child(2) strong {
  font-size: 2.2rem;
}
#sod_frm .sod_right #sod_bsk_tot li.sod_bsk_cnt {
  margin: 3rem 0 3rem;
  padding: 3rem 0 0 0;
  border-top: 1px solid #ddd;
}
#sod_frm .sod_right #sod_bsk_tot li.sod_bsk_cnt span:nth-child(2) {
  font-size: 2.8rem;
  color: var(--mc);
  font-weight: 600;
}
#sod_frm .sod_right #sod_bsk_tot li.sod_bsk_cnt span:nth-child(2) strong {
  font-size: 2.8rem;
}
#sod_frm .sod_right .btn_confirm .btn_submit {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  height: 6rem;
  border-radius: 1rem;
  width: 100%;
  font-size: 1.8rem;
  background: var(--mc);
}
#sod_frm .sod_right .btn_confirm .btn_submit:disabled {
  background: var(--ddd);
  cursor: not-allowed;
}

#sod_fin {
  width: 85vw;
  margin: 0 auto;
}
#sod_fin #sod_fin_list .tbl_wrap .td_prd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#sod_fin #sod_fin_list .tbl_wrap .td_prd .sod_name {
  text-align: left;
  padding: 0 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#sod_fin #sod_fin_list .tbl_wrap .td_prd .sod_name a {
  text-decoration: none;
}
#sod_fin #sod_fin_list .tbl_wrap .td_prd .sod_name b {
  font-size: 1.8rem;
  font-weight: 600;
}
#sod_fin #sod_fin_list .tbl_wrap .td_prd .sod_name .sod_opt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1rem 0;
}
#sod_fin #sod_fin_list .tbl_wrap .td_prd .sod_name .sod_opt span {
  display: block;
  padding: 0.5rem 1rem;
  color: var(--mc);
  font-size: 1.4rem;
  background: #eaf5ff;
  border-radius: 0.5rem;
  margin: 0 0.5rem 0 0;
  width: 5rem;
  text-align: center;
}
#sod_fin #sod_fin_orderer, #sod_fin #sod_fin_receiver, #sod_fin #sod_fin_dvr, #sod_fin #sod_fin_res {
  margin: 12rem 0;
}
#sod_fin #sod_fin_res .sfr_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#sod_fin #sod_fin_res .sfr_wrap .tbl_wrap {
  width: 50%;
}
#sod_fin #sod_fin_res .sfr_wrap #sod_bsk_tot2 {
  width: 50%;
  border-top: 1px solid #222;
  padding: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#sod_fin #sod_fin_res .sfr_wrap #sod_bsk_tot2 li {
  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: 0 0 2.5rem;
}
#sod_fin #sod_fin_res .sfr_wrap #sod_bsk_tot2 li span {
  color: #555;
}
#sod_fin #sod_fin_res .sfr_wrap #sod_bsk_tot2 li strong {
  font-size: 2rem;
}
#sod_fin #sod_fin_res .sfr_wrap #sod_bsk_tot2 li.sod_bsk_cnt {
  padding: 2.5rem 0 0;
  border-top: 1px solid #ddd;
}
#sod_fin #sod_fin_res .sfr_wrap #sod_bsk_tot2 li.sod_bsk_cnt strong {
  font-size: 2.4rem;
  color: var(--mc);
}
#sod_fin .od_cancel_btn {
  padding: 1.5rem 6rem;
  border: 1px solid #ddd;
  text-align: center;
  font-size: 1.8rem;
  margin: 0 auto 12rem;
  display: block;
  border-radius: 0.5rem;
}

#bo_list, #bo_gall {
  width: 85vw;
  margin: 0 auto 10rem;
}

#bo_list .tbl_head01 th {
  text-align: center;
}

#bo_gall #gall_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#bo_gall #gall_ul .gall_li {
  margin: 0 2rem 2rem 0;
}
#bo_gall #gall_ul .gall_li.col-gn-4 {
  width: calc(25% - 2rem);
}
#bo_gall #gall_ul .gall_li.col-gn-3 {
  width: calc(33.3333333333% - 2rem);
}
#bo_gall #gall_ul .gall_li.col-gn-2 {
  width: calc(50% - 2rem);
}

#bo_w {
  width: 75vw !important;
  margin: 10rem auto 10rem;
}
#bo_w h2 {
  font-size: 5.6rem;
  padding: 0 0 6rem;
}

#bo_v {
  width: 75vw !important;
  margin: 10rem auto 10rem;
}

.mbskin .mbskin_box {
  width: 30vw;
  margin: 0 auto;
  padding: 10rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mbskin .mbskin_box h1 {
  font-size: 4rem;
  text-align: center;
  margin: 0 0 6rem 0;
}
.mbskin .mbskin_box input {
  background: #f7f7f7;
  border-radius: 0.5rem;
  font-weight: 300;
  font-size: 1.6rem;
  padding: 2.5rem 1.5rem;
  border: none;
  margin: 0.5rem 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mbskin .mbskin_box #login_fs #login_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #555;
  padding: 2rem 0;
}
.mbskin .mbskin_box #login_fs #login_info a {
  color: #555;
}
.mbskin .mbskin_box #login_fs .btn_reg {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  border-radius: 0.5rem;
  border: 1px solid #ddd;
  padding: 2rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.mbskin .mbskin_box #login_fs .btn_reg:hover {
  background: #f3f3f3;
}
.mbskin .mbskin_box .btn_submit {
  width: 100%;
  background: var(--mc);
  padding: 2rem;
  font-size: 1.8rem;
  border-radius: 0.5rem;
  margin: 0 0 1.5rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.mbskin .mbskin_box .btn_submit:hover {
  background: #004094;
}
.mbskin .mbskin_box #sns_login {
  margin: 3rem 0 0;
}
.mbskin .mbskin_box #sns_login h3 {
  display: none;
}
.mbskin .mbskin_box #sns_login .sns-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mbskin .mbskin_box #sns_login .sns-wrap .sns-icon {
  width: 5rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  margin: 0 0.75rem;
}
.mbskin .mbskin_box #sns_login .sns-wrap .sns-icon .txt {
  display: none;
}
.mbskin .mbskin_box #sns_login .sns-wrap .sns-icon.sns-naver {
  background: url(../img/sns_naver_s.png) no-repeat center/cover;
}
.mbskin .mbskin_box #sns_login .sns-wrap .sns-icon.sns-kakao {
  background: url(../img/sns_kakao_s.png) no-repeat center/cover;
}
.mbskin .mbskin_box .guest_ordi {
  color: #999;
  text-decoration: underline;
  display: block;
  margin: 3rem auto;
  text-align: center;
}
.mbskin .mbskin_box #mb_login_odinfo {
  font-weight: 300;
  line-height: 1.3;
  padding: 0 0 4rem;
  border-bottom: 1px solid #ddd;
}
.mbskin .mbskin_box #mb_login_odinfo strong {
  font-weight: 600;
}
.mbskin .mbskin_box #mb_login_od .btn_submit {
  margin: 1rem 0;
}
.mbskin #mb_login_notmb h2 {
  font-size: 4rem;
  text-align: center;
  margin: 0 0 6rem 0;
}
.mbskin #mb_login_notmb p {
  text-align: center;
  margin: 0 0 2rem;
}
.mbskin #mb_login_notmb .chk_box {
  text-align: center;
}
.mbskin #mb_login_notmb .btn_confirm {
  text-align: center;
  margin: 5rem 0 0;
  display: block;
}
.mbskin #mb_login_notmb .btn_confirm a {
  display: block;
}

.register {
  width: 75vw;
  margin: 0 auto;
  padding: 10rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.register h1 {
  font-size: 4rem;
  text-align: center;
  margin: 0 0 6rem 0;
}
.register .reg-top {
  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;
  padding: 0 0 2.5rem;
  border-bottom: 1px solid #000;
  margin: 0 0 4rem;
}
.register .reg-top h4 {
  font-size: 2.4rem;
}
.register .reg-top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.register .reg-top ul li {
  color: #999;
  font-size: 1.8rem;
  font-weight: 400;
}
.register .reg-top ul li.act {
  color: var(--mc);
  font-weight: 600;
}
.register .reg-top ul li:nth-child(2)::before, .register .reg-top ul li:nth-child(2)::after {
  content: ">";
  display: inline-block;
  margin: 0 1rem;
}
.register #fregister_term {
  margin: 0 0 3rem;
}
.register .register-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 3rem;
}
.register .register-title h2 {
  margin-left: 1rem;
  font-size: 1.8rem;
  font-weight: 400;
}
.register textarea {
  height: 20rem;
  overflow-y: auto;
  color: #999;
  padding: 2rem;
  border: 1px solid #d9d9d9;
}
.register #fregister_chkall {
  text-align: center;
  margin: 4rem 0 6rem;
  font-size: 1.8rem;
}
.register #fregister_chkall label {
  margin-left: 1rem;
}
.register .btn_confirm {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.register .btn_confirm .btn_submit {
  background: var(--mc);
  padding: 1.5rem;
  font-size: 1.8rem;
  border-radius: 0.5rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  min-width: 18rem;
}
.register .btn_confirm .btn_submit:hover {
  background: #004094;
}
.register .btn_confirm .btn_close2 {
  font-size: 1.8rem;
  border-radius: 0.5rem;
  border: 1px solid #ddd;
  padding: 1.5rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  min-width: 18rem;
  margin-right: 1rem;
}
.register .btn_confirm .btn_close2:hover {
  background: #f3f3f3;
}
.register #register_form .register_form_inner {
  padding: 6rem 0;
  border-bottom: 1px solid #ddd;
}
.register #register_form .register_form_inner:nth-child(1) {
  padding: 0 0 6rem;
}
.register #register_form .register_form_inner h2 {
  font-size: 2rem;
  margin: 0 0 2rem;
}
.register #register_form .register_form_inner .tooltip_icon, .register #register_form .register_form_inner .tooltip {
  display: none;
}
.register #register_form .register_form_inner ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1rem 0;
  position: relative;
}
.register #register_form .register_form_inner ul li label {
  width: 30%;
}
.register #register_form .register_form_inner ul li label span {
  color: var(--mc);
}
.register #register_form .register_form_inner ul li #msg_mb_id {
  color: #999;
  margin: 0.5rem 0;
  display: block;
}
.register #register_form .register_form_inner ul li .check {
  position: absolute;
  bottom: 0;
}
.register #register_form .register_form_inner ul li > div {
  width: 100%;
}
.register #register_form .register_form_inner ul li .frm_input {
  padding: 1.5rem;
  border: 1px solid #d9d9d9;
  height: auto;
  border-radius: 1rem;
  font-weight: 300;
}
.register #register_form .register_form_inner ul li .frm_input.frm_address {
  width: 200%;
  margin: 0.5rem 0;
}
.register #register_form .register_form_inner ul li .zip_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0.5rem;
}
.register #register_form .register_form_inner ul li .zip_area .btn_frmline {
  background: var(--mc);
  border-radius: 1rem;
  width: 16rem;
  padding: 1.5rem;
  height: 100%;
}
.register #register_form .order-set {
  padding: 6rem 0;
}
.register #register_form .order-set h2 {
  font-size: 2rem;
  margin: 0 0 2rem;
}
.register #register_form .order-set ul li label {
  margin-right: 1rem;
}
.register #register_form .order-set .is_captcha_use {
  background: #f3f3f3;
  padding: 2rem;
  text-align: center;
  border-radius: 1rem;
  margin: 4.5rem 0 0;
}
.register #register_form .order-set .is_captcha_use p {
  font-size: 1.8rem;
}
.register #register_form .order-set .is_captcha_use #captcha {
  margin: 1rem 0 0;
}
.register #register_form .order-set .is_captcha_use #captcha_info {
  color: #999;
  margin: 1rem 0 0;
  font-weight: 300;
}
.register#reg_result .reg_result {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--bbb);
  padding: 0 0 5rem;
  margin: 0 0 7rem;
  border-bottom: 1px solid #ddd;
}
.register#reg_result .reg_result i {
  margin: 0 0 2rem;
  font-size: 2em;
}
.register#reg_result .reg_result p {
  margin: 0 0 1rem;
}
.register.social_register .btn_confirm {
  margin: 5rem 0 0;
}

.member_connect {
  padding: 3rem;
  width: 50%;
  margin: 0 auto 10rem;
  text-align: center;
  background: #f7f7f7;
  border-radius: 1rem;
}
.member_connect p {
  font-size: 2.4rem;
}
.member_connect button {
  color: var(--mc);
  font-weight: 600;
  margin: 2rem 0 0;
}

#ajax-pop {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
}
#ajax-pop .ajax-pop-inner {
  width: 60rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: var(--fff);
  border-radius: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-height: 70vh;
  overflow-y: auto;
}
#ajax-pop .ajax-pop-inner .ap-top {
  position: relative;
  padding: 0 0 2rem;
  border-bottom: 1px solid #ddd;
  padding: 3rem 0;
}
#ajax-pop .ajax-pop-inner .ap-top h3 {
  font-size: 2.4rem;
  text-align: center;
}
#ajax-pop .ajax-pop-inner .ap-top .ap-close {
  position: absolute;
  right: 2rem;
  font-size: 3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#ajax-pop .ajax-pop-inner .ap-info {
  padding: 0 3rem;
}
#ajax-pop .ajax-pop-inner .ap-info .ap-box {
  padding: 2.5rem 0;
  margin: 1.5rem 0;
  border-bottom: 1px solid #ddd;
}
#ajax-pop .ajax-pop-inner .ap-info .ap-box:nth-last-child(1) {
  border-bottom: none;
}
#ajax-pop .ajax-pop-inner .ap-info .ap-box h4 {
  font-weight: 600;
}
#ajax-pop .ajax-pop-inner .ap-info .ap-box h4 span {
  border: 1px solid #999;
  color: #999;
  text-align: center;
  padding: 0.7rem;
  font-size: 1.2rem;
  font-weight: 400;
  display: inline-block;
  margin-left: 2rem;
}
#ajax-pop .ajax-pop-inner .ap-info .ap-box .ap-box-res {
  margin: 1.5rem 0 2rem;
}
#ajax-pop .ajax-pop-inner .ap-info .ap-box .ap-box-res p {
  margin: 0.5rem 0;
}
#ajax-pop .ajax-pop-inner .ap-info .ap-box .ap-box-btn {
  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;
}
#ajax-pop .ajax-pop-inner .ap-info .ap-box .ap-box-btn span a {
  color: var(--mc);
  font-size: 1.4rem;
  margin-right: 1rem;
  text-decoration: underline;
  font-weight: 600;
}
#ajax-pop .ajax-pop-inner .ap-info .ap-box .ap-box-btn .pick {
  border: 1px solid var(--mc);
  color: var(--mc);
  font-size: 1.5rem;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
}
#ajax-pop .ajax-pop-inner .ap-info .ap-box.ap-empty {
  padding: 7.5rem 0;
}
#ajax-pop .ajax-pop-inner .ap-info .ap-box.ap-empty p {
  text-align: center;
  color: #999;
}

#ft {
  background: url("../img/ft_bg.jpg") no-repeat center/cover;
  width: 100vw;
  height: 50vh;
  overflow: hidden;
}
#ft .ft_wrapper {
  width: 85vw;
  margin: 0 auto;
  padding: 17vh 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#ft .ft_wrapper .ft_floor1 {
  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;
}
#ft .ft_wrapper .ft_floor1 .ft_logo img {
  width: 13rem;
  vertical-align: bottom;
}
#ft .ft_wrapper .ft_floor1 .ft_logo span {
  color: var(--fff);
  font-size: 2rem;
  display: inline-block;
  margin-left: 2rem;
}
#ft .ft_wrapper .ft_floor1 .ft_nav a {
  display: inline-block;
  color: var(--fff);
  font-size: 1.8rem;
}
#ft .ft_wrapper .ft_floor1 .ft_nav a:nth-child(2) {
  font-weight: 600;
  margin: 0 3rem;
}
#ft .ft_wrapper .ft_floor2 {
  margin: 7rem 0 5rem;
}
#ft .ft_wrapper .ft_floor2 ul {
  width: 50%;
}
#ft .ft_wrapper .ft_floor2 ul li {
  display: inline-block;
  font-size: 1.7rem;
  color: var(--fff) !important;
  line-height: 2;
  margin: 0 2rem 0 0;
  font-weight: 300;
}
#ft .ft_wrapper .ft_floor3 #ft_copy {
  color: var(--fff);
  font-size: 1.7rem;
}
#ft .ft_wrapper .ft_floor3 #ft_copy a {
  color: var(--fff);
}
#ft.fp-auto-height .ft_wrapper {
  padding: 17vh 0 10vh;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
  opacity: 0.5 !important;
}

#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span {
  opacity: 1 !important;
}

#top_btn {
  position: fixed;
  bottom: 4rem;
  right: 4rem;
  width: 6rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.05);
  background: var(--fff);
}
#top_btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#right_menu {
  max-width: 350px;
  background: var(--fff);
  position: fixed;
  right: -350px;
  z-index: 9999;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  padding: 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
#right_menu .mb_menu_close {
  position: absolute;
  right: 4rem;
  font-size: 3rem;
  color: var(--mf);
}
#right_menu #rm_tnb .inner .cl_box {
  margin: 0 0 5rem;
}
#right_menu #rm_tnb .inner .cl_box span {
  display: inline-block;
  font-size: 1.8rem;
  color: #999;
  margin-right: 1rem;
  font-weight: 300;
  padding: 0.5rem;
}
#right_menu #rm_tnb .inner h3 {
  font-size: 3rem;
}
#right_menu #rm_tnb .inner .tnb_btn_box {
  margin: 2rem 0;
  background: var(--f22);
  padding: 2rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 1rem;
}
#right_menu #rm_tnb .inner .tnb_btn_box a {
  display: block;
  margin: 0 auto;
  text-align: center;
}
#right_menu #rm_tnb .inner .tnb_btn_box a img {
  -webkit-filter: invert(1);
          filter: invert(1);
  opacity: 0.2;
  display: block;
  margin: 0 auto 1rem;
}
#right_menu #rm_tnb .inner .tnb_btn_box.tbb_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#right_menu #rm_tnb .inner .tnb_btn_box.tbb_flex a {
  width: 33.3333333333%;
  text-align: center;
  font-size: 1.4rem;
}
#right_menu #rm_gnb {
  margin: 5rem 0 0;
}
#right_menu #rm_gnb .rm_gnb_wrap > ul > li {
  margin: 0 0 3rem 0;
}
#right_menu #rm_gnb .rm_gnb_wrap > ul > li .rm_gnb_1da {
  font-size: 2rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
  display: block;
}
#right_menu #rm_gnb .rm_gnb_wrap > ul > li .rm_gnb_2dul {
  padding: 1rem;
  border-top: 1px solid #ddd;
  margin: 2rem 0 0;
}
#right_menu #rm_gnb .rm_gnb_wrap > ul > li .rm_gnb_2dul .rm_gnb_2dli {
  margin: 1rem 0;
}
#right_menu #rm_gnb .rm_gnb_wrap > ul > li .rm_gnb_2dul .rm_gnb_2dli .rm_gnb_2da {
  color: #555;
}
#right_menu.act {
  right: 0;
}

@media screen and (max-width: 2560px) and (min-width: 1921px) {
  html {
    font-size: 78.5%;
  }
  .layout2 {
    width: 80vw;
  }
  #gusan_index .gi_2depth .gi_2depth_img2 {
    bottom: 0;
    left: 10%;
  }
  #gusan_index .gi_2depth .layout2 .gi_2depth_txt::after {
    top: -12rem;
  }
  #gusan_index .gi_2depth .layout2 .gi_2depth_img .icon-box, #gusan_sub .about.about-effect .about-3depth .layout2 .a3-img .icon-box {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  #gusan_index .gi_2depth .layout2 .gi_2depth_img .rotate-box, #gusan_sub .about.about-effect .about-3depth .layout2 .a3-img .rotate-box {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
            transform: translate(-50%, -50%) scale(1.5);
  }
  #gusan_index .gi_2depth .layout2 .gi_2depth_img .icon-box4, #gusan_sub .about.about-effect .about-3depth .layout2 .a3-img .icon-box4 {
    top: -19rem;
  }
  #gusan_index .gi_2depth .layout2 .gi_2depth_img .icon-box1, #gusan_sub .about.about-effect .about-3depth .layout2 .a3-img .icon-box1 {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
            transform: translate(-50%, -50%) scale(1.5);
  }
  #gusan_sub .about.about-effect .about-3depth .layout2 .a3-img .icon-box4 {
    top: -35rem;
  }
  #gusan_index .gi_3depth .layout2 .gi_3depth_chart {
    width: 40%;
  }
  #gusan_index .gi_3depth .layout2 .gi_3depth_txt {
    width: 55%;
  }
  #gusan_index .gi_4depth .gi_4depth_model img {
    width: 100%;
  }
  #gusan_index .gi_4depth .layout2 .gi_4depth_img img {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  #gusan_sub .about .layout2 .a2-img {
    width: 50%;
  }
  #gusan_sub .about .layout2 .a2-img img {
    width: 100%;
  }
  #gusan_sub .about .layout2 .a1-txt {
    width: 50%;
  }
  #gusan_sub .about .about-tab .about-2depth .layout2 .ajax_list.flex-4 {
    margin: 0 4rem 7rem 0;
  }
  #gusan_sub .about .about-tab .about-2depth .layout2 .ajax_list.flex-5 {
    margin: 0 1.5rem 5rem 0;
  }
  #hd .hd_wrapper #nav .nav_area .nav_1depth #nav2 {
    min-width: 20%;
  }
  #gusan_sub .about.about-factory .about-2depth .a2-img, #gusan_sub .about.about-factory .about-3depth .a2-img {
    height: 45vh;
  }
  #sit_opt_added button {
    width: 50px;
    height: 40px;
  }
  #sit_opt_added .num_input {
    height: 40px;
  }
  #sit_opt_added .sit_opt_prc {
    width: 120px;
  }
}
@media screen and (max-width: 1650px) {
  .mypage .mypage-inner .mypage-box.review .mp-area .review-box2 .rb-top .rb-top-info .rti-btn a {
    display: block;
    margin: 0.5rem 0;
  }
}
/* 갤럭시탭 반응형 */
@media screen and (max-width: 1481px) and (max-height: 757px) and (min-width: 1479px) and (min-height: 755px) {
  #gusan_index .gi_1depth .gi_1depth_img {
    right: -12%;
  }
  #gusan_index .gi_1depth .gi_1depth_img .gi1i-0 {
    width: 90%;
  }
  #hd .hd_wrapper #nav .nav_area .nav_1depth a {
    font-size: 1.6rem;
  }
  #gusan_index .gi_2depth .gi_2depth_img2 {
    left: 8%;
  }
  #gusan_index .gi_2depth.act .layout2 .gi_2depth_img .icon-box6 {
    left: -6rem;
  }
  #gusan_index .gi_2depth.act .layout2 .gi_2depth_img .icon-box5 {
    right: 9rem;
  }
  #gusan_index .gi_3depth .layout2 .gi_3depth_chart .giChart_wrapper img {
    width: 100%;
  }
  #gusan_index .gi_3depth .layout2 .gi_3depth_txt p {
    line-height: 1.8;
  }
  #gusan_index .gi_3depth .layout2 .gi_3depth_txt ul {
    margin: 4rem 0 0;
  }
  #gusan_index .gi_3depth .layout2 .gi_3depth_txt ul li {
    width: calc(25% - 20px);
  }
  #gusan_index .gi_3depth .layout2 .gi_3depth_txt ul li.act {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  #gusan_index .gi_3depth .text-train h3 {
    font-size: 10rem;
  }
  #gusan_index .gi_4depth .layout2 .gi_4depth_txt p {
    line-height: 1.8;
  }
  #gusan_index .gi_4depth .gi_4depth_model img {
    width: 80%;
  }
  #gusan_index .gi_4depth.act .layout2 .gi_4depth_img img {
    width: 80%;
    margin-left: 20%;
  }
  body {
    overflow-x: hidden;
  }
  #gusan_sub .about .about-2depth .layout2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #gusan_sub .about .about-2depth .layout2 .a2-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 auto;
  }
  #gusan_sub .about .about-txt h3 {
    font-size: 5.1rem;
  }
  #gusan_sub .about .about-4depth .a4-img {
    width: 50%;
  }
  #gusan_sub .about .about-4depth .a4-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #gusan_sub .about .about-4depth .about-txt {
    width: 40%;
  }
  #gusan_sub .water .water-3depth .layout3 .a4-img {
    width: 50%;
  }
  #gusan_sub .water .water-3depth .layout3 .a4-img img {
    width: 100%;
  }
  #gusan_sub .water .water-3depth .layout3 .about-txt {
    width: 50%;
  }
  #hd .hd_wrapper #logo {
    width: 20%;
  }
}
@media screen and (max-width: 1440px) {
  #hd .hd_wrapper #nav {
    width: 40%;
  }
  #gusan_index .gi_1depth .gi_1depth_img {
    right: -12%;
  }
  #gusan_index .gi_1depth .gi_1depth_img .gili-0 {
    width: 80%;
  }
  #gusan_index .gi_2depth .layout2 .gi_2depth_txt {
    width: 45%;
  }
  #gusan_index .gi_2depth .layout2 .gi_2depth_img {
    width: 40%;
  }
  #gusan_index .gi_2depth .layout2 .gi_2depth_img .icon-box {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  #gusan_index .gi_2depth .layout2 .gi_2depth_img .rotate-box {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
  }
  #gusan_index .gi_2depth .layout2 .gi_2depth_img .icon-box4 {
    top: -6rem;
  }
  #gusan_index .gi_2depth .layout2 .gi_2depth_img .icon-box1 {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
  }
  #gusan_index .gi_2depth .layout2 .gi_2depth_img .icon-box6 {
    left: -6rem;
  }
  #gusan_index .gi_2depth .layout2 .gi_2depth_img .icon-box5 {
    right: -3rem;
  }
  #gusan_index .gi_3depth .layout2 .gi_3depth_chart .giChart_wrapper img {
    width: 100%;
  }
  #gusan_index .gi_4depth .gi_4depth_model img {
    width: 70%;
  }
  #gusan_index .gi_4depth .layout2 .gi_4depth_img {
    width: 40%;
  }
  #gusan_index .gi_4depth .layout2 .gi_4depth_img img {
    width: 100%;
  }
  #gusan_sub .premium .pre-1depth .pre-1depth-icon {
    width: 50%;
  }
  #gusan_sub .product-area .product .product-list .product-item {
    width: calc(33.3333333333% - 3rem);
    margin: 0 4rem 10rem 0;
  }
  #gusan_sub .product-area .product .product-list .product-item:nth-child(3n+3) {
    margin: 0 0 10rem 0;
  }
  #gusan_sub .product-area .product .product-list .product-item:nth-child(4n+4) {
    margin: 0 4rem 10rem 0;
  }
  #sit_inf_explan p img {
    width: 100%;
  }
  #sod_frm {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #sod_frm.sod_frm_mobile {
    display: block;
  }
  #sod_frm .sod_left {
    width: 100%;
  }
  #sod_frm .sod_right {
    width: 100%;
    padding: 3rem 0 0;
    border: none;
    border-top: 1px solid var(--ddd);
  }
  #gusan_sub .about .layout2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #gusan_sub .about .layout2 .a2-img {
    margin: 0 auto;
  }
  #gusan_sub .about .about-3depth {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #gusan_sub .about .about-3depth .about-txt {
    width: 75vw;
    margin: 0 auto;
    padding: 5rem 0;
  }
  #gusan_sub .about .about-3depth .a3-img {
    width: 75vw;
    margin: 0 auto;
    padding: 0;
  }
  #gusan_sub .about .about-4depth {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #gusan_sub .about .about-4depth .about-txt {
    width: 75vw;
    margin: 0 auto;
    padding: 5rem;
  }
  #gusan_sub .about .about-4depth .a4-img {
    width: 100%;
  }
  #gusan_sub .about .about-txt p:last-child {
    margin: 0;
  }
  #gusan_sub .about.about-effect .about-3depth .layout2 .about-txt {
    width: 100%;
  }
  #gusan_sub .about.about-effect .about-3depth .layout2 .a3-img {
    aspect-ratio: 1/1;
    margin: 10rem auto 10rem;
  }
  #gusan_sub .about.about-effect .about-3depth .layout2 .a3-img .icon-box6 {
    bottom: 1rem;
    left: -17%;
  }
  #gusan_sub .about.about-effect .about-3depth .layout2 .a3-img .icon-box5 {
    bottom: 4rem;
    right: -5rem;
  }
  #gusan_sub .about.about-effect .about-3depth .layout2 .a3-img .icon-box4 {
    top: -9rem;
  }
  #gusan_sub .about.about-effect .about-4depth .layout2 .about-txt {
    padding: 5rem;
    width: 100%;
  }
  #gusan_sub .about.about-effect .about-4depth .layout2 .a4-img {
    width: 60%;
    margin: 0 auto;
  }
  #sod_bsk #sod_bsk_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #sod_bsk #sod_bsk_list .tbl_wrap {
    width: 100%;
  }
  #sod_bsk #sod_bsk_list #sod_bsk_tot {
    width: 100%;
    position: relative;
    margin: 7rem 0 0;
    max-height: unset;
    border: none;
    border-top: 1px solid var(--ddd);
    border-radius: 0;
  }
  .mypage .mypage-inner #mypage-nav {
    width: 20%;
  }
  .mypage .mypage-inner .mypage-box {
    width: 75%;
  }
  #gusan_sub .water .water-2depth .a2-img div img {
    width: 100%;
  }
  #gusan_sub .water .water-3depth .layout2 {
    width: 100%;
  }
  #gusan_sub .water .water-3depth .a4-img {
    width: 100%;
    aspect-ratio: 1/0.4;
    overflow: hidden;
  }
  #gusan_sub .water .water-3depth .a4-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #gusan_sub .water .water-3depth .about-txt {
    padding: 5rem 0;
  }
  #gusan_sub .company .company-2depth .cp-info .cp-section .cp-list:nth-child(1)::before {
    left: -0.6rem;
  }
  #gusan_sub .company .company-2depth .cp-info .cp-section .cp-list:nth-child(1)::after {
    left: -1.4rem;
  }
  #bo_gall #gall_ul .gall_li.col-gn-4 {
    width: calc(33.3333333333% - 2rem);
  }
  #gusan_sub .water .water-3depth .layout3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #gusan_sub .company .company-1_5depth .c1_5-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #gusan_sub .company .company-1_5depth .c1_5-box .img-wrap {
    width: 50%;
    margin: 0 0 10rem;
    aspect-ratio: 1/0.9;
  }
  #gusan_sub .company .company-1_5depth .c1_5-box .img-wrap img {
    height: 120%;
  }
  #gusan_sub .company .company-1_5depth .c1_5-box .txt-wrap {
    width: 100%;
  }
  #gusan_sub .company .company-1_5depth .c1_5-box .cp-info h5 {
    padding-left: 0;
    width: auto;
  }
  #gusan_sub .company .company-1_5depth .c1_5-box2 .img-wrap {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media screen and (max-width: 1280px) {
  html {
    font-size: 56.5%;
  }
  .layout2 {
    width: 85vw;
  }
  #hd .hd_wrapper {
    width: 90vw;
  }
  #gusan_index .gi_1depth .layout2 p:nth-child(1) {
    font-size: 2rem;
  }
  #gusan_index .gi_1depth .layout2 h3 {
    font-size: 4.5rem;
  }
  #gusan_index .gi_1depth .layout2 span {
    font-size: 1.6rem;
  }
  #gusan_index .gi_1depth .gi_1depth_img {
    width: 70%;
  }
  #gusan_index .gi_1depth .gi_1depth_img img {
    width: 100%;
  }
  #gusan_index .gi_2depth .gi_2depth_img2 {
    left: 5%;
    width: 30%;
  }
  #gusan_index .gi_2depth .layout2 .gi_2depth_img .icon-box {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  #gusan_index .gi_2depth .layout2 .gi_2depth_img .icon-box6 {
    left: -8rem;
  }
  #gusan_index .gi_2depth .layout2 .gi_2depth_img .icon-box4 {
    top: -8rem;
  }
  #gusan_index .gi_2depth .layout2 .gi_2depth_img .icon-box5 {
    right: -5rem;
  }
  #gusan_index .gi_2depth .layout2 .gi_2depth_img .icon-box1 {
    -webkit-transform: translate(-50%, -50%) scale(0.7);
            transform: translate(-50%, -50%) scale(0.7);
  }
  #sub_navi h2 {
    font-size: 5.2rem;
  }
  #gusan_sub .premium .pre-1depth .pre-1depth-txt h4 {
    font-size: 3rem;
  }
  #gusan_sub .premium .pre-1depth .pre-1depth-txt h3 {
    font-size: 6.5rem;
  }
  #gusan_sub .premium .pre-1depth .pre-1depth-txt p {
    font-size: 2rem;
  }
  #gusan_sub .premium .pre-2depth .pre-2depth-inner h3 {
    font-size: 4.2rem;
  }
  #gusan_sub .premium .pre-2depth .pre-2depth-inner .pre-2depth-water .p2w-box .p2w-box-txt p {
    font-size: 2rem;
  }
  #gusan_sub .premium .pre-2depth .pre-2depth-inner .pre-2depth-water .p2w-box .p2w-box-txt h4 {
    font-size: 2.6rem;
  }
  #gusan_sub .premium .pre-title {
    font-size: 5.2rem;
  }
  #gusan_sub .premium .pre-txt {
    font-size: 2rem;
  }
  .p3i-txt {
    width: 55%;
  }
  .p3i-img {
    width: 40%;
  }
  .p3i-img img {
    width: 100%;
  }
  #sit #sit_info #sit_tab .tab_con > li {
    width: 90%;
  }
  #gusan_sub .about .about-3depth .about-txt {
    width: 85vw;
  }
  #gusan_sub .about .about-3depth .a3-img {
    width: 85vw;
  }
  #gusan_sub .about .about-4depth .about-txt {
    width: 85vw;
  }
  .mypage .mypage-inner .mypage-box.member-ci .member-ci-box .tbl_wrap table th {
    min-width: 15rem;
  }
  #gusan_sub .about.about-factory .about-2depth, #gusan_sub .about.about-factory .about-3depth {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10rem 0;
  }
  #gusan_sub .about.about-factory .about-2depth .a1-txt, #gusan_sub .about.about-factory .about-3depth .a1-txt {
    width: 90vw;
    margin: 0 auto;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  #gusan_sub .about.about-factory .about-2depth .a2-img, #gusan_sub .about.about-factory .about-3depth .a2-img {
    width: 90%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #gusan_sub .company .company-3depth .cp-vision ul li div span {
    font-size: 1.8rem;
  }
  #gusan_sub .company .company-5depth .cp-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #gusan_sub .company .company-5depth .cp-info h5 {
    width: 100%;
  }
  #gusan_sub .company .company-5depth .cp-info .cp-scope {
    width: 100%;
    margin: 5rem 0 0;
  }
  #gusan_sub .company .company-5depth .cp-info .cp-scope img {
    -webkit-transform: unset;
            transform: unset;
    margin: 0 auto;
    display: block;
  }
  #gusan_sub .company .company-4depth .cp-core ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #gusan_sub .company .company-4depth .cp-core ul li {
    width: 100%;
    aspect-ratio: unset !important;
    margin: 0 0 3rem;
  }
  #gusan_sub .company .company-4depth .cp-core ul li div {
    position: relative;
    top: unset;
    left: unset;
    -webkit-transform: unset;
            transform: unset;
    width: auto;
    margin: 0 auto;
    padding: 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #gusan_sub .company .company-4depth .cp-core ul li div span {
    margin: 0 0 2rem;
  }
  #gusan_sub .company .company-4depth .cp-core ul li div .cp-core-txt {
    text-align: left;
    width: 80%;
    padding-left: 2rem;
  }
  #gusan_sub .premium .pre-3depth {
    padding: 15rem 0;
  }
  #gusan_sub .premium .pre-3depth::before {
    left: 7.5vw;
    width: 25rem;
  }
  #gusan_sub .premium .pre-3depth .p3i-txt {
    width: 100%;
  }
  #gusan_sub .about.about-factory .about-2depth .about-2depth-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 85vw;
  }
  #gusan_sub .about.about-factory .about-2depth .about-2depth-inner .about-txt {
    width: 100%;
    min-width: auto;
  }
  #gusan_sub .about.about-factory .about-2depth .about-2depth-inner .a2-img {
    width: 100%;
    margin-top: 6rem;
    margin-right: 0;
  }
  #gusan_sub .about.about-factory .about-3depth {
    padding: 0 7.5vw;
  }
  #gusan_sub .about.about-factory .about-3depth .a3-img {
    max-width: none;
    margin: 6rem 0 0;
  }
  #gusan_sub .about.about-factory .about-3depth .tbl-wrap {
    margin-top: 6rem;
  }
  #gusan_sub .about.about-factory .about-4depth .layout3 {
    width: 85vw;
  }
  #gusan_sub .about.about-factory .about-4depth .a3-img {
    padding: 5rem;
  }
  #gusan_sub .about.about-factory .about-4depth .about-factory-img {
    max-width: 25rem;
  }
}
@media screen and (max-width: 1024px) {
  #hd .hd_wrapper {
    width: 85vw;
  }
  #hd .hd_wrapper #nav, #hd .hd_wrapper #hd_btn {
    display: none;
  }
  #hd .hd_wrapper #logo a {
    margin: 0;
  }
  #hd .hd_wrapper .bugger_menu {
    font-size: 3rem;
    display: block;
  }
  #hd.index .hd_wrapper .bugger_menu {
    color: var(--fff);
  }
  #hd.index .hd_wrapper .bugger_menu.invert {
    color: var(--mf);
  }
  #hd.scroll .hd_wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  #gusan_index .gi_1depth .gi_1depth_img {
    width: 65%;
    right: -5%;
  }
  #gusan_index .gi_2depth .gi_2depth_img2 {
    display: none;
  }
  #gusan_index .gi_2depth .layout2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #gusan_index .gi_2depth .layout2 .gi_2depth_txt {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 15rem 0 0;
  }
  #gusan_index .gi_2depth .layout2 .gi_2depth_img {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin: 0 auto;
    aspect-ratio: 1/1;
    width: 45%;
  }
  #gusan_index .gi_2depth .layout2 .gi_2depth_img .icon-box5 {
    right: -8rem;
  }
  #gusan_index .gi_2depth .layout2 .gi_2depth_img .icon-box6 {
    left: -10rem;
  }
  #gusan_index .gi_2depth .layout2 .gi_2depth_txt h3 {
    font-size: 4.5rem;
  }
  #gusan_index .gi_2depth .layout2 .gi_2depth_txt p {
    font-size: 2rem;
  }
  #gusan_index .gi_3depth .layout2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    z-index: 2;
  }
  #gusan_index .gi_3depth .layout2 .gi_3depth_chart {
    width: 60%;
    margin: 0 auto;
  }
  #gusan_index .gi_3depth .layout2 .gi_3depth_chart .giChart_wrapper {
    height: 30vh;
  }
  #gusan_index .gi_3depth .layout2 .gi_3depth_chart .giChart_wrapper img {
    height: 100%;
  }
  #gusan_index .gi_3depth .layout2 .gi_3depth_txt {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #gusan_index .gi_3depth .layout2 .gi_3depth_txt h3 {
    font-size: 4.5rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #gusan_index .gi_3depth .layout2 .gi_3depth_txt p {
    font-size: 2rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #gusan_index .gi_3depth .layout2 .gi_3depth_txt .gi_3depth_icon {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 60%;
    margin: 4rem auto;
  }
  #gusan_index .gi_3depth .layout2 .gi_3depth_txt .gi_3depth_icon li {
    width: calc(25% - 20px);
  }
  #gusan_index .gi_3depth .layout2 .gi_3depth_txt .gi_3depth_icon li.act {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  #gusan_index .gi_3depth .layout2 .gi_3depth_txt .gi_3depth_icon li img {
    width: 6rem;
    height: 8rem;
  }
  #gusan_index .gi_3depth .layout2 .gi_3depth_txt .gi_3depth_icon li p {
    font-size: 1.6rem;
  }
  #gusan_index .gi_3depth .text-train {
    top: 20%;
    z-index: 1;
  }
  #gusan_index .gi_4depth .layout2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  #gusan_index .gi_4depth .layout2 .gi_4depth_txt {
    width: 100%;
  }
  #gusan_index .gi_4depth .layout2 .gi_4depth_txt h3 {
    font-size: 4.5rem;
  }
  #gusan_index .gi_4depth .layout2 .gi_4depth_txt p {
    font-size: 2rem;
  }
  #gusan_index .gi_4depth .layout2 .gi_4depth_img {
    margin: 7rem 0 0;
  }
  #gusan_index .gi_4depth .gi_4depth_model {
    left: 8%;
  }
  #gusan_index .gi_4depth .gi_4depth_model img {
    width: 100%;
  }
  #gusan_index .gi_5depth .gi_5depth_title h3 {
    font-size: 4.5rem;
  }
  #ft .ft_wrapper .ft_floor2 ul {
    width: 100%;
  }
  #gusan_sub .premium .pre-1depth .pre-1depth-icon {
    width: 70%;
  }
  #gusan_sub .premium .pre-2depth .pre-2depth-inner .pre-2depth-water {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #gusan_sub .premium .pre-2depth .pre-2depth-inner .pre-2depth-water .p2w-box {
    width: calc(50% - 2rem);
    margin: 0 0 4rem;
  }
  #gusan_sub .premium .pre-3depth {
    padding: 0 0 10vh 0;
    height: auto;
    margin: 10rem 0;
  }
  #gusan_sub .premium .pre-3depth .pre-3depth-inner .pre-3depth-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #gusan_sub .premium .pre-3depth .pre-3depth-inner .pre-3depth-info .p3i-txt {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #gusan_sub .premium .pre-3depth .pre-3depth-inner .pre-3depth-info .p3i-img {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin: 0 auto;
  }
  #gusan_sub .premium .pre-4depth .pre-4depth-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #gusan_sub .premium .pre-4depth .pre-4depth-inner .pre-4depth-info {
    width: 100%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin: 0 0 10rem;
  }
  #gusan_sub .premium .pre-4depth .pre-4depth-inner img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 80%;
    margin: 0 auto;
  }
  #gusan_sub .about .about-1depth .about-1depth-txt h4 {
    font-size: 3rem;
  }
  #gusan_sub .about .about-1depth .about-1depth-txt h3 {
    font-size: 6.4rem;
  }
  #gusan_sub .about .about-2depth .ani-txt {
    width: 120%;
  }
  #gusan_sub .about.about-effect .about-2depth::before {
    width: 100%;
    opacity: 0.5;
  }
  #gusan_sub .about.about-effect .about-3depth .layout2 .a3-img .icon-box4 {
    top: -15rem;
  }
  #gusan_sub .about.about-effect .about-3depth .layout2 .a3-img .icon-box5 {
    bottom: -6rem;
    right: -7rem;
  }
  #gusan_sub .about.about-effect .about-3depth .layout2 .a3-img .icon-box6 {
    left: -40%;
  }
  #gusan_sub .about.about-effect .about-4depth .layout2 .ae-hyo-area .ae-hyo {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #gusan_sub .about.about-effect .about-4depth .layout2 .ae-hyo-area .ae-hyo .ae-box {
    width: 25%;
  }
  #gusan_sub .about.about-effect .about-4depth .layout2 .ae-hyo-area .ae-hyo .ae-box.act::after {
    z-index: 2;
  }
  .mypage .mypage-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mypage .mypage-inner #mypage-nav {
    width: 100%;
    position: relative;
    min-height: unset;
    height: auto;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 5rem 0;
  }
  .mypage .mypage-inner #mypage-nav > div {
    width: calc(33.3333333333% - 2rem);
    padding: 0 2rem;
  }
  .mypage .mypage-inner #mypage-nav > div:nth-child(2) {
    padding: 0 2rem;
    margin: 0;
    border-top: none;
    border-bottom: none;
  }
  .mypage .mypage-inner #mypage-nav.mo {
    padding: 0;
    border: none;
  }
  .mypage .mypage-inner #mypage-nav.mo > div {
    padding: 0;
    width: 100%;
  }
  .mypage .mypage-inner #mypage-nav.mo > div h3 {
    display: none;
  }
  .mypage .mypage-inner #mypage-nav.mo > div a {
    display: inline-block;
    margin: 0 1.5rem 0 0;
  }
  .mypage .mypage-inner .mypage-box {
    width: 100%;
  }
  #sub_navi {
    padding: 10rem 0 2rem;
  }
  #sod_fin #sod_fin_list .tbl_wrap .td_prd .sod_name .sod_opt {
    display: none;
  }
  #sod_fin .tbl_wrap.tbl_head01 table th {
    min-width: 15rem;
  }
  #sod_fin #sod_fin_res .sfr_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #sod_fin #sod_fin_res .sfr_wrap .tbl_wrap {
    width: 100%;
  }
  #sod_fin #sod_fin_res .sfr_wrap #sod_bsk_tot2 {
    width: 100%;
    margin: 5rem 0 0;
    padding: 2rem 0;
  }
  .register #register_form .register_form_inner ul li label {
    width: 40%;
  }
  .register #register_form .register_form_inner ul li {
    width: 100%;
  }
  .register #register_form .register_form_inner ul li .frm_input.frm_address {
    width: 100%;
  }
  #gusan_index .gi_4depth .layout2 .gi_4depth_img {
    display: none;
  }
  #gusan_index .gi_4depth .layout2 {
    top: 30%;
  }
  #gusan_sub .about.about-factory .about-4depth .about-factory-img {
    display: none;
  }
  #gusan_sub .company .company-2depth .cp-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #gusan_sub .company .company-2depth .cp-info h5 {
    width: 100%;
    padding-left: 6rem;
  }
  #gusan_sub .company .company-2depth .cp-info .cp-section {
    width: 100%;
  }
  #gusan_sub .company .company-2depth .layout3::after {
    left: -0.3rem;
    top: 18rem;
  }
  #gusan_sub .company .company-3depth .cp-vision ul li div {
    width: 70%;
  }
  #gusan_sub .company .company-3depth .cp-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 15rem 0;
  }
  #gusan_sub .company .company-3depth .cp-info h5 {
    width: 100%;
    margin: 0 0 5rem;
  }
  #gusan_sub .company .company-3depth .cp-info h5::after {
    right: 0;
    left: 20%;
  }
  #gusan_sub .company .company-3depth .cp-info .cp-slogn {
    width: 100%;
  }
  #gusan_sub .company .company-3depth .cp-info .cp-vision {
    width: 100%;
  }
  #gusan_sub .company .company-3depth .layout3 {
    background-size: 100%;
  }
  #bo_gall .gall_img {
    height: auto !important;
    max-height: unset !important;
  }
}
@media screen and (max-width: 960px) {
  #gusan_sub .product-area .product .product-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #gusan_sub .product-area .product .product-list .product-item {
    width: calc(50% - 3rem);
    margin: 0 0 10rem;
  }
  #gusan_sub .product-area .product .product-list .product-item:nth-child(4n+4) {
    margin: 0 0 10rem 0;
  }
  #sit #sit_ov_from #sit_ov_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #sit #sit_ov_from #sit_ov_wrap #sit_pvi {
    width: 100%;
    padding: 0;
  }
  #sit #sit_ov_from #sit_ov_wrap #sit_ov {
    width: 100%;
    padding: 0;
    margin: 10rem 0 0;
  }
  #sit #sit_ov_from #sit_ov_wrap::after {
    display: none;
  }
  #sod_frm .sod_left .tbl_wrap .td_prd .sod_name .sod_opt {
    display: none;
  }
  #gusan_sub .about img {
    width: 100%;
  }
  #gusan_sub .about.about-effect .about-3depth .layout2 .a3-img {
    width: 70%;
  }
  #gusan_sub .about.about-effect .about-3depth .layout2 .a3-img .icon-box {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  #gusan_sub .about.about-effect .about-3depth .layout2 .a3-img .icon-box1 {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
  }
  #gusan_sub .about.about-effect .about-3depth .layout2 .a3-img .icon-box6 {
    left: -26%;
  }
  #gusan_sub .about.about-effect .about-3depth .layout2 .a3-img .icon-box5 {
    bottom: 3rem;
  }
  #gusan_sub .about.about-effect .about-3depth .layout2 .a3-img .icon-box4 {
    top: -8rem;
  }
  #gusan_sub .about.about-effect .about-3depth .layout2 .a3-img .rotate-box {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
  }
  #gusan_sub .about.about-effect .about-3depth .layout2 .a3-img .rotate-box img {
    width: auto;
  }
  #gusan_sub .about.about-effect .about-4depth .layout2 .a4-img {
    display: none;
  }
  #gusan_sub .about .about-tab .about-2depth .layout2 .ajax_list.flex-4 {
    width: calc(33.3333333333% - 4rem);
    margin: 0 6rem 7rem 0;
  }
  #gusan_sub .about .about-tab .about-2depth .layout2 .ajax_list.flex-4:nth-child(4n) {
    margin: 0 6rem 7rem 0;
  }
  #gusan_sub .about .about-tab .about-2depth .layout2 .ajax_list.flex-4:nth-child(3n) {
    margin: 0 0 7rem 0;
  }
  #gusan_sub .about .about-tab .about-2depth .layout2 .ajax_list.flex-5 {
    width: calc(25% - 1.5rem);
  }
  #gusan_sub .about .about-tab .about-2depth .layout2 .ajax_list.flex-5:nth-child(5n) {
    margin: 0 2rem 5rem 0;
  }
  #gusan_sub .about .about-tab .about-2depth .layout2 .ajax_list.flex-5:nth-child(4n) {
    margin: 0 0 5rem 0;
  }
  #sod_bsk .tbl_wrap .td_prd .sod_name .sod_opt {
    display: none;
  }
  #sod_bsk .tbl_wrap .td_prd .sod_name .sod_option_btn {
    margin: 1.5rem 0 0;
  }
  .mbskin .mbskin_box {
    width: 70vw;
  }
  #gusan_sub .company .company-3depth .cp-vision ul li div img {
    width: auto;
  }
  #gusan_sub .company .company-4depth .cp-core ul li div img {
    width: auto;
  }
  #gusan_sub .company .cp-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #gusan_sub .company .cp-info .cp-core {
    width: 100%;
    margin: 5rem 0 0;
  }
  #gusan_sub .about.about-factory .about-3depth .tbl-wrap ul {
    padding-top: 2rem;
  }
  #gusan_sub .about.about-factory .about-3depth .tbl-wrap ul li {
    width: 100%;
  }
  #gusan_sub .about.about-factory .about-3depth .tbl-wrap ul li h5 {
    min-width: 12rem;
  }
  #gusan_sub .about.about-factory .about-4depth .a3-conbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: vertical;
            flex-direction: vertical;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #gusan_sub .about.about-factory .about-4depth .a3-conbox img, #gusan_sub .about.about-factory .about-4depth .a3-conbox iframe {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  html {
    font-size: 52.5%;
  }
  #gusan_index .gi_1depth .layout2 {
    top: 40%;
  }
  #gusan_index .gi_1depth .gi_1depth_img {
    width: 90%;
    right: 0;
    left: 80%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #gusan_index .gi_1depth .layout2 {
    top: 30rem;
  }
  #gusan_index .gi_1depth .layout2 a {
    margin-top: 4.5rem;
  }
  #gusan_index .gi_2depth .layout2 .gi_2depth_img {
    width: 100%;
  }
  #gusan_index .gi_2depth .layout2 .gi_2depth_txt {
    padding: 5rem 0 0;
  }
  #gusan_index .gi_2depth .layout2 .gi_2depth_img .icon-box6 {
    left: 5rem;
  }
  #gusan_index .gi_2depth .layout2 .gi_2depth_img .icon-box5 {
    right: 8rem;
  }
  #gusan_index .gi_2depth .layout2 .gi_2depth_img .icon-box4 {
    top: 2rem;
  }
  #gusan_index .gi_3depth .layout2 .gi_3depth_chart {
    width: 100%;
  }
  #gusan_index .gi_3depth .layout2 .gi_3depth_txt {
    padding: 5rem 0 0;
  }
  #gusan_index .gi_3depth .layout2 .gi_3depth_txt .gi_3depth_icon {
    display: none;
  }
  #gusan_index .gi_3depth .layout2 .gi_3depth_chart h3 {
    font-size: 3rem;
  }
  #gusan_index .gi_4depth .gi_4depth_model img {
    width: 90%;
  }
  #gusan_index .gi_4depth .layout2 {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  #gusan_index .gi_4depth .layout2 .gi_4depth_img {
    margin: 7rem 0 0;
    width: 65%;
  }
  #gusan_index .gi_4depth .layout2 .gi_4depth_img img {
    width: 90%;
  }
  #gusan_index .gi_5depth .gi_5depth_title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #gusan_index .gi_5depth .gi_5depth_title a {
    margin: 2rem 0 0;
  }
  #gusan_index .gi_5depth .prd_nav {
    display: none;
  }
  #gusan_sub .premium .pre-1depth .pre-1depth-icon ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #gusan_sub .premium .pre-1depth .pre-1depth-icon ul li {
    width: 50%;
    text-align: center;
    margin: 0 0 2rem;
  }
  #gusan_sub .premium .pre-2depth .pre-2depth-inner .pre-2depth-water .p2w-box {
    width: 100%;
  }
  .p3i-img {
    width: 70%;
  }
  #gusan_sub .premium .pre-4depth .pre-4depth-inner img {
    width: 100%;
  }
  #gusan_sub #pnav a {
    margin: 0 2rem;
  }
  #sit #sit_info #sit_tab .tab_con > li {
    width: 100%;
  }
  .sod_left .od_prd_list {
    overflow-x: auto;
    white-space: nowrap;
  }
  .sod_left .od_prd_list table {
    min-width: 750px;
  }
  #sod_frm .sod_left #sod_frm_orderer .tbl_wrap table tbody td #od_zip, #sod_frm .sod_left #sod_frm_orderer .tbl_wrap table tbody td #od_b_zip, #sod_frm .sod_left #sod_frm_taker .tbl_wrap table tbody td #od_zip, #sod_frm .sod_left #sod_frm_taker .tbl_wrap table tbody td #od_b_zip, #sod_frm .sod_left #sod_frm_cp .tbl_wrap table tbody td #od_zip, #sod_frm .sod_left #sod_frm_cp .tbl_wrap table tbody td #od_b_zip, #sod_frm .sod_left #sod_frm_pay .tbl_wrap table tbody td #od_zip, #sod_frm .sod_left #sod_frm_pay .tbl_wrap table tbody td #od_b_zip {
    width: 100%;
  }
  #sod_frm .sod_left #sod_frm_orderer .tbl_wrap table tbody td .btn_address, #sod_frm .sod_left #sod_frm_taker .tbl_wrap table tbody td .btn_address, #sod_frm .sod_left #sod_frm_cp .tbl_wrap table tbody td .btn_address, #sod_frm .sod_left #sod_frm_pay .tbl_wrap table tbody td .btn_address {
    width: 100%;
    margin-left: 0;
    margin: 1rem 0 0;
  }
  #sod_frm .sod_left #sod_frm_taker .order_choice_place {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #sod_frm .sod_left #sod_frm_taker .order_choice_place #order_address {
    width: 100%;
    line-height: 3;
    margin: 2rem 0 0;
  }
  #sod_frm_orderer table th, #sod_frm_taker table th, #sod_frm_cp table th {
    min-width: 15rem;
  }
  #sod_frm .sod_left #sod_frm_pay .od_pay_buttons_el #sod_frm_paysel .sfp_wrap > div {
    width: calc(33.3333333333% - 2rem);
    margin: 0 2rem 1.5rem 0;
  }
  #sod_frm .sod_left #sod_frm_pay .od_pay_buttons_el #sod_frm_paysel .sfp_wrap > div:nth-child(4n+4) {
    margin: 0 2rem 1.5rem 0;
  }
  #gusan_sub .about .about-2depth .ani-txt {
    width: 1000px;
  }
  .mono {
    display: none;
  }
  #sod_bsk #sod_bsk_list .tbl_wrap {
    overflow-x: auto;
    white-space: nowrap;
    padding: 0 0 2rem;
  }
  #sod_bsk #sod_bsk_list .tbl_wrap table {
    min-width: 950px;
  }
  #sod_bsk #sod_bsk_list #sod_bsk_tot {
    padding: 3rem 0;
  }
  .mypage .mypage-inner .mypage-box.mypage-order .mo-hello {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 4rem;
  }
  .mypage .mypage-inner .mypage-box.mypage-order .mo-hello h3 {
    width: 100%;
  }
  .mypage .mypage-inner .mypage-box.mypage-order .mo-hello .mo-hello-box-area {
    width: 100%;
    margin: 3rem 0 0;
  }
  .mypage .mypage-inner .mypage-box.mypage-order .mo-hello .mo-hello-box {
    border-left: none !important;
    padding: 0 !important;
  }
  .mypage .mypage-inner .mypage-box.review .mp-area .review-box .rb-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mypage .mypage-inner .mypage-box.review .mp-area .review-box .rb-box .is_w {
    width: 100%;
    margin: 2rem 0 0;
  }
  .mypage .mypage-inner .mypage-box.review .mp-area .review-box2 .rb-top .rb-top-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mypage .mypage-inner .mypage-box.review .mp-area .review-box2 .rb-top .rb-top-info .rti-btn {
    width: 100%;
    margin: 2rem 0 0;
  }
  .mypage .mypage-inner .mypage-box.review .mp-area .review-box2 .rb-top .rb-top-info .rti-btn a {
    display: inline-block;
    width: 49%;
    text-align: center;
  }
  .mypage .mypage-inner .mypage-box.review .mp-area .review-box2 .rb-top .rb-top-info .rti-box {
    width: 85%;
  }
  .mypage .mypage-inner .mypage-box.coupon ul li {
    width: 100%;
    margin: 0 0 2rem 0;
  }
  .mypage .mypage-inner .mypage-box.member-ci .mc-chk-form form {
    width: 100%;
  }
  .mypage .mypage-inner .mypage-box.member-ci .member-ci-box .tbl_wrap table td input {
    width: 100%;
  }
  .mypage .mypage-inner .mypage-box.member-ci .member-ci-box .tbl_wrap table td .btn_frmline {
    width: 100%;
    margin-left: 0;
    margin: 1rem 0 0;
  }
  .register .reg-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .register .reg-top h4 {
    width: 100%;
  }
  .register .reg-top .register-nav {
    margin: 2rem 0 0;
  }
  .register #register_form .register_form_inner ul li label {
    width: auto;
    min-width: 12rem;
  }
  #gusan_sub .about.about-factory .about-2depth {
    padding: 10rem 0 0;
  }
  #gusan_sub .about.about-factory .about-2depth .a2-img, #gusan_sub .about.about-factory .about-3depth .a2-img {
    height: auto;
  }
  #gusan_sub .about.about-factory .about-4depth .layout3 {
    padding: 5rem 0;
  }
  #movie-pop .mp-area iframe {
    min-width: 350px;
  }
  #gusan_sub .water .water-2depth .a2-img {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #gusan_sub .water .water-2depth .a2-img div {
    width: 80%;
    margin: 0 auto;
  }
  #gusan_sub .water .water-2depth .a2-img div:nth-child(1) {
    margin: 0 0 10rem;
  }
  #gusan_sub .water .water-2depth .a2-img::after {
    display: none;
  }
  #gusan_sub .company .company-3depth .cp-info .cp-vision ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #gusan_sub .company .company-3depth .cp-info .cp-vision ul li {
    width: 100%;
    aspect-ratio: unset;
    border-radius: 2rem;
    margin: 0 0 2rem;
    -webkit-transform: unset;
            transform: unset;
    padding: 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #gusan_sub .company .company-3depth .cp-info .cp-vision ul li div {
    position: relative;
    top: unset;
    left: unset;
    -webkit-transform: unset;
            transform: unset;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #gusan_sub .company .company-3depth .cp-info .cp-vision ul li div img {
    margin: 0;
  }
  #gusan_sub .company .company-3depth .cp-info .cp-vision ul li div span {
    margin: 0;
  }
  #gusan_sub .company .company-3depth .cp-info h5::after {
    left: unset;
  }
  #gusan_sub .company .company-4depth .cp-core ul li div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #gusan_sub .company .company-4depth .cp-core ul li div .cp-core-txt {
    padding-left: 0;
    width: 100%;
    text-align: center;
    margin: 5rem 0 0;
  }
  #bo_gall #gall_ul .gall_li.col-gn-4 {
    width: calc(50% - 2rem);
  }
  #gusan_sub .premium .pre-3depth {
    padding: 12rem 0;
  }
  #gusan_sub .premium .pre-3depth::before {
    width: 18rem;
  }
  #gusan_sub .about.about-factory .about-2depth {
    padding: 10rem 0;
  }
  #gusan_sub .about.about-factory .about-2depth .about-2depth-inner .about-txt {
    padding: 0 !important;
  }
  #gusan_sub .about.about-factory .about-2depth .about-2depth-inner .about-txt h3 {
    margin-bottom: 3rem;
  }
  #gusan_sub .about.about-factory .about-3depth .tbl-wrap ul li h5 {
    min-width: 8rem;
  }
  #gusan_sub .about.about-factory .about-4depth .a3-img {
    padding: 2rem;
  }
  #gusan_sub .company .company-1_5depth .c1_5-box .img-wrap {
    width: 80%;
  }
  #gusan_sub .company .company-1_5depth .cp-info h5::after {
    display: none;
  }
}
@media screen and (max-width: 515px) {
  #gusan_index .gi_1depth .gi_1depth_img {
    width: 80%;
  }
  #gusan_index .gi_2depth .layout2 .gi_2depth_img .rotate-box {
    -webkit-transform: translate(-50%, -50%) scale(0.7);
            transform: translate(-50%, -50%) scale(0.7);
  }
  #gusan_index .gi_2depth .layout2 .gi_2depth_img .icon-box {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  #gusan_index .gi_2depth .layout2 .gi_2depth_img .icon-box1 {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
            transform: translate(-50%, -50%) scale(0.5);
  }
  #gusan_index .gi_2depth .layout2 .gi_2depth_img .icon-box6 {
    left: -2rem;
  }
  #gusan_index .gi_2depth .layout2 .gi_2depth_img .icon-box5 {
    right: 1rem;
  }
  #gusan_index .gi_2depth .layout2 .gi_2depth_img .icon-box4 {
    top: -2rem;
  }
  #gusan_index .gi_2depth .layout2 .gi_2depth_txt {
    padding: 8rem 0 0;
  }
  #gusan_index .gi_4depth .layout2 .gi_4depth_img {
    width: 80%;
  }
  #ft .ft_wrapper .ft_floor1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #ft .ft_wrapper .ft_floor1 .ft_logo {
    margin: 0 0 2rem;
  }
  #sub_navi {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #sub_navi h2 {
    width: 100%;
    margin: 0 0 5rem;
  }
  #gusan_sub .premium .pre-1depth .pre-1depth-txt h4 {
    font-size: 2.6rem;
  }
  #gusan_sub .premium .pre-1depth .pre-1depth-txt h3 {
    font-size: 6rem;
  }
  #gusan_sub .premium .pre-1depth .pre-1depth-txt p {
    font-size: 1.8rem;
  }
  #gusan_sub .premium .pre-1depth .pre-1depth-icon ul li p {
    font-size: 1.6rem;
  }
  #gusan_sub .premium .pre-2depth .pre-2depth-inner h3 {
    font-size: 3.8rem;
  }
  #gusan_sub .premium .pre-title {
    font-size: 4rem;
  }
  #gusan_sub .premium .pre-txt {
    font-size: 1.8rem;
  }
  #gusan_sub #pnav a {
    margin: 0 1rem;
  }
  #sit #sit_info #sit_tab .tab_tit li button {
    margin: 0 1rem;
  }
  #sit #sit_info #sit_tab .tab_con > li #itemqa #sit_qa_list #sit_qa_ol .sit_qa_li {
    width: 100%;
  }
  #sit #sit_ov_from #sit_ov_wrap {
    padding: 5rem 0 6rem;
  }
  #gusan_sub .about .about-2depth .ani-txt {
    font-size: 12rem;
  }
  #gusan_sub .about .about-txt h3 strong {
    display: inline-block;
  }
  #gusan_sub .about .about-txt {
    padding: 5rem 0 !important;
  }
  #gusan_sub .about .about-3depth .about-txt {
    padding: 5rem 0 !important;
  }
  #gusan_sub .about .about-4depth .about-txt {
    padding: 5rem 0 !important;
  }
  #gusan_sub .about .about-1depth .about-1depth-txt h4 {
    font-size: 2.4rem;
  }
  #gusan_sub .about .about-1depth .about-1depth-txt h3 {
    font-size: 5.8rem;
  }
  #gusan_sub .about .about-2depth .a2-img {
    padding: 0;
  }
  #gusan_sub .about .about-txt h3 {
    font-size: 4rem;
  }
  #gusan_sub .about .about-txt p {
    font-size: 1.8rem;
  }
  #gusan_sub .about.about-effect .about-4depth .layout2 .ae-hyo-area {
    margin: 5rem 0 0;
  }
  #gusan_sub .about.about-effect .about-4depth .layout2 .ae-hyo-area .ae-hyo .ae-box span {
    font-size: 1.8rem;
  }
  #gusan_sub .about.about-effect .about-3depth .layout2 .a3-img {
    margin: 5rem auto;
  }
  #gusan_sub .about.about-effect .about-3depth .layout2 .a3-img .icon-box {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  #gusan_sub .about.about-effect .about-3depth .layout2 .a3-img .icon-box1 {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
  }
  #gusan_sub .about.about-effect .about-3depth .layout2 .a3-img .icon-box6 {
    left: -30%;
  }
  #gusan_sub .about.about-effect .about-3depth .layout2 .a3-img .icon-box5 {
    right: -6rem;
  }
  #gusan_sub .about.about-effect .about-3depth .layout2 .a3-img .icon-box4 {
    top: -5rem;
  }
  #gusan_sub .about.about-effect .about-3depth .layout2 .a3-img .rotate-box {
    -webkit-transform: translate(-50%, -50%) scale(0.6);
            transform: translate(-50%, -50%) scale(0.6);
  }
  #gusan_sub .about.about-effect .about-4depth .layout2 .ae-hyo-area .ae-hyo-result p span {
    margin: 0 0 2rem;
  }
  #gusan_sub .about .about-tab .about-2depth .layout2 .ajax_list.flex-4 {
    width: calc(50% - 3rem);
    margin: 0 3rem 5rem 0;
  }
  #gusan_sub .about .about-tab .about-2depth .layout2 .ajax_list.flex-4:nth-child(3n) {
    margin: 0 3rem 5rem 0;
  }
  #gusan_sub .about .about-tab .about-2depth .layout2 .ajax_list.flex-4:nth-child(2n) {
    margin: 0 0 5rem 0;
  }
  #gusan_sub .about .about-tab .about-2depth .layout2 .ajax_list.flex-5 {
    width: calc(50% - 1.5rem);
  }
  #gusan_sub .about .about-tab .about-2depth .layout2 .ajax_list.flex-5:nth-child(4n) {
    margin: 0 2rem 5rem 0;
  }
  #gusan_sub .about .about-tab .about-2depth .layout2 .ajax_list.flex-5:nth-child(2n) {
    margin: 0 0 5rem 0;
  }
  #gusan_sub .about .about-2depth:not(.about-info) h3 {
    font-size: 4rem;
  }
  .mypage .mypage-inner #mypage-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mypage .mypage-inner #mypage-nav > div {
    width: 100%;
    padding: 0;
  }
  .mypage .mypage-inner #mypage-nav > div a {
    display: inline-block;
    margin: 0 2rem 0 0;
  }
  .mypage .mypage-inner #mypage-nav > div h3 {
    margin: 0 0 1.5rem;
  }
  .mypage .mypage-inner #mypage-nav > div:nth-child(2) {
    margin: 4rem 0;
    padding: 0;
  }
  .mypage .mypage-inner .mypage-box.review .mp-area .review-box2 .rb-top .rb-top-info .rti-box {
    width: 80%;
  }
  .mypage .mypage-inner .mypage-box.mypage-order .mo-wish ul li .smb_my_img img {
    width: 8rem;
    height: 8rem;
  }
  .point .tbl_wrap.tbl_head03 table tbody td {
    padding: 2.5rem 1rem;
  }
  .register #register_form .register_form_inner ul li .zip_area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .register #register_form .register_form_inner ul li .zip_area .btn_frmline {
    width: 100%;
    margin: 1rem 0 0;
  }
  .register #register_form .register_form_inner ul li .zip_area .twopart_input {
    margin-right: 0;
  }
  #gusan_index .gi_4depth .layout2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #gusan_sub .about.about-factory .about-2depth .a1-txt, #gusan_sub .about.about-factory .about-3depth .a1-txt {
    width: 75vw;
  }
  #gusan_sub .about.about-factory .about-4depth .a3-img {
    padding: 0;
    aspect-ratio: 1/0.8;
  }
  #gusan_sub .about.about-factory .about-4depth .a3-img img {
    width: 90%;
  }
  #gusan_sub .water .water-2depth .a2-img div span {
    font-size: 1.8rem;
  }
  #gusan_sub .water .water-3depth .a4-img {
    aspect-ratio: 1/0.6;
  }
  #gusan_sub .water .water-2depth {
    padding: 10rem 0;
  }
  #gusan_sub .company .company-2depth .cp-info h5 {
    font-size: 5rem;
  }
  #gusan_sub .company .cp-title {
    font-size: 1.8rem;
  }
  #gusan_sub .company .company-2depth .cp-info .cp-section .cp-list ul li {
    font-size: 1.8rem;
  }
  #gusan_sub .company .company-2depth .cp-info .cp-section .cp-list {
    margin: 0 0 1.5rem;
  }
  #gusan_sub .company .company-2depth .cp-info {
    margin: 0 0 7rem 0;
  }
  #gusan_sub .company .cp-info h5 {
    font-size: 5rem;
  }
  body {
    width: 100vw;
    overflow-x: hidden;
  }
  #gusan_sub .about.about-factory .about-3depth .a3-img {
    margin: 0;
  }
}
@media screen and (max-width: 414px) {
  #hd .hd_wrapper #logo a {
    width: 20rem;
  }
  #gusan_index .gi_1depth .layout2 p:nth-child(1) {
    font-size: 1.6rem;
    font-weight: 300;
  }
  #gusan_index .gi_1depth .layout2 h3 {
    font-size: 4rem;
  }
  #gusan_index .gi_1depth .layout2 span {
    font-size: 1.4rem;
  }
  #gusan_index .gi_1depth .gi_1depth_img {
    left: 60%;
  }
  #gusan_index .gi_2depth .layout2 .gi_2depth_txt h3, #gusan_index .gi_3depth .layout2 .gi_3depth_txt h3, #gusan_index .gi_4depth .layout2 .gi_4depth_txt h3, #gusan_index .gi_5depth .gi_5depth_title h3 {
    font-size: 4rem;
  }
  #gusan_index .gi_2depth .layout2 .gi_2depth_txt p, #gusan_index .gi_3depth .layout2 .gi_3depth_txt p, #gusan_index .gi_4depth .layout2 .gi_4depth_txt p {
    font-size: 1.8rem;
    line-height: 1.8;
  }
  #gusan_index .gi_2depth .layout2 .gi_2depth_img .rotate-box {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
            transform: translate(-50%, -50%) scale(0.5);
  }
  #gusan_index .gi_2depth .layout2 .gi_2depth_img .icon-box4 {
    top: 0;
  }
  #gusan_index .gi_2depth .layout2 .gi_2depth_img .icon-box5 {
    right: 0;
  }
  #gusan_index .gi_2depth .layout2 .gi_2depth_img .icon-box6 {
    left: -3rem;
  }
  #gusan_index .gi_3depth .layout2 .gi_3depth_chart .giChart_wrapper {
    height: 25vh;
  }
  #ft .ft_wrapper .ft_floor1 .ft_nav a {
    font-size: 1.6rem;
  }
  #ft .ft_wrapper .ft_floor2 ul li {
    font-size: 1.6rem;
  }
  #ft .ft_wrapper .ft_floor3 #ft_copy {
    font-size: 1.5rem;
  }
  #gusan_sub .premium .pre-1depth .pre-1depth-txt {
    width: 80%;
    margin: 0 auto;
  }
  #gusan_sub .premium .pre-1depth .pre-1depth-txt br {
    display: none;
  }
  #gusan_sub .premium .pre-1depth .pre-1depth-icon {
    width: 90%;
  }
  #gusan_sub .premium .pre-title br {
    display: none;
  }
  #gusan_sub .premium .pre-txt br {
    display: none;
  }
  #gusan_sub .product-area .product .product-list .product-item {
    width: 100%;
    margin: 0 0 5rem;
  }
  #gusan_sub .product-area .product .product-list .product-item:nth-child(3n+3) {
    margin: 0 0 5rem;
  }
  #gusan_sub #pnav a {
    font-size: 1.6rem;
  }
  #sit #sit_info #sit_tab .tab_tit li button {
    font-size: 1.6rem;
  }
  #sit #sit_rel {
    margin: 8rem 0;
  }
  #sod_frm_orderer table th, #sod_frm_taker table th, #sod_frm_cp table th {
    min-width: 11rem;
  }
  #sod_frm .sod_left #sod_frm_pay .od_pay_buttons_el #sod_frm_paysel .sfp_wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #sod_frm .sod_left #sod_frm_pay .od_pay_buttons_el #sod_frm_paysel .sfp_wrap > div {
    width: calc(50% - 1rem);
    margin: 0 0 1.5rem 0;
  }
  #sod_frm .sod_left #sod_frm_pay .od_pay_buttons_el #sod_frm_paysel .sfp_wrap > div:nth-child(4n+4) {
    margin: 0 0 1.5rem 0;
  }
  #gusan_sub .about.about-effect .about-3depth .layout2 .a3-img .icon-box4 {
    top: -9rem;
  }
  #gusan_sub .about.about-effect .about-3depth .layout2 .a3-img .icon-box5 {
    right: -10rem;
    bottom: -1rem;
  }
  #gusan_sub .about.about-effect .about-3depth .layout2 .a3-img .icon-box6 {
    left: -39%;
    bottom: -8rem;
  }
  #gusan_sub .about.about-effect .about-4depth .layout2 .ae-hyo-area .ae-hyo .ae-box span {
    font-size: 1.6rem;
  }
  #gusan_sub .about.about-effect .about-4depth .layout2 .ae-hyo-area .ae-hyo-result {
    padding: 3rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #gusan_sub .about.about-effect .about-4depth .layout2 .ae-hyo-area .ae-hyo-result > span {
    display: block;
    width: 100%;
    height: 0.1rem;
    margin: 1rem 0;
  }
  #gusan_sub .about .about-1depth .about-1depth-txt p {
    font-size: 1.8rem;
    padding: 0 2rem;
  }
  #gusan_sub .about .about-1depth .about-1depth-txt p br {
    display: none;
  }
  .mypage .mypage-inner .mypage-box.mypage-order .mo-hello h3 {
    font-size: 2.2rem;
  }
  .mypage .mypage-inner .mypage-box.mypage-order .mo-hello .mo-hello-box-area .mo-hello-box {
    font-size: 1.6rem;
  }
  .mypage .mypage-inner .mypage-box.mypage-order .mo-hello .mo-hello-box-area .mo-hello-box strong {
    font-size: 2.2rem;
  }
  .mypage .mypage-inner .mypage-box.mypage-order .mo-wish ul li .smb_my_img img {
    width: 8rem;
    height: 8rem;
  }
  .mypage .mypage-inner .mypage-box.review .mp-area .review-box .rb-box a {
    padding: 1rem;
  }
  .mypage .mypage-inner .mypage-box.review #mp-tab a {
    font-size: 1.6rem;
  }
  #gusan_sub .term #term-nav a {
    font-size: 1.6rem;
  }
  .mypage .mypage-inner .mypage-box.review .mp-area .review-box2 .rb-top .rb-top-info .rti-box {
    width: 75%;
  }
  #captcha #captcha_key {
    display: block;
    width: 100% !important;
    margin: 2rem 0 !important;
  }
  #gusan_sub .about.about-factory .about-3depth .about-txt table th {
    min-width: 9rem;
  }
  #gusan_sub .company .company-2depth .cp-info h5 {
    padding-left: 4rem;
  }
  #gusan_sub .company .company-2depth .cp-info .cp-section .cp-list span {
    min-width: 10rem;
    font-size: 2rem;
  }
  #gusan_sub .company .company-3depth .cp-vision ul li div img {
    width: 5rem;
  }
  #gusan_sub .company .company-3depth .cp-info {
    margin: 0 0 10rem 0;
  }
  #gusan_sub .company .company-3depth .cp-slogn {
    font-size: 2.8rem;
    line-height: 1.5;
  }
  #bo_gall #gall_ul .gall_li.col-gn-4 {
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  #gusan_index .gi_1depth .layout2 h3 {
    font-size: 3.4rem;
  }
  #gusan_index .gi_1depth .layout2 a {
    width: 20rem;
    margin: 5.75rem 0 0;
  }
  #gusan_index .gi_1depth .gi_1depth_img {
    width: 90%;
  }
  #gusan_index .gi_2depth .layout2 .gi_2depth_txt h3, #gusan_index .gi_3depth .layout2 .gi_3depth_txt h3, #gusan_index .gi_4depth .layout2 .gi_4depth_txt h3, #gusan_index .gi_5depth .gi_5depth_title h3 {
    font-size: 3.4rem;
  }
  #gusan_index .gi_2depth .layout2 .gi_2depth_txt p, #gusan_index .gi_3depth .layout2 .gi_3depth_txt p, #gusan_index .gi_4depth .layout2 .gi_4depth_txt p {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  #gusan_index .gi_2depth .layout2 .gi_2depth_img .icon-box4 {
    top: -2rem;
  }
  #gusan_index .gi_2depth .layout2 .gi_2depth_img .icon-box5 {
    right: -3rem;
  }
  #gusan_index .gi_2depth .layout2 .gi_2depth_img .icon-box6 {
    left: -5rem;
  }
  #gusan_sub .about.about-effect .about-3depth .layout2 .a3-img .icon-box4 {
    top: -10rem;
  }
  #gusan_sub .about.about-effect .about-3depth .layout2 .a3-img .icon-box5 {
    bottom: -4rem;
  }
  #gusan_sub .about.about-effect .about-3depth .layout2 .a3-img .icon-box6 {
    bottom: -13rem;
  }
  #gusan_sub .about.about-effect .about-3depth .layout2 .a3-img {
    margin: 5rem auto 15rem;
  }
}