@charset "UTF-8";
@font-face {
  font-family: 'Spoqa Han Sans';
  font-weight: 700;
  src: local("Spoqa Han Sans Bold"), url("../../../css/fonts/SpoqaHanSans/SpoqaHanSansBold.woff2") format("woff2"), url("../../../css/fonts/SpoqaHanSans/SpoqaHanSansBold.woff") format("woff"), url("../../../css/fonts/SpoqaHanSans/SpoqaHanSansBold.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'Spoqa Han Sans';
  font-weight: 400;
  src: local("Spoqa Han Sans Regular"), url("../../../css/fonts/SpoqaHanSans/SpoqaHanSansRegular.woff2") format("woff2"), url("../../../css/fonts/SpoqaHanSans/SpoqaHanSansRegular.woff") format("woff"), url("../../../css/fonts/SpoqaHanSans/SpoqaHanSansRegular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'Spoqa Han Sans';
  font-weight: 300;
  src: local("Spoqa Han Sans Light"), url("../../../css/fonts/SpoqaHanSans/SpoqaHanSansLight.woff2") format("woff2"), url("../../../css/fonts/SpoqaHanSans/SpoqaHanSansLight.woff") format("woff"), url("../../../css/fonts/SpoqaHanSans/SpoqaHanSansLight.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'Spoqa Han Sans';
  font-weight: 100;
  src: local("Spoqa Han Sans Thin"), url("../../../css/fonts/SpoqaHanSans/SpoqaHanSansThin.woff2") format("woff2"), url("../../../css/fonts/SpoqaHanSans/SpoqaHanSansThin.woff") format("woff"), url("../../../css/fonts/SpoqaHanSans/SpoqaHanSansThin.ttf") format("truetype");
  font-display: swap;
}

/* Older browsers */
html {
  font-size: 14px;
}

/* Modern browsers only need this one */
@media screen and (min-width: 22.5em) {
  html {
    font-size: calc( 14px + (16 - 14) * (100vw - 360px) / (575 - 360));
  }
}

@media screen and (min-width: 36em) {
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 62em) {
  html {
    font-size: 16px;
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1040;
  background: #ffffff;
}

@media (min-width: 768px) {
  .header {
    position: fixed;
    border-bottom: 1px solid #adb5bd;
  }
}

.header.slide .badge-nav {
  display: none !important;
}

.header.mobile {
  background: linear-gradient(135deg, #2d71c4, #08459e);
  color: #fff;
}

.header.mobile .hamburger .top, .header.mobile .hamburger .bot {
  fill: #fff;
}

.header.mobile .badge-nav {
  display: none !important;
}

.badge-top {
  position: absolute;
  top: 0;
  right: -40%;
}

nav .logo {
  font-weight: 700;
  font-size: 18px;
  padding: 15px 16px;
}

nav a {
  position: relative;
  padding: 5px 10px;
  color: inherit;
}

nav a:hover {
  color: inherit;
}

nav .pc_menu {
  font-size: 17px;
}

nav .pc_menu li {
  text-align: center;
  padding: 1em 0;
}

nav .pc_menu .depth2 {
  display: none;
  width: 100%;
  padding-top: 10px;
}

nav .pc_menu .depth2 a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
  width: 0;
  height: 2px;
  background: #212529;
}

nav .pc_menu .depth2 a:hover::after {
  width: 100%;
}

nav .pc_menu .depth2 li {
  padding: 12px 0;
}

nav .mobile_menu {
  display: none;
  text-align: center;
}

nav .mobile_menu > ul > li {
  padding: 2vh;
}

nav .mobile_menu > ul > li:first-child {
  padding-top: 0;
}

nav .mobile_menu .depth2 li {
  padding: 10px 0;
}

@media (max-width: 768px) and (orientation: landscape) {
  nav .mobile_menu > ul {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    height: 100%;
  }
}

nav .hamburger {
  position: absolute;
  width: 30px;
  height: 40px;
  top: 0;
  right: 16px;
  padding-top: 16px;
  cursor: pointer;
}

nav .hamburger svg {
  fill: #212529;
}

#fixed-center-info {
  position: absolute;
  top: 10px;
  right: 70px;
  display: inline-block;
  background-color: #396eff;
  color: #fff !important;
  padding: 8px 24px;
}

@media (min-width: 768px) {
  #fixed-center-info {
    right: 16px;
    position: fixed;
  }
}

nav .phone_menu{
  justify-content: center;
  align-items: end;
}

nav .phone_menu a{
  width: 190px;
  padding: 15px 16px;
}

nav .phone_menu div{
  width:25px;
  padding:16px 2px;
}

nav .phone_menu div.gray{
  filter:grayscale(1);
  opacity:0.3;
}

html {
  min-width: 360px;
}

section {
  padding: 4em 0;
}

section:first-of-type {
  margin-top: 34px;
}

.sidemenu{
  z-index: 1000;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
}

.sidemenu ul li{
  text-indent: -999px;
  overflow: hidden;
  background-color: #ffffff;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  margin-bottom: 0.5rem;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
  background-position: center center;
  background-size: 80%;
  transition: background-size 0.3s;
}

@media (max-width: 768px) {
  .sidemenu{
    right: 0;
    width: 100%;
    text-align: center;
  }

  .sidemenu ul li{
    display: inline-block;
    margin: 0 0.5rem 0.5rem;
    width: 3rem;
    height: 3rem;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
  }
}

.sidemenu ul li:hover{
  background-size: 100%;
}

.sidemenu ul li a{
  display: block;
  height: 100%;
}




#footer {
  font-size: 0.9rem;
  background-color: #062d64;
  padding: 5vh 0 8vh 0;
  color: #dee2e6;
}

@media (min-width: 992px) {
  #footer {
    padding: 5vh 0;
  }
}

#footer a {
  color: #e9ecef;
}

#footer .companyinfo li:first-child {
  font-size: 1.2rem;
}

.snsList {
  display: inline-block;
}

.snsList li {
  float: left;
}

.snsList li img {
  width: 45px;
  height: 45px;
}

.ictmarket {
  text-align: right;
}

.ictmarket02 {
  text-align: right;
}

.ictmarket02 a img.handyB {
  width: 150px;
}

.footmenu {
  padding: 1em 0;
  margin-top: 1em;
  border-top: 1px solid #ced4da;
}

.footmenu a {
  color: #adb5bd;
  padding: 0 1em 0 0;
}

.tab-container{
  padding-top: 60px;
}

.tab-container .tab-linker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
}

.tab-container .tab-linker li {
  float: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  list-style: none;
}

.tab-container .tab-linker li button {
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  background-color: transparent;
  outline: none;
  border: none;
  padding: 0.8em 0;
}

.tab-container .tab-contents > div {
  display: none;
}

.tab-container .tab-contents > div.active {
  display: block;
}

.tab-contents>.doublechangeEnd{
  text-align: center;
}

.youtube-wrapper {
  position: relative;
  padding-bottom: 56.25%;
}

.youtube-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.youtube-wrapper2 {
  position: relative;
  padding-bottom: 56.25%;
}

.youtube-wrapper2 iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.swiper-wrapper li.tongsin{
  padding-top: 5px;
}

.swiper-wrapper li.tongsin h5{
  padding-top: 0px;
}

.swiper-wrapper .tongsin_btn{
  cursor: pointer;
 max-width: 25px;
 display: inline-block;
 margin: 3px 6px 0px;;
 transform: scale(1);
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -o-transform: scale(1);
 transition: all 0.2s ease-in-out;
}

.swiper-wrapper .tongsin_btn:hover{
 transform: scale(1.2);
 -webkit-transform: scale(1.2);
 -moz-transform: scale(1.2);
 -o-transform: scale(1.2);
}

.swiper-wrapper .tongsin_btn img{
  width: 100%;
  overflow: hidden;
}


.arrow-next,
.arrow-prev {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 3vw;
  height: 3vw;
  max-width: 30px;
  max-height: 30px;
  border: 2px solid;
  border-color: #2d71c4 transparent transparent #2d71c4;
  z-index: 100;
  -webkit-transform-origin: 35% -12%;
          transform-origin: 35% -12%;
  cursor: pointer;
}

.arrow-next {
  -webkit-transform: rotate(135deg) translateY(-50%);
          transform: rotate(135deg) translateY(-50%);
  left: auto;
  right: 10px;
}

.arrow-prev {
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}

.circle-arrow-next, .circle-arrow-prev {
  position: absolute;
  top: 50%;
  left: 0;
  width: 3vw;
  height: 3vw;
  z-index: 99;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
}

.circle-arrow-next {
  left: auto;
  right: 0;
}

.circle-arrow-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.circle {
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  width: 100%;
  position: relative;
}

.circle:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.circle-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: block;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 100%;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  top: 110%;
  left: 50%;
  margin-left: -50%;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  bottom: 100%;
  /* At the top of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.shine {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url(../../images/pages/double_change/star.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  overflow: hidden;
  -moz-opacity: 0.0;
  opacity: 0.0;
  animation: glitter 6s linear 0s infinite normal;
  -webkit-animation: glitter 6s linear 0s infinite normal;
  -moz-animation: glitter 8s linear 0s infinite normal;
  -ms-animation: glitter 8s linear 0s infinite normal;
  -o-animation: glitter 8s linear 0s infinite normal;
}

@-webkit-keyframes glitter {
  0% {
    -webkit-transform: scale(0.3) rotate(0deg);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(1) rotate(360deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.3) rotate(720deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0.3) rotate(0deg);
    opacity: 0;
  }
}

@keyframes glitter {
  0% {
    -webkit-transform: scale(0.3) rotate(0deg);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(1) rotate(360deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.3) rotate(720deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0.3) rotate(0deg);
    opacity: 0;
  }
}

.shine.small {
  width: 50px;
  height: 50px;
}

.shine.medium {
  width: 80px;
  height: 80px;
}

.shine.large {
  width: 120px;
  height: 120px;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
}

.icon::before {
  content: '';
  position: absolute;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 1em;
  height: 1em;
}

.icon.icon-right-arrow::before {
  background-image: url(../../images/icon/btn-arrow.png);
}

.ion-icon {
  color: #396eff;
}

.ask .text-area > div {
  padding: 1em 0;
}

.ask .text-area > div:nth-of-type(2) {
  padding: 0 0;
  font-size: 1.175em;
}

.ask .term-btn {
  border-radius: 3px;
  border: 1px solid #5297fd;
  color: #5297fd;
  display: block;
  font-size: 90%;
  text-align: center;
  margin: .5em 0;
}

.ask section:nth-child(2) {
  background: #fff;
}

.ask .agree {
  background: #f8f9fa;
  border-radius: 0.25rem;
  margin: 2em auto;
  padding: .875em 1em;
}

#top_banner.swiper-container {
  width: 100%;
  height: 100px;
}

#top_banner.swiper-container .btn-xs {
  padding: 0em 0.8em;
}

@media (min-width: 768px) {
  #top_banner.swiper-container .btn-xs {
    padding: 0.1em 0.8em;
  }
}

@media (min-width: 768px) {
  #top_banner.swiper-container {
    height: 140px;
  }
}

#top_banner.swiper-container .swiper-slide {
  overflow: hidden;
  position: relative;
}

#top_banner.swiper-container .swiper-slide .container-xl {
  height: 100%;
}

#top_banner.swiper-container .swiper-slide.item1 {
  background-color: #F9F8FF;
}

#top_banner.swiper-container .swiper-slide.item2 {
  background-color: #474456;
}

#top_banner.swiper-container .swiper-slide.item2 {
  color: #fff;
}

#top_banner.swiper-container .swiper-slide.item3 {
  background-color: #e5ddf3;
}

#top_banner.swiper-container .swiper-slide.item3 {
  color: #6f42c1;
}

#top_banner.swiper-container .swiper-slide .banner_text {
  position: absolute;
  top: 75%;
  left: 15%;
  -webkit-transform: translate(-15%, -75%);
          transform: translate(-15%, -75%);
}

@media (min-width: 768px) {
  #top_banner.swiper-container .swiper-slide .banner_text {
    position: absolute;
    top: 50%;
    left: 10%;
    -webkit-transform: translate(-10%, -50%);
            transform: translate(-10%, -50%);
  }
}

#top_banner.swiper-container .swiper-slide .banner_link {
  z-index: 100;
  position: absolute;
  top: 15%;
  left: 10%;
  -webkit-transform: translate(-10%, -15%);
          transform: translate(-10%, -15%);
}

@media (min-width: 768px) {
  #top_banner.swiper-container .swiper-slide .banner_link {
    top: 50%;
    left: auto;
    right: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

#top_banner.swiper-container .swiper-slide .banner_img {
  position: absolute;
  top: 10%;
  right: 40%;
}

#top_banner.swiper-container .swiper-slide .banner_img img {
  width: 70px;
  height: auto;
  position: absolute;
}

@media (min-width: 768px) {
  #top_banner.swiper-container .swiper-slide .banner_img img {
    width: 110px;
    right: 35%;
  }
}

#top_banner.swiper-container .swiper-slide .banner_img .one {
  -webkit-animation: one-carousel 3s ease infinite;
          animation: one-carousel 3s ease infinite;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  top: 10px;
}

#top_banner.swiper-container .swiper-slide .banner_img .two {
  -webkit-animation: two-carousel 3s ease infinite;
          animation: two-carousel 3s ease infinite;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  top: 10px;
}

@-webkit-keyframes one-carousel {
  0%,
  25%,
  100% {
    left: 30px;
    -webkit-transform: rotate(25deg) scale(0.7);
            transform: rotate(25deg) scale(0.7);
    z-index: 9;
  }
  40% {
    left: -10px;
    -webkit-transform: rotate(25deg) scale(1);
            transform: rotate(25deg) scale(1);
    z-index: 99;
  }
  50%,
  75% {
    left: 0px;
    -webkit-transform: rotate(25deg) scale(1);
            transform: rotate(25deg) scale(1);
    z-index: 99;
  }
  90% {
    left: 40px;
    -webkit-transform: rotate(25deg) scale(0.7);
            transform: rotate(25deg) scale(0.7);
    z-index: 9;
  }
}

@keyframes one-carousel {
  0%,
  25%,
  100% {
    left: 30px;
    -webkit-transform: rotate(25deg) scale(0.7);
            transform: rotate(25deg) scale(0.7);
    z-index: 9;
  }
  40% {
    left: -10px;
    -webkit-transform: rotate(25deg) scale(1);
            transform: rotate(25deg) scale(1);
    z-index: 99;
  }
  50%,
  75% {
    left: 0px;
    -webkit-transform: rotate(25deg) scale(1);
            transform: rotate(25deg) scale(1);
    z-index: 99;
  }
  90% {
    left: 40px;
    -webkit-transform: rotate(25deg) scale(0.7);
            transform: rotate(25deg) scale(0.7);
    z-index: 9;
  }
}

@-webkit-keyframes two-carousel {
  0%,
  25%,
  100% {
    left: 0px;
    -webkit-transform: rotate(25deg) scale(1);
            transform: rotate(25deg) scale(1);
    z-index: 99;
  }
  40% {
    left: 40px;
    -webkit-transform: rotate(25deg) scale(0.7);
            transform: rotate(25deg) scale(0.7);
    z-index: 9;
  }
  50%,
  75% {
    left: 30px;
    -webkit-transform: rotate(25deg) scale(0.7);
            transform: rotate(25deg) scale(0.7);
    z-index: 9;
  }
  90% {
    left: -10px;
    -webkit-transform: rotate(25deg) scale(1);
            transform: rotate(25deg) scale(1);
    z-index: 99;
  }
}

@keyframes two-carousel {
  0%,
  25%,
  100% {
    left: 0px;
    -webkit-transform: rotate(25deg) scale(1);
            transform: rotate(25deg) scale(1);
    z-index: 99;
  }
  40% {
    left: 40px;
    -webkit-transform: rotate(25deg) scale(0.7);
            transform: rotate(25deg) scale(0.7);
    z-index: 9;
  }
  50%,
  75% {
    left: 30px;
    -webkit-transform: rotate(25deg) scale(0.7);
            transform: rotate(25deg) scale(0.7);
    z-index: 9;
  }
  90% {
    left: -10px;
    -webkit-transform: rotate(25deg) scale(1);
            transform: rotate(25deg) scale(1);
    z-index: 99;
  }
}

#top_banner.swiper-container .item3 .banner_img {
  top: 0;
  left: 60%;
  width: 100%;
  max-width: 230px;
  height: 100%;
  background-image: url(../images/banner/line_banner_phone.png), url(../images/banner/line_banner_phone2.png), url(../images/banner/line_banner_phone3.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0px center, 230px center, 460px center;
  -webkit-animation: changeShadow 3s infinite alternate;
          animation: changeShadow 3s infinite alternate;
}

@-webkit-keyframes changeShadow {
  0%, 33.2% {
    background-position: 0px center, 230px center, 460px center;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  33.3%, 66.5% {
    background-position: -230px center, 0px center, 230px center;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  66.6%, 100% {
    background-position: -460px center, -230px center, 0px center;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes changeShadow {
  0%, 33.2% {
    background-position: 0px center, 230px center, 460px center;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  33.3%, 66.5% {
    background-position: -230px center, 0px center, 230px center;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  66.6%, 100% {
    background-position: -460px center, -230px center, 0px center;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

#top_banner.swiper-container .item4 {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #9278ff), color-stop(51%, #f45b87));
  background: linear-gradient(90deg, #9278ff 50%, #f45b87 51%);
}

#top_banner.swiper-container .item4-img {
  width: 100%;
  height: 100%;
  background: url(../../images/banner/S9_m.jpg) no-repeat center;
  background-size: cover;
}

@media (min-width: 768px) {
  #top_banner.swiper-container .item4-img {
    background: url(../../images/banner/S9.jpg) no-repeat center;
    background-size: cover;
  }
}

#top_banner.swiper-container .item4-text {
  position: absolute;
  top: 75%;
  left: 15%;
  -webkit-transform: translate(-15%, -75%);
          transform: translate(-15%, -75%);
}

@media (min-width: 768px) {
  #top_banner.swiper-container .item4-text {
    position: absolute;
    top: 50%;
    left: 15%;
    -webkit-transform: translate(-15%, -50%);
            transform: translate(-15%, -50%);
  }
}

#top_banner.swiper-container .item4 .text__first-bg {
  background-color: #9278ff;
}

#top_banner.swiper-container .item4 .text__second-bg {
  background-color: #f45b87;
}

#top_banner.swiper-container .item5 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #de8821), color-stop(51%, #ff7244));
  background-image: linear-gradient(90deg, #de8821 50%, #ff7244 51%);
}

#top_banner.swiper-container .item5-img {
  width: 100%;
  height: 100%;
  background: url(../../images/banner/note8_m.jpg) no-repeat center;
  background-size: cover;
}

@media (min-width: 768px) {
  #top_banner.swiper-container .item5-img {
    background: url(../../images/banner/note8.jpg) no-repeat center;
    background-size: cover;
  }
}

#top_banner.swiper-container .item5-text {
  position: absolute;
  top: 75%;
  left: 15%;
  -webkit-transform: translate(-15%, -75%);
          transform: translate(-15%, -75%);
}

@media (min-width: 768px) {
  #top_banner.swiper-container .item5-text {
    position: absolute;
    top: 50%;
    left: 15%;
    -webkit-transform: translate(-15%, -50%);
            transform: translate(-15%, -50%);
  }
}

#top_banner.swiper-container .item5 .text__first-bg {
  background-color: #ffb356;
}

#top_banner.swiper-container .item5 .text__second-bg {
  background-color: #ff7244;
}

#top_banner.swiper-container .text-ani {
  position: relative;
}

#top_banner.swiper-container .text__word {
  opacity: 0;
}

#top_banner.swiper-container .text-ani-bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

#brandstory {
  font-size: 1.75rem;
  word-break: keep-all;
  padding: 3em 0;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  letter-spacing: -1px;
  text-align: center;
}

@media (min-width: 768px) {
  #brandstory {
    font-size: 2.975rem;
  }
}

#brandstory .text-blue {
  color: #0000ff;
}

#brandstory .text-darkbule {
  color: #2e318c;
}

#brandstory img {
  width: 100%;
}

#brandstory .text {
  padding: 2em 0.5em;
}

#brandstory .but {
  padding: 3em 0;
  font-size: 2.7rem;
}

@media (min-width: 768px) {
  #brandstory .but {
    font-size: 5.4rem;
  }
}

#brandstory .youknow {
  font-size: 3.2rem;
}

@media (min-width: 768px) {
  #brandstory .youknow {
    font-size: 6.4rem;
  }
}

#brandstory .handyR, #brandstory .blackBack, #brandstory .blueBack {
  font-size: 2.5rem;
}

@media (min-width: 768px) {
  #brandstory .handyR, #brandstory .blackBack, #brandstory .blueBack {
    font-size: 5rem;
  }
}

#brandstory .youknow,
#brandstory .handyR,
#brandstory .blackBack,
#brandstory .blueBack {
  color: #fff;
  padding: 50% 0;
}

@media (min-width: 992px) {
  #brandstory .youknow,
  #brandstory .handyR,
  #brandstory .blackBack,
  #brandstory .blueBack {
    padding: 30% 0;
  }
}

#brandstory .youknow {
  background-color: #0065c2;
  font-weight: 700;
}

#brandstory .handyR {
  background: #0065c2 url(../../images/pages/brandstory/explain17.jpg) no-repeat center center;
  background-size: 100%;
}

#brandstory .blackBack {
  background-color: #222;
}

#brandstory .blueBack {
  background-color: #0065c2;
}

#brandstoryB{
  background-color: #ffffff;
}



#brandstoryNew{
  padding-top: 57px;
  margin: 0;
  overflow: hidden;
}



#brandstoryNew .int{
  position: relative;
  width: 100%;
}

#brandstoryNew .p_abs{
  position: absolute;
  left: 0;
  top: 0;
}

#brandstoryNew .ver_PC{
  display: block;
}

#brandstoryNew .ver_MO{
  display: none;
}

#brandstoryNew .w100{
  width: 100%;
}

@media (max-width: 900px) {
  #brandstoryNew .ver_MO{
    display: block;
  }

  #brandstoryNew .ver_PC{
    display: none;
  }
}


#brandstoryNew .intro01 .star01_p{
  opacity: 0;

  animation-name: star01;
  animation-delay: 0.5s;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}
#brandstoryNew .intro01 .star02_p{
  opacity: 0;

  animation-name: star02;
  animation-delay: 0.5s;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

#brandstoryNew .intro01 .star01_m{
  opacity: 0;
  bottom: inherit;
  top: 0;

  animation-name: star01;
  animation-delay: 0.5s;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}
#brandstoryNew .intro01 .star02_m{
  opacity: 0;
  bottom: inherit;
  top: 0;

  animation-name: star02;
  animation-delay: 0.5s;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes star01 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}

@-webkit-keyframes star02 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#brandstoryNew .intro01 .littleP{
  left: inherit;
  top: inherit;
  right: 0;
  bottom: 0;
  width: 44%;

  animation-name: planetPR;
  animation-delay: 0s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

#brandstoryNew .intro01 .planet01{
  width: 17%;
  left: -3%;
  top: inherit;
  bottom: 20%;
  opacity: 0.8;

  animation-name: planetUp_01;
  animation-delay: 0.5s;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

#brandstoryNew .intro01 .planet02{
  width: 8%;
  left: 36.35%;
  top: inherit;
  bottom: 6.5%;
  opacity: 0.2;

  animation-name: planetDown_03;
  animation-delay: 0.5s;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

#brandstoryNew .intro01 .planet03{
  width: 4%;
  left: 52%;
  top: inherit;
  bottom: 37%;
  opacity: 0.2;

  animation-name: planetDown_01;
  animation-delay: 0.5s;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

#brandstoryNew .intro01 .planet04{
  width: 9%;
  left: 80%;
  top: inherit;
  bottom: 46%;
  opacity: 0.3;

  animation-name: planetDown_02;
  animation-delay: 0.5s;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

#brandstoryNew .intro01 .planet05{
  width: 10.5%;
  left: 84%;
  top: 10%;
  opacity: 0.4;

  animation-name: planetUp_02;
  animation-delay: 0.5s;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes planetUp_01 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(10%);
  }
}

@-webkit-keyframes planetUp_02 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(5%);
  }
}

@-webkit-keyframes planetDown_01 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5%);
  }
}

@-webkit-keyframes planetDown_02 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-8%);
  }
}

@-webkit-keyframes planetDown_03 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10%);
  }
}

@-webkit-keyframes planetPR {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(10%);
  }
}

#brandstoryNew .intro01 .title01{
  left: 50%;
  transform: translateX(-50%);
  top: 10%;
}

@media (max-width: 900px) {

  #brandstoryNew .intro01 img{
    top: inherit;
    bottom: 0;
  }

  #brandstoryNew .intro01 .title01{
    left: 50%;
    transform: translateX(-50%);
    top: 20%;
    width: 70%;
  }



  #brandstoryNew .intro01 .littleP{
    width: 74%;
  }

  #brandstoryNew .intro01 .planet01{
    width: 20%;
    left: -5%;
    top: inherit;
    bottom: 25%;
  }

  #brandstoryNew .intro01 .planet02{
    width: 15%;
    left: 15%;
    top: 5%;
  }

  #brandstoryNew .intro01 .planet03{
    width: 4%;
    left: 10%;
    top: 30%;
  }

  #brandstoryNew .intro01 .planet04{
    width: 15%;
    left: inherit;
    right: 10%;
    top: 40%;
  }

  #brandstoryNew .intro01 .planet05{
    width: 30%;
    left: inherit;
    right: -5%;
    top: -5%;
  }
}







#brandstoryNew .intro02 .fg_color{
  opacity: 0;

  transition: all 1s ease-in-out;
}

#brandstoryNew .intro02 .fg_color.on{
  opacity: 0.8;
}

#brandstoryNew .intro02 .txtInt02_pc{
  left: 50%;
  top: inherit;
  bottom: 5.6%;
  transform: translateX(-50%);
}

#brandstoryNew .intro02 .txtInt02_mo{
  left: 50%;
  top: inherit;
  bottom: 0;
  transform: translateX(-50%);
  width: 74%;
}





#brandstoryNew .intro02 .fiveG{
  color: #ffffff;
  font-size: 5rem;
  left: 50%;
  top: 47.83%;
  transform: translate3d(-50%, -50%, 0);
  opacity: 0.5;

  animation-name: fiveG;
  animation-delay: 0s;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes fiveG {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}

@media (max-width: 1300px) {
  #brandstoryNew .intro02 .fiveG{
    font-size: 3rem;
  }
}

@media (max-width: 900px) {
  #brandstoryNew .intro02 .fiveG{
    font-size: 5rem;
    top: 41.4%;
  }
}

@media (max-width: 600px) {
  #brandstoryNew .intro02 .fiveG{
    font-size: 3rem;
    top: 41.4%;
  }
}


/* #brandstoryNew .intro02 .txtBox{
  width: 900px;
  color: #ffffff;
  text-align: center;
  padding: 2px;
  border-radius: 30px;
  background-color: #072c70;
  left: calc(50% - 450px);
  top: inherit;
  bottom: 5.6%;
} */






