@charset "utf-8";

#wrapper {
  overflow: hidden;
  width: 100%;
}
/* 헤더 */
.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-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
}

.header-top .logo {
  display: block;
  width: 100%;
  height: 50px;
  background: url("/resources/kr/_img/sub/valueuppackage/samsung-logo.png")
    no-repeat center;
  background-size: auto 32px;
  z-index: 1;
  overflow: hidden;
  font-size: 0;
  color: transparent;
}
.header-top .info {
  height: 50px;
  padding-top: 7px;
  font-family: "stitle", "SECGCWB";
  font-size: 32px;
  text-align: center;
}
.header-top .info a {
  color: #fff;
}
.header-top .logo-wrap .rolling-obj {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  animation-name: rolling;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
} /* 2023-08-30 주석해제 */
.header-top .info {
  animation-delay: 4s;
  transform: translateY(-100%);
}
@keyframes rolling {
  0% {
    opacity: 0;
    transform: translate(-50%, -100%);
  }
  10% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
  60% {
    opacity: 0;
    transform: translate(-50%, 100%);
  }
  100% {
    opacity: 0;
    transform: translateY(-100%);
  }
}
/* 2023-08-30 주석해제 s */
.header-top .action {
  float: right;
  padding-top: 8px;
}
.header-top .action a {
  color: #fff;
}
.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 {
  width: 100%;
  height: 35px;
  background: #fff;
  position: relative;
  text-align: center;
}
.nav-page-slider {
  display: inline-block;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.nav-page-slider ul {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 0;
  white-space: nowrap;
  position: relative;
}
.nav-page-slider li {
  /*width: 20%;*/
  height: 100%;
  padding: 0;
  vertical-align: top;
}
.nav-page-slider li span {
  display: block;
  padding: 0 21px;
}
.nav-page-slider li:first-child span {
  display: block;
  height: 100%;
}
.nav-page-slider a {
  display: block;
  height: 100%;
  padding-top: 12px;
  font-family: "s8";
  font-size: 13px;
  color: #202425;
}
.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;
}
/* //2023-08-30 주석해제 e */

@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 .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 .info {
    padding-top: 18px;
    font-size: 14px;
  }
  .header-top .action {
    padding-top: 5px;
  }
  .header-top .btn-request {
    width: 130px;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    border-radius: 17px;
  }
  .header-top .btn-request span {
    display: none;
  }
  .header-top .logo {
    width: 120px;
    background-size: auto 20px;
  }
  .nav-page {
    height: 34px;
  }
  .nav-page-slider {
    width: calc(100% - 30px);
  }
  .nav-page-slider ul {
    width: auto;
  }
  .nav-page-slider li {
    width: auto;
  }
  .nav-page-slider li span {
    display: block;
    width: auto;
    padding: 0 12px;
  }
  .nav-page-slider a {
    padding-top: 13px;
    font-size: 10px;
  }
}
/* scroll.js*/
[data-scroll] {
  opacity: 0;
  transition-property: all;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
}
[data-scroll][data-scroll-active="on"] {
  opacity: 1;
  transform: translate(0px, 0px) !important;
}
[data-scroll][data-scroll-active="off"] {
  opacity: 0;
}
[data-scroll="fade-up"] {
  transform: translateY(100px);
}
[data-scroll="fade-down"] {
  transform: translateY(-100px);
}
[data-scroll="fade-left"] {
  transform: translateX(-100px);
}
[data-scroll="fade-right"] {
  transform: translateX(100px);
}

@media all and (max-width: 768px) {
  [data-scroll-mobile] {
    opacity: 0;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
  }
  [data-scroll-mobile][data-scroll-mobile-active="on"] {
    opacity: 1;
    transform: translate(0px, 0px) !important;
  }
  [data-scroll-mobile][data-scroll-mobile-active="off"] {
    opacity: 0;
  }
  [data-scroll-mobile="fade-up"] {
    transform: translateY(100px);
  }
  [data-scroll-mobile="fade-down"] {
    transform: translateY(-100px);
  }
  [data-scroll-mobile="fade-left"] {
    transform: translateX(-100px);
  }
  [data-scroll-mobile="fade-right"] {
    transform: translateX(100px);
  }
}
@media all and (min-width: 769px) {
  [data-scroll-pc] {
    opacity: 0;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
  }
  [data-scroll-pc][data-scroll-pc-active="on"] {
    opacity: 1;
    transform: translate(0px, 0px) !important;
  }
  [data-scroll-pc][data-scroll-pc-active="off"] {
    opacity: 0;
  }
  [data-scroll-pc="fade-up"] {
    transform: translateY(100px);
  }
  [data-scroll-pc="fade-down"] {
    transform: translateY(-100px);
  }
  [data-scroll-pc="fade-left"] {
    transform: translateX(-100px);
  }
  [data-scroll-pc="fade-right"] {
    transform: translateX(100px);
  }
}

