﻿@charset "utf-8";

/* common */
@media all and (min-width:768px) {
  .align-bt {
    vertical-align: bottom !important;
  }

  .align-tp {
    vertical-align: top !important;
  }
}

/* DT Solutions */
#container.solution_container_main {
  height: calc(100% - 85px);
}

@media all and (max-width:1024px) {
  #container.solution_container_main {
    height: calc(100% - 60px);
  }
}

.solution_container {
  overflow: hidden;
  width: 100%;
  max-width: 1920px;
  min-width: 320px;
  margin: 0 auto;
  background: #fff;
}

.solution_container .section {
  margin: 0 auto;
}

.solution_container sup {
  font-size: 10px;
}

.dt_free_platform_wrap sup {
  position: relative;
  top: 10px;
  vertical-align: top;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .solution_container sup {
    font-size: 12px;
  }

  .dt_free_platform_wrap sup {
    top: 13px;
  }

  .dt_engin_slider .swiper-container .result_list li .no-margin-ie {
    margin-top: 10px;
    margin-bottom: -10px;
  }

  .dt_engin_slider .swiper-container .result_list li .no-margint-ie {
    margin-top: 10px;
  }
}

/* BTN */
.btn_wrap {
  text-align: center;
  margin-top: 60px;
}

.btn_wrap .btn {
  width: 263px;
  height: 50px;
  line-height: 50px;
  border: solid 1px #000000;
  font-family: 'OneLatin';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
}

.btn_wrap .btn2 {
  border: solid 1px #fff;
  background: none;
  color: #fff;
}

.btn_wrap a.btn2:hover {
  background-color: #fff;
  color: #122949;
}

.btn_wrap a.btn span {
  padding-right: 25px;
  background-image: url('https://image.samsungsds.com/resource/en/images/solutions/icon_btn_arrow.svg');
  background-repeat: no-repeat;
  background-position: 100% 14px;
  background-size: 20px 20px;
  display: inline-block;
  vertical-align: top;
}

.btn_wrap a.btn:hover span {
  background-image: url('https://image.samsungsds.com/resource/en/images/solutions/icon_btn_arrow2.svg');
}

.btn_wrap .btn_r {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 200px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  border: solid 1px #000000;
  font-family: 'OneLatin';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #000000;
}

.btn_wrap .btn_r:hover {
  background-color: #000000;
  color: #ffffff;
}

.btn_wrap .btn_s_r {
  width: 200px;
}

.btn_wrap .btn_r2 {
  border: solid 1px #fff;
  font-size: 18px;
  letter-spacing: -0.25px;
  color: #fff;
}

.btn_wrap .btn_r2:hover {
  background: #fff;
  color: #000;
}

@media all and (min-width:768px) {
  .btn_wrap a.btn:hover {
    background-color: #000000;
    color: #ffffff;
  }

  .btn_wrap a.btn2:hover {
    background-color: #fff;
    color: #122949;
  }
}

@media all and (max-width:767px) {
  .btn_wrap .btn {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    letter-spacing: 1px;
  }

  .btn_wrap .btn_r.btn_r2 {
    width: 209px;
    font-size: 16px;
  }
}

/* main */
.solution_main {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.solution_main_inner_wrap {
  position: relative;
  max-width: 1398px;
  height: 100%;
  margin: 0 auto;
}

.solution_main_inner {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 0 44px;
}

.solution_main h2 {
  font-family: 'SharpSansNo1';
  font-size: 44px;
  font-weight: bold;
  line-height: 1.23;
  color: #ffffff;
}

.solution_main h4 {
  opacity: 0.8;
  font-family: 'OneLatin';
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: #ffffff;
  margin-top: 20px;
}

.solution_main h4:after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  opacity: 0.7;
  background-color: #ffffff;
  margin-top: 54px;
}

.solution_main p {
  opacity: 0.7;
  max-width: 703px;
  font-family: 'OneLatin';
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #ffffff;
  margin-top: 23px;
}

@media all and (max-width:1024px) {
  .solution_main h2 {
    font-size: 40px;
    line-height: 1.5;
  }

  .solution_main h4 {
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.63;
  }

  .solution_main h4:after {
    margin-top: 40px;
  }

  .solution_main p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.63;
  }
}

@media all and (max-width:767px) {
  .solution_main_inner {
    padding: 0 14px 0px 14px;
  }

  .solution_main h2 {
    font-size: 24px;
    line-height: 1.25;
  }

  .solution_main h4 {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.43;
  }

  .solution_main h4:after {
    margin-top: 12px;
  }

  .solution_main p {
    font-size: 12px;
    line-height: 1.33;
  }
}

/* solution_box */
.solution_box {
  display: table;
  width: 100%;
}

.solution_box2 {
  height: 1080px;
}

.solution_box .box {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 26%;
  height: 920px;
  position: relative;
  border-left: 1px solid rgba(0, 0, 0, 0.6);
  background-repeat: no-repeat;
  background-position: center top;
}

.solution_box .box:first-child {
  border-left: none;
}

.solution_box2 .box {
  width: 266px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.solution_box .box::after {
  content: "";
  display: block;
  width: 100%;
  height: 1080px;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.5s cubic-bezier(1, 0, 0.5, 1) 0.15s;
  transition: all 0.5s cubic-bezier(1, 0, 0.5, 1) 0.15s;
}

.solution_box .box.active::after {
  background: rgba(0, 0, 0, 0.4);
}

.solution_box .box .box_con {
  position: relative;
  z-index: 2;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  opacity: 0;
  overflow: hidden;
  height: 0;
}

.solution_box .box .icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 37px;
  position: relative;
  z-index: 2;
}

.solution_box .box .icon img {
  opacity: 0.5;
}

.solution_box .box .text h5 {
  font-family: 'NotoSansCJKkr';
  font-size: 16px;
  line-height: 1.75;
  font-weight: normal;
  letter-spacing: -0.2px;
  color: #ffffff;
  text-align: left;
  padding-left: 33px;
  margin-bottom: 10px;
  opacity: 0.5;
}

.solution_box .box.active .text h5 {
  padding-left: 0;
  opacity: 1;
}

.solution_box .box h3 {
  font-family: 'NotoSansCJKkr';
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 2;
}

.solution_box2 .box h3 {
  text-align: left;
  padding-left: 0;
  font-size: 36px;
}

.solution_box .box .text {
  position: relative;
  z-index: 1;
}

.solution_box .box .text>h3 {
  opacity: 0.5;
  max-height: 9999px;
  margin-bottom: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  width: 100%;
  text-align: center;
  overflow: hidden;
  /* height: 108px; */
  height: 146px;
}

.solution_box2 .box .text>h3 {
  text-align: left;
  padding-left: 33px;
  opacity: 0.5;
  font-family: 'NotoSansCJKkr';
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: -0.8px;
  color: #ffffff;
}

.solution_box .box p {
  font-family: 'NotoSansCJKkr';
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75;
  letter-spacing: -0.2px;
  text-align: center;
  color: #ffffff;
  margin-top: 20px;
}

.solution_box2 .box p {
  text-align: left;
}

.solution_box .animated {
  -webkit-transition: all 0.5s cubic-bezier(1, 0, 0.5, 1) 0.15s;
  transition: all 0.5s cubic-bezier(1, 0, 0.5, 1) 0.15s;
}

.solution_box .box .box_con h3 {
  opacity: 1;

}

.solution_box .box.active .text>h3 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: matrix(1, 0, 0, 1, 0, -50);
  transform: matrix(1, 0, 0, 1, 0, -50);
  height: 0;
}

.solution_box .box.active {
  width: 48%;
}

.solution_box .box.active .box_con {
  max-width: 100%;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  /* height: 184px; */
  height: 204px;
}

.solution_box .box.active .icon img {
  opacity: 1;
}

.solution_box2 .box.active {
  width: 800px;
}

.solution_box2 .box.active .text {
  padding: 0 10px 0 18.75%;
}

@media all and (max-width:1200px) {
  .solution_box2 {
    height: 650px;
  }

  .solution_box .box {
    height: 650px;
  }

  .solution_box .box::after {
    height: 650px;
  }

  .solution_box2 .box .text>h3 {
    font-size: 24px;
  }

  .solution_box2 .box h3 {
    font-size: 28px;
  }
}

/* dt engine */
.dt_engine_wrap {
  max-width: 1398px;
  margin: 0 auto;
  font-size: 0;
  padding: 154px 15px 0 40px;
  text-align: left;
}

.dt_engine_wrap>div {
  display: inline-block;
  vertical-align: top;
  position: relative;
  height: 554px;
}

.dt_engine_wrap .dt_engine_tit {
  display: block;
  margin-bottom: 24px;
  font-family: 'SharpSansNo1';
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.33;
}

.dt_engin_left {
  width: 554px;
  margin-right: 7%;
}

.dt_engin_left .img {
  position: relative;
}

.dt_engin_left .img .show_w {
  display: inline-block !important;
}

.dt_engin_right {
  text-align: left;
  padding-top: 10px;
}

.dt_engin_right h3 {
  width: 521px;
  font-family: 'SharpSansNo1';
  font-size: 24px;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: normal;
  color: #000000;
}

.dt_engin_right ul {
  width: 100%;
  margin-top: 22px;
}

.dt_engin_right ul li {
  font-size: 0;
  padding: 12px 8px;
  border-top: 1px solid #ededed;
}

.dt_engin_right ul li h4 {
  font-family: 'OneLatin';
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #333333;
  width: 210px;
  height: 44px;
  display: inline-block;
  vertical-align: top;
}