#brandstoryNew .intro03 .img_mobi{
  width: 71%;
  left: 50%;
  top: inherit;
  bottom: 0;
  transform: translateX(-50%);
}

#brandstoryNew .intro03 .svgLine{
  position: absolute;
  width: 50%;
  left: 17%;
  top: 23.5%;
}
#brandstoryNew .intro03 .txtInt03{
  width: 23.4%;
  left: 29%;
  top: 35%;
}

/* #brandstoryNew .intro03 .img_cloud01.on{
  animation-name: cloud_pc_01;
  animation-delay: 0.5s;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
} */

/* #brandstoryNew .intro03 .img_cloud02.on{
  animation-name: cloud_pc_02;
  animation-delay: 0.5s;
  animation-duration: 40s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
} */

@-webkit-keyframes cloud_pc_01 {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(-35%);
  }
}

@-webkit-keyframes cloud_pc_02 {
  0% {
    transform: translate(0%);
  }
  100% {
    transform: translate(40%);
  }
}

@media (max-width: 900px) {
  #brandstoryNew .intro03 img{
    top:inherit;
    bottom: 0;
  }

  #brandstoryNew .intro03 .img_mobi{
    width: 100%;
  }
  #brandstoryNew .intro03 .svgLine{
    position: absolute;
    width: 75%;
    left: 2%;
    top: 35%;
  }


  #brandstoryNew .intro03 .txtInt03{
    width: 35%;
    left: 20%;
    top: 45%;
  }
  #brandstoryNew .intro03 .img_cloud01{
    transform: scale(1.4);
    bottom: 20%;
    left: 20%;
  }
  #brandstoryNew .intro03 .img_cloud02{
    transform: scale(1.4);
    bottom: 40%;
    left: -20%;
  }
}



/* #brandstoryNew .intro03 .txtBox{
  color: #ffffff;
  text-align: center;
  left: 30%;
  top: 40%;
}

#brandstoryNew .intro03 .txtBox p{
  font-size: 2.5rem;
} */






#brandstoryNew .intro04 .handyQuest{
  width: 36%;
  top: inherit;
  left: inherit;
  right: 23%;
  bottom: 0;
}

#brandstoryNew .intro04 .handyHelp{
  width: 30%;
  top: inherit;
  left: inherit;
  right: 0.8%;
  bottom: 0.5%;
}

#brandstoryNew .intro04 .txtInt04{
  width: 30%;
  left: 20%;
  top: 25%;
}

@media (max-width: 900px) {
  #brandstoryNew .intro04 img{
    top: inherit;
    bottom: 0;
  }

  #brandstoryNew .intro04 .handyQuest{
    width: 56%;
    top: inherit;
    left: 5%;
    bottom: 0;
  }

  #brandstoryNew .intro04 .handyHelp{
    width: 50%;
    top: inherit;
    left: inherit;
    right: 2%;
    bottom: 0;
  }

  #brandstoryNew .intro04 .txtInt04{
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
    top: 20%;
  }
}


/*
#brandstoryNew .intro04 .txtBox{
  color: #ffffff;
  text-align: center;
  left: 25%;
  top: 30%;
}

#brandstoryNew .intro04 .txtBox p{
  font-size: 2.5rem;
} */







#brandstory.BSsample{
  padding: 0;
}

#brandstory .txtBox{
  margin: 150px 0 300px 0;
}

#brandstory .imgBox_pc{
  display: block;
}

#brandstory .imgBox_mo{
  display: none;
  padding: 20px;
}

@media (max-width: 900px) {
  #brandstory .imgBox_pc{
    display: none;
  }

  #brandstory .imgBox_mo{
    display: block;
  }
}

#brandstory .imgBox_pc img{
  margin: 0 0 300px 0;
  box-shadow: 10px 10px 30px 0 rgba(0,0,0,0.08);
}

#brandstory .imgBox_mo img{
  margin: 0 0 150px 0;
  box-shadow: 10px 10px 30px 0 rgba(0,0,0,0.08);
}

#brandstory .imgBox_pc img:last-child{
  margin: 0;
}

#brandstory .imgBox_mo img:last-child{
  margin: 0;
}


/* ##################################################### */
/* ##################################################### */
/* ##################################################### */
/* ##################################################### */

#company .header{
  background: transparent;
  color: rgb(255, 255, 255);
  border-bottom: none;
}

#company .header.scroll{
  transition: background 1s ease 0s;
  background: rgb(248, 249, 250);
  color: rgb(33, 37, 41);
  border-bottom: 1px solid rgb(173, 181, 189);
}

#company .header.slide{
  background: rgb(248, 249, 250);
  color: rgb(33, 37, 41);
  border-bottom: 1px solid rgb(173, 181, 189);
}

#company section.landing{
  background: linear-gradient(135deg, rgb(47,95,210), rgb(8,69,158));
  color: #fff;
  margin: 0;
  padding-top: 34px;
}

#company section.landing .logo-bg::before{
  content: "";
  background-image: url(../images/common/logo-w.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.1;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

#company section.new-primary-area h1.section-title {
  padding: 0 0 .5em 0;
  font-weight: 700;
  font-size: 2rem;
}

#company section.new-primary-area p.section-subtitle {
  font-weight: 700;
  font-size: 1rem;
  color: #396eff
}

#company section.new-primary-area p.section-text {
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-size: 1rem;
}

@media (min-width: 600px) {
  #company section.new-primary-area h1.section-title {
    font-size: 3rem;
  }

  #company section.new-primary-area p.section-subtitle {
    font-size: 2rem;
  }

  #company section.new-primary-area p.section-text {
    font-size: 1.25rem;
  }
}

#company section.new-primary-area {
  background-color: #ffffff;
}

#company section.new-primary-area .underline {
  position: relative;
  letter-spacing: -0.7px;
  line-height: 2;
}

#company section.new-primary-area .underline::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #396eff;
}

#company section.new-primary-area .graph .grid{
 position: relative;
}

#company section.new-primary-area .graph .grid hr{
 margin: 2rem 0;
 border-top: 1px solid rgba(0,0,0,0.2);
}

#company section.new-primary-area .graph .grid .gradient{
 position: absolute;
 width: 100%;
 height: 100%;
 left: 0;
 bottom: 0;
 background-color: #000000;
 background: linear-gradient(135deg, rgba(255,255,255,1) 30%, rgba(255,255,255,0));
}

#company section.new-primary-area .graph .bar{
  position: absolute;
  background: linear-gradient(-45deg, #878787, #b0b0b0);
  box-shadow: 5px 3px 10px rgba(0,0,0,0.2);
  width: 50px;
  bottom: 80px;
}

#company section.new-primary-area .graph .bar.comH{
  background: linear-gradient(-45deg, #1955bc, #2271f9);
  height: 333px;
  right: 8%;
}

#company section.new-primary-area .graph .bar.comB{
  height: 170px;
  right: calc(8% + 70px);
}

#company section.new-primary-area .graph .bar.comA{
  height: 72px;
  right: calc(8% + 140px);
}

#company section.new-primary-area .graph .bar span{
  position: absolute;
  text-align: center;
  font-weight: 400;
  color: #666666;
}

#company section.new-primary-area .graph .bar .tag01{
  box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
  background-color: #ffffff;
  width: 120px;
  font-size: 12px;
  border-radius: 4px;
  padding: 8px 16px;
  top: -22px;
  right: 58px;
}

#company section.new-primary-area .graph .bar.comH .tag01{
  box-shadow: 0px 0px 10px rgba(57,110,255,0.5);
  color: #396eff;
  font-weight: 700;
  width: 150px;
}

#company section.new-primary-area .graph .bar .tag02{
  font-size: 20px;
  left: 10px;
  bottom: -32px;
}

#company section.new-primary-area .graph .bar.comH .tag02{
  font-weight: 700;
  color: #396eff;
  left: -10px;
}

@media (min-width: 600px) {
  #company section.new-primary-area .graph .bar{
    width: 60px;
  }

  #company section.new-primary-area .graph .bar.comH{
    height: 360px;
    right: 8%;
  }

  #company section.new-primary-area .graph .bar.comB{
    height: 214px;
    right: calc(8% + 100px);
  }

  #company section.new-primary-area .graph .bar.comA{
    height: 94px;
    right: calc(8% + 200px);
  }

  #company section.new-primary-area .graph .bar .tag01{
    width: 140px;
    font-size: 16px;
    top: -28px;
    right: 70px;
  }

  #company section.new-primary-area .graph .bar.comH .tag01{
    width: 190px;
  }

  #company section.new-primary-area .graph .bar .tag02{
    font-size: 24px;
    left: 14px;
    bottom: -40px;
  }

  #company section.new-primary-area .graph .bar.comH .tag02{
    left: -8px;
  }
}

#company section.icon-area {
  background-color: #fcfcfc;
}

#company section.icon-area p.section-subtitle {
  font-weight: 700;
  font-size: 1rem;
  color: #396eff
}

#company section.icon-area .text-center img {
  width: 20%;
}

#company section.icon-area2 .text-center img {
  width: 20%;
}

@media (min-width: 768px) {
  #company section.icon-area p.section-subtitle {
    font-size: 2rem;
  }

  #company section.icon-area .text-center img {
    width: 23%;
  }

  #company section.icon-area2 .text-center img {
    width: 23%;
  }
}

#company section.guide{
  background-color: #fff;
}

#company section.guide p.section-subtitle {
  font-weight: 700;
  font-size: 1rem;
  color: #396eff
}

@media (min-width: 768px) {
  #company section.guide p.section-subtitle {
    font-size: 2rem;
  }
}



#company section.fix-service{
  background-color: #fcfcfc;
}


#company section.fix-service h1.section-title {
  padding: 0 0 .5em 0;
  font-weight: 700;
  font-size: 2rem;
}

#company section.fix-service p.section-subtitle {
  font-weight: 700;
  font-size: 1rem;
  color: #396eff
}

#company section.fix-service p.section-text {
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-size: 1rem;
}




#company section.fix-service .fix-price {
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1rem;
  font-weight: 700;
  color: #6c757d;
}

@media (min-width: 768px) {
  #company section.fix-service h1.section-title {
    font-size: 3rem;
  }

  #company section.fix-service p.section-subtitle {
    font-size: 2rem;
  }

  #company section.fix-service p.section-text {
    font-size: 1.25rem;
  }
}

#company section.fix-service .fix-price #counter2 {
  color: transparent;
  background: linear-gradient(135deg, #ff5555, #dc0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 9rem;
  font-weight: 900;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  #company section.fix-service .fix-price #counter2 {
    font-size: 22.5rem;
  }
}

#company section.fix-service .underline {
  position: relative;
  letter-spacing: -0.7px;
  line-height: 2;
}

#company section.fix-service .underline::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #396eff;
}