/* ValueupPackage_2022 */
#wrapper {
  overflow: hidden;
  width: 100%;
  letter-spacing: 0;
  font-family: "s4";
  word-break: keep-all;
}

.On_Device_CAD * {
  box-sizing: border-box;
  line-height: 1.4;
}
.On_Device_CAD ul li,
.On_Device_CAD ol li {
  list-style: none;
}
.On_Device_CAD img {
  max-width: 100%;
  max-height: 100%;
}
.On_Device_CAD .section_container {
  padding-top: 78px;
}
.On_Device_CAD .section_inner {
  position: relative;
  width: 1280px;
  max-width: 94%;
  margin: 0 auto; /* background-color: rgba(255,255,255,0.3);*/
}
.On_Device_CAD .section_title {
  padding-bottom: 15px;
  border-bottom: 1px solid #222;
  color: #111;
  font-size: 25px;
  font-weight: bold;
  font-family: "stitle", "SECGCWB";
  line-height: 1.2;
}
.On_Device_CAD .sub_title {
  font-family: "s8";
  font-size: 18px;
  color: #0a3d86;
}
.On_Device_CAD .section_title + .sentence {
  margin-top: 15px;
}
.On_Device_CAD .sub_title + .sentence {
  margin-top: 5px;
}
.On_Device_CAD .sentence {
  color: #111;
  font-size: 15px;
  line-height: 1.4;
}
.On_Device_CAD .dot_list li {
  position: relative;
  padding-left: 6px;
  color: #111;
  font-size: 15px;
  line-height: 1.4;
}
.On_Device_CAD .dot_list li:before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 2px;
  margin-right: 4px;
  border-radius: 2px;
  background-color: #111;
  vertical-align: middle;
}
.On_Device_CAD .dot_list li + li {
  margin-top: 5px;
}
.On_Device_CAD .ref_list li {
  position: relative;
  padding-left: 10px;
  text-align: left;
  font-size: 11px;
  color: #747474;
}
.On_Device_CAD .ref_list li::before {
  content: "*";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.On_Device_CAD .ref_list li + li {
  margin-top: 5px;
}
.On_Device_CAD .ref {
  position: relative;
  padding-left: 10px;
  text-align: left;
  font-size: 11px;
  color: #747474;
}
.On_Device_CAD .ref::before {
  content: "*";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  /* .On_Device_CAD .section_container{padding-top: 100px;} 2023-08-30 주석 처리 */
  .On_Device_CAD .section_title {
    padding-bottom: 20px;
    border-bottom-width: 2px;
    font-size: 50px;
  }
  .On_Device_CAD .sub_title {
    font-size: 34px;
  }
  .On_Device_CAD .sentence {
    font-size: 22px;
  }
  .On_Device_CAD .section_title + .sentence {
    margin-top: 30px;
  }
  .On_Device_CAD .sub_title + .sentence {
    margin-top: 10px;
  }
  .On_Device_CAD .dot_list li {
    margin-right: 8px;
    font-size: 18px;
  }
  .On_Device_CAD .dot_list li:before {
    top: 15px;
    width: 3px;
    height: 3px;
  }
  .On_Device_CAD .ref_list li {
    padding-left: 15px;
    font-size: 16px;
  }
  .On_Device_CAD .ref {
    padding-left: 15px;
    font-size: 16px;
  }
}

/* visual */
.intro {
  background: url(/resources/kr/_img/sub/On_Device_CAD/2023/visual_bg_pc.jpg)
    no-repeat center right 40%;
  background-size: cover;
}
.intro .section_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 90px 0;
}
.intro .visual_title {
  font-size: 30px;
  font-family: "stitle", "SECGCWB";
  color: #1470bc;
  line-height: 1;
}
.intro .visual_sub_title {
  margin-top: 10px;
  font-size: 15px;
  font-family: "stitle", "SECGCWB";
  color: #222;
}
@media all and (min-width: 768px) {
  .intro {
    background-position: center;
  }
  .intro .section_inner {
    padding: 180px 0;
  }
  .intro .visual_title {
    margin-top: 30px;
    font-size: 90px;
  }
  .intro .visual_sub_title {
    margin-top: 20px;
    font-size: 30px;
  }
}
@media all and (min-width: 1024px) {
}
@media all and (min-width: 1240px) {
}

