@charset "UTF-8";
/*Show All Products*/
.showAllProducts .intro {
  padding: 0;
}

.showAllProducts .intro .txt {
  padding: 106px 0 90px 0;
  border-bottom: 1px solid #f3f3f3;
}

.showAllProducts .intro .txt h5 {
  text-transform: uppercase;
  font-family: 'SamsungSharpSans', sans-serif;
  font-size: 80px;
  text-align: center;
  margin-top: 0;
}

.showAllProducts .filter {
  background: #f7f7f7;
  padding: 36px 0 0;
}

.showAllProducts .filter .feature_inner {
  padding: 0 70px;
}

.showAllProducts .filter h6 {
  text-align: center;
  font-family: 'SamsungOne-700', sans-serif;
  font-size: 20px;
}

.showAllProducts .filter .filter_wrap {
  border-bottom: 1px solid #c6c6c6;
  margin-top: 55px;
}

.showAllProducts .filter .filter_wrap .filter_inner::after,
.showAllProducts .filter .filter_wrap .filter_checklist::after,
.showAllProducts .filter .filter_wrap .filter_inner .filter_category > li::after {
  display: block;
  clear: both;
  content: ' ';
}

.showAllProducts .filter .filter_wrap .filter_inner {
  height: 182px;
  overflow: hidden;
}

/*180122 update*/
.showAllProducts .filter .filter_wrap .filter_inner form {
  padding: 0 0 5px 0;
}

.showAllProducts .filter .filter_wrap .filter_inner.expand {
  height: auto;
}

.showAllProducts .filter .filter_wrap .filter_inner .filter_category {
  width: 100%;
}

.showAllProducts .filter .filter_wrap .filter_inner .filter_category > li {
  padding-left: 204px;
  margin-bottom: 28px;
  position: relative;
}

.showAllProducts .filter .filter_wrap .filter_inner .filter_category li.line2 {
  margin-top: 28px;
}

.showAllProducts .filter .filter_wrap .filter_inner .filter_category li ul li {
  float: left;
  font-family: 'SamsungOne', sans-serif;
  font-size: 18px;
  line-height: 22px;
  height: 22px;
  width: 14.28%;
}

.showAllProducts .filter .filter_wrap .filter_inner .filter_category li p {
  font-family: 'SamsungOne-700', sans-serif;
  position: absolute;
  left: 0;
  width: 204px;
  font-size: 18px;
  line-height: 22px;
}

.showAllProducts .filter .filter_wrap .filter_inner .filter_category li a {
  display: none;
  font-family: 'SamsungOne-700', sans-serif;
}

.showAllProducts .filter .filter_wrap .filter_inner .filter_category li ul li label {
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 32px;
  background: url("https://www.samsung.com/etc/designs/semi/isocell/business/img/input-default.png") no-repeat 0 0;
  background-size: contain;
  display: inline-block;
  cursor: pointer;
}

.showAllProducts .filter .filter_wrap .filter_inner .filter_category li ul li label sup {
  font-size: 14px;
  line-height: 14px;
  vertical-align: top;
}

.showAllProducts .filter .filter_wrap .filter_inner .filter_category li ul li input[type='checkbox'] {
  display: none;
}

.showAllProducts .filter .filter_wrap .filter_inner .filter_category li ul li input[type='checkbox']:checked + label {
  background: url("https://www.samsung.com/etc/designs/semi/isocell/business/img/input-checked.png") no-repeat 0 0;
  background-size: contain;
}

.showAllProducts .filter .filter_wrap .filter_more {
  width: 100%;
}

.showAllProducts .filter .filter_wrap .filter_more a {
  display: block;
  width: 100%;
  height: 80px;
  background: url("https://www.samsung.com/etc/designs/semi/isocell/business/img/filter-arrow-down.png") no-repeat center 49px;
}

.showAllProducts .filter .filter_wrap .filter_more a.expand {
  background: url("https://www.samsung.com/etc/designs/semi/isocell/business/img/filter-arrow-up.png") no-repeat center center;
}

.showAllProducts .filter .checked_area {
  position: relative;
  padding: 20px 0 10px 0;
  min-height: 84px;
}

.showAllProducts .filter .checked_area .checked_list {
  padding-right: 140px;
}

.showAllProducts .filter .checked_area .checked_list a {
  display: inline-block;
  font-family: 'SamsungOne', sans-serif;
  color: #fff;
  font-size: 18px;
  height: 44px;
  border-radius: 44px;
  line-height: 44px;
  background-color: #303030;
  background-image: url("https://www.samsung.com/etc/designs/semi/isocell/business/img/close-w-w.png");
  background-repeat: no-repeat;
  background-position: 86% center;
  background-size: 14px auto;
  padding: 0 72px 0 18px;
  margin: 0 6px 10px 0;
}

.showAllProducts .filter .checked_area .checked_list a.hover,
.showAllProducts .filter .checked_area .checked_list a:focus {
  background-image: url("https://www.samsung.com/etc/designs/semi/isocell/business/img/close-b-w.png") !important;
}

.showAllProducts .filter .checked_area .clear_btn {
  position: absolute;
  right: 0;
  top: 30px;
}

.showAllProducts .filter .checked_area .clear_btn a {
  display: block;
  font-family: 'SamsungOne-700', sans-serif;
  padding-left: 36px;
  height: 26px;
  line-height: 28px;
  font-size: 18px;
  background-image: url("https://www.samsung.com/etc/designs/semi/isocell/business/img/clear-btn-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  color: #000;
}

.showAllProducts .filter .checked_area .clear_btn a.hover,
.showAllProducts .filter .checked_area .clear_btn a:focus {
  color: #0c4e7c;
  background-image: url("https://www.samsung.com/etc/designs/semi/isocell/business/img/clear-btn-bg-on.png") !important;
}

.showAllProducts .filter .checked_area .clear_btn a.disable {
  background-image: url("https://www.samsung.com/etc/designs/semi/isocell/business/img/clear-btn-bg-off.png");
  color: #363636;
  cursor: default;
}

.showAllProducts .filter .checked_area .clear_btn a.disable.hover,
.showAllProducts .filter .checked_area .clear_btn a.disable:focus {
  background-image: url("https://www.samsung.com/etc/designs/semi/isocell/business/img/clear-btn-bg-off.png") !important;
  color: #363636 !important;
}

.showAllProducts .filter .filter_wrap .filter_category_mobile {
  display: none;
}

/*180122 update*/
.showAllProducts .filter .filter_wrap .filter_inner .filter_category li ul.series li:nth-child(4) {
  clear: left;
}

.showAllProducts .filter .filter_wrap .filter_inner .filter_category li ul.series li.second_line {
  margin-top: 28px;
}

.showAllProducts .compare_list {
  padding: 120px 0 90px 0;
}

.showAllProducts .compare_list .feature_inner {
  padding: 0 60px;
}

.showAllProducts .compare_list .compare_box {
  width: 33.333%;
  float: left;
  padding: 0 5px;
  margin-bottom: 40px;
}

.showAllProducts .compare_list .compare_box .compare_box_inner {
  width: 100%;
  height: 100%;
  padding: 65px 39px 50px;
  border: 1px solid #d6d6d6;
  cursor: pointer;
  height: 578px;
  position: relative;
}

.showAllProducts .compare_list .compare_box .compare_box_border {
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
}

.showAllProducts .compare_list .compare_box .compare_box_border:focus {
  border-color: #a5c7fe;
}

.showAllProducts .compare_list .compare_box.add .compare_box_border {
  border-color: #1428a0;
}

.showAllProducts .compare_list .compare_box.add .compare_box_inner {
  border-color: #1428a0;
}

.showAllProducts .compare_list .compare_box .compare_box_title {
  text-align: center;
  border-bottom: 1px solid #d9d9d9;
  padding: 0 30px 34px;
}

.showAllProducts .compare_list .compare_box .compare_box_title p {
  font-family: 'SamsungOne-700', sans-serif;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: -0.8px;
}

.showAllProducts .compare_list .compare_box .compare_box_title .arrow_btn {
  margin: 14px auto 0 auto;
}

.showAllProducts .compare_list .compare_box .compare_box_desc {
  margin-top: 36px;
}

.showAllProducts .compare_list .compare_box .compare_box_desc > p {
  font-size: 16px;
  line-height: 22px;
  position: relative;
  padding-left: 122px;
  margin-bottom: 20px;
}

.showAllProducts .compare_list .compare_box .compare_box_desc > p:last-child {
  margin-bottom: 0;
}

.showAllProducts .compare_list .compare_box .compare_box_desc > p span {
  position: absolute;
  left: 0;
  font-family: 'SamsungOne', sans-serif;
}

.showAllProducts .compare_list .compare_box .compare_box_btn {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 49px;
}

.showAllProducts .compare_list .compare_box .compare_box_btn a {
  display: inline-block;
  text-transform: uppercase;
  font-family: 'SamsungOne-700', sans-serif;
  color: #000;
  font-size: 17px;
  width: 170px;
  height: 44px;
  border-radius: 44px;
  line-height: 1em;
  border: 2px solid #7f7f7f;
  margin-right: 7px;
  transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  padding: 12px 0;
}

.showAllProducts .compare_list .compare_box .compare_box_btn a.hover,
.showAllProducts .compare_list .compare_box .compare_box_btn a:focus {
  border-color: #303030 !important;
  background-color: #303030 !important;
  color: #fff !important;
}

.showAllProducts .compare_list .compare_box .compare_box_btn a:last-child {
  margin-right: 0;
}

.showAllProducts .compare_list .compare_box.add a.hover,
.showAllProducts .compare_list .compare_box.add a:focus {
  border-color: #303030 !important;
  color: #fff !important;
}

.showAllProducts .comparison_wrap {
  display: none;
}

.showAllProducts .comparison_wrap.open {
  display: block;
  height: 186px;
}

.showAllProducts .comparison_wrap {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.85);
  text-align: center;
  padding: 34px 0 38px 0;
  color: #fff;
  z-index: 3;
}

