@charset "utf-8";

.btn_requestArea {
  display: none !important;
}

figure {
  margin: 0;
}

.smartcenter-container {
  box-sizing: border-box;
  letter-spacing: 0;
  color: #fff;
  background: #000;
}
.smartcenter-container * {
  box-sizing: border-box;
}
.smartcenter-container a {
  color: inherit;
}

.page-init-dim {
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
}

.smartcenter-container .br {
  display: none;
}
@media screen and (max-width: 1023px) {
  .smartcenter-container br.tab {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .smartcenter-container br.mob {
    display: inline;
  }
}

/* 헤더 */
.header {
  width: 100%;
  background: #202425;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.header-top {
  max-width: 1440px;
  height: 50px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.header-top .logo a {
  width: 162px;
  height: 0;
  max-height: 32px;
  padding-top: 32px;
  background: url("/resources/kr/_img/sub/smartcenter/samsung-logo.png");
  position: absolute;
  top: 9px;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  overflow: hidden;
}
.header-top .logo a.samsung {
  background: url("/resources/kr/_img/sub/smartcenter/samsung-logo.png");
}
.header-top .logo a.smartcenter {
  background: url("/resources/kr/_img/sub/smartcenter/smartcenter-logo.png");
}
.rotating-item {
  display: none;
  position: absolute;
}
.header-top .info {
  float: left;
  padding-top: 18px;
  font-family: "stitle", "SECGCWM";
  font-weight: 600;
  font-size: 20px;
} /* 2023-06-27 비율수정 */
.header-top .action {
  float: right;
  padding-top: 8px;
}
.header-top .btn-request {
  display: block;
  width: 180px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-family: "s7";
  font-size: 14px;
  opacity: 0.94;
  background: #026bb8;
  background-image: linear-gradient(195deg, #389bf2, #0074c2 32%, #1549c4);
  border-radius: 17px;
}
.nav-page {
  height: 35px;
  background: #1a1a1a;
  position: relative;
}
.nav-page-slider {
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.nav-page-slider ul {
  float: left;
  display: block;
  height: 100%;
  font-size: 0;
  white-space: nowrap;
  position: relative;
}
.nav-page-slider li {
  display: inline-block;
  height: 100%;
  vertical-align: top;
}
.nav-page-slider li span {
  display: block;
  padding: 0 21px;
}
.nav-page-slider li:first-child span {
  display: block;
  height: 100%;
  padding-left: 4px;
}
.nav-page-slider a {
  display: block;
  height: 100%;
  padding-top: 12px;
  font-family: "s7";
  font-size: 13px;
  color: #f5f5f5;
}
.nav-page-slider .pos-bar {
  height: 3px;
  background: #0074c2;
  position: absolute;
  top: auto !important; /* IE9 fix */
  bottom: 0;
  left: 0;
  transition: left 0.4s, width 0.4s;
}

@media screen and (max-width: 1440px) {
  .header-top {
    padding: 0 15px;
  }
  .nav-page-slider li:first-child span {
    padding-left: 21px;
  }
}
@media screen and (max-width: 1023px) {
  .header-top {
    height: 68px;
  }
  .header-top .logo {
    display: none;
  }
  .header-top .info {
    padding-top: 28px;
  }
  .header-top .action {
    padding-top: 11px;
  }
  .header-top .btn-request {
    height: 46px;
    line-height: 46px;
    border-radius: 23px;
  }
  .nav-page {
    height: 53px;
  }
  .nav-page-slider a {
    padding-top: 21px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .header-top {
    height: 44px;
  }
  .header-top .logo {
    display: none;
  }
  .header-top .info {
    padding-top: 18px;
    font-size: 14px;
  }
  .header-top .action {
    padding-top: 8px;
  }
  .header-top .btn-request {
    width: 78px;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    border-radius: 17px;
  }
  .header-top .btn-request span {
    display: none;
  }
  .nav-page {
    height: 34px;
  }
  .nav-page-slider li span {
    display: block;
    padding: 0 12px;
  }
  .nav-page-slider a {
    padding-top: 13px;
    font-size: 10px;
  }
}

/* Common */
/* 2023-05-25 수정 s */
.con-body {
  max-width: 1185px;
  margin: 0 auto;
}
.main-title {
  max-width: 1185px;
  margin: 0 auto;
  padding-bottom: 75px;
  padding-left: 10px;
  line-height: 1.2;
  font-family: "stitle", "SECGCWM";
  font-weight: 600;
  font-size: 64px;
} /* 2023-06-27 비율수정 */
.info-content {
  max-width: 1185px;
  margin: 0 auto;
}
.info-content:after {
  content: "";
  display: block;
  clear: both;
}
.info-content .info {
  float: left;
  width: 50%;
  padding-left: 10px;
  padding-right: 15px;
}
.info-content .title {
  line-height: 1.2;
  font-family: "stitle", "SECGCWM";
  font-weight: 600;
  font-size: 38px;
} /* 2023-06-27 비율수정 */
.info-content .copy {
  margin-top: 23px;
  line-height: 1.4;
  font-family: "stitle", "SECGCWM";
  font-weight: 600;
  font-size: 20px;
  color: #9d9d9d;
  opacity: 1;
} /* 2023-06-27 비율수정 */
.info-content .desc {
  float: left;
  width: 50%;
  line-height: 1.6;
  font-size: 18px;
}
.info-content.in .title {
  transition-delay: 0.2s;
}
.info-content.in .copy {
  transition-delay: 0.4s;
}
.info-content.in .desc {
  transition-delay: 0.6s;
}
/* //2023-05-25 수정 e */
@media screen and (max-width: 1440px) {
  .con-body {
    max-width: 980px;
  }
  .main-title {
    max-width: 980px;
    font-size: 68px;
  }
  .info-content {
    max-width: 980px;
  }
}
@media screen and (max-width: 1023px) {
  .con-body {
    max-width: 696px;
  }
  .main-title {
    max-width: 696px;
    padding-bottom: 44px;
    font-size: 48px;
  }
  .info-content {
    max-width: 696px;
  }
  .info-content .title {
    font-size: 36px;
  }
  .info-content .copy {
    font-size: 26px;
  }
  .info-content .desc {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .con-body {
    max-width: none;
  }
  .main-title {
    max-width: none;
    padding: 0 26px 28px;
    font-size: 38px;
  }
  .info-content {
    max-width: none;
    margin: 0 26px;
  }
  .info-content .info {
    float: none;
    width: auto;
    padding: 0 0 20px;
  }
  .info-content .title {
    font-size: 26px;
  }
  .info-content .copy {
    margin-top: 10px;
    line-height: 1.2;
    font-size: 26px;
  }
  .info-content .desc {
    float: none;
    width: auto;
    font-size: 15px;
  }
}

/* Common - 모션 */
.bottom-up {
  -ms-transform: translateY(130px);
  transform: translateY(130px);
  opacity: 0;
  transition: transform 0.4s, opacity 0.4s;
}
.in .bottom-up,
.bottom-up.in {
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.75s, opacity 0.9s;
}

@media screen and (max-width: 1023px) {
  .bottom-up {
    -ms-transform: translateY(60px);
    transform: translateY(60px);
  }
}

/* Key Visual */
.key-visual {
  height: 80vh;
}
.ie9 .key-visual {
  height: 75vh;
}
.key-visual .bg {
  width: 100%;
  height: 100vh;
  background: url("/resources/kr/_img/sub/smartcenter/key-visual.jpg") no-repeat
    50% 50%;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
}
.key-visual .light {
  width: 300px;
  height: 300px;
  background: url("/resources/kr/_img/sub/smartcenter/key-visual-light.png")
    no-repeat 50% 50%;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(3%, -91%);
}
.ie9 .key-visual .light {
  display: none;
}
/* Key Visual - 모션 */
.init:not(.ie9) .key-visual .motion {
  opacity: 0;
  transform: translate(3%, -91%) scale(10);
  transition: all 1s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media screen and (max-width: 1440px) {
  .key-visual .bg {
    background-size: 1440px auto;
  }
  .key-visual .light {
    transform: translate(-5%, -81%);
  }
}
@media screen and (max-width: 1023px) {
  .key-visual {
    height: 75vh;
  }
  .key-visual .bg {
    height: 100vh;
    background-image: url("/resources/kr/_img/sub/smartcenter/key-visual-tab.jpg");
    background-size: cover;
  }
  .key-visual .light {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .key-visual {
    height: 65vh;
  }
  .key-visual .bg {
    height: 100vh;
    background-image: url("/resources/kr/_img/sub/smartcenter/key-visual-mob.jpg");
  }
}

/* Intro */
.intro {
  text-align: center;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.51) 114px,
    #000000 348px,
    #000000 100%
  );
  position: relative;
  z-index: 2;
}
.ie9 .intro {
  padding-top: 100px;
  background: #000;
}
.intro .title {
  line-height: 1.2;
  font-family: "stitle", "SECGCWM";
  font-weight: 600;
  font-size: 100px;
  opacity: 0;
  position: relative;
  top: 130px;
} /* 2023-06-27 비율수정 */
.intro .copy {
  max-width: 1440px;
  margin: 76px auto 0;
}
.intro .main {
  line-height: 1.2;
  font-size: 50px;
  color: #e6e6e6;
  margin-bottom: 30px;
}
.intro .desc {
  line-height: 1.6;
  font-size: 22px;
}
.intro .action {
  margin-top: 57px;
}
.intro .btn {
  display: inline-block;
  height: 60px;
  line-height: 58px;
  padding: 0 60px;
  vertical-align: top;
  font-family: "s7";
  font-size: 20px;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 30px;
  transition: all 0.2s;
}
.intro .btn:hover,
.intro .btn:focus {
  color: #000;
  background: #fff;
  box-shadow: 0 0 35px 0 rgba(255, 255, 255, 0.7);
}
.intro .video-container {
  width: 1528px;
  padding: 100px 0 0;
  margin: 0 auto;
}
.intro .video .poster {
  display: block;
  height: 0;
  max-height: 56.25%;
  padding-top: 56.25%;
  background: url("/resources/kr/_img/sub/smartcenter/video-poster.jpg")
    no-repeat 50% 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
  transition: all 0.2s;
}
.intro .video .poster:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.intro .video .poster:after {
  content: "";
  display: block;
  width: 132px;
  height: 132px;
  background: url("/resources/kr/_img/sub/smartcenter/video-play-off.png");
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.intro .video .poster:hover,
.intro .video .poster:focus {
  box-shadow: 0 0 35px 0 rgba(255, 255, 255, 0.3), inset 0 0 1px 1px #000;
}
.intro .video .poster:hover:before,
.intro .video .poster:focus:before {
  opacity: 1;
}
.intro .video .poster:hover:after,
.intro .video .poster:focus:after {
  background-image: url("/resources/kr/_img/sub/smartcenter/video-play-on.png");
}
.intro .video .play-area {
  padding-top: 56.25%;
  background: #c1c1c1;
  position: relative;
}
.intro .video .play-area iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* Intro - 모션 */
.init .intro .title:not(.in),
.intro .title.in {
  top: 0;
  opacity: 1;
  transition: all 0.75s;
}
.intro .in .main {
  transition-delay: 0.2s;
}
.intro .in .desc {
  transition-delay: 0.4s;
}
.intro .in .action {
  transition-delay: 0.6s;
}

@media screen and (max-width: 1680px) {
  .intro .video-container {
    width: 1350px;
  }
}
@media screen and (max-width: 1440px) {
  .intro .title {
    font-size: 86px;
  }
  .intro .copy {
    max-width: 980px;
  }
  .intro .main {
    font-size: 43px;
  }
  .intro .video-container {
    width: 1150px;
  }
}
@media screen and (max-width: 1280px) {
  .intro .video-container {
    width: 980px;
  }
  .intro .title {
    font-size: 82px;
  }
}
@media screen and (max-width: 1023px) {
  .intro .copy {
    padding: 0 36px;
    margin-top: 70px;
  }
  .intro .main {
    font-size: 43px;
    margin-bottom: 25px;
  }
  .intro .desc {
    font-size: 20px;
  }
  .intro .action {
    margin-top: 50px;
  }
  .intro .video-container {
    width: auto;
    margin: 0 36px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .intro .title {
    font-size: 43px;
  }
  .intro .copy {
    padding: 0;
    margin-top: 40px;
  }
  .intro .main {
    font-size: 23px;
    margin-bottom: 20px;
  }
  .intro .desc {
    padding: 0 26px;
    font-size: 15px;
  }
  .intro .action {
    margin-top: 28px;
  }
  .intro .btn {
    height: 39px;
    line-height: 37px;
    padding: 0 39px;
    font-size: 12px;
    border-radius: 20px;
  }
  .intro .video-container {
    width: auto;
    margin: 0 26px;
    padding-top: 50px;
  }
  .intro .video .poster:after {
    width: 94px;
    height: 94px;
  }
}

/* Dashboard */
.dashboard {
  background: #000;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  .dashboard {
    padding-top: 250px;
    padding-bottom: 100px;
  }
  .dashboard .wrap {
    position: relative;
  }
  .dashboard .bg {
    width: 100%;
    padding-top: 40.7%;
    background: url("/resources/kr/_img/sub/smartcenter/dashboard-bg.png")
      no-repeat 50% 100%;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
  }
  .dashboard .con {
    width: 1528px;
    height: 546px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  .dashboard .img {
    width: calc(100% - 404px);
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
  }
  .dashboard .img img {
    width: 100%;
  }
  .dashboard .txt {
    float: right;
    width: 404px;
    text-align: right;
    position: relative;
  }
  .dashboard .txt:after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 87px;
    left: 0;
    transition: all 0.4s;
  }
  .dashboard .title {
    margin-bottom: 16px;
    padding: 23px 0 16px 0;
    font-family: "stitle", "SECGCWM";
    font-weight: 600;
    font-size: 50px;
  } /* 2023-06-27 비율수정 */
  .dashboard .desc {
    line-height: 1.6;
    font-size: 20px;
  }
  /* Dashboard - 모션 */
  .dashboard.scroll-check .bg {
    padding-top: 0;
    transition: all 0.4s;
  }
  .dashboard.in .bg {
    padding-top: 40.7%;
    transition: all 2.5s;
  }
  .dashboard .scroll-check .img {
    height: 0;
    transition: all 0.4s;
  }
  .dashboard .in .img {
    height: 100%;
    transition: height 0.75s 0.75s;
  }
  .dashboard .in .txt:after {
    width: 100%;
    transition-duration: 0.75s;
    transition-delay: 1.5s;
  }
  .dashboard .scroll-check .title {
    opacity: 0;
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    transition: all 0.4s;
  }
  .dashboard .scroll-check .desc {
    opacity: 0;
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    transition: all 0.4s;
  }
  .dashboard .in .title {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: opacity 0.75s 2s, transform 0.75s 2s;
  }
  .dashboard .in .desc {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: opacity 0.75s 2.2s, transform 0.75s 2.2s;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1680px) {
  .dashboard .con {
    width: 1350px;
    height: 459px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .dashboard .con {
    width: 1150px;
    height: 363px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .dashboard .con {
    width: 980px;
    height: 297px;
  }
  .dashboard .img {
    width: calc(100% - 370px);
  }
  .dashboard .txt {
    width: 370px;
  }
}
@media screen and (max-width: 1023px) {
  .dashboard {
    padding-top: 200px;
  }
  .dashboard .wrap {
    position: relative;
  }
  .dashboard .bg {
    width: 100%;
    padding-top: 72.5%;
    background: url("/resources/kr/_img/sub/smartcenter/dashboard-bg-tab.png")
      no-repeat 50% 100%;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
  }
  .dashboard .txt {
    padding: 0 36px 58px;
    position: relative;
  }
  .dashboard .txt:after {
    content: "";
    display: block;
    clear: both;
  }
  .dashboard .title {
    float: left;
    width: 50%;
    padding-left: 10px;
    line-height: 1.2;
    font-family: "stitle", "SECGCWM";
    font-weight: 600;
    font-size: 36px;
  } /* 2023-06-27 비율수정 */
  .dashboard .desc {
    float: right;
    width: 50%;
    line-height: 1.6;
    font-size: 18px;
  }
  .dashboard .desc br {
    display: none;
  }
  .dashboard .img {
    margin: 0 36px;
    position: relative;
  }
  .dashboard .img img {
    width: 100%;
  }
  /* Dashboard - 모션 */
  .dashboard.scroll-check .bg {
    padding-top: 0;
    transition: all 0.4s;
  }
  .dashboard.in .bg {
    padding-top: 72.5%;
    transition: all 2.5s 0.75s;
  }
  .dashboard .scroll-check .title {
    opacity: 0;
    -ms-transform: translateY(60px);
    transform: translateY(60px);
    transition: all 0.4s;
  }
  .dashboard .in .title {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: opacity 0.75s, transform 0.75s;
  }
  .dashboard .scroll-check .desc {
    opacity: 0;
    -ms-transform: translateY(60px);
    transform: translateY(60px);
    transition: all 0.4s;
  }
  .dashboard .in .desc {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: opacity 0.75s 0.2s, transform 0.75s 0.2s;
  }
  .dashboard .scroll-check .img {
    opacity: 0;
    -ms-transform: translateY(60px);
    transform: translateY(60px);
    transition: all 0.4s;
  }
  .dashboard .in .img {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: opacity 0.75s 0.4s, transform 0.75s 0.4s;
  }
}
@media screen and (max-width: 767px) {
  .dashboard {
    padding-top: 120px;
  }
  .dashboard .bg {
    padding-top: 72.5%;
  }
  .dashboard.in .bg {
    padding-top: 72.5%;
  }
  .dashboard .txt {
    padding: 0 26px 30px;
  }
  .dashboard .title {
    float: none;
    width: auto;
    padding-left: 0;
    padding-bottom: 8px;
    font-size: 26px;
  }
  .dashboard .desc {
    float: none;
    width: auto;
    font-size: 15px;
  }
  .dashboard .img {
    margin: 0 26px;
  }
}

/* 2023-03-20 수정 s */
/* Reject */
.reject {
  padding-top: 170px;
  padding-bottom: 150px;
}
/* 2023-06-08 비율수정 s */
.reject .info-content {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .reject .info-content {
    display: flex;
    align-items: center;
  }
}
/* //2023-06-08 비율수정 e */
/* Reject : data-view */
.reject .data-view {
  padding-bottom: 170px;
}
.reject .data-view img {
  width: 100%;
}
.reject .data-view .frame {
  width: 1185px;
  height: 654px;
  margin: 0 auto;
  padding: 23px 23px 61px;
  background: url("/resources/kr/_img/sub/smartcenter/screen-frame.jpg")
    no-repeat 50% 0;
  background-size: cover;
  position: relative;
}
.reject .data-view.reject1 .frame ~ .desc {
  margin-top: -20px;
  padding: 0 26px;
  line-height: 1.3;
  text-align: center;
  font-size: 18px;
} /* 2023-06-08 비율수정 */
.reject .data-view.reject1 .screen-area {
  width: 100%;
  height: 100%;
  position: relative;
}
.reject .data-view.reject1 .screen {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.reject .data-view.reject1 .screen img {
  width: 100%;
  height: 100%;
}
.reject .data-view.reject1 .point1 {
  top: 10%;
  left: 15%;
}
.reject .data-view.reject1 .point2 {
  top: 6.7%;
  right: 1.6%;
}
.reject .data-view.reject1 .point3 {
  top: 36.4%;
  left: 43.8%;
}
.reject .data-view.reject1 .point4 {
  top: 64.9%;
  left: 60.1%;
}
.reject .data-view .filter {
  display: none;
  width: 194px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 4.5%;
  right: 0;
}
.reject .data-view .context1 {
  display: none;
  width: 94px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 34%;
  left: 44.5%;
}
.reject .data-view .context2 {
  display: none;
  width: 94px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 45.7%;
  left: 52%;
}
/* Reject : data-view - 모션 */
.reject .data-view.in .desc {
  transition-delay: 0.6s;
}
.reject .reject1 .point {
  width: 0;
  height: 0;
  position: absolute;
}
.reject .reject1 .point .circle {
  width: 0;
  height: 0;
  background: rgba(192, 143, 143, 0.5);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.6s;
}
.reject .reject1 .point .circle:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background: rgba(192, 143, 143, 0.5);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.6s 0.1s;
}
.reject .reject1 .point .circle:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background: rgba(192, 143, 143, 0.3);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.6s 0.2s;
}
.reject .reject1 .point.show .circle {
  width: 36px;
  height: 36px;
  opacity: 1;
  transition: all 1s 0.2s;
}
.reject .reject1 .point.show .circle:before {
  width: 72px;
  height: 72px;
  opacity: 1;
  transition: all 0.8s 0.1s;
}
.reject .reject1 .point.show .circle:after {
  width: 100px;
  height: 100px;
  opacity: 1;
  transition: all 0.6s;
}

@media screen and (max-width: 1440px) {
  .reject .data-view .frame {
    width: 980px;
    height: 540px;
    padding: 18px 18px 50px;
  }
  .reject .data-view .filter {
    width: 161px;
  }
  .reject .data-view .context1 {
    width: 80px;
  }
  .reject .data-view .context2 {
    width: 80px;
    top: 40%;
  }
}
@media screen and (max-width: 1023px) {
  .reject {
    padding-bottom: 0;
  }
  .reject .info-content {
    margin-bottom: 40px;
  }
  .reject .data-view {
    padding-bottom: 100px;
  }
  .reject .data-view .frame {
    width: 696px;
    height: 383px;
    padding: 13px 13px 34px;
  }
  .reject .data-view .frame ~ .desc {
    font-size: 18px;
  }
  .reject .data-view .filter {
    width: 115px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  }
  .reject .data-view .context1 {
    top: 26%;
    left: 45%;
    width: 65px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  }
  .reject .data-view .context2 {
    top: 40%;
    left: 54%;
    width: 65px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  }
}
@media screen and (max-width: 767px) {
  .reject {
    padding-top: 120px;
  }
  .reject .info-content {
    margin-bottom: 40px;
  }
  .reject .data-view {
    padding-bottom: 60px;
  }
  .reject .data-view .frame {
    width: 308px;
    height: 169px;
    padding: 6px 6px 15px;
  }
  .reject .data-view .frame ~ .desc {
    font-size: 13px;
  }
  .reject .data-view.reject1 .frame ~ .desc {
    margin-top: 20px;
    font-size: 13px;
  }
  .reject .data-view .filter {
    width: 50px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  }
  .reject .data-view .context1 {
    top: 18%;
    left: 45%;
    width: 35px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  }
  .reject .data-view .context2 {
    top: 25%;
    left: 56%;
    width: 35px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  }
  .reject .reject1 .point.show .circle {
    width: 18px;
    height: 18px;
  }
  .reject .reject1 .point.show .circle:before {
    width: 36px;
    height: 36px;
  }
  .reject .reject1 .point.show .circle:after {
    width: 50px;
    height: 50px;
  }
}
/* // 2023-03-20 수정 e */

/* Reject : review */
.reject .review .scene-frame1 {
  width: 100%;
  height: 0;
  background: red;
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 0;
}
.reject .review .scene-frame1.in {
  opacity: 1;
}
.reject .review .scene-frame2 {
  width: 100%;
  height: 0;
  background: yellow;
  opacity: 0.1;
  position: absolute;
  top: 400px;
  left: 0;
}
.reject .review .scene-frame2.in {
  opacity: 1;
}
.reject .review {
  height: 590px;
  position: relative;
}
.reject .review img {
  width: 100%;
}
.reject .review .screen1 {
  width: 834px;
  position: relative;
  top: 0;
  left: 10%;
}
.reject .review .screen1:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s;
}
.reject .review .screen2 {
  width: 760px;
  opacity: 0;
  -ms-transform: translateY(130px);
  transform: translateY(130px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 100px;
  left: 37%;
  z-index: 1;
  transition: all 0.4s;
}
.reject .review .screen2 .point2 {
  top: 12%;
  right: 6%;
}
.reject .review .pop {
  width: 472px;
  opacity: 0;
  -ms-transform: translateY(130px);
  transform: translateY(130px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 150px;
  right: 10%;
  transition: all 0.4s;
  z-index: 1;
}
.reject .review .pop .line {
  width: 0;
  height: 1px;
  background: #818181;
  position: absolute;
  bottom: 7%;
  right: 100%;
  transition: all 0.4s;
}
.reject .review .pop .desc {
  width: 668px;
  padding-bottom: 12px;
  line-height: 1.3;
  font-size: 22px;
  position: absolute;
  bottom: 7%;
  right: 100%;
  opacity: 0;
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  transition: opacity 0.4s, transform 0.4s;
}
/* Reject : review - 모션 */
.reject .review .scene-frame1 ~ .screen1 .point1 {
  top: 32%;
  right: 10%;
}
.reject .review .scene-frame1.in ~ .screen1 .point1 .circle {
  width: 36px;
  height: 36px;
  opacity: 1;
  transition: all 1s 1.1s;
}
.reject .review .scene-frame1.in ~ .screen1 .point1 .circle:before {
  width: 72px;
  height: 72px;
  opacity: 1;
  transition: all 0.8s 0.9s;
}
.reject .review .scene-frame1.in ~ .screen1 .point1 .circle:after {
  width: 100px;
  height: 100px;
  opacity: 1;
  transition: all 0.6s 0.8s;
}
.reject .review .scene-frame1.in ~ .screen1:after {
  opacity: 1;
  transition: all 0.6s 1.5s;
}
.reject .review .scene-frame1.in ~ .screen1 .screen2 {
  opacity: 1;
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition: opacity 0.6s 1.5s, transform 0.6s 1.5s;
}
.reject .review .scene-frame2.in ~ .screen1 .point2 .circle {
  width: 36px;
  height: 36px;
  opacity: 1;
  transition: all 1s 0.2s;
}
.reject .review .scene-frame2.in ~ .screen1 .point2 .circle:before {
  width: 72px;
  height: 72px;
  opacity: 1;
  transition: all 0.8s 0.1s;
}
.reject .review .scene-frame2.in ~ .screen1 .point2 .circle:after {
  width: 100px;
  height: 100px;
  opacity: 1;
  transition: all 0.6s;
}
.reject .review .scene-frame2.in ~ .pop {
  opacity: 1;
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition: opacity 0.6s 1s, transform 0.6s 1s;
}
.reject .review .scene-frame2.in ~ .pop .line {
  width: 668px;
  transition: all 0.75s 1s;
}
.reject .review .scene-frame2.in ~ .pop .desc {
  opacity: 1;
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition: all 0.75s 1.7s;
}

@media screen and (max-width: 1440px) {
  .rejectReview .data-view .frame {
    width: 980px;
    height: 540px;
    padding: 18px 18px 50px;
    margin: 0 auto;
  }
  .reject .review .screen1 {
    left: 3%;
  }
  .reject .review .screen2 {
    left: 15%;
  }
  .reject .review .pop {
    right: 3%;
  }
  .reject .review .pop .desc {
    width: 380px;
  }
  .reject .review .scene-frame2.in ~ .pop .line {
    width: 380px;
  }
}
@media screen and (max-width: 1023px) {
  .rejectReview .data-view .frame {
    width: 696px;
    height: 383px;
    padding: 13px 13px 34px;
  }
  .rejectReview .data-view .context1 {
    width: 50%;
  }
  .reject .review {
    height: 480px;
  }
  .reject .review .screen1 {
    width: 506px;
    left: 36px;
  }
  .reject .review .screen2 {
    width: 506px;
    left: 20%;
    -ms-transform: translateY(60px);
    transform: translateY(60px);
  }
  .reject .review .pop {
    width: 348px;
    right: 36px;
    -ms-transform: translateY(60px);
    transform: translateY(60px);
  }
  .reject .review .pop .desc {
    width: 348px;
    font-size: 18px;
  }
  .reject .review .scene-frame2.in ~ .pop .line {
    width: 348px;
  }
}
@media screen and (max-width: 767px) {
  .reject .review {
    height: 220px;
  }
  .reject .review .scene-frame2 {
    top: 110px;
  }
  .reject .review .screen1 {
    width: 200px;
    left: 27%;
  }
  .reject .review .screen2 {
    width: 200px;
    top: 50px;
    left: 20%;
  }
  .reject .review .pop {
    width: 134px;
    top: 85px;
    right: 27%;
  }
  .reject .review .pop .desc {
    width: 134px;
    font-size: 11px;
  }
  .reject .review .scene-frame2.in ~ .pop .line {
    width: 134px;
  }
  .reject .review .scene-frame1.in ~ .screen1 .point1 .circle {
    width: 18px;
    height: 18px;
    opacity: 1;
    transition: all 1s 1.1s;
  }
  .reject .review .scene-frame1.in ~ .screen1 .point1 .circle:before {
    width: 36px;
    height: 36px;
    opacity: 1;
    transition: all 0.8s 0.9s;
  }
  .reject .review .scene-frame1.in ~ .screen1 .point1 .circle:after {
    width: 50px;
    height: 50px;
    opacity: 1;
    transition: all 0.8s;
  }
  .reject .review .scene-frame2.in ~ .screen1 .point2 .circle {
    width: 18px;
    height: 18px;
    opacity: 1;
    transition: all 1s 0.3s;
  }
  .reject .review .scene-frame2.in ~ .screen1 .point2 .circle:before {
    width: 36px;
    height: 36px;
    opacity: 1;
    transition: all 0.8s 0.1s;
  }
  .reject .review .scene-frame2.in ~ .screen1 .point2 .circle:after {
    width: 50px;
    height: 50px;
    opacity: 1;
    transition: all 0.6s;
  }
}
@media screen and (max-width: 520px) {
  .reject .review .screen1 {
    left: 6.9%;
  }
  .reject .review .pop {
    right: 6.9%;
  }
}

.rejectReview {
  padding-top: 0;
  padding-bottom: 150px;
}
.rejectReview .info-content {
  margin-bottom: 70px;
}
.rejectReview .data-view {
  padding-bottom: 0;
}
.rejectReview .data-view img {
  width: 100%;
}
.rejectReview .data-view .frame {
  width: 1185px;
  height: 654px;
  margin: 0 auto;
  padding: 23px 23px 61px;
  background: url("/resources/kr/_img/sub/smartcenter/screen-frame.jpg")
    no-repeat 50% 0;
  background-size: cover;
  position: relative;
}
.rejectReview .data-view .frame ~ .desc {
  margin-top: -20px;
  padding: 0 26px;
  line-height: 1.3;
  text-align: center;
  font-size: 18px;
} /* 2023-06-08 비율수정 */
.rejectReview .data-view .screen-area {
  width: 100%;
  height: 100%;
  position: relative;
}
.rejectReview .data-view .screen {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.rejectReview .data-view .screen2 {
  opacity: 0;
}
.rejectReview .data-view .screen img {
  width: 100%;
  height: 100%;
}
.rejectReview .data-view .point1 {
  top: 10.5%;
  left: 36.5%;
}
.rejectReview .data-view .point2 {
  top: 39.5%;
  right: 3%;
}
.rejectReview .data-view .point3 {
  top: 48%;
  right: 5%;
}
.rejectReview .data-view .context1 {
  display: block;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 542px;
  box-shadow: 0 10px 15px rgb(0 0 0 / 50%);
  transform: translate(-50%, -50%);
}
.rejectReview .data-view .context1.show {
  opacity: 1;
  visibility: visible;
}
/* .rejectReview .data-view.in .desc { transition-delay: .6s; } */
.rejectReview .point {
  width: 0;
  height: 0;
  position: absolute;
}
.rejectReview .point .circle {
  width: 0;
  height: 0;
  background: rgba(192, 143, 143, 0.5);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.6s;
}
.rejectReview .point .circle:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background: rgba(192, 143, 143, 0.5);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.6s 0.1s;
}
.rejectReview .point .circle:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background: rgba(192, 143, 143, 0.3);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.6s 0.2s;
}
.rejectReview .point .circle {
  width: 0;
  height: 0;
  background: rgba(192, 143, 143, 0.5);
}
.rejectReview .point .circle1 {
  width: 0;
  height: 0;
}
.rejectReview .point .circle2 {
  width: 0;
  height: 0;
}
.rejectReview .point .circle3 {
  width: 0;
  height: 0;
}

@media screen and (max-width: 1440px) {
  .rejectReview .data-view .frame {
    width: 980px;
    height: 540px;
    padding: 18px 18px 50px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1023px) {
  .rejectReview .data-view .frame {
    width: 696px;
    height: 383px;
    padding: 13px 13px 34px;
  }
  .rejectReview .data-view .context1 {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .rejectReview {
    padding-bottom: 0;
  }
  .rejectReview .data-view .frame {
    width: 308px;
    height: 169px;
    padding: 6px 6px 15px;
  }
  .rejectReview .data-view .frame ~ .desc {
    margin-top: 0;
    font-size: 13px;
  }
  .rejectReview .point.show .circle {
    width: 18px;
    height: 18px;
  }
  .rejectReview .point.show .circle:before {
    width: 36px;
    height: 36px;
  }
  .rejectReview .point.show .circle:after {
    width: 50px;
    height: 50px;
  }
}

/* Dose */
.dose {
  padding-top: 170px;
  padding-bottom: 150px;
}
/* 2023-06-27 비율수정 s */
.dose .info-content {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .dose .info-content {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
  .dose .info-content .title {
    margin-top: -15px;
  }
  .dose .info-content .copy {
    margin-top: 33px;
  }
}
/* //2023-06-27 비율수정 e */
.dose .data-view {
  padding-bottom: 150px;
}
.dose .data-view img {
  width: 100%;
}
.dose .data-view .frame {
  width: 1185px;
  height: 654px;
  margin: 0 auto;
  padding: 23px 23px 61px;
  background: url("/resources/kr/_img/sub/smartcenter/screen-frame.jpg")
    no-repeat 50% 0;
  background-size: cover;
  position: relative;
}
.dose .data-view .frame ~ .desc {
  margin-top: -20px;
  padding: 0 26px;
  line-height: 1.3;
  text-align: center;
  font-size: 18px;
} /* 2023-06-08 비율수정 */
.dose .data-view .screen-area {
  width: 100%;
  height: 100%;
  position: relative;
}
.dose .data-view .screen {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.dose .data-view .screen img {
  width: 100%;
  height: 100%;
}
.dose .data-view .box-wrap {
  width: 4.25%;
  position: absolute;
  top: 31.5%;
  left: 18.5%;
  opacity: 0;
}
.dose .data-view .box-wrap .box {
  padding-top: 69%;
  border: 2px dashed #9e9e9e;
  -ms-transform: scale(0);
  transform: scale(0);
}
.dose .data-view .line {
  width: 0;
  height: 2px;
  background: #9e9e9e;
  position: absolute;
  left: calc(14.12% + 8.6%);
  bottom: 66%;
  transition: width 0.4s;
}
.dose .data-view .point {
  width: 0;
  height: 0;
  position: absolute;
  top: 10.5%;
  left: 15.5%;
}
.dose .data-view .point .circle {
  width: 0;
  height: 0;
  background: rgba(192, 143, 143, 0.5);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.6s;
}
.dose .data-view .point .circle:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background: rgba(192, 143, 143, 0.5);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.6s 0.1s;
}
.dose .data-view .point .circle:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background: rgba(192, 143, 143, 0.3);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.6s 0.2s;
}
.dose .data-view .point.show .circle {
  width: 36px;
  height: 36px;
  opacity: 1;
  transition: all 1s 0.2s;
  transition-delay: 0.4s;
}
.dose .data-view .point.show .circle:before {
  width: 72px;
  height: 72px;
  opacity: 1;
  transition: all 0.8s 0.1s;
  transition-delay: 0.4s;
}
.dose .data-view .point.show .circle:after {
  width: 100px;
  height: 100px;
  opacity: 1;
  transition: all 0.6s;
  transition-delay: 0.4s;
}

/* Dose - 모션 */
.dose .data-view .line.show {
  width: 305px;
  transition: width 0.4s;
}
.dose .data-view .frame-desc1 {
  width: 215px;
  padding-bottom: 12px;
  line-height: 1.3;
  text-align: right;
  font-size: 16px;
  position: absolute;
  left: 30%;
  bottom: 65%;
  color: #666;
  opacity: 0;
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  transition: all 0.4s;
}
.dose .data-view .frame-desc1.show {
  opacity: 1;
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition: all 0.6s;
}
.dose .data-view .box-wrap.show {
  opacity: 1;
  transition: opacity 0.6s, transform 0.6s;
}
.dose .data-view .box-wrap.show .box {
  -ms-transform: scale(1);
  transform: scale(1);
  transition: all 0.6s;
}

@media screen and (max-width: 1440px) {
  .dose .data-view .frame {
    width: 980px;
    height: 540px;
    padding: 18px 18px 50px;
  }
  .dose .detail .img {
    width: 740px;
  }
  .dose .detail .box-wrap {
    left: 20%;
  }
  .dose .detail .line {
    left: calc(14.12% + 20%);
  }
  .dose .detail.in .line {
    width: 645px;
    left: calc(14.12% + 20%);
  }
}
@media screen and (max-width: 1023px) {
  .dose {
    padding-bottom: 0;
  }
  .dose .info-content {
    margin-bottom: 40px;
  }
  .dose .data-view {
    padding-bottom: 100px;
  }
  .dose .data-view .frame {
    width: 696px;
    height: 383px;
    padding: 13px 13px 34px;
  }
  .dose .data-view .frame ~ .desc {
    font-size: 18px;
  }
  .dose .detail .img {
    width: 452px;
    overflow: hidden;
  }
  .dose .detail .img img {
    width: 740px;
  }
  .dose .detail .box-wrap {
    width: 18%;
    top: 19%;
    left: 29.5%;
  }
  .dose .detail .line {
    left: calc(18% + 29.5%);
  }
  .dose .detail .desc {
    font-size: 18px;
  }
  .dose .detail.in .line {
    width: 365px;
    left: calc(18% + 29.5%);
  }
  .dose .data-view .line.show {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .dose {
    padding-top: 120px;
  }
  .dose .info-content {
    margin-bottom: 40px;
  }
  .dose .data-view {
    padding-bottom: 60px;
  }
  .dose .data-view .frame {
    width: 308px;
    height: 169px;
    padding: 6px 6px 15px;
  }
  .dose .data-view .frame ~ .desc {
    font-size: 13px;
    padding-top: 80px;
  }
  /* .dose .data-view .box-wrap { top: 22%; -ms-transform: translateY(20px); transform: translateY(20px); } */
  .dose .detail {
    width: 308px;
    padding-bottom: 30px;
  }
  .dose .detail .box-wrap {
    top: 5%;
    left: 27%;
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  .dose .detail .box-wrap .box {
    padding-top: 25px;
    border: 2px solid #aaa;
  }
  .dose .detail .img {
    width: 308px;
    margin: 0 auto;
    position: relative;
    overflow: visible;
  }
  .dose .detail .img img {
    width: 100%;
  }
  .dose .detail .desc {
    width: 220px;
    padding-left: 10px;
    padding-bottom: 0;
    text-align: left;
    font-size: 10px;
    left: 27%;
    right: auto;
    bottom: 9px;
  }
  .dose .detail .line {
    width: 1px;
    height: 0;
    left: 27%;
    top: 50px;
    bottom: auto;
    transition: height 0.4s;
  }
  .dose .detail.in .line {
    width: 1px;
    height: 130px;
    left: 27%;
    transition: height 0.75s 2.25s;
  }

  .dose .data-view .box-wrap {
    top: 17%;
    width: 5.5%;
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  .dose .data-view .box-wrap .box {
    padding-top: 78%;
  }
  .dose .data-view .line {
    width: 1px;
    height: 0;
    left: 19%;
    top: 61px;
    bottom: auto;
    transition: height 0.4s;
  }
  .dose .data-view .line.show {
    width: 1px;
    height: 145px;
    left: 19%;
    transition: height 0.4s;
  }
  .dose .data-view .point.show .circle {
    width: 18px;
    height: 18px;
  }
  .dose .data-view .point.show .circle:before {
    width: 36px;
    height: 36px;
  }
  .dose .data-view .point.show .circle:after {
    width: 50px;
    height: 50px;
  }
  .dose .data-view .frame-desc1 {
    right: auto;
    left: 27%;
    bottom: -60px;
    width: 220px;
    padding-bottom: 0;
    text-align: left;
    font-size: 10px;
    color: #fff;
  }
  .dose .data-view.show .frame-desc1 {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: all 0.75s 2.8s;
  }
}

/* Productivity */
.productivity {
  padding-top: 170px;
  padding-bottom: 150px;
}
.productivity .info-content {
  margin-bottom: 20px;
}
/* 2023-06-26 비율수정 s */
@media screen and (min-width: 768px) {
  .productivity .info-content .title {
    margin-top: -10px;
  }
  .productivity .info-content {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
  }
}
/* //2023-06-26 비율수정 e */
.productivity .data-view {
  padding-bottom: 150px;
}
.productivity .data-view img {
  width: 100%;
}
.productivity .data-view .frame {
  width: 1185px;
  height: 654px;
  margin: 0 auto;
  padding: 23px 23px 61px;
  background: url("/resources/kr/_img/sub/smartcenter/screen-frame.jpg")
    no-repeat 50% 0;
  background-size: cover;
  position: relative;
}
.productivity .data-view .desc {
  padding: 0 26px;
  line-height: 1.3;
  text-align: center;
  font-size: 18px;
}
.productivity .data-view .frame + .desc {
  margin-top: -20px;
} /* 2023-06-08 비율수정 */
.productivity .data-view .screen-area {
  width: 100%;
  height: 100%;
  position: relative;
}
.productivity .data-view .screen {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.productivity .data-view .screen img {
  width: 100%;
  height: 100%;
}

.productivity .detail {
  width: 900px;
  margin: 0 auto;
  position: relative;
}
.productivity .detail img {
  width: 100%;
}
.productivity .detail .line {
  width: 100%;
  height: 0;
  background: url("/resources/kr/_img/sub/smartcenter/productivity-line.png")
    no-repeat 50% 0;
  background-size: 100% auto;
  position: absolute;
  top: 227px;
  left: 0;
  transition: all 0.4s;
}
.productivity .detail .desc {
  width: 100%;
  padding: 0 108px 0 176px;
  text-align: center;
  line-height: 1.3;
  font-size: 22px;
  position: absolute;
  bottom: 5%;
  left: 0;
  opacity: 0;
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  transition: all 0.4s;
}
/* Productivity - 모션 */
.productivity .data-view.in .desc {
  transition-delay: 0.6s;
}
/* .productivity .data-view .in .box-wrap { opacity: 1; transition: opacity .75s .5s, transform .75s .5s; }
.productivity .data-view .in .box-wrap .box { -ms-transform: scale(1); transform: scale(1); transition: all .75s 1.5s; } */
.productivity .detail.in .line {
  height: 293px;
  transition: all 0.75s 0.75s;
}
.productivity .detail.in .desc {
  opacity: 1;
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition: all 0.75s 1.5s;
}
.productivity .data-view .point {
  width: 0;
  height: 0;
  position: absolute;
  top: 10%;
  left: 19%;
}
.productivity .data-view .point .circle {
  width: 0;
  height: 0;
  background: rgba(192, 143, 143, 0.5);
  border-radius: 50%;
  position: absolute;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.6s;
}
.productivity .data-view .point .circle:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background: rgba(192, 143, 143, 0.5);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.6s 0.1s;
}
.productivity .data-view .point .circle:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background: rgba(192, 143, 143, 0.3);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.6s 0.2s;
}
.productivity .data-view .point.show .circle {
  width: 36px;
  height: 36px;
  opacity: 1;
  transition: all 1s 0.2s;
}
.productivity .data-view .point.show .circle:before {
  width: 72px;
  height: 72px;
  opacity: 1;
  transition: all 0.8s 0.1s;
}
.productivity .data-view .point.show .circle:after {
  width: 100px;
  height: 100px;
  opacity: 1;
  transition: all 0.6s;
}
.productivity .data-view .line {
  position: absolute;
  top: 40%;
  left: 21%;
  width: 334px;
  height: 0;
  background: url("/resources/kr/_img/sub/smartcenter/productivity-line2.png")
    no-repeat 100% 0;
  background-size: 100% auto;
  transition: all 0.4s;
}
.productivity .data-view .line.show {
  height: 117px;
}
.productivity .data-view .frame-desc1 {
  position: absolute;
  top: 58.5%;
  left: 265px;
  width: 280px;
  text-align: center;
  line-height: 1.3;
  font-size: 16px;
  opacity: 0;
  color: #666;
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  transition: all 0.4s;
}
.productivity .data-view .frame-desc1.show {
  opacity: 1;
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.productivity .data-view .box-wrap {
  width: 41%;
  position: absolute;
  bottom: 6%;
  left: 15%;
  opacity: 0;
  transition: all 0.4s;
}
.productivity .data-view .box-wrap .box {
  padding-top: 26%;
  border: 2px dashed #9e9e9e;
  -ms-transform: scale(0);
  transform: scale(0);
  transition: all 0.4s;
}
.productivity .data-view .box-wrap.show {
  opacity: 1;
}
.productivity .data-view .box-wrap.show .box {
  -ms-transform: scale(1);
  transform: scale(1);
}
.productivity .data-view .frame-desc2 {
  position: absolute;
  bottom: 10px;
  left: 25%;
  width: auto;
  line-height: 1.3;
  font-size: 16px;
  opacity: 0;
  color: #666;
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  transition: all 0.4s;
}
.productivity .data-view .frame-desc2.show {
  opacity: 1;
  -ms-transform: translateY(0);
  transform: translateY(0);
}

@media screen and (max-width: 1440px) {
  .productivity .data-view .frame {
    width: 980px;
    height: 540px;
    padding: 18px 18px 50px;
  }
  .productivity .data-view .line {
    width: 275px;
  }
  .productivity .data-view .frame-desc1 {
    left: 230px;
    width: 210px;
  }
  .productivity .data-view .frame-desc2 {
    left: 14%;
    bottom: 0;
  }
}

@media screen and (max-width: 1023px) {
  .productivity {
    padding-bottom: 0;
  }
  .productivity .info-content {
    margin-bottom: 40px;
  }
  .productivity .data-view {
    padding-bottom: 100px;
  }
  .productivity .data-view .frame {
    width: 696px;
    height: 383px;
    padding: 13px 13px 34px;
  }
  .productivity .data-view .frame ~ .desc {
    font-size: 18px;
  }
  .productivity .detail {
    width: 696px;
  }
  .productivity .detail .line {
    top: 170px;
  }
  .productivity .detail .desc {
    padding: 0 83px 0 135px;
    font-size: 18px;
    bottom: 6%;
  }
  .productivity .detail.in .line {
    height: 201px;
    transition: height 0.75s 2.25s;
  }

  .productivity .data-view .line {
    width: 195px;
  }
  .productivity .data-view .frame-desc1 {
    left: 24%;
    width: 160px;
    font-size: 13px;
  }
  .productivity .data-view .frame-desc2 {
    left: 10.5%;
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .productivity {
    padding-top: 120px;
  }
  .productivity .info-content {
    margin-bottom: 40px;
  }
  .productivity .data-view {
    padding-bottom: 60px;
  }
  .productivity .data-view .frame {
    width: 308px;
    height: 169px;
    padding: 6px 6px 15px;
  }
  .productivity .data-view .frame ~ .desc {
    font-size: 13px;
  }
  .productivity .data-view .box-wrap {
    bottom: auto;
    top: 14%;
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  .productivity .detail {
    width: 308px;
    padding-bottom: 20px;
  }
  .productivity .detail .line {
    top: 80px;
  }
  .productivity .detail .desc {
    padding: 0 40px 0 70px;
    text-align: left;
    font-size: 11px;
    bottom: 10px;
  }
  .productivity .detail.in .line {
    height: 88px;
  }
  .productivity .data-view .desc {
    padding-top: 80px;
  }
  .productivity .data-view .point.show .circle {
    width: 18px;
    height: 18px;
  }
  .productivity .data-view .point.show .circle:before {
    width: 36px;
    height: 36px;
  }
  .productivity .data-view .point.show .circle:after {
    width: 50px;
    height: 50px;
  }
  .productivity .data-view .line {
    width: 90px;
    background: url("/resources/kr/_img/sub/smartcenter/productivity-line2-mo.png")
      no-repeat;
    background-size: cover;
  }
  .productivity .data-view .frame-desc1 {
    left: 17%;
    top: auto;
    bottom: -45px;
    width: 100%;
    text-align: center;
    font-size: 11px;
    color: #fff;
  }
  .productivity .data-view .box-wrap {
    top: auto;
    bottom: 25px;
  }
  .productivity .data-view .box-wrap .box {
    position: relative;
    padding-top: 27%;
  }
  .productivity .data-view .box-wrap.show .box:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 1px;
    height: 60px;
    background: #9e9e9e;
  }
  .productivity .data-view .frame-desc2 {
    top: auto;
    left: 0;
    bottom: -70px;
    width: 100%;
    text-align: center;
    font-size: 11px;
    color: #fff;
  }
}
/* // 2023-03-23 수정 e */

/* Detector Shock */
.shock {
  padding-top: 170px;
  padding-bottom: 50px;
}
/* 2023-06-26 비율수정 s */
.shock .info-content {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .shock .info-content {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
  }
  .shock .info-content .title {
    margin-top: -10px;
  }
}
/* //2023-06-26 비율수정 e */
.shock .data-view {
  position: relative;
  z-index: 11;
}
.shock .data-view img {
  width: 100%;
}
.shock .data-view .frame {
  width: 1185px;
  height: 654px;
  margin: 0 auto;
  padding: 23px 23px 61px;
  background: url("/resources/kr/_img/sub/smartcenter/screen-frame.jpg")
    no-repeat 50% 0;
  background-size: cover;
  position: relative;
}
.shock .data-view .frame ~ .desc {
  margin-top: -20px;
  line-height: 1.3;
  text-align: center;
  font-size: 18px;
} /* 2023-06-08 비율수정 */
.shock .data-view .screen-area {
  width: 100%;
  height: 100%;
  position: relative;
}
.shock .data-view .screen {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.shock .data-view .screen img {
  width: 100%;
  height: 100%;
}
.shock .shock-alert {
  box-sizing: content-box;
  height: 640px;
  margin-top: 150px;
  padding-top: 100px;
  background: #000 url("/resources/kr/_img/sub/smartcenter/shock-bg.jpg")
    no-repeat 50% 100%;
}
.shock .shock-alert .con-body {
  height: 100%;
  position: relative;
}
.shock .shock-alert img {
  width: 100%;
}
.shock .shock-alert .detector {
  width: 50%;
  height: 100%;
  position: relative;
  z-index: 10;
}
.shock .shock-alert .body {
  width: 100%;
  position: absolute;
  bottom: 110px;
  left: 0;
  opacity: 0;
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  transition: all 0.4s;
}
.shock .shock-alert .shock-effect {
  width: 0;
  height: 0;
  position: absolute;
  bottom: 114px;
  left: 19.9%;
}
.shock .shock-alert .shock-effect .img {
  width: 0;
  height: 0;
  border-radius: 50%;
  background: url("/resources/kr/_img/sub/smartcenter/shock-effect.png")
    no-repeat 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.shock .shock-alert .content {
  width: 50%;
  padding-left: 5%;
  padding-bottom: 187px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.shock .shock-alert .ico {
  width: 72px;
  height: 48px;
  margin-bottom: 30px;
  background: url("/resources/kr/_img/sub/smartcenter/shock-alert-mail.png")
    no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
  transition: all 0.4s;
}
.shock .shock-alert .title {
  padding-bottom: 38px;
  line-height: 1.2;
  font-family: "stitle", "SECGCWM";
  font-weight: 600;
} /* 2023-06-27 비율수정 */
.shock .shock-alert .main {
  display: inline-block;
  padding-bottom: 3px;
  font-size: 40px;
  color: #fff;
  opacity: 0;
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
  transition: all 0.4s;
}
.shock .shock-alert .sub {
  display: inline-block;
  margin-top: 10px;
  font-size: 27px;
  font-weight: normal;
  color: #9d9d9d;
  opacity: 0;
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
  transition: all 0.4s;
}
.shock .shock-alert .footnote {
  line-height: 1.3;
  font-size: 18px;
  opacity: 0;
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  transition: all 0.4s;
} /* 2023-06-26 비율수정 */
/* Detector Shock - 모션 */
.shock .data-view.in .desc {
  transition-delay: 0.6s;
}
.shock .shock-alert.in .body {
  opacity: 1;
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition: opacity 1.2s, transform 1.2s;
}
.shock .shock-alert.in .shock-effect .img {
  width: 252px;
  height: 98px;
  border-radius: 0;
  transition: all 0.75s 0.8s;
}
.shock .shock-alert .content.in .ico {
  opacity: 1;
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition: all 0.75s 1.2s;
}
.shock .shock-alert .content.in .main {
  opacity: 1;
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition: all 0.75s 1.4s;
}
.shock .shock-alert .content.in .sub {
  opacity: 1;
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition: all 0.75s 1.6s;
}
.shock .shock-alert .content.in .footnote {
  opacity: 1;
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition: all 0.75s 1.9s;
}

@media screen and (max-width: 1440px) {
  .shock .data-view .frame {
    width: 980px;
    height: 540px;
    padding: 18px 18px 50px;
  }
  .shock .shock-alert {
    background-size: 1650px auto;
  }
  .shock .shock-alert .shock-effect {
    bottom: 100px;
  }
  .shock .shock-alert .content {
    padding-left: 2%;
  }
}
@media screen and (max-width: 1023px) {
  .shock {
    padding-bottom: 0;
  }
  .shock .info-content {
    margin-bottom: 40px;
  }
  .shock .data-view .frame {
    width: 696px;
    height: 383px;
    padding: 13px 13px 34px;
  }
  .shock .data-view .frame ~ .desc {
    font-size: 18px;
  }
  .shock .shock-alert {
    height: 440px;
    padding-top: 60px;
    background-size: 1184px auto;
  }
  .shock .shock-alert .body {
    bottom: 70px;
  }
  .shock .shock-alert .shock-effect {
    bottom: 78px;
  }
  .shock .shock-alert .content {
    padding-bottom: 105px;
  }
  .shock .shock-alert .ico {
    width: 45px;
    height: 30px;
    margin-bottom: 20px;
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  .shock .shock-alert .title {
    padding-bottom: 20px;
  }
  .shock .shock-alert .main {
    font-size: 36px;
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  .shock .shock-alert .sub {
    font-size: 26px;
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  .shock .shock-alert .footnote {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .shock {
    padding-top: 120px;
  }
  .shock .info-content {
    margin-bottom: 40px;
  }
  .shock .data-view .frame {
    width: 308px;
    height: 169px;
    padding: 6px 6px 15px;
  }
  .shock .data-view .frame ~ .desc {
    margin-top: 20px;
    font-size: 13px;
  }
  .shock .shock-alert {
    height: 560px;
    padding-top: 50px;
    background: none;
  }
  .shock .shock-alert .body {
    bottom: 225px;
    -ms-transform: translateY(-150px);
    transform: translateY(-150px);
  }
  .shock .shock-alert .con-body:before {
    content: "";
    display: block;
    width: 100%;
    height: 390px;
  }
  .shock .shock-alert .con-body:after {
    content: "";
    display: block;
    width: 100%;
    height: 178px;
    background: url("/resources/kr/_img/sub/smartcenter/shock-bg-mob.jpg")
      no-repeat 50% 100%;
    position: absolute;
    bottom: 140px;
    left: 0;
  }
  .shock .shock-alert .detector {
    float: none;
    width: 320px;
    position: absolute;
    top: 0;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .shock .shock-alert .shock-effect {
    left: 45%;
    bottom: 230px;
    z-index: 1;
  }
  .shock .shock-alert .content {
    float: none;
    width: 100%;
    padding: 0 26px;
    position: relative;
    z-index: 1;
  }
  .shock .shock-alert .ico {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .shock .shock-alert .main {
    font-size: 24px;
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .shock .shock-alert .sub {
    font-size: 18px;
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .shock .shock-alert .footnote {
    font-size: 13px;
  }
}

/* Management */
.management {
  padding-top: 170px;
  padding-bottom: 210px;
}
.management .info-content {
  margin-bottom: 40px;
}
/* 2023-06-26 비율수정 s */
@media screen and (min-width: 768px) {
  .management .info-content {
    display: flex;
    align-items: center;
  }
  .management .info-content .title {
    margin-top: -10px;
  }
}
.management .visual {
  max-width: 1250px;
  margin: 0 auto;
  overflow: hidden;
}
/* //2023-06-26 비율수정 e */
.management .visual .wrap {
  padding-top: 56.25%;
  position: relative;
}
.management .visual img {
  width: 100%;
}
.management .visual .screen {
  width: 50.75%;
  box-shadow: 0 0 80px 0 #0085f6;
  position: absolute;
  top: 79px;
  left: 50%;
  -ms-transform: translate(-50%, -130px);
  transform: translate(-50%, -130px);
  z-index: 10;
  opacity: 0;
  transition: all 0.4s;
}

/* 2025-04-22 추가 */
.management .visual .screen.apr {
  width: 100%;
  box-shadow: none !important;
  position: absolute;
  top: 0;
}

.management .visual .map {
  width: 100%;
  height: 50%;
  background: url("/resources/kr/_img/sub/smartcenter/management-map.png")
    no-repeat 50% 100%;
  opacity: 0;
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  background-size: 100% auto;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.4s;
}
.management .visual .line {
  width: 100%;
  height: 0;
  background: url("/resources/kr/_img/sub/smartcenter/management-line.png")
    no-repeat 50% 0;
  background-size: 100% auto;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.4s;
}
.management .visual .ico {
  width: 30%;
  height: 45%;
  background: url("/resources/kr/_img/sub/smartcenter/management-ico.png")
    no-repeat 50% 0;
  opacity: 0;
  -ms-transform: translate(-50%, -150px);
  transform: translate(-50%, -150px);
  background-size: 100% auto;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 2;
  transition: all 0.4s;
}
/* Management - 모션 */
.management .visual.in .screen {
  opacity: 1;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  box-shadow: 0 0 15px 0 #0085f6;
  transition: opacity 1.5s, transform 1.5s, box-shadow 4s;
}
.management .visual.in .map {
  opacity: 1;
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition: all 1s 1.2s;
}
.management .visual.in .line {
  height: 100%;
  transition: all 0.75s 1.2s;
}
.management .visual.in .ico {
  width: 100%;
  opacity: 1;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transition: all 1.5s 1.5s;
}

@media screen and (max-width: 1440px) {
  .management {
    padding-bottom: 140px;
  }

  /* 2025-04-22 추가 */
  .management .visual .screen.apr {
    width: 90%;
  }
}
@media screen and (max-width: 1023px) {
  .management {
    padding-bottom: 100px;
  }
  .management .info-content {
    margin-bottom: 40px;
  }
  .management .visual .screen {
    top: 39px;
    -ms-transform: translate(-50%, -60px);
    transform: translate(-50%, -60px);
  }
}
@media screen and (max-width: 767px) {
  .management {
    padding-top: 120px;
    padding-bottom: 70px;
  }
  .management .info-content {
    margin-bottom: 40px;
  }
  .management .visual .screen {
    top: 24px;
    -ms-transform: translate(-50%, -20px);
    transform: translate(-50%, -20px);
  }
}

/* 2023-03-21 수정 s */
/* Detail Image */
.detail-image {
  background: #000;
  position: relative;
  overflow: hidden;

  /* 2025-04-22 수정 */
  padding-top: 400px;
  padding-bottom: 300px;
} /* 2023-05-25 수정 */
.detail-image .nav-tab {
  width: 1440px;
  margin: 0 auto 40px;
  font-family: "stitle", "SECGCWM";
  font-weight: 600;
} /* 2023-06-27 비율수정 */
.detail-image .nav-tab ul {
  display: table;
  width: 100%;
}
.detail-image .nav-tab li {
  display: table-cell;
  width: 0;
  transition: all 0.4s;
}
.detail-image .nav-tab a {
  display: block;
  height: 64px;
  line-height: 60px;
  padding: 0 38px;
  font-size: 22px;
  color: rgba(255, 255, 255, 0.5);
  white-space: nowrap;
  border-bottom: 4px solid #000;
  transition: color 0.4s, border 0.4s;
}
.detail-image .nav-tab .on {
  width: 100%;
}
.detail-image .nav-tab .on a {
  font-size: 26px;
  color: #fff;
  border-bottom: 4px solid #fff;
}
.detail-image .slider-wrap {
  position: relative;
  overflow: hidden;
}
.detail-image .slider {
  width: 1030px;
  margin: 0 auto;
  position: relative;
  overflow: visible;
}
.detail-image .list li {
  padding: 0 50px;
}
.detail-image .list .img {
  padding-top: 50%;
  position: relative;
}
.detail-image .list img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.detail-image .dim {
  width: calc((100% - 930px) / 2);
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
  overflow: hidden;
}
.ie9 .detail-image .dim {
  background: rgba(0, 0, 0, 0.5);
}
.detail-image .dim.left {
  left: 0;
}
.detail-image .dim.left:before {
  content: "";
  display: block;
  width: 390px;
  height: 100%;
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0), #000000);
  position: absolute;
  top: 0;
  right: 0;
}
.detail-image .dim.left:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000000;
  position: absolute;
  top: 0;
  right: 390px;
}
.ie9 .detail-image .dim.left:after {
  background: none;
}
.detail-image .dim.right {
  right: 0;
}
.detail-image .dim.right:before {
  content: "";
  display: block;
  width: 390px;
  height: 100%;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #000000);
  position: absolute;
  top: 0;
  left: 0;
}
.detail-image .dim.right:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000000;
  position: absolute;
  top: 0;
  left: 390px;
}
.ie9 .detail-image .dim.right:after {
  background: none;
}
.detail-image .ts-controls {
  width: 930px;
  position: absolute;
  top: 0;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 30;
}
.detail-image .ts-controls button {
  display: block;
  width: 36px;
  height: 0;
  max-height: 74px;
  padding-top: 74px;
  font-size: 0;
  overflow: hidden;
  position: absolute;
  top: 227px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.detail-image .ts-prev {
  right: calc(100% + 157px);
  background: url("/resources/kr/_img/sub/smartcenter/slider-prev.png")
    no-repeat;
  background-size: 100% 100%;
}
.detail-image .ts-next {
  left: calc(100% + 157px);
  background: url("/resources/kr/_img/sub/smartcenter/slider-next.png")
    no-repeat;
  background-size: 100% 100%;
}
.detail-image .desc {
  max-width: 1180px;
  margin: 0 auto;
  padding: 40px 27px 0;
  line-height: 1.3;
  text-align: center;
  font-size: 15px;
} /* 2023-05-25 수정 */

@media screen and (max-width: 1440px) {
  .detail-image .nav-tab {
    width: 1140px;
  }
  .detail-image .nav-tab a {
    padding: 0 30px;
  }
  .detail-image .list li {
    padding: 0 25px;
  }
  .detail-image .dim {
    width: calc((100% - 980px) / 2);
  }
  .detail-image .ts-prev {
    right: calc(100% + 100px);
  }
  .detail-image .ts-next {
    left: calc(100% + 100px);
  }
  .detail-image .ts-controls button {
    top: 252px;
  }
}
@media screen and (max-width: 1240px) {
  .detail-image .nav-tab {
    width: 980px;
  }
  .detail-image .nav-tab a {
    padding: 0 20px;
    font-size: 18px;
  }
  .detail-image .nav-tab .on a {
    font-style: 22px;
  }
  .detail-image .slider {
    width: 850px;
  }
  .detail-image .list li {
    padding: 0 15px;
  }
  .detail-image .dim {
    width: calc((100% - 820px) / 2);
  }
  .detail-image .ts-prev {
    right: calc(100% - 10px);
  }
  .detail-image .ts-next {
    left: calc(100% - 10px);
  }
  .detail-image .ts-controls button {
    top: 208px;
  }
}
@media screen and (max-width: 1023px) {
  .detail-image .nav-tab {
    width: auto;
    margin: 0 36px 30px;
  }
  .detail-image .nav-tab a {
    line-height: 1.2;
    font-size: 18px;
  }
  .detail-image .nav-tab .on a {
    font-size: 22px;
  }
  .detail-image .slider-wrap {
    padding: 0 40px;
  }
  .detail-image .slider {
    width: 100%;
    overflow: hidden;
  }
  .detail-image .list li {
    padding: 0;
  }
  .detail-image .dim {
    display: none;
  }
  .detail-image .ts-controls {
    width: 100%;
    top: 50%;
  }
  .detail-image .ts-controls button {
    width: 16px;
    max-height: 34px;
    padding-top: 34px;
    top: 0;
  }
  .detail-image .ts-prev {
    left: 14px;
    right: auto;
    background-image: url("/resources/kr/_img/sub/smartcenter/slider-prev-mob.png");
  }
  .detail-image .ts-next {
    left: auto;
    right: 14px;
    background-image: url("/resources/kr/_img/sub/smartcenter/slider-next-mob.png");
  }
  .detail-image .desc {
    padding-top: 25px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .detail-image .nav-tab {
    margin: 0 0 40px;
  }
  .detail-image .nav-tab ul {
    display: block;
    overflow: hidden;
  }
  .detail-image .nav-tab li {
    float: left;
    width: calc(50% - 5px);
  }
  .detail-image .nav-tab li:nth-child(even) {
    float: right;
  }
  .detail-image .nav-tab .on {
    width: calc(50% - 5px);
  }
  .detail-image .nav-tab a {
    height: 36px;
    line-height: 37px;
    padding: 0;
    text-align: center;
    font-size: 11px;
    border-bottom: 1px solid #363636;
  }
  .detail-image .nav-tab .on a {
    font-size: 13px;
    border-width: 2px;
  }
  .detail-image .nav-tab br {
    display: none;
  }
  .detail-image .desc {
    padding-top: 10px;
    font-size: 13px;
  }
}

/* Contact */
.contact-info {
  padding: 420px 0;
  background: #000;
  position: relative;
}
.contact-info .sns {
  text-align: center;
  font-size: 0;
}
.contact-info .sns li {
  display: inline-block;
}
.contact-info .sns li:not(:first-child) {
  margin-left: 48px;
}
/* .contact-info .sns:after { content: ''; display: block; width: 1px; height: 305px; margin: 89px auto 81px; background: #fff; } */ /* 2023-03-07 삭제 */
.contact-info .btn-request {
  display: block;
  width: 356px;
  height: 67px;
  margin: 0 auto;
  line-height: 67px;
  text-align: center;
  font-family: "s7";
  font-size: 28px;
  opacity: 0.94;
  background: #026bb8;
  background-image: linear-gradient(195deg, #389bf2, #0074c2 32%, #1549c4);
  border-radius: 34px;
}

@media screen and (max-width: 1023px) {
  .contact-info {
    padding: 230px 0;
  }
  .contact-info .sns li:not(:first-child) {
    margin-left: 38px;
  }
  .contact-info .sns img {
    width: 37px;
  }
  .contact-info .sns:after {
    height: 200px;
    margin: 47px auto 60px;
  }
  .contact-info .btn-request {
    width: 240px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .contact-info {
    padding: 125px 0;
  }
  .contact-info .sns li:not(:first-child) {
    margin-left: 29px;
  }
  .contact-info .sns img {
    width: 37px;
  }
  .contact-info .sns:after {
    height: 100px;
    margin: 38px auto 40px;
  }
  .contact-info .btn-request {
    width: 172px;
    height: 38px;
    line-height: 38px;
    font-size: 12px;
  }
}
/* // 2023-03-21 수정 e */