/* what-is-cad */
#what-is {
  overflow: hidden;
  padding: 50px 0 100px;
  background: url(/resources/kr/_img/sub/On_Device_CAD/2023/what-is_bg.png)
      no-repeat right bottom / auto 30%,
    linear-gradient(135deg, #ffffff 47%, #bbbcbc 100%);
}
#what-is .function_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
  padding: 0;
}
#what-is .function_list li {
  position: relative;
  width: 50%;
  padding-left: 10px;
  font-size: 14px;
  font-family: "s7";
  color: #0a3d86;
}
#what-is .function_list li::before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background-color: #0a3d86;
}
#what-is .function_list li:nth-child(n + 3) {
  margin-top: 5px;
}
#what-is .img_wrap {
  margin-top: 50px;
  text-align: center;
  mix-blend-mode: multiply;
}
#what-is .img_wrap img {
  max-width: 80%;
}
#what-is .img_wrap + .ref_list {
  margin-top: 20px;
  padding-right: 30%;
}
@media all and (min-width: 768px) {
  #what-is {
    padding: 100px 0;
    background: url(/resources/kr/_img/sub/On_Device_CAD/2023/what-is_bg.png)
        no-repeat right bottom / auto 40%,
      linear-gradient(135deg, #ffffff 47%, #bbbcbc 100%);
  }
  #what-is .function_list {
    margin-top: 40px;
    padding: 0 5%;
  }
  #what-is .function_list li {
    width: 33.3333%;
    padding-left: 15px;
    font-size: 22px;
  }
  #what-is .function_list li::before {
    top: 12px;
    width: 6px;
    height: 6px;
  }
  #what-is .function_list li:nth-child(3) {
    margin-top: 0;
  }
  #what-is .function_list li:nth-child(n + 4) {
    margin-top: 10px;
  }
  #what-is .img_wrap {
    margin-top: 25px;
  }
  #what-is .img_wrap + .ref_list {
    margin-top: 40px;
  }
}
@media all and (min-width: 1024px) {
  #what-is .function_list {
    padding: 0 10%;
  }
}
@media all and (min-width: 1240px) {
  #what-is {
    background: url(/resources/kr/_img/sub/On_Device_CAD/2023/what-is_bg.png)
        no-repeat right bottom / auto 60%,
      linear-gradient(135deg, #ffffff 47%, #bbbcbc 100%);
  }
  #what-is .img_wrap + .ref_list {
    padding-right: 0;
  }
}
@media all and (min-width: 1500px) {
  #what-is {
    background: url(/resources/kr/_img/sub/On_Device_CAD/2023/what-is_bg.png)
        no-repeat right bottom / auto 75%,
      linear-gradient(135deg, #ffffff 47%, #bbbcbc 100%);
  }
}
/* vuno */
#vuno {
  padding: 50px 0;
}
#vuno .img_list {
  margin-top: 15px;
  text-align: center;
}
#vuno .img_list li + li {
  margin-top: 20px;
}
#vuno .img_list li .img_caption {
  margin-top: 10px;
  font-size: 14px;
  color: #6f7072;
  font-family: "stitle", "SECGCWB";
  text-align: center;
}
#vuno .img_list + .ref {
  margin-top: 20px;
}
@media all and (min-width: 768px) {
  #vuno {
    padding: 100px 0;
  }
  #vuno .img_list {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  #vuno .img_list li {
    max-width: calc(50% - 10px);
  }
  #vuno .img_list li .img_caption {
    font-size: 18px;
  }
  #vuno .img_list li + li {
    margin: 0 0 0 20px;
  }
  #vuno .img_list + .ref {
    margin-top: 40px;
  }
}
@media all and (min-width: 1024px) {
}
@media all and (min-width: 1240px) {
}