#company section.end-landing{
  background-color: #fff;
}

#company section.end-landing h1.section-title {
  padding: 0 0 .5em 0;
  font-weight: 700;
  font-size: 2rem;
}

#company section.end-landing p.section-subtitle {
  font-weight: 700;
  font-size: 1rem;
  color: #396eff
}

@media (min-width: 768px) {
  #company section.end-landing h1.section-title {
    font-size: 3rem;
  }

  #company section.end-landing p.section-subtitle {
    font-size: 2rem;
  }
}

























.st0{
  fill:#001DBB;
}
.term {
  padding: 2em 1em;
}

.term section {
  padding: 2em 0;
}

#double_change section {
  padding: 5em 0;
}

#double_change .bedge {
  border: 1.5px solid #060128;
  color: #060128;
  font-weight: 700;
}

#double_change .guide_content {
  text-align: left;
}

#double_change .guide_content .bedge-2 {
  position: absolute;
  top: -2em;
  left: 1em;
  background-color: #7A3F96;
  color: #fff;
  font-size: 80%;
  padding: .2em .5em;
}

@media (min-width: 576px) {
  #double_change .guide_content .bedge-2 {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
}

@media (min-width: 576px) {
  #double_change .guide_content {
    text-align: center;
  }
}

#double_change .bedge-1 {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  width: 10vw;
  height: 10vw;
  background-color: #7A3F96;
  color: #fff;
  border: 3px solid #fff;
  z-index: 99;
  line-height: 94px;
  max-width: 70px;
  display: none;
}

#double_change span.d-md-block {
  display: block;
}

#double_change h3 {
  font-weight: 700;
}

#double_change .text-pupple {
  color: #7A3F96 !important;
}

#double_change .banner {
  padding: 0;
  background: #060128;
  position: relative;
  overflow: hidden;
}

#double_change .banner p {
  margin-bottom: 0.2em;
}

#double_change .banner p.count::after {
  content: '원';
}

#double_change .banner p.notice {
  color: #bdbdbd;
  padding: 1em 3em;
  font-size: .6em;
  text-align: center;
}

#double_change .banner .banner-container {
  background: url(../../images/pages/double_change/banner-v.jpg) no-repeat center -40%;
  padding-top: 185%;
  background-size: contain;
  position: relative;
}

@media (min-width: 768px) {
  #double_change .banner .banner-container {
    background: url(../../images/pages/double_change/banner.jpg) no-repeat center;
    background-size: contain;
    padding-top: 56.5%;
  }
}

#double_change .banner .banner-container .img_phone {
  position: absolute;
  top: 52%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  width: 80vw;
  height: auto;
}

@media (min-width: 768px) {
  #double_change .banner .banner-container .img_phone {
    left: auto;
    right: 3%;
    top: 10%;
    width: 55%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

#double_change .banner .banner-container .img_phone .popup {
  width: 33.3%;
  float: left;
  padding: .5em;
  text-align: center;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-animation: popup 0.5s ease-out 0.2s alternate forwards;
          animation: popup 0.5s ease-out 0.2s alternate forwards;
}

#double_change .banner .banner-container .img_phone .popup .price_title {
  color: #adb5bd;
}

#double_change .banner .banner-container .img_phone .popup .price_title + span {
  color: #adb5bd;
}

#double_change .banner .banner-container .img_phone .popup .count {
  font-weight: 700;
}

@media (min-width: 768px) {
  #double_change .banner .banner-container .img_phone .popup img {
    width: 89%;
  }
}

@-webkit-keyframes popup {
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes popup {
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

#double_change .phone-title {
  padding: 0.1em 1em;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(198, 142, 255, 0.5);
          box-shadow: 0px 0px 15px 0px rgba(198, 142, 255, 0.5);
  border-radius: 10px;
  background-color: rgba(251, 247, 255, 0.3);
}

#double_change #desc {
  margin-top: 0;
  background: #FBF7FF;
  text-align: center;
  font-size: 1rem;
  display: none;
}

@media (min-width: 768px) {
  #double_change #desc {
    font-size: 1.15rem;
  }
}

#double_change .tab-container .tab-linker li button {
  background: #7A3F96;
  color: #fff;
}

#double_change .tab-container .tab-linker li button:hover {
  background: #d632ba;
  color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
}

#double_change .tab-container .tab-linker .active {
  background-color: #FBF7FF;
  color: #060128;
}

#double_change .sec_title {
  text-align: center;
  margin-bottom: 2em;
  font-weight: 700;
}

#double_change .sec_title span {
  padding: 0.25em 2em;
}

#double_change #guide {
  background-color: #e5ddf3;
  color: #060128;
  word-break: keep-all;
  text-align: center;
  display: none;
}

#double_change #guide h6 {
  margin-bottom: 1em;
}

#double_change #guide .sec_title span {
  border: 1px solid #060128;
  color: #060128;
}

#double_change .model {
  background-color: #FBF7FF;
  display: none;
}

#double_change .model .sec_title span {
  border: 1px solid #564673;
  color: #564673;
}

#double_change #notice {
  background-color: #564673;
  color: #fff;
  padding: 5em 0 3em;
}

#double_change #notice .sec_title span {
  border: 1px solid #fff;
  color: #fff;
}

#double_change #notice p {
  font-size: .8em;
  letter-spacing: -1px;
}

#double_change .handy-start{
  display: none;
}

#double_change #request {
  padding: 8em 0 5em;
  margin-top: 0;
  background-color: #FBF7FF;
  text-align: center;
}

#double_change #request>h4{
  margin-bottom: 2em;
}

#double_change #request>h4 span{
  border: 1px solid #212529;
  padding: 0.25em 2em;
  font-weight: 700;
}

#double_change #request .req-phone {
  width: 100%;
  max-width: 400px;
  margin: 1em auto;
}

#double_change #request #noaccount {
  text-align: center;
  display: none;
}

#double_change #account {
  display: none;
  padding: 0;
}

#double_change #account .sec_title span {
  border: 1px solid #060128;
  color: #060128;
}

#double_change #account h4, #double_change #account h5, #double_change #account p {
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#double_change #account .account-title {
  background-color: #7A3F96;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  padding: .5em;
}

#double_change #account .account-title-red {
  background-color: #dc3545;
}

#double_change #account .account-table {
  border: 1px solid #ced4da;
  margin-top: 1em;
}

#double_change #account .account-table h5, #double_change #account .account-table p {
  padding: 0.5em;
  text-align: center;
  font-size: 1em;
}

#double_change #account .account-table h5 {
  border-right: 1px solid #ced4da;
  background-color: #FBF7FF;
}

@media (min-width: 768px) {
  #double_change #account .account-table.change-table h5 {
    border-bottom: 1px solid #ced4da;
    border-right: none;
  }
}

#double_change #account #dbl_phoneimg {
  max-height: 20vh;
}

#double_change #account .notice {
  color: #6c757d;
}

#double_change #account .notice .sec_title span {
  border: 1px solid #fff;
  color: #fff;
}

#double_change #account .notice h4 {
  padding: .5em;
  text-align: center;
  color: #fff;
  background-color: #564673;
}

#double_change #account .notice p {
  font-size: .8em;
  letter-spacing: -1px;
  border: 1px solid #ced4da;
  padding: 1em;
}

#double_change #account article {
  padding: 4em 0;
}

/* 여기여기 */

#mypage section {
  padding: 5em 0;
}

#mypage span.d-md-block {
  display: block;
}

#mypage .text-pupple {
  color: #7A3F96 !important;
}

#mypage .sec_title {
  text-align: center;
  margin-bottom: 2em;
  font-weight: 700;
}

#mypage .sec_title span {
  padding: 0.25em 2em;
}

#mypage #notice {
  background-color: #564673;
  color: #fff;
  padding: 5em 0 3em;
}

#mypage #notice .sec_title span {
  border: 1px solid #fff;
  color: #fff;
}

#mypage #notice p {
  font-size: .8em;
  letter-spacing: -1px;
}

#mypage #request {
  padding: 8em 0 5em;
  margin-top: 0;
  text-align: center;
}

#mypage #request>h4{
  margin-bottom: 2em;
}

#mypage #request>h4 span{
  border: 1px solid #212529;
  padding: 0.25em 2em;
  font-weight: 700;
}

#mypage #request .req-phone {
  width: 100%;
  max-width: 400px;
  margin: 1em auto;
}

#mypage #request #noaccount {
  text-align: center;
  display: none;
}

#mypage #account {
  display: none;
  padding: 0;
}

#mypage #account .sec_title span {
  border: 1px solid #060128;
  color: #060128;
}

#mypage #account h4, #mypage #account h5, #mypage #account p {
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#mypage #account .account-title {
  background-color: #7A3F96;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  padding: .5em;
}

#mypage #account .account-title-red {
  background-color: #dc3545;
}

#mypage #account .account-table {
  border: 1px solid #ced4da;
  margin-top: 1em;
}

#mypage #account .account-table h5, #mypage #account .account-table p {
  padding: 0.5em;
  text-align: center;
  font-size: 1em;
}

#mypage #account .account-table h5 {
  border-right: 1px solid #ced4da;
  background-color: #FBF7FF;
}

@media (min-width: 768px) {
  #mypage #account .account-table.change-table h5 {
    border-bottom: 1px solid #ced4da;
    border-right: none;
  }
}

#mypage #account #dbl_phoneimg {
  max-height: 20vh;
}

#mypage #account .notice {
  color: #6c757d;
}

#mypage #account .notice .sec_title span {
  border: 1px solid #fff;
  color: #fff;
}

#mypage #account .notice h4 {
  padding: .5em;
  text-align: center;
  color: #fff;
  background-color: #564673;
}

#mypage #account .notice p {
  font-size: .8em;
  letter-spacing: -1px;
  border: 1px solid #ced4da;
  padding: 1em;
}

#mypage #account article {
  padding: 4em 0;
}

.vh-center {
  display: inline-block;
  margin: auto;
}

#guide {
  font-size: 16px;
}

#guide section {
  padding: 2em 0;
}

#guide section:nth-child(2n+1) {
  background-color: #e4edff;
}

#guide section.guide-title {
  background-color: #21568b;
}

#guide .step {
  word-break: keep-all;
}

#guide .step .bedge {
  display: inline;
  font-size: .7em;
  border-radius: 1em;
  border: 1px solid #2d71c4;
  color: #2d71c4;
  padding: .2em 1em;
}

#guide .step h4 {
  padding: .5em 0;
  margin-bottom: 0;
  font-weight: 700;
}

#guide .step p {
  padding: 1em 0;
}

#guide .step .text-danger {
  font-size: .9em;
}

#guide .step .img-area {
  text-align: center;
}

#guide .step .img-area img {
  max-height: 230px;
}

@media (min-width: 992px) {
  #guide .step .img-area {
    text-align: right;
  }
}

.qna .wrapper section {
  padding: 2em 0;
}

.qna .wrapper section h3 {
  padding-left: 20px;
}

.qna-title {
  padding: 3em 1em !important;
  background-color: #f7f7f7;
  text-align: center;
}

.qna-title img {
  width: 50px;
}

.qna .container {
  position: relative;
}

.qna .container .anchor {
  position: absolute;
  top: -200px;
  left: 0;
}

.qna-nav {
  background-color: #f7f7f7;
  padding: 0 !important;
  text-align: center;
  border-bottom: 1px solid #eeeeee;
}

@media (min-width: 992px) {
  .qna-nav {
    border-top: 1px solid #eeeeee;
  }
}

.qna-nav.stuck {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-animation: nav-ani .5s;
          animation: nav-ani .5s;
}

@-webkit-keyframes nav-ani {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes nav-ani {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.qna-nav li {
  padding: 1em 0;
  border-top: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (min-width: 992px) {
  .qna-nav li {
    border-top: 1px solid transparent;
  }
  .qna-nav li:first-child {
    border-left: 1px solid transparent;
  }
}

.qna-nav li a {
  display: block;
}

.qna-nav li:hover {
  background-color: #2d71c4;
}

.qna-nav li:hover a {
  color: #fff;
}

.qna .anchor {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
}

@media (min-width: 992px) {
  .qna .anchor {
    top: -160px;
  }
}

.qna #cgy2.anchor {
  top: -200px;
}

@media (min-width: 992px) {
  .qna #cgy2.anchor {
    top: -200px;
  }
}

.qna .qna_item {
  position: relative;
  padding: 1em .3em .5em .3em;
}

@media (min-width: 992px) {
  .qna .qna_item {
    border-bottom: 1px solid #eeeeee;
  }
}

.qna .qna_item input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.qna .qna_item h5 {
  font-weight: 100;
  word-break: keep-all;
  margin: 0;
}

.qna .qna_item label {
  position: relative;
  display: block;
  cursor: pointer;
  padding-left: 15px;
  font-weight: 300;
}

.qna .qna_item label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  top: 40%;
  left: 0;
  border-top: 2px solid #5e5e5e;
  border-right: 2px solid #5e5e5e;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.qna .qna_item input[type=checkbox]:checked ~ h5 label:before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.qna .qna_item p {
  max-height: 0;
  overflow: hidden;
  font-weight: 300;
  margin: 0;
  padding-left: 15px;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.qna .qna_item input[type=checkbox]:checked ~ h5 ~ p {
  max-height: 1000px;
}

.qna .qna_item .f-skt {
  color: #ea002c;
}

.qna .qna_item .f-kt {
  color: #2f2f30;
}

.qna .qna_item .f-lgu {
  color: #ed008c;
}

.recruit {
  font-size: 1rem;
  letter-spacing: -1px;
}

@media (min-width: 768px) {
  .recruit {
    font-size: 1.5rem;
  }
}

.recruit .circle {
  width: 80%;
}

.recruit section {
  padding: 2em 0;
}

.recruit-slide {
  padding: 0;
}

.recruit li.swiper-slide {
  padding: 4em 1em;
  text-align: center;
}

.recruit-subTitle {
  color: #fff;
}

.recruit-bg1, .recruit-bg2 {
  padding: 3em 0;
  text-align: center;
}

.recruit-bg1 p, .recruit-bg2 p {
  margin: 0;
}

.recruit-bg1 {
  background-color: #242c4c;
}

.recruit-bg2 {
  background-color: #442a27;
}

.recruit .team li, .recruit .teamInfo li {
  padding: 1em;
}

.recruit .team li .circle, .recruit .teamInfo li .circle {
  color: #fff;
}

.recruit .team li:nth-child(1) .circle, .recruit .teamInfo li:nth-child(1) .circle {
  background-color: #242c4c;
}

.recruit .team li:nth-child(2) .circle, .recruit .teamInfo li:nth-child(2) .circle {
  background-color: #f9573d;
}

.recruit .team li:nth-child(3) .circle, .recruit .teamInfo li:nth-child(3) .circle {
  background-color: #56453a;
}

.recruit .team li:nth-child(4) .circle, .recruit .teamInfo li:nth-child(4) .circle {
  background-color: #6b0f3b;
}

.recruit .teamInfo {
  font-size: 1rem;
}

.recruit .teamInfo li {
  position: relative;
}

.recruit .teamInfo .teamName {
  width: 29%;
  max-width: 140px;
  display: inline-block;
}

.recruit .teamInfo .teamName h5 {
  font-weight: 400;
  font-size: 1em;
}

.recruit .teamInfo .text {
  width: 69%;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 30%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 1em;
}

@media (min-width: 768px) {
  .searchprice {
    padding-top: 7em;
  }
}

.searchprice.sise .form-control {
  padding: .375em 0.75em;
}

.searchprice.container-xl {
  min-height: 520px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2em 24px;
}

@media (min-width: 768px) {
  .searchprice.container-xl {
    padding: 6em 24px;
    min-height: 800px;
  }
}

.searchprice form {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 520px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.searchprice form .display-5 {
  font-weight: 700;
}

@media (min-width: 768px) {
  .searchprice form {
    min-height: 620px;
  }
}

.searchprice .select-icon-wrapper {
  max-width: 400px;
  width: 100%;
  position: relative;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 1.25rem;
  color: #adb5bd;
}

.searchprice .select-icon-wrapper .form-control {
  padding-left: 2em;
}

.searchprice .select-icon-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  padding-top: .7em;
  padding-left: 0.5em;
  line-height: 1.5;
}

.searchprice .select-icon-wrapper:nth-of-type(1)::after {
  content: "\f1ad";
  font-weight: 400;
}

.searchprice .select-icon-wrapper:nth-of-type(2)::after {
  content: "\f3cd";
  padding-left: 0.7em;
}

.searchprice .select-icon-wrapper:nth-of-type(3)::after {
  content: "\f0a0";
  padding-left: .4em;
}

.searchprice .select-icon-wrapper:nth-of-type(4)::after {
  content: "\f53f";
}

.searchprice .select-icon-wrapper:nth-of-type(5)::after {
  content: "\f0ad";
}

.searchprice .clickable {
  cursor: pointer;
}

#price > section {
  padding: 0 0 3em 0;
  overflow-x: hidden;
}

#price .loader-container {
  background-color: #f1f1f1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
}

#price .loader-container .lds-dual-ring {
  position: absolute;
  top: 48%;
  left: 50%;
  width: 70vw;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 0.8rem;
  text-align: center;
}

@media (min-width: 768px) {
  #price .loader-container .lds-dual-ring {
    width: 40vw;
    max-width: 450px;
    min-width: 350px;
  }
}

@media (min-width: 768px) {
  #price .loader-container .lds-dual-ring {
    font-size: 1.04rem;
  }
}

#price .loader-container .lds-dual-ring .lds-img-container {
  width: 35%;
  padding-top: 58.39%;
  position: relative;
  margin: 0 auto;
}

#price .loader-container .lds-dual-ring .lds-img-container svg {
  position: absolute;
  top: 0;
  left: 0;
}

#price .loader-container .lds-dual-ring .lds-img-container svg .lds-logo {
  opacity: 0;
}

#price .loader-container .lds-dual-ring .lds-img-container .loading-petname-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #212529;
  font-size: 1rem;
  width: 90%;
  font-weight: 700;
}

@media (min-width: 768px) {
  #price .loader-container .lds-dual-ring .lds-img-container .loading-petname-container {
    font-size: 1.5rem;
  }
}

#price .loader-container .lading-text {
  margin-top: 1.2rem;
  line-height: 1.2;
  font-weight: 700;
}

#price .loader-container .lading-text > span {
  font-size: 1.75em;
  color: #6c757d;
}

#price .loader-container .lading-text > div {
  font-size: 3.5em;
}

#price .loader-container .lading-text .rolling-txt {
  display: block;
  height: 1.2em;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

#price .loader-container .lading-text .rolling-txt span {
  letter-spacing: 1px;
  font-size: 1em;
  top: 0px;
  left: 50%;
  color: #212529;
  width: 100%;
  display: block;
  text-align: center;
}

#price h5, #price .ah5 {
  font-size: 1rem;
  display: block;
  color: #212529;
}

#price h2.title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: .45em;
  text-align: center;
}

#price .old h2.title{
  margin-bottom: 0;
}