.dt_engin_right ul li div.dt_engin_box {
  display: inline-block;
  vertical-align: top;
}

.dt_engin_right ul li div.dt_engin_box .link-box {
  margin-top: 10px;
}

.dt_engin_right ul li div.dt_engin_box .link-box:first-child {
  margin-top: 0;
}

.dt_engin_right ul li div.dt_engin_box .engin_btn {
  font-family: 'OneLatin';
  font-size: 18px;
  font-weight: normal;
  line-height: 46px;
  text-decoration: underline;
  letter-spacing: -0.25px;
  text-align: center;
  color: #ffffff;
  width: 220px;
  height: 46px;
  border-radius: 5px;
  display: inline-block;
}

.dt_engin_right ul li div.dt_engin_box .experience_btn {
  margin-left: 20px;
  padding-right: 20px;
  font-family: 'OneLatin';
  font-size: 14px;
  font-weight: bold;
  line-height: 1.71;
  color: #000;
  text-transform: uppercase;
  background-image: url(https://image.samsungsds.com/resource/en/images/solutions/icon_arrow_en.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: right center;
}

.dt_engin_right ul li div.dt_engin_box .experience_btn:hover {
  color: #1b92ff;
  background-image: url(https://image.samsungsds.com/resource/en/images/solutions/icon_arrow_on_en.svg);
  background-size: 20px 20px;
}

.dt_engin_right ul li div.dt_engin_box .engin_btn:first-child {
  margin-top: 0;
}

.dt_engin_right ul li div.dt_engin_box .engin_btn:hover {
  color: rgba(255, 255, 255, 0.7);
}

.dt_engin_right ul li div.dt_engin_box span.engin_btn {
  text-decoration: none;
}

.dt_engin_right ul li div.dt_engin_box span.engin_btn:hover {
  color: rgba(255, 255, 255, 1);
}

.dt_engin_right ul li:nth-child(1) div.dt_engin_box .engin_btn {
  background-color: #86d0ff;
}

.dt_engin_right ul li:nth-child(2) div.dt_engin_box .engin_btn {
  background-color: #00a3ff;
}

.dt_engin_right ul li:nth-child(3) div.dt_engin_box .engin_btn {
  background-color: #0180ff;
}

.dt_engin_right ul li:nth-child(4) div.dt_engin_box .engin_btn {
  background-color: #0052a0;
}

.dt_engine_info {
  max-width: 1398px;
  margin: 120px auto 0;
  padding: 0 44px;
}

.dt_engine_info h2 {
  font-family: 'SharpSansNo1';
  font-size: 44px;
  font-weight: bold;
  line-height: 1.23;
  letter-spacing: normal;
  color: #000000;
}

.dt_engine_info .info_intro {
  margin: 20px 0 100px;
  font-family: 'OneLatin';
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
}

.dt_engine_info .info_list {
  margin-bottom: 60px;
}

.dt_engine_info .info_list:last-of-type {
  margin-bottom: 100px;
}

.dt_engine_info .info_list .info_list_tit {
  margin-bottom: 10px;
  font-family: 'OneLatin';
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #000000;
}

.dt_engine_info .info_list .info_list_desc {
  font-family: 'OneLatin';
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #333333;
}

.dt_engine_info .info_desc {
  font-family: 'OneLatin';
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: normal;
  color: #000000;
}

.dt_engine_info a {
  font-family: 'OneLatin';
  font-size: 18px;
  font-weight: bold;
  height: 20px;
  line-height: 1.33;
  letter-spacing: 1.13px;
  text-align: right;
  color: #000000;
  text-transform: uppercase;
  margin-top: 30px;
  padding-right: 22px;
  display: inline-block;
  background: url('https://image.samsungsds.com/resource/en/images/solutions/icon_arrow_en.svg') no-repeat right center;
  background-size: 24px 24px;
}

.dt_engine_info a:hover {
  color: #1b92ff;
  background: url('https://image.samsungsds.com/resource/en/images/solutions/icon_arrow_on_en.svg') no-repeat right center;
  background-size: 24px 24px;
}

@media all and (max-width:1300px) {
  .dt_engine_wrap {
    padding: 80px 44px 0 44px;
  }

  .dt_engine_wrap>div {
    display: block;
    height: auto;
  }

  .dt_engin_left {
    width: 100%;
    margin-right: 0;
  }

  .dt_engin_left .img {
    text-align: center;
  }

  .dt_engin_left .img .show_w {
    display: none !important;
  }

  .dt_engin_left .img .show_t {
    display: block !important;
  }

  .dt_engin_right {
    width: 640px;
    margin: 80px auto 0 auto;
    padding-top: 0;
  }

  .dt_engine_info {
    margin: 120px auto 0;
  }

  .dt_engine_info h2 {
    font-size: 44px;
    line-height: normal;
  }

  .dt_engine_info h2 {
    margin-bottom: 22px;
    font-size: 26px;
  }

  .dt_engine_info .info_intro .show_w {
    display: none !important;
  }

  .dt_engine_info .info_intro {
    margin: 20px 0 80px;
  }

  .dt_engine_info .info_list {
    margin-bottom: 34px;
  }

  .dt_engine_info .info_list .info_list_desc {
    font-size: 20px;
    line-height: 1.75;
  }

  .dt_engine_info .info_list:last-of-type {
    margin-bottom: 80px;
  }
}

@media all and (max-width:1024px) {
  .dt_engine_wrap {
    padding: 60px 44px 0 44px;
  }

  .dt_engin_right {
    margin: 36px auto 0;
  }

  .dt_engin_right ul li h4 {
    font-size: 16px;
    line-height: 1.75;
  }

  .dt_engine_info {
    margin: 52px auto 0;
  }

  .dt_engine_info .info_intro {
    margin: 20px 0 60px;
    font-size: 18px;
    line-height: 1.44;
  }

  .dt_engine_info .info_list:last-of-type {
    margin-bottom: 40px;
  }

  .dt_engine_info .info_list .info_list_tit {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 1.38;
  }

  .dt_engine_info .info_list .info_list_desc {
    font-size: 16px;
    line-height: 1.75;
  }

  .dt_engine_info .info_desc {
    font-size: 18px;
    line-height: 1.44;
  }

  .dt_engine_info a {
    margin-top: 20px;
    font-size: 14px;
    background-position: 100% -2px;
    background-size: 20px 20px;
  }
}

@media all and (max-width:767px) {
  .dt_engine_wrap {
    padding: 30px 24px 0 24px;
  }

  .dt_engine_wrap .dt_engine_tit {
    font-size: 18px;
    line-height: 1.22;
  }

  .dt_engin_left .img .show_t {
    display: none !important;
  }

  .dt_engin_left .img .show_m img {
    width: 270px;
    height: 270px;
  }

  .dt_engin_right {
    width: 100%;
  }

  .dt_engin_right ul li {
    padding: 12px 0px;
  }

  .dt_engin_right ul li div.dt_engin_box {
    display: block;
  }

  .dt_engin_right ul li h4 {
    height: auto;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.43;
  }

  .dt_engin_right ul li div.dt_engin_box .engin_btn {
    width: 100%;
    height: 48px;
    font-size: 14px;
    line-height: 48px;
  }

  .dt_engin_right ul li div.dt_engin_box .experience_btn {
    display: inline-block;
    margin: 10px 0 8px 0;
    font-size: 12px;
    line-height: normal;
    letter-spacing: 1px;
  }

  .dt_engine_info {
    margin: 40px auto 0;
    padding: 0 14px;
  }

  .dt_engine_info h2 {
    font-size: 24px;
    line-height: 1.25;
  }

  .dt_engine_info .info_intro {
    margin: 14px 0 40px;
    font-size: 16px;
    line-height: 1.38;
  }

  .dt_engine_info .info_list .info_list_desc {
    font-size: 14px;
    line-height: 1.43;
  }

  .dt_engine_info .info_desc {
    font-size: 16px;
    line-height: 1.38;
  }

  .dt_engine_info a {
    background-position: 100% -1px;
  }
}

/* dt_engin_slider */
.dt_engin_slider_paging_wrap {
  max-width: 1398px;
  margin: 118px auto 34px;
}

.dt_engin_slider_paging_wrap .swiper-container {
  overflow: hidden;
  width: 100%;
  padding-left: 44px;
}

.dt_engin_slider_paging_wrap .swiper-container .selected {
  color: #000000;
}

.dt_engin_slider_paging_wrap .swiper-container .selected:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #000000;
}

.dt_engin_slider_paging a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-family: 'OneLatin';
  font-size: 18px;
  font-weight: normal;
  line-height: 1.56;
  color: #9e9e9e;
  padding-bottom: 10px;
  margin-left: 36px;
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
  opacity: 1;
}

.dt_engin_slider_paging a:first-child {
  margin-left: 0;
}

.dt_engin_slider_paging a:last-child {
  margin-right: 36px;
}

.solution_container .section .dt_engin_slider {
  width: 100%;
}

.dt_engin_slider .swiper-container {
  width: 100%;
}

.dt_engin_slider .swiper-container .swiper-slide {
  width: 1318px;
  padding: 0 10px 0 0;
}

.dt_engin_slider .swiper-container .swiper-slide .slide_box {
  width: 100%;
  opacity: 0.2;
  -webkit-transition: all 0.5s cubic-bezier(1, 0, 0.5, 1);
  transition: all 0.5s cubic-bezier(1, 0, 0.5, 1);
}