/* advantage */
#advantage {
  padding: 50px 0;
  background: #f7f7f7;
}
#advantage .section_title {
  margin-bottom: 20px;
}
#advantage .row + .row {
  margin-top: 20px;
}
#advantage .img_wrap {
  margin-top: 20px;
  text-align: center;
  mix-blend-mode: multiply;
}
@media all and (min-width: 768px) {
  #advantage {
    padding: 100px 0;
  }
  #advantage .section_title {
    margin-bottom: 40px;
  }
}
@media all and (min-width: 1024px) {
  #advantage .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #advantage .row .text_wrap {
    width: 50%;
  }
  #advantage .img_wrap {
    max-width: 45%;
    margin-top: 0;
  }
}
@media all and (min-width: 1240px) {
}

/* gallery */
#gallery {
  padding: 50px 0;
}
/* slick */
#gallery .slick-dots {
  margin-top: 50px;
  text-align: center;
}
#gallery .slick-dots li {
  display: inline-block;
  margin-left: 8px;
}
#gallery .slick-dots li:first-child {
  margin-left: 0;
}
/* #gallery .slick-dots button {display: block; text-indent: 100%; white-space: nowrap; overflow: hidden; width: 10px; height: 10px; box-sizing: border-box; border: 1px solid #222; border-radius: 5px; padding: 0;} */
#gallery .slick-dots button {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border: 1px solid #222;
  border-radius: 8px;
  padding: 0;
}

/* #gallery .slick-dots .slick-active button {
  width: 36px;
  background: #222;
} */
#gallery .slick-dots .slick-active button {
  width: 48px;
  background: #222;
}

#gallery .clinical__slider {
  margin-top: 25px;
  background-color: #f1f1f1;
}
#gallery .clinical__sliderWrap > img {
  display: none;
}
#gallery .clinical__slider .clinical__slider__itemWrap {
  padding: 20px 10px 30px;
}
#gallery .clinical__slider .clinical__slider__itemWrap .cell_title {
  font-size: 13px;
  font-family: "stitle", "SECGCWB";
  margin-bottom: 14px;
  display: inline-block;
  color: #555;
}
#gallery .clinical__slider .clinical__slider__itemWrap .clinical__slider__BA {
  margin-bottom: 20px;
  position: relative;
}
#gallery .clinical__slider .clinical__slider__itemWrap .before_after {
  width: 40%;
  padding: 0 10px 7px 10px;
  background-color: #333;
  text-align: center;
  border-radius: 10px;
}
#gallery
  .clinical__slider
  .clinical__slider__itemWrap
  .clinical__slider__BA__arrowWrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  clear: both;
}
#gallery
  .clinical__slider
  .clinical__slider__itemWrap
  .clinical__slider__BA__before {
  float: left;
}
#gallery
  .clinical__slider
  .clinical__slider__itemWrap
  .clinical__slider__BA__after {
  float: right;
}
#gallery .clinical__slider .clinical__slider__itemWrap .before_after span {
  color: #fff;
  padding: 7px 0;
  display: inline-block;
  font-family: "stitle", "SECGCWB";
  font-size: 11px;
}
#gallery .clinical__slider .before_after img {
  width: 100%;
}
#gallery .clinical__slider .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
#gallery .clinical__slider .clinical__slider__caption {
  margin-bottom: 20px;
  font-size: 12px;
}

@media all and (min-width: 768px) {
  #gallery {
    padding: 100px 0;
  }
  #gallery .clinical__slider {
    margin-top: 50px;
  }
  #gallery .clinical__slider .clinical__slider__itemWrap {
    padding: 40px 20px 50px;
  }
  #gallery .clinical__slider .clinical__slider__itemWrap .cell_title {
    font-size: 24px;
    margin-bottom: 60px;
  }
  #gallery .clinical__slider .clinical__slider__itemWrap .before_after {
    padding: 0 25px 16px;
  }
  #gallery .clinical__slider .clinical__slider__itemWrap .before_after span {
    font-size: 18px;
    padding: 18px 0;
  }
  #gallery .clinical__slider .clinical__slider__itemWrap .clinical__slider__BA {
    margin-bottom: 40px;
  }
  #gallery .clinical__slider .slick-dots {
    bottom: 40px;
  }
  #gallery .clinical__slider .clinical__slider__caption {
    margin-bottom: 40px;
    font-size: 19px;
  }
  #gallery .add-list {
    margin-bottom: 30px;
  }
  #gallery .add-list li {
    padding-left: 12px;
    text-indent: -10px;
    font-size: 16px;
  }
}