@media (min-width: 768px) {
  #price h2.title {
    font-size: 2.6rem;
  }
}

#price .old {
  font-size: 1.1em;
}

@media (min-width: 768px) {
  #price .old {
    padding-top: 1em;
  }
}

#price .old .old-container {
  margin: 1em 0;
  padding-bottom: 1em;
  border-radius: 0.375em;
}

@media (min-width: 768px) {
  #price .old .old-container {
    width: 80%;
    margin: 0 auto 1em;
    /* margin: 1em auto; */
  }
}

@media (min-width: 768px) {
  #price .old .old-container .pie {
    top: 12%;
  }
}

#price .old .old-container .donot-caption-container {
  text-align: center;
  margin-top: -2em;
  color: #6c757d;
}

@media (min-width: 768px) {
  #price .old .old-container .donot-caption-container {
    /* margin-top: 0; */
  }
}

#price .old .old-container .donot-caption-container > * {
  padding-top: .5em;
  padding-bottom: .5em;
}

#price .old .old-container .donot-caption {
  display: block;
  float: left;
  width: 25%;
  font-size: .8em;
  text-align: center;
  position: relative;
}

#price .old .old-container .donot-caption:nth-child(1)::after, #price .old .old-container .donot-caption:nth-child(2)::after, #price .old .old-container .donot-caption:nth-child(3)::after, #price .old .old-container .donot-caption:nth-child(4)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 15%;
  width: 1px;
  background: #dee2e6;
  height: 70%;
}

#price .old .old-container .donot-caption.fix-service-tab {
  border-bottom: 1px solid #dee2e6;
}

#price .old .old-container .donot-caption.fix-service-tab:nth-child(3)::after {
  content: none;
}

#price .old .old-container .donot-caption.fix-service {
  background-color: #fff;
  border-radius: 0.25rem 0.25rem 0 0;
  border: 1px solid #dee2e6;
  border-bottom: 1px solid transparent;
}

#price .old .old-container .donot-caption.fix-service::after {
  content: none;
}

@media (min-width: 768px) {
  #price .old .old-container .donot-caption {
    font-size: 1em;
  }
}

#price .old .donot-caption-bottom {
  margin-top: 0.5em;
  margin-bottom: 1em;
  background: #e1edf7;
  padding: 1rem 1rem 0rem 1rem;
  border-radius: 0.25rem;
  position: relative;
  text-align: center;
}

#price .old .donot-caption-bottom p:last-child {
  color: #096bc2;
  letter-spacing: -0.5px;
}

#price .old .donot-caption-bottom p:last-child {
  margin-bottom: 0;
}

#price .old .searchBtn {
  margin-top: 1.5rem;
  padding: 1rem 0.8rem;
  font-size: 1.5rem;
}

#price .old .searchBtn .fa-chevron-right {
  animation: aa .5s alternate-reverse infinite;
}

@-webkit-keyframes aa {
  from {
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes aa {
  from {
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

#price .new{
  margin: 0 auto;
  padding-top: 2em;
  overflow: hidden;
}

@media (min-width: 768px) {
  #price .new{
    padding-top: 75px;
  }
}

#price .new h2.title{
  text-align: left;
  background-color: #396eff;
  padding: 1rem;
  color: #ffffff;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.2);
}

#price .new .badge {
  font-size: 70%;
  font-weight: 100;
}

#price .new .reco-select-link {
  width: 100%;
  border-radius: 0.25rem;
  background: #fff;
  padding: 1.25em;
  cursor: pointer;
  padding-left: .75em;
  margin-top: 1em;
  margin-bottom: 2em;
  position: relative;
  border: 1px solid red;
}

#price .new .reco-select-link span:nth-child(2) {
  width: 5em;
  padding-left: .375em;
  display: inline-block;
}

#price .new .reco-select-link em {
  font-style: normal;
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #5297fd;
  cursor: pointer;
}

#price .new .reco-select-link.SKT {
  border-color: #ff9100;
}

#price .new .reco-select-link.SKT li:nth-child(2) span:nth-child(3) {
  color: #ff9100;
}

#price .new .reco-select-link.KT {
  border-color: #ea002c;
}

#price .new .reco-select-link.KT li:nth-child(2) span:nth-child(3) {
  color: #ea002c;
}

#price .new .reco-select-link.LGT {
  border-color: #ed008c;
}

#price .new .reco-select-link.LGT li:nth-child(2) span:nth-child(3) {
  color: #ed008c;
}

#price .new .reco-select-link.STORY {
  border-color: #ea002c;
}

#price .new .reco-select-link.STORY li:nth-child(2) span:nth-child(3) {
  color: #ea002c;
}

#price .new .total-info button {
  outline: none;
  background: transparent;
  padding: 0.3em;
  border-radius: 5px;
  border: 1px solid transparent;
}

#price .new .total-info button.active {
  background: #dee2e6;
}

#price .recommend-swiper {
  margin: 0 auto;
  position: relative;
  padding: 0em 0 0em 0;
  /* padding: 0em 0 2em 0; */
}

#price .recommend-swiper .swiper-wrapper li:first-child{

}

#price .recommend-swiper .swiper-slide {
  position: relative;
  text-align: center;
  opacity: 0.3;
}

#price .recommend-swiper .swiper-slide.swiper-slide-active{
  opacity: 1;
}

#price .recommend-swiper .swiper-slide.swiper-slide-active .total:last-child{
  animation-duration: 4s;
  animation-direction: reverse;
  animation-iteration-count: infinite;
}

#price .recommend-swiper .swiper-slide .chu-list{
  background-color: #ffffff;
  border: 1px solid #efefef;
  border-radius: 0.5em;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  margin-bottom: 0.45em;
}

#price .recommend-swiper .swiper-slide .chu-list p{
  color: #212529;
  padding: 1em 2em;
  border-radius: 0.5em 0.5em 0 0;
  margin: 0;
  text-align: left;
}

#price .recommend-swiper .swiper-slide .chu-list p > span{
  float: right;
}

#price .recommend-swiper .swiper-slide .chu-list ul{
  padding: 1em;
  border-top: 1px solid #cccccc;
}

#price .recommend-swiper .swiper-slide .chu-list ul:last-child{
  padding: 1em 1em 1.5em;
}

#price .recommend-swiper .swiper-slide .chu-list .dashbb{
  border-bottom: 1px dashed #eeeeee;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}

#price .recommend-swiper .swiper-slide .chu-list span{
  font-size: 1em;
}

#price .recommend-swiper .swiper-slide .chu-list .chu-info{
  font-size: 70%;
  color: #6c757d;
  font-weight: 100;
}

#price .recommend-swiper .swiper-slide .chu-list .yokumje_warning{
  margin: 1em 0;
  padding: 0.5em 1em;
  background-color: #396eff;
  color: #ffffff;
  border-radius: 0.5em;
}

#price .recommend-swiper .swiper-slide .chu-comp > div{
  background-color: #ffffff;
  border: 1px solid #efefef;
  border-radius: 0.5em;
  box-shadow: 0 0.2rem 0.2rem rgba(0,0,0,0.1);
}






#price #div_sang_res .sang-list.sang-date{
  background-color: #ffffff;
  border-bottom: 1px solid #efefef;
}

#price #div_sang_res .sang-list.sang-date p{
  color: #212529;
  margin: 0;
  text-align: left;
  padding: 1em;
}

#price #div_sang_res .sang-list.sang-date input[name='hopedate']{
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

#price #div_sang_res .sang-list.sang-date .btn.btn-select.active{
  background-color: #396eff;
  color: #ffffff;
}








@keyframes chuBox_animation01 {
  0% {
    background: #f8f9fa;
  }
  50% {
    background: #e5eef6;
  }
  100% {
    background: #f8f9fa;
  }
}

#price .recommend-swiper .swiper-slide > .row > div:nth-child(2){
  z-index: 98;
}

#price .recommend-swiper .swiper-slide .doublechange {
  color: #fff;
  position: relative;
}

#price .recommend-swiper .swiper-slide .test {
  background: linear-gradient(-45deg, #f01616, #ff6e1b);
  background-size: 600%;
  border-radius: 5px;
  -webkit-animation: btn-gra-ani 3s ease infinite;
          animation: btn-gra-ani 3s ease infinite;
  color: #fff;
  padding-top: .3em;
  padding-bottom: .3em;
}

#price .recommend-swiper .swiper-slide .total {
  background: #f8f9fa;
  border-radius: 5px;
  margin-bottom: 0.3em;
  padding: 0.5em 0;
}

#price .recommend-swiper .swiper-slide .total-info{
  -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}

#price .recommend-swiper .swiper-slide .total-info .btn-select {
  font-size: .8rem;
  color: #212529;
  padding: 1em;
  margin: 0.5em 0;
  width: 100%;
  background: #f4f5f7;
  -webkit-box-shadow: -1px -1px 2px #f8f9fa, 1px 1px 2px #adb5bd;
          box-shadow: -1px -1px 2px #f8f9fa, 1px 1px 2px #adb5bd;
}

#price .recommend-swiper .swiper-slide .total-info .btn-select.active {
  -webkit-box-shadow: inset 1px 1px 2px #adb5bd, inset -1px -1px 2px #f8f9fa;
          box-shadow: inset 1px 1px 2px #adb5bd, inset -1px -1px 2px #f8f9fa;
}

#price .recommend-swiper .swiper-slide .total-info .btn-select.SKT.active {
  /* background: rgba(255, 145, 0, 0.1); */
  background: rgba(0, 10, 255, 0.1);
}

#price .recommend-swiper .swiper-slide .total-info .btn-select.KT.active {
  /* background: rgba(234, 0, 43, 0.1); */
  background: rgba(0, 10, 255, 0.1);
}

#price .recommend-swiper .swiper-slide .total-info .btn-select.LGT.active {
  /* background: rgba(237, 0, 138, 0.1); */
  background: rgba(0, 10, 255, 0.1);
}

#price .recommend-swiper .swiper-slide .total-info .btn-select-yesmaeip{
  border: 1px solid transparent;
}

#price .recommend-swiper .swiper-slide .total-info .btn-select-nomaeip{
  border: 1px solid transparent;
}

#price .recommend-swiper .swiper-slide .total-info .vs {
  position: absolute;
  font-size: 1em;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#price .recommend-swiper .swiper-slide .total-info:last-child {
  color: #396eff;
  font-size: .83em;
  padding: 0.3em 0;
}

#price .recommend-swiper .swiper-slide .slide-total {
  border-radius: 0.25rem;
  margin: .25em 0;
  padding: .1em;
  background: #f8f9fa;
}

#price .recommend-swiper .swiper-slide .refund, #price .recommend-swiper .swiper-slide .wongum, #price .recommend-swiper .swiper-slide .chnggu {
  font-weight: 700;
  font-size: 1.25em;
  color: #396eff;
}

#price .recommend-swiper .swiper-slide .double-info {
  font-size: .9em;
  position: absolute;
  left: 50%;
  top: -3em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80%;
  color: #fff;
  z-index: 9;
  padding: .5em 1em;
  border-radius: 5px;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  background: #6f42c1;
}

#price .recommend-swiper .swiper-slide .double-info::before {
  content: '';
  width: 0;
  height: 0;
  border-left: .6em solid transparent;
  border-right: .6em solid transparent;
  border-top: 0.6em solid #6f42c1;
  position: absolute;
  left: 48%;
  bottom: -.6em;
}

#price .recommend-swiper .swiper-slide.item_selected {
  background-color: #ddecff;
  border-radius: 10px;
}

#price .recommend-swiper .swiper-slide h3:first-child {
  font-weight: 700;
}

#price .recommend-swiper .swiper-slide h3:nth-child(3) {
  margin-bottom: 0;
}

#price .recommend-swiper .swiper-slide .year_after_title {
  position: absolute;
  background: #fff;
  border-radius: 0.3em;
  padding: 0.1em 0.4em;
  border: 1px solid #dc3545;
  color: #dc3545;
  top: -15%;
  left: -2%;
  font-size: 60%;
}

#price .recommend-swiper .swiper-slide ul {
  padding: .4em 0;
  font-size: .875em;
}

@media (min-width: 768px) {
  #price .recommend-swiper .swiper-slide ul {
    font-size: 1em;
  }
}

#price .recommend-swiper .swiper-slide ul li {
  padding: .1em;
  text-align: left;
  position: relative;
}

#price .recommend-swiper .swiper-slide ul li span:last-child {
  float: right;
}

#price .recommend-swiper .swiper-slide ul li .ija {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  font-weight: 100;
  font-size: 70%;
  color: #6c757d;
}

#price .recommend-swiper .swiper-slide ul li.jaego {
  background-color: #f8f9fa;
  text-align: center;
}

#price .recommend-swiper .swiper-slide ul li.jaego p {
  margin: 0;
}

#price .recommend-swiper .swiper-slide ul li .text-black-important {
  color: #212529 !important;
}

@media (min-width: 576px) {
  #price .recommend-swiper .swiper-slide ul {
    padding: .2em .5em;
  }
  #price .recommend-swiper .swiper-slide ul li {
    padding: .1em .5em;
  }
}

#price .recommend-swiper .swiper-slide ul .doublechange_line {
  position: absolute;
  top: 0;
  right: -20px;
  width: 20px;
  height: 110%;
  background: url(../../images/pages/price/arrow.png) no-repeat center top/contain;
  z-index: 99;
}

@media (min-width: 768px) {
  #price .recommend-swiper .swiper-slide ul .doublechange_line {
    height: 220%;
    background: url(../../images/pages/price/arrow-long.png) no-repeat center top/contain;
  }
}

#price .recommend-swiper .swiper-slide ul.doublechange-container {
  border: 1px solid #dc3545;
  border-radius: 5px;
}

#price .recommend-swiper .swiper-slide .invalid {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  color: #000;
  border-radius: .5em;
  background-color: rgba(209, 211, 212, 0.95);
}

#price .recommend-swiper .swiper-slide .invalid p {
  position: absolute;
  width: 90%;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #495057;
}

#price .recommend-swiper .swiper-slide .invalid + h5 {
  font-size: 1.2em;
}

#price .reco_select {
  margin-top: .7em;
}

#price .reco_select .active .muted, #price .reco_select .active .danger, #price .reco_select .active .warning {
  color: #fff;
}

#price .reco_select .muted {
  color: #6c757d;
}

#price .reco_select .danger {
  color: red;
}

#price .reco_select .warning {
  color: #ffc107;
}

#price .reco-arrow-next, #price .reco-arrow-prev {
  position: absolute;
  right: 0;
  top: 50%;
  width: 35px;
  height: 35px;
  background: url(../../images/common/arrow-blue.png) no-repeat center;
  background-size: contain;
  z-index: 999;
  cursor: pointer;
  display: none;
}

#price .swiper-slide-active .reco-arrow-next, #price .swiper-slide-active .reco-arrow-prev{
  display: block;
}

#price .reco-arrow-prev {
  -webkit-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
  left: 0px;
  animation: reco-arrow 1.5s linear infinite alternate-reverse;
}

#price .reco-arrow-next {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0px;
  animation: reco-arrow 1.5s 0.75s linear infinite alternate-reverse;
}

@media (min-width: 1200px){
  #price .swiper-wrapper li:first-child .d-none .reco-arrow-prev{
    display: none;
  }
  #price .swiper-wrapper li:last-child .d-none .reco-arrow-next{
    display: none;
  }
}

@media (min-width: 768px) {
  #price .reco-arrow-next, #price .reco-arrow-prev {
    width: 50px;
    height: 50px;
  }

  #price .reco-arrow-prev {
    left: -50px;
  }

  #price .reco-arrow-next {
    right: -50px;
  }
}

@-webkit-keyframes reco-arrow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes reco-arrow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#price #recommend .jaego_warning{
  font-size: 0.7em;
  background-color: #7e7e7e;
  padding: 0.5rem 1rem;
  margin-bottom: 0.5rem;
  color: #ffffff;
  border-radius: 0.5em;
  box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.2);
  
}

#price #recommend .chu-model {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border: 1px solid #efefef;
  padding: 1em;
  border-radius: 0.5em;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  margin-bottom: 0.45em;
}

#price #recommend .chu-model .item-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  padding: 0.5em;
  background-color: #fff;
  border-radius: 0.25rem;
}

#price #recommend .chu-model .item-img img {
  width: 100%;
}

#price #recommend .chu-model .item-img .item-memsize {
  text-align: center;
  font-size: 0.7em;
}

#price #recommend .chu-model .item-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.5em;
}

#price #recommend .chu-model .item-info .item-title {
  font-size: 1rem;
}

@media (min-width: 768px) {
  #price #recommend .chu-model .item-info .item-title {
    font-size: 1.5rem;
  }
}

#price #recommend .chu-model .item-info .item-code {
  font-size: 1rem;
  color: #585d62;
}

#price #recommend .chu-model .item-info .item-chulprice {
  font-size: 1rem;
  color: #585d62;
}

#price #recommend .chu-model .item-info .item-wongum {
  font-size: 1rem;
  display: inline-block;
}

#price #recommend .chu-model .item-release {
  padding: 0.5em;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

#price #recommend .chu-model .item-release.oldmodel{
  display: none;
}

#price #recommend .chu-model .item-release span {
  display: inline-block;
  background-color: #396eff;
  color: #ffffff;
  font-weight: bold;
  padding: 0.2em 1em;
  border-radius: 1em;
}








#price .notes {
  padding: 1em;
  font-size: 80%;
  color: #adb5bd;
  word-break: keep-all;
  margin-top: 2rem;
}

#price .checkboxArea {
  width: 100%;
  text-align: center;
}


.reqboxArea {
  position: relative;
  margin: 2em auto;
  max-width: 100%;
  padding: 0;
}

.reqboxArea #smsCant{
  display: none;
  text-align: center;
  margin-bottom: 1rem;
}

.reqboxArea #smsCant span a{
  color: #396eff;


  animation-name: showClick;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

.reqboxArea #smsCant span a .st-square{
  color: #396eff;


  animation-name: showClick02;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes showClick {
  0% {
    color: #396eff;
  }
  100% {
    color: #88a1ff;
  }
}

@-webkit-keyframes showClick02 {
  0% {
    fill: #396eff;
  }
  100% {
    fill: #88a1ff;
  }
}


#event-container .reqboxArea .agree{
  padding: 20px;
}

.reqboxArea .agree {
  padding: 1em 1em 0;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #dee2e6;
  margin-bottom: 1em;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.reqboxArea .agree.active{
  border: 1px solid #007aff;
}

.reqboxArea .agree p {
  color: #adb5bd;
}

.reqboxArea #req {
  visibility: hidden;
  position: absolute;
  top: -140%;
}

#price .funkyradio label {
  width: auto;
  padding-right: 0.5em;
  font-size: 90%;
  background: #fff;
}

#price #yokum_desc {
  font-size: 77%;
  padding-top: .5em;
  letter-spacing: -0.5px;
  color: #495057;
}