.dt_engin_slider .swiper-container .swiper-slide.swiper-slide-active .slide_box {
  opacity: 1;
}

.dt_engin_slider .swiper-container .img {
  width: 100%;
  position: relative;
}

.dt_engin_slider .swiper-container a {
  display: inline-block;
  width: 100%;
}

.dt_engin_slider .swiper-container a .show-1300 {
  display: none;
}

.dt_engin_slider .swiper-container img {
  width: 100%;
}

.dt_engin_slider .swiper-container .result_list {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 5.4%;
  text-align: center;
}

.dt_engin_slider .swiper-container .result_list .has-height {
  height: 30px;
}

.dt_engin_slider .swiper-container .result_list.has-no-padding {
  padding: 0;
}

.dt_engin_slider .swiper-container .result_list li {
  display: inline-block;
  width: calc(33.333% - 30px);
  margin: 0 10px;
  font-family: 'OneLatin';
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  vertical-align: middle;
}

.dt_engin_slider .swiper-container .result_list.width50p li {
  width: calc(40% - 50px);
}

.dt_engin_slider .swiper-container .result_list.width100 li {
  width: 100%;
  margin: 0;
}

.dt_engin_slider .swiper-container .result_list.align-bt li {
  vertical-align: bottom;
}

.dt_engin_slider .swiper-container .result_list li .has-opacity {
  margin-top: 8px;
  opacity: 0.8;
}

.dt_engin_slider .swiper-container .result_list li .is-inline {
  display: inline-block;
}

.dt_engin_slider .swiper-container .result_list li .font-large {
  font-family: 'SharpSansNo1';
  font-size: 62px;
  font-weight: bold;
  line-height: 1.16;
  color: #ffffff;
}

.dt_engin_slider .swiper-container .result_list li .font-large.has-margin {
  margin: 0 8px 0 14px;
}

.dt_engin_slider .swiper-container .result_list li .font-large2 {
  font-family: 'SharpSansNo1';
  font-size: 52px;
  font-weight: bold;
  line-height: 1.16;
  color: #ffffff;
}

.dt_engin_slider .swiper-container .result_list li .font-large3 {
  font-family: 'SharpSansNo1';
  margin: 0 5px;
  font-size: 44px;
  font-weight: bold;
  line-height: 1.23;
  color: #ffffff;
}

.dt_engin_slider .swiper-container .result_list li .font-large3.has-no-margin {
  margin: 0;
}

.dt_engin_slider .swiper-container .result_list li .font-sub {
  margin: 0 6px;
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  color: #ffffff;
}

.dt_engin_slider .swiper-container .result_list li .font-sub.ml-0 {
  margin: 0 6px 0 0;
}

.dt_engin_slider .swiper-container .result_list li .result_list_last {
  margin-top: 20px;
}

.dt_engin_slider .swiper-container .result_list sup {
  margin: 0 2px;
  font-family: 'SharpSansNo1';
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}

.dt_engin_slider .text_wrap {
  display: block;
  width: 100%;
  height: auto;
  font-size: 0;
  padding-top: 22px;
}

.dt_engin_slider .text_wrap::after {
  content: "";
  display: block;
  clear: both;
}

.dt_engin_slider .text_wrap h3 {
  float: left;
  font-family: 'SharpSansNo1';
  font-size: 44px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  vertical-align: top;
  width: 320px;
  line-height: 1.32;
}

.dt_engin_slider .text_wrap .text {
  float: right;
  vertical-align: top;
  width: calc(100% - 320px);
  max-width: 845px;
  padding: 15px 10px 0 0px;
}

.dt_engin_slider .text_wrap .text h5 {
  font-family: 'OneLatin';
  font-size: 30px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}

.dt_engin_slider .text_wrap .text p {
  font-family: 'OneLatin';
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  color: #333333;
  margin-top: 14px;
}

.dt_engin_slider .text_wrap .text>ul {
  font-size: 0;
  margin-top: 30px;
}

.dt_engin_slider .text_wrap .text>ul li {
  display: inline-block;
  vertical-align: middle;
}

.dt_engin_slider .text_wrap .text>ul li.bar {
  width: 1px;
  height: 14px;
  margin: 0 10px;
  background: #cccccc;
}

.dt_engin_slider .text_wrap .text>ul li>a {
  font-family: 'OneLatin';
  font-size: 14px;
  font-weight: bold;
  line-height: 1.71;
  letter-spacing: 1px;
  color: #000000;
  text-transform: uppercase;
}

.dt_engin_slider .text_wrap .text>ul li>a:hover {
  color: #1b92ff;
}

.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}

.swiper-pagination-bullet-active {
  color: #fff;
  background: #007aff;
}

@media all and (max-width:1480px) {
  .dt_engin_slider .swiper-container .swiper-wrapper {
    padding: 0 10px 0 10px;
    margin-left: -1%;
  }

  .dt_engin_slider .swiper-container .swiper-slide {
    width: 92%;
  }

  .dt_engin_slider .swiper-container .result_list.no-padding-rpa {
    padding: 0;
  }

  .dt_engin_slider .swiper-container .result_list.padding-3p {
    padding: 0 3%;
  }

  .dt_engin_slider .swiper-container .result_list li .has-opacity .show_w {
    display: none !important;
  }
}

@media all and (max-width:1300px) {
  .dt_engin_slider .text_wrap .text {
    width: calc(100% - 320px);
  }

  .dt_engin_slider .swiper-container a .show-1300 {
    display: block;
  }
}

@media all and (max-width:1024px) {
  .dt_engin_slider_paging_wrap {
    margin: 86px auto 34px;
  }

  .dt_engin_slider .swiper-container .swiper-wrapper {
    margin-left: 0;
  }

  .dt_engin_slider .swiper-container .result_list {
    padding: 0px 5.6%;
  }

  .dt_engin_slider .swiper-container .result_list li {
    width: calc(33.333% - 50px);
    margin: 0 20px;
    font-size: 14px;
    line-height: normal;
  }

  .dt_engin_slider .swiper-container .result_list li .font-large {
    font-size: 34px;
    letter-spacing: normal;
  }

  .dt_engin_slider .swiper-container .result_list li .font-large2 {
    font-size: 30px;
    letter-spacing: normal;
  }

  .dt_engin_slider .swiper-container .result_list li .font-large3 {
    font-size: 34px;
    line-height: 1.2;
    letter-spacing: normal;
  }

  .dt_engin_slider .swiper-container .result_list li .font-sub {
    font-size: 16px;
  }

  .dt_engin_slider .swiper-container .result_list li .result_list_last {
    margin-top: 10px;
  }

  .dt_engin_slider .swiper-container .result_list sup {
    font-size: 18px;
    letter-spacing: normal;
  }

  .dt_engin_slider .text_wrap h3 {
    width: 200px;
    font-size: 26px;
  }

  .dt_engin_slider .text_wrap .text {
    float: left;
    vertical-align: top;
    width: calc(100% - 200px);
    padding-top: 0;
  }

  .dt_engin_slider .text_wrap .text h5 {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: normal;
  }

  .dt_engin_slider .text_wrap .text p {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.57;
  }

  .dt_engin_slider .text_wrap .text>ul {
    margin-top: 20px;
  }

  .dt_engin_slider .text_wrap .text>ul li>a {
    font-size: 12px;
    line-height: 1.5;
  }
}

@media all and (max-width:767px) {
  .dt_engin_slider_paging_wrap {
    margin: 80px 0 20px 0;
  }

  .dt_engin_slider_paging_wrap .swiper-container {
    padding: 0 14px;
  }

  .dt_engin_slider_paging a {
    font-size: 14px;
    line-height: 1.43;
  }

  .dt_engin_slider_paging a:last-child {
    margin-right: 20px;
  }

  .dt_engin_slider .swiper-container .swiper-wrapper {
    padding-left: 0;
    margin-left: 0;
  }

  .dt_engin_slider .swiper-container .swiper-slide {
    width: 100%;
    padding: 0 14px;
  }

  .dt_engin_slider .swiper-container a .show-1300 {
    display: none;
  }

  .dt_engin_slider .swiper-container .img .is_hide_pt {
    width: 100%;
  }

  .dt_engin_slider .swiper-container .result_list li .is-inline {
    display: block;
  }

  .dt_engin_slider .swiper-container .result_list li .font-large.has-margin {
    margin: 0;
  }

  .dt_engin_slider .swiper-container .result_list li .font-large3.has-no-margin {
    margin: 0;
  }

  .dt_engin_slider .swiper-container .result_list li .result_list_last {
    margin-top: 0;
  }

  .dt_engin_slider .text_wrap {
    padding-top: 19px;
  }

  .dt_engin_slider .text_wrap h3 {
    float: none;
    font-size: 24px;
    line-height: 1.42;
  }

  .dt_engin_slider .text_wrap .text {
    width: 100%;
    margin-top: 15px;
    padding: 0;
  }

  .dt_engin_slider .text_wrap .text p {
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: normal;
    margin-top: 8px;
  }

  .dt_engin_slider .swiper-container .result_list {
    padding: 0;
  }

  .dt_engin_slider .swiper-container .result_list li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 0 0 36px;
    font-size: 13px;
    text-align: left;
  }

  .dt_engin_slider .swiper-container .result_list li+li {
    margin-top: 28px;
  }

  .dt_engin_slider .swiper-container .result_list.width50p li {
    width: 100%;
  }
}

/* dt_customer */
.solution_container .section.dt_customer {
  margin-top: 162px;
}

.dt_customer .img_top img {
  width: 100%;
}