@media all and (min-width: 1024px) {
  #gallery .clinical__sliderWrap {
    position: relative;
    height: 740px;
  }
  #gallery .clinical__sliderWrap > img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    z-index: 2;
    transform: translate(-50%, -50%);
    -webkit-user-drag: none;
  }
  #gallery .clinical__slider .clinical__slider__itemWrap .cell_title {
    font-size: 26px;
  }
  #gallery .clinical__slider {
    position: relative;
    top: 35px;
    left: 50%;
    width: 94.2%;
    height: 660px;
    transform: translateX(-50.1%);
    z-index: 5;
  }
  #gallery .slick-arrow {
    display: block;
    position: absolute;
    top: calc(50%);
    transform: translateY(-50%);
    cursor: pointer;
    width: 40px;
    height: 40px;
    z-index: 5;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 0px 1px 4px rgb(0 0 0 / 36%);
  }
  #gallery .slick-prev {
    left: 6px;
    display: block;
    background: url(/resources/kr/_img/sub/On_Device_CAD/left_arrow.png)
      no-repeat 50% 50%;
    background-color: #333;
    content: "";
  }
  #gallery .slick-next {
    right: 6px;
    display: block;
    background: url(/resources/kr/_img/sub/On_Device_CAD/right_arrow.png)
      no-repeat 50% 50%;
    background-color: #333;
  }
  #gallery .clinical__slider .clinical__slider__itemWrap {
    text-align: center;
    padding: 0.9% 0 0.9% 0;
    border: 1px solid #333;
    border-top: none;
    border-bottom: none;
  }
  #gallery .clinical__slider .clinical__slider__itemWrap .clinical__slider__BA {
    width: 800px;
    margin: 0 auto 40px auto;
  }
  #gallery .clinical__slider .slick-dots {
    bottom: 30px;
  }
  #gallery .clinical__slider .clinical__slider__itemWrap .before_after {
    padding: 0 30px 20px 30px;
  }
  #gallery .clinical__slider .clinical__slider__itemWrap .before_after span {
    padding: 30px 0;
    font-size: 22px;
  }
  #gallery .clinical__slider .clinical__slider__caption {
    margin-bottom: 22px;
    font-size: 19px;
  }
  #gallery .add-list {
    margin-bottom: 70px;
  }
  #gallery .add-list li {
    padding-left: 12px;
    text-indent: -10px;
    font-size: 19px;
  }
}
@media all and (min-width: 1240px) {
  #gallery .clinical__slider .clinical__slider__itemWrap {
    padding: 0.7% 0 0.7% 0;
  }
  #gallery .slick-arrow {
    width: 50px;
    height: 50px;
  }
  #gallery .slick-prev {
    left: 79px;
  }
  #gallery .slick-next {
    right: 79px;
  }
}

/* related */
#related {
  padding: 50px 0;
  background-color: #f7f7f7;
}
.click_list li {
  padding: 20px 0;
  border-bottom: 1px solid #bababa;
}
.click_list li .text {
  font-size: 12px;
  color: #2d2d2d;
}
.click_list li .arrow_btn {
  display: block;
  position: relative;
  width: 143px;
  height: 30px;
  margin-top: 10px;
  border-radius: 30px;
  background-color: #222222;
  font-family: "stitle", "SECGCWB";
  font-size: 12px;
  color: #fff;
  line-height: 30px;
  text-align: center;
}
.click_list li .arrow_btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 9px;
  background: url(/resources/kr/_img/sub/product/bg_blit.png) no-repeat -5px -3px;
  transform: translateY(-50%);
}

@media all and (min-width: 768px) {
  #related {
    padding: 100px 0;
  }
  .click_list li {
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
  }
  .click_list li .text {
    width: calc(100% - 200px);
    font-size: 22px;
  }
  .click_list li .arrow_btn {
    height: 40px;
    font-size: 20px;
    line-height: 45px;
  }
}
@media all and (min-width: 1024px) {
}
@media all and (min-width: 1240px) {
}

/* ***************************** */