#price #fixed-req, #price #fixed-req2 {
  z-index: 98;
  position: fixed;
  border-radius: .375em .375em 0 0;
  bottom: 0;
  left: 0;
  padding: 0.7em 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media (min-width: 768px) {
  #price #fixed-req, #price #fixed-req2 {
    display: none;
  }
}

#price #fixed-req.opacity, #price #fixed-req2.opacity {
  opacity: 0;
}

#price .d-icon {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  position: absolute;
  left: 55%;
  bottom: 10%;
  background: #dc3545 url("../../images/main/doublechange-white.png") center/2em no-repeat;
}

#price .circle-bg {
  background-color: yellow;
  color: #000;
  border-radius: 50%;
  border: 1px solid #000;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
}

@media (min-width: 768px) {
  #price .side-banner {
    content: '';
    background: url(../../images/pages/price/extend_time_pc.png?v=20200529) no-repeat center top/contain;
    position: fixed;
    top: 70px;
    right: 4vw;
    width: 15vw;
    max-width: 200px;
    padding-top: 25%;
    z-index: 999;
  }
}

select[name="res_hour"], select[name="res_min"] {
  padding: 0.5em;
  background-size: 1em;
  background-position: right .25em center;
}

.form-control-lg::-webkit-input-placeholder {
  font-size: 1rem;
}

.form-control-lg:-ms-input-placeholder {
  font-size: 1rem;
}

.form-control-lg::-ms-input-placeholder {
  font-size: 1rem;
}

.form-control-lg::placeholder {
  font-size: 1rem;
}

#div_auth {
  display: none;
  position: relative;
  margin-bottom: 1rem;
}

#div_code {
  display: none;
  position: relative;
  margin-bottom: 1rem;
}

#time_counter {
  position: absolute;
  top: 50%;
  right: 36%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #dc3545;
  z-index: 999;
}

#reco-select-modal .modal-body {
  min-height: 420px;
}

#reco-select-modal .reco-select-container .wizard > .steps > ul > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
       flex: 0 0 25%;
}

#reco-select-modal .reco-select-container .select-item {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#reco-select-modal .reco-select-container .select-item .item-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  padding: 0.5em;
  background-color: #fff;
  border-radius: 0.25rem;
}

#reco-select-modal .reco-select-container .select-item .item-img img {
  width: 100%;
}

#reco-select-modal .reco-select-container .select-item .item-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.5em;
}

#reco-select-modal .reco-select-container .select-item .item-info .item-title {
  /* -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  padding-left: 0.5em; */
}

#reco-select-modal .reco-select-container .select-item .item-info .item-code {
  /* -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  padding-left: 0.5em; */
  color: #333333;
}

#reco-select-modal .reco-select-container .select-item .item-info .item-tag {
  /* -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding-left: 0.5em; */
  margin-top: 0.5em;
  color: #6c757d;
  font-size: 0.875em;
}

#reco-select-modal .reco-select-container .select-item .item-release {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  padding: 0.5em;
  text-align: center;
}

#reco-select-modal .reco-select-container .select-item .item-release.oldmodel{
  display: none;
}

#reco-select-modal .reco-select-container .select-item .item-release span {
  display: inline-block;
  background-color: #396eff;
  color: #ffffff;
  font-weight: bold;
  padding: 0.2em 1em;
  border-radius: 1em;
}

#reco-select-modal .reco-select-container .select-item p {
  word-break: break-all;
  margin-bottom: 0;
}

#reco-select-modal .reco-select-container .step-title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.5em;
}

#reco-select-modal .reco-select-container .step-title-container .sts-circle {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}

@media (min-width: 768px) {
  #reco-select-modal .reco-select-container .step-title-container .sts-circle {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}

#reco-select-modal .reco-select-container .step-title-container .sts-circle > .sts-title {
  padding-top: 100%;
  position: relative;
}

#reco-select-modal .reco-select-container .step-title-container .sts-circle > .sts-title::before {
  content: '';
  position: absolute;
  top: 5%;
  left: 5%;
  border-radius: 50%;
  width: 90%;
  height: 90%;
  border: 2px solid #adb5bd;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}

#reco-select-modal .reco-select-container .step-title-container .sts-circle > .sts-title.selected::before {
  border: 2px solid rgba(57, 110, 255, 0.4);
}

#reco-select-modal .reco-select-container .step-title-container .sts-circle > .sts-title > div {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#reco-select-modal .reco-select-container .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#reco-select-modal .reco-select-container .model-container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

#reco-select-modal .reco-select-container .model-container .btn {
  width: 100%;
  padding: .5em .25em;
  font-size: 0.9em;
  margin-bottom: 2%;
}

/* #reco-select-modal .reco-select-container .model-container .btn:nth-of-type(odd) {
  margin-right: 2%;
} */

#reco-select-modal .reco-select-container h6 {
  margin-bottom: 0.4em;
  padding-top: 1.5em;
  display: block;
  font-weight: 400;
}

#reco-select-modal .reco-select-container .btn.btn-outline-skt, #reco-select-modal .reco-select-container .btn.btn-outline-kt, #reco-select-modal .reco-select-container .btn.btn-outline-lgt, #reco-select-modal .reco-select-container .btn.btn-outline-story {
  color: #212529;
}

#reco-select-modal .reco-select-container .btn.btn-outline-skt.active, #reco-select-modal .reco-select-container .btn.btn-outline-skt.focus, #reco-select-modal .reco-select-container .btn.btn-outline-skt:hover, #reco-select-modal .reco-select-container .btn.btn-outline-kt.active, #reco-select-modal .reco-select-container .btn.btn-outline-kt.focus, #reco-select-modal .reco-select-container .btn.btn-outline-kt:hover, #reco-select-modal .reco-select-container .btn.btn-outline-lgt.active, #reco-select-modal .reco-select-container .btn.btn-outline-lgt.focus, #reco-select-modal .reco-select-container .btn.btn-outline-lgt:hover, #reco-select-modal .reco-select-container .btn.btn-outline-story.active, #reco-select-modal .reco-select-container .btn.btn-outline-story.focus, #reco-select-modal .reco-select-container .btn.btn-outline-story:hover {
  color: #fff;
}

#reco-select-modal .reco-select-container .modal-header {
  color: #fff;
  background: #396eff;
}

#reco-select-modal .reco-select-container .modal-header .close {
  color: #fff;
}

#reco-select-modal .reco-select-container .modal-footer button {
  display: none;
}

#reco-select-modal .reco-select-container .modal-footer button.visible {
  display: inline-block;
}

#reco-select-modal .reco-select-container #yokumje {
  min-height: 200px;
}

#reco-select-modal .reco-select-container #yokumje .btn {
  font-size: 0.975em;
  text-align: left;
  width: 100%;
}

#reco-select-modal .reco-select-container #yokumje > div {
  display: none;
}

#reco-select-modal .reco-select-container #yokumje > div.active {
  display: block;
}

#reco-select-modal .reco-select-container label span.tag{
  font-size: 0.7rem;
  display: inline-block;
  background-color: #7f7f7f;
  color: #ffffff;
  font-weight: bold;
  padding: 0.2em 1em;
  border-radius: 1em;
  margin: 0 2px;
}

#reco-select-modal .reco-select-container label .policy{
  background-color: #f5f5f5;
}

.step-title-container {
  padding-top: 1em;
}

.reco-select-container .modal-body {
  overflow: hidden;
}

.sts-container {
  width: 400%;
  min-height: 350px;
  position: relative;
}

.sts-container .sts {
  float: left;
  width: 25%;
  padding: 0 1em;
}

.sts-container .sts > h5:first-child {
  margin-bottom: 1.15em !important;
  padding-top: .5em;
}

.sts-container .btn-outline-primary {
  border-color: #dee2e6;
}

#gongsi_y.active, #gongsi_n.active {
  color: red;
}

#gongsi_t_title {
  background-color: #fd7e14;
  color: #fff !important;
  border-radius: 0.25rem;
  padding: .5em;
}

.fix-service-container {
  font-size: .8em;
  color: #6c757d;
  background: #fff;
  border: 1px solid #dee2e6;
  border-top: 1px solid transparent;
  border-radius: 0.25rem 0 0.25rem 0.25rem;
  padding: 0.5em;
  text-align: center;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .fix-service-container {
    font-size: 1em;
  }
}

.fix-service-container .fix-service-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0.5em 1em 0 1em;
  padding-top: 0.5em;
  border-top: 1px solid #dee2e6;
}


.maeip-seek-container {
  font-size: .8em;
  color: #6c757d;
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 2rem 0 2rem 2rem;
  padding: 1em 0 0.5em;
  text-align: center;
  margin: 10px auto;

  overflow: visible;
}

.maeip-seek-container.highlightBorder {
  animation-name: highlightBorder;
  animation-duration: 1s;
  animation-iteration-count: 3;


  /* animation: highlightBorder 1s linear infinite; */

}

@keyframes highlightBorder {
  0%{
    border: 1px solid #cccccc;
  }
  50%{
    border: 1px solid #396eff;
  }
  100%{
    border: 1px solid #cccccc;
  }
}

@-webkit-keyframes highlightBorder{
  0%{
    border: 1px solid #cccccc;
  }
  50%{
    border: 1px solid #396eff;
  }
  100%{
    border: 1px solid #cccccc;
  }
}



.screwStroke{
  border: 1px solid #b8d9f5;
}

.screwStroke::after ,.screwStroke::before{
  filter: blur(5px);
  opacity: 0.3;
  content: "";
  position: absolute;
  left: -3px;
  top: -3px;
  /* background: linear-gradient(45deg , #e6fb04, #ff6600, #00ff66, #00ffff, #ff00ff, #ff0099, #6e0dd0, #ff3300, #099fff); */
  background: linear-gradient(60deg , #107dbe, #2d82b5, #61a8da, #88cdf6, #bce6ff, #88cdf6, #61a8da, #2d82b5, #107dbe);
  background-size: 400%;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  z-index: -1;
  animation: animateScrew 20s linear infinite;
  border-radius: 2rem 0 2rem 2rem;
  transition: all 0.3s;
}

@keyframes animateScrew {
  0%{
    background-position: 0 0;
  }
  50%{
    background-position: 400% 0;
  }
  100%{
    background-position: 0 0;
  }
}


@-webkit-keyframes animateScrew{
  0%{
    background-position: 0 0;
  }
  50%{
    background-position: 400% 0;
  }
  100%{
    background-position: 0 0;
  }
}

.maeip-seek-container .maeip-seek-title{
  font-size: 1em;
  margin: 0 1em 0.5em;
  padding-bottom: 0.5em;
  border-bottom:1px solid #b8d9f5;
  font-weight: 600;
}

@media (min-width: 768px) {
  .maeip-seek-container {
    font-size: 1em;
  }

  .maeip-seek-container .maeip-seek-title{
    font-size: 1.2em;
  }


}

.maeip-seek-container .maeip-seek-title .fa-angle-double-down {
  animation: bb .5s alternate-reverse infinite;
}

@-webkit-keyframes bb {
  from {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes bb {
  from {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.maeip-seek-container .seek-bar-box{
  /* overflow: hidden; */
  height: auto;
  transition: all 0.3s;
}

.maeip-seek-container .maeip-seek-serve{
  font-size: 1.1em;
  padding-top: 1em;
}

.maeip-seek-container .maeip-seek-serve > span.on{
  background: #396eff;
  color: #ffffff;
  font-weight: 600;
  padding: 1px 6px 1px;
  transition: all 0.5s;
}

#reco-select-modal-btn{
  background-color: #cccccc;
  border-color: #cccccc;
  color: #ffffff;
  transition: all 0.5s;
}

#reco-select-modal-btn.btn-primary{
  background-color: #396eff;
  border-color: #396eff;
}





.maeip-seek-container .maeip-seek-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0em 1em 0 ;
}

.maeip-seek-container .maeip-seek-text > div{
  display: block;
  font-size: 1em;
  padding: 0;
  width: 7.56%;
  height: 26px;
}

.maeip-seek-container .maeip-seek-text > div:first-child{
  width: 4.48%;
}

.maeip-seek-container .maeip-seek-text > div:last-child{
  width: 4.68%;
}

.maeip-seek-container .maeip-seek-text input{
  display: block;
  padding: 0;
  margin: 0 auto;
  font-size: 1em;
  color: #6c757d;
  border: none;
  background: none;
  opacity: 0;
}

.maeip-seek-container .maeip-seek-text input.showTxt{
  opacity: 1;
}





.maeip-seek-container .maeip-seek-grid{
  width: 100%;
  display: block;
  margin: 0 auto;
}

.maeip-seek-container .maeip-seek-grid li{
  width: 7.09%;
  height: 10px;
  border-right: 1px solid #cccccc;
  display: inline-block !important;
}

.seek-bar{
  opacity: 1;
  margin:30px auto 0;
  position:relative;
  width:80%;
  height:10px;
  background:#ffffff;
  border: 1px solid #658bf1;
  border-radius:5px;
}

.seek-bar>.seek-bar-gauge{
  display: block;
  background: #658bf1;
  width: 0;
  height: 100%;
  border-radius:5px;
}

.seek-bar>.seek-bar-gauge > div{
  display: block;
  position: relative;
  text-align: right;
}

.seek-bar>.seek-bar-gauge > div > span{
  text-align: center;
  position: absolute;
  width: 90px;
  right: 5px;
  bottom: 5px;
  background: #e4f7ff;
  border-radius: 10px;
  font-size: 0.8em;
}

.seek-bar>.controller{
  cursor:grab;
  position:absolute;
  left:0;
  top:50%;
  width:30px;
  height:30px;
  transform:translate(-50%,-50%);
  touch-action:none;
}
.seek-bar>.controller>span{
  position:absolute;
  display:block;

  /* width: 100%;
  height: 100%; */

  width:24px;
  line-height:24px;
  left:calc(50% - 12px);
  top:calc(50% - 50px);
  /* transform:translate(-50%,-50%); */
  background:#ffffff;
  /* border: 3px solid rgba(19, 82, 255, 0.8); */
  border-radius:100%;
  text-align:center;
  text-indent: -9999px;
  transition: all 0.3s;

  -webkit-box-shadow: 0px 0px 10px rgba(19, 82, 255, 0.3);
          box-shadow: 0px 0px 10px rgba(19, 82, 255, 0.3);

          overflow: visible;
}

.seek-bar>.controller.updownBox>span {
  animation-name: updownBox;
  animation-duration: 1s;
  animation-iteration-count: 3;
}

@keyframes updownBox {
  0%{
    top:calc(50% - 50px);
  }
  50%{
    top:calc(50% - 60px);
  }
  100%{
    top:calc(50% - 50px);
  }
}

@-webkit-keyframes updownBox{
  0%{
    top:calc(50% - 50px);
  }
  50%{
    top:calc(50% - 60px);
  }
  100%{
    top:calc(50% - 50px);
  }
}

.seek-bar>.controller>span:hover{
  transform: scale(1.2);
}



.seek-bar>.controller>span::after ,.seek-bar>.controller>span::before{
  content: "";
  position: absolute;
  left: -3px;
  top: -3px;
  /* background: linear-gradient(45deg , #e6fb04, #ff6600, #00ff66, #00ffff, #ff00ff, #ff0099, #6e0dd0, #ff3300, #099fff); */
  background: linear-gradient(60deg , #5879f5, #7295f8, #82a6f9, #92b9fb, #bce6ff, #92b9fb, #82a6f9, #7295f8, #5879f5);
  /* background: linear-gradient(60deg , #f68464, #f88d76, #fa968a, #fa968a, #feb0b6, #fa968a, #fa968a, #f88d76, #f68464); */
  background-size: 400%;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  z-index: -1;
  animation: animateSeek 20s linear infinite;
  border-radius: 2rem 2rem 0 2rem;
  transform: rotate(45deg);
}


@-webkit-keyframes animateSeek{
  0%{
    background-position: 0 0;
  }
  50%{
    background-position: 400% 0;
  }
  100%{
    background-position: 0 0;
  }
}

.seek-bar>.controller>span::after{
  filter: blur(2px);
  opacity: 0.5;
}




.maeip-radio-container {
  font-size: .8em;
  color: #6c757d;
  background: #fff;
  border: 1px solid #b8d9f5;
  border-radius: 2rem 0 2rem 2rem;
  padding: 1em 0 0.5em;
  text-align: center;
  margin: 10px auto;

  overflow: visible;
}

.maeip-radio-container::after ,.maeip-radio-container::before{
  content: "";
  position: absolute;
  left: -3px;
  top: -3px;
  /* background: linear-gradient(45deg , #e6fb04, #ff6600, #00ff66, #00ffff, #ff00ff, #ff0099, #6e0dd0, #ff3300, #099fff); */
  background: linear-gradient(60deg , #107dbe, #2d82b5, #61a8da, #88cdf6, #bce6ff, #88cdf6, #61a8da, #2d82b5, #107dbe);
  background-size: 400%;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  z-index: -1;
  animation: animateRadio 20s linear infinite;
  border-radius: 2rem 0 2rem 2rem;
}


@-webkit-keyframes animateRadio{
  0%{
    background-position: 0 0;
  }
  50%{
    background-position: 400% 0;
  }
  100%{
    background-position: 0 0;
  }
}

.maeip-radio-container::after{
  filter: blur(2px);
  opacity: 0.5;
}

.maeip-radio-container .maeip-radio-title{
  margin: 0 1em 0.5em;
  padding-bottom: 0.5em;
  border-bottom:1px solid #b8d9f5;
  text-align: left;
}

.maeip-radio-container .maeip-radio-img{
  width: 25%;
  display: inline-block;
}

.maeip-radio-container .maeip-radio-txtBox{
  width: 70%;
  display: inline-block;
}

.maeip-radio-container .maeip-radio-txtBox p{
  font-size: 1em;
  font-weight: 600;
  margin: 0;
}

@media (min-width: 768px) {
  .maeip-radio-container {
    font-size: 1em;
  }

  .maeip-radio-container .maeip-radio-txtBox p{
    font-size: 1.8em;
  }


}

.maeip-radio-container .maeip-radio-serve{
  font-size: 1.1em;
}











#fix-service-pop {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background-color: #678fff;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  font-size: 1em;
  opacity: 0;
}

.pie_container {
  padding-top: 100%;
}

.pie {
  height: 75%;
  width: 75%;
  top: 7.5%;
  left: 12.5%;
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  background: rgb(57,110,255);
  -webkit-backface-visibility:hidden;
  -moz-backface-visibility:hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform:translate3d(0,0,0);
  -webkit-mask-image: -webkit-radial-gradient(white,black);
  margin: 0 auto;
  -webkit-box-shadow: 0 0rem 1rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0rem 1rem rgba(0, 0, 0, 0.3);
}

.pie_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 1;
  width: 88%;
  height: 88%;
  background: #fff;
  border-radius: 50%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-animation: bake-pie-inner 1.5s 4.6s;
          animation: bake-pie-inner 1.5s 4.6s;
}

.pie_inner .phone {
  width: 25%;
  margin: 1em auto .5em auto;
}

.pie_inner h3 {
  font-size: 1em;
  margin-bottom: 0;
}

.pie_inner h4.maeip {
  font-size: 3em;
  font-weight: 700;
  color: #396eff;
}

.pie .pie__data {
  display: none;
}

.pie>.pie__segment:nth-child(2){
-webkit-mask-image: -webkit-radial-gradient(white, black);
}

.pie>.pie__segment:nth-child(3){
-webkit-mask-image: -webkit-radial-gradient(white, black);
}

.pie__segment {
  height: 100%;
  position: absolute;
  width: 100%;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  overflow: hidden;

}

.pie__segment .slice {
  height: 100%;
  width: 100%;
  position: absolute;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-animation: bake-pie 1.5s 4.6s;
          animation: bake-pie 1.5s 4.6s;
  -ms-animation: none;
}

@supports (-webkit-touch-callout: none) {
  .pie__segment .slice {
    -webkit-animation: none;
            animation: none;
  }
}

@-webkit-keyframes bake-pie {
  from {
    -webkit-transform: translate(0, 100%) rotate(0deg) scaleY(0.6);
            transform: translate(0, 100%) rotate(0deg) scaleY(0.6);
  }
}

@keyframes bake-pie {
  from {
    -webkit-transform: translate(0, 100%) rotate(0deg) scaleY(0.6);
            transform: translate(0, 100%) rotate(0deg) scaleY(0.6);
  }
}

@-webkit-keyframes bake-pie-inner {
  from {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@keyframes bake-pie-inner {
  from {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

.pie + ul li {
  display: inline-block;
  padding: 0 .5em;
}

#index picture {
  width: 100%;
}

#index section {
  padding: 5em 0;
}

@media (min-width: 992px) {
  #index section {
    padding: 7em 0;
  }
}

#index .header {
  background: transparent;
  color: #fff;
  border-bottom: none;
}

#index .header .hamburger .top, #index .header .hamburger .bot {
  fill: #fff;
}

#index .header .hamburger .mid {
  stroke: #fff;
}