.dt_customer .dt_contents_box {
  margin: -114px auto 0;
  background: #ffffff;
  max-width: 1318px;
  padding: 47px 5% 120px 5%;
  position: relative;
}

.dt_customer .dt_contents_box .dt_contents_box_title h3 {
  font-family: 'OneLatin';
  font-size: 38px;
  font-weight: bold;
  line-height: 1.26;
  letter-spacing: normal;
  color: #000000;
  margin-top: 15px;
}

.dt_customer .dt_contents_box .dt_contents_box_title p {
  font-family: 'OneLatin';
  font-size: 18px;
  font-weight: normal;
  line-height: 1.56;
  letter-spacing: normal;
  color: #333333;
  margin-top: 22px;
}

.dt_customer .dt_contents_box .dt_contents>ul {
  font-size: 0;
  margin-top: 100px;
}

.dt_customer .dt_contents_box .dt_contents>ul>li {
  position: relative;
  display: none;
  vertical-align: top;
  width: calc(50% - 12.5px);
  margin-left: 25px;
  margin-top: 89px;
  min-height: 630px;
}

.dt_customer .dt_contents_box .dt_contents>ul>li .img img {
  width: 100%;
}

.dt_customer .dt_contents_box .dt_contents>ul>li:nth-child(1),
.dt_customer .dt_contents_box .dt_contents>ul>li:nth-child(2) {
  margin-top: 0;
}

.dt_customer .dt_contents_box .dt_contents>ul>li:nth-child(2n+1) {
  margin-left: 0;
}

.dt_customer .dt_contents_box .dt_contents>ul>li h5 {
  font-family: 'OneLatin';
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: normal;
  color: #808080;
  margin-top: 25px;
}

.dt_customer .dt_contents_box .dt_contents>ul>li h3 {
  margin-top: 7px;
  font-family: 'OneLatin';
  font-size: 36px;
  font-weight: bold;
  line-height: 1.17;
  letter-spacing: -0.5px;
  color: #000000;
}

.dt_customer .dt_contents_box .dt_contents>ul>li p {
  margin-top: 20px;
  font-family: 'OneLatin';
  font-size: 18px;
  line-height: 1.56;
  letter-spacing: -0.1px;
  font-weight: normal;
  color: #333333;
}

.dt_customer .dt_contents_box .dt_contents>ul>li p a {
  font-weight: normal;
}

.dt_customer .dt_contents_box .dt_contents>ul>li .text>ul {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-top: 20px;
  font-size: 0;
}

.dt_customer .dt_contents_box .dt_contents>ul>li .text>ul>li {
  display: inline-block;
  vertical-align: middle;
}

.dt_customer .dt_contents_box .dt_contents>ul>li .text>ul>li a {
  font-family: 'OneLatin';
  font-size: 14px;
  font-weight: bold;
  line-height: 1.71;
  letter-spacing: 1px;
  color: #000000;
  text-transform: uppercase;
}

.dt_customer .dt_contents_box .dt_contents>ul>li .text>ul>li a:hover {
  color: #1b92ff;
}

.dt_customer .dt_contents_box .dt_contents>ul>li .text>ul>li.bar {
  width: 1px;
  height: 14px;
  margin: 0 10px;
  background: #cccccc;
}

@media all and (max-width:1470px) {
  .dt_customer .dt_contents_box {
    max-width: 87.5%;
    padding: 47px 5% 100px;
  }

  .dt_customer .dt_contents_box .dt_contents>ul>li {
    margin-top: 81px;
    min-height: 620px;
  }

  .dt_customer .dt_contents_box_title .hide-1470 {
    display: none;
  }

  .dt_customer .dt_contents_box .dt_contents>ul>li h3 {
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: -0.8px;
  }

  .dt_customer .dt_contents_box .dt_contents>ul>li h3 .hide-1470 {
    display: none;
  }
}

@media all and (max-width:1024px) {
  .dt_customer .dt_contents_box {
    padding: 47px 5% 64px;
  }

  .dt_customer .dt_contents_box .dt_contents_box_title h3 {
    font-size: 24px;
    line-height: 1.42;
    margin-top: 0px;
  }

  .dt_customer .dt_contents_box .dt_contents_box_title p {
    font-size: 14px;
    line-height: 1.57;
  }

  .dt_customer .dt_contents_box .dt_contents>ul {
    margin-top: 64px;
  }

  .dt_customer .dt_contents_box .dt_contents>ul>li {
    margin-top: 40px;
    min-height: 450px;
  }

  .dt_customer .dt_contents_box .dt_contents>ul>li h5 {
    font-size: 12px;
    line-height: 1.5;
  }

  .dt_customer .dt_contents_box .dt_contents>ul>li h3 {
    margin-top: 4px;
    font-size: 20px;
    line-height: 1.4;
  }

  .dt_customer .dt_contents_box .dt_contents>ul>li p {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.57;
  }

  .dt_customer .dt_contents_box .dt_contents>ul>li .text>ul>li a {
    font-size: 12px;
    line-height: 1.5;
  }
}

@media all and (max-width:1024px) {
  .solution_container .section.dt_customer {
    margin-top: 80px;
  }
}

@media all and (max-width:767px) {
  .dt_customer .dt_contents_box {
    max-width: 100%;
    margin: -80px 20px 0 20px;
    padding: 22px 0px 60px 0px;
  }

  .dt_customer .dt_contents_box .dt_contents_box_title {
    padding: 0 24px;
  }

  .dt_customer .dt_contents_box .dt_contents_box_title h3 {
    font-size: 18px;
    line-height: 1.44;
  }

  .dt_customer .dt_contents_box .dt_contents_box_title p {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.57;
  }

  .dt_customer .dt_contents_box .dt_contents>ul {
    margin-top: 60px;
  }

  .dt_customer .dt_contents_box .dt_contents>ul>li {
    width: 100%;
    min-height: auto;
    margin-left: 0;
  }

  .dt_customer .dt_contents_box .dt_contents>ul>li+li {
    margin-top: 40px;
  }

  .dt_customer .dt_contents_box .dt_contents>ul>li:nth-child(1) {
    margin-top: 0;
  }

  .dt_customer .dt_contents_box .dt_contents>ul>li:nth-child(2) {
    margin-top: 40px;
  }

  .dt_customer .dt_contents_box .dt_contents>ul>li .text>ul {
    position: relative;
  }

  .dt_customer .dt_contents_box .dt_contents>ul>li h5 {
    margin-top: 18px;
  }
}

/* dt_ex */
.solution_container .section.dt_ex {
  width: 100%;
  background-color: #f6f6f6;
}

.dt_ex_wrap {
  overflow: visible;
  position: relative;
  padding: 77px 0 80px 44px;
  max-width: 1398px;
  margin: 0 auto;
}

.dt_ex_wrap>h3 {
  font-family: 'SharpSansNo1';
  font-size: 24px;
  font-weight: bold;
  line-height: 1.33;
  color: #000000;
}

.dt_ex_wrap .swiper-container {
  overflow: visible;
  margin-top: 33px;
}

.dt_ex_wrap .swiper-container .swiper-wrapper {
  width: 200%;
}

.dt_ex_wrap .swiper-slide {
  width: 533px;
}

.dt_ex_wrap .swiper-slide:last-of-type {
  margin-right: 44px;
}

.dt_ex_wrap .swiper-slide>div.text {
  min-height: 270px;
}

.dt_ex_wrap .swiper-slide>div.text h5 {
  font-family: 'OneLatin';
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: normal;
  color: #808080;
  margin-top: 29px;
}

.dt_ex_wrap .swiper-slide>div.text h3 {
  font-family: 'OneLatin';
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: #333333;
  margin-top: 10px;
  word-break: keep-all;
}

.dt_ex_wrap .swiper-slide>div.text p {
  font-family: 'OneLatin';
  font-size: 18px;
  font-weight: normal;
  line-height: 1.56;
  letter-spacing: normal;
  color: #333333;
  margin-top: 12px;
  overflow: hidden;
}

.dt_ex_wrap .swiper-slide>div.text p a {
  font-family: 'OneLatin';
}

.dt_ex_wrap .swiper-slide>div.text>a.more {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-top: 20px;
  padding-right: 22px;
  font-family: 'OneLatin';
  font-size: 14px;
  font-weight: bold;
  line-height: 1.71;
  letter-spacing: 1px;
  color: #000000;
  text-transform: uppercase;
  background-image: url('https://image.samsungsds.com/resource/en/images/solutions/icon_arrow_en.svg');
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 100% 1px;
}

.dt_ex_wrap .swiper-slide>div.text>a.more:hover {
  color: #1b92ff;
  background-image: url('https://image.samsungsds.com/resource/en/images/solutions/icon_arrow_on_en.svg');
  background-size: 20px 20px;
}

.dt_ex_wrap .slider_nav {
  margin-top: 55px;
  padding-right: 44px;
  max-width: 1398px;
  text-align: right;
}

.dt_ex_wrap .slider_nav .swiper-button_dt {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: top;
}

.swiper-button-prev_dt {
  background: url('https://image.samsungsds.com/resource/en/images/solutions/icon_prev.png') no-repeat center center;
  margin-right: 30px;
}

.swiper-button-next_dt {
  background: url('https://image.samsungsds.com/resource/en/images/solutions/icon_next.png') no-repeat center center;
}

.swiper-button-prev_dt:hover {
  background: url('https://image.samsungsds.com/resource/en/images/solutions/icon_prev_on.png') no-repeat center center;
}