.showAllProducts .comparison_wrap .comparison {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

.showAllProducts .comparison_wrap .comparison a.open_btn {
  display: block;
  width: 21px;
  height: 12px;
  background: url("https://www.samsung.com/etc/designs/semi/isocell/business/img/filter-arrow-down-w.png") no-repeat 0 0;
  background-size: cover;
  position: absolute;
  right: 70px;
  top: 12px;
}

.showAllProducts .comparison_wrap h6 {
  font-family: 'SamsungOne-700', sans-serif;
  font-size: 30px;
  text-transform: uppercase;
}

.showAllProducts .comparison_wrap h6 span {
  color: #00b3e3;
}

.showAllProducts .comparison_wrap .comparison_list {
  padding-top: 33px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  overflow: hidden;
}

.showAllProducts .comparison_wrap .comparison_list .comparison_item {
  display: inline-block;
  width: 190px;
  height: 140px;
  background: #000;
  padding: 20px 20px 8px 20px;
  margin: 0 8px;
}

.showAllProducts .comparison_wrap .comparison_list .comparison_item p {
  font-family: 'SamsungOne', sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #ccc;
  min-height: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.showAllProducts .comparison_wrap .comparison_list .comparison_item p strong {
  font-family: 'SamsungOne-700', sans-serif;
  color: #fff;
}

.showAllProducts .comparison_wrap .comparison_list .comparison_item.vr p {
  padding-top: 12px;
}

.showAllProducts .comparison_wrap .comparison_list .comparison_item a.delete_btn {
  display: inline-block;
  font-family: 'SamsungOne-700', sans-serif;
  color: #fff;
  font-size: 17px;
  width: 95px;
  height: 44px;
  line-height: 44px;
  border-radius: 44px;
  background: #252525;
  margin-top: 18px;
  transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  text-transform: uppercase;
}

.showAllProducts .comparison_wrap .comparison_list .comparison_item a.delete_btn.hover,
.showAllProducts .comparison_wrap .comparison_list .comparison_item a.delete_btn:focus {
  background: #fff !important;
  color: #000 !important;
}

.showAllProducts .comparison_wrap .compare_btn {
  margin-top: 40px;
}

.showAllProducts .comparison_wrap .compare_btn a {
  display: inline-block;
  width: 290px;
  height: 44px;
  border-radius: 44px;
  line-height: 40px;
  border: 2px solid #fff;
  font-family: 'SamsungOne-700', sans-serif;
  font-size: 17px;
  color: #fff;
  transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  margin: 0 4px;
  text-transform: uppercase;
}

.showAllProducts .comparison_wrap .compare_btn a.disable {
  cursor: default;
  color: #989898;
  border-color: #989898;
}

.showAllProducts .comparison_wrap .compare_btn a.hover,
.showAllProducts .comparison_wrap .compare_btn a:focus {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #000 !important;
}

.showAllProducts .comparison_wrap .compare_btn a.disable:hover,
.showAllProducts .comparison_wrap .compare_btn a.disable:focus {
  background-color: #989898 !important;
  color: #000 !important;
  border-color: #989898 !important;
}

.showAllProducts .comparison_wrap .alert_txt {
  display: none;
  height: 173px;
  width: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.showAllProducts .comparison_wrap .alert_txt .alert_txt_inner {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}

.showAllProducts .comparison_wrap .alert_txt p {
  display: table-cell;
  vertical-align: middle;
  font-family: 'SamsungOne', sans-serif;
  font-size: 26px;
  color: #fff;
}

.showAllProducts .comparison_wrap.mini .comparison a.open_btn {
  background: url("https://www.samsung.com/etc/designs/semi/isocell/business/img/filter-arrow-up-w.png") no-repeat 0 0;
  background-size: cover;
}

.showAllProducts .comparison_wrap.mini .comparison_list {
  padding: 0;
}

/*Filter no result! */
.no_result {
  width: 100%;
  text-align: center;
  padding: 50px 0 80px 0;
  display: none;
}

.no_result h6 {
  font-family: 'SamsungOne-700', sans-serif;
  color: #404040;
  font-size: 30px;
}

.no_result p {
  font-family: 'SamsungOne', sans-serif;
  color: #8a8a8a;
  font-size: 18px;
  margin-top: 9px;
}

.contents .sub_nav {
  padding: 56px 0 80px 0;
  margin: 0 auto;
}

.contents .sub_nav ul {
  margin-top: 0;
}

.contents .sub_nav ul li {
  line-height: initial;
}

.contents .sub_nav ul li a {
  padding-bottom: 13px;
}

.contents .sub_nav ul li.active a,
.contents .sub_nav ul li a.hover,
.contents .sub_nav ul li a:focus {
  background-image: url("https://www.samsung.com/etc/designs/semi/isocell/business/img/common-contents-anchor.png") !important;
  background-repeat: no-repeat !important;
  background-position: bottom center !important;
}

.wrapper .sub_nav_anchor .nav_anchor_in > ul li.active a {
  background-image: url("https://www.samsung.com/etc/designs/semi/isocell/business/img/common-contents-anchor.png");
  background-repeat: no-repeat;
  background-position: center 86%;
}

.wrapper .sub_nav_anchor .nav_anchor_in > ul li a.hover,
.wrapper .sub_nav_anchor .nav_anchor_in > ul li a:focus {
  background-image: url("https://www.samsung.com/etc/designs/semi/isocell/business/img/common-contents-anchor.png") !important;
  background-position: center 86% !important;
}

.wrapper .sub_nav_anchor span {
  text-transform: initial;
}

/*popup 창*/
.popup_dimmed_solution {
  position: fixed;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0.7;
  display: none;
}

.popup.showAllProducts_spec .popup_cont .popup_cont_inner .line {
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  background: #ddd;
  padding-left: 0;
}

.popup.showAllProducts_spec .popup_cont .popup_cont_inner .popup_cont_inner_w {
  width: 50%;
  float: left;
}

.popup.showAllProducts_spec .popup_cont .popup_cont_inner .popup_cont_inner_w > div {
  width: 100%;
  font-size: 20px;
  line-height: 20px;
  padding-left: 48px;
  position: relative;
  height: 54px;
}

.popup.showAllProducts_spec .popup_cont .popup_cont_inner .popup_cont_inner_w > div:nth-child(16),
.popup.showAllProducts_spec .popup_cont .popup_cont_inner .popup_cont_inner_w > div:nth-child(17) {
  margin-bottom: 0;
}

.popup.showAllProducts_spec .popup_cont .popup_cont_inner .popup_cont_inner_w > div:last-child {
  height: auto;
  margin-bottom: 0;
}

.popup.showAllProducts_spec .popup_cont .popup_cont_inner .popup_cont_inner_w > div span {
  display: inline-block;
  font-family: 'SamsungOne-700', sans-serif;
  position: absolute;
}

.popup.showAllProducts_spec .popup_cont .popup_cont_inner .popup_cont_inner_w > div p {
  display: inline-block;
  font-family: 'SamsungOne', sans-serif;
  padding-left: 182px;
}

.popup.showAllProducts_comparison {
  margin: -25% auto 0 auto;
}

.popup.showAllProducts_comparison .popup_title::after {
  display: block;
  content: ' ';
  clear: both;
}

.popup.showAllProducts_comparison .popup_title h6 {
  display: inline;
  background: url("https://www.samsung.com/etc/designs/semi/isocell/business/img/popup-title-bg-line.png") no-repeat right center;
  padding-right: 28px;
  margin-right: 32px;
  float: left;
  text-transform: uppercase;
}

.popup.showAllProducts_comparison .popup_title p {
  display: block;
  font-family: 'SamsungOne', sans-serif;
  float: left;
  font-size: 30px;
}

.popup.showAllProducts_comparison .popup_title span {
  color: #00b3e3;
}

.popup.showAllProducts_comparison .popup_cont table,
.popup.showAllProducts_comparison .popup_cont table tr,
.popup.showAllProducts_comparison .popup_cont table th,
.popup.showAllProducts_comparison .popup_cont td,
.popup.showAllProducts_comparison .popup_cont table tbody,
.popup.showAllProducts_comparison .popup_cont table thead {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
}

.popup.showAllProducts_comparison .popup_cont {
  padding: 30px 30px 25px 30px;
}

.popup.showAllProducts_comparison .popup_cont .popup_cont_inner {
  overflow: hidden;
}

.popup.showAllProducts_comparison .popup_cont table th {
  border-right: 1px solid #555;
  background: #333;
  color: #fff;
  font-family: 'SamsungOne-700', sans-serif;
  font-size: 20px;
  line-height: 50px;
}

.popup.showAllProducts_comparison .popup_cont table td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  line-height: 40px;
  padding-left: 18px;
}

.popup.showAllProducts_comparison .popup_cont table tr:nth-child(even) td {
  background: #eee;
  border-right: 1px solid #e0e0e0;
}

.popup.showAllProducts_comparison .popup_cont table tr:nth-child(odd) td {
  border-right: 1px solid #eaeaea;
}

.popup.showAllProducts_comparison .popup_cont .fixed_area {
  width: 16.1%;
  position: absolute;
}

.popup.showAllProducts_comparison .popup_cont .fixed_area table {
  width: 100%;
}

.popup.showAllProducts_comparison .popup_cont .fixed_area table td {
  font-family: 'SamsungOne-700', sans-serif;
}

.popup.showAllProducts_comparison .popup_cont .scroll_area_wrap {
  padding-left: 16.1%;
}

.popup.showAllProducts_comparison .popup_cont .scroll_area {
  width: 100%;
  overflow-x: scroll;
  padding-bottom: 10px;
}

.popup.showAllProducts_comparison .popup_cont .scroll_area .scroll_area_inner {
  width: 1299px;
}

.popup.showAllProducts_comparison .popup_cont .scroll_area .scroll_area_inner::after {
  display: block;
  content: ' ';
  clear: both;
}

.popup.showAllProducts_comparison .popup_cont .scroll_area table {
  float: left;
  width: 433px;
}

.popup.showAllProducts_comparison .popup_cont .scroll_area {
  scrollbar-3dlight-color: #efefef;
  scrollbar-arrow-color: #efefef;
  scrollbar-base-color: #efefef;
  scrollbar-face-color: #555;
  scrollbar-track-color: #efefef;
  scrollbar-darkshadow-color: #efefef;
  scrollbar-highlight-color: #efefef;
  scrollbar-shadow-color: #efefef;
}

.popup.showAllProducts_comparison .popup_cont .scroll_area::-webkit-scrollbar {
  height: 6px;
  background: transparent;
}

.popup.showAllProducts_comparison .popup_cont .scroll_area::-webkit-scrollbar-button:start:decrement,
.popup.showAllProducts_comparison .popup_cont .scroll_area::-webkit-scrollbar-button:end:increment {
  opacity: 0;
  height: 10px;
}

.popup.showAllProducts_comparison .popup_cont .scroll_area::-webkit-scrollbar-track {
  border-radius: 10px;
  background: transparent;
}

.popup.showAllProducts_comparison .popup_cont .scroll_area::-webkit-scrollbar-thumb {
  background: #555;
  border-radius: 8px;
}

.popup.showAllProducts_alert {
  width: 100%;
  max-width: 840px;
}

.popup.showAllProducts_alert h6 {
  text-align: center;
}

.popup.showAllProducts_alert .popup_cont {
  height: 321px;
}

.popup.showAllProducts_alert .popup_cont .popup_cont_inner {
  display: table;
  height: 100%;
  width: 100%;
  text-align: center;
}

.popup.showAllProducts_alert .popup_cont p {
  font-family: 'SamsungOne-700', sans-serif;
  font-size: 30px;
  vertical-align: middle;
  height: 100%;
  display: table-cell;
  text-align: center;
}

.popup_dimmed {
  display: none;
}

.popup.showAllProducts_spec,
.popup.showAllProducts_comparison,
.popup.showAllProducts_alert {
  display: none;
}

.popup_notice {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 132px;
  background: rgba(0, 0, 0, 0.85);
  z-index: 2;
  opacity: 0;
  display: none;
}

.popup_notice .popup_notice_inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  max-width: 1440px;
  margin: 0 auto;
}

.popup_notice .popup_notice_inner p {
  color: #fff;
  font-family: 'SamsungOne', sans-serif;
  font-size: 24px;
  line-height: 30px;
  padding-top: 35px;
}

.popup_notice .popup_notice_inner a.close {
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  right: 70px;
  top: 58px;
}

.popup_notice .popup_notice_inner a img {
  width: 100%;
}

/*Common Content*/
.feature .expand_area {
  width: 100%;
  background-color: #f4f4f4;
  display: none;
  overflow: hidden;
  position: relative;
}

.feature .expand_area.blue {
  background-color: #151b23;
}

.feature .expand_area .feature_inner {
  margin-top: 201px;
  padding: 0 0 100px 0;
}

.feature .expand_area .txt .feature-desc {
  margin-top: 0;
}

.b_white .expand_area {
  margin-bottom: 35px;
}

.common .feature .expand_area .txt .feature-desc {
  color: #000;
}

.common .feature .expand_area.blue .txt .feature-desc {
  color: #fff;
}

.common .feature.use_exp {
  padding-bottom: 0;
}

.common .feature.use_exp .exp_inner .feature_inner {
  padding-bottom: 200px;
}

.common .feature.use_exp.pb0 .exp_inner .feature_inner {
  padding-bottom: 0;
}

.common .feature .exp_inner {
  position: relative;
}

.feature .expand_area.f14nm .motion_img {
  margin-top: 48px;
}

.common.solution .feature.intro .txt h4 {
  color: #fff;
  font-size: 24px;
}

.common .feature .txt .lm_btn {
  margin-top: 39px;
  text-align: center;
}

.common .feature .txt .lm_btn a {
  text-align: center;
  font-family: 'SamsungOne-700', sans-serif;
  text-transform: uppercase;
  color: #000;
  display: inline-block;
  width: 179px;
  height: 44px;
  font-size: 17px;
  line-height: 42px;
  border-radius: 44px;
  border: 2px solid #a8a8a8;
  transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
}

.common .feature .txt .lm_btn a.hover,
.common .feature .txt .lm_btn a:focus {
  background: #303030 !important;
  border-color: #303030 !important;
  color: #fff !important;
}

/*Expand btn area*/
.expand_btn {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -45px;
}

.expand_btn a {
  background: url("https://www.samsung.com/etc/designs/semi/isocell/business/img/transparent.png");
  background-size: 100%;
  display: block;
  width: 90px;
  height: 90px;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  border-radius: 50%;
  border: 1px solid #464646;
  padding: 0;
}

.expand_btn.white a {
  border-color: #fff;
}

.expand_btn.white a.hover,
.expand_btn.white a:focus {
  border-color: #fff !important;
}

.expand_btn a:before,
.expand_btn a:after,
.expand_btn a span {
  display: block;
  position: absolute;
  top: 50%;
  background: #000;
}

.expand_btn.white a:before,
.expand_btn.white a:after,
.expand_btn.white a span {
  background: #fff;
}

.expand_btn a:before,
.expand_btn a:after {
  content: ' ';
  left: 50%;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.expand_btn a span {
  left: 0;
  width: 24px;
  height: 2px;
  opacity: 0;
  margin-left: 22px;
  margin-top: 13px;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-transform: rotate(134deg);
      -ms-transform: rotate(134deg);
          transform: rotate(134deg);
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transition-duration: 0.1s;
       -o-transition-duration: 0.1s;
          transition-duration: 0.1s;
}

.expand_btn a span + span {
  margin-top: 12px;
  -webkit-transform: rotate(47deg);
      -ms-transform: rotate(47deg);
          transform: rotate(47deg);
}

.expand_btn a:before {
  width: 2px;
  height: 48px;
  margin-top: -24px;
}

.expand_btn a:after {
  width: 48px;
  height: 2px;
  margin-left: -24px;
}

.expand_btn a.hover:before,
.expand_btn a.hover:after,
.expand_btn a:focus::before,
.expand_btn a:focus::after {
  -webkit-transform: rotate(135deg) !important;
      -ms-transform: rotate(135deg) !important;
          transform: rotate(135deg) !important;
  -webkit-transition-duration: 0.2s !important;
       -o-transition-duration: 0.2s !important;
          transition-duration: 0.2s !important;
  opacity: 0 !important;
}

.expand_btn a.hover span,
.expand_btn a:focus span {
  opacity: 1 !important;
  -webkit-transition-delay: 0.3s !important;
       -o-transition-delay: 0.3s !important;
          transition-delay: 0.3s !important;
  -webkit-transition-duration: 0.1s !important;
       -o-transition-duration: 0.1s !important;
          transition-duration: 0.1s !important;
}

.expand_btn.active a {
  border-color: #303030;
  background: #303030;
}

.expand_btn.active a.hover,
.expand_btn.active a:focus {
  border-color: #000 !important;
  background: #000 !important;
}

.expand_btn.active a span {
  margin-left: 20px;
  margin-top: -7px;
  -webkit-transform: rotate(-134deg);
      -ms-transform: rotate(-134deg);
          transform: rotate(-134deg);
  background: #fff;
}

.expand_btn.active a span + span {
  margin-top: -8px;
  -webkit-transform: rotate(-47deg);
      -ms-transform: rotate(-47deg);
          transform: rotate(-47deg);
}

.expand_btn.active a:after {
  background: #fff;
}

.expand_btn.active a:before {
  display: none;
}

.expand_btn.active.on_w a,
.expand_btn.active.on_w a.hover,
.expand_btn.active.on_w a:focus {
  border-color: #303030 !important;
}

.expand_btn.active.on_w a:after {
  background: #fff;
}

.expand_btn.active.on_w a span {
  background: #fff;
}

.feature.black .expand_btn a,
.feature.black .expand_btn a.hover,
.feature.black .expand_btn a:focus {
  border-color: #fff !important;
}

.feature.black .expand_btn a:after,
.feature.black .expand_btn a:before {
  background: #fff;
}

.feature.black .expand_btn a span {
  background: #fff;
}

.feature.black .expand_btn.active a {
  border-color: #303030;
  background: #303030;
}

.feature.black .expand_btn.active a.hover,
.feature.black .expand_btn.active a:focus {
  border-color: #000 !important;
  background: #000 !important;
}

.feature.black .expand_btn.active a:after {
  background: #fff;
}

.feature.black .expand_btn.active a span {
  background: #fff;
}

/*spec Area*/
.feature.spec {
  background-color: #e2edf3;
  padding: 20px 0 75px 0;
}

.feature.spec .feature_inner {
  padding: 0 55px;
}

.feature.spec ul {
  padding: 0 20px;
}

.feature.spec ul::after {
  content: ' ';
  display: block;
  clear: both;
}

.feature.spec ul li {
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  margin-bottom: 56px;
  padding-top: 60px;
  border-top: 1px solid #cbd5da;
}

.feature.spec .feature_inner ul li .inner {
  padding-top: 80px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 80px auto;
}

.feature.spec ul li:nth-child(1),
.feature.spec ul li:nth-child(5),
.feature.spec ul li:nth-child(9),
.feature.spec ul li:nth-child(13) {
  clear: both;
}

.feature.spec ul li:nth-child(1),
.feature.spec ul li:nth-child(2),
.feature.spec ul li:nth-child(3),
.feature.spec ul li:nth-child(4) {
  border-width: 0;
}

.feature.spec ul li.effective_resolution .inner {
  background-image: url("https://www.samsung.com/etc/designs/semi/isocell/business/img/spec-effective_resolution.png");
}

.feature.spec ul li.pixel_size .inner {
  background-image: url("https://www.samsung.com/etc/designs/semi/isocell/business/img/spec-pixel_size.png");
}

.feature.spec ul li.optical_format .inner {
  background-image: url("https://www.samsung.com/etc/designs/semi/isocell/business/img/spec-optical_format.png");
}

.feature.spec ul li.pixel_type .inner {
  background-image: url("https://www.samsung.com/etc/designs/semi/isocell/business/img/spec-pixel_type.png");
}

.feature.spec ul li.color_filter .inner {
  background-image: url("https://www.samsung.com/etc/designs/semi/isocell/business/img/spec-color_filter.png");
}

.feature.spec ul li.max_normal_frame_rate .inner {
  background-image: url("https://www.samsung.com/etc/designs/semi/isocell/business/img/spec-max_normal_frame_rate.png");
}

.feature.spec ul li.max_video_frame_rate .inner {
  background-image: url("https://www.samsung.com/etc/designs/semi/isocell/business/img/spec-max_video_frame_rate.png");
}

.feature.spec ul li.shutter_type .inner {
  background-image: url("https://www.samsung.com/etc/designs/semi/isocell/business/img/spec-shutter_type.png");
}

.feature.spec ul li.adc_accuracy .inner {
  background-image: url("https://www.samsung.com/etc/designs/semi/isocell/business/img/spec-adc_accuracy.png");
}

.feature.spec ul li.supply_voltage .inner {
  background-image: url("https://www.samsung.com/etc/designs/semi/isocell/business/img/spec-supply_voltage.png");
}

.feature.spec ul li.operating_temperature .inner {
  background-image: url("https://www.samsung.com/etc/designs/semi/isocell/business/img/spec-operating_temperature.png");
}

.feature.spec ul li.interface .inner {
  background-image: url("https://www.samsung.com/etc/designs/semi/isocell/business/img/spec-interface.png");
}

.feature.spec ul li.chroma .inner {
  background-image: url("https://www.samsung.com/etc/designs/semi/isocell/business/img/spec-chroma.png");
}

.feature.spec ul li.auto_focus .inner {
  background-image: url("https://www.samsung.com/etc/designs/semi/isocell/business/img/spec-auto_focus.png");
}

.feature.spec ul li.wdr .inner {
  background-image: url("https://www.samsung.com/etc/designs/semi/isocell/business/img/spec-wdr.png");
}

.feature.spec ul li.output_formats .inner {
  background-image: url("https://www.samsung.com/etc/designs/semi/isocell/business/img/spec-output_formats.png");
}

.feature.spec ul li.analog_gain .inner {
  background-image: url("https://www.samsung.com/etc/designs/semi/isocell/business/img/spec-analog_gain.png");
}

.feature.spec ul li.field_of_view .inner {
  background-image: url("https://www.samsung.com/etc/designs/semi/isocell/business/img/spec-field-of-view.png");
}

.feature.spec ul li.vcsel_wavelength .inner {
  background-image: url("https://www.samsung.com/etc/designs/semi/isocell/business/img/spec-vcsel-wavelength.png");
}

.feature.spec ul li.distance_range .inner {
  background-image: url("https://www.samsung.com/etc/designs/semi/isocell/business/img/spec-distance-range.png");
}

.feature.spec ul li.quantum_efficiency .inner {
  background-image: url("https://www.samsung.com/etc/designs/semi/isocell/business/img/spec-quantum-efficiency.png");
}

.feature.spec ul li.demodulation_contrast .inner {
  background-image: url("https://www.samsung.com/etc/designs/semi/isocell/business/img/spec-demodulation-contrast.png");
}

.feature.spec ul li.modulation_frequency .inner {
  background-image: url("https://www.samsung.com/etc/designs/semi/isocell/business/img/spec-modulation-frequency.png");
}

.feature.spec ul li.depth_precision .inner {
  background-image: url("https://www.samsung.com/etc/designs/semi/isocell/business/img/spec-depth-precision.png");
}

.feature.spec ul li.depth_accuracy .inner {
  background-image: url("https://www.samsung.com/etc/designs/semi/isocell/business/img/spec-depth-accuracy.png");
}

.feature.spec ul li.power_consumption .inner {
  background-image: url("https://www.samsung.com/etc/designs/semi/isocell/business/img/spec-power-consumption.png");
}

.feature.spec ul li.package .inner {
  background-image: url("https://www.samsung.com/etc/designs/semi/isocell/business/img/spec-package.png");
}

.feature.spec ul li p {
  font-family: 'SamsungOne-700', sans-serif;
  font-size: 24px;
  margin-top: 15px;
}

.feature.spec ul li .desc {
  display: block;
  font-family: 'SamsungOne', sans-serif;
  font-size: 18px;
  margin-top: 3px;
}

.feature.spec ul li .desc .ntc {
  white-space: nowrap;
  font-size: 16px;
}

.feature.spec .spec_notice {
  width: 100%;
  max-width: 820px;
  position: relative;
  font-family: 'SamsungOne', sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #303030;
  clear: both;
  margin-top: 39px;
  line-height: 18px;
}

.feature.spec .spec_notice span {
  position: absolute;
  left: 0;
}

.feature.spec .spec_notice span::after {
  content: '\00a0';
}

.feature.spec .spec_notice p {
  padding-left: 13px;
}

.feature.spec .spec_more_btn {
  display: none;
}

.feature.spec ul li.dummy_1023_on {
  display: none;
}

.feature.spec ul li.dummy_768_on {
  display: none;
}

.feature.spec ul li.dummy_1440_1 {
  display: block;
}

.feature.spec ul li.dummy_1440_2 {
  display: block;
}

/*Show All Products Btn Area */
.feature.products {
  background: #333333;
  width: 100%;
  text-align: center;
  padding: 0;
}

.feature.products a {
  display: block;
  padding: 95px 70px 100px 70px;
}

.feature.products a i {
  font-family: 'SamsungOne-700', sans-serif;
  display: inline-block;
  width: 241px;
  height: 44px;
  background-position: 92.6% center;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 44px;
  font-size: 17px;
  line-height: 1em;
  color: #fff;
  padding: 12px 0 12px;
  margin-top: 32px;
  transition: background-color 0.3s ease, background-image 0.3s ease, border-color 0.3s ease;
  -moz-transition: background-color 0.3s ease, background-image 0.3s ease, border-color 0.3s ease;
  -o-transition: background-color 0.3s ease, background-image 0.3s ease, border-color 0.3s ease;
  -ms-transition: background-color 0.3s ease, background-image 0.3s ease, border-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease, background-image 0.3s ease, border-color 0.3s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.feature.products a.hover i,
.feature.products a:focus i {
  border-color: #fff !important;
  color: #000 !important;
  background-color: #fff !important;
}

.feature.products p {
  font-family: 'SamsungOne', sans-serif;
  font-size: 30px;
  color: #fff;
  letter-spacing: -0.8px;
}

/*platform*/
.Platform .thumbnail_list_wrap {
  text-align: center;
}

.Platform .thumbnail_list_wrap .thumbnail_list {
  width: 100%;
}

.PartnerPlatform .thumbnail_list_wrap .thumbnail_list:first-child .thumbnail_list_inner {
  padding: 13px 70px 0;
}

.Platform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 100px 70px;
}

.Platform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner::after {
  content: ' ';
  display: block;
  clear: both;
}

.Platform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner .thumbnail_list_cont {
  width: 33.33%;
  float: left;
}

.Platform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner .thumbnail_list_cont > a {
  display: block;
}

.Platform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner .thumbnail_list_cont img {
  max-width: 230px;
  max-height: 170px;
  margin: 0 auto;
}

.Platform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner .thumbnail_list_cont .spec_txt {
  height: 265px;
}

.Platform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner .thumbnail_list_cont:nth-child(1) {
  padding-right: 6px;
}

.Platform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner .thumbnail_list_cont:nth-child(2) {
  width: 33.34%;
  padding: 0 4px;
}

.Platform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner .thumbnail_list_cont:nth-child(3) {
  padding-left: 6px;
}

.Platform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner .thumbnail_list_cont h5 {
  font-family: 'SamsungOne-700', sans-serif;
  color: #000;
  font-size: 24px;
  margin-top: 32px;
}

.Platform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner .thumbnail_list_cont p {
  font-family: 'SamsungOne', sans-serif;
  color: #404040;
  font-size: 17px;
  margin-top: 10px;
  line-height: 24px;
}

.Platform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner .thumbnail_list_cont p:first-child {
  margin-top: 20px;
}

.Platform .arrow_btn {
  margin: 23px auto 0;
}

.Platform .ReferencePlatform .txt h5 {
  font-size: 80px;
  line-height: 90px;
}

.SamsungPlatform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner .thumbnail_list_cont img {
  max-width: 230px;
  max-height: 210px;
}

.PartnerPlatform .thumbnail_list_wrap .thumbnail_list:first-child .thumbnail_list_inner {
  padding-bottom: 20px;
}

.PartnerPlatform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner {
  padding-bottom: 20px;
}

.PartnerPlatform .thumbnail_list_wrap .thumbnail_list:last-child .thumbnail_list_inner {
  padding-bottom: 0;
}

.SamsungPlatform .feature {
  padding-bottom: 100px;
}

.SamsungPlatform .tablet {
  background-color: #f5f5f5;
}

.SamsungPlatform .smartwatch {
  padding-bottom: 120px;
}

.SamsungPlatform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner {
  padding-top: 76px;
  padding-bottom: 0;
}

.SamsungPlatform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner::after {
  border-bottom: 1px solid #ddd;
  width: 100%;
  display: block;
  padding-top: 80px;
}

.SamsungPlatform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner.first {
  margin-top: 86px;
  padding-top: 0;
}

.SamsungPlatform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner:last-child {
  padding-bottom: 0;
}

.SamsungPlatform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner:last-child::after {
  padding: 0;
  border: 0;
}

.SamsungPlatform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner .thumbnail_list_cont h5 {
  margin-top: 0;
}

.SamsungPlatform .thumbnail_list_wrap .thumbnail_list .platform_title h5 {
  font-family: 'SamsungOne-700', sans-serif;
  font-size: 75px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: left center;
  display: inline-block;
}

.SamsungPlatform .smartphone .thumbnail_list_wrap .thumbnail_list .platform_title h5 {
  background-image: url("https://www.samsung.com/etc/designs/semi/isocell/business/img/samsungPlatform-title-sp.png");
  padding-left: 69px;
  line-height: 74px;
}

.SamsungPlatform .tablet .thumbnail_list_wrap .thumbnail_list .platform_title h5 {
  background-image: url("https://www.samsung.com/etc/designs/semi/isocell/business/img/samsungPlatform-title-tl.png");
  padding-left: 86px;
  line-height: 74px;
}

.SamsungPlatform .smartwatch .thumbnail_list_wrap .thumbnail_list .platform_title h5 {
  background-image: url("https://www.samsung.com/etc/designs/semi/isocell/business/img/samsungPlatform-title-sw.png");
  padding-left: 84px;
  line-height: 78px;
}

.SamsungPlatform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner .thumbnail_list_cont .spec_txt {
  height: 228px;
}

.PartnerPlatform .referencePlatform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner .thumbnail_list_cont .spec_txt {
  height: 348px;
}

/* 개별 스타일 */
.isocell7dual_7270 .f01 .exp_inner .txt .feature-desc {
  padding: 0 14px;
}

.isocell7dual_7270 .f02.use_exp .exp_inner .feature_inner {
  padding-bottom: 206px;
}

.isocell7quad_7570 .f02 .txt .feature-desc {
  padding: 0 20px;
}

.isocell7quad_7570 .f01.use_exp .exp_inner .feature_inner {
  padding-bottom: 288px;
}

.isocell7quad_7570 .f03 .txt .feature-desc {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}

.isocell7octa_7580 .f03 .txt .feature-desc {
  padding: 0 4px;
}

.isocell7octa_7870 .f01 .exp_inner .txt .feature-desc {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.isocell7octa_7870 .f02 .txt .feature-desc {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.isocell7octa_7870 .f03 .txt .feature-desc {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.isocell9series_8895 .f01 .expand_btn.active a {
  border-color: #303030;
}

.isocell9series_8895 .f01 .expand_btn.active.on_w a.hover,
.isocell9series_8895 .f01 .expand_btn.active.on_w a:focus {
  border-color: #000 !important;
}

.isocell9series_8895 .f02 .expand_area .feature_inner {
  padding-bottom: 90px;
}

.isocell9series_8895 .f02 .expand_btn.active.on_w a.hover,
.isocell9series_8895 .f01 .expand_btn.active.on_w a:focus {
  border-color: #000 !important;
}

.isocell7octa_7870 .f01 .exp_inner .motion_img {
  height: 807px;
}

.isocell9series_8895 .f06 .motion_img {
  height: 609px;
}

.isocell7octa_7880 .f01 .exp_inner .motion_img {
  height: 669px;
}

.isocell7octa_7420 .f03 .motion_img {
  height: 460px;
}

.isocell7octa_7580 .f03 .motion_img {
  height: 477px;
}

.isocell7quad_7570 .f01 .exp_inner .motion_img {
  height: 619px;
}

.isocell_i_T200 .f02 {
  padding-bottom: 103px;
}

.isocell_i_T200 .feature.intro .txt h4 span {
  text-transform: none;
}

.modem_303 .feature.intro .txt {
  padding: 0 73px;
}

.modem_303 .feature.black .txt .feature-desc {
  color: #c4c4c4;
}

.modem_303 .spec ul li.Supported p,
.modem_333 .spec ul li.Supported p {
  white-space: nowrap;
}

.rf_IC_Series .feature .txt {
  padding: 0 89px;
}

@media (max-width: 1440px) {
  /*intro*/
  .common.solution .feature.intro .txt h4 {
    font-size: 1.66vw;
  }
  .common .feature .txt .lm_btn {
    margin-top: 2.7vw;
  }
  /*Show All Products*/
  .showAllProducts .intro .txt {
    padding: 7.36vw 0 6.25vw 0;
  }
  .showAllProducts .intro .txt h5 {
    font-size: 5.55vw;
  }
  .showAllProducts .filter {
    padding: 2.56vw 0 0;
  }
  .showAllProducts .filter .feature_inner {
    padding: 0 4.86vw;
  }
  .showAllProducts .filter h6 {
    font-size: 1.38vw;
  }
  .showAllProducts .filter .filter_wrap {
    margin-top: 3.81vw;
  }
  .showAllProducts .filter .filter_wrap .filter_inner {
    height: 12.63vw;
  }
  /*180122 update*/
  .showAllProducts .filter .filter_wrap .filter_inner .filter_category > li {
    margin-bottom: 1.94vw;
    padding-left: 14.16vw;
  }
  .showAllProducts .filter .filter_wrap .filter_inner .filter_category li.line2 {
    margin-top: 1.94vw;
  }
  .showAllProducts .filter .filter_wrap .filter_inner .filter_category > li ul li {
    font-size: 1.25vw;
    line-height: 1.52vw;
    height: 1.52vw;
  }
  .showAllProducts .filter .filter_wrap .filter_inner .filter_category > li p {
    width: 14.16vw;
    font-size: 1.25vw;
    line-height: 1.52vw;
  }
  .showAllProducts .filter .filter_wrap .filter_inner .filter_category li ul li label {
    font-size: 1.11vw;
    padding-left: 2.22vw;
  }
  .showAllProducts .filter .checked_area {
    padding: 1.38vw 0 0.69vw 0;
    min-height: 5.83vw;
  }
  .showAllProducts .filter .checked_area .checked_list {
    padding-right: 9.72vw;
  }
  .showAllProducts .filter .checked_area .checked_list a {
    font-size: 1.25vw;
    height: 3.05vw;
    border-radius: 3.05vw;
    line-height: 3.05vw;
    padding: 0 5vw 0 1.25vw;
    margin: 0 0.41vw 0.69vw 0;
    background-size: 0.97vw auto;
  }
  .showAllProducts .filter .checked_area .clear_btn {
    top: 2.08vw;
  }
  .showAllProducts .filter .checked_area .clear_btn a {
    padding-left: 2.5vw;
    height: 1.8vw;
    line-height: 1.9vw;
    font-size: 1.25vw;
  }
  /*180122 update*/
  .showAllProducts .filter .filter_wrap .filter_inner .filter_category li ul.series li.second_line {
    margin-top: 1.94vw;
  }
  .showAllProducts .compare_list {
    padding: 8.33vw 0 6.25vw 0;
  }
  .showAllProducts .compare_list .feature_inner {
    padding: 0 4.16vw;
  }
  .showAllProducts .compare_list .compare_box {
    padding: 0 0.34vw;
    margin-bottom: 2.77vw;
  }
  .showAllProducts .compare_list .compare_box .compare_box_inner {
    padding: 4.51vw 2.7vw 3.47vw;
    height: 40.13vw;
  }
  .showAllProducts .compare_list .compare_box .compare_box_title {
    padding: 0 1.94vw 2.36vw;
  }
  .showAllProducts .compare_list .compare_box .compare_box_title p {
    font-size: 2.78vw;
    line-height: 2.78vw;
  }
  .showAllProducts .compare_list .compare_box .compare_box_title .arrow_btn {
    margin-top: 0.97vw;
  }
  .showAllProducts .compare_list .compare_box .compare_box_desc {
    margin-top: 2.5vw;
  }
  .showAllProducts .compare_list .compare_box .compare_box_desc > p {
    font-size: 1.11vw;
    line-height: 1.52vw;
    padding-left: 8.47vw;
    margin-bottom: 1.38vw;
  }
  .showAllProducts .compare_list .compare_box .compare_box_btn {
    bottom: 3.402vw;
  }
  .showAllProducts .compare_list .compare_box .compare_box_btn a {
    font-size: 1.18vw;
    width: 11.8vw;
    height: 3.05vw;
    border-radius: 3.05vw;
    margin-right: 0.48vw;
    padding: 0.83vw 0;
  }
  .showAllProducts .comparison_wrap .comparison a.open_btn {
    right: 4.86vw;
  }
  /*popup 창*/
  /*.popup.showAllProducts_spec .popup_cont .popup_cont_inner .popup_cont_inner_w > div { font-size: 1.38vw; line-height: 1.38vw; padding-left: 3.33vw; padding-right: 3.33vw; height: 3.75vw; }*/
  .popup.showAllProducts_spec .popup_cont .popup_cont_inner .popup_cont_inner_w > div {
    font-size: 1.38vw;
    line-height: 1.38vw;
    padding-left: 3.33vw;
    height: 3.75vw;
  }
  .popup.showAllProducts_spec .popup_cont .popup_cont_inner .line {
    padding-right: 0;
  }
  .popup.showAllProducts_spec .popup_cont .popup_cont_inner .popup_cont_inner_w > div p {
    padding-left: 12.63vw;
  }
  .popup.showAllProducts_comparison .popup_title h6 {
    padding-right: 1.94vw;
    margin-right: 2.22vw;
  }
  .popup.showAllProducts_comparison .popup_title p {
    font-size: 2.08vw;
  }
  .popup.showAllProducts_comparison .popup_cont {
    padding: 2.08vw 2.08vw 1.73vw 2.08vw;
  }
  .popup.showAllProducts_comparison .popup_cont table th {
    font-size: 1.38vw;
    line-height: 3.47vw;
  }
  .popup.showAllProducts_comparison .popup_cont table td {
    font-size: 1.11vw;
    line-height: 2.77vw;
    padding-left: 1.25vw;
  }
  .popup.showAllProducts_comparison .popup_cont .scroll_area .scroll_area_inner {
    width: 90.2vw;
  }
  .popup.showAllProducts_comparison .popup_cont .scroll_area table {
    width: 30.06vw;
  }
  .popup_notice .popup_notice_inner a.close {
    right: 4.86vw;
  }
  /*Filter no result! */
  .no_result {
    padding: 3.47vw 0 5.55vw 0;
  }
  .no_result h6 {
    font-size: 2.08vw;
  }
  .no_result p {
    font-size: 1.25vw;
    margin-top: 0.62vw;
  }
  /*Common Content*/
  .feature .expand_area .feature_inner {
    margin-top: 13.95vw;
    padding: 0 0 6.94vw 0;
  }
  .common .feature.use_exp .exp_inner .feature_inner {
    padding-bottom: 16.88vw;
  }
  .b_white .expand_area {
    margin-bottom: 2.43vw;
  }
  .feature .expand_area.f14nm .motion_img {
    margin-top: 3.33vw;
  }
  .feature.spec {
    padding: 1.38vw 0 5.2vw 0;
  }
  .feature.spec .feature_inner {
    padding: 0 3.81vw;
  }
  .feature.spec ul {
    padding: 0 1.38vw;
  }
  .feature.spec ul li {
    margin-bottom: 3.88vw;
    padding-top: 4.16vw;
  }
  .feature.spec ul li .inner {
    padding-top: 5.55vw;
    background-size: 5.55vw auto;
  }
  .feature.spec ul li p {
    font-size: 1.66vw;
    margin-top: 1.04vw;
  }
  .feature.spec ul li .desc {
    font-size: 1.25vw;
    margin-top: 0.2vw;
  }
  .feature.spec ul li .desc .ntc {
    font-size: 1.11vw;
  }
  .feature.spec .spec_notice {
    font-size: 0.97vw;
    line-height: 1.25vw;
    max-width: 56.94vw;
    margin-top: 0.83vw;
  }
  /*Show All Products Btn Area */
  .feature.products a {
    padding: 6.59vw 4.86vw 6.94vw 4.86vw;
  }
  /*sub_nav*/
  .contents .sub_nav {
    padding: 3.88vw 0 5.55vw 0;
  }
  .contents .sub_nav ul li a {
    padding-bottom: 0.902vw;
  }
  /*platform*/
  .Platform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner {
    padding: 2.77vw 4.86vw 0 4.86vw;
  }
  .PartnerPlatform .thumbnail_list_wrap .thumbnail_list:first-child .thumbnail_list_inner {
    padding: 0.902vw 4.86vw 0;
  }
  .Platform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner .thumbnail_list_cont:nth-child(1) {
    padding-right: 0.41vw;
  }
  .Platform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner .thumbnail_list_cont:nth-child(2) {
    padding: 0 0.27vw;
  }
  .Platform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner .thumbnail_list_cont:nth-child(3) {
    padding-left: 0.41vw;
  }
  .Platform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner .thumbnail_list_cont h5 {
    font-size: 1.67vw;
    margin-top: 2.222vw;
  }
  .Platform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner .thumbnail_list_cont p {
    font-size: 1.18vw;
    margin-top: 0.69vw;
    line-height: 1.666vw;
  }
  .Platform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner .thumbnail_list_cont p:first-child {
    margin-top: 1.18vw;
  }
  .Platform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner .thumbnail_list_cont .spec_txt {
    height: 18.4vw;
  }
  .Platform .thumbnail_list_wrap .arrow_btn {
    margin-top: 1.458vw;
  }
  .Platform .ReferencePlatform .txt h5 {
    font-size: 5.555vw;
    line-height: 6.25vw;
  }
  .PartnerPlatform .thumbnail_list_wrap .thumbnail_list:first-child .thumbnail_list_inner {
    padding-bottom: 1.38vw;
  }
  .PartnerPlatform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner {
    padding-bottom: 1.38vw;
  }
  .SamsungPlatform .feature {
    padding-bottom: 6.94vw;
  }
  .SamsungPlatform .smartwatch {
    padding-bottom: 8.33vw;
  }
  .SamsungPlatform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner {
    padding-top: 5.27vw;
  }
  .SamsungPlatform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner::after {
    padding-top: 5.55vw;
  }
  .SamsungPlatform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner.first {
    margin-top: 5.97vw;
  }
  .SamsungPlatform .thumbnail_list_wrap .thumbnail_list .platform_title h5 {
    font-size: 5.2vw;
  }
  .SamsungPlatform .smartphone .thumbnail_list_wrap .thumbnail_list .platform_title h5 {
    padding-left: 4.79vw;
    line-height: 5.13vw;
  }
  .SamsungPlatform .tablet .thumbnail_list_wrap .thumbnail_list .platform_title h5 {
    padding-left: 5.97vw;
    line-height: 5.13vw;
  }
  .SamsungPlatform .smartwatch .thumbnail_list_wrap .thumbnail_list .platform_title h5 {
    padding-left: 5.83vw;
    line-height: 5.41vw;
  }
  .SamsungPlatform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner .thumbnail_list_cont .spec_txt {
    height: 15.83vw;
  }
  .PartnerPlatform .referencePlatform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner .thumbnail_list_cont .spec_txt {
    height: 24.16vw;
  }
  /* 개별 스타일 */
  .isocell7dual_7270 .f01 .exp_inner .txt .feature-desc {
    padding: 0 0.97vw;
  }
  .isocell7dual_7270 .f02.use_exp .exp_inner .feature_inner {
    padding-bottom: 14.3vw;
  }
  .isocell7quad_7570 .f02 .txt .feature-desc {
    padding: 0 1.38vw;
  }
  .isocell7quad_7570 .f01.use_exp .exp_inner .feature_inner {
    padding-bottom: 20vw;
  }
  .isocell7quad_7570 .f03 .txt .feature-desc {
    max-width: 67.88vw;
  }
  .isocell7octa_7580 .f03 .txt .feature-desc {
    padding: 0 0.27vw;
  }
  .isocell9series_8895 .f02 .expand_area .feature_inner {
    padding-bottom: 6.25vw;
  }
  .isocell7octa_7870 .f01 .exp_inner .motion_img {
    height: 56.04vw;
  }
  .isocell9series_8895 .f06 .motion_img {
    height: 42.29vw;
  }
  .isocell7octa_7880 .f01 .exp_inner .motion_img {
    height: 46.45vw;
  }
  .isocell7octa_7420 .f03 .motion_img {
    height: 31.94vw;
  }
  .isocell7octa_7580 .f03 .motion_img {
    height: 33.125vw;
  }
  .isocell7quad_7570 .f01 .exp_inner .motion_img {
    height: 42.98vw;
  }
  .isocell_i_T200 .f02 {
    padding-bottom: 7.15vw;
  }
  .modem_303 .feature.intro .txt {
    padding: 0 4.06vw;
  }
  .rf_IC_Series .feature .txt {
    padding: 0 4.59vw;
  }
}

@media (max-width: 1280px) {
  .wrapper .sub_nav_anchor .nav_anchor_in > ul li.active a {
    background-position: center 88%;
  }
  .wrapper .sub_nav_anchor .nav_anchor_in > ul li a.hover,
  .wrapper .sub_nav_anchor .nav_anchor_in > ul li a:focus {
    background-position: center 88% !important;
  }
}

@media (max-width: 1023px) {
  .showAllProducts .filter {
    padding: 24px 0 0;
  }
  .showAllProducts .filter h6 {
    font-size: 16px;
  }
  .showAllProducts .filter .filter_wrap {
    margin-top: 38px;
  }
  .showAllProducts .filter .filter_wrap .filter_inner {
    height: 86px;
  }
  .showAllProducts .filter .filter_wrap .filter_inner .filter_category > li {
    margin-bottom: 10px;
    padding-left: 146px;
  }
  .showAllProducts .filter .filter_wrap .filter_inner .filter_category li.line2 {
    margin-top: 0;
  }
  .showAllProducts .filter .filter_wrap .filter_inner .filter_category li ul li {
    width: 132px;
    font-size: 14px;
    line-height: 16px;
    height: 16px;
    margin-bottom: 10px;
  }
  .showAllProducts .filter .filter_wrap .filter_inner .filter_category li p {
    width: 146px;
  }
  .showAllProducts .filter .filter_wrap .filter_inner .filter_category li ul li label {
    font-size: 12px;
    padding-left: 22px;
  }
  .showAllProducts .filter .checked_area {
    padding: 12px 0 7px 0;
    min-height: 63px;
  }
  .showAllProducts .filter .checked_area .checked_list {
    padding-right: 110px;
  }
  .showAllProducts .filter .checked_area .checked_list a {
    font-size: 14px;
    height: 30px;
    border-radius: 30px;
    line-height: 30px;
    padding: 0 47px 0 15px;
    margin: 0 4px 5px 0;
    background-size: 12px auto;
  }
  .showAllProducts .filter .checked_area .clear_btn {
    top: 20px;
  }
  .showAllProducts .filter .checked_area .clear_btn a {
    padding-left: 24px;
    height: 18px;
    line-height: 20px;
    font-size: 14px;
  }
  /*180122 update*/
  .showAllProducts .filter .filter_wrap .filter_inner .filter_category li ul.series li:nth-child(4) {
    clear: none;
  }
  .showAllProducts .filter .filter_wrap .filter_inner .filter_category li ul.series li.second_line {
    margin-top: 0;
  }
  .showAllProducts .compare_list .compare_box {
    width: 50%;
  }
  .showAllProducts .compare_list .compare_box:nth-child(odd) {
    clear: both;
  }
  .showAllProducts .compare_list .compare_box .compare_box_inner {
    height: 430px;
  }
  .showAllProducts .compare_list .compare_box .compare_box_title {
    padding: 0 6.76vw 18px 6.76vw;
  }
  .showAllProducts .compare_list .compare_box .compare_box_title p {
    font-size: 28px;
    line-height: 28px;
    min-height: 56px;
  }
  .showAllProducts .compare_list .compare_box .compare_box_title .arrow_btn {
    margin-top: 20px;
  }
  .showAllProducts .compare_list .compare_box .compare_box_desc {
    margin-top: 28px;
  }
  .showAllProducts .compare_list .compare_box .compare_box_desc > p {
    font-size: 15px;
    line-height: 17px;
    padding-left: 100px;
    margin-bottom: 18px;
  }
  .showAllProducts .compare_list .compare_box .compare_box_btn a {
    font-size: 14px;
    width: 115px;
    height: 34px;
    border-radius: 34px;
    margin-right: 10px;
    padding: 9px 0;
  }
  /*popup 창*/
  .popup.showAllProducts_spec .popup_cont .popup_cont_inner .line {
    padding-right: 0;
  }
  /*.popup.showAllProducts_spec .popup_cont .popup_cont_inner .popup_cont_inner_w > div { font-size: 14px; line-height: 14px; height: 28px; margin-bottom: 10px; position: relative; padding-right: 3.33vw; }*/
  .popup.showAllProducts_spec .popup_cont .popup_cont_inner .popup_cont_inner_w > div {
    margin-bottom: 10px;
    position: relative;
  }
  .popup.showAllProducts_spec .popup_cont .popup_cont_inner .popup_cont_inner_w > div span {
    position: absolute;
    left: 3.33vw;
  }
  .popup.showAllProducts_spec .popup_cont .popup_cont_inner .popup_cont_inner_w > div p {
    padding-left: 100px;
  }
  .popup.showAllProducts_comparison .popup_title h6 {
    padding-right: 26px;
  }
  .popup.showAllProducts_comparison .popup_cont {
    padding: 22px 22px 18px 22px;
  }
  .popup.showAllProducts_comparison .popup_cont table th {
    font-size: 17px;
    line-height: 41px;
  }
  .popup.showAllProducts_comparison .popup_cont table td {
    font-size: 14px;
    line-height: 30px;
    padding-left: 12px;
  }
  .popup.showAllProducts_comparison .popup_cont .fixed_area {
    width: 140px;
  }
  .popup.showAllProducts_comparison .popup_cont .scroll_area_wrap {
    padding-left: 140px;
  }
  .popup.showAllProducts_comparison .popup_cont .scroll_area .scroll_area_inner {
    width: 924px;
  }
  .popup.showAllProducts_comparison .popup_cont .scroll_area table {
    width: 308px;
  }
  /*Filter no result! */
  .no_result h6 {
    font-size: 20px;
  }
  .no_result p {
    font-size: 12px;
    margin-top: 6px;
  }
  /*Common Content*/
  .feature.spec ul li.dummy_1023 {
    display: none;
  }
  .feature.spec ul li.dummy_1023_on {
    display: block;
  }
  .feature.spec ul li.dummy_768_on {
    display: none;
  }
  .feature.spec ul li.dummy_1440_2 {
    display: none;
  }
  .feature.spec ul li:nth-child(1),
  .feature.spec ul li:nth-child(5),
  .feature.spec ul li:nth-child(9),
  .feature.spec ul li:nth-child(13) {
    clear: none;
  }
  .feature.spec ul li:nth-child(1),
  .feature.spec ul li:nth-child(4),
  .feature.spec ul li:nth-child(7),
  .feature.spec ul li:nth-child(10),
  .feature.spec ul li:nth-child(13) {
    clear: both;
  }
  .feature.spec ul li:nth-child(4) {
    border-width: 1px 0 0 0;
  }
  .feature.spec ul li {
    width: 38%;
    margin-bottom: 34px;
    padding-top: 36px;
  }
  .feature.spec ul li .inner {
    padding-top: 56px;
    background-size: 56px auto;
  }
  .feature.spec ul li:nth-child(3),
  .feature.spec ul li:nth-child(6),
  .feature.spec ul li:nth-child(9),
  .feature.spec ul li:nth-child(12),
  .feature.spec ul li:nth-child(15) {
    width: 24%;
  }
  .feature.spec ul li p {
    font-size: 16px;
    margin-top: 10px;
  }
  .feature.spec ul li .desc {
    font-size: 14px;
    margin-top: 10px;
  }
  .feature.spec ul li .desc .ntc {
    font-size: 11px;
  }
  .feature.spec .spec_notice {
    font-size: 10px;
    line-height: 12px;
    max-width: 590px;
  }
  /*Expand btn area*/
  .expand_btn {
    margin-left: -36px;
  }
  .expand_btn a {
    width: 72px;
    height: 72px;
  }
  .expand_btn a span {
    width: 21px;
    height: 1px;
    margin-left: 16px;
    margin-top: 9px;
  }
  .expand_btn a span + span {
    margin-top: 8px;
  }
  .expand_btn a:before {
    width: 1px;
    height: 42px;
    margin-top: -21px;
  }
  .expand_btn a:after {
    width: 42px;
    height: 1px;
    margin-left: -21px;
  }
  .expand_btn.active a span {
    margin-left: 15px;
    margin-top: -8px;
  }
  .expand_btn.active a span + span {
    margin-top: -9px;
  }
  /*개별 스타일*/
  .isocell7quad_7570 .f03 .txt .feature-desc {
    max-width: 820px;
  }
}

@media (max-width: 800px) {
  .showAllProducts .compare_list .compare_box .compare_box_title {
    padding: 0 4vw 18px;
  }
}

@media (max-width: 768px) {
  /*intro*/
  .common.solution .feature.intro .txt h4 {
    font-size: 3.25vw;
  }
  .common .feature .txt .lm_btn {
    margin-top: 6.9vw;
  }
  .common .feature .txt .lm_btn a {
    width: 29.68vw;
    height: 9.89vw;
    font-size: 3.12vw;
    line-height: 9.65vw;
  }
  .wrapper .sub_nav_anchor .nav_anchor_in > ul li.active a {
    background-image: none;
  }
  .wrapper .sub_nav_anchor .nav_anchor_in > ul li a.hover,
  .wrapper .sub_nav_anchor .nav_anchor_in > ul li a:focus {
    background-image: none !important;
  }
  .contents div.nav_off > a,
  .contents div.nav_on > a {
    background-color: #f5f5f5;
  }
  .showAllProducts .intro .txt {
    padding: 10.54vw 0 8.98vw 0;
    border-color: #d2d2d2;
  }
  .showAllProducts .intro .txt h5 {
    font-size: 7.81vw;
  }
  .showAllProducts .filter {
    padding: 0;
  }
  .showAllProducts .filter .feature_inner {
    padding: 0;
  }
  .showAllProducts .filter h6 {
    display: block;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #d2d2d2;
    font-size: 3.38vw;
    line-height: 12.89vw;
  }
  .showAllProducts .filter .filter_wrap {
    margin-top: 0;
  }
  .showAllProducts .filter .filter_wrap .filter_inner {
    height: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .showAllProducts .filter .filter_wrap .filter_inner form {
    padding: 0;
  }
  .showAllProducts .filter .filter_wrap .filter_inner .filter_category_wrap {
    width: 50%;
    padding-right: 0.78vw;
    background-color: #e5e5e5;
  }
  .showAllProducts .filter .filter_wrap .filter_inner .filter_category {
    width: 100%;
    height: 82.03vw;
    overflow-y: scroll;
    padding-right: 0.78vw;
  }
  .showAllProducts .filter .filter_wrap .filter_inner .filter_category > li {
    width: 100%;
    padding-left: 5.2vw;
    position: inherit;
    margin-bottom: 0;
  }
  .showAllProducts .filter .filter_wrap .filter_inner .filter_category li p {
    display: none;
  }
  .showAllProducts .filter .filter_wrap .filter_inner .filter_category li a {
    position: relative;
    left: auto;
    width: auto;
    font-family: 'SamsungOne', sans-serif;
    font-size: 3.125vw;
    line-height: 11.71vw;
    margin-bottom: 0;
    color: #000;
    display: block;
  }
  .showAllProducts .filter .filter_wrap .filter_inner .filter_category li ul {
    display: none;
  }
  .showAllProducts .filter .filter_wrap .filter_inner .filter_category_mobile {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
  }
  .showAllProducts .filter .filter_wrap .filter_inner .filter_category_mobile ul {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #f7f7f7;
    display: none;
    padding: 6.51vw 5.2vw 0 5.2vw;
    opacity: 0;
  }
  .showAllProducts .filter .filter_wrap .filter_inner .filter_category_mobile ul.selected {
    display: block;
    opacity: 1;
  }
  .showAllProducts .filter .filter_wrap .filter_inner .filter_category_mobile ul li {
    float: none;
    font-size: 3.125vw;
    line-height: 3.9vw;
    height: 3.9vw;
    width: auto;
    position: static;
    margin-bottom: 5.2vw;
  }
  .showAllProducts .filter .filter_wrap .filter_inner .filter_category_mobile ul li label {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: url("https://www.samsung.com/etc/designs/semi/isocell/business/img/input-default.png") no-repeat 0 0;
    display: inline-block;
    cursor: pointer;
    font-size: 3.125vw;
    padding-left: 5.98vw;
    white-space: nowrap;
    background-size: 3.125vw 3.125vw;
    background-position: left top 0.4vw;
    height: 100%;
  }
  .showAllProducts .filter .filter_wrap .filter_inner .filter_category_mobile ul li label sup {
    font-size: 14px;
    line-height: 14px;
    vertical-align: top;
  }
  .showAllProducts .filter .filter_wrap .filter_inner .filter_category_mobile ul li input[type='checkbox'] {
    display: none;
  }
  .showAllProducts .filter .filter_wrap .filter_inner .filter_category_mobile ul li input[type='checkbox']:checked + label {
    background: url("https://www.samsung.com/etc/designs/semi/isocell/business/img/input-checked.png") no-repeat 0 0;
    background-size: 3.125vw 3.125vw;
    background-position: left center;
  }
  .showAllProducts .filter .filter_wrap .filter_more {
    display: none;
  }
  .showAllProducts .filter .filter_wrap .filter_inner .filter_category {
    scrollbar-3dlight-color: #efefef;
    scrollbar-arrow-color: #efefef;
    scrollbar-base-color: #efefef;
    scrollbar-face-color: #555;
    scrollbar-track-color: #efefef;
    scrollbar-darkshadow-color: #efefef;
    scrollbar-highlight-color: #efefef;
    scrollbar-shadow-color: #efefef;
  }
  .showAllProducts .filter .filter_wrap .filter_inner .filter_category::-webkit-scrollbar {
    width: 6px;
    background: transparent;
  }
  .showAllProducts .filter .filter_wrap .filter_inner .filter_category::-webkit-scrollbar-button:start:decrement,
  .showAllProducts .filter .filter_wrap .filter_inner .filter_category::-webkit-scrollbar-button:end:increment {
    opacity: 0;
    height: 10px;
  }
  .showAllProducts .filter .filter_wrap .filter_inner .filter_category::-webkit-scrollbar-track {
    border-radius: 10px;
    background: transparent;
  }
  .showAllProducts .filter .filter_wrap .filter_inner .filter_category::-webkit-scrollbar-thumb {
    background: #555;
    border-radius: 8px;
  }
  .showAllProducts .filter .filter_wrap .filter_inner .filter_category > li.selected {
    background: #000;
  }
  .showAllProducts .filter .filter_wrap .filter_inner .filter_category > li.selected a {
    color: #fff;
    font-family: 'SamsungOne-700', sans-serif;
    background: url("https://www.samsung.com/etc/designs/semi/isocell/business/img/arrow-right-w.png") no-repeat 94% center;
    background-size: 10.85% auto;
  }
  .showAllProducts .filter .checked_area {
    position: relative;
    padding: 5.2vw;
    min-height: 20.05vw;
  }
  .showAllProducts .filter .checked_area .checked_list {
    padding-right: 0;
  }
  .showAllProducts .filter .checked_area .checked_list a {
    font-size: 3.125vw;
    height: 9.89vw;
    border-radius: 9.89vw;
    line-height: 9.89vw;
    background-color: #303030;
    background-image: url("https://www.samsung.com/etc/designs/semi/isocell/business/img/close-w.png");
    background-repeat: no-repeat;
    background-position: 84% center;
    background-size: 2.86vw auto;
    padding: 0 13.02vw 0 3.64vw;
    margin: 0 2.34vw 2.6vw 0;
  }
  .showAllProducts .filter .checked_area .checked_list a.hover,
  .showAllProducts .filter .checked_area .checked_list a:focus {
    background-image: url("https://www.samsung.com/etc/designs/semi/isocell/business/img/close-b.png") !important;
    color: #fff;
  }
  .showAllProducts .filter .checked_area .clear_btn {
    right: auto;
    top: auto;
    position: relative;
    text-align: center;
    margin-top: 2.86vw;
  }
  .showAllProducts .filter .checked_area .clear_btn a {
    display: inline-block;
    padding-left: 5.2vw;
    height: 3.9vw;
    line-height: 4.4vw;
    font-size: 3.125vw;
  }
  .showAllProducts .compare_list {
    padding: 0 0 9.11vw 0;
  }
  .showAllProducts .compare_list .feature_inner {
    padding: 11.7vw 5.2vw 0 5.2vw;
  }
  .showAllProducts .compare_list .compare_box {
    width: 100%;
    float: none;
    padding: 0;
    margin-bottom: 1.3vw;
  }
  .showAllProducts .compare_list .compare_box .compare_box_inner {
    padding: 11.19vw 5.2vw 7.81vw 5.2vw;
    height: 93.09vw;
  }
  .showAllProducts .compare_list .compare_box .compare_box_title {
    padding: 0 10.41vw 7.03vw 10.41vw;
  }
  .showAllProducts .compare_list .compare_box .compare_box_title p {
    font-size: 5.2vw;
    line-height: 5.2vw;
    min-height: 1px;
  }
  .showAllProducts .compare_list .compare_box .compare_box_title .arrow_btn {
    margin-top: 1.95vw;
  }
  .showAllProducts .compare_list .compare_box .compare_box_desc {
    margin-top: 7.29vw;
  }
  .showAllProducts .compare_list .compare_box .compare_box_desc > p {
    font-size: 3.125vw;
    line-height: 3.9vw;
    padding-left: 26.04vw;
    margin-bottom: 2.86vw;
  }
  .showAllProducts .compare_list .compare_box .compare_box_btn {
    bottom: 11.58vw;
  }
  .showAllProducts .compare_list .compare_box .compare_box_btn a {
    font-size: 3.125vw;
    width: 38.28vw;
    height: 9.89vw;
    border-radius: 9.89vw;
    line-height: 1em;
    border: 2px solid #7f7f7f;
    padding: 3.125vw 0;
    margin-right: 2.6vw;
  }
  .showAllProducts .comparison_wrap {
    padding: 4.29vw 5.2vw 5.2vw 5.2vw;
    min-width: 320px;
  }
  .showAllProducts .comparison_wrap .comparison a.open_btn {
    width: 4.03vw;
    height: 2.21vw;
    right: 0;
    top: 0.78vw;
  }
  .showAllProducts .comparison_wrap h6 {
    font-size: 5.2vw;
  }
  .showAllProducts .comparison_wrap .comparison_list {
    padding-top: 3.64vw;
    height: 18.22vw;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .showAllProducts .comparison_wrap .comparison_list .comparison_item {
    width: 24.73vw;
    height: 18.22vw;
    padding: 2.86vw 1.3vw 1.82vw 1.3vw;
    margin: 0 0.65vw;
  }
  .showAllProducts .comparison_wrap .comparison_list .comparison_item p {
    font-size: 2.86vw;
    line-height: 3.125vw;
    min-height: 6.25vw;
  }
  .showAllProducts .comparison_wrap .comparison_list .comparison_item.vr p {
    padding-top: 1.56vw;
  }
  .showAllProducts .comparison_wrap .comparison_list .comparison_item a.delete_btn {
    font-size: 2.21vw;
    width: 12.36vw;
    height: 5.72vw;
    line-height: 1em;
    border-radius: 5.72vw;
    margin-top: 2.08vw;
    padding: 1.9vw 0;
  }
  .showAllProducts .comparison_wrap .compare_btn {
    margin-top: 5.2vw;
  }
  .showAllProducts .comparison_wrap .compare_btn a {
    width: 37.5vw;
    height: 9.89vw;
    border-radius: 9.89vw;
    line-height: 1em;
    font-size: 3.125vw;
    padding: 3.125vw 0;
  }
  .showAllProducts .comparison_wrap .alert_txt {
    height: 18.22vw;
    padding-top: 3.64vw;
  }
  .showAllProducts .comparison_wrap .alert_txt .alert_txt_inner {
    height: 100%;
  }
  .showAllProducts .comparison_wrap .alert_txt p {
    font-size: 3.9vw;
  }
  /*Filter no result! */
  .no_result {
    padding: 10.93vw 0 14.19vw 0;
  }
  .no_result h6 {
    font-size: 4.42vw;
  }
  .no_result p {
    font-size: 3.12vw;
    margin-top: 1.69vw;
  }
  /*popup 창*/
  .popup.showAllProducts_spec .popup_cont .popup_cont_inner {
    height: 45.87vw;
    overflow-y: scroll;
  }
  .popup.showAllProducts_spec .popup_cont .popup_cont_inner .line {
    display: none;
  }
  .popup.showAllProducts_spec .popup_cont .popup_cont_inner .popup_cont_inner_w {
    width: 100%;
    float: none;
  }
  .popup.showAllProducts_spec .popup_cont .popup_cont_inner .popup_cont_inner_w > div {
    font-size: 2.86vw;
    line-height: 2.86vw;
    padding-left: 5.2vw;
    margin-bottom: 0;
    height: auto;
  }
  .popup.showAllProducts_spec .popup_cont .popup_cont_inner .popup_cont_inner_w > div span {
    width: 25.26vw;
    position: relative;
    left: auto;
    height: auto;
    vertical-align: top;
  }
  .popup.showAllProducts_spec .popup_cont .popup_cont_inner .popup_cont_inner_w > div p {
    padding-left: 5.2vw;
    padding-bottom: 4.55vw;
    width: 48vw;
    border-left: 1px solid #ddd;
  }
  .popup.showAllProducts_spec .popup_cont .popup_cont_inner .popup_cont_inner_w:last-child > div:last-child p {
    padding-bottom: 0;
  }
  .popup.showAllProducts_spec .popup_cont .popup_cont_inner {
    scrollbar-3dlight-color: #efefef;
    scrollbar-arrow-color: #efefef;
    scrollbar-base-color: #efefef;
    scrollbar-face-color: #555;
    scrollbar-track-color: #efefef;
    scrollbar-darkshadow-color: #efefef;
    scrollbar-highlight-color: #efefef;
    scrollbar-shadow-color: #efefef;
  }
  .popup.showAllProducts_spec .popup_cont .popup_cont_inner::-webkit-scrollbar {
    width: 6px;
    background: transparent;
  }
  .popup.showAllProducts_spec .popup_cont .popup_cont_inner::-webkit-scrollbar-button:start:decrement,
  .popup.showAllProducts_spec .popup_cont .popup_cont_inner::-webkit-scrollbar-button:end:increment {
    opacity: 0;
    height: 10px;
  }
  .popup.showAllProducts_spec .popup_cont .popup_cont_inner::-webkit-scrollbar-track {
    border-radius: 10px;
    background: transparent;
  }
  .popup.showAllProducts_spec .popup_cont .popup_cont_inner::-webkit-scrollbar-thumb {
    background: #555;
    border-radius: 8px;
  }
  .popup.showAllProducts_comparison {
    width: 100%;
    margin: -45% auto 0 auto;
  }
  .popup.showAllProducts_comparison .popup_title {
    line-height: 1em;
    height: 16.92vw;
    padding-top: 4.68vw;
  }
  .popup.showAllProducts_comparison .popup_title h6 {
    float: none;
    background: none;
    padding-right: 0;
    margin-right: 0;
    line-height: 1em;
  }
  .popup.showAllProducts_comparison .popup_title p {
    display: block;
    font-size: 3.125vw;
    line-height: 1em;
    margin-top: 0.65vw;
    float: none;
  }
  .popup.showAllProducts_comparison .popup_title .popup_close {
    top: 5.85vw;
  }
  .popup.showAllProducts_comparison .popup_cont {
    padding: 2.6vw 0 3.9vw 2.6vw;
  }
  .popup.showAllProducts_comparison .popup_cont .popup_cont_inner {
    height: 68.75vw;
    overflow-y: scroll;
  }
  .popup.showAllProducts_comparison .popup_cont table th {
    font-size: 2.86vw;
    line-height: 7.81vw;
  }
  .popup.showAllProducts_comparison .popup_cont table td {
    font-size: 2.6vw;
    line-height: 6.77vw;
    padding-left: 2.6vw;
  }
  .popup.showAllProducts_comparison .popup_cont .fixed_area {
    width: 24.73vw;
  }
  .popup.showAllProducts_comparison .popup_cont .scroll_area_wrap {
    padding-left: 24.73vw;
    padding-right: 10px;
  }
  .popup.showAllProducts_comparison .popup_cont .scroll_area .scroll_area_inner {
    width: 169.79vw;
  }
  .popup.showAllProducts_comparison .popup_cont .scroll_area table {
    width: 55.72vw;
  }
  .popup.showAllProducts_comparison .popup_cont .popup_cont_inner {
    scrollbar-3dlight-color: #efefef;
    scrollbar-arrow-color: #efefef;
    scrollbar-base-color: #efefef;
    scrollbar-face-color: #555;
    scrollbar-track-color: #efefef;
    scrollbar-darkshadow-color: #efefef;
    scrollbar-highlight-color: #efefef;
    scrollbar-shadow-color: #efefef;
  }
  .popup.showAllProducts_comparison .popup_cont .popup_cont_inner::-webkit-scrollbar {
    width: 6px;
    background: transparent;
  }
  .popup.showAllProducts_comparison .popup_cont .popup_cont_inner::-webkit-scrollbar-button:start:decrement,
  .popup.showAllProducts_comparison .popup_cont .popup_cont_inner::-webkit-scrollbar-button:end:increment {
    opacity: 0;
    height: 10px;
  }
  .popup.showAllProducts_comparison .popup_cont .popup_cont_inner::-webkit-scrollbar-track {
    border-radius: 10px;
    background: transparent;
  }
  .popup.showAllProducts_comparison .popup_cont .popup_cont_inner::-webkit-scrollbar-thumb {
    background: #555;
    border-radius: 8px;
  }
  .popup.showAllProducts_alert .popup_cont {
    height: 41.79vw;
  }
  .popup.showAllProducts_alert .popup_cont p {
    font-size: 3.9vw;
  }
  .popup_notice {
    height: 30.59vw;
  }
  .popup_notice .popup_notice_inner p {
    font-size: 3.9vw;
    line-height: 4.68vw;
    padding-top: 10.41vw;
  }
  .popup_notice .popup_notice_inner a.close {
    width: 2.99vw;
    height: 2.99vw;
    right: 5.2vw;
    top: 5.2vw;
  }
  /*Common Content*/
  .feature .expand_area .feature_inner {
    margin-top: 24.21vw;
    padding: 0 0 7.81vw 0;
  }
  .common .feature.use_exp .exp_inner .feature_inner {
    padding-bottom: 33.07vw;
  }
  .b_white .expand_area {
    margin-bottom: 1.03vw;
  }
  .feature .expand_area.f14nm .motion_img {
    margin-top: 6.25vw;
  }
  .feature.spec ul li.dummy_768 {
    display: none;
  }
  .feature.spec ul li.dummy_1023_on {
    display: none;
  }
  .feature.spec ul li.dummy_768_on {
    display: block;
  }
  .feature.spec ul li.dummy_1440_1 {
    display: none;
  }
  .feature.spec ul li.dummy_1440_2 {
    display: block;
  }
  .feature.spec {
    padding: 3.9vw 0 11.71vw 0;
  }
  .feature.spec .feature_inner {
    padding: 0 5.2vw;
  }
  .feature.spec ul {
    padding: 0;
    overflow: hidden;
    height: 76.18vw;
  }
  .feature.spec.expand ul {
    height: auto;
  }
  .feature.spec.expand .spec_more_btn a {
    background-image: url("https://www.samsung.com/etc/designs/semi/isocell/business/img/expand-minus.png");
  }
  .feature.spec.expand .spec_more_btn a.hover,
  .feature.spec.expand .spec_more_btn a:focus {
    background-image: url("https://www.samsung.com/etc/designs/semi/isocell/business/img/expand-minus-on.png") !important;
    background-color: #5f6164 !important;
    border-color: #5f6164 !important;
    color: #fff !important;
  }
  .feature.spec ul li {
    width: 50%;
    margin-bottom: 7.16vw;
    padding-top: 7.81vw;
  }
  .feature.spec ul li .inner {
    padding-top: 10.41vw;
    background-size: 10.41vw auto;
  }
  .feature.spec ul li:nth-child(1),
  .feature.spec ul li:nth-child(4),
  .feature.spec ul li:nth-child(7),
  .feature.spec ul li:nth-child(10),
  .feature.spec ul li:nth-child(13) {
    clear: none;
  }
  .feature.spec ul li:nth-child(3),
  .feature.spec ul li:nth-child(4) {
    border-width: 1px 0 0 0;
  }
  .feature.spec ul li:nth-child(3),
  .feature.spec ul li:nth-child(6),
  .feature.spec ul li:nth-child(9),
  .feature.spec ul li:nth-child(12),
  .feature.spec ul li:nth-child(15) {
    width: 50%;
  }
  .feature.spec ul li:nth-child(odd) {
    clear: both;
  }
  .feature.spec ul li p {
    font-size: 3.9vw;
    margin-top: 1.82vw;
  }
  .feature.spec ul li .desc {
    font-size: 3.125vw;
    line-height: 4.16vw;
    margin-top: 0.91vw;
    padding-right: 4.08vw;
  }
  .feature.spec ul li .desc br {
    display: none;
  }
  .feature.spec ul li .desc .ntc {
    font-size: 2.6vw;
  }
  .feature.spec .spec_notice {
    max-width: none;
    font-size: 2.86vw;
    line-height: 4.16vw;
    margin-top: 2.6vw;
    text-align: left;
  }
  .feature.spec .spec_notice > span {
    position: absolute;
    left: 0;
  }
  .feature.spec .spec_notice > p {
    display: block;
    padding-left: 2.86vw;
  }
  /*spec more btn*/
  .feature.spec .spec_more_btn {
    display: block;
    margin-top: 6.77vw;
    text-align: center;
    position: relative;
  }
  .feature.spec .spec_more_btn a {
    display: inline-block;
    width: 76px;
    height: 76px;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
    border-radius: 50%;
    border: 1px solid #464646;
    padding: 0;
    position: relative;
  }
  .feature.spec .spec_more_btn.white a {
    border-color: #fff;
  }
  .feature.spec .spec_more_btn.white a.hover,
  .feature.spec .spec_more_btn.white a:focus {
    border-color: #fff !important;
  }
  .feature.spec .spec_more_btn a:before,
  .feature.spec .spec_more_btn a:after,
  .feature.spec .spec_more_btn a span {
    display: block;
    position: absolute;
    top: 50%;
    background: #000;
  }
  .feature.spec .spec_more_btn a:before,
  .feature.spec .spec_more_btn a:after {
    content: ' ';
    left: 50%;
    opacity: 1;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .feature.spec .spec_more_btn a span {
    left: 0;
    width: 21px;
    height: 2px;
    margin-left: 18px;
    margin-top: 9px;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    -webkit-transform: rotate(134deg);
        -ms-transform: rotate(134deg);
            transform: rotate(134deg);
    -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
            transform-origin: 100% 0;
    -webkit-transition-duration: 0.1s;
         -o-transition-duration: 0.1s;
            transition-duration: 0.1s;
  }
  .feature.spec .spec_more_btn a span + span {
    margin-top: 9px;
    -webkit-transform: rotate(47deg);
        -ms-transform: rotate(47deg);
            transform: rotate(47deg);
  }
  .feature.spec .spec_more_btn a:before {
    width: 2px;
    height: 36px;
    margin-top: -18px;
  }
  .feature.spec .spec_more_btn a:after {
    width: 36px;
    height: 2px;
    margin-left: -18px;
  }
  .feature.spec .spec_more_btn a.hover:before,
  .feature.spec .spec_more_btn a.hover:after,
  .feature.spec .spec_more_btn a:focus::before,
  .feature.spec .spec_more_btn a:focus::after {
    -webkit-transform: rotate(135deg) !important;
        -ms-transform: rotate(135deg) !important;
            transform: rotate(135deg) !important;
    -webkit-transition-duration: 0.2s !important;
         -o-transition-duration: 0.2s !important;
            transition-duration: 0.2s !important;
    opacity: 0 !important;
  }
  .feature.spec .spec_more_btn a.hover span,
  .feature.spec .spec_more_btn a:focus span {
    opacity: 1 !important;
    -webkit-transition-delay: 0.3s !important;
         -o-transition-delay: 0.3s !important;
            transition-delay: 0.3s !important;
    -webkit-transition-duration: 0.1s !important;
         -o-transition-duration: 0.1s !important;
            transition-duration: 0.1s !important;
  }
  .feature.spec .spec_more_btn a.active {
    border-color: #303030;
    background: #303030;
  }
  .feature.spec .spec_more_btn.active a.hover,
  .feature.spec .spec_more_btn.active a:focus {
    border-color: #000 !important;
    background: #000 !important;
  }
  .feature.spec .spec_more_btn a.active span {
    margin-left: 16px;
    margin-top: -7px;
    -webkit-transform: rotate(-134deg);
        -ms-transform: rotate(-134deg);
            transform: rotate(-134deg);
    background: #fff;
  }
  .feature.spec .spec_more_btn a.active span + span {
    margin-top: -8px;
    -webkit-transform: rotate(-47deg);
        -ms-transform: rotate(-47deg);
            transform: rotate(-47deg);
  }
  .feature.spec .spec_more_btn a.active:after {
    background: #fff;
  }
  .feature.spec .spec_more_btn a.active:before {
    display: none;
  }
  .feature.spec .spec_more_btn.on_w a.active,
  .feature.spec .spec_more_btn.active.on_w a.hover,
  .feature.spec .spec_more_btn.active.on_w a.hover,
  .feature.spec .spec_more_btn.active.on_w a:focus,
  .feature.spec .spec_more_btn.active.on_w a:focus {
    border-color: #fff !important;
  }
  .feature.spec .spec_more_btn.on_w a.active:after {
    background: #fff;
  }
  .feature.spec .spec_more_btn.on_w a.active span {
    background: #fff;
  }
  /**/
  /*Expand btn area*/
  .expand_btn {
    margin-left: -38px;
  }
  .expand_btn a {
    width: 76px;
    height: 76px;
  }
  .expand_btn a span {
    width: 21px;
    height: 2px;
    margin-left: 18px;
    margin-top: 9px;
  }
  .expand_btn a span + span {
    margin-top: 9px;
  }
  .expand_btn a:before {
    width: 2px;
    height: 36px;
    margin-top: -18px;
  }
  .expand_btn a:after {
    width: 36px;
    height: 2px;
    margin-left: -18px;
  }
  .expand_btn.active a span {
    margin-left: 16px;
    margin-top: -7px;
  }
  .expand_btn.active a span + span {
    margin-top: -8px;
  }
  /*Show All Products Btn Area */
  .feature.products a {
    padding: 10.67vw 5.2vw 11.71vw 5.2vw;
  }
  .feature.products p {
    font-size: 4.68vw;
    line-height: 5.98vw;
    letter-spacing: -1px;
  }
  .feature.products a i {
    font-family: 'SamsungOne-700', sans-serif;
    width: 39.84vw;
    height: 9.89vw;
    border-radius: 9.89vw;
    font-size: 3.125vw;
    line-height: 1;
    padding: 3.125vw 0 3.125vw;
    background-position: 92% center;
    background-size: 9.21% auto;
    margin-top: 2.86vw;
    margin-bottom: 1px;
  }
  .contents .sub_nav {
    padding: 0;
  }
  .contents .sub_nav ul li.active a,
  .contents .sub_nav ul li a.hover,
  .contents .sub_nav ul li a:focus {
    background-image: none !important;
  }
  .wrapper .sub_nav_anchor div.select a {
    line-height: 3.515vw;
    padding-top: 3.385vw;
  }
  .wrapper .sub_nav_anchor div.select a p {
    color: #404040;
  }
  /*platform*/
  .Platform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner {
    padding: 0;
  }
  .PartnerPlatform .thumbnail_list_wrap .thumbnail_list:first-child .thumbnail_list_inner {
    padding: 0;
  }
  .Platform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner .thumbnail_list_cont {
    width: 100%;
    padding: 9.11vw 5.2vw 9.11vw 5.2vw;
  }
  .Platform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner .thumbnail_list_cont:nth-child(1) {
    padding-right: 5.2vw;
    padding-top: 6.504vw;
  }
  .Platform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner .thumbnail_list_cont:nth-child(2) {
    width: 100%;
    padding: 9.11vw 5.2vw 9.11vw 5.2vw;
  }
  .Platform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner .thumbnail_list_cont:nth-child(3) {
    padding-left: 5.2vw;
  }
  .Platform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner .thumbnail_list_cont h5 {
    font-size: 4.68vw;
    margin-top: 0.385vw;
  }
  .Platform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner .thumbnail_list_cont p {
    font-size: 3.38vw;
    line-height: 6.77vw;
    margin-top: 0;
  }
  .Platform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner .thumbnail_list_cont p:first-child {
    margin-top: 3.12vw;
  }
  .Platform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner .thumbnail_list_cont .spec_txt {
    height: auto;
  }
  .Platform .thumbnail_list_wrap .arrow_btn {
    margin-top: 4.422vw;
  }
  .Platform .ReferencePlatform .txt {
    text-align: center;
  }
  .Platform .ReferencePlatform .txt h5 {
    font-size: 9.114vw;
    line-height: 10.416vw;
  }
  .PartnerPlatform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner .thumbnail_list_cont {
    padding: 5.2vw;
  }
  .PartnerPlatform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner .thumbnail_list_cont:nth-child(1) {
    padding-top: 5.2vw;
  }
  .PartnerPlatform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner .thumbnail_list_cont:nth-child(2) {
    padding: 5.2vw;
  }
  .PartnerPlatform .referencePlatform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner .thumbnail_list_cont .spec_txt {
    height: auto;
  }
  .SamsungPlatform .feature {
    padding-top: 17.96vw;
    padding-bottom: 18.22vw;
  }
  .SamsungPlatform .smartwatch {
    padding-bottom: 18.22vw;
  }
  .SamsungPlatform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner {
    padding-top: 0;
  }
  .SamsungPlatform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner::after {
    border: 0;
    padding-top: 0;
  }
  .SamsungPlatform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner.first {
    margin-top: 17.44vw;
  }
  .SamsungPlatform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner:last-child {
    padding-bottom: 0;
  }
  .SamsungPlatform .thumbnail_list_wrap .thumbnail_list .platform_title h5 {
    font-size: 8.46vw;
  }
  .SamsungPlatform .smartphone .thumbnail_list_wrap .thumbnail_list .platform_title h5 {
    padding-left: 10.93vw;
    line-height: 13.02vw;
  }
  .SamsungPlatform .tablet .thumbnail_list_wrap .thumbnail_list .platform_title h5 {
    padding-left: 13.8vw;
    line-height: 13.02vw;
  }
  .SamsungPlatform .smartwatch .thumbnail_list_wrap .thumbnail_list .platform_title h5 {
    padding-left: 13.54vw;
    line-height: 13.02vw;
  }
  .SamsungPlatform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner .thumbnail_list_cont {
    padding-top: 10.93vw;
    padding-bottom: 11.71vw;
    border-bottom: 1px solid #ddd;
  }
  .SamsungPlatform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner .thumbnail_list_cont h5 {
    margin-top: 0;
  }
  .SamsungPlatform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner.first .thumbnail_list_cont:first-child {
    padding-top: 0;
  }
  .SamsungPlatform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner:last-child .thumbnail_list_cont:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .SamsungPlatform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner .thumbnail_list_cont:nth-child(2) {
    padding-top: 10.93vw;
    padding-bottom: 11.71vw;
  }
  .PartnerPlatform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner .thumbnail_list_cont h5 {
    margin-top: 5.55vw;
  }
  .PartnerPlatform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner .thumbnail_list_cont img {
    max-width: 29.94vw;
  }
  /* 개별 스타일 */
  .isocell7dual_7270 .f01 .exp_inner .txt .feature-desc {
    padding: 0;
  }
  .isocell7dual_7270 .f02 .txt .feature-desc br {
    display: none;
  }
  .isocell7quad_7570 .feature.intro .txt .feature-desc {
    padding: 0 0.65vw;
  }
  .isocell7quad_7570 .f02 .txt h5 {
    padding-right: 1.82vw;
  }
  .isocell7quad_7570 .f02 .txt .feature-desc {
    padding: 0;
  }
  .isocell7quad_7570 .f02 .txt h5 br {
    display: none;
  }
  .common.isocell9series_8895 .f01.pb0 .exp_inner .feature_inner {
    padding-bottom: 21.71vw;
  }
  .isocell9series_8895 .feature .expand_btn.white a {
    border-color: #464646;
  }
  .isocell9series_8895 .feature .expand_btn.white a:before,
  .isocell9series_8895 .f01 .expand_btn.white a:after {
    background-color: #000;
  }
  .isocell9series_8895 .feature .expand_btn.white a.hover,
  .isocell9series_8895 .feature .expand_btn.white a:focus {
    border-color: #000 !important;
  }
  .isocell9series_8895 .feature .expand_btn.white a span {
    background-color: #000;
  }
  .isocell9series_8895 .feature .expand_btn.white.active a:before,
  .isocell9series_8895 .f01 .expand_btn.white.active a:after {
    background-color: #fff;
  }
  .isocell9series_8895 .feature .expand_btn.white.active a span {
    background-color: #fff;
  }
  .isocell9series_8895 .feature .expand_btn.white.active a {
    border-color: #303030;
  }
  .isocell9series_8895 .feature .expand_btn.on_w a.hover,
  .isocell9series_8895 .feature .expand_btn.on_w a:focus {
    border-color: #000 !important;
  }
  .isocell9series_8895 .feature .expand_btn.active.on_w a span {
    background-color: #fff;
  }
  .isocell9series_8895 .expand_btn.active.on_w a {
    border-color: #303030;
  }
  .isocell9series_8895 .feature .expand_btn.on_w.active a.hover,
  .isocell9series_8895 .feature .expand_btn.on_w.active a:focus {
    border-color: #000 !important;
  }
  .isocell9series_8895 .f02 .expand_area .feature_inner {
    padding-bottom: 7.81vw;
  }
  .isocell7octa_7870 .f01 .exp_inner .motion_img {
    height: 73.95vw;
  }
  .isocell9series_8895 .f06 .motion_img {
    height: 58.07vw;
  }
  .isocell7octa_7880 .f01 .exp_inner .motion_img {
    height: 66.53vw;
  }
  .isocell7octa_7420 .f03 .motion_img {
    height: 35.54vw;
  }
  .isocell7octa_7580 .f03 .motion_img {
    height: 44.4vw;
  }
  .isocell7quad_7570 .f01 .exp_inner .motion_img {
    height: 60.02vw;
  }
  .isocell_i_T200 .f02 {
    padding-bottom: 11.71vw;
  }
  .modem_303 .feature.intro .txt {
    padding: 0 5.21vw;
  }
  .modem_333 .feature.intro .txt .feature-desc br {
    display: none;
  }
  .modem_303 .spec ul li.Supported p,
  .modem_333 .spec ul li.Supported p {
    white-space: inherit;
  }
  .rf_IC_Series .feature .txt {
    padding: 0 5.21vw;
  }
}

@media (max-width: 480px) {
  .feature .expand_area .feature_inner {
    margin-top: 88px;
  }
  .expand_btn {
    margin-left: -23px;
  }
  .expand_btn a {
    width: 46px;
    height: 46px;
  }
  .expand_btn a span {
    width: 12px;
    height: 1px;
    margin-left: 11px;
    margin-top: 6px;
  }
  .expand_btn a span + span {
    margin-top: 6px;
  }
  .expand_btn a:before {
    width: 1px;
    height: 18px;
    margin-top: -9px;
  }
  .expand_btn a:after {
    width: 18px;
    height: 1px;
    margin-left: -9px;
  }
  .expand_btn.active a span {
    margin-left: 11px;
    margin-top: -4px;
  }
  .expand_btn.active a span + span {
    margin-top: -5px;
  }
  .feature.spec .spec_more_btn a {
    width: 46px;
    height: 46px;
  }
  .feature.spec .spec_more_btn a span {
    width: 12px;
    height: 1px;
    margin-left: 10px;
    margin-top: 6px;
  }
  .feature.spec .spec_more_btn a span + span {
    margin-top: 6px;
  }
  .feature.spec .spec_more_btn a:before {
    width: 1px;
    height: 18px;
    margin-top: -9px;
  }
  .feature.spec .spec_more_btn a:after {
    width: 18px;
    height: 1px;
    margin-left: -9px;
  }
  .feature.spec .spec_more_btn a.active span {
    margin-left: 9px;
    margin-top: -4px;
  }
  .feature.spec .spec_more_btn a.active span + span {
    margin-top: -5px;
  }
}

@media (max-width: 320px) {
  /*intro*/
  .common.solution .feature.intro .txt h4 {
    font-size: 10px;
  }
  .common .feature .txt .lm_btn {
    margin-top: 22px;
  }
  .common .feature .txt .lm_btn a {
    width: 95px;
    height: 32px;
    font-size: 10px;
    line-height: 31px;
  }
  .showAllProducts .intro .txt {
    padding: 34px 0 29px 0;
  }
  .showAllProducts .intro .txt h5 {
    font-size: 25px;
  }
  .showAllProducts .filter h6 {
    font-size: 11px;
    line-height: 41px;
  }
  .showAllProducts .filter .filter_wrap .filter_inner .filter_category_wrap {
    padding-right: 2px;
  }
  .showAllProducts .filter .filter_wrap .filter_inner .filter_category {
    height: 262px;
    padding-right: 2px;
  }
  .showAllProducts .filter .filter_wrap .filter_inner .filter_category > li {
    padding-left: 17px;
  }
  .showAllProducts .filter .filter_wrap .filter_inner .filter_category li a {
    font-size: 10px;
    line-height: 37px;
  }
  .showAllProducts .filter .filter_wrap .filter_inner .filter_category_mobile ul {
    padding: 21px 17px 0 17px;
  }
  .showAllProducts .filter .filter_wrap .filter_inner .filter_category_mobile ul li {
    font-size: 10px;
    line-height: 12px;
    height: 12px;
    margin-bottom: 17px;
  }
  .showAllProducts .filter .filter_wrap .filter_inner .filter_category_mobile ul li label {
    font-size: 10px;
    padding-left: 19px;
    background-size: 12px 12px;
    background-position: left top;
  }
  .showAllProducts .filter .filter_wrap .filter_inner .filter_category_mobile ul li input[type='checkbox']:checked + label {
    background-size: 12px 12px;
    background-position: left top;
  }
  .showAllProducts .filter .checked_area {
    padding: 17px;
    min-height: 64px;
  }
  .showAllProducts .filter .checked_area .checked_list a {
    font-size: 10px;
    height: 32px;
    border-radius: 32px;
    line-height: 32px;
    background-size: 9px auto;
    padding: 0 42px 0 12px;
    margin: 0 7px 8px 0;
  }
  .showAllProducts .filter .checked_area .clear_btn {
    margin-top: 8px;
  }
  .showAllProducts .filter .checked_area .clear_btn a {
    padding-left: 17px;
    height: 12px;
    line-height: 14px;
    font-size: 10px;
  }
  .showAllProducts .compare_list {
    padding: 0 0 29px 0;
  }
  .showAllProducts .compare_list .feature_inner {
    padding: 37px 17px 0 17px;
  }
  .showAllProducts .compare_list .compare_box {
    margin-bottom: 4px;
  }
  .showAllProducts .compare_list .compare_box .compare_box_inner {
    padding: 36px 17px 25px 17px;
    height: 298px;
  }
  .showAllProducts .compare_list .compare_box .compare_box_title {
    padding: 0 33px 22px 33px;
  }
  .showAllProducts .compare_list .compare_box .compare_box_title p {
    font-size: 17px;
    line-height: 17px;
  }
  .showAllProducts .compare_list .compare_box .compare_box_title .arrow_btn {
    margin-top: 6px;
  }
  .showAllProducts .compare_list .compare_box .compare_box_desc {
    margin-top: 23px;
  }
  .showAllProducts .compare_list .compare_box .compare_box_desc > p {
    font-size: 10px;
    line-height: 12px;
    padding-left: 83px;
    margin-bottom: 9px;
  }
  .showAllProducts .compare_list .compare_box .compare_box_btn {
    bottom: 37px;
  }
  .showAllProducts .compare_list .compare_box .compare_box_btn a {
    font-size: 10px;
    width: 122px;
    height: 32px;
    border-radius: 32px;
    padding: 10px 0;
    margin-right: 8px;
  }
  .showAllProducts .comparison_wrap {
    padding: 14px 17px 17px 17px;
  }
  .showAllProducts .comparison_wrap .comparison a.open_btn {
    width: 13px;
    height: 7px;
    top: 2px;
  }
  .showAllProducts .comparison_wrap h6 {
    font-size: 17px;
  }
  .showAllProducts .comparison_wrap .comparison_list {
    padding-top: 12px;
    height: 58px;
  }
  .showAllProducts .comparison_wrap .comparison_list .comparison_item {
    width: 79px;
    height: 58px;
    padding: 9px 4px 6px 4px;
    margin: 0 2px;
  }
  .showAllProducts .comparison_wrap .comparison_list .comparison_item p {
    font-size: 9px;
    line-height: 10px;
    min-height: 20px;
  }
  .showAllProducts .comparison_wrap .comparison_list .comparison_item.vr p {
    padding-top: 5px;
  }
  .showAllProducts .comparison_wrap .comparison_list .comparison_item a.delete_btn {
    font-size: 7px;
    width: 40px;
    height: 18px;
    border-radius: 18px;
    margin-top: 7px;
    padding: 6px 0;
  }
  .showAllProducts .comparison_wrap .compare_btn {
    margin-top: 17px;
  }
  .showAllProducts .comparison_wrap .compare_btn a {
    width: 120px;
    height: 32px;
    border-radius: 32px;
    font-size: 10px;
    padding: 10px 0;
  }
  .showAllProducts .comparison_wrap .alert_txt {
    height: 58px;
    padding-top: 12px;
  }
  .showAllProducts .comparison_wrap .alert_txt p {
    font-size: 12px;
  }
  /*popup 창*/
  .popup.showAllProducts_spec .popup_cont .popup_cont_inner {
    height: 147px;
  }
  .popup.showAllProducts_spec .popup_cont .popup_cont_inner .popup_cont_inner_w > div {
    font-size: 9px;
    line-height: 9px;
    padding-left: 17px;
  }
  .popup.showAllProducts_spec .popup_cont .popup_cont_inner .popup_cont_inner_w > div span {
    width: 81px;
  }
  .popup.showAllProducts_spec .popup_cont .popup_cont_inner .popup_cont_inner_w > div p {
    padding-left: 17px;
    width: 154px;
    padding-bottom: 15px;
  }
  .popup.showAllProducts_comparison .popup_title {
    height: 54px;
    padding-top: 15px;
  }
  .popup.showAllProducts_comparison .popup_title p {
    font-size: 10px;
    margin-top: 2px;
  }
  .popup.showAllProducts_comparison .popup_title .popup_close {
    top: 19px;
  }
  .popup.showAllProducts_comparison .popup_cont {
    padding: 8px 0 12px 8px;
  }
  .popup.showAllProducts_comparison .popup_cont .popup_cont_inner {
    height: 220px;
  }
  .popup.showAllProducts_comparison .popup_cont table th {
    font-size: 9px;
    line-height: 25px;
  }
  .popup.showAllProducts_comparison .popup_cont table td {
    font-size: 8px;
    line-height: 22px;
    padding-left: 8px;
  }
  .popup.showAllProducts_comparison .popup_cont .fixed_area {
    width: 79px;
  }
  .popup.showAllProducts_comparison .popup_cont .scroll_area_wrap {
    padding-left: 79px;
  }
  .popup.showAllProducts_comparison .popup_cont .scroll_area .scroll_area_inner {
    width: 543px;
  }
  .popup.showAllProducts_comparison .popup_cont .scroll_area table {
    width: 178px;
  }
  .popup.showAllProducts_alert .popup_cont {
    height: 134px;
  }
  .popup.showAllProducts_alert .popup_cont p {
    font-size: 12px;
  }
  /*Filter no result! */
  .no_result {
    padding: 35px 0 45px 0;
  }
  .no_result h6 {
    font-size: 14px;
  }
  .no_result p {
    font-size: 10px;
    margin-top: 5px;
  }
  .popup_notice {
    height: 98px;
  }
  .popup_notice .popup_notice_inner p {
    font-size: 12px;
    line-height: 15px;
    padding-top: 33px;
  }
  .popup_notice .popup_notice_inner a.close {
    width: 10px;
    height: 10px;
    right: 17px;
    top: 17px;
  }
  /*Common Content*/
  .feature .expand_area .feature_inner {
    padding: 0 0 25px 0;
  }
  .common .feature.use_exp .exp_inner .feature_inner {
    padding-bottom: 106px;
  }
  .b_white .expand_area {
    margin-bottom: 3px;
  }
  .feature .expand_area.f14nm .motion_img {
    margin-top: 20px;
  }
  .feature.spec {
    padding: 12px 0 37px 0;
  }
  .feature.spec .feature_inner {
    padding: 0 17px;
  }
  .feature.spec ul {
    height: 244px;
  }
  .feature.spec ul li {
    margin-bottom: 23px;
    padding-top: 25px;
  }
  .feature.spec ul li .inner {
    padding-top: 33px;
    background-size: 33px auto;
  }
  .feature.spec ul li p {
    font-size: 12px;
    margin-top: 6px;
  }
  .feature.spec ul li .desc {
    font-size: 10px;
    line-height: 13px;
    margin-top: 3px;
    padding-right: 13px;
  }
  .feature.spec ul li .desc .ntc {
    font-size: 8px;
  }
  .feature.spec .spec_notice {
    font-size: 9px;
    line-height: 13px;
    margin-top: 8px;
  }
  .feature.spec .spec_notice > p {
    padding-left: 9px;
  }
  .feature.spec .spec_more_btn {
    margin-top: 22px;
  }
  /*Show All Products Btn Area */
  .feature.products a {
    padding: 34px 17px 37px 17px;
  }
  .feature.products p {
    font-size: 15px;
    line-height: 19px;
  }
  .feature.products a i {
    width: 127px;
    height: 32px;
    border-radius: 32px;
    font-size: 10px;
    padding: 10px 0 10px;
    margin-top: 8px;
  }
  .wrapper .sub_nav_anchor div.select a {
    line-height: 11px;
    padding-top: 11px;
  }
  /*platform*/
  .Platform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner .thumbnail_list_cont {
    padding: 29px 17px 29px 17px;
  }
  .Platform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner .thumbnail_list_cont:nth-child(1) {
    padding-right: 17px;
    padding-top: 21px;
  }
  .Platform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner .thumbnail_list_cont:nth-child(2) {
    padding: 29px 17px 29px 17px;
  }
  .Platform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner .thumbnail_list_cont:nth-child(3) {
    padding-left: 17px;
  }
  .Platform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner .thumbnail_list_cont h5 {
    font-size: 15px;
    margin-top: 1px;
  }
  .Platform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner .thumbnail_list_cont p {
    font-size: 11px;
    line-height: 22px;
  }
  .Platform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner .thumbnail_list_cont p:first-child {
    margin-top: 10px;
  }
  .Platform .thumbnail_list_wrap .arrow_btn {
    margin-top: 14px;
  }
  .Platform .ReferencePlatform .txt h5 {
    font-size: 29px;
    line-height: 33px;
  }
  .PartnerPlatform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner .thumbnail_list_cont {
    padding: 17px;
  }
  .PartnerPlatform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner .thumbnail_list_cont:nth-child(1) {
    padding-top: 17px;
  }
  .PartnerPlatform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner .thumbnail_list_cont:nth-child(2) {
    padding: 17px;
  }
  .SamsungPlatform .feature {
    padding-top: 57px;
    padding-bottom: 58px;
  }
  .SamsungPlatform .smartwatch {
    padding-bottom: 58px;
  }
  .SamsungPlatform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner.first {
    margin-top: 56px;
  }
  .SamsungPlatform .thumbnail_list_wrap .thumbnail_list .platform_title h5 {
    font-size: 27px;
  }
  .SamsungPlatform .smartphone .thumbnail_list_wrap .thumbnail_list .platform_title h5 {
    padding-left: 35px;
    line-height: 42px;
  }
  .SamsungPlatform .tablet .thumbnail_list_wrap .thumbnail_list .platform_title h5 {
    padding-left: 44px;
    line-height: 42px;
  }
  .SamsungPlatform .smartwatch .thumbnail_list_wrap .thumbnail_list .platform_title h5 {
    padding-left: 43px;
    line-height: 42px;
  }
  .SamsungPlatform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner .thumbnail_list_cont {
    padding-top: 35px;
    padding-bottom: 37px;
  }
  .SamsungPlatform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner .thumbnail_list_cont:nth-child(2) {
    padding-top: 35px;
    padding-bottom: 37px;
  }
  .PartnerPlatform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner .thumbnail_list_cont h5 {
    margin-top: 18px;
  }
  .PartnerPlatform .thumbnail_list_wrap .thumbnail_list .thumbnail_list_inner .thumbnail_list_cont img {
    max-width: 96px;
  }
  /* 개별 스타일 */
  .isocell7quad_7570 .feature.intro .txt .feature-desc {
    padding: 0 2px;
  }
  .isocell7quad_7570 .f02 .txt h5 {
    padding-right: 6px;
  }
  .common.isocell9series_8895 .f01.pb0 .exp_inner .feature_inner {
    padding-bottom: 69px;
  }
  .isocell9series_8895 .f02 .expand_area .feature_inner {
    padding-bottom: 25px;
  }
  .isocell7octa_7870 .f01 .exp_inner .motion_img {
    height: 267px;
  }
  .isocell9series_8895 .f06 .motion_img {
    height: 186px;
  }
  .isocell7octa_7880 .f01 .exp_inner .motion_img {
    height: 213px;
  }
  .isocell7octa_7420 .f03 .motion_img {
    height: 114px;
  }
  .isocell7octa_7580 .f03 .motion_img {
    height: 142px;
  }
  .isocell7quad_7570 .f01 .exp_inner .motion_img {
    height: 192px;
  }
  .isocell_i_T200 .f02 {
    padding-bottom: 37px;
  }
  .rf_IC_Series .feature .txt {
    padding: 0 17px;
  }
  .modem_303 .feature.intro .txt {
    padding: 0 17px;
  }
}

/*Motion CSS Start */
.isocell9series_8895 .f01 .motion_img img.info27 {
  margin-left: -50px;
}

.isocell9series_8895 .f01 .motion_img img.info40 {
  margin-left: 50px;
}

.isocell9series_8895 .f02 .motion_img img.chip {
  margin-bottom: 70px;
}

.isocell9series_8895 .f05 .motion_img img.phone {
  margin-bottom: -110px;
}

.isocell9series_8895 .f06 .motion_img img.phone {
  margin-bottom: -135px;
  bottom: -1px;
}

.isocell9series_8895 .f07 .motion_img img.chip {
  margin-bottom: -20px;
}

.isocell9series_8895 .f07 .feature_inner,
.isocell9series_8895 .f07 .motion_img {
  overflow: visible;
}

.isocell7octa_8890 .f02 .motion_img img.chip {
  margin-bottom: 70px;
}

.isocell7octa_8890 .f02 .motion_img img.shadow {
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
}

.isocell7octa_8890 .f03 .motion_img img.icon {
  margin-bottom: -50px;
}

.isocell7octa_8890 .f03 .motion_img img.phone {
  margin-bottom: 50px;
}

.isocell7octa_7880 .f01 .motion_img img.phone {
  margin-left: -50px;
}

.isocell7octa_7880 .f01 .motion_img img.info {
  margin-left: 50px;
}

.isocell7octa_7880 .f02 .motion_img img.info {
  margin-bottom: 30px;
}

.isocell7octa_7880 .f02 .motion_img img.chip {
  margin-bottom: -30px;
}

.isocell7octa_7880 .f03 .motion_img img.phone {
  margin-bottom: -70px;
}

.isocell7octa_7880 .f02 .feature_inner,
.isocell7octa_7880 .f02 .motion_img {
  overflow: visible;
}

.isocell7octa_7420 .f01 .motion_img img.info20 {
  margin-left: -50px;
}

.isocell7octa_7420 .f01 .motion_img img.info35 {
  margin-left: 50px;
}

.isocell7octa_7420 .f03 .motion_img img.phone {
  margin-bottom: -70px;
}

.isocell7octa_7870 .f01 .motion_img img.chip {
  margin-bottom: -50px;
}

.isocell7octa_7870 .f03 .motion_img img.phone {
  margin-bottom: -70px;
}

.isocell7octa_7580 .f01 .motion_img img.chip {
  margin-bottom: -20px;
}

.isocell7octa_7580 .f03 .motion_img img.phone {
  margin-bottom: -70px;
}

.isocell7octa_7580 .f04 .motion_img img.phone {
  margin-bottom: 10px;
  margin-left: -5px;
  bottom: -756px;
}

.isocell7octa_7580 .f01 .feature_inner,
.isocell7octa_7580 .f01 .motion_img {
  overflow: visible;
}

.isocell7octa_7580 .f03 .feature_inner,
.isocell7octa_7580 .f03 .motion_img {
  overflow: visible;
}

.isocell7quad_7570 .f01 .motion_img img.info {
  margin-bottom: -50px;
}

.isocell7quad_7570 .f01 .motion_img img.phone {
  margin-bottom: 50px;
}

.isocell7quad_7570 .f03 .motion_img img.chip {
  margin-bottom: -70px;
}

.isocell7quad_7570 .f03 .feature_inner,
.isocell7quad_7570 .f03 .motion_img {
  overflow: visible;
}

.isocell7dual_7270 .f01 .motion_img img.watch {
  margin-bottom: -70px;
}

.isocell7dual_7270 .f03 .motion_img img {
  opacity: 0;
}

.isocell7dual_7270 .f03 .motion_img img:last-child {
  opacity: 1;
}

.isocell7dual_7270 .f03 .motion_img img:first-child {
  opacity: 1;
}

.isocell_i_T200 .f02 .motion_img .cover {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 652px;
  height: 100%;
  margin-left: -326px;
}

.isocell_i_T200 .f02 .motion_img .cover > div {
  width: 70%;
  height: 50%;
  background: #fff;
  position: absolute;
}

.isocell_i_T200 .f02 .motion_img .cover > div::after {
  clear: both;
  display: block;
  content: ' ';
}

.isocell_i_T200 .f02 .motion_img .cover .top_layer {
  right: 0px;
}

.isocell_i_T200 .f02 .motion_img .cover .bottom_layer {
  top: 50%;
  left: 0px;
}

.isocell_i_T200 .f02 .motion_img img.line {
  width: 652px;
  left: 50%;
  margin-left: -326px;
  -webkit-transform: rotate(-110deg);
      -ms-transform: rotate(-110deg);
          transform: rotate(-110deg);
}

.isocell_i_T200 .f03 .motion_img img {
  margin-bottom: 50px;
}

.isocell_i_T200 .f03 .motion_img img:first-child {
  margin-bottom: 0px;
}

.isocell_i_T200 .f03 .motion_img img:nth-child(2) {
  opacity: 0;
  margin-bottom: 0px;
}

.isocell_i_T200 .f03 .motion_img img:nth-child(3) {
  opacity: 0;
  margin-bottom: 0px;
}

@media (max-width: 1440px) {
  .isocell9series_8895 .f01 .motion_img img.info27 {
    margin-left: -3.47vw;
  }
  .isocell9series_8895 .f01 .motion_img img.info40 {
    margin-left: 3.47vw;
  }
  .isocell9series_8895 .f02 .motion_img img.chip {
    margin-bottom: 4.86vw;
  }
  .isocell9series_8895 .f05 .motion_img img.phone {
    margin-bottom: -7.63vw;
  }
  .isocell9series_8895 .f06 .motion_img img.phone {
    margin-bottom: -9.375vw;
  }
  .isocell9series_8895 .f07 .motion_img img.chip {
    margin-bottom: -1.38vw;
  }
  .isocell7octa_8890 .f02 .motion_img img.chip {
    margin-bottom: 4.86vw;
  }
  .isocell7octa_8890 .f03 .motion_img img.icon {
    margin-bottom: -3.47vw;
  }
  .isocell7octa_8890 .f03 .motion_img img.phone {
    margin-bottom: 3.47vw;
  }
  .isocell7octa_7880 .f01 .motion_img img.phone {
    margin-left: -3.47vw;
  }
  .isocell7octa_7880 .f01 .motion_img img.info {
    margin-left: 3.47vw;
  }
  .isocell7octa_7880 .f02 .motion_img img.info {
    margin-bottom: 2.08vw;
  }
  .isocell7octa_7880 .f02 .motion_img img.chip {
    margin-bottom: -2.08vw;
  }
  .isocell7octa_7880 .f03 .motion_img img.phone {
    margin-bottom: -4.86vw;
  }
  .isocell7octa_7420 .f01 .motion_img img.info20 {
    margin-left: -3.47vw;
  }
  .isocell7octa_7420 .f01 .motion_img img.info35 {
    margin-left: 3.47vw;
  }
  .isocell7octa_7420 .f03 .motion_img img.phone {
    margin-bottom: -4.86vw;
  }
  .isocell7octa_7870 .f01 .motion_img img.chip {
    margin-bottom: -3.47vw;
  }
  .isocell7octa_7870 .f03 .motion_img img.phone {
    margin-bottom: -4.86vw;
  }
  .isocell7octa_7580 .f01 .motion_img img.chip {
    margin-bottom: -1.38vw;
  }
  .isocell7octa_7580 .f03 .motion_img img.phone {
    margin-bottom: -4.86vw;
  }
  .isocell7octa_7580 .f04 .motion_img img.phone {
    margin-bottom: 0.69vw;
    margin-left: -0.35vw;
    bottom: -52.5vw;
  }
  .isocell7quad_7570 .f01 .motion_img img.info {
    margin-bottom: -3.47vw;
  }
  .isocell7quad_7570 .f01 .motion_img img.phone {
    margin-bottom: 3.47vw;
  }
  .isocell7quad_7570 .f03 .motion_img img.chip {
    margin-bottom: -4.86vw;
  }
  .isocell7dual_7270 .f01 .motion_img img.watch {
    margin-bottom: -4.86vw;
  }
  .isocell_i_T200 .f02 .motion_img .cover {
    width: 45.27vw;
    margin-left: -22.635vw;
  }
  .isocell_i_T200 .f02 .motion_img img.line {
    width: 45.27vw;
    margin-left: -22.635vw;
  }
  .isocell_i_T200 .f02 .motion_img .cover .top_layer {
    margin-top: -3.08vw;
  }
  .isocell_i_T200 .f02 .motion_img .cover .bottom_layer {
    margin-bottom: -3.08vw;
  }
  .isocell_i_T200 .f03 .motion_img img {
    margin-bottom: 3.47vw;
  }
}

@media (max-width: 768px) {
  .isocell9series_8895 .f01 .motion_img img.info27 {
    margin-left: -3.9vw;
  }
  .isocell9series_8895 .f01 .motion_img img.info40 {
    margin-left: 3.9vw;
  }
  .isocell9series_8895 .f02 .motion_img img.chip {
    margin-bottom: 1.2vw;
  }
  .isocell9series_8895 .f05 .motion_img img.phone {
    margin-bottom: -8.59vw;
  }
  .isocell9series_8895 .f06 .motion_img img.phone {
    margin-bottom: -10.54vw;
  }
  .isocell9series_8895 .f07 .motion_img img.chip {
    margin-bottom: -1.56vw;
  }
  .isocell7octa_8890 .f02 .motion_img img.chip {
    margin-bottom: 5.2vw;
  }
  .isocell7octa_8890 .f03 .motion_img img.icon {
    margin-bottom: -3.9vw;
  }
  .isocell7octa_8890 .f03 .motion_img img.phone {
    margin-bottom: 3.9vw;
    bottom: -8.72vw;
  }
  .isocell7octa_7880 .f01 .motion_img img.phone {
    margin-left: -3.9vw;
  }
  .isocell7octa_7880 .f01 .motion_img img.info {
    margin-left: 3.9vw;
  }
  .isocell7octa_7880 .f02 .motion_img img.info {
    margin-bottom: 2.34vw;
  }
  .isocell7octa_7880 .f02 .motion_img img.chip {
    margin-bottom: -2.34vw;
  }
  .isocell7octa_7880 .f03 .motion_img img.phone {
    margin-bottom: -5.2vw;
  }
  .isocell7octa_7420 .f01 .motion_img img.info20 {
    margin-left: -3.9vw;
  }
  .isocell7octa_7420 .f01 .motion_img img.info35 {
    margin-left: 3.9vw;
  }
  .isocell7octa_7420 .f03 .motion_img img.phone {
    margin-bottom: -5.2vw;
  }
  .isocell7octa_7870 .f01 .motion_img img.chip {
    margin-bottom: -3.9vw;
  }
  .isocell7octa_7870 .f03 .motion_img img.phone {
    margin-bottom: -5.2vw;
  }
  .isocell7octa_7580 .f01 .motion_img img.chip {
    margin-bottom: -1.56vw;
  }
  .isocell7octa_7580 .f03 .motion_img img.phone {
    margin-bottom: -5.2vw;
  }
  .isocell7octa_7580 .f04 .motion_img img.phone {
    margin-bottom: 2.66vw;
    margin-left: 0.73vw;
    bottom: -56.38vw;
  }
  .isocell7quad_7570 .f01 .motion_img img.info {
    margin-bottom: -3.9vw;
  }
  .isocell7quad_7570 .f01 .motion_img img.phone {
    margin-bottom: 3.9vw;
  }
  .isocell7quad_7570 .f03 .motion_img img.chip {
    margin-bottom: -5.2vw;
  }
  .isocell7dual_7270 .f01 .motion_img img.watch {
    margin-bottom: -5.2vw;
  }
  .isocell_i_T200 .f02 .motion_img .cover {
    width: 69.66vw;
    margin-left: -34.83vw;
  }
  .isocell_i_T200 .f02 .motion_img img.line {
    width: 69.66vw;
    margin-left: -34.83vw;
  }
  .isocell_i_T200 .f02 .motion_img .cover .top_layer {
    margin-top: -3.9vw;
  }
  .isocell_i_T200 .f02 .motion_img .cover .bottom_layer {
    margin-bottom: -3.9vw;
  }
  .isocell_i_T200 .f03 .motion_img img {
    margin-bottom: 3.9vw;
  }
}

@media (max-width: 320px) {
  .isocell9series_8895 .f01 .motion_img img.info27 {
    margin-left: -15px;
  }
  .isocell9series_8895 .f01 .motion_img img.info40 {
    margin-left: 15px;
  }
  .isocell9series_8895 .f02 .motion_img img.chip {
    margin-bottom: 4px;
  }
  .isocell9series_8895 .f05 .motion_img img.phone {
    margin-bottom: -33px;
  }
  .isocell9series_8895 .f06 .motion_img img.phone {
    margin-bottom: -40px;
  }
  .isocell9series_8895 .f07 .motion_img img.chip {
    margin-bottom: -6px;
  }
  .isocell7octa_8890 .f02 .motion_img img.chip {
    margin-bottom: 20px;
  }
  .isocell7octa_8890 .f03 .motion_img img.icon {
    margin-bottom: -15px;
  }
  .isocell7octa_8890 .f03 .motion_img img.phone {
    margin-bottom: 15px;
    bottom: -28px;
  }
  .isocell7octa_7880 .f01 .motion_img img.phone {
    margin-left: -15px;
  }
  .isocell7octa_7880 .f01 .motion_img img.info {
    margin-left: 15px;
  }
  .isocell7octa_7880 .f02 .motion_img img.info {
    margin-bottom: 9px;
  }
  .isocell7octa_7880 .f02 .motion_img img.chip {
    margin-bottom: -9px;
  }
  .isocell7octa_7880 .f03 .motion_img img.phone {
    margin-bottom: -20px;
  }
  .isocell7octa_7420 .f01 .motion_img img.info20 {
    margin-left: -15px;
  }
  .isocell7octa_7420 .f01 .motion_img img.info35 {
    margin-left: 15px;
  }
  .isocell7octa_7420 .f03 .motion_img img.phone {
    margin-bottom: -20px;
  }
  .isocell7octa_7870 .f01 .motion_img img.chip {
    margin-bottom: -15px;
  }
  .isocell7octa_7870 .f03 .motion_img img.phone {
    margin-bottom: -20px;
  }
  .isocell7octa_7580 .f01 .motion_img img.chip {
    margin-bottom: -6px;
  }
  .isocell7octa_7580 .f03 .motion_img img.phone {
    margin-bottom: -20px;
  }
  .isocell7octa_7580 .f04 .motion_img img.phone {
    margin-bottom: -9px;
    margin-left: 7px;
    bottom: -176px;
  }
  .isocell7quad_7570 .f01 .motion_img img.info {
    margin-bottom: -15px;
  }
  .isocell7quad_7570 .f01 .motion_img img.phone {
    margin-bottom: 15px;
  }
  .isocell7quad_7570 .f03 .motion_img img.chip {
    margin-bottom: -20px;
  }
  .isocell7dual_7270 .f01 .motion_img img.watch {
    margin-bottom: -20px;
  }
  .isocell_i_T200 .f02 .motion_img .cover {
    width: 222px;
    margin-left: -111px;
  }
  .isocell_i_T200 .f02 .motion_img img.line {
    width: 222px;
    margin-left: -111px;
  }
  .isocell_i_T200 .f02 .motion_img .cover .top_layer {
    margin-top: -12px;
  }
  .isocell_i_T200 .f02 .motion_img .cover .bottom_layer {
    margin-bottom: -12px;
  }
  .isocell_i_T200 .f03 .motion_img img {
    margin-bottom: 15px;
  }
}

/* 20211102 isocell lnb 수정 */
.container.responsivegrid .container.responsivegrid {
  padding-top: 0;
}

.anchor-standard__wrap.anchor-standard__wrap__fixed1 {
  top: 60px;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 90;
  background: #333;
}

@media screen and (max-width: 1023px) {
  .anchor-standard__wrap.anchor-standard__wrap__fixed1 {
    top: 120px;
  }
}

@media screen and (max-width: 767px) {
  .anchor-standard__wrap.anchor-standard__wrap__fixed1 {
    top: 60px;
  }
}

/*Motion CSS End*/