#index .header.slide, #index .header.scroll {
  background: #f8f9fa;
  color: #212529;
  border-bottom: 1px solid #adb5bd;
}

#index .header.scroll {
  -webkit-transition: background 1s;
  transition: background 1s;
}

#index .header.mobile {
  background: linear-gradient(135deg, #2f5fd2, #08459e);
}

#index .landing {
  position: relative;
  height: 100vh;
  min-height: 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0;
  background: linear-gradient(135deg, #2f5fd2, #08459e);
}

@media (min-width: 768px) {
  #index .landing {
    min-height: 975px;
  }
}

#index .landing-title {
  padding-top: 1em;
  padding-bottom: .5em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-size: 3rem;
}

@media (min-width: 768px) {
  #index .landing-title {
    font-size: 4.5rem;
  }
}

#index .handyHand {
  margin-top: 1em;
  margin-bottom: 1em;
  background: url(../images/nohand.png) no-repeat center/contain;
  height: 330px;
  min-height: 330px;
  position: relative;
}

@media (min-width: 768px) {
  #index .handyHand {
    margin-top: 2.5em;
  }
}

@media (min-width: 768px) {
  #index .handyHand {
    height: 500px;
    min-height: 500px;
  }
}

#index .phone-container {
  position: absolute;
  top: 7.8%;
  height: 73.78%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#index .phone-container .screen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
  overflow: hidden;
}

#index .phone-container .screen .scene {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#index .phone-container .screen .scene img {
  width: 100%;
  height: 100%;
}

#index .phone-container .screen .sise {
  background: #fff;
}

#index .phone-container .screen .sise.searchprice {
  padding-top: 0;
}

#index .phone-container .screen .sise h6 {
  text-align: center;
  font-size: 12px;
  padding-top: 1.5em;
}

@media (min-width: 768px) {
  #index .phone-container .screen .sise h6 {
    font-size: 16px;
  }
}

#index .phone-container .screen .sise .form-control {
  width: 80%;
  font-size: 10px;
  height: auto;
  background-color: #fff !important;
}

@media (min-width: 768px) {
  #index .phone-container .screen .sise .form-control {
    font-size: 14px;
  }
}

#index .phone-container .screen .sise #sise5 {
  width: 80%;
  padding: 0.4em 0;
  color: #fff;
  font-size: 10px;
}

@media (min-width: 768px) {
  #index .phone-container .screen .sise #sise5 {
    font-size: 14px;
  }
}

#index .phone-container .screen .result .price {
  position: absolute;
  top: 65.5%;
  width: 100%;
  font-size: 170%;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 768px) {
  #index .phone-container .screen .result .price {
    font-size: 250%;
  }
}

#index .phone-container .screen .sangdam .sangdam-bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
}

#index .phone-container .screen .mouse {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
}

@-webkit-keyframes img-click {
  20% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

@keyframes img-click {
  20% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

@-webkit-keyframes line {
  0% {
    top: 30%;
    height: 0;
  }
  40% {
    height: 14px;
    opacity: 1;
  }
  100% {
    top: 10%;
    height: 0;
    opacity: 0;
  }
}

@keyframes line {
  0% {
    top: 30%;
    height: 0;
  }
  40% {
    height: 14px;
    opacity: 1;
  }
  100% {
    top: 10%;
    height: 0;
    opacity: 0;
  }
}

@-webkit-keyframes background {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  5% {
    border-width: 25px;
  }
  90% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    border-width: 0;
  }
}

@keyframes background {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  5% {
    border-width: 25px;
  }
  90% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    border-width: 0;
  }
}

#index .phone-container .screen .mouse .Fav-bloom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-color: #ffa624;
  -webkit-transform: scale(0);
          transform: scale(0);
  border-radius: 50%;
  border-width: 0;
  border-style: solid;
  will-change: border-width;
}

#index .phone-container .screen .mouse .Fav-sparkle-line {
  position: absolute;
  width: 100%;
  height: 100%;
}

#index .phone-container .screen .mouse .Fav-sparkle-line::before {
  content: "";
  position: absolute;
  top: 30%;
  left: calc(50% - 2px);
  width: 4px;
  height: 0;
  background: #fa733e;
  z-index: 1;
  border-radius: 2px;
  will-change: top, height;
}

#index .phone-container .screen .mouse .Fav-sparkle-line:nth-child(1) {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}

#index .phone-container .screen .mouse .Fav-sparkle-line:nth-child(2) {
  -webkit-transform: rotate(110deg);
          transform: rotate(110deg);
}

#index .phone-container .screen .mouse .Fav-sparkle-line:nth-child(3) {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#index .phone-container .screen .mouse .Fav-sparkle-line:nth-child(4) {
  -webkit-transform: rotate(250deg);
          transform: rotate(250deg);
}

#index .phone-container .screen .mouse .Fav-sparkle-line:nth-child(5) {
  -webkit-transform: rotate(320deg);
          transform: rotate(320deg);
}

#index .phone-container .screen .mouse.click .Fav-bloom {
  -webkit-animation: background 0.5s ease both;
          animation: background 0.5s ease both;
}

#index .phone-container .screen .mouse.click .mouse-img {
  -webkit-animation: img-click 0.5s linear both;
          animation: img-click 0.5s linear both;
}

#index .phone-container .screen .mouse.click .Fav-sparkle .Fav-sparkle-line::before {
  -webkit-animation: line 0.5s ease both;
          animation: line 0.5s ease both;
}

h2.section-title {
  padding: 0 0 .5em 0;
  font-weight: 700;
  font-size: 2rem;
}

@media (min-width: 768px) {
  h2.section-title {
    font-size: 2.8rem;
  }
}

#index #btn_inquire_bottom {
  font-size: 1.5em;
  letter-spacing: 2px;
  font-weight: 700;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  border-radius: .375em .375em 0 0;
  z-index: 9997;
}

#index #btn_inquire_bottom.stuck-bottom {
  opacity: 1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

@media (min-width: 768px) {
  #index #btn_inquire_bottom.stuck-bottom {
    display: none !important;
  }
}

#index section.primary-area {
  background-color: #f8f9fa;
  padding-bottom: 0;
}

#index section.primary-area .primary-img {
  width: 85%;
}

@media (min-width: 768px) {
  #index section.primary-area .primary-img {
    width: 35%;
  }
  #index section.primary-area svg {
    height: 500px;
  }
}

#index section.primary-area svg {
  width: 100%;
}

#index section.primary-area .underline {
  position: relative;
  letter-spacing: -0.7px;
}

#index section.primary-area .underline::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #396eff;
}


#index section.primary-slide-area{
  padding: 0;
}

@media (min-width: 768px) {
  #index section.primary-slide-area .primary-bottom-img {
    background: url(../../images/main/primary_bg.png?v=20200507) no-repeat center/cover;
  }
}

@media (min-width: 768px) {
  #index section.primary-slide-area .primary-bottom-img2 {
    background: url(../../images/main/primary_bg2.png?v=20200507) no-repeat center/cover;
  }
}

@media (min-width: 768px) {
  #index section.primary-slide-area .primary-bottom-img3 {
    background: url(../../images/main/primary_bg3.png?v=20200507) no-repeat center/cover;
  }
}

@media (min-width: 768px) {
  #index section.primary-slide-area .primary-bottom-img4 {
    background: url(../../images/main/primary_bg4.png?v=20200507) no-repeat center/cover;
  }
}

@media (min-width: 768px) {
  #index section.primary-slide-area .primary-bottom-img5 {
    background: url(../../images/main/primary_bg5.png?v=20200507) no-repeat center/cover;
  }
}

@media (min-width: 768px) {
  #index section.primary-slide-area .primary-bottom-img6 {
    background: url(../../images/main/primary_bg6.png?v=20200507) no-repeat center/cover;
  }
}

@media (min-width: 768px) {
  #index section.primary-slide-area .primary-bottom-img7 {
    background: url(../../images/main/primary_bg7.png?v=20200507) no-repeat center/cover;
  }
}

#index section.fix-service .fix-price {
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1rem;
  font-weight: 700;
  color: #6c757d;
}

@media (min-width: 768px) {
  #index section.fix-service .fix-price {
    font-size: 2.5rem;
  }
}

#index section.fix-service .fix-price #counter2 {
  color: transparent;
  background: linear-gradient(135deg, #ff5555, #dc0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 9rem;
  font-weight: 900;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  #index section.fix-service .fix-price #counter2 {
    font-size: 22.5rem;
  }
}

#index section.fix-service .underline {
  position: relative;
  letter-spacing: -0.7px;
}

#index section.fix-service .underline::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #396eff;
}






#index section.icon-area {
  background-color: #fff;
}

#index section.icon-area .text-center img {
  width: 20%;
}

@media (min-width: 768px) {
  #index section.icon-area .text-center img {
    width: 23%;
  }
}

#index section.icon-area2 .text-center img {
  width: 20%;
}

@media (min-width: 768px) {
  #index section.icon-area2 .text-center img {
    width: 23%;
  }
}






#index section.nowEvent-area{
  background-color: #fff;
  padding: 0;
}

#index section.nowEvent-area .tab-container{
  padding: 0;
}

#index section.nowEvent-area .tab-container button{
  background-color: #f8f9fa;
  border-top: 2px solid #eeeeee;
  color: #777;
}

#index section.nowEvent-area .tab-container button.active{
  background-color: #ffffff;
  border-top: 2px solid #263a99;
  color: #263a99;
  font-weight: 700;
}

@media (min-width: 768px) {
  #index section.nowEvent-area .nowEvent-area-img {
    background: url(../../images/main/nowevent_section_bg.jpg) no-repeat center/cover;
  }
}

#index section.nowEvent-area .nowEvent-area-info.info01{
  background: url(../../images/main/nowevent_section_info01.png) no-repeat center/cover;
}

#index section.nowEvent-area .nowEvent-area-info.info02{
  background: url(../../images/main/nowevent_section_info02.png) no-repeat center/cover;
}

#index section.nowEvent-area .nowEvent-area-info{
  position: absolute;
  width: 195px;
  height: 50px;
  right: 30px;
  bottom: 70px;
  display: none;
}

@media (min-width: 768px){
  #index section.nowEvent-area .nowEvent-area-info{
    display: block;
    width: 300px;
    height: 76px;
  }
}

@media (min-width: 1000px){
  #index section.nowEvent-area .nowEvent-area-info{
    display: block;
    width: 390px;
    height: 100px;
  }
}



















#index section.end-landing {
  background-color: #fff;
}

section.guide {
  word-break: keep-all;
}

section.guide .guideline {
  position: relative;
  margin-top: 1em;
}

@media (min-width: 992px) {
  section.guide .guideline {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

section.guide .guideline .line {
  display: none;
}

@media (min-width: 992px) {
  section.guide .guideline .line {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #2d71c4;
    border-radius: 8px;
  }
}

section.guide .guideline .line-v {
  position: absolute;
  top: 15px;
  left: 30px;
  width: 4px;
  height: 100%;
  background-color: #2d71c4;
  border-radius: 8px;
}

@media (min-width: 992px) {
  section.guide .guideline .line-v {
    display: none;
  }
}

section.guide .guideline .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  border: 4px solid #2d71c4;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
}

section.guide .guideline .circle.c1, section.guide .guideline .circle.c2, section.guide .guideline .circle.c3, section.guide .guideline .circle.c4, section.guide .guideline .circle.c5 {
  left: 32px;
}

section.guide .guideline .circle.c1 {
  top: 10%;
}

section.guide .guideline .circle.c2 {
  top: 30%;
}

section.guide .guideline .circle.c3 {
  top: 50%;
}

section.guide .guideline .circle.c4 {
  top: 70%;
}

section.guide .guideline .circle.c5 {
  top: 90%;
}

@media (min-width: 992px) {
  section.guide .guideline .circle.c1 {
    top: 2px;
    left: 10%;
  }
  section.guide .guideline .circle.c2 {
    top: 2px;
    left: 30%;
  }
  section.guide .guideline .circle.c3 {
    top: 2px;
    left: 50%;
  }
  section.guide .guideline .circle.c4 {
    top: 2px;
    left: 70%;
  }
  section.guide .guideline .circle.c5 {
    top: 2px;
    left: 90%;
  }
}

section.guide .guide_item {
  position: relative;
  padding: 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 992px) {
  section.guide .guide_item.col-lg-item {
    max-width: 20%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}

section.guide .guide_item h5 {
  font-weight: 700;
}

section.guide .guide_item img {
  max-width: 80px;
  margin: 0 20px;
}

@media (min-width: 992px) {
  section.guide .guide_item img {
    margin: 20px 0;
  }
}

section.guide p {
  padding: 0;
  margin: 0;
  letter-spacing: -1px;
}

section.guide .text-area {
  text-align: center;
}

@media (min-width: 992px) {
  section.guide .text-area {
    text-align: left;
  }
}

.video {
  cursor: pointer;
  position: relative;
}

.video::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 6em;
  height: 6em;
  background: url(../../images/main/play.png) no-repeat center;
  background-size: 6em;
  margin: auto;
}

.video.play::after {
  display: none;
}

:root {
  --swiper-navigation-size: 2em;
}

@media (min-width: 768px) {
  :root {
    --swiper-navigation-size: 3em;
  }
}

.youtube-swiper {
  width: calc(100% - 5em);
}

@media (min-width: 768px) {
  .youtube-swiper {
    width: calc(100% - 7em);
  }
}

.youtube-swiper .swiper-slide {
  cursor: pointer;
}

.youtube-swiper .swiper-slide .video {
  font-size: 0.65em;
}

.youtube-swiper .swiper-slide .video::after {
  background-size: 4em;
  width: 100%;
  height: 100%;
}

.youtube-swiper .swiper-slide h5 {
  padding-top: .5rem;
}

.youtube-swiper .swiper-slide p {
  font-size: 0.875em;
  letter-spacing: -0.5px;
}

.youtube-swiper .swiper-slide img {
  display: block;
}

.youtube-swiper .swiper-slide.play .video::after {
  background-color: rgba(0, 0, 0, 0.7);
}

.partner-swiper .swiper-slide img:first-child {
  margin-bottom: 24px;
}

section.media {
  background-color: #fff;
}

.sitemap {
  background-color: #f8f9fa;
}

.sitemap .map-item {
  padding: 6em .5em 1.8em .5em;
  -webkit-box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.1);
  margin: 0.6em;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #212529;
  background-color: #fff;
  background-position: center 1.3em;
  background-size: 4em;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .sitemap .map-item {
    padding: 8.8em .5em 3em .5em;
    background-position: center 3.3em;
    background-size: 5em;
  }
}

.sitemap .map-item p {
  font-size: 0.8rem;
  margin-bottom: 0.1em;
}

@media (min-width: 768px) {
  .sitemap .map-item p {
    font-size: 0.88rem;
  }
}

.sitemap .map-item h5 {
  font-weight: 700;
  margin: 0 auto;
  position: relative;
}

.sitemap .map-item:hover {
  background-color: #2d71c4;
}

.sitemap .map-item.company:hover {
  background-image: url("../../images/main/map-company-white.png") !important;
}

.sitemap .map-item.brandstory:hover {
  background-image: url("../../images/main/map-brandstory-white.png") !important;
}

.sitemap .map-item.guide:hover {
  background-image: url("../../images/main/map-guide-white.png") !important;
}

.sitemap .map-item.openpurchase:hover {
  background-image: url("../../images/main/map-openpurchase-white.png") !important;
}

.sitemap .map-item.qna:hover {
  background-image: url("../../images/main/map-qna-white.png") !important;
}

.sitemap .map-item.term:hover {
  background-image: url("../../images/main/map-term-white.png") !important;
}

.sitemap .map-item:hover {
  color: #fff;
}

.event-banner {
  width: 100%;
  margin-top: 2em;
  cursor: pointer;
}

@media (min-width: 768px) {
  .event-banner {
    margin-top: 0;
    position: fixed;
    top: 70px;
    right: 100px;
    width: 195px;
    padding: 0;
    height: 370px;
  }
}

.event-banner .swiper-pagination-bullets {
  bottom: 0;
}

.event-both {
  position: relative;
}

#contact {
  margin-top: -46%;
  position: absolute;
}

@media (min-width: 1200px) {
  #contact {
    margin-top: -530px;
  }
}

#contact.note9_story {
  margin-top: -58%;
  position: absolute;
}

@media (min-width: 1200px) {
  #contact.note9_story {
    margin-top: -560px;
  }
}