.swiper-button-next_dt:hover {
  background: url('https://image.samsungsds.com/resource/en/images/solutions/icon_next_on.png') no-repeat center center;
}

.swiper-pagination_dt {
  display: block;
  margin-bottom: 15px;
}

.dt_ex_wrap .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 30px;
  height: 2px;
  background-color: #cccccc;
  margin: 0;
  color: transparent;
  opacity: 1;
  font-size: 1px;
  line-height: 1px;
  text-indent: 0;
  overflow: hidden;
  position: relative;
  border-radius: 0;
}

.dt_ex_wrap .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #000;
}

@media all and (max-width:1360px) {
  .dt_ex_wrap .swiper-container {
    width: 100%;
  }

  .dt_ex_wrap .swiper-container .swiper-wrapper {
    width: 100%;
  }

  .dt_ex_wrap .swiper-slide {
    width: 42%;
  }

  .dt_ex_wrap .swiper-slide>div.img img {
    width: 100%;
  }

  .dt_ex_wrap .swiper-slide>div.text {
    min-height: 260px;
  }

  .dt_ex_wrap .swiper-slide>div.text p .show_w {
    display: none !important;
  }

  .dt_ex_wrap .swiper-slide>div.text h3 {
    font-size: 20px;
    line-height: 1.2;
  }

  .dt_ex_wrap .swiper-slide>div.text p {
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.57;
  }
}

@media all and (max-width:1024px) {
  .dt_ex_wrap .swiper-slide>div.text {
    min-height: 295px;
  }

  .dt_ex_wrap .swiper-slide>div.text h5 {
    margin-top: 18px;
    font-size: 12px;
    line-height: 1.5;
  }

  .dt_ex_wrap .swiper-slide>div.text h3 {
    font-size: 18px;
    line-height: 1.44;
    margin-top: 4px;
  }
}

@media all and (max-width:767px) {
  .dt_ex_wrap {
    padding: 30px 14px;
    width: 100%;
    max-width: 100%;
  }

  .dt_ex_wrap>h3 {
    font-size: 14px;
    line-height: 1.71;
  }

  .dt_ex_wrap .swiper-container {
    width: 100%;
    margin-top: 12px;
  }

  .dt_ex_wrap .swiper-slide {
    width: 100%;
  }

  .dt_ex_wrap .swiper-slide:last-of-type {
    margin-right: 0px;
  }

  .dt_ex_wrap .swiper-slide>div.img img {
    width: 100%;
  }

  .dt_ex_wrap .swiper-slide>div.text {
    min-height: 290px;
  }

  .dt_ex_wrap .swiper-slide>div.text>a.more {
    font-size: 12px;
    letter-spacing: 1px;
    background-position: 100% 0px;
  }

  .dt_ex_wrap .slider_nav {
    margin-top: 42px;
    padding: 0 10px;
  }

  .swiper-pagination_dt {
    margin-bottom: 0px;
  }

  .dt_ex_wrap .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 8.333%;
  }
}

/* dt_download */
.dt_download_wrap {
  max-width: 1398px;
  margin: 0 auto 0;
  padding: 120px 44px 0 44px;
}

.dt_download_wrap>h3 {
  font-family: 'SharpSansNo1';
  font-size: 24px;
  font-weight: bold;
  line-height: 1.33;
  color: #000000;
}

.dt_download_wrap ul {
  border-top: 2px solid #000;
  margin-top: 33px;
}

.dt_download_wrap ul li {
  border-bottom: 1px solid #ededed;
  padding: 27px 40px 31px 0;
  position: relative;
}

.dt_download_wrap ul li h5 {
  font-family: 'OneLatin';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #808080;
  text-transform: uppercase;
}

.dt_download_wrap ul li h3 {
  font-family: 'OneLatin';
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #333333;
  margin-top: 9px;
}

.dt_download_wrap ul li a {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  display: block;
}

.dt_download_wrap ul li a.btn_left {
  right: 64px;
}

@media all and (max-width:1024px) {
  .dt_download_wrap {
    padding: 60px 44px 0 44px;
  }

  .dt_download_wrap>h3 {
    font-size: 16px;
    line-height: 1.5;
  }

  .dt_download_wrap ul {
    margin-top: 12px;
  }

  .dt_download_wrap ul li {
    padding: 20px 40px 20px 0;
  }

  .dt_download_wrap ul li h3 {
    margin-top: 2px;
    font-size: 14px;
    line-height: 1.57;
  }

  .dt_download_wrap .btn_wrap {
    margin-top: 30px;
  }
}

@media all and (max-width:767px) {
  .dt_download_wrap {
    padding: 60px 14px 0 14px;
  }

  .dt_download_wrap ul li {
    padding: 28px 70px 28px 0px;
  }

  .dt_download_wrap ul li h3 {
    margin-top: 6px;
  }

  .dt_download_wrap ul li a {
    margin-top: -12px;
    width: 24px;
    height: 24px;
  }

  .dt_download_wrap ul li a img {
    width: 24px;
    height: 24px;
  }

  .dt_download_wrap .btn_wrap a {
    height: 40px;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 40px;
  }

  .dt_download_wrap ul li a.btn_left {
    right: 32px;
  }

  .dt_download_wrap .btn_wrap a.btn span {
    background-image: url(https://image.samsungsds.com/resource/en/images/solutions/icon_btn_arrow_m.svg);
    background-size: 20px 20px;
    background-position: 100% 10px;
  }
}

.dt_news_wrap {
  max-width: 1398px;
  margin: 0 auto;
  padding: 120px 44px 200px 44px;
}

.dt_news_wrap>h3 {
  font-family: 'SharpSansNo1';
  font-size: 24px;
  font-weight: bold;
  line-height: 1.33;
  color: #000000;
  margin-bottom: 33px;
}

.dt_news_wrap .dt_news_w {
  border-top: 2px solid #000;
  font-size: 0;
}

.dt_news_wrap ul li {
  border-bottom: 1px solid #ededed;
  padding: 30px 0;
}

.dt_news_wrap ul li::after {
  content: "";
  display: table;
  clear: both;
}

.dt_news_wrap ul li>div {
  float: left;
  vertical-align: middle;
}

.dt_news_wrap ul li div.text {
  width: calc(100% - 28px - 310px);
  max-width: 850px;
  padding-top: 10px;
}

.dt_news_wrap ul li div.text p.date {
  font-family: 'OneLatin';
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: 1px;
  color: #333333;
  text-transform: uppercase;
}

.dt_news_wrap ul li div.text p.date .bar {
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 14px;
  background-color: #808080;
  margin: 0 10px;
}

.dt_news_wrap ul li div.text h3 {
  font-family: 'OneLatin';
  font-size: 24px;
  font-weight: bold;
  line-height: 1.33;
  color: #000000;
  margin-top: 20px;
}

.dt_news_wrap ul li div.text h3 a {
  padding-right: 20px;
  display: block;
}

.dt_news_wrap ul li div.text p.txt {
  max-height: 3.12em;
  font-family: 'OneLatin';
  font-size: 18px;
  font-weight: normal;
  line-height: 1.56;
  letter-spacing: normal;
  color: #333333;
  margin-top: 6px;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.dt_news_wrap ul li div.text a.more {
  display: inline-block;
  margin-top: 28px;
  padding-right: 22px;
  font-family: 'OneLatin';
  font-size: 14px;
  font-weight: bold;
  line-height: 1.71;
  letter-spacing: 1px;
  color: #000000;
  text-transform: uppercase;
  background-image: url('https://image.samsungsds.com/resource/en/images/solutions/icon_arrow_en.svg');
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 100% 1px;
}

.dt_news_wrap ul li div.text a.more:hover {
  color: #1b92ff;
  background-image: url('https://image.samsungsds.com/resource/en/images/solutions/icon_arrow_on_en.svg');
}

.dt_news_wrap ul li div.img {
  float: right;
  width: 310px;
  overflow: hidden
}

.dt_news_wrap ul li div.img img {
  width: 100%;
}

@media all and (max-width:1024px) {
  .dt_news_wrap {
    padding: 80px 44px 80px 44px;
  }

  .dt_news_wrap>h3 {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.5;
  }

  .dt_news_wrap ul li {
    padding: 20px 0;
  }

  .dt_news_wrap ul li div.img {
    width: 292px;
  }

  .dt_news_wrap ul li div.text {
    width: calc(100% - 20px - 292px);
  }

  .dt_news_wrap ul li div.text p.date {
    font-size: 12px;
    line-height: 1.5;
  }

  .dt_news_wrap ul li div.text h3 {
    margin-top: 12px;
    font-size: 18px;
    line-height: 1.44;
  }

  .dt_news_wrap .btn_wrap {
    margin-top: 30px;
  }
}

@media all and (max-width:767px) {
  .dt_news_wrap {
    padding: 80px 14px 80px 14px;
  }

  .dt_news_wrap .dt_news_m {
    border-top: 2px solid #000;
    font-size: 0;
  }

  .dt_news_wrap ul li {
    border-bottom: 0px;
    padding: 20px 0 0 0;
  }

  .dt_news_wrap ul li div.img {
    float: none;
    width: 100%;
  }

  .dt_news_wrap .show_m li div.text {
    position: relative;
    width: 100%;
    min-height: 210px;
    padding-top: 18px;
  }

  .dt_news_wrap ul li div.text p.txt {
    font-size: 14px;
    line-height: 1.57;
  }

  .dt_news_wrap ul li div.text a.more {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 12px;
    letter-spacing: 1px;
    background-position: top right
  }

  .dt_news_wrap .btn_wrap a.btn span {
    background-image: url(https://image.samsungsds.com/resource/en/images/solutions/icon_btn_arrow_m.svg);
    background-size: 20px 20px;
    background-position: 100% 10px;
  }

  .dt_news_wrap .slider_nav {
    margin-top: 44px;
  }

  .dt_news_wrap .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 33.333%;
    height: 2px;
    background-color: #cccccc;
    margin: 0;
    color: transparent;
    opacity: 1;
    font-size: 1px;
    line-height: 1px;
    text-indent: 0;
    overflow: hidden;
    position: relative;
    border-radius: 0;
  }

  .dt_news_wrap .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background: #000;
  }
}

/* dt_cs */
.solution_container .section.dt_cs {
  width: 100%;
}

.dt_cs_wrap {
  text-align: center;
  background-color: #122949;
  padding: 76px 0;
}

.dt_cs_wrap h3 {
  font-family: 'SharpSansNo1';
  font-size: 30px;
  font-weight: bold;
  line-height: normal;
  color: #ffffff;
}

.dt_cs_wrap p {
  font-family: 'OneLatin';
  font-size: 16px;
  font-weight: normal;
  line-height: 1.63;
  color: #ffffff;
  margin-top: 16px;
}

.dt_cs_wrap .btn_wrap {
  margin-top: 34px;
}

.dt_cs_wrap .btn_wrap .btn {
  width: 207px;
}

@media all and (max-width:767px) {
  .dt_cs_wrap {
    padding: 60px 24px;
  }

  .dt_cs_wrap h3 {
    font-size: 24px;
    line-height: 1.42;
  }

  .dt_cs_wrap p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.43;
  }

  .dt_cs_wrap .btn_wrap {
    width: 100%;
    margin-top: 28px;
  }

  .dt_cs_wrap .btn_wrap .btn {
    width: 206px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }
}