.footer-link {
  position: fixed;
  padding: .75em;
  background-color: #fff;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 66px;
  z-index: 999;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.footer-link .footer-link-text {
  text-align: center;
  padding-bottom: 0.5em;
  font-size: 1.25em;
}

@media (min-width: 768px) {
  .footer-link .footer-link-text {
    padding-bottom: 0;
    line-height: 56px;
  }
}

@media (min-width: 768px) {
  .footer-link .footer-link-text {
    font-size: 1.875em;
  }
}

.footer-link.bg-blue {
  color: #fff;
  background-color: #396eff;
}

.footer-link.bg-black {
  color: #fff;
  background-color: #212529;
}

.footer-link .fa-chevron-right {
  position: absolute;
  left: 0;
  top: 23.5%;
  opacity: 0;
  -webkit-animation: arrow-move 3s linear infinite;
          animation: arrow-move 3s linear infinite;
}

.footer-link .delay1 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.footer-link .delay2 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.footer-link .delay3 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

@-webkit-keyframes arrow-move {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(0.5em);
            transform: translateX(0.5em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(1em);
            transform: translateX(1em);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(1.5em);
            transform: translateX(1.5em);
  }
}

@keyframes arrow-move {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(0.5em);
            transform: translateX(0.5em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(1em);
            transform: translateX(1em);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(1.5em);
            transform: translateX(1.5em);
  }
}

#event-container .event-web,
#event-container .event-mobile {
  margin-top: 60px;
  background-color: #fff;
  display: none;
}

#event-container .event-web {
  background-color: #fff;
}

#event-container section.guide {
  padding: 5em 0;
}

#event-container section.guide .guideline .circle.c1 {
  top: 15%;
}

#event-container section.guide .guideline .circle.c2 {
  top: 50%;
}

#event-container section.guide .guideline .circle.c3 {
  top: 85%;
}

@media (min-width: 992px) {
  #event-container section.guide .guideline .circle.c1 {
    top: 2px;
    left: 16.5%;
  }
  #event-container section.guide .guideline .circle.c2 {
    top: 2px;
    left: 50%;
  }
  #event-container section.guide .guideline .circle.c3 {
    top: 2px;
    left: 83.5%;
  }
}

@media (min-width: 992px) {
  #event-container section.guide .guideline .guide_item.col-lg-item {
    max-width: 33.3%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3%;
            flex: 0 0 33.3%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}

#event-container .event-both {
  margin-top: 0;
  /* font-size: 1.25em; */
  padding: 4em 0 4em 0;
  background-color: #fff;
}

@media (min-width: 500px) {
  #event-container .event-both {
    font-size: 1.25em;
  }
}

#event-container .event-both .event_End{
  position: absolute;
  z-index: 99;
  top: -1%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
  padding:130px 30px 40px;
  background-color: #fff;
}

@media (min-width: 500px) {
  #event-container .event-both .event_End .event_End_flex{
    width: 440px;
  }
}

#event-container .event-both .reqboxArea .agree {
  background-color: #f8f9fa;
}

#event-container .event-both .req-container {
  border: 10px solid #dde7ff;
  border-radius: 5px;
  z-index: 0;
  padding-top: .5em;
  padding-bottom: .5em;
}

#event-container .event-both .section-title {
  background-color: #fff;
  display: inline-block;
  margin: 0 auto;
  z-index: 1;
  position: absolute;
  padding: 0.3em;
  top: -2%;
  left: 50%;
  width: 80%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#event-container .text-area {
  font-size: 16px;
}

#event-container .event-notice {
  font-size: .875em;
  padding: 5em 0;
  background-color: #e9ecef;
  color: #6c757d;
}

.event-list {
  min-height: 90vh;
}

.cm-container {
  padding: .5em 0;
  margin-top: 1em;
}

.cm-container:last-child {
  margin-bottom: 1em;
}

.cm-container .cm-info {
  margin-bottom: .5em;
}

.cm-container .cm-info .cm-date {
  color: #6c757d;
  font-size: .75em;
}

.cm-container .cm-info > * {
  margin-right: 10px;
}

.wizard {
  display: block;
  width: 100%;
  /* overflow: hidden; */
}

.wizard section {
  padding: 0;
  margin: 0;
}

.wizard ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
}

.wizard ul > li {
  display: block;
  padding: 0;
}

.wizard > .steps {
  position: relative;
  display: block;
  width: 100%;
}

.wizard > .steps .current-info {
  position: absolute;
  left: -999em;
}

.wizard > .steps .number {
  font-size: 1.429em;
}

.wizard > .steps > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -0.1em;
  margin-right: -0.1em;
}

.wizard > .steps > ul > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  padding-left: 0.1em;
  padding-right: 0.1em;
}

.wizard > .steps a {
  outline: 0;
  display: block;
  padding: .75em 0;
  text-align: center;
  border-radius: 0.25rem;
}

.wizard > .steps a img.icon-img-lg{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.wizard > .steps .disabled a {
  background: #e9ecef;
  color: #6c757d;
  cursor: default;
}

.wizard > .steps .disabled a:hover {
  background: #e9ecef;
  color: #6c757d;
  cursor: default;
}

.wizard > .steps .disabled a:active {
  background: #e9ecef;
  color: #6c757d;
  cursor: default;
}

.wizard > .steps .disabled a img.icon-building{
  background-image: url(../images/icon/building-black.svg);
}

.wizard > .steps .disabled a img.icon-phone{
  background-image: url(../images/icon/phone-black.svg);
}

.wizard > .steps .disabled a img.icon-memory{
  background-image: url(../images/icon/memory-black.svg);
}

.wizard > .steps .disabled a img.icon-wrench{
  background-image: url(../images/icon/wrench-black.svg);
}

.wizard > .steps .disabled a img.icon-sim{
  background-image: url(../images/icon/sim-black.svg);
}

.wizard > .steps .disabled a img.icon-coin{
  background-image: url(../images/icon/coin-black.svg);
}

.wizard > .steps .current a {
  background: #396eff;
  color: #fff;
  cursor: default;
}

.wizard > .steps .current a:hover {
  background: #396eff;
  color: #fff;
  cursor: default;
}

.wizard > .steps .current a:active {
  background: #396eff;
  color: #fff;
  cursor: default;
}

.wizard > .steps .current a img.icon-building{
  background-image: url(../images/icon/building-white.svg);
}

.wizard > .steps .current a img.icon-phone{
  background-image: url(../images/icon/phone-white.svg);
}

.wizard > .steps .current a img.icon-memory{
  background-image: url(../images/icon/memory-white.svg);
}

.wizard > .steps .current a img.icon-wrench{
  background-image: url(../images/icon/wrench-white.svg);
}

.wizard > .steps .current a img.icon-sim{
  background-image: url(../images/icon/sim-white.svg);
}

.wizard > .steps .current a img.icon-coin{
  background-image: url(../images/icon/coin-white.svg);
}

.wizard > .steps .done a {
  background: rgba(57, 110, 255, 0.8);
  color: #fff;
}

.wizard > .steps .done a:hover {
  background: rgba(57, 110, 255, 0.9);
  color: #fff;
}

.wizard > .steps .done a:active {
  background: rgba(57, 110, 255, 0.8);
  color: #fff;
}

.wizard > .steps .done a img.icon-building{
  background-image: url(../images/icon/building-white.svg);
}

.wizard > .steps .done a img.icon-phone{
  background-image: url(../images/icon/phone-white.svg);
}

.wizard > .steps .done a img.icon-memory{
  background-image: url(../images/icon/memory-white.svg);
}

.wizard > .steps .done a img.icon-wrench{
  background-image: url(../images/icon/wrench-white.svg);
}

.wizard > .steps .done a img.icon-sim{
  background-image: url(../images/icon/sim-white.svg);
}

.wizard > .steps .done a img.icon-coin{
  background-image: url(../images/icon/coin-white.svg);
}

.wizard > .steps .error a {
  background: #ff3111;
  color: #fff;
}

.wizard > .steps .error a:hover {
  background: #ff3111;
  color: #fff;
}

.wizard > .steps .error a:active {
  background: #ff3111;
  color: #fff;
}

.wizard > .content {
  display: block;
  min-height: 50vh;
  overflow: hidden;
  position: relative;
  border-radius: 0.25rem;
}

.wizard > .content > .title {
  position: absolute;
  left: -999em;
}

.wizard > .content > .body {
  padding-top: 2em;
  float: left;
  position: absolute;
  width: 100%;
}

.wizard > .content > .body.current {
  position: relative;
}

.wizard > .content > .body ul {
  list-style: disc !important;
}

.wizard > .content > .body ul > li {
  display: list-item;
}

.wizard > .content > .body > iframe {
  border: 0 none;
  width: 100%;
  height: 100%;
}

.wizard > .content > .body .btn-title {
  cursor: pointer;
  padding: .75em 1.5em;
  margin-bottom: .5em;
  margin-top: 1em;
  color: #6c757d;
  border-radius: 0.25rem;
  border: 1px solid #bebebe;
}

.wizard > .content > .body .btn-group-toggle.gutter::after {
  display: block;
  clear: both;
  content: "";
}

.wizard > .content > .body .btn-group-toggle.gutter .btn {
  margin-bottom: 1%;
  width: 49.5%;
  float: left;
}

.wizard > .content > .body .btn-group-toggle.gutter .btn:nth-of-type(odd) {
  margin-right: 1%;
}

.wizard > .actions > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  position: relative;
}

#samsung2 > label{
  margin: 1% 0.5%;
  width: 32.3%;
}

.wizard > .actions a {
  background: #396eff;
  color: #fff;
  display: block;
  padding: 0.75rem 2em;
  font-size: 1.25rem;
  line-height: 1.5;
  text-decoration: none;
  border-radius: 0.35rem;
}

.wizard > .actions a:hover {
  background: #1352ff;
}

.wizard > .actions .disabled a {
  background: #eee;
  color: #aaa;
}

.wizard > .actions .disabled a:hover {
  background: #eee;
  color: #aaa;
}

.wizard > .actions .disabled a:active {
  background: #eee;
  color: #aaa;
}

.interPark01 #header{
  display: none;
}
.interPark01 #footer{
  display: none;
}

.interPark02 #header{
  display: none;
}
.interPark02 #footer{
  display: none;
}


.price_phone #price_phone_bg{
  background-color: #fde2d1;
  margin-top:63px;
  background-image: url(../images/main/bg.jpg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center top;
}
.price_phone .donot-caption-bottom{
  background: #f7ece1 !important;
}

.price_phone .donot-caption-bottom p{
  color: #b4632a !important;
}

.price_phone .donot-caption-bottom .btn-primary{
  background: #e13c26;
  border: 1px solid #e13c26;
}

.price_phone .donot-caption-bottom .btn-primary:hover{
  background: #bb3927;
}

.price_phone .swiper-slide-active{
  border: 1px solid #e13c26 !important;
}

.price_phone .reqboxArea .agree.active{
  border: 1px solid #e13c26 !important;
}

.price_phone #yokumje .KT .btn:last-child{
  display: none;
}

.price_phone #yokumje .LGT .btn:last-child{
  display: none;
}

.price_phone #yokumje .KT.LTE .btn:last-child{
  display: block;
}

.price_phone #yokumje .KT.LTE .btn:first-child{
  display: block !important;
}

.price_phone #yokumje .LGT.LTE .btn:last-child{
  display: block;
}

.price_phone #yokumje .LGT.LTE .btn:first-child{
  display: block !important;
}

.price_mall .recommend-swiper{
  padding: 0 1px 0 !important;
  overflow: hidden;
}

.price_mall #price_phone_bg{
  background-color: #fde2d1;
  margin-top:63px;
  background-image: url(../images/main/bg.jpg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center top;
}
.price_mall .donot-caption-bottom{
  background: #f7ece1 !important;
}

.price_mall .donot-caption-bottom p{
  color: #b4632a !important;
}

.price_mall .donot-caption-bottom .btn-primary{
  background: #e13c26;
  border: 1px solid #e13c26;
}

.price_mall .donot-caption-bottom .btn-primary:hover{
  background: #bb3927;
}

.price_mall .swiper-slide-active{
  border: 1px solid #e13c26 !important;
}

.price_mall .reqboxArea .agree.active{
  border: 1px solid #e13c26 !important;
}

.price_mall #yokumje .KT .btn:last-child{
  display: none;
}

.price_mall #yokumje .LGT .btn:last-child{
  display: none;
}

.price_mall #yokumje .KT.LTE .btn:last-child{
  display: block;
}

.price_mall #yokumje .KT.LTE .btn:first-child{
  display: block !important;
}

.price_mall #yokumje .LGT.LTE .btn:last-child{
  display: block;
}

.price_mall #yokumje .LGT.LTE .btn:first-child{
  display: block !important;
}


.price_eventtag{
  display: none;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #f18e89;
  color: #ffffff;
  font-weight: bold;
  padding: 0.2em 1em;
  border-radius: 1em;
  font-size: 10px !important;
}



#pason label{
  position: relative;
}

#pason label .paImg{
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  left: 30%;
  max-width: 32px;
}

#pason-madal .modal-header button.close{
  position: absolute;
  right: 1rem;
}

#pason-madal .row{
  background-color: #fcfcfc;
}

#pason-madal .text-muted{
  font-size: 14px;
}

.highlightTxt{
  animation-name: highlightTxt;
  animation-duration: 3s;
  animation-direction: reverse;
  animation-iteration-count: infinite;
}

@keyframes highlightTxt {
  0% {
    color: #6c757d;
  }
  50% {
    color: #396eff;
  }
  100% {
    color: #6c757d;
  }
}


/* 랜딩페이지 시작 */
#index.landingPage{
  position: relative;
}

#index.landingPage .shSection{
  box-shadow: 00px 10px 20px rgba(0,0,0,0.1);
}




@media (min-width: 830px){
  #index.landingPage .youtube-wrapper{
    width: 60%;
    padding-bottom: 33.75%;
    margin: 0 auto;
  }

  #index.landingPage .youtube-wrapper2{
    width: 60%;
    padding-bottom: 33.75%;
    margin: 0 auto;
  }
}


/* 랜딩: 인트로 이미지 */
#index.landingPage #landing_Main{
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 60px;
}

#index.landingPage .landing_bg.main_bg{
  background-image: url(../images/landing/main_bg.jpg);
}

#index.landingPage .landing_bg.iphone12{
  background-image: url(../images/landing/mlb_iphone12_bg.jpg);
}

#index.landingPage .landing_bg.coney.iphone12{
  background-image: url(../images/landing/coney/iphone12/detail_bg.jpg);
}

#index.landingPage .landing_bg.coney.s21{
  background-image: url(../images/landing/coney/s21/detail_bg.jpg);
}

#index.landingPage .landing_bg.coney.note20{
  background-image: url(../images/landing/coney/note20/detail_bg.jpg);
}

#index.landingPage .landing_bg.click_bg{
  background-image: url(../images/landing/click_bg.jpg);
  margin-top: 0;
}

#index.landingPage .landing_bg{
  position: relative;
  width: 100%;
  margin-top: 60px;
  background-position: center top;
  background-repeat: no-repeat;
  /* background-size: cover; */
}

#index.landingPage .landing_bg .button{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  /* z-index: 99; */
  width: 290px;
  height: 40px;
  text-align: center;
}

#index.landingPage .landing_bg .button div{
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: #ffffff;

  -moz-box-shadow: inset 2px 2px 6px rgba(255, 255, 255, .4), inset -2px -2px 6px rgba(0, 0, 0, .4);
    -webkit-box-shadow: inset 2px 2px 6px rgba(255, 255, 255, .4), inset -2px -2px 6px rgba(0, 0, 0, .4);
    box-shadow: inset 2px 2px 6px rgba(255, 255, 255, .4), inset -2px -2px 6px rgba(0, 0, 0, .4);
}

#index.landingPage .landing_bg .button span{
  display: block;
  color: #062758;
  font-size: 1.5rem;
  font-weight: 700;
}

@media (max-width: 830px){
  #index.landingPage .landing_bg .button{
    bottom: 10%;
    /* z-index: 99; */
    width: 35%;
    height: 20%;
    text-align: center;
  }
}

@media (max-width:800px){
  #index.landingPage .landing_bg .button span{
    font-size: 1.3rem;
  }
}

@media (max-width:630px){
  #index.landingPage .landing_bg .button span{
    font-size: 1rem;
  }
}

@media (max-width:500px){
  #index.landingPage .landing_bg .button span{
    font-size: 0.8rem;
  }
}

#index.landingPage .landing_bg .button::after ,#index.landingPage .landing_bg .button::before{
  content: "";
  position: absolute;
  left: -3px;
  top: -3px;
  /* background: linear-gradient(45deg , #e6fb04, #ff6600, #00ff66, #00ffff, #ff00ff, #ff0099, #6e0dd0, #ff3300, #099fff); */
  background: linear-gradient(60deg , #107dbe, #2d82b5, #61a8da, #88cdf6, #bce6ff, #88cdf6, #61a8da, #2d82b5, #107dbe);
  background-size: 400%;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  z-index: -9;
  animation: animate00 20s linear infinite;
  border-radius: 2em;
  box-shadow: 6px 6px 0px rgba(0,0,0,0.05);
}

@-webkit-keyframes animate00{
  0%{
    background-position: 0 0;
  }
  50%{
    background-position: 400% 0;
  }
  100%{
    background-position: 0 0;
  }
}

#index.landingPage .landing_bg .button::after{
  filter: blur(30px);
  opacity: 0.5;
}



#index.landingPage .landing_img{
  width: 100%;
  max-width: 830px;
  margin: 0 auto;
}

#index.landingPage .landing_img img{
  width: 100%;
}

#index.landingPage #landing_Main > img{
  position: relative;
  width: 100% !important;
  height: 100% !important;
  max-width: 1920px;
  margin: 0 auto;
}

#index.landingPage #landing_Main .pc{
  display: block;
}

#index.landingPage #landing_Main .mo{
  display: none;
}

@media (max-width: 768px){
  #index.landingPage #landing_Main .pc{
    display: none;
  }

  #index.landingPage #landing_Main .mo{
    display: block;
  }
}

/* 랜딩: 그래프 */
#index.landingPage #landing_Graph{
  position: relative;
}

#index.landingPage #landing_Graph .txtBox{
  position: absolute;
  left: 50%;
  top: 15%;
  transform: translateX(-80%) scale(1.2);
}

#index.landingPage #landing_Graph .imgBox{
  text-align: center;
  padding-top: 200px;
}

#index.landingPage #landing_Graph .imgBox img{
  transform: translateX(10%);
}

@media (max-width: 768px){
  #index.landingPage #landing_Graph .txtBox{
    left: 10%;
    transform: translateX(0) scale(1.1);
  }
  #index.landingPage #landing_Graph .imgBox{
    padding-top: 250px;
  }
  #index.landingPage #landing_Graph .imgBox img{
    transform: translateX(0);
  }
}

/* 랜딩: 가이드 */

#index.landingPage section.landing_guide{
  padding: 0 0 7rem;
  width: 100%;
}

#index.landingPage section.landing_guide .tab-container{
  padding: 0;
}

#index.landingPage .guide .tab-container .tab-linker li{
  margin: 0 0.2em 0;
}

#index.landingPage .guide .tab-container .tab-linker li:first-child{
  margin: 0 0.2em 0 2em;
}

#index.landingPage .guide .tab-container .tab-linker li:last-child{
  margin: 0 2em 0 0.2em;
}

#index.landingPage .guide .tab-container .tab-linker li button{
  border-radius: 1rem 1rem 0 0;
}