/* dt_free main*/
.df_free_main {
  width: 100%;
  height: 696px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 175px 0 0;
}

.df_free_inner {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 44px;
}

.df_free_main h2 {
  font-family: 'SharpSansNo1';
  font-size: 48px;
  font-weight: bold;
  line-height: normal;
  color: #ffffff;
}

.df_free_main p {
  max-width: 1040px;
  opacity: 0.8;
  font-family: 'OneLatin';
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  color: #ffffff;
  margin-top: 16px;
}

.df_free_main .btn_wrap {
  text-align: left;
  margin-top: 76px;
}

@media all and (max-width:1024px) {
  .df_free_main {
    height: 560px;
    padding: 120px 0 137px 0;
  }

  .df_free_main h2 {
    font-size: 40px;
    line-height: 1.9;
  }

  .df_free_main p {
    max-width: 622px;
    font-size: 15px;
    line-height: 1.8;
  }
}

@media all and (max-width:767px) {
  .df_free_main {
    height: 480px;
    padding: 62px 0 88px 0;
  }

  .df_free_inner {
    padding: 0 20px;
  }

  .df_free_main h2 {
    font-size: 24px;
    line-height: 1.25;
  }

  .df_free_main p {
    margin-top: 27px;
    font-size: 14px;
    line-height: 1.43;
  }

  .df_free_main .btn_wrap {
    margin-top: 62px;
  }

  .btn_wrap .btn_r {
    width: 244px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}

/* dt_free_info */
.dt_free_info {
  padding-top: 177px;
}

.dt_free_info ul {
  max-width: 1398px;
  margin: 0 auto;
  padding: 0 40px;
  font-size: 0;
  text-align: center;
}

.dt_free_info ul li {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin-left: 22px;
}

.dt_free_info ul li:first-child {
  margin-left: 0;
}

.dt_free_info ul li .icon {
  width: 157px;
  height: 157px;
  line-height: 157px;
  margin: 0 auto;
}

.dt_free_info ul li .icon img {
  vertical-align: middle;
}

.dt_free_info ul li h3 {
  font-family: 'OneLatin';
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #333333;
  margin-top: 35px;
}

@media all and (max-width:1024px) {
  .dt_free_info {
    padding-top: 120px;
  }

  .dt_free_info ul li h3 {
    margin-top: 10px;
    font-size: 15px;
  }

  .dt_free_info ul li .icon {
    width: 126px;
    height: 126px;
    line-height: 126px;
    margin: 0 auto;
  }
}

@media all and (max-width:767px) {
  .dt_free_info {
    padding-top: 48px;
  }

  .dt_free_info ul li {
    width: 100%;
    min-width: 0;
    text-align: center;
    margin-left: 0;
  }

  .dt_free_info ul li+li {
    margin-top: 40px;
  }

  .dt_free_info ul li .icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }

  .dt_free_info ul li h3 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.43;
  }
}

/* dt_free_play */
.dt_free_play_wrap {
  max-width: 1398px;
  margin: 0 auto 237px;
  padding: 220px 40px 0 40px;
  position: relative;
}

.dt_free_play_wrap h4 {
  font-family: 'SharpSansNo1';
  font-size: 18px;
  font-weight: bold;
  line-height: 1.44;
  letter-spacing: normal;
  color: #000000;
}

.dt_free_play_wrap .img {
  width: 100%;
  margin: 39px auto 33px;
}

.dt_free_play_wrap .img a {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
}

.dt_free_play_wrap img {
  width: 100%;
  height: auto;
}

.dt_free_play_wrap .free_play_btn {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}

.dt_free_play_wrap .free_play_btn img {
  width: 68px;
  height: 68px;
}

.dt_free_play_wrap .text {
  font-size: 0;
}

.dt_free_play_wrap .text>* {
  display: inline-block;
  vertical-align: top;
}

.dt_free_play_wrap .text h3 {
  width: 50%;
  margin-right: 26px;
  font-family: 'OneLatin';
  font-size: 40px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: normal;
  color: #000000;
}

.dt_free_play_wrap .text p {
  width: calc(50% - 26px);
  font-family: 'OneLatin';
  font-size: 16px;
  font-weight: normal;
  line-height: 1.63;
  letter-spacing: normal;
  color: #000000;
}

@media all and (max-width:1024px) {
  .dt_free_play_wrap {
    margin: 0 auto 120px;
    padding: 120px 44px 0 44px;
  }

  .dt_free_play_wrap .text h3 {
    width: 47%;
    font-size: 28px;
  }

  .dt_free_play_wrap .text p {
    width: calc(53% - 26px);
  }
}

@media all and (max-width:767px) {
  .dt_free_play_wrap {
    margin: 0 auto 80px;
    padding: 80px 14px 0 14px;
  }

  .dt_free_play_wrap h4 {
    font-size: 14px;
    line-height: 1.57;
  }

  .dt_free_play_wrap .img {
    margin: 12px auto 22px;
  }

  .dt_free_play_wrap .text h3 {
    width: 100%;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.33;
  }

  .dt_free_play_wrap .text p {
    width: 100%;
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: normal;
    color: #000000;
  }
}

/* dt_free_fs */
.dt_free_fs .dt_free_contents_box {
  margin: -114px auto 0;
  background: #ffffff;
  max-width: 1318px;
  padding: 47px 110px 100px;
  position: relative;
}

.dt_free_contents_box_title h6 {
  font-family: 'NotoSansCJKkr';
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: normal;
  color: #000000;
}

.dt_free_contents_box_title h3 {
  font-family: 'NotoSansCJKkr';
  font-size: 36px;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: -0.8px;
  color: #000000;
  margin-top: 14px;
}

.dt_free_contents_box_title p {
  font-family: 'NotoSansCJKkr';
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75;
  letter-spacing: -0.4px;
  color: #333333;
  margin-top: 22px;
}

.dt_free_contents ul {
  margin-top: 81px;
  font-size: 0;
}

.dt_free_contents ul li {
  font-family: 'NotoSansCJKkr';
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  display: inline-block;
  vertical-align: top;
  width: 28%;
  margin-left: 8%;
  padding-top: 12px;
  position: relative;
  word-break: normal;
}

.dt_free_contents ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 1px;
  background: #333;
  content: "";
  display: block;
}

.dt_free_contents ul li:first-child {
  margin-left: 0;
}

.dt_free_contents .btn_wrap {
  margin: 149px 0 70px;
}

@media all and (max-width:1470px) {
  .dt_free_fs .dt_free_contents_box {
    max-width: 87.5%;
    padding: 47px 7% 100px;
  }
}

@media all and (max-width:1024px) {
  .dt_free_contents ul li {
    font-size: 17px;
  }

  .dt_free_contents_box_title h3 {
    font-size: 24px;
    line-height: 1.42;
  }

  .dt_free_contents_box_title p {
    font-size: 14px;
    line-height: 1.57;
  }

  .dt_free_contents .btn_wrap {
    margin: 80px 0 20px;
  }
}

@media all and (max-width:767px) {
  .dt_free_fs .dt_free_contents_box {
    max-width: 100%;
    width: calc(100% - 28px);
    margin: -116px 14px 0 14px;
    padding: 24px 24px 0 24px;
  }

  .dt_free_fs .img_top .show_m {
    /* height: 420px; */
    overflow: hidden;
  }

  .dt_free_contents_box_title h6 {
    font-size: 12px;
    line-height: 1.5;
  }

  .dt_free_contents_box_title h3 {
    font-size: 18px;
    line-height: 1.44;
    margin-top: 16px;
  }

  .dt_free_contents_box_title p {
    font-size: 14px;
    line-height: 1.57;
    margin-top: 14px;
  }

  .dt_free_contents ul {
    margin-top: 64px;
  }

  .dt_free_contents ul li {
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
  }

  .dt_free_contents ul li+li {
    margin: 46px 0 0 0;
  }

  .dt_free_contents .btn_wrap {
    margin: 64px 0 80px;
  }
}

/* dt_free_engine */
.solution_container .section.dt_free_engine {
  width: 100%;
  height: 1080px;
  background: #f5f5f5;
}

.dt_free_engine_wrap {
  display: table;
  max-width: 1398px;
  height: 100%;
  margin: 0 auto;
  padding: 0 44px;
}

.dt_free_engine_cell {
  display: table-cell;
  font-size: 0;
  text-align: center;
  vertical-align: middle;
}

.dt_free_engine_left {
  float: left;
  padding-top: 149px;
  width: calc(100% - 550px - 118px);
  margin-right: 118px;
  text-align: left;
  vertical-align: middle;
}

.dt_free_engine_left h3 {
  font-family: 'NotoSansCJKkr';
  font-size: 40px;
  font-weight: bold;
  color: #000000;
}

.dt_free_engine_left p {
  font-family: 'NotoSansCJKkr';
  font-size: 17px;
  font-weight: normal;
  color: #000000;
  margin-top: 30px;
}

.dt_free_engine_left a.more {
  font-family: 'NotoSansCJKkr';
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  color: #000000;
  margin-top: 16px;
  display: inline-block;
  vertical-align: top;
  padding-right: 22px;
  background-image: url('https://image.samsungsds.com/resource/en/images/solutions/icon_arrow_en.svg');
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 100% 5px;
}

.dt_free_engine_left a.more:hover {
  color: #1b92ff;
  background-image: url('https://image.samsungsds.com/resource/en/images/solutions/icon_arrow_on_en.svg');
}

.dt_free_engine_right {
  float: right;
  width: 550px;
  vertical-align: middle;
}

.dt_free_engine_right .img img {
  width: 100%;
}

@media all and (max-width:1200px) {
  .solution_container .section.dt_free_engine {
    height: 650px;
  }

  .dt_free_engine_right {
    width: 270px;
  }

  .dt_free_engine_right .show_w {
    display: none !important;
  }

  .dt_free_engine_right .show_t {
    display: block !important;
    width: 270px;
    height: 270px;
  }

  .dt_free_engine_left {
    width: calc(100% - 270px - 90px);
    margin-right: 90px;
    padding-top: 20px;
  }

  .dt_free_engine_left p {
    font-size: 16px;
    line-height: normal;
  }
}

@media all and (max-width:1024px) {
  .solution_container .section.dt_free_engine {
    height: 590px;
  }

  .dt_free_engine_left {
    width: calc(100% - 270px - 60px);
    margin-right: 60px;
    padding-top: 40px;
  }

  .dt_free_engine_left h3 {
    font-size: 24px;
    line-height: 1.42;
  }

  .dt_free_engine_left p {
    font-size: 14px;
    line-height: 1.57;
  }

  .dt_free_engine_left a.more {
    font-size: 12px;
    line-height: 1.5;
    background-position: 100% -2px;
  }
}

@media all and (max-width:767px) {
  .solution_container .section.dt_free_engine {
    display: block;
    height: auto;
  }

  .dt_free_engine_wrap {
    display: block;
    width: 100%;
    padding: 42px 24px 62px 24px;
  }

  .dt_free_engine_wrap .img {
    width: 100%;
  }

  .dt_free_engine_wrap .img img {
    width: 270px;
    height: 270px;
  }

  .dt_free_engine_right .show_t {
    display: none !important;
  }

  .dt_free_engine_left {
    display: inline-block;
    width: 100%;
    margin-right: 0;
    padding-top: 36px;
  }

  .dt_free_engine_left h3 {
    font-size: 18px;
    line-height: 1.44;
  }

  .dt_free_engine_left p {
    font-size: 14px;
    line-height: 1.57;
    margin-top: 16px;
  }

  .dt_free_engine_left a.more {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.5;
    background-position: 100% -2px;
  }
}

/* solution_box_m */
.solution_box_m .img_box {
  position: relative;
}

.solution_box_m .img_box img {
  width: 100%;
}

.solution_box_m .img_box .dim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background-color: #000000;
  z-index: 1;
}

.solution_box_m .img_box .text_box {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 0 44px;
  z-index: 2;
  color: #ffffff;
}

.text_box .text_box_intro {
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
}

.text_box .text_box_tit {
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: normal;
}

.text_box .text_box_con {
  margin-top: 16px;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
}

@media all and (max-width:767px) {
  .solution_box_m .img_box .text_box {
    padding: 0 14px;
  }
}

/* dt_free_platform */
.solution_container .section.dt_free_platform {
  background-color: #f5f5f5;
  width: 100%;
  padding: 120px 0 120px;
}

.dt_free_platform_wrap {
  max-width: 1398px;
  margin: 0 auto;
  padding: 0 40px;
  font-size: 0;
}

.dt_free_platform_wrap>h2 {
  font-family: 'NotoSansCJKkr';
  font-size: 40px;
  font-weight: bold;
  color: #000000;
}

.dt_free_platform_wrap>h2+.platform_title {
  margin-top: 100px;
}

.dt_free_platform_wrap .platform_title {
  font-family: 'OneLatin';
  font-size: 24px;
  font-weight: bold;
  line-height: 1.33;
  color: #000000;
  margin-top: 60px;
  margin-bottom: 33px;
}

.dt_free_platform_wrap .platform_wrap+.platform_title {
  margin-top: 40px;
}

.platform_wrap .platform {
  position: relative;
  padding: 60px 60px 50px;
  width: calc(50% - 12.5px);
  margin-left: 25px;
  margin-top: 24px;
  display: inline-block;
  vertical-align: top;
  display: none;
  background: #ffffff;
}

.platform_wrap .platform:nth-child(1),
.platform_wrap .platform:nth-child(2) {
  margin-top: 0;
}

.platform_wrap .platform:nth-child(1),
.platform_wrap .platform:nth-child(2),
.platform_wrap .platform:nth-child(3),
.platform_wrap .platform:nth-child(4) {
  display: inline-block;
}

.platform_wrap .platform:nth-child(2n+1) {
  margin-left: 0;
}

.platform_wrap .platform .platform_top_title .free_date {
  font-family: 'OneLatin';
  font-size: 18px;
  font-weight: bold;
  line-height: 34px;
  text-align: center;
  width: 120px;
  color: #fff;
  height: 34px;
  background-color: #1b92ff;
}

.platform_wrap .platform .platform_top_title .free_date.preparing {
  width: 130px;
  opacity: 0.4;
}

.platform_wrap .platform .platform_top_title h4 {
  font-family: 'OneLatin';
  font-size: 28px;
  font-weight: bold;
  margin-top: 15px;
  color: #000000;
}

.platform_wrap .platform .platform_top_title p {
  font-family: 'OneLatin';
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: normal;
  font-weight: normal;
  color: #555555;
  margin-top: 9px;
}

.platform_wrap .platform .platform_top_title a.more {
  font-family: 'OneLatin';
  font-size: 14px;
  font-weight: bold;
  line-height: 1.71;
  letter-spacing: 1px;
  color: #000000;
  margin: 24px 25px 0 0;
  padding-right: 22px;
  display: inline-block;
  background: url('https://image.samsungsds.com/resource/en/images/solutions/icon_arrow_en.svg?queryString=20210511121113') no-repeat;
  background-size: 20px 20px;
  background-position: 100% 1px;
}

.platform_wrap .platform .platform_top_title a.more:hover {
  color: #1b92ff;
  background: url('https://image.samsungsds.com/resource/en/images/solutions/icon_arrow_on_en.svg?queryString=20210511121113') no-repeat right center;
  background-size: 20px 20px;
  background-position: 100% 1px;
}

.platform_wrap .platform .platform_top_title .view_more {
  margin-top: 19px;
}

.platform_wrap .platform .platform_top_title .view_more a.more {
  margin-top: 5px;
}

.platform_wrap .platform .platform_info {
  padding-top: 33px;
  border-top: solid 1px #d7d7d7;
  margin-top: 40px;
  padding-top: 33px;
  word-break: normal;
}

.platform_wrap .platform .platform_info .empty {
  font-family: 'OneLatin';
  font-size: 24px;
  text-align: center;
  color: #989898;
  padding-top: 122px;
  font-weight: normal;

}

.platform_wrap .platform .platform_info p.dot {
  position: relative;
  font-family: 'OneLatin';
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  color: #333333;
  padding-left: 28px;
  margin-top: 24px;
}

.platform_wrap .platform .platform_info p.dot.margin-9 {
  margin-top: 9px;
}

.platform_wrap .platform .platform_info p.dot:first-child {
  margin-top: 0;
}

.platform_wrap .platform .platform_info p.dot:before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 14px;
  width: 6px;
  height: 6px;
  background: #333333;
  border-radius: 100%;
}

.platform_wrap .platform .btn_wrap {
  width: 100%;
  margin-top: 35px;
  text-align: center;
}

.platform_wrap .platform .btn_wrap a {
  margin: 0 10px;
}

.platform_wrap>.btn_wrap {
  margin-top: 80px;
}