#index.landingPage section.landing_guide .tab-container button{
  border-bottom: 8px solid rgba(0,0,0,0.1);
  color: #ffffff;
  font-weight: 700;
  font-size: 1.5rem;
  background-color: #ffffff;
  box-shadow: 5px 0px 5px rgba(0,0,0,0.3);
}

#index.landingPage section.landing_guide .tab-container li:nth-child(1) button{
  color: #107dbe;
}

#index.landingPage section.landing_guide .tab-container li:nth-child(2) button{
  color: #368fc4;
}

#index.landingPage section.landing_guide .tab-container li:nth-child(3) button{
  color: #61a8da;
}

#index.landingPage section.landing_guide .tab-container li:nth-child(4) button{
  color: #72bae6;
}

#index.landingPage section.landing_guide .tab-container li:nth-child(1) button.active{
  border-bottom: 8px solid #107dbe;
  background-color: #107dbe;
  color: #ffffff;
}

#index.landingPage section.landing_guide .tab-container li:nth-child(2) button.active{
  border-bottom: 8px solid #368fc4;
  background-color: #368fc4;
  color: #ffffff;
}

#index.landingPage section.landing_guide .tab-container li:nth-child(3) button.active{
  border-bottom: 8px solid #61a8da;
  background-color: #61a8da;
  color: #ffffff;
}

#index.landingPage section.landing_guide .tab-container li:nth-child(4) button.active{
  border-bottom: 8px solid #72bae6;
  background-color: #72bae6;
  color: #ffffff;
}

#index.landingPage .guide .tab-container .tab-contents{
  background-color: #ffffff;
  border-radius: 2rem;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
}

#index.landingPage .guide .tab-container .tab-contents > div{
  border-radius: 2rem;
  padding: 4rem 0 ;
}

#index.landingPage .guide .tab-container .tab-contents > div:nth-child(1){
  border: 8px solid #107dbe;
}

#index.landingPage .guide .tab-container .tab-contents > div:nth-child(2){
  border: 8px solid #368fc4;
}

#index.landingPage .guide .tab-container .tab-contents > div:nth-child(3){
  border: 8px solid #61a8da;
}

#index.landingPage .guide .tab-container .tab-contents > div:nth-child(4){
  border: 8px solid #72bae6;
}

#index.landingPage .guide .tab-container .tab-contents .col-12{
  transform: translateX(-10%) scale(1.1);
}


@media (max-width: 768px){
  #index.landingPage section.landing_guide .tab-container button{
    border-bottom: 4px solid rgba(0,0,0,0.1);
    padding: 0.4em 0.6em;
  }
  #index.landingPage section.landing_guide .tab-container li:nth-child(1) button.active{
    border-bottom: 4px solid #107dbe;
  }

  #index.landingPage section.landing_guide .tab-container li:nth-child(2) button.active{
    border-bottom: 4px solid #368fc4;
  }

  #index.landingPage section.landing_guide .tab-container li:nth-child(3) button.active{
    border-bottom: 4px solid #61a8da;
  }

  #index.landingPage section.landing_guide .tab-container li:nth-child(4) button.active{
    border-bottom: 4px solid #72bae6;
  }
  #index.landingPage section.landing_guide .tab-container button{
    font-size: 1rem;
  }
  #index.landingPage .guide .tab-container .tab-linker li{
    margin: 0 0.1em 0;
  }

  #index.landingPage .guide .tab-container .tab-linker li:first-child{
    margin: 0 0.1em 0 1.6em;
  }

  #index.landingPage .guide .tab-container .tab-linker li:last-child{
    margin: 0 1.6em 0 0.1em;
  }

  #index.landingPage .guide .tab-container .tab-contents .col-12{
    transform: translateX(0) scale(1);
    padding: 1.5rem 2rem 0;
  }
}



/* 랜딩: 시세조회 */

#index.landingPage #form_price #example-basic{
  overflow: visible;
  padding: 4em 2em;
  border-radius: 2em;
  background-color: #ffffff;
  position: relative;
  border: none;
}

#index.landingPage #form_price #example-basic div{
  overflow: visible;
}



#index.landingPage #form_price #example-basic::after ,#index.landingPage #form_price #example-basic::before{
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  /* background: linear-gradient(45deg , #e6fb04, #ff6600, #00ff66, #00ffff, #ff00ff, #ff0099, #6e0dd0, #ff3300, #099fff); */
  background: linear-gradient(60deg , #107dbe, #2d82b5, #61a8da, #88cdf6, #bce6ff, #88cdf6, #61a8da, #2d82b5, #107dbe);
  background-size: 400%;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  z-index: -1;
  animation: animate00 20s linear infinite;
  border-radius: 2em;
  box-shadow: 20px 20px 10px rgba(0,0,0,0.05);
}


@-webkit-keyframes animate00{
  0%{
    background-position: 0 0;
  }
  50%{
    background-position: 400% 0;
  }
  100%{
    background-position: 0 0;
  }
}

#index.landingPage #form_price #example-basic::after{
  filter: blur(2px);
  opacity: 0.5;
}

/* 예상 출고가 */
#price .exp{
  display: none;
}

/* #price .SM-S931_256G .exp{
  display: inline;
}

#price .SM-S931_512G .exp{
  display: inline;
}

#price .SM-S936_256G .exp{
  display: inline;
}

#price .SM-S936_512G .exp{
  display: inline;
}

#price .SM-S938_256G .exp{
  display: inline;
}

#price .SM-S938_512G .exp{
  display: inline;
} */



#index .popup{
  display: block;
  position: fixed;
  left: 5%;
  top: 10%;
  z-index: 9999;
}

#index .popup img{
  box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
}

#index .popup .popclose{
  position: absolute;
  padding: 5px;
  right: 0;
  bottom: 0;
  z-index: 9999;
  opacity: 1;
}

#index .popup .popclose1{
  background-color: #ffffff;
}

@media (max-width: 768px){
  #index .popup{
    left: 0%;
    top: 10%;
    padding: 20px;
  }

  #index .popup .popclose{
    right: 20px;
    bottom: 20px;;
  }
}




#yokumje .SKT .btn.n{
  pointer-events: none;
}

#yokumje .SKT .btn.n span{
  color: #dddddd;
}

#yokumje .KT .btn.n{
  pointer-events: none;
}

#yokumje .KT .btn.n span{
  color: #dddddd;
}

#yokumje .LGT .btn.n{
  pointer-events: none;
}

#yokumje .LGT .btn.n span{
  color: #dddddd;
}

#yokumje .btn.s{
  pointer-events: auto !important;
}

#yokumje .btn.s span{
  color: #212529 !important;
}

#yokumje .btn-group-toggle > div.y{
  display: none;
}


#yokumje .btn-group-toggle > div{
  z-index: 9999;
  color: #212529;
  position: absolute;
  right: 18px;
  text-align: center;
  background-color: #aaaaaa;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 14px;
  line-height: 26px;
  cursor: default;
}

@media (max-width: 480px){
  #yokumje .btn-group-toggle > div{
    transform: scale(0.8);
  }
}

#yokumje .btn-group-toggle > div:nth-child(2){
  top: 5%;
}

#yokumje .btn-group-toggle > div:nth-child(4){
  top: 26%;
}

#yokumje .btn-group-toggle > div:nth-child(6){
  top: 45%;
}

#yokumje .btn-group-toggle > div:nth-child(8){
  top: 82%;
}

#yokumje .btn-group-toggle > div::before{
  content: '!';
  font-weight: bold;
  color: #ffffff;
}

#yokumje .btn-group-toggle > div:hover p{
  display: block;
  transform-origin: 100% 0%;
}

#yokumje .btn-group-toggle > div p{
  pointer-events: none;
  display: none;
  text-align: left;
  background-color: #000000;
  opacity: 0.7;
  padding: 20px;
  width: 364px;
  position: absolute;
  border-radius: 3px;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  right: 40px;
  bottom: -15px;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.4;
}

#yokumje .btn-group-toggle > div p::before{
  position: absolute;
  content: '';
  transform: rotate(90deg);
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-color: #000000;
  right: -12px;
  bottom: 5px;
}

#yokumje .btn-group-toggle > div p::after{
  width: 100%;
  height: 40px;
  content: '';
  position: absolute;
  top: -40px;
  left: 0;
}




/* 중고폰 검수결과 */

#open_maeip section {
  padding:0;
  margin: 0;
}

#open_maeip h3 {
  font-weight: 700;
}

#open_maeip .text-pupple {
  color: #7A3F96 !important;
}

#open_maeip .banner {
  padding: 0;
  background: #060128;
  position: relative;
  overflow: hidden;
}

#open_maeip .banner p {
  margin-bottom: 0.2em;
}

#open_maeip .banner p.count::after {
  content: '원';
}

#open_maeip .banner p.notice {
  color: #bdbdbd;
  padding: 1em 3em;
  font-size: .6em;
  text-align: center;
}

#open_maeip .banner .banner-container {
  background: url(../../images/pages/double_change/banner-v.jpg) no-repeat center -40%;
  padding-top: 185%;
  background-size: contain;
  position: relative;
}

@media (min-width: 768px) {
  #double_change .banner .banner-container {
    background: url(../../images/pages/double_change/banner.jpg) no-repeat center;
    background-size: contain;
    padding-top: 56.5%;
  }
}

#open_maeip .banner .banner-container .img_phone {
  position: absolute;
  top: 52%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  width: 80vw;
  height: auto;
}

@media (min-width: 768px) {
  #open_maeip .banner .banner-container .img_phone {
    left: auto;
    right: 3%;
    top: 10%;
    width: 55%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

#open_maeip .banner .banner-container .img_phone .popup {
  width: 33.3%;
  float: left;
  padding: .5em;
  text-align: center;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-animation: popup 0.5s ease-out 0.2s alternate forwards;
          animation: popup 0.5s ease-out 0.2s alternate forwards;
}

#open_maeip .banner .banner-container .img_phone .popup .price_title {
  color: #adb5bd;
}

#open_maeip .banner .banner-container .img_phone .popup .price_title + span {
  color: #adb5bd;
}

#open_maeip .banner .banner-container .img_phone .popup .count {
  font-weight: 700;
}

@media (min-width: 768px) {
  #open_maeip .banner .banner-container .img_phone .popup img {
    width: 89%;
  }
}

@-webkit-keyframes popup {
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes popup {
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

#open_maeip .phone-title {
  padding: 0.1em 1em;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(198, 142, 255, 0.5);
          box-shadow: 0px 0px 15px 0px rgba(198, 142, 255, 0.5);
  border-radius: 10px;
  background-color: rgba(251, 247, 255, 0.3);
}

#open_maeip .tab-container {
  padding: 0;
  background-color: #ffffff;
}

#open_maeip .tab-container .tab-linker{
  margin: 0 auto;
  padding: 0 16px;
}

#open_maeip .tab-container .tab-linker li{
  background-color: #ffffff;
}

#open_maeip .tab-container .tab-linker li button {
  background: #cccccc;
  border-bottom: 4px solid #cccccc;
  color: #ffffff;
  padding: 0.4em 0;
  font-weight: 700;
}

#open_maeip .tab-container .tab-linker li button:hover {
  background: #396eff;
  border-bottom: 4px solid #396eff;
  color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
}

#open_maeip .tab-container .tab-linker .active {
  background-color: #ffffff;
  color: #396eff;
  border-bottom: 4px solid #396eff;
  padding: 0.8em 0;
}

#open_maeip .sec_title {
  text-align: center;
  margin-bottom: 2em;
  font-weight: 700;
}

#open_maeip .sec_title span {
  padding: 0.25em 2em;
}

#open_maeip #notice {
  background-color: #564673;
  color: #fff;
  padding: 5em 0 3em;
}

#open_maeip #notice .sec_title span {
  border: 1px solid #fff;
  color: #fff;
}

#open_maeip #notice p {
  font-size: .8em;
  letter-spacing: -1px;
}

#open_maeip nav {
  background-color: #f8f9fa;
}

#open_maeip #request {
  padding: 0 16px 60px;
  margin: 0 auto;
  text-align: center;
}

#open_maeip #request .req-phone {
  width: 100%;
  max-width: 400px;
  margin: 1em auto;
}

#open_maeip #request #noaccount {
  text-align: center;
  display: none;
}

#open_maeip #account {
  display: none;
  padding: 0 16px;
  margin: 0 auto;
}

#open_maeip #account .pason_info {
  bottom: 32px;
  right: 0;
  width: 100px;
}

#open_maeip #account .pason_info h6{
  margin: 0;
  text-align: center;
}

#open_maeip #account .pason_info::before {
  transform: rotate(180deg);
  right: 10px;
  bottom: -10px;
}

#open_maeip #account article {
  background-color: #ffffff;
}

#open_maeip #account .sec_title span {
  border: 1px solid #060128;
  color: #060128;
}

#open_maeip #account h4, #double_change #account h5, #double_change #account p {
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#open_maeip #account .account-title {
  background-color: #3f4596;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  padding: .5em;
}

#open_maeip #account .account-title-red {
  background-color: #dc3545;
}

#open_maeip #account .account-table {
  border: 1px solid #ced4da;
  margin-top: 1em;
}

#open_maeip #account .account-table h5, #open_maeip #account .account-table p, #open_maeip #account .account-table>div>div {
  padding: 0.5em 0;
  text-align: center;
  font-size: 1em;
}

#open_maeip #account .account-table h5 {
  margin: 0;
  border-right: 1px solid #ced4da;
  background-color: #f7f8ff;
}

#open_maeip #account .account-table p {
  margin: 0;
  background-color: #ffffff;
}

@media (min-width: 768px) {
  #open_maeip #account .account-table.change-table h5 {
    border-bottom: 1px solid #ced4da;
    border-right: none;
  }
}

#open_maeip #account #res_phoneimg {
  max-height: 20vh;
}

#open_maeip #account .notice {
  color: #6c757d;
}

#open_maeip #account .notice .sec_title span {
  border: 1px solid #fff;
  color: #fff;
}

#open_maeip #account .notice h4 {
  padding: .5em;
  text-align: center;
  color: #fff;
  background-color: #564673;
}

#open_maeip #account .notice p {
  font-size: .8em;
  letter-spacing: -1px;
  border: 1px solid #ced4da;
  padding: 1em;
}

#open_maeip form{
  text-align: right;
  padding-right: 1rem;
}

#open_maeip form button{
  border: none;
  background-color: inherit;
  font-size: 1.5rem;
  color: #396eff;
}

#open_maeip form button span{
  font-size: 9pt;
}

#open_maeip form button:hover{
  color: #3460db;
}

#open_maeip .searchbox{
  border: 1px solid #a7a7a7;
  border-radius: 30px;
  text-indent: 5px;
  box-shadow: 1px 2px 3px rgba(0,0,0,0.1);
  width: 20%;
  color: #aaaaaa;
}

#open_maeip .searchbox option{
  color: #333333;
}

#open_maeip .searchbox:focus{
  border: 1px solid #9ab6ff;
  outline: none;
}

#open_maeip .searchbox::placeholder{
  color: #aaaaaa;
}

#open_maeip .open_maeip_tr:first-child{
  background-color: #f8f9fa !important;
}

#open_maeip .open_maeip_tr.green{
  background-color: rgba(106,239,129,0.07);
}

#open_maeip .open_maeip_tr.blue{
  background-color: rgba(106, 199, 238, 0.1);
}

#open_maeip th{
  font-weight: 400;
  font-size:11pt;
  vertical-align: middle;
}

#open_maeip .om_font_lg{
  font-size:12pt;
  font-weight: regular;
  color: #212529;
}

#open_maeip .om_font_small{
  font-size:9pt;
  color: #969696;
}

#open_maeip .om_font_exsmall{
  font-size:6pt;
  color: #969696;
}

#open_maeip .pason_box .img_box{
  max-width: 30px;
  border-radius: 30px;
  background-color: #cccccc;
}

#open_maeip .pason_box:hover .img_box{
  background-color: #ff4278;
}

#open_maeip .modal .pason_box:hover .img_box{
  background-color: #cccccc;
}

#open_maeip .modal .pason_box.active .img_box{
  background-color: #ff4278;
}

#open_maeip .pason_box .img_box img{
  transform: scale(0.8);
  transition: all 0.2s;
}

#open_maeip .pason_box:hover .img_box img{
  transform: scale(1);
}

#open_maeip .pason_box{
  max-width: 30px;
  display: inline-block;
  position: relative;
}

#open_maeip .pason_box:hover .pason_info{
  display: block;
  transform-origin: 100% 0%;
}

#open_maeip .pason_info{
  pointer-events: none;
  display: none;
  text-align: left;
  background-color: rgba(0,0,0,0.8);
  padding: 10px;
  width: 364px;
  position: absolute;
  border-radius: 3px;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  right: 40px;
  bottom: 5px;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.4;
}


#open_maeip .pason_info{
  bottom: 32px;
  right: 0;
  width: 100px;
}

#open_maeip .pason_info h6{
  margin: 0;
  text-align: center;
}

#open_maeip .pason_info::before{
  position: absolute;
  content: '';
  transform: rotate(180deg);
  right: 10px;
  bottom: -10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-color: #000000;
}

#open_maeip .pason_info::after{
  width: 100%;
  height: 40px;
  content: '';
  position: absolute;
  top: -40px;
  left: 0;
}

#open_maeip .om_img_slider{
  overflow: hidden;
  position: relative;
}

#open_maeip .om_img_slider .swiper-pagination.ompage{
  position: static;
  padding: 10px;
}

#open_maeip .swiper-pagination-bullet{
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  color: #333333;
  border-radius: 5px;
  border: 1px solid #333333;
  margin: 0 8px;
}

#open_maeip .swiper-pagination-bullet.swiper-pagination-bullet-active{
  color: #396eff;
  border: 2px solid #396eff;
}



#open_maeip .my_img_slider{
  overflow: hidden;
  position: relative;
  padding: 0 !important;
}

#open_maeip .number_tag{
  position: absolute;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background-color: rgba(0, 26, 255, 0.4);
  color: white;
}

#open_maeip .deco_term{
  height: 12px;
  width: 100%;
  background-color: #f3f3f3;
  border-top: 2px solid #dbdbdb;
}

#open_maeip #notice {
  background-color: #333333;
  color: #fff;
  padding: 5em 0 3em;
}

#open_maeip #notice .sec_title span {
  border: 1px solid #fff;
  color: #fff;
}

#open_maeip #notice p {
  font-size: .8em;
  letter-spacing: -1px;
}

#open_maeip #agree #collapse1:focus, #open_maeip #agree #collapse2:focus{
  box-shadow: none;
}

.tuniverse .modal img{
  max-width: 120px;
}

.icon-box{
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-img-sm {
  height: 0.6em;
  margin: 0 0.2em;
  display: inline-block;
  vertical-align: middle;
}

.icon-img-lg {
  height: 1em;
  margin: 0 0.5em;
  display: inline-block;
  vertical-align: middle;
}





/*# sourceMappingURL=main.css.map */