@media all and (max-width:1360px) {
  .solution_container .section.dt_free_platform {
    padding: 100px 0 60px;
  }

  .platform_wrap .platform {
    padding: 40px 30px 50px;
  }

  .platform_wrap .platform .platform_top_title a.more {
    margin-top: 20px;
  }

  .platform_wrap .platform .platform_info {
    margin-top: 30px;
    padding-top: 31px;
  }

  .platform_wrap .platform .platform_info p.dot {
    font-size: 18px;
    line-height: 1.75;
  }

  .platform_wrap .platform .platform_info p.dot:before {
    top: 11px;
  }
}

@media all and (max-width:1024px) {
  .solution_container .section.dt_free_platform {
    padding: 20px 0 20px;
  }

  .platform_wrap .platform {
    padding: 24px 24px 30px;
  }

  .dt_free_platform_wrap .platform_wrap+.platform_title {
    margin-top: 20px;
  }

  .platform_wrap .platform .platform_top_title .free_date {
    width: 75px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
  }

  .platform_wrap .platform .platform_top_title .free_date.preparing {
    width: 90px;
  }

  .dt_free_platform_wrap .platform_title {
    font-size: 14px;
    line-height: 1.57;
    padding-top: 40px;
    margin-bottom: 12px;
  }

  .platform_wrap .platform .platform_top_title h4 {
    font-size: 18px;
    line-height: normal;
    margin-top: 10px;
  }

  .platform_wrap .platform .platform_top_title p {
    font-size: 14px;
    line-height: 1.5;
  }

  .platform_wrap .platform .platform_top_title a.more {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 14px;
  }

  .platform_wrap .platform .platform_top_title .view_more { 
    margin-top: 8px;
  }

  .platform_wrap .platform .platform_info {
    margin-top: 20px;
    padding-top: 18px;
  }

  .platform_wrap .platform .platform_info p.dot {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }

  .platform_wrap .platform .platform_info p.dot:before {
    top: 6px;
  }

  .platform_wrap .platform .platform_info .empty {
    font-size: 16px;
  }

  .platform_wrap>.btn_wrap {
    margin-top: 24px;
  }

  .platform_wrap .platform .btn_wrap a {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}

@media all and (max-width:767px) {
  .solution_container .section.dt_free_platform {
    padding: 60px 0 80px 0;
  }

  .dt_free_platform_wrap .platform_title {
    padding-top: 0px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.43;
  }

  .dt_free_platform_wrap {
    padding: 0 14px;
  }

  .dt_free_platform_wrap .platform_wrap+.platform_title {
    margin-top: 60px;
  }

  .platform_wrap .platform {
    width: 100%;
    margin-left: 0;
    height: auto;
    min-height: auto;
  }

  .platform_wrap .platform+.platform {
    margin-top: 14px;
  }

  .platform_wrap .platform .platform_top_title .free_date.preparing {
    width: 81px;
  }

  .platform_wrap .platform .platform_top_title a.more {
    font-size: 12px;
    line-height: normal;
    letter-spacing: 1px;
    background-position: right center;
  }

  .platform_wrap .platform .platform_top_title a.more:hover {
    background-position: 100%;
  }

  .platform_wrap .platform .platform_top_title .view_more a.more {
    margin-top: 8px;
  }

  .platform_wrap .platform .btn_wrap {
    margin-top: 24px;
  }

  .platform_wrap .platform .btn_wrap a {
    margin: 0;
    font-size: 12px;
    letter-spacing: 1px;
  }

  .platform_wrap .platform .platform_info .empty {
    padding: 80px 0;
  }

  .platform_wrap>.btn_wrap {
    margin-top: 24px;
  }

  .platform_wrap .btn_wrap .btn {
    width: 272px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    letter-spacing: 1px;
  }
}

/* dt_free_ed */
.dt_free_ed {
  background-color: #fff;
}

.dt_free_ed_wrap {
  max-width: 1398px;
  padding: 160px 40px 200px 40px;
  margin: 0 auto;
}

.dt_free_ed_wrap>h3 {
  font-family: 'NotoSansCJKkr';
  font-size: 40px;
  font-weight: bold;
  line-height: 0.75;
  color: #000000;
  margin-bottom: 40px;
}

.dt_free_education {
  display: table;
  width: 100%;
  font-size: 0;
}

.dt_free_education>div {
  display: table-cell;
  vertical-align: middle;
}

.dt_free_education>div.img {
  width: 49%
}

.dt_free_education>div.img img {
  width: 100%;
}

.dt_free_education>div.text {
  width: 50%;
  padding-left: 30px;
}

.dt_free_education>div.text h4 {
  font-family: 'NotoSansCJKkr';
  font-size: 26px;
  font-weight: bold;
  line-height: 1.15;
  color: #000000;
}

.dt_free_education>div.text p {
  font-family: 'NotoSansCJKkr';
  font-size: 16px;
  line-height: 1.63;
  color: #000000;
  font-weight: normal;
  margin-top: 10px;
}

.dt_free_education>div.text ul {
  margin-top: 21px;
}

.dt_free_education>div.text ul li {
  display: inline-block;
  vertical-align: middle;
}

.dt_free_education>div.text ul li a {
  font-family: 'NotoSansCJKkr';
  font-size: 14px;
  font-weight: bold;
  line-height: 1.71;
  color: #000000;
}

.dt_free_education>div.text ul li a:hover {
  color: #1b92ff;
}

.dt_free_education>div.text ul li.bar {
  width: 1px;
  height: 14px;
  margin: 0 10px;
  background: #cccccc;
}

.dt_free_education+h3 {
  margin-top: 100px;
}

@media all and (max-width:1024px) {
  .dt_free_ed_wrap {
    padding: 120px 40px 140px 40px;
  }

  .dt_free_ed_wrap>h3 {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 0.92;
  }

  .dt_free_education+h3 {
    margin-top: 60px;
  }
}

@media all and (max-width:767px) {
  .dt_free_ed_wrap {
    padding: 60px 14px 80px 14px;
  }

  .dt_free_ed_wrap>h3 {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.57;
  }

  .dt_free_education>div {
    display: block;
  }

  .dt_free_education>div.img {
    width: 100%;
  }

  .dt_free_education>div.text {
    width: 100%;
    padding-left: 0;
    margin-top: 22px;
  }

  .dt_free_education>div.text h4 {
    font-size: 18px;
    line-height: 1.44;
  }

  .dt_free_education>div.text p {
    font-size: 14px;
    line-height: 1.57;
    margin-top: 8px;
  }

  .dt_free_education>div.text ul {
    margin-top: 20px;
  }

  .dt_free_education+h3 {
    margin-top: 58px;
  }

  .dt_free_education>div.text ul li a {
    font-size: 12px;
    line-height: 1.5;
  }
}

/* dt_free_faq */
.solution_container .section.dt_free_faq {
  background-color: #f5f5f5;
  width: 100%;
  padding: 113px 0 120px;
}

.dt_free_faq_wrap {
  max-width: 1398px;
  margin: 0 auto;
  padding: 0 44px;
}

.dt_free_faq_wrap>h4 {
  font-family: 'SharpSansNo1';
  font-size: 18px;
  font-weight: bold;
  line-height: 1.44;
  color: #000000;
  margin-bottom: 38px;
}

.dt_free_faq_wrap .dt_faq_area {
  border-top: 2px solid #000;
}

.dt_free_faq_wrap dl {
  display: none;
}

.dt_free_faq_wrap dl dt {
  border-bottom: 1px solid #ededed;
}

.dt_free_faq_wrap dl dt a {
  font-family: 'OneLatin';
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #333333;
  padding: 30px 80px 30px 0;
  display: block;
  position: relative;
}

.dt_free_faq_wrap dl dt a img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
}

.dt_free_faq_wrap dl dt.active a img {
  transform: rotate(180deg);
  margin-top: -20px;
}

.dt_free_faq_wrap dl dd {
  position: relative;
  font-family: 'OneLatin';
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  color: #333333;
  padding: 30px 0 38px 0;
  border-bottom: 1px solid #ededed;
  display: none;
}

@media all and (max-width:1024px) {
  .solution_container .section.dt_free_faq {
    padding: 40px 0 60px;
  }

  .dt_free_faq_wrap>h4 {
    margin-bottom: 12px;
  }

  .dt_free_faq_wrap dl dt a {
    font-size: 16px;
    line-height: 1.57;
    padding: 24px 120px 24px 0;
    display: block;
    position: relative;
  }

  .dt_free_faq_wrap dl dt a img {
    width: 30px;
    height: 30px;
  }

  .dt_free_faq_wrap dl dt.active a img {
    margin-top: -15px;
  }

  .dt_free_faq_wrap dl dd {
    font-size: 16px;
    line-height: 1.57;
  }
}

@media all and (max-width:767px) {
  .solution_container .section.dt_free_faq {
    padding: 0 0 60px;
  }

  .dt_free_faq_wrap {
    padding: 0 14px;
  }

  .dt_free_faq_wrap>h4 {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: normal;
    margin-bottom: 14px;
  }

  .dt_free_faq_wrap dl dt a {
    font-size: 14px;
    padding: 24px 52px 24px 0;
  }

  .dt_free_faq_wrap dl dt a img {
    width: 20px;
    height: 20px;
  }

  .dt_free_faq_wrap dl dt.active a img {
    margin-top: -10px;
  }

  .dt_free_faq_wrap dl dd {
    font-size: 14px;
    line-height: 1.57;
  }

  .dt_free_faq_wrap .dt_free_faq_btn {
    width: 100%;
    margin-top: 24px;
    padding: 0 24px;
  }

  .dt_free_faq_wrap .dt_free_faq_btn .btn {
    width: 244px;
    height: 40px;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 40px;
  }
}