﻿@charset "utf-8";

/* reset */
/*a, input, select, textarea, label, button, option {color: inherit; vertical-align: inherit; font-family: inherit; font-size: inherit; font-weight: inherit; text-transform: inherit; letter-spacing: inherit;}
a:hover {color: inherit;}
#header .hd_etc button {vertical-align: middle;}*/


/* common */
.is_hide {
  display: none !important;
}
@media all and (min-width: 1025px) {
  .is_hide_p {
    display: none !important;
  }
  .is_hide_pt {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .is_hide_t {
    display: none !important;
  }
  .is_hide_pt {
    display: none !important;
  }
  .is_hide_tm {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  .is_hide_m {
    display: none !important;
  }
  .is_hide_tm {
    display: none !important;
  }
  .is_hide_tm_1300 {
    display: none !important;
  }
}

@media all and (min-width: 1300px) {
  .is_hide_p_1300 {
    display: none !important;
  }
  .is_hide_pt_1300 {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .is_hide_t_1300 {
    display: none !important;
  }
  .is_hide_pt_1300 {
    display: none !important;
  }
  .is_hide_tm_1300 {
    display: none !important;
  }
}

.swiper-slide {
  outline: none;
}

/* layout */
.inWrap {
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.inWrap.is_1360 {
  max-width: 1360px;
}
.inWrap.is_1140 {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.inWrap.is_detail {
  max-width: 856px;
}
.outWrap{
  width: 100%;
  max-width: 100%;
}
@media all and (max-width: 767px) {
  .inWrap {
    padding: 0;
  }
  .inWrap.is_1140{
    padding: 0;
  }
}


/* sideStickyWrap */
.sideStickyWrap .inWrap::after {
  content: "";
  clear: both;
  display: table;
}
.sideStickyWrap .is_flow {
  float: left;
  width: calc(100% - 346px);
  padding-right: 130px;
}
.sideStickyWrap .is_reverse {
  float: right;
  width: 346px;
  padding-bottom: 42px;
}
@media screen and (max-width: 1299px) {
  #container .sideStickyWrap .is_flow,
  #container .sideStickyWrap .is_reverse {
    float: none;
    width: 100%;
    padding: 0;
  }
  #container .thumbListGroup .is_reverse {
    padding-top: 63.5px;
  }
}
@media screen and (max-width: 767px) {
  #container .sideStickyWrap .thumbList {
    padding-top: 0;
  }
  #container .sideStickyWrap .is_flow,
  #container .sideStickyWrap .is_reverse {
    padding-left: 24px;
    padding-right: 24px;
  }
  #container .sideStickyWrap .is_reverse {
    padding: 17px 24px 0 24px;
  }
}


/* featured_slide swiper dot */
.featured_slide .swiper-slide {
  width: 31.1%;
  margin-right: 3.3%;
}
.featured_slide .thumb {
  height: auto;
}
.featured_slide .thumb_textBox {
  padding: 0;
}
.thumbList.is_three .featured_slide .thumb_btn {
  position: static;
}
@media (max-width: 767px) {
  .featured_slide .swiper-slide {
    width: 100%;
    margin-right: 0;
  }
  .thumbList.is_three .featured_slide .thumb {
    margin-left: 0;
  }
}
.featured_slide .swiper-slide:last-child {
  margin-right: 0;
}
.featured_slide .swiper-container {
  padding-bottom: 0;
}
.featured_slide.is_dot_white .swiper-pagination-bullets {
  bottom: 30px;
}
.featured_slide.is_dot_white .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 2.5px;
  border: 1px solid #fff;
  background: transparent;
  opacity: 1;
}
.featured_slide.is_dot_white .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #fff;
}


/* bloggerCardList swiper dot */
.bloggerCardList_swiper .swiper-container {
  padding-bottom: 0;
}
.bloggerCardList_swiper .swiper-container .swiper-pagination-bullets {
  bottom: 0;
}
.bloggerCardList_swiper .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 7px;
  border: 1px solid #000;
  opacity: 1;
  color: transparent;
  background: transparent;
  cursor: pointer;
}
.bloggerCardList_swiper .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
}


/* sub_title */
.sub_title {
  font-size: 2.4rem;
  font-family: 'SharpSansNo1';
  line-height: 100%;
}
.sub_titleBox {
  position: relative;
}
.sub_titleBox + .thumb {
  margin-top: 33px;
}
@media all and (max-width: 767px) {
  .sub_title {
    font-size: 2.5rem;
    text-align: center;
  }
}


/* button */
.button_wrap {
  text-align: center;
}
.button {
  display: inline-block;
  cursor: pointer;
  min-width: 200px;
  padding: 0 22px;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  line-height: 40px;
  border: solid 1px #000;
  border-radius: 42px;
}
.button.is_white {
  color: #fff;
  border-color: #fff;
}
.button.is_arrow:before {
  content: "";
  display: inline-block;
  background: url(https://image.samsungsds.com/global/en/images/icon/ico_front_arr.png?queryString=20190416050529) no-repeat left;
  background-size: contain;
  width: 8px;
  height: 10px;
  margin-right: 8px;
}
.button.is_white.is_arrow:before {
  background-image: url(https://image.samsungsds.com/global/en/images/icon/ico_front_arr2.png?queryString=20190416050529)
}
@media all and (max-width: 1024px) {
  .button {
    font-size: 1.3rem;
    line-height: 34px;
  }
}
@media all and (min-width: 768px) {
  .button:hover {
    color: #fff;
    background-color: #000;
  }
  .button.is_white:hover {
    color: #000;
    background-color: #fff;
  }
  .button.is_arrow:hover:before {
    background-image: url(https://image.samsungsds.com/global/en/images/icon/ico_front_arr2.png?queryString=20190416050529)
  }
  .button.is_white.is_arrow:hover:before {
    background-image: url(https://image.samsungsds.com/global/en/images/icon/ico_front_arr.png?queryString=20190416050529)
  }
}
@media all and (max-width: 767px) {
  .button:active {
    color: #fff;
    background-color: #000;
  }
  .button.is_white:active {
    color: #000;
    background-color: #fff;
  }
  .button.is_arrow:before {
    width: 6px;
    height: 8px;
    margin-right: 5px;
  }
  .button.is_arrow:active:before {
    background-image: url(https://image.samsungsds.com/global/en/images/icon/ico_front_arr2.png?queryString=20190416050529)
  }
  .button.is_white.is_arrow:active:before {
    background-image: url(https://image.samsungsds.com/global/en/images/icon/ico_front_arr.png?queryString=20190416050529)
  }
  .button {
    max-width: 255px;
    width: 100%;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 38px;
  }
}

/* Thumbnail */
.thumb {
  height: 236px;
}
.thumb:after {
  content: "";
  display: block;
  clear: both;
}
.thumb_imgBox {
  display: block;
  position: relative;
  float: left;
  width: 354px;
  height: 100%;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  text-align: center;
  background: no-repeat center;
  background-size: cover
}
.thumb_img {
  height: 100%;
  margin: 0 -100%;
}
.thumb_series {
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 2px 8px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  background-color: #1428a0;
}
.thumb_textBox {
  position: relative;
}
.thumb_imgBox + .thumb_textBox {
  float: right;
  width: calc(100% - 354px);
  height: 100%;
  /*padding: 13px 0 0 32px;*/
  padding: 0 0 0 32px;
}
.thumb_eyebrow {
  font-size: 0;
  letter-spacing: 0.11rem;
  color: #333;
}
.thumb_eyebrow .thumb_series {
  display: inline-block;
  position: static;
  margin-left: 8px;
}
.thumb_company,
.thumb_date,
.thumb_category,
.thumb_tag {
  font-size: 1.4rem;
  display: inline-block;
  vertical-align: middle;
}
.thumb_category {
  text-transform: uppercase;
  vertical-align: middle;
  font-weight: 700;
}
.thumb_category + .thumb_date:before {
  display: inline-block;
  content: "";
  width: 1px;
  height: 10px;
  margin: 0 7px;
  background-color: #333;
  vertical-align: middle;
}
.thumb_date {
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
}
.thumb_tag {
  padding: 3px 8px;
  letter-spacing: 0;
  background-color: #0074c2;
  color: #fff;
  text-transform: uppercase;
}
.thumb_tag + .thumb_date {
  margin-left: 12px;
}
.thumb_company {
  margin-right: 14px;
  font-weight: 700;
  letter-spacing: -0.05px;
}.thumb_company.is_korean {
  font-family:'nanumsquare';
}
.thumb_title {
  display: block;
}
.thumb_eyebrow + .thumb_title {
  margin-top: 12px;
}
.thumb_title a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 2.4rem;
  line-height: 32px;
  max-height: calc(32px * 2);
  font-weight: bold;
}
.thumb_description {
  margin-top: 7px;
}
.thumb_description a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 1.5rem;
  line-height: 26px;
  max-height: calc(26px * 3);
}
.thumb_btn {
  margin-top: 25px;
}
.thumb_imgBox + .thumb_textBox .thumb_btn {
  position: absolute;
  bottom: 16px;
  bottom: -4px;
  left: 32px;
}
.thumb_btn .thumb_readMore,
.thumb_btn .thumb_share {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #00b3e3;
  display: inline;
  vertical-align: top;
}
.thumb_mark {
  margin: 0 19px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #00b3e3;
}
@media all and (max-width: 1024px) {
  .thumb_btn .thumb_readMore,
  .thumb_btn .thumb_share,
  .thumb_mark {
    font-size: 1.2rem;
  }
}
@media all and (min-width: 768px) {
  .thumb_title:hover {
    color: #8a8a8a;
  }
  .thumb_description:hover {
    color: #8a8a8a;
  }
  .thumb_readMore:hover,
  .thumb_share:hover {
    color: #0077c8;
  }
}
@media all and (max-width: 767px) {
  .thumb_title:active {
    color: #8a8a8a;
  }
  .thumb_description:active {
    color: #8a8a8a;
  }
  .thumb_readMore:active,
  .thumb_share:active {
    color: #0077c8;
  }
  .thumb {
    height: auto;
  }
  .thumb_imgBox {
    float: none;
    width: 100%;
    height: inherit;
    padding-bottom: 66.42%;
  }
  .thumb_img {
    width: 100%;
    height: inherit;
    margin: 0;
  }
  .thumb_series {
    bottom: 8px;
    left: 8px;
    padding: 2px 6px;
    font-size: 1.2rem;
    font-weight: 400;
  }
  .thumb_imgBox + .thumb_textBox {
    margin-top: 18px;
    float: none;
    width: 100%;
    padding: 0;
  }
  .thumb_company,
  .thumb_date,
  .thumb_category,
  .thumb_tag {
    font-size: 1.2rem;
  }
  .thumb_company{
    margin-right: 15px;
  }
  .thumb_eyebrow .thumb_series {
    margin-left: 6px;
  }
  .thumb_tag {
    padding: 2px 5px;
  }
  .thumb_tag + .thumb_date {
    margin-left: 10px;
  }
  .thumb_title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 2rem;
    line-height: 27px;
    max-height: calc(27px * 2);
    white-space:normal;
  }
  .thumb_description {
    margin-top: 10px;
  }
  .thumb_description a {
    font-size: 1.4rem;
    line-height: 22px;
    max-height: calc(22px * 3);
  }
  .thumb_btn {
    position: static;
    margin-top: 25px;
  }
  .thumb_imgBox + .thumb_textBox .thumb_btn {
    position: static;
  }
  .thumb_btn .thumb_readMore,
  .thumb_btn .thumb_share,
  .thumb_mark {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 12px;
  }
  .thumb_mark {
    margin: 0 5px;
  }
}


/* Thumbnail List */
.thumbList {
  font-size: 0;
  position: relative;
}
.thumbList .sub_title {
  margin-bottom: 33px;
}
.thumbList .thumb + .thumb {
  margin-top: 79px;
}
.thumbList .button {
  margin-top: 79px;
}
.wrap_thumbList .thumbList .button {
  margin-top: 100px;
}
.thumbList.is_newsTitle {
  max-width: 1195px;
  margin-left: auto;
  margin-right: auto;
}
.thumbList_result {
  padding-bottom: 50px;
}
.thumbList.is_newsTitle .sub_title {
  margin-bottom: 0;
}
.thumbList.is_newsTitle .thumb {
  height: auto;
}
.thumbList.is_newsTitle .thumb + .thumb {
  padding-top: 50px;
  border-top: solid 1px #ccc;
}
.thumbList.is_newsTitle .thumb_eyebrow {
  font-weight: 400;
}
.thumbList.is_newsTitle .thumb_btn {
  position: static;
}
@media all and (min-width: 768px) {
  .thumbList_result {
    padding-bottom: 100px;
  }
  .thumbList .button.is_viewAll:hover {
    color: #8a8a8a;
    background-color: inherit;
  }
  .thumbList .button.is_viewAll:after {
    display: inline-block;
    content: ">";
    margin-left: 7px;
  }
  .thumbList .button.is_viewAll {
    min-width: auto;
    margin-top: 0;
    padding: 0;
    font-size: 1.4rem;
    letter-spacing: 1px;
    line-height: inherit;
    color: #333333;
    border: none;
    border-radius: 0;
    position: absolute;
    right: 0;
    top: 9px;
  }
}
@media all and (max-width: 767px) {
  .thumbList {
    padding: 0 24px;
  }
  .thumbList.is_bg_m_gray {
    background-color: #f3f3f3;
  }
  .thumbList .sub_title {
    margin-bottom: 31px;
  }
  .thumbList .thumb + .thumb {
    margin-top: 50px;
  }
  .thumbList .button, .wrap_thumbList .thumbList .button {
    margin-top: 45px;
  }
  .thumbList.is_newsTitle .thumb + .thumb {
    margin-top: 30px;
    padding-top: 25px;
    border-top: solid 1px #e9e9e9;
  }
  .thumbList.is_newsTitle .thumb_title a {
    font-size: 1.7rem;
    line-height: 23px;
    max-height: calc(23px * 2);
  }
  .thumbList.is_newsTitle .thumb_description {
    display: none;
  }
  .thumbList.is_newsTitle .thumb_btn {
    display: none;
  }
}

/* search result list*/
.sch_wrap_newsList{
  padding: 200px 0 0;
}
.sch_wrap_newsList .box {
  margin: 0 auto;
  max-width: 1380px;
}
.box .inner_newsList {
  padding: 0 20px;
}
.sch_wrap_newsList .box .inner{
  padding: 0;
}
.thumbList_sub_title {
  padding-bottom: 70px;
  line-height: 36px;
  font-size: 2.8rem;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 1024px) and (min-width: 1px){
  .wrap_thumbList {
    padding: 0 24px;
  }
}
@media all and (max-width: 767px) {
  .wrap_thumbList {
    padding: 0 14px;
  }
  .wrap_thumbList .thumbList {
    padding: 0 10px;
  }
  .sch_wrap_newsList {
    padding: 75px 0 25px;
  }
  .sch_wrap_newsList .box .inner{
    padding: 0 24px;
  }
  .box .inner_newsList {
    padding: 0 14px;
  }
  .thumbList_sub_title {
    padding-bottom: 35px;
    font-size: 1.6rem;
    line-height: 27px;
  }
}

/* Thumbnail List Three */
.thumbList.is_three .thumb {
  display: inline-block;
  margin-top: 0;
  text-align: left;
}
.thumbList.is_three .thumb {
  margin-left: 3.3%;
}
.thumbList.is_three .thumb:first-of-type {
  margin-left: 0;
}
.thumbList.is_three .thumb_imgBox {
  float: none;
  width: 100%;
  height: inherit;
}
.thumbList.is_three .thumb_img {
  width: 100%;
  height: inherit;
  margin: 0;
}
.thumbList.is_three .thumb_img_m {
  display: none;
}
.thumbList.is_three .thumb_textBox {
  float: none;
  width: 100%;
  margin-top: 20px;
}
.thumbList.is_three .thumb_eyebrow .thumb_series {
  display: none;
}
.thumbList.is_three .thumb_title a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 36px;
  max-height: calc(36px * 2);
  white-space:normal;
}
.thumbList.is_three .thumb_description {
  margin-top: 5px;
}
.thumbList.is_three .thumb_description a {
  -webkit-line-clamp: 2;
  max-height: calc(24px * 2);
}
.thumbList.is_three .thumb_btn {
  margin-top: 38px;
}
@media all and (max-width: 767px) {
  .thumbList.is_three {
    position: relative;
    padding: 0;
    margin: 0 14px;
    color: #fff;
  }
  .thumbList.is_three .sub_title {
    width: 100%;
    margin: 34px 0 0;
    position: absolute;
    top: 0;
    z-index: 10;
  }
  .thumbList.is_three .thumb {
    background: center no-repeat;
    background-size: cover;
    width: 100%;
    height: 352px;
  }
  .thumbList.is_three .thumb:after {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .thumbList.is_three .thumb_textBox {
    margin-top: 133px;
    padding: 0 14px;
    position: relative;
    z-index: 10;
  }
  .thumbList.is_three .thumb_eyebrow {
    color: inherit;
  }
  .thumbList.is_three .thumb_eyebrow .thumb_series {
    display: inline-block;
  }
  .thumbList.is_three .thumb_title {
    margin-top: 9px;
  }
  .thumbList.is_three .thumb_title a {
    line-height: 27px;
    max-height: calc(27px * 2);
  }
  .thumbList.is_three .thumb_category + .thumb_date:before {
    background-color: #fff;
  }
  .thumbList.is_three .thumb_description {
    margin-top: 3px;
  }
  .thumbList.is_three .thumb_description a {
    display: block;
    font-size: 1.4rem;
    line-height: 23px;
    max-height: calc(23px * 2);
  }
  .thumbList.is_three .thumb_btn {
    margin-top: 17px;
  }
  .thumbList.is_three .thumb_imgBox {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .thumbList.is_three .thumb {
    background-image: none !important;
  }
}


/* Thumbnail List Side */
.thumbList.is_side .thumb_btn {
  position: static;
}
.thumbList.is_side.is_in_box {
  padding: 18px 20px !important;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
.thumbList.is_side.is_in_box .sub_title {
  text-align: left;
}
.thumbList.is_side.is_in_box .thumb {
  padding: 0;
  background-color: transparent;
}
.thumbList.is_side.is_newsTitle {
  max-width: none;
}
.thumbList.is_side.is_newsTitle .thumb + .thumb {
  margin-top: 0;
  padding-top: 0;
}
.thumbList.is_side.is_newsTitle .thumb_title {
  margin-top: 15px;
}
.thumbList.is_side.is_grayCard .thumb {
  background-color: #f3f3f3;
}
.thumbList.is_side.is_grayCard .swiper-pagination {
  position: static;
  margin-top: 25px;
}
.thumbList.is_side.is_grayCard .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 0 0 8px;
  color: transparent;
  border: 1px solid #000;
  background: transparent;
  opacity: 1;
}
.thumbList.is_side.is_grayCard .swiper-pagination-bullets .swiper-pagination-bullet:first-of-type {
  margin-left: 0;
}
.thumbList.is_side.is_grayCard .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #000;
}
.thumbList.is_side.is_fullGrayCard .thumb {
  background-color: #f3f3f3;
}
.thumbList.is_side.is_fullGrayCard .thumb_description {
  margin-top: 0;
}
.thumbList.is_side.is_fullGrayCard .thumb_imgBox {
  height: 219px;
}
.thumbList.is_side.is_fullGrayCard .thumb_textBox {
  padding: 29px 21px 35px;
}
.thumbList.is_side.is_fullGrayCard .thumb_title {
  margin-top: 0;
}
.thumbList.is_side.is_fullGrayCard .thumb_btn {
  margin-top: 23px;
}
@media all and (min-width: 1300px) {
  .thumbList.is_side .thumb {
    width: 100%;
    height: auto;
  }
  .thumbList.is_side .thumb + .thumb {
    display: inline-block;
    margin-top: 62px;
  }
  .thumbList.is_side .thumb.is_hoverShadow_p + .thumb {
    margin-top: 30px;
  }
  .thumbList.is_side .thumb_imgBox {
    float: none;
    width: 100%;
    height: 174px;
  }
  .thumbList.is_side .thumb_img {
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .thumbList.is_side .thumb_textBox {
    float: none;
    width: 100%;
    padding: 38px 10px 45px;
  }
  .thumbList.is_side.is_newsTitle .thumb_textBox {
    height: 182px;
  }
  .thumbList.is_side .thumb_company {
    margin-right: 0;
  }
  .thumbList.is_side .thumb_title {
    margin-top: 9px;
  }
  .thumbList.is_side .thumb_imgBox + .thumb_textBox .thumb_title a {
    -webkit-line-clamp: 3;
    max-height: calc(32px * 3);
  }
  .thumbList.is_side .thumb_description {
    margin-top: 19px;
  }
  .thumbList.is_side .thumb_description a {
    -webkit-line-clamp: 2;
    max-height: calc(24px * 2);
  }
  .thumbList.is_side .thumb_description.is_hide {
    display:none;
  }
  .thumbList.is_side .thumb_btn {
    margin-top: 19px;
  }
  .thumbList.is_side.is_newsTitle .thumb_category {
    display: none;
  }
  .thumbList.is_side.is_grayCard .thumb {
    padding: 20px 20px 36px;
  }
  .thumbList.is_side.is_grayCard .thumb_imgBox {
    border-color: #ccc;
  }
  .thumbList.is_side.is_grayCard .thumb_textBox {
    margin-top: 26px;
    padding: 0;
  }
  .thumbList.is_side.is_grayCard .thumb_title {
    margin-top: 0;
  }
  .thumbList.is_side .swiper-slide + .swiper-slide {
    margin-top: 40px;
  }
  .thumbList.is_side.is_grayCard .thumb_description {
    margin-top: 14px;
  }
  .thumbList.is_side.is_grayCard .thumb_btn {
    margin-top: 25px;
  }
  .thumbList.is_side.is_in_box {
    height: 200px;
    margin-top: 85px;
    color: #fff;
    border: 1px solid #ccc;
  }
  .thumbList.is_side.is_in_box .thumb_imgBox {
    display: none;
  }
  .thumbList.is_side.is_in_box .sub_title {
    margin: 0 0 8px;
  }
  .thumbList.is_side.is_in_box .thumb_textBox {
    padding: 0;
  }
  .thumbList.is_side.is_in_box .thumb_btn {
    margin-top: 23px;
  }
  .thumbList.is_side.is_newsTitle .thumb_textBox {
    padding-left: 0;
    padding-right: 0;
  }
}
@media all and (max-width: 1299px) {
  .thumbList.is_side.is_in_box {
    height: 208px;
    color: #fff;
    border: 1px solid #ccc;
    text-align: left;
  }
  .thumbList.is_side.is_in_box .sub_title {
    margin-top: 17px;
    margin-bottom: 0 !important;
  }
  .thumbList.is_side.is_in_box .thumb_imgBox {
    display: none;
  }
  .thumbList.is_side.is_in_box .thumb_textBox {
    width: 100% !important;
  }
  .thumbList.is_side.is_in_box .thumb {
    padding-top: 22px;
  }
  .thumbList.is_side.is_in_box .thumb_description {
    margin-top: 0;
  }
  .thumbList.is_side.is_in_box .thumb_btn {
    margin-top: 34px;
  }
  .thumbList.is_side.is_grayCard .swiper-slide + .swiper-slide {
    margin-top: 40px;
  }
  .thumbList.is_side.is_grayCard .thumb {
    height: 206px;
    padding: 20px;
  }
  .thumbList.is_side.is_grayCard .thumb_imgBox {
    width: 306px;
    border: none;
  }
  .thumbList.is_side.is_grayCard .thumb_imgBox + .thumb_textBox {
    width: calc(100% - 306px);
  }
  .thumbList.is_side.is_grayCard .thumb_title a {
    -webkit-line-clamp: 1;
    max-height: none;
  }
  .thumbList.is_side.is_grayCard .thumb_description {
    margin-top: 13px;
  }
  .thumbList.is_side.is_newsTitle .thumb_textBox {
    padding: 0 10px 45px;
  }
  .thumbList.is_side.is_newsTitle .thumb + .thumb .thumb_textBox {
    padding-top: 36px;
  }
}
@media all and (min-width: 768px) {
  .thumbList.is_side.is_newsTitle .thumb_title {
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media all and (max-width: 767px) {
  .thumbList.is_side .thumb + .thumb {
    margin-top: 30px;
  }
  .thumbList.is_side.is_grayCard .thumb {
    padding: 15px 15px 30px;
  }
  .thumbList.is_side .thumb_textBox {
    padding-left: 0;
  }
  .thumbList.is_side .thumb_title a {
    font-size:1.7rem;
    line-height: 23px;
    max-height: calc(23px * 2);
  }
  .thumbList.is_side .thumb_imgBox + .thumb_textBox .thumb_title a {
    font-size: 2rem;
    line-height: 25px;
    max-height: calc(25px * 3);
  }
  .thumbList.is_side .thumb_btn {
    margin-top: 17px;
  }
  .thumbList.is_side.is_in_box .thumb {
    padding-top: 9px;
  }
  .thumbList.is_side.is_in_box .thumb_btn {
    margin-top: 20px;
  }
  .thumbList.is_side.is_newsTitle .thumb + .thumb,
  .thumbList.is_side.is_newsTitle .swiper-slide + .swiper-slide {
    margin-top: 25px;
    padding-top: 26px;
  }
  .thumbList.is_side.is_newsTitle .thumb_textBox {
    margin-top: 0;
  }
  .thumbList.is_side.is_newsTitle .thumb_title {
    margin-top: 12px;
  }
  .thumbList.is_side.is_newsTitle .thumb_textBox {
    padding: 0 !important;
  }
  .thumbList.is_side.is_grayCard .swiper-slide + .swiper-slide {
    margin-top: 0;
  }
  .thumbList.is_side.is_grayCard .thumb {
    height: auto;
  }
  .thumbList.is_side.is_grayCard .thumb_imgBox {
    width: auto;
  }
  .thumbList.is_side.is_grayCard .thumb_textBox {
    padding-top: 0;
  }
  .thumbList.is_side.is_grayCard .thumb_imgBox + .thumb_textBox {
    width: auto;
  }
  .thumbList.is_side.is_grayCard .thumb_description {
    margin-top: 0;
  }
}

/* bloggerCard */
.bloggerCard {
  display: block;
  /* width: 100%; */
  padding: 30px 10px 28px;
  border: solid 1px #d6d6d6;
  text-align: center;
}
.bloggerCard_imgBox {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  overflow: hidden;
  margin: auto;
  background: url(https://image.samsungsds.com/global/en/images/icon/none_image.jpg?queryString=20190416050529) center no-repeat;
  background-size: cover;
}
.bloggerCard_img {
  width: 100%;
}
.bloggerCard_name {
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 2.8rem;
  line-height: 33px;
  -webkit-line-clamp: 2;
  height: calc(33px * 2);
  margin-top: 17px;
}
.bloggerCard_category {
  margin-top: 14px;
  font-size: 1.6rem;
}
.bloggerCard_count {
  margin-top: 9px;
  font-size: 1.4rem;
  color: #757575;
}
@media all and (max-width: 1220px) {
  .bloggerCard, .bloggerCardList_swiper .swiper-container .swiper-wrapper .swiper-slide .bloggerCard_wrap .bloggerCard {
    max-width: 625px;
    margin: auto;
  }
  .bloggerCard_name {
    margin-top: 7px;
    font-size: 2rem;
  }
  .bloggerCard_category {
    font-size: 1.4rem;
    margin-top: 3px;
  }
  .bloggerCard_count {
    font-size: 1.4rem;
    margin-top: 28px;
  }
}


/* bloggerCardList */
.bloggerCardList {
  text-align: center;
}
.bloggerCardList_title {
  font-size: 4rem;
  font-family: 'SharpSansNo1';
  margin-bottom: 55px;
}
.bloggerCardList_swiper .bloggerCard_wrap {
  width: 100%;
}
.bloggerCard_wrap {
  float: left;
  width: 17.32%;
  margin-left: 3.35%;
}
.bloggerCard_wrap:first-of-type {
  margin-left: 0;
}
.bloggerCardList .button {
  margin-top: 75px;
}
.bloggerCardList.is_gray {
  background-color: #f5f5f5;
}
.bloggerCardList.is_gray .bloggerCard {
  background-color: #fff;
}
@media all and (max-width: 1220px) {
  .bloggerCardList .swiper-wrapper {
    padding-bottom: 32px;
  }
  .bloggerCardList_title {
    font-size: 2.5rem;
    margin-bottom: 30px;
  }
  .bloggerCard_wrap {
    width: 100%;
  }
  .bloggerCardList .button {
    margin-top: 25px;
  }
}
@media all and (max-width: 767px) {
  .bloggerCardList {
    padding: 0 14px;
  }
}


/* subEmail */
.subEmail {
  width: 100%;
  padding: 70px 0;
  text-align: center;
}
.subEmail.is_gray {
  background-color: #f3f3f3;
}
.subEmail_form {
  max-width: 838px;
  margin: auto;
  padding: 0 28px;
}
.subEmail_description {
  font-size: 1.8rem;
  line-height: 28px;
}
.subEmail_row {
  position: relative;
  margin-top: 30px;
  text-align: left;
}
.subEmail_input {
  width: calc(100% - 190px);
  height: 48px;
  padding: 16px;
  border-bottom: solid 1px #a6a6a6;
  font-size: 1.6rem;
  background-color: transparent;
}
.subEmail_row .button_wrap {
  position: absolute;
  right: 0;
  top: 6px;
}
@media all and (max-width: 767px) {
  .subEmail_form {
    padding: 0 14px;
  }
  .subEmail_description {
    font-size: 1.4rem;
    line-height: 22px;
  }
  .subEmail_input {
    width:100%;
    height: 45px;
    margin-top: 22px;
    padding: 11px 14px;
    font-size: 1.5rem;
  }
  .subEmail_row .button_wrap {
    position: relative;
    top: 0;
  }
  .subEmail .button {
    margin-top: 25px;
  }
}


/* triangle */
.triangle {
  height: 276px;
  width: 100%;
  overflow: hidden;
  margin-bottom: -1px;
  position: relative;
  z-index: 1;
}
.triangle:after {
  display: block;
  content: "";
  clear: both;
}
.triangle.is_reverse {
  margin-bottom: 0;
  margin-top: -1px;
}
.triangle svg {
  width: 1920px;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.triangle.is_reverse svg {
  float: left;
}
.triangle svg polygon {
  fill: #000;
}
@media all and (max-width: 1024px) {
  .triangle {
    height: 145px;
  }
  .triangle svg {
    width: 1024px;
  }
}
@media all and (max-width: 767px) {
  .triangle {
    height: 111px;
  }
  .triangle svg {
    width: 768px;
  }
}


/* letsTalk */
.letsTalkWrap.is_white {
  background-color: #fff;
}
.letsTalkWrap.is_gray {
  background-color: #f5f5f5;
}
.letsTalk {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 6px 0 100px;
}
.letsTalk_title {
  font-size: 6rem;
  line-height: 65px;
  font-family: 'SharpSansNo1';
  position: relative;
  z-index: 2;
}
.letsTalk_description {
  width: calc(80% - 44px);
  max-width: 750px;
  font-size: 1.8rem;
  line-height: 33px;
  margin: 12px auto 0;
}
.letsTalk .button {
  margin-top: 40px;
}
@media all and (max-width: 1024px) {
  .letsTalk {
    padding: 16px 0 50px;
  }
  .letsTalk_title {
    font-size: 4rem;
    line-height: 34px;
  }
  .letsTalk_description {
    font-size: 1.5rem;
    line-height: 25px;
    margin-top: 13px;
  }
  .letsTalk .button {
    margin-top: 33px;
  }
}
@media all and (max-width: 767px) {
  .letsTalk {
    padding: 0 14px 50px;
  }
  .letsTalk_title {
    font-size: 2.7rem;
    line-height: 26px;
    padding-top: 16px;
  }
  .letsTalk_description {
    width: 100%;
    margin-top: 11px;
    font-size: 1.5rem;
  }
  .letsTalk .button {
    margin-top: 29px;
  }
}


/* keyVisual */
.keyVisualWrap {
  background-color: #000;
}
.keyVisual {
  width: 100%;
  background: center no-repeat;
  background-size: cover;
  position: relative;
}
.keyVisual:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
}
.keyVisual_inner {
  max-width: 1340px;
  width: 100%;
  margin: auto;
  padding: 84px 24px 104px;
  color: #fff;
  position: relative;
  z-index: 1;
}
.keyVisual_textBox {
  text-align: center;
}
.keyVisual_title {
  font-size: 6.5rem;
  line-height: 76px;
  font-family: 'SharpSansNo1';
}
.keyVisual_title_link:hover {
  color:inherit;
}
.keyVisual_description {
  font-size: 1.8rem;
  line-height: 24px;
  margin-top: 30px;
}
.keyVisual_sidBox {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: 19px 28px;
}
.keyVisual_snsText {
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 35px;
  vertical-align: middle;
}
@media all and (max-width: 767px) {
  .keyVisual_inner {
    padding: 44px 14px 46px;
  }
  .keyVisual_title {
    font-size: 2.9rem;
    line-height: 40px;
  }
  .keyVisual_description {
    font-size: 1.5rem;
    line-height: 24px;
    margin-top: 17px;
  }
  .keyVisual_sidBox {
    position: relative;
    margin: 28px 0 0;
  }
  .keyVisual_snsText {
    display: block;
    text-align: right;
    font-size: 1rem;
    line-height: 18px;
  }
}

.snsBox {
  display: inline-block;
  margin-left: 30px;
}
.snsBox_item {
  display: inline-block;
  height: 29px;
  line-height: 29px;
  margin-left: 27px;
  background: center no-repeat;
  background-size: contain;
  text-indent: -9999px;
}
.snsBox_item:first-of-type {
  margin-left: 0;
}
.snsBox_item.is_facebook {
  background-image: url(https://image.samsungsds.com/global/en/images/icon/snsBox_facebook.png?queryString=20190416050529);
  width: 13px;
}
.snsBox_item.is_twitter {
  background-image: url(https://image.samsungsds.com/global/en/images/icon/snsBox_twitter.png?queryString=20190416050529);
  width: 35px;
}
.snsBox_item.is_youtube {
  background-image: url(https://image.samsungsds.com/global/en/images/icon/snsBox_youtube.png?queryString=20190416050529);
  width: 40px;
}
.snsBox_item.is_linkedin {
  background-image: url(https://image.samsungsds.com/global/en/images/icon/snsBox_linkedin.png?queryString=20190416050529);
  width: 32px;
}
.snsBox_item.is_rss {
  background-image: url(https://image.samsungsds.com/global/en/images/icon/snsBox_rss.png?queryString=20190416050529);
  width: 32px;
}
.snsBox_item.is_naverpost {
  background-image: url(https://image.samsungsds.com/global/en/images/icon/snsBox_naverpost.png?queryString=20190416050529);
  width: 36px;
}
@media all and (min-width: 768px) {
  .snsBox_item.is_facebook:hover {
    background-image: url(https://image.samsungsds.com/global/en/images/icon/snsBox_facebook_2.png?queryString=20190416050529);
  }
  .snsBox_item.is_twitter:hover {
    background-image: url(https://image.samsungsds.com/global/en/images/icon/snsBox_twitter_2.png?queryString=20190416050529);
  }
  .snsBox_item.is_youtube:hover {
    background-image: url(https://image.samsungsds.com/global/en/images/icon/snsBox_youtube_2.png?queryString=20190416050529);
  }
  .snsBox_item.is_linkedin:hover {
    background-image: url(https://image.samsungsds.com/global/en/images/icon/snsBox_linkedin_2.png?queryString=20190416050529);
  }
  .snsBox_item.is_rss:hover {
    background-image: url(https://image.samsungsds.com/global/en/images/icon/snsBox_rss_2.png?queryString=20190416050529);
  }
  .snsBox_item.is_naverpost:hover {
    background-image: url(https://image.samsungsds.com/global/en/images/icon/snsBox_naverpost_2.png?queryString=20190416050529);
  }
}
@media all and (max-width: 767px) {
  .snsBox_item.is_facebook:active {
    background-image: url(https://image.samsungsds.com/global/en/images/icon/snsBox_facebook_2.png?queryString=20190416050529);
  }
  .snsBox_item.is_twitter:active {
    background-image: url(https://image.samsungsds.com/global/en/images/icon/snsBox_twitter_2.png?queryString=20190416050529);
  }
  .snsBox_item.is_youtube:active {
    background-image: url(https://image.samsungsds.com/global/en/images/icon/snsBox_youtube_2.png?queryString=20190416050529);
  }
  .snsBox_item.is_linkedin:active {
    background-image: url(https://image.samsungsds.com/global/en/images/icon/snsBox_linkedin_2.png?queryString=20190416050529);
  }
  .snsBox_item.is_rss:active {
    background-image: url(https://image.samsungsds.com/global/en/images/icon/snsBox_rss_2.png?queryString=20190416050529);
  }
  .snsBox_item.is_naverpost:active {
    background-image: url(https://image.samsungsds.com/global/en/images/icon/snsBox_naverpost_2.png?queryString=20190416050529);
  }
  .snsBox {
    margin-top: 10px;
    margin-left: 0;
    float: right;
  }
  .snsBox:after {
    display: block;
    content: "";
    clear: both;
  }
  .snsBox_item {
    line-height: 18px;
    margin-left: 20px;
    height: 18px;
  }
  .snsBox_item:first-of-type {
    margin-left: 0;
  }
  .snsBox_item.is_facebook {
    width: 8px;
  }
  .snsBox_item.is_twitter {
    width: 18px;
  }
  .snsBox_item.is_youtube {
    width: 20px;
  }
  .snsBox_item.is_linkedin {
    width: 16px;
  }
  .snsBox_item.is_rss {
    width: 17px;
  }
  .snsBox_item.is_naverpost {
    width: 18px;
  }
}


/* categoryBar */
.categoryBar {
  height: 70px;
  background-color: #000;
  font-size: 0;
}
.categoryBar_container {
  position: relative;
  max-width: 1340px;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 18px 0;
}
.categoryBar_wrapper {
  position: relative;
  height: 100%;
  margin: 0 30px;
  overflow: hidden;
}
.categoryBar_inner {
  position: absolute;
  /* padding: 18px 0; */
  color: #fff;
  overflow: hidden;
  transition: transform 200ms;
}
.categoryBar_item {
  /* width: 390px !important; */
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 32px;
  float: left;
  margin: 0 35px;
}
.categoryBar_item.is_active:after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #00b3e3;
}
.categoryBar_item.is_none a {
  opacity: 0.5;
  color: #fff;
}
.category_prev {
  position: absolute;
  width: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  color: white;
  font-size: 15px;
  cursor: pointer;
  background-color: #000;
  background-image: url(https://image.samsungsds.com/global/en/images/icon/ico_arr_13.png?queryString=20190416050529);
  background-repeat: no-repeat;
  background-position: 50%;
  pointer-events: none;
}
.category_prev.is_active {
  background-image: url(https://image.samsungsds.com/global/en/images/icon/ico_arr_13_atv.png?queryString=20190416050529);
  pointer-events: inherit;
}
.category_next {
  position: absolute;
  width: 30px;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: white;
  font-size: 15px;
  cursor: pointer;
  background-color: #000;
  background-image: url(https://image.samsungsds.com/global/en/images/icon/ico_arr_13_2.png?queryString=20190416050529);
  background-repeat: no-repeat;
  background-position: 50%;
  pointer-events: none;
}
.category_next.is_active {
  background-image: url(https://image.samsungsds.com/global/en/images/icon/ico_arr_13_2_atv.png?queryString=20190416050529);
  pointer-events: inherit;
}
@media all and (max-width: 1024px) {
  .categoryBar {
    height: auto;
    border-top: solid 1px #333;
  }
  .categoryBar_dropDown {
    background: url(https://image.samsungsds.com/global/en/images/icon/ico_arr_11.png?queryString=20190416050529) no-repeat center right 14px;
    background-size: 12px 6px;
  }
  .categoryBar_dropDown button {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
  }
  .categoryBar_dropDown.is_open {
    background-image: url(https://image.samsungsds.com/global/en/images/icon/ico_arr_11_2.png?queryString=20190416050529)
  }
  .categoryBar_dropDown.is_open + .categoryBar_container .categoryBar_inner {
    /* display: block; */
    visibility: visible;
    overflow: auto;
  }
  .categoryBar_dropDown button {
    width: 100%;
    line-height: 50px;
    padding: 0 14px;
    text-align: left;
  }
  .categoryBar_container {
    z-index: 11;
    padding: 0;
  }
  .categoryBar_wrapper {
    margin: 0;
    overflow: visible;
  }
  .categoryBar_inner {
    width: auto;
    max-width: 100%;
    visibility: hidden;
    padding: 0;
    background-color: #000;
    transform: none !important;
  }
  .categoryBar_item.is_active:after {
    display: none;
  }
  .categoryBar_dropDown.is_open + .categoryBar_container .categoryBar_item {
    display: block;
    width: 100%;
    margin: 0;
    padding-left: 0;
    font-size: 1.1rem;
    letter-spacing: 0.2em;
    line-height: 48px;
    border-top: solid 1px #242424;
  }
  .categoryBar_dropDown.is_open + .categoryBar_container .categoryBar_item a {
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 13px;
  }
  /* .categoryBar_item {
    display: block;
    width: 100%;
    margin: 0;
    padding-left: 0;
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
    line-height: 48px;
    border-top: solid 1px #242424;
  }
  .categoryBar_item a {
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 13px;
  } */
}
@media all and (min-width: 768px) {
  .categoryBar_item a:hover {
    opacity: 0.5;
    color: #fff;
  }
}
@media all and (max-width: 767px) {
  .categoryBar_inner{
    width:100% !important;
  }
  .categoryBar_item a:active {
    opacity: 0.5;
    color: #fff;
  }
}


/* searchListMenu */
.searchListMenu {
  max-width: 1340px;
  height: 72px;
  margin: 0 auto 90px;
  font-size: 0;
  border-bottom: solid 1px #e2e2e2;
}
.searchListMenu_container {
  position: relative;
  max-width: 1340px;
  width: 100%;
  height: 100%;
  margin: auto;
}
.searchListMenu_wrapper {
  position: relative;
  height: 100%;
  margin: 0 42px;
  overflow: hidden;
}
.searchListMenu_inner {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  color: #7f7f7f;
  overflow: hidden;
  transition: transform 200ms;
  text-align: center;
  white-space: nowrap;
}
.searchListMenu_item {
  display: inline-block;
  /* width: 390px !important; */
  text-transform: uppercase;
  font-size: 1.8rem;
  line-height: 68px;
  letter-spacing: 1px;
  margin: 0 21px;
}
.searchListMenu_item.is_active {
  color: #000;
  font-weight: 700;
}
.searchListMenu_item.is_active:after {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #000;
}
.searchListMenu .category_prev {
  position: absolute;
  width: 42px;
  top: 0;
  bottom: 0;
  margin: auto;
  color: white;
  font-size: 15px;
  cursor: pointer;
  background-color: transparent;
  background-image: url(https://image.samsungsds.com/global/en/images/icon/ico_arr_15_2.png?queryString=20190416050529);
  background-repeat: no-repeat;
  background-position: 50%;
  pointer-events: none;
}
.searchListMenu .category_prev.is_active {
  background-image: url(https://image.samsungsds.com/global/en/images/icon/ico_arr_15_2_atv.png?queryString=20190416050529);
  pointer-events: inherit;
}
.searchListMenu .category_next {
  position: absolute;
  width: 42px;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: white;
  font-size: 15px;
  cursor: pointer;
  background-color: transparent;
  background-image: url(https://image.samsungsds.com/global/en/images/icon/ico_arr_15.png?queryString=20190416050529);
  background-repeat: no-repeat;
  background-position: 50%;
  pointer-events: none;
}
.searchListMenu .category_next.is_active {
  background-image: url(https://image.samsungsds.com/global/en/images/icon/ico_arr_15_atv.png?queryString=20190416050529);
  pointer-events: inherit;
}
@media all and (max-width: 1024px) {
  .searchListMenu {
    height: auto;
    margin-bottom: 50px;
  }
  .searchListMenu_dropDown {
    background: #000 url(https://image.samsungsds.com/global/en/images/icon/ico_arr_11.png?queryString=20190416050529) no-repeat center right 14px;
    background-size: 12px 6px;
  }
  .searchListMenu_dropDown button {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
  }
  .searchListMenu_dropDown.is_open {
    background-image: url(https://image.samsungsds.com/global/en/images/icon/ico_arr_11_2.png?queryString=20190416050529)
  }
  .searchListMenu_dropDown.is_open + .searchListMenu_container .searchListMenu_inner {
    /* display: block; */
    visibility: visible;
    overflow: auto;
  }
  .searchListMenu_dropDown.is_open + .searchListMenu_container .searchListMenu_item a {
    color: #fff;
    font-weight: 400;
    font-size: 0.9rem;
  }
  .searchListMenu_dropDown.is_open + .searchListMenu_container .searchListMenu_length {
    margin-left: 3px;
  }
  .searchListMenu_dropDown button {
    width: 100%;
    line-height: 50px;
    padding: 0 14px;
    text-align: left;
  }
  .searchListMenu_container {
    z-index: 11;
  }
  .searchListMenu_wrapper {
    margin: 0;
    overflow: visible;
  }
  .searchListMenu_inner {
    width: auto !important;
    max-width: 100%;
    visibility: hidden;
    padding: 0;
    background-color: #000;
    transform: none !important;
  }
  .searchListMenu_item.is_active:after {
    display: none;
  }
  .searchListMenu_dropDown.is_open + .searchListMenu_container .searchListMenu_item {
    display: block;
    width: 100%;
    margin: 0;
    padding-left: 0;
    font-size: 0.9rem;
    letter-spacing: 0.2rem;
    line-height: 48px;
    border-top: solid 1px #242424;
  }
  .searchListMenu_dropDown.is_open + .searchListMenu_container .searchListMenu_item a {
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 13px;
    text-align: left;
  }
  /* .searchListMenu_item {
    display: block;
    width: 100%;
    margin: 0;
    padding-left: 0;
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
    line-height: 48px;
    border-top: solid 1px #242424;
  }
  .searchListMenu_item a {
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 13px;
  } */
}
@media all and (min-width: 768px) {
  .searchListMenu_item a:hover {
    opacity: 0.5;
  }
}
@media all and (max-width: 767px) {
  .searchListMenu_inner{
    width:100% !important;
  }
  .searchListMenu_item a:active {
    opacity: 0.5;
  }
  .searchListMenu {
    border-top: solid 1px #333;
  }
}


/* articles */
.articles_item {
  border-bottom: solid 1px #e7e7e7;
  padding: 16px 0 16px;
}
.articles_item:last-of-type {
  border-bottom: 0;
}
.articles_list {
  margin-top: 12px;
}
.articles_link {
  font-size: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 24px;
  max-height: calc(24px * 2);
  white-space:normal;
}
@media all and (max-width: 1100px) {
  .articles {
    padding: 0 24px;
  }
}
@media all and (min-width: 768px) {
  .articles_link:hover {
    color:#8a8a8a
  }
}
@media all and (max-width: 767px) {
  .articles_link:active {
    color:#8a8a8a
  }
  .articles {
    padding: 0 14px;
  }
  .articles_item {
    padding: 11px 0;
  }
  .articles_link {
    font-size: 1.4rem;
    line-height: 22px;
    max-height: calc(22px * 2);
  }
}


/* followSns snsBox */
.followSns .snsBox {
  margin-top: 24px;
  margin-left: 0;
}
.followSns .snsBox_item {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: 3px;
  background: center no-repeat;
  background-size: contain;
  text-indent: -9999px;
}
.followSns .snsBox_item:first-of-type {
  margin-left: 0;
}
.followSns .snsBox_item.is_linkedin {
  background-image: url(https://image.samsungsds.com/global/en/images/icon/followSns_snsBox_linkedin.png?queryString=20190416050529);
}
.followSns .snsBox_item.is_facebook {
  background-image: url(https://image.samsungsds.com/global/en/images/icon/followSns_snsBox_facebook.png?queryString=20190416050529);
}
.followSns .snsBox_item.is_twitter {
  background-image: url(https://image.samsungsds.com/global/en/images/icon/followSns_snsBox_twitter.png?queryString=20190416050529);
}
.followSns .snsBox_item.is_rss {
  background-image: url(https://image.samsungsds.com/global/en/images/icon/followSns_snsBox_rss.png?queryString=20190416050529);
}
.followSns .snsBox_item.is_youtube {
  background-image: url(https://image.samsungsds.com/global/en/images/icon/followSns_snsBox_youtube.png?queryString=20190416050529);
}
@media all and (min-width: 768px) {
  .followSns .snsBox_item.is_linkedin:hover {
    background-image: url(https://image.samsungsds.com/global/en/images/icon/followSns_snsBox_linkedin_2.png?queryString=20190416050529);
  }
  .followSns .snsBox_item.is_facebook:hover {
    background-image: url(https://image.samsungsds.com/global/en/images/icon/followSns_snsBox_facebook_2.png?queryString=20190416050529);
  }
  .followSns .snsBox_item.is_twitter:hover {
    background-image: url(https://image.samsungsds.com/global/en/images/icon/followSns_snsBox_twitter_2.png?queryString=20190416050529);
  }
  .followSns .snsBox_item.is_rss:hover {
    background-image: url(https://image.samsungsds.com/global/en/images/icon/followSns_snsBox_rss_2.png?queryString=20190416050529);
  }
  .followSns .snsBox_item.is_youtube:hover {
    background-image: url(https://image.samsungsds.com/global/en/images/icon/followSns_snsBox_youtube_2.png?queryString=20190416050529);
  }
}
@media all and (max-width: 767px) {
  .followSns .snsBox_item.is_linkedin:active {
    background-image: url(https://image.samsungsds.com/global/en/images/icon/followSns_snsBox_linkedin_2.png?queryString=20190416050529);
  }
  .followSns .snsBox_item.is_facebook:active {
    background-image: url(https://image.samsungsds.com/global/en/images/icon/followSns_snsBox_facebook_2.png?queryString=20190416050529);
  }
  .followSns .snsBox_item.is_twitter:active {
    background-image: url(https://image.samsungsds.com/global/en/images/icon/followSns_snsBox_twitter_2.png?queryString=20190416050529);
  }
  .followSns .snsBox_item.is_rss:active {
    background-image: url(https://image.samsungsds.com/global/en/images/icon/followSns_snsBox_rss_2.png?queryString=20190416050529);
  }
  .followSns .snsBox_item.is_youtube:active {
    background-image: url(https://image.samsungsds.com/global/en/images/icon/followSns_snsBox_youtube_2.png?queryString=20190416050529);
  }
  .followSns {
    text-align: center;
  }
  .followSns .snsBox {
    margin-top: 18px;
    float: none;
  }
  .followSns .snsBox_item {
    width: 39px;
    height: 39px;
    line-height: 39px;
    margin-left: 3px;
  }
  .followSns .snsBox_item:first-of-type {
    margin-left: 0;
  }
}

/* post */
.post_category {
  color: #00b3e2;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 1.5px;
}
.post_category.disabled,
.post_category.disabled:hover{
  color:gray;
}
.post_title {
  font-size: 4rem;
  line-height: 50px;
  font-family: 'SharpSansNo1';
  margin-top: 9px;
}
.post_eyebrow {
  margin-top: 36px;
  font-size: 1.4rem;
  line-height: 28px;
  color: #505050;
}
.post_date + .post_author:before {
  display: inline-block;
  content: "";
  width: 2px;
  height: 10px;
  margin: 0 7px;
  background-color: #b2b2b2;
}
.post_views {
  font-size: 1.4rem;
  line-height: 24px;
  vertical-align: middle;
  color: #505050;
}
.post_views:before {
  display: inline-block;
  content: "";
  width: 17px;
  height: 12px;
  margin-right: 6px;
  background: url(https://image.samsungsds.com/global/en/images/icon/ico_post_eye.png?queryString=20190416050529) no-repeat center;
  background-size: contain;
}
.post_tag {
  font-size: 0;
  margin-top: 30px;
  padding-top: 18px;
  border-top: solid 1px #e7e7e7;
}
.post_tagitem {
  display: inline-block;
  margin-right: 14px;
  font-size: 1.6rem;
  color: #585858;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
.post_btnBox {
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 74px;
  text-align: center;
}
.post_like {
  width: 114px;
  height: 40px;
  border: solid 1px #ccc;
  border-radius: 40px;
}
.post_likeIcon {
  width: 14px;
  height: 12px;
}
.post_likeNum {
  margin-left: 6px;
  color: #ff5f67;
}
.post_share {
  display: inline-block;
  vertical-align: top;
  width: 114px;
  height: 40px;
  border: solid 1px #ccc;
  border-radius: 40px;
  background: url("https://image.samsungsds.com/global/en/images/icon/ico_post_share.png?queryString=20190416050529") no-repeat center;
  background-size: 16px 15px;
}
.post_shareIcon {
  width: 16px;
  height: 15px;
}
.post_like + .post_share {
  margin-left: 10px;
}
.post .postOtherInfo {
  margin-top: 100px;
}
@media all and (min-width: 768px) {
  .post_category:hover {
    color: #0077c8;
  }
  .post_tagitem:hover {
    color: #8a8a8a;
  }
  .post_author:hover {
    color: #a8a8a8;
  }
  span.post_author:hover {
    color: #000;
  }
}
@media all and (max-width: 767px) {
  .post_category:active {
    color: #0077c8;
  }
  .post_tagitem:active {
    color: #8a8a8a;
  }
  .post_author:active {
    color: #a8a8a8;
  }
  .post {
    padding: 0 14px;
  }
  .post_category {
    font-size: 1.2rem;
    line-height: 15px;
  }
  .post_title {
    font-size: 2.5rem;
    line-height: 34px;
    margin-top: 11px;
  }
  .post_eyebrow {
    font-size: 1.2rem;
    line-height: 12px;
  }
  .post_views {
    display: inline-block;
    font-size: 1.2rem;
    line-height: 12px;
    margin-top: 8px;
  }
  .post_views:before {
    width: 13px;
    height: 10px;
    margin-right: 5px;
  }
  .post_tag {
    margin-top: 24px;
    padding-top: 6px;
  }
  .post_tagitem {
    font-size: 1.3rem;
    line-height: 23px;
    text-transform: uppercase;
  }
  .post_btnBox {
    margin-top: 38px;
  }
  .post_share {
    width: 110px;
  }
  .post_like + .post_share {
    margin-left: 3px;
  }
  .post .postOtherInfo {
    margin-top: 50px;
  }
}

/* post tet_wrap 기존 요소 가져와서 수정 */
.post .txt_wrap {
  padding-top: 45px;
}
.post .txt_wrap .im {
  margin: 50px 0 40px;
  display: block;
  width: 100%;
  text-align: center;
}
.post .txt_wrap .im:first-child {
  margin-top: 0;
}
.post .txt_wrap .im img {
  width: 100%;
}
.post .txt_wrap .im img.portrait {
  width:auto;
  max-width: 100%;
  max-height: 600px;
}
.post .txt_wrap .im .im_info {
  color: #737373;
  margin-top: 20px;
  display: block;
  font-size: 1.4rem;
}
.post .txt_wrap .box_tit {
  margin-bottom: 50px;
  font-size: 2.2rem;
  text-align: center;
  font-weight: bold;
  border: 1px solid #e5e5e5;
  padding: 10px 0;
}
.post .txt_wrap p {
  margin-top: 30px;
  font-size: 1.6rem;
  line-height: 28px;
  color: #000;
  text-align: left;
}
.post .txt_wrap .sub_tit {
  margin: 56px 0 0;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 30px;
  text-align: left;
  padding: 0;
}
.post .txt_wrap h3 {
  margin: 56px 0 0;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 30px;
  text-align: left;
  padding: 0;
}
.post .txt_wrap h3 + h4,
.post .txt_wrap .sub_tit + h4 {
  margin: 10px 0 0;
}
.post .txt_wrap h4 {
  margin: 56px 0 0;
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
  padding: 0;
}
.post .txt_wrap p:first-child {
  margin-top: 0;
}
.post .txt_wrap .textArea {
  width: 100%;
  padding: 7px 10px;
  border: 1px solid #333;
  line-height: 24px;
}
.post .txt_wrap .textArea_title {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.post .txt_wrap .textArea_text {
  display: inline-block;
  font-size: 1.6rem;
}
.post .txt_wrap .linkArea {
  width: 480px;
  padding: 21px 30px 21px 20px;
  box-shadow: 0 2px 8px 0 rgba(0,0,0,.19);
  cursor: pointer;
}
.post .txt_wrap .linkArea_title {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 7px;
}
.post .txt_wrap .linkArea_text {
  display: inline-block;
  font-size: 1.4rem;
  width:100%;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
.post .txt_wrap .linkArea_url {
  display: inline-block;
  font-size: 1.4rem;
  color: #608cba;
  margin-top: 5px;
}
.post .txt_wrap .seriesArea {
  width: 100%;
  padding: 33px;
  background-color: #f3f3f3;
}
.post .txt_wrap .seriesArea_title {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
}
.post .txt_wrap .seriesArea_list {
  font-size: 1.4rem;
  margin-top: 19px;
}
.post .txt_wrap .seriesArea_list .ico {
  width: 100%;
  margin-bottom: 4px;
  padding-left: 10px;
  text-indent: -10px;
  overflow: hidden;
  text-overflow:ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 24px;
  max-height: calc(24px * 2);
  white-space:normal;
  color: #505050;
  background: none;
}
.post .txt_wrap .seriesArea_list .ico:last-of-type {
  margin-bottom: 0;
}
.post .txt_wrap .seriesArea_list .ico:before {
  content: "";
  margin-right: 6px;
  display: inline-block;
  width: 2px;
  height: 2px;
  background: #000;
  vertical-align: middle;
}
.post .txt_wrap table {
  color: #000;
  table-layout: fixed;
  border: 1px solid #cccccc;
  border-collapse: collapse;
  margin: 40px 0;
}
.post .txt_wrap thead th {
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #e4e4e4;
  padding: 5px 24px;
  line-height: 32px;
  font-size: 1.8rem;
  background-color: #f3f3f3;
  text-align: center;
  color: #000;
  font-weight: 700;
}
.post .txt_wrap thead tr th:last-child {
  border-right: 0;
}
.post .txt_wrap tbody img {
  width: 100%;
}
.post .txt_wrap tbody .img_box {
  padding: 10px;
  background: no-repeat center;
  background-size: cover;
}
.post .txt_wrap tbody tr:last-child th,
.post .txt_wrap tbody tr:last-child td {
  border-bottom: 0;
}
.post .txt_wrap tbody th,
.post .txt_wrap tbody td {
  border-bottom: 1px solid #e4e4e4;
  padding: 14px 26px;
  line-height: 24px;
  vertical-align: top;
  text-align: left;
}
.post .txt_wrap tbody th {
  font-weight: 400;
  font-size: 1.6rem;
}
.post .txt_wrap tbody td {
  border-left: 1px solid #e4e4e4;
  font-size: 1.4rem;
}
.post .txt_wrap .articleRoundbox {
  border: solid 1px #cccccc;
  border-radius: 15px;
  padding: 18px 26px;
  box-shadow: 0px 2px #f2f2f2;
}
.post .txt_wrap .articleThumb {
  position: relative;
  border: solid 1px #ccc;
  margin: 40px 0;
  box-shadow: 0px 2px #f2f2f2;
}
.post .txt_wrap .articleThumb:after {
  content: "";
  display: block;
  clear: both;
}
.post .txt_wrap .articleThumb_imgBox {
  display: block;
  position: absolute;
  float: left;
  width: 168px;
  height: 100%;
  overflow: hidden;
  text-align: center;
  background: no-repeat center;
  background-size: cover
}
.post .txt_wrap .articleThumb_textBox {
  position: relative;
  padding: 31px 29px;
}
.post .txt_wrap .articleThumb_imgBox + .articleThumb_textBox {
  float: right;
  width: calc(100% - 168px);
  height: 100%;
}
.post .txt_wrap .articleThumb_title {
  display: block;
  width: 100%;
  font-size: 1.8rem;
  line-height: 26px;
  font-weight: 700;
}
.post .txt_wrap .articleThumb_description {
  display: block;
  width: 100%;
  text-overflow:ellipsis;
  white-space:nowrap;
  word-wrap:normal;
  overflow:hidden;
  font-size: 1.6rem;
  line-height: 24px;
  margin-top: 5px;
}
.post .txt_wrap .articleThumb_link {
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  font-size: 1.6rem;
  line-height: 24px;
  margin-top: 15px;
  color: #1428a0;
  cursor: pointer;
}
.post .txt_wrap .articleThumb.is_table {
  height: 110px;
  padding: 10px;
  box-shadow: none;
  border-bottom-color: #e4e4e4;
}
.post .txt_wrap .articleThumb.is_table .articleThumb_imgBox {
  position: static;
  width: 136px;
  background-size: contain;
}
.post .txt_wrap .articleThumb.is_table .articleThumb_textBox {
  padding: 17px 25px;
  width: calc(100% - 136px);
}
.post .txt_wrap .articleThumb.is_table .articleThumb_title {
  font-size: 1.6rem;
  line-height: 24px;
}
.post .txt_wrap .articleThumb.is_table .articleThumb_link {
  display: block;
  width: 100%;
  text-overflow: clip;
  white-space: normal;
  word-wrap: break-word;
  overflow: visible;
  font-size: 1.6rem;
  line-height: 24px;
  margin-top: 6px;
}
.post .txt_wrap .tableCell_centered {
  text-align: center;
}
.post .txt_wrap tr .articleThumb.is_table:first-child {
  border-right-color: #e4e4e4;
}
@media all and (min-width: 768px) {
  .post .txt_wrap .seriesArea_list .ico:hover {
    color: #8a8a8a;
  }
  .post .txt_wrap .articleThumb_link:hover {
    color: #8a8a8a;
  }
}
@media all and (max-width: 767px) {
  .post .txt_wrap .seriesArea_list .ico:active {
    color: #8a8a8a;
  }
  .post .txt_wrap {
    padding-top: 24px;
  }
  .post .txt_wrap .box_tit {
    margin-bottom: 25px;
    padding: 12px 10px;
    font-size: 1.6rem;
    text-align: left;
  }
  .post .txt_wrap p {
    margin-top: 24px;
    font-size: 1.4rem;
    line-height: 23px;
  }
  .post .txt_wrap .sub_tit {
    margin-top: 28px;
    font-size: 1.9rem;
    line-height: 28px;
  }
  .post .txt_wrap h3 {
    margin-top: 28px;
    font-size: 1.9rem;
    line-height: 28px;
  }
  .post .txt_wrap h3 + h4,
  .post .txt_wrap .sub_tit + h4 {
    margin: 4px 0 0;
  }
  .post .txt_wrap h4 {
    margin-top: 28px;
    font-size: 1.8rem;
  }
  .post .txt_wrap .textArea {
    padding: 5px 7px;
    line-height: 23px;
  }
  .post .txt_wrap .textArea_title {
    font-size: 1.3rem;
    margin-bottom: 2px;
  }
  .post .txt_wrap .textArea_text {
    font-size: 1.3rem;
  }
  .post .txt_wrap .linkArea {
    width: 100%;
    padding: 15px 16px 18px;
    line-height: 17px;
  }
  .post .txt_wrap .linkArea_title {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  .post .txt_wrap .linkArea_text {
    font-size: 1.3rem;
  }
  .post .txt_wrap .linkArea_url {
    margin-top: 0px;
    font-size: 1.3rem;
  }
  .post .txt_wrap .seriesArea {
    padding: 25px 13px;
  }
  .post .txt_wrap .seriesArea_title {
    font-size: 1.4rem;
  }
  .post .txt_wrap .seriesArea_list {
    margin-top: 18px;
    font-size: 1.2rem;
  }
  .post .txt_wrap .seriesArea_list .ico {
    margin-bottom: 7px;
    line-height: 15px;
  }
  .post .txt_wrap .seriesArea_list .ico:last-of-type {
    margin-bottom: 0;
  }
  .post .txt_wrap table {
    margin: 15px 0;
  }
  .post .txt_wrap thead th,
  .post .txt_wrap tbody th,
  .post .txt_wrap tbody td {
    padding: 7px;
    line-height: 20px;
    font-size: 1.2rem;
  }
  .post .txt_wrap .articleThumb_link:active {
    color: #8a8a8a;
  }
  .post .txt_wrap .articleThumb {
    margin: 35px 0;
    box-shadow: none;
  }
  .post .txt_wrap .articleThumb_imgBox {
    width: 79px;
  }
  .post .txt_wrap .articleThumb_textBox {
    padding: 10px 11px;
  }
  .post .txt_wrap .articleThumb_imgBox + .articleThumb_textBox {
    width: calc(100% - 79px);
  }
  .post .txt_wrap .articleThumb_title {
    font-size: 1.4rem;
    line-height: 19px;
  }
  .post .txt_wrap .articleThumb_description {
    font-size: 1.4rem;
    line-height: 19px;
    margin-top: 4px;
  }
  .post .txt_wrap .articleThumb_link {
    font-size: 1.4rem;
    line-height: 19px;
    margin-top: 4px;
  }
  .post .txt_wrap .articleThumb.is_table {
    height: auto;
    padding: 5px;
  }
  .post .txt_wrap .articleThumb.is_table .articleThumb_imgBox {
    width: 100%;
    height: auto;
    padding-bottom: 65.31%;
    float: none;
  }
  .post .txt_wrap .articleThumb.is_table .articleThumb_textBox {
    width: 100%;
    float: none;
    padding: 15px 9px 7px;
  }
  .post .txt_wrap .articleThumb.is_table .articleThumb_title {
    font-size: 1.2rem;
    line-height: 16px;
  }
  .post .txt_wrap .articleThumb.is_table .articleThumb_link {
    font-size: 1.2rem;
    line-height: 16px;
    margin-top: 4px;
  }
  .post .txt_wrap .articleRoundbox,
  .post .txt_wrap .articleThumbBox,
  .post .txt_wrap .articleTable {
    margin: 35px 0;
  }
}

/* postOtherInfo */
.postOtherInfo {
  /*border: solid 1px #e7e7e7;*/
  padding: 50px 50px 44px 30px;
  background-color: #f3f3f3;
}
.postOtherInfo:after {
  display: block;
  content: "";
  clear: both;
}
.postOtherInfo_imgBox {
  float: left;
  overflow: hidden;
  width: 120px;
  height: 120px;
  border-radius: 120px;
}
.postOtherInfo_img {
  width: 100%;
}
.postOtherInfo_textBox {
  width: calc(100% - 168px);
  float: right;
}
.postOtherInfo_title {
  font-size: 1.8rem;
}
.postOtherInfo_group {
  font-size: 1.6rem;
}
.postOtherInfo_title + .postOtherInfo_group:before {
  display: inline-block;
  content: "";
  width: 2px;
  height: 13px;
  margin: 0 13px;
  background-color: #b2b2b2;
}
.postOtherInfo_belong {
  display: inline-block;
  font-size: 1.6rem;
  margin-top: 12px;
}
.postOtherInfo_description {
  font-size: 1.4rem;
  line-height: 28px;
  margin-top: 21px;
}
.postOtherInfo_viewAll {
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #00b3e3;
  margin-top: 28px;
  letter-spacing: 1.4px;
}
@media all and (min-width: 768px) {
  .postOtherInfo_viewAll:hover {
    color: #0077c8;
  }
}
@media all and (max-width: 767px) {
  .postOtherInfo_viewAll:active {
    color: #0077c8;
  }
  .postOtherInfo {
    text-align: center;
    padding: 48px 0 30px;
    border: 0;
  }
  .postOtherInfo_imgBox {
    margin: auto;
    float: none;
    width: 80px;
    height: 80px;
  }
  .postOtherInfo_textBox {
    float: none;
    width: 100%;
    margin-top: 35px;
    padding: 0 13px;
  }
  .postOtherInfo_title {
    font-size: 1.4rem;
  }
  .postOtherInfo_group {
    font-size: 1.4rem;
  }
  .postOtherInfo_title + .postOtherInfo_group:before {
    width: 1px;
    height: 10px;
    margin: 0 10px;
  }
  .postOtherInfo_belong {
    font-size: 1.4rem;
    margin-top: 11px;
  }
  .postOtherInfo_description {
    font-size: 1.3rem;
    line-height: 23px;
    margin-top: 15px;
  }
  .postOtherInfo_viewAll {
    font-size: 1.2rem;
    margin-top: 19px;
  }
}


/* blogLnb */
.blogLnb {
  width: 100%;
  background-color: #000;
  color: #fff;
}
.blogLnb_inner {
  max-width: 1368px;
  margin: auto;
  padding: 0 4px 0 23px;
  position: relative;
}
.blogLnb_inner:after {
  display: block;
  content: "";
  clear: both;
}
.blogLnb_title {
  font-size: 1.8rem;
  text-transform: uppercase;
  line-height: 70px;
  float: left;
}
.blogLnb_Control {
  float: right;
  font-size: 0;
}
@media all and (max-width: 1024px) {
  .blogLnb_inner {
    padding: 0 20px;
  }
}
@media all and (min-width: 768px) {
  .blogLnb_Control {
    margin-top: 15px;
    width: 228px;
    height: 40px;
  }
  .categoryBox_btn {
    border: 1px solid #454545;
  }
}
@media all and (max-width: 767px) {
  .blogLnb_inner {
    padding-right:14px;
  }
  .blogLnb_title {
    font-size: 1.2rem;
    line-height: 60px;
    letter-spacing: 2px;
  }
}

/* blogLnb 인접 형제 요소 */
@media all and (min-width: 1380px) {
  #container .blogLnb ~ .is_align_left {
    padding-left: 20px;
  }
}

/* breadCrumb*/
.breadCrumb {
  border-bottom: 1px solid #e7e7e8;
}
.breadCrumb_inner {
  max-width: 1360px;
  min-width: 320px;
  margin: 0 auto;
  padding: 16px 0 16px 20px;
  font-size: 1.4rem;
  color: #000;
  text-transform: capitalize;
}
.breadCrumb_link {
  color: #000;
}
.breadCrumb_mark {
  display: inline-block;
  margin: 0 4px;
}
.breadCrumb_now {
  color: #757575;
}
@media all and (max-width: 768px) {
  .breadCrumb {
    display: none;
  }
}



.categoryBox {
  width: 100%;
  height: 100%;
}
.categoryBox_btn {
  position:relative;
  display:block;
  width: 100%;
  height: 100%;
  padding: 0 12px 0 15px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  padding-right: 22px;
  background-image: url(https://image.samsungsds.com/global/en/images/icon/ico_arr_10_1.png?queryString=20190416050529);
  background-repeat: no-repeat;
  background-position: 93% 16px;
  background-size: 12px 7px;
  z-index: 1;
}
.categoryBox_btn.is_open {
  background-image: url(https://image.samsungsds.com/global/en/images/icon/ico_arr_10_1_atv.png?queryString=20190416050529);
}
.categoryBox_list {
  display: none;
  position: absolute;
  top: 54px;
  right: 4px;
  padding-top: 2px;
  background-color: #000;
  font-size: 1.4rem;
  z-index: 2;
}
.categoryBox_btn.is_open + .categoryBox_list {
  display: inline-block;
}
.categoryBox_link {
  display: block;
  width: 228px;
  padding: 20px 15px;
  font-size: 1.4rem;
  border: solid 1px #454545;
}
.subscribeBtn {
  font-size: 1.4rem;
  font-weight: 700;
  padding: 3px 12px;
  border: solid 1px #fff;
  display: inline-block;
  text-transform: uppercase;
}
.categoryBox + .subscribeBtn {
  margin-left: 16px;
}
@media all and (min-width: 768px) {
  .categoryBox_link:hover {
    color: #8a8a8a;
  }
}
@media all and (max-width: 1024px) {
  .categoryBox_list {
     right: 20px;
  }
}
@media all and (max-width: 767px) {
  .categoryBox_link:active {
    color: #8a8a8a;
  }
  .categoryBox_btn {
    font-size: 1.2rem;
    line-height: 60px;
		letter-spacing: 2px;
    padding-right: 26px;
    background-image: url(https://image.samsungsds.com/global/en/images/icon/ico_arr_10_1_m.png?queryString=20190416050529);
    background-position: 100% 27px;
    background-size: 12px 6px;
  }
  .categoryBox_btn.is_open {
    background-image: url(https://image.samsungsds.com/global/en/images/icon/ico_arr_10_1_m_atv.png?queryString=20190416050529);
  }
  .categoryBox_list {
    width: 100%;
    top: 100%;
    right: 0;
    padding-top: 0;
  }
  .categoryBox_link {
    width: 100%;
    padding-left: 13px;
    font-size: 1.2rem;
		letter-spacing: 2px;
  }
  .subscribeBtn {
    display: none;
  }
}

/* blogger intro */

.bloggerIntro {
  text-align: center;
}
.bloggerIntro_inWrap {
  position: relative;
  padding: 86px 0 30px 0;
}
.bloggerIntro_imgBox {
  display: block;
  margin: auto;
  overflow: hidden;
  width: 120px;
  height: 120px;
  border-radius: 120px;
}
.bloggerIntro_img {
  width: 100%;
}
.bloggerIntro_name {
  display: block;
  margin-top: 23px;
  font-size: 2.8rem;
}
.bloggerIntro_category {
  margin-top: 18px;
  font-size: 1.6rem;
}
.bloggerIntro_mark {
  display: inline-block;
  margin: 0 13px;
}
.bloggerIntro_txt {
  max-width: 766px;
  margin: 15px auto 0;
  font-size: 1.6rem;
  letter-spacing: -0.2px;
  line-height: 24px;
}
.bloggerIntro_link {
  display: block;
  margin-top: 4px;
  font-size: 1.6rem;
  color: #00b3e3;
  font-family: 'nanumsquare';
}
.bloggerIntro_go_prev {
  display: block;
  position: absolute;
  width: 13px;
  height: 22px;
  top:70px;
  left:14px;
}
.bloggerIntro_go_next {
  display: block;
  position: absolute;
  width: 13px;
  height: 22px;
  top:70px;
  right:14px;
}
.bloggerIntro_others:after {
  content: "";
  display: block;
  clear: both;
}
.bloggerIntro_others_btnWrap {
  display: table;
}
.bloggerIntro_others_btnWrap:after {
  content: "";
  display: block;
  clear: both;
}
.bloggerIntro_others_prev {
  position: relative;
  float: left;
  padding-left: 30px;
}
.bloggerIntro_others_btnPrev {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 18px;
  top: 50%;
  left: 0;
  margin-top: -9px;
}
.bloggerIntro_others_txt {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.bloggerIntro_others_imgBox {
  width: 43px;
  height: 43px;
  float: left;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 100%;
}
.bloggerIntro_others_img {
  width: 100%;
}
.bloggerIntro_others_name {
  display: block;
  font-size: 1.6rem;
}
.bloggerIntro_others_category {
  display: inline-block;
  margin-top: 8px;
  font-size: 1.4rem;
}
.bloggerIntro_others_next {
  position: relative;
  float: right;
  padding-right: 30px;
}
.bloggerIntro_others_btnNext {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 18px;
  top: 50%;
  right: 0;
  margin-top: -9px;
}
.bloggerIntro_others_next_txt {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.bloggerIntro_others_next_imgBox {
  width: 43px;
  height: 43px;
  float: right;
  overflow: hidden;
  margin-left: 10px;
  border-radius: 100%;
}
.bloggerIntro_others_next_img {
  width: 100%;
}
.bestThumb .thumb_btn {
  position: static;
  margin-top: 60px;
}
@media all and (min-width: 768px) {
  .bloggerIntro_link:hover {
    color:#0077c8;
  }
  .bloggerIntro_go_prev,
  .bloggerIntro_go_next {
    display: none;
  }
  .bestThumb_title:hover {
    color: #a8a8a8;
  }
  .bestThumb_description:hover {
    color: #a8a8a8;
  }
}
@media all and (max-width: 767px) {
  .bloggerIntro_link:hover {
    color:#00b3e3;
  }
  .bloggerIntro_link:active {
    color:#0077c8;
  }
  .bestThumb_title a:active {
    color: #a8a8a8;
  }
  .bestThumb_description:active {
    color: #a8a8a8;
  }
  .bloggerIntro_inWrap {
    padding: 43px 14px 0;
  }
  .bloggerIntro_imgBox {
    width: 78px;
    height: 78px;
  }
  .bloggerIntro_name {
    margin-top:20px;
    font-size: 2rem;
  }
  .bloggerIntro_category {
    font-size: 1.4rem;
  }
  .bloggerIntro_txt {
    margin-top:20px;
    font-size: 1.4rem;
    line-height: 22px;
  }
  .bloggerIntro_link {
    font-size: 1.4rem;
  }
  .bloggerIntro_others {
    display: none;
  }
}

.bestThumb_txt {
  float: left;
  width: 48%;
}
.bestThumb_img {
  display: block;
  float: right;
  width: 50%;
}
.bestThumb_img img {
  width: 100%;
  /*margin-top: 10px;*/
}
.bestThumb:after {
  content: "";
  display: block;
  clear: both;
}
.bestThumb_feature {
  margin-bottom: 35px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.15rem;
}
.bestThumb_title {
  display: block;
  margin-top: 23px;
  line-height: 40px;
}
.bestThumb_title a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  /*font-size: 4rem;*/
  font-size: 2.8rem;
  line-height: 38px;
  max-height: calc(38px * 2);
  font-weight: bold;
  font-family: 'SharpSansNo1';
}
.bestThumb_eyebrow {
  font-size: 0;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.11rem;
  color: #333;
}
.bestThumb_category {
  font-size: 1.4rem;
}
.bestThumb_series {
  padding: 2px 8px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  background-color: #1428a0;
}
.bestThumb_category {
  text-transform: uppercase;
}
.bestThumb_category + .bestThumb_date:before {
  display: inline-block;
  content: "";
  width: 2px;
  height: 10px;
  margin: 0 7px;
  background-color: #696969;
}
.bestThumb_description {
  margin-top: 18px;
}
.bestThumb_description a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  width: calc(100% - 60px);
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  font-size: 1.6rem;
  line-height: 24px;
  max-height: calc(24px * 8);
}
@media all and (min-width: 768px) {
  .bestThumb_inWrap {
    background-image: none !important;
  }
}
@media all and (max-width: 1024px) {
  .bestThumb_img {
    float: none;
    display: block;
  }
  .bestThumb_img img {
    margin-top: 0;
  }
  .bestThumb_txt {
    float: none;
    width: 95%;
    margin-top: 30px;
  }
  .bestThumb_description {
    margin-top: 33px;
  }
}
@media all and (max-width: 767px) {
  .bestThumb_inWrap {
    position: relative;
    margin: 0 14px;
    padding: 22px 0;
    background-size: cover;
  }
  .bestThumb_inWrap:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .bestThumb_img {
    display: none;
  }
  .bestThumb_txt {
    position: relative;
    float: none;
    width: 100%;
    margin-top: 0;
    padding: 0 14px;
    z-index: 2;
  }
  .bestThumb_feature {
    position: relative;
    margin-bottom: 27px;
    padding-left: 14px;
    color: #fff;
    font-size: 1.5rem;
    z-index: 2;
  }
  .bestThumb_series {
    padding: 2px 4px;
    font-size: 1.2rem;
  }
  .bestThumb_title {
    margin-top: 12px;
  }
  .bestThumb_title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 2rem;
    line-height: 27px;
    max-height: calc(27px * 2);
    color: #fff;
  }
  .bestThumb_eyebrow {
    line-height: 18px;
    color: #fff;
  }
  .bestThumb_eyebrow  .bestThumb_category {
    font-size: 1.2rem;
    letter-spacing: 0.25rem;
  }
  .bestThumb_eyebrow .bestThumb_date:before {
    background-color: #fff;
  }
  .bestThumb_description {
    margin-top: 15px;
  }
  .bestThumb_description a {
    width: calc(100% - 25px);
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 1.4rem;
    line-height: 20px;
    max-height: calc(20px * 3);
    color: #fff;
  }
  .bestThumb_txt .thumb_btn {
    margin-top: 16px;
  }
}

.wideCard {
  display: block;
  padding: 50px 60px;
  border: 1px solid #d6d6d6;
}
.wideCard_inWrap {
  display: table;
  width: 82.5%;
}
.wideCard:after {
  content: "";
  display: block;
  clear: both;
}
.wideCard_imgBox {
  float: left;
  display: table-cell;
  position: relative;
  vertical-align: middle;
}
.wideCard_img {
  border-radius: 100%;
}
.wideCard_img_sticker {
  position: absolute;
  right: 0;
  bottom: 0;
}
.wideCard_img_sticker img {
  width: 100%;
}
.wideCard_txtBox {
  display: table-cell;
  padding-left: 40px;
  vertical-align: middle;
}
.wideCard_name {
  font-size: 2.8rem;
}
.wideCard_info {
  margin-top: 8px;
  font-size: 1.6rem;
}
.wideCard_mark {
  display: inline-block;
  margin: 0 11px;
}
.wideCard_articles_info {
  margin-top: 18px;
}
.wideCard_articles_info:after {
  content: "";
  display: block;
  clear: both;
}
.wideCard_articles {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 1.6rem;
  line-height: 24px;
  max-height: calc(24px * 1);
}
.wideCard_feature {
  display: inline-block;
  float: left;
  padding-right: 6px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.08rem;
}
@media all and (max-width: 767px) {
  .wideCard {
    padding: 0 14px;
    border: 0;
  }
  .wideCard_inWrap {
    display: block;
    width: 100%;
  }
  .wideCard_imgBox {
    display: block;
    float: none;
    width: 78px;
    height: 78px;
    margin: 0 auto;
  }
  .wideCard_img {
    width: 100%;
  }
  .wideCard_img_sticker {
    width: 26px;
    height: 26px;
  }
  .wideCard_img_sticker img {
    width: 100%;
  }
  .wideCard_txtBox {
    display: block;
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .wideCard_name {
    display: block;
    margin-top: 20px;
    font-size: 2rem;
  }
  .wideCard_articles_info {
    margin-top: 25px;
  }
  .wideCard_info {
    margin-top: 14px;
    font-size: 1.4rem;
  }
  .wideCard_feature {
    display: block;
    float: none;
    font-size: 1.4rem;
    letter-spacing: 0.133rem;
  }
  .wideCard_articles {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 80%;
    margin: 10px auto 0;
    font-size: 1.4rem;
    line-height: 22px;
    max-height: calc(22px * 2);
  }
}
@media all and (min-width: 768px) {
  .wideCardList_title {
    margin: 0 auto 150px;
    font-size: 6.4rem;
    text-align: center;
    font-family: 'SharpSansNo1';
  }
  .wideCardList_swiper .swiper-slide .wirdeCardWrap {
    margin-top: 20px;
  }
  .wideCardList_swiper .swiper-slide:first-of-type .wirdeCardWrap {
    margin-top: 0;
  }
  .wideCardList_swiper .swiper-container .swiper-pagination-bullets {
    display: none;
  }
}

@media all and (max-width: 1024px) {
  .wideCardList_title {
    margin: 0 auto 75px;
  }
}

@media all and (max-width: 767px) {
  .wideCardList_title {
    margin: 0 auto 30px;
    font-size: 2.5rem;
    text-align: center;
  }
  /* wideCardList swiper dot */
  .wideCardList_swiper .wirdeCardWrap {
    padding-bottom: 30px;
  }
  .wideCardList_swiper .swiper-container {
    padding-bottom: 0;
  }
  .wideCardList_swiper .swiper-container .swiper-pagination-bullets {
    bottom: 0;
  }
  .wideCardList_swiper .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 7px;
    border: 1px solid #000;
    color: transparent;
    background: transparent;
    cursor: pointer;
  }
  .wideCardList_swiper .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #000;
  }
}
.scrollCategoryBox {
  font-size: 0;
}
.scrollCategoryBox.is_onSticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}
.scrollCategoryBox_outWrap {
  position: static;
  top: auto;
  background: #fff;
  z-index: 1 !important;
}
.scrollCategoryBox_outWrap.is_onSticky {
  position: fixed;
  top: 0;
  max-width: 1920px;
  border-bottom: solid 1px #e5e5e5;
}
.scrollCategoryBox_title {
  display: block;
  margin-bottom: 56px;
  font-size: 4rem;
  text-align: center;
  font-family: 'SharpSansNo1';
}
.scrollCategoryBox_inner {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}
.scrollCategoryBox_item {
  display: inline-block;
  text-transform: uppercase;
  width: 20%;
  font-size: 1.398rem;
  font-weight: 700;
  line-height: 26px;
}
.scrollCategoryBox_item:nth-child(n+6) {
  margin-top: 30px;
}
.scrollCategoryBox_item:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 16px;
  margin-right: 20px;
  background-color: #888888;
  vertical-align: middle;
}
.scrollCategoryBox_item:first-child:before,
.scrollCategoryBox_item:nth-child(6n):before {
  display: none;
}

@media all and (max-width: 1024px) {
  .scrollCategoryBox_dropDown {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.06rem;
    text-transform: uppercase;
    background: url(https://image.samsungsds.com/global/en/images/icon/ico_arr_12.png?queryString=20190416050529) no-repeat center right 14px;
    background-size: 12px 6px;
    background-color: #f3f3f3;
  }
  .scrollCategoryBox_dropDown.is_open {
    background-image: url(https://image.samsungsds.com/global/en/images/icon/ico_arr_12_2.png?queryString=20190416050529)
  }
  .scrollCategoryBox_dropDown.is_open + .scrollCategoryBox_inner {
    display: block;
  }
  .scrollCategoryBox_dropDown button {
    width: 100%;
    line-height: 60px;
    padding: 0 14px;
    text-align: left;
  }
  .scrollCategoryBox_inner {
    max-width: inherit;
    padding: 0;
    display: none;
    position: relative;
    background-color: #f3f3f3;
    z-index: 10;
  }
  .scrollCategoryBox_item {
    display: block;
    width: 100%;
    padding-left: 0;
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
    line-height: 48px;
    border-top: solid 1px #fff;
  }
  .scrollCategoryBox_item:before {
    display: none;
  }
  .scrollCategoryBox_item:nth-child(n+6) {
    margin-top: 0;
  }
  .scrollCategoryBox_item a {
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 13px;
  }
  .scrollCategoryBoxWrap {
    height: 60px;
  }
}
@media all and (min-width: 768px) {
  .scrollCategoryBox_item a:hover {
    color: #00b3e3;
  }
}
@media all and (max-width: 767px) {
  .scrollCategoryBox a:active {
    color: #00b3e3;
  }
  .scrollCategoryBox_title {
    margin-bottom: 30px;
    font-size: 2.5rem;
  }
}
.mediumCard {
  display: block;
  max-width: 630px;
  padding: 64px;
  border: 1px solid #d6d6d6;
}
.mediumCard.is_listItem {
  display: inline-block;
  width: 48%;
  margin-top: 20px;
}
.mediumCard.is_listItem:first-child,
.mediumCard.is_listItem:nth-child(2) {
  margin-top: 0;
}
.mediumCard.is_listItem:nth-child(2n) {
  margin-left: 1.7%
}
.mediumCard_inWrap {
  display: table;
}
.mediumCard_inWrap:after {
  content: "";
  display: block;
  clear: both;
}
.mediumCard_imgBox {
  float: left;
  display: table-cell;
  position: relative;
  vertical-align: middle;
}
.mediumCard_img {
  border-radius: 100%;
}
.mediumCard_img_sticker {
  position: absolute;
  right: 0;
  bottom: 0;
}
.mediumCard_img_sticker img {
  width: 100%;
}
.mediumCard_txtBox {
  display: table-cell;
  padding-left: 40px;
  vertical-align: middle;
}
.mediumCard_name {
  font-size: 2.8rem;
}
.mediumCard_info {
  margin-top: 8px;
  font-size: 1.6rem;
}
.mediumCard_articles_info {
  margin-top: 18px;
}
.mediumCard_articles_info:after {
  content: "";
  display: block;
  clear: both;
}
.mediumCard_articles {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 1.6rem;
  line-height: 24px;
  max-height: calc(24px * 2);
}
.mediumCard_feature {
  display: inline-block;
  padding-right: 6px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.133rem;
}
@media all and (max-width: 1200px) {
  .mediumCard.is_listItem{
    display:block;
    width: 100%;
    max-width: 100%;
    margin-top:22px;
  }
  .mediumCard.is_listItem:nth-child(2){
    margin-top:22px;
  }
  .mediumCard.is_listItem:nth-child(2n){
    margin-left:0;
  }
}
@media all and (max-width: 767px) {
  .mediumCard{
    padding: 15px 20px;
  }
  .mediumCard.is_listItem {

  }
  .mediumCard_imgBox {
    width: 50px;
    height: 50px;
  }
  .mediumCard_img {
    width: 100%;
  }
  .mediumCard_img_sticker {
    width: 15px;
    height: 15px;
  }
  .mediumCardimg_sticker img {
    width: 100%;
  }
  .mediumCard_txtBox {
    width: 100%;
    padding-left: 15px;
  }
  .mediumCard_name {
    margin-top: 20px;
    font-size: 1.4rem;
  }
  .mediumCard_feature {
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
  }
  .mediumCard_articles_info {
    margin-top: 9px;
  }
  .mediumCard_articles {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    width: 96%;
    font-size: 1.2rem;
    line-height: 15px;
    max-height: calc(15px * 3);
  }
}

.btn_commentMore {
  display: block;
  width: 100%;
  padding: 30px 0;
  border-top: 1px solid #e7e7e8;
  border-bottom: 1px solid #e7e7e8;
  text-align: center;
  overflow: hidden;
}
.commentMore_num {
  display: inline-block;
  font-size: 1.8rem;
  vertical-align: middle;
}
.commentMore_txt {
  display: inline-block;
  padding-left: 8px;
  font-size: 1.8rem;
  vertical-align: middle;
}
.commentMore_ico {
  display: inline-block;
  width: 10px;
  height:9px;
  margin-left: 20px;
  color: transparent;
  background-image: url(https://image.samsungsds.com/global/en/images/icon/ico_comment_2.png?queryString=20190416050529);
  background-repeat: no-repeat;
  vertical-align: middle;
}
.btn_commentMore.is_open .commentMore_ico {
  background-image: url(https://image.samsungsds.com/global/en/images/icon/ico_comment_1.png?queryString=20190416050529);
}
.btn_commentMore + .postComment {
  display: none;;
}
.btn_commentMore.is_open + .postComment {
  display: block;
}
@media all and (max-width: 767px) {
  .btn_commentMore {
    padding: 30px 0;
  }
  .commentMore_num,
  .commentMore_txt {
    font-size: 1.4rem;
  }
}


/* hover event */
@media all and (min-width: 768px) {
  .is_hoverShadow_p:hover {
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.33);
  }
}
@media all and (min-width: 768px) {
  /* featured_slide */
  .featured_slide {
    margin:0 -10px;
  }
  .featured_slide .swiper-container {
    overflow: visible;
  }
  .featured_slide .swiper-wrapper {
    margin-left: -10px;
    padding: 0 10px;
  }
  .featured_slide .swiper-slide {
    padding: 10px 10px 30px;
  }
}
@media all and (max-width: 1299px) {
  /* sideStickyWrap */
  .sideStickyWrap .is_reverse .is_hoverShadow_p:hover {
    box-shadow: none;
  }
}
@media all and (min-width: 1221px) {
  /* bloggerCardList_swiper */
  .bloggerCardList_swiper .swiper-container {
    overflow: visible;
  }
  .bloggerCardList_swiper .swiper-wrapper {
    margin-left: -10px;
    padding: 0 10px;
  }
  .bloggerCardList_swiper .swiper-slide {
    padding: 10px 0;
  }
}


/* newsTitleBox */
.newsTitleBox {
  border-bottom: solid 1px #b4b4b4;
}
.newsTitleBox_inner {
  max-width: 1360px;
  margin: auto;
  padding: 47px 20px;
}
.newsTitleBox_inner:after {
  display: block;
  content: "";
  clear: both;
}
.newsTitleBox_leftBox {
  float: left;
}
.newsTitleBox_title {
  font-size: 6.4rem;
  font-family: 'SharpSansNo1';
}
.newsTitleBox_rightBox {
  float: right;
  line-height: 100px;
  margin-left: 100px;
}
.newsTitleBox_rightBox:after {
  display: block;
  content: "";
  clear: both;
}
.newsTitleBox_snsText {
  font-size: 1.4rem;
  font-weight: 700;
}
.newsTitleBox .snsBox {
  margin-left: 43px;
}
.newsTitleBox .snsBox_item.is_facebook {
  background-image: url(https://image.samsungsds.com/global/en/images/icon/snsBox_facebook_1.png?queryString=20190416050529);
}
.newsTitleBox .snsBox_item.is_twitter {
  background-image: url(https://image.samsungsds.com/global/en/images/icon/snsBox_twitter_1.png?queryString=20190416050529);
}
.newsTitleBox .snsBox_item.is_youtube {
  background-image: url(https://image.samsungsds.com/global/en/images/icon/snsBox_youtube_1.png?queryString=20190416050529);
}
.newsTitleBox .snsBox_item.is_linkedin {
  background-image: url(https://image.samsungsds.com/global/en/images/icon/snsBox_linkedin_1.png?queryString=20190416050529);
}
.newsTitleBox .snsBox_item.is_rss {
  background-image: url(https://image.samsungsds.com/global/en/images/icon/snsBox_rss_1.png?queryString=20190416050529);
}
@media all and (min-width: 768px) {
  .newsTitleBox .snsBox_item.is_facebook:hover {
    background-image: url(https://image.samsungsds.com/global/en/images/icon/snsBox_facebook_2.png?queryString=20190416050529);
  }
  .newsTitleBox .snsBox_item.is_twitter:hover {
    background-image: url(https://image.samsungsds.com/global/en/images/icon/snsBox_twitter_2.png?queryString=20190416050529);
  }
  .newsTitleBox .snsBox_item.is_youtube:hover {
    background-image: url(https://image.samsungsds.com/global/en/images/icon/snsBox_youtube_2.png?queryString=20190416050529);
  }
  .newsTitleBox .snsBox_item.is_linkedin:hover {
    background-image: url(https://image.samsungsds.com/global/en/images/icon/snsBox_linkedin_2.png?queryString=20190416050529);
  }
  .newsTitleBox .snsBox_item.is_rss:hover {
    background-image: url(https://image.samsungsds.com/global/en/images/icon/snsBox_rss_2.png?queryString=20190416050529);
  }
}
@media all and (max-width: 767px) {
  .newsTitleBox .snsBox_item.is_facebook:active {
    background-image: url(https://image.samsungsds.com/global/en/images/icon/snsBox_facebook_2.png?queryString=20190416050529);
  }
  .newsTitleBox .snsBox_item.is_twitter:active {
    background-image: url(https://image.samsungsds.com/global/en/images/icon/snsBox_twitter_2.png?queryString=20190416050529);
  }
  .newsTitleBox .snsBox_item.is_youtube:active {
    background-image: url(https://image.samsungsds.com/global/en/images/icon/snsBox_youtube_2.png?queryString=20190416050529);
  }
  .newsTitleBox .snsBox_item.is_linkedin:active {
    background-image: url(https://image.samsungsds.com/global/en/images/icon/snsBox_linkedin_2.png?queryString=20190416050529);
  }
  .newsTitleBox .snsBox_item.is_rss:active {
    background-image: url(https://image.samsungsds.com/global/en/images/icon/snsBox_rss_2.png?queryString=20190416050529);
  }
  .newsTitleBox_inner {
    padding: 0 14px 13px;
  }
  .newsTitleBox_title {
    font-size: 2.8rem;
    line-height: 102px;
  }
  .newsTitleBox_leftBox {
    float: none;
    display: block;
  }
  .newsTitleBox_rightBox {
    float: none;
    display: block;
    margin: 0;
    padding: 0;
    line-height: normal;
  }
  .newsTitleBox_snsText {
    font-size: 1rem;
  }
  .newsTitleBox .snsBox {
    margin: 0;
    float: right;
  }
}


/* newsListbox */
.newsList_item {
  position: relative;
  padding: 50px 0 70px;
  border-top: 1px solid #ccc;
}
.newsList_item > a {
  display: block;
}
.newsList_date {
  position: absolute;
  left: 0;
  top: 50px;
  font-weight: bold;
}
.newsList_date_month {
  display: block;
  font-size: 1.8rem;
}
.newsList_date_monthYear {
  display: block;
  font-size: 1.8rem;
}
.newsList_date_day {
  display: block;
  margin-top: 7px;
  font-size: 2.8rem;
}
.newsList_date_year {
  display: block;
  font-size: 1.8rem;
}
.newsList_txt {
  padding-left: 100px;
}
.newsList_txt_title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: calc( 100% - 100px );
  max-height: calc(36px * 2);
  font-size: 2.8rem;
  line-height: 36px;
}
.newsList_txt_desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: calc(24px * 3);
  margin-top: 26px;
  font-size: 1.6rem;
  line-height: 24px;
  color: #333333;
}
.newsList_comment {
  display: block;
  position: absolute;
  top: 50px;
  right: 0;
  font-size: 1.8rem;
}
.newsList_comment_icon {
  margin-right: 7px;
}
.newsList_item:first-of-type {
  padding-top: 100px;
  border-top: 0;
}
.newsList_item:first-of-type .newsList_date,
.newsList_item:first-of-type .newsList_comment {
  top: 100px;
}
.newsList_item:first-of-type .newsList_txt_desc {
  display: block;
  overflow: inherit;
  text-overflow: inherit;
  max-height: inherit;
}
.newsList_item:last-of-type {
  padding-bottom:0;
}
.newsListBox .button {
  margin-top: 120px;
}
@media all and (min-width: 768px) {
  .newsList_txt:hover .newsList_txt_title,
  .newsList_txt:hover .newsList_txt_desc {
   color: #8a8a8a;
  }
}
@media all and (max-width: 767px) {
  .newsList_txt:hover .newsList_txt_title,
  .newsList_txt:hover .newsList_txt_desc,
  .newsList_comment:hover {
   color: #000;
  }
  .newsList_txt:active .newsList_txt_title,
  .newsList_txt:active .newsList_txt_desc,
  .newsList_comment:active {
    color: #8a8a8a;
  }
  .newsList_item {
  padding: 23px 0 27px;
  }
  .newsList_txt_desc,
  .newsList_item:first-of-type .newsList_txt_desc {
    display: none;
  }
  .newsList_item:first-of-type {
    padding-top: 50px;
  }
  .newsList_item:first-of-type .newsList_date,
  .newsList_item:first-of-type .newsList_comment {
    top: inherit;
  }
  .newsList_date {
    position: relative;
    top: inherit;
    margin-bottom: 15px;
  }
  .newsList_date_month,
  .newsList_date_monthYear,
  .newsList_date_day,
  .newsList_date_year {
    display: inline-block;
    margin-top: 0;
    font-size: 1rem;
    line-height: 10px;
  }
  .newsList_txt {
    padding-left: 0;
  }
  .newsList_txt_title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
    max-height: calc(22px * 2);
    font-size: 1.7rem;
    line-height: 22px;
  }
  .newsList_comment {
    position: relative;
    top: inherit;
    margin-top: 18px;
    font-size: 1.2rem;
  }
  .newsList_comment_icon {
    display: inline-block;
    width: 15px;
    height: 12px;
    margin-right: 5px;
  }
  .newsList_comment_icon img {
    width:100%;
  }
  .newsListBox .button {
    margin-top: 50px;
  }
}


/* Tab Control Box */
.tabControlBox {
  margin-bottom: 80px;
  font-size: 0;
}
.tabControlBox_item {
  display: inline-block;
  position: relative;
  width: 50%;
  font-size: 2.8rem;
  font-weight: 700;
  font-family: 'SharpSansNo1';
  line-height: 96px;
  text-align: center;
}
.tabControlBox_item.is_open {
  color: #00b3e3;
}

.tabControlBox_item:last-of-type {
  border-left: 1px solid #6b6b6b;
}
@media all and (min-width: 768px) {
  .tabControlBox_item:hover {
    color: #00b3e3;
  }
}
@media all and (max-width: 1197px) {
  .tabControlBox_item {
    line-height: 84px;
  }
}
@media all and (max-width: 767px) {
  .tabControlBox_item:active {
    color: #000;
  }
  .tabControlBox {
    margin-bottom: 34px;
    text-align: center;
  }
  .tabControlBox_item {
    width: auto;
    padding: 0 20px;
    font-size: 1.5rem;
    line-height: 18px;
  }
  .tabControlBox_item.is_open:after {
    height: 2px;
    margin: -1px;
  }
}


/* Subscribe Box */
.subscribeSendBox_inner {
  max-width: 346px;
  padding: 34px 27px 40px;
}
.subscribeSendBox_inner.is_gray {
  background-color:#f3f3f3;
}
.subscribeSend_title {
  display: block;
  font-size: 2.4rem;
  font-family: "SharpSansNo1", "nanumsquare";
}
.subscribeSend_title + .subscribeSendBox_inner {
  margin-top: 25px;
}
.subscribeSend_desc {
  font-size: 1.8rem;
  color:#333;
}
.subscribeSend_inner_inputBox {
  margin-top: 15px;
}
.subscribeSend_input {
  max-width: 201px;
  height: 42px !important;
  background-color: #d6d6d6;
  border: none !important;
}
.subscribeSend_input:focus {
  background-color: #fff;
}
.subscribeSend_input:focus::placeholder {
  color:rgba(0, 0, 0, 1);
}
.subscribeSend_input::placeholder {
  font-size: 1.4rem;
  color:rgba(0, 0, 0, 0.5);
}
.subscribeSend_input::-webkit-input-placeholder {
  font-size: 1.4rem;
  color:rgba(0, 0, 0, 0.5);
}
.subscribeSend_input::-ms-input-placeholder {
  font-size: 1.4rem;
  color:rgba(0, 0, 0, 0.5);
}
.subscribeSend_input::-moz-placeholder {
  font-size: 1.4rem;
  color:rgba(0, 0, 0, 0.5);
}
.subscribeSend_input::-moz-placeholder {
  font-size: 1.4rem;
  color:rgba(0, 0, 0, 0.5);
}
.subscribeSend_btn {
  width: 90px;
  height: 42px;
  background-color: #8e8e8e;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.3rem;
  vertical-align: top;
}
.subscribeSend_btn.is_focus {
  background-color: #00b3e3;
}
@media all and (min-width: 768px) {
  .subscribeSendBox_inner{
    max-width: 346px;
  }
}
@media all and (max-width: 1299px) {
  .subscribeSendBox_inner {
    max-width: 100%;
  }
}
@media all and (max-width: 767px) {
  .subscribeSendBox_inner{
    max-width: 100%;
    padding: 20px;
  }
  .subscribeSend_title {
    font-size: 2.5rem;
    line-height: 34px;
    text-align: center;
  }
  .subscribeSend_desc {
    font-size: 1.4rem;
    line-height: 22px;
  }
  .subscribeSend_desc a {
    display: block;
  }
  .subscribeSend_inner_inputBox {
    height: auto;
  }
  .subscribeSend_input {
    max-width: 100%;
    height: 36px !important;
    font-size: 1.2rem;
  }
  .subscribeSend_input::placeholder {
    font-size: 1.2rem;
  }
  .subscribeSend_btn {
    margin-top: 10px;
    width: 100%;
    height: 36px;
  }
}


/* is_sticky */
.is_sticky.is_onSticky {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 1920px;
  z-index: 100;
  transition: 0.5s;
}
.is_sticky.is_brake {
  top: -70px;
}


/* navigationSlide */
.navigationSlide_item {
  position: relative;
  display: flex;
  height: 438px;
  align-items: center;
  background-size: cover;
}
.navigationSlide_item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.navigationSlide_item_inner {
  padding: 0 106px;
  position: relative;
  z-index: 1;
}
.navigationSlide_eyebrow {
  margin-bottom: 10px;
  font-size: 0;
  opacity: 0.8;
}
.navigationSlide_category,
.navigationSlide_date {
  font-size: 1.8rem;
  vertical-align: middle;
}
.navigationSlide_category + .navigationSlide_category:before {
  display: inline-block;
  content: "";
  width: 1px;
  height: 13px;
  margin: 0 7px;
  background-color: #fff;
}
.navigationSlide_eyebrow.is_white {
  color: #fff;
}
.navigationSlide_category {
  vertical-align: middle;
  text-transform: uppercase;
}
.navigationSlide_date:before {
  content: " ";
  display: inline-block;
  width: 2px;
  height: 14px;
  margin: 0 7px;
  background-color: #fff;
}
.navigationSlide_seriesWrap {
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: normal;
  font-size: 0;
}
.navigationSlide_seriesWrap:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  right: -9px;
  height: 100%;
  border-top:10.5px solid #1428a0;
  border-right:9px solid transparent;
  border-bottom:10.5px solid #1428a0;
  border-left:9px solid #1428a0;
  margin-left: -10px;
}
.navigationSlide_series {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-left: 7px;
  padding: 3px 5px 2px 6px;
  letter-spacing: 0.7px;
  font-size: 1.3rem;
  line-height: normal;
  vertical-align: top;
  text-transform: uppercase;
  color: #fff;
  background-color: #1428a0;
}
.navigationSlide_title {
  max-width: 730px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
  font-size: 3.8rem;
  line-height: 45px;
  max-height: calc( 45px * 2 );
  color: #fff;
}
.navigationSlide_desc a {
  max-width: 730px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 2.2rem;
  color: #000;
  line-height: 30px;
  max-height: calc(30px * 3);
}
.navigationSlide_desc.is_white a {
  color: #fff;
}
.navigationSlide_btn {
  display: inline-block;
}
.navigationSlide_readMore {
  display: block;
  margin-top: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #00b3e3;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.navigationSlide.is_navBlack .swiper-button-prev,
.navigationSlide.is_navBlack .swiper-button-next {
  display: none;
  width: 60px;
  height: 124px;
  margin-top: -62px;
  font-size: 0;
  line-height: 0;
}
.navigationSlide.is_navWhite .swiper-button-prev,
.navigationSlide.is_navWhite .swiper-button-next {
  display: none;
  width: 60px;
  height: 124px;
  margin-top: -81px;
  font-size: 0;
  line-height: 0;
}
.navigationSlide .swiper-button-prev {
  left: 0;
  background: url(https://image.samsungsds.com/global/en/images/icon/navigationSlide_prev.png?queryString=20190416050529) no-repeat;
}
.navigationSlide .swiper-button-next {
  right: 0;
  background: url(https://image.samsungsds.com/global/en/images/icon/navigationSlide_next.png?queryString=20190416050529) no-repeat;
}
.navigationSlide.is_navWhite .swiper-button-prev {
  left: 0;
  background: url(https://image.samsungsds.com/global/en/images/icon/navigationSlide_is_navWhite_prev.png?queryString=20190416050529) no-repeat;
}
.navigationSlide.is_navWhite .swiper-button-next {
  right: 0;
  background: url(https://image.samsungsds.com/global/en/images/icon/navigationSlide_is_navWhite_next.png?queryString=20190416050529) no-repeat;
}
.navigationSlide .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 0 0 8px;
  color: transparent;
  border: 1px solid #000;
  background: transparent;
  opacity: 1;
}
.navigationSlide .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #000;
}
.navigationSlide.is_devided .swiper-pagination-bullets {
  bottom: 0;
}
.navigationSlide.is_dot_white .swiper-pagination-bullets {
  bottom: 30px;
}
.navigationSlide.is_dot_white .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
  border: 1px solid #fff;
}
.navigationSlide.is_dot_white .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #fff;
}
.navigationSlide.is_devided .swiper-pagination-bullets {
  bottom: 0;
}
.navigationSlide.is_auto .swiper-container {
  text-align: center;
}
.navigationSlide.is_auto .swiper-pagination {
  position: relative;
  left: 0;
  bottom: 0 !important;
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.navigationSlide.is_auto .playButton {
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  text-indent: -9999px;
  transition: all 0.3s;
  z-index: 10;
}
@media all and (min-width: 768px) {
  .navigationSlide_title a:hover,
  .navigationSlide_desc a:hover {
    color:#a8a8a8;
  }
  .navigationSlide_readMore:hover {
    color: #0077c8;
  }
  .navigationSlide.is_auto .swiper-pagination {
    margin-top: 45px;
  }
  .navigationSlide.is_auto .playButton {
    width: 22px;
    height: 22px;
    margin: 39px 0 0 5px;
  }
  .navigationSlide.is_auto .play {
    background-image: url(https://image.samsungsds.com/global/en/images/icon/btn_slide_play_w.png?queryString=20190416050529);
  }
  .navigationSlide.is_auto .play:hover {
    background-image: url(https://image.samsungsds.com/global/en/images/icon/btn_slide_play_hover_w.png?queryString=20190416050529);
  }
  .navigationSlide.is_auto .pause {
    background-image: url(https://image.samsungsds.com/global/en/images/icon/btn_slide_pause_w.png?queryString=20190416050529);
  }
  .navigationSlide.is_auto .pause:hover {
    background-image: url(https://image.samsungsds.com/global/en/images/icon/btn_slide_pause_hover_w.png?queryString=20190416050529);
  }
}
@media all and (max-width: 767px) {
  .navigationSlide_title a:hover,
  .navigationSlide_title.is_white a:hover,
  .navigationSlide_desc.is_white a:hover {
    color:#fff;
  }
  .navigationSlide_title a:active,
  .navigationSlide_desc a:active{
    color:#a8a8a8;
  }
  .navigationSlide_title.is_white a:active,
  .navigationSlide_desc.is_white a:active {
    color:#a8a8a8;
  }
  .navigationSlide_readMore:hover {
    color: #00b3e3;
  }
  .navigationSlide_readMore:active {
    color: #0077c8;
  }
  .navigationSlide.is_navBlack .swiper-button-prev,
  .navigationSlide.is_navBlack .swiper-button-next,
  .navigationSlide.is_navWhite .swiper-button-prev,
  .navigationSlide.is_navWhite .swiper-button-next {
    display: none !important;
  }
  .navigationSlide_item {
    /*min-height: 360px;*/
    height: 272px;
    background-size: cover;
  }
  .navigationSlide_item_inner {
    height: auto;
    /*padding: 42px 15px 0;*/
    padding: 0 15px;
  }
  .navigationSlide_eyebrow {
    margin-bottom: 10px;
    opacity: 1;
  }
  .navigationSlide_category,
  .navigationSlide_date {
    font-size: 1.2rem;
    letter-spacing: 1.2px;
    display: inline-block;
  }
  .navigationSlide_category + .navigationSlide_category:before {
    height: 11px;
    vertical-align: -1px;
  }
  .navigationSlide_series {
    display: inline-block;
    padding:2px 5px;
    font-size: 1.2rem;
    margin-left: 4px;
  }
  .navigationSlide_seriesWrap:after {
    right: -8px;
    border-top-width: 9px;
    border-right-width: 8px;
    border-bottom-width: 9px;
    border-left-width: 8px;
    margin-left: -9px;
  }
  .navigationSlide_date:before {
    height: 8px;
  }
  .navigationSlide_title {
    margin-bottom: 10px;
    font-size: 2rem;
    line-height: 27px;
    max-height: calc( 27px * 2);
  }
  .navigationSlide_desc a {
    font-size: 1.4rem;
    line-height: 22px;
    max-height: calc(22px * 3);
  }
  .navigationSlide_readMore {
    margin-top: 23px;
    font-size: 1.25rem;
  }
  .navigationSlide.is_dot_white .swiper-pagination-bullets {
    bottom: 18px;
  }
  .navigationSlide .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 0 0 5px;
    border: 1px solid #000;
  }
  .navigationSlide.is_dot_white .swiper-pagination-bullets .swiper-pagination-bullet {
    border: 1px solid #fff;
  }
  .navigationSlide.is_auto .swiper-pagination {
    margin-top: -26px;
  }
  .navigationSlide.is_auto .playButton {
    position: absolute;
    bottom: 11px;
    width: 17px;
    height: 17px;
    margin: 0 0 0 5px;
  }
  .navigationSlide.is_auto .play {
    background-image: url(https://image.samsungsds.com/global/en/images/icon/btn_slide_play_m.png?queryString=20190416050529);
  }
  .navigationSlide.is_auto .play:hover {
    background-image: url(https://image.samsungsds.com/global/en/images/icon/btn_slide_play_hover_m.png?queryString=20190416050529);
  }
  .navigationSlide.is_auto .pause {
    background-image: url(https://image.samsungsds.com/global/en/images/icon/btn_slide_pause_m.png?queryString=20190416050529);
  }
  .navigationSlide.is_auto .pause:hover {
    background-image: url(https://image.samsungsds.com/global/en/images/icon/btn_slide_pause_hover_m.png?queryString=20190416050529);
  }
}

/* is_divided */
.navigationSlide.is_devided .swiper-container {
  /*height: 430px;*/
  height: 100%;
}
.navigationSlide.is_devided.is_notSlide .swiper-container,
.navigationSlide.is_devided.is_notSlide .navigationSlide_wrap {
  height: auto;
}
/*.navigationSlide_wrap {
  height: 370px;
}*/
.navigationSlide_wrap:after {
  content: " ";
  display: block;
  clear: both;
}
.navigationSlide_img {
  float: left;
  width: 493px;
  height: 370px;
  overflow: hidden;
}
.navigationSlide_img a {
  display: block;
  height: 100%;
  background: no-repeat left;
  background-size: cover;
  background-position:center;
}
.navigationSlide_img img {
  height: 100%;
}
.navigationSlide_img + .navigationSlide_txt {
  width: calc(100% - 493px);
}
.navigationSlide_txt {
  display: inline-block;
  width: 100%;
  height: 370px;
  padding: 73px 60px 0 44px;
  text-align: left;
  background-color: #f3f3f3;
}
.navigationSlide_wrap .navigationSlide_eyebrow {
  margin-bottom: 18px;
  font-weight: 700;
  color: #333;
  opacity: 1;
}
.navigationSlide_wrap .navigationSlide_category,
.navigationSlide_wrap .navigationSlide_date {
  font-size: 1.4rem;
}
.navigationSlide_wrap .navigationSlide_date:before {
  width: 1px;
  height: 10px;
  background-color: #333;
}
.navigationSlide_wrap .navigationSlide_title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 18px;
  font-size: 2.8rem;
  color: #000;
  line-height: 36px;
  max-height: calc(36px * 2);
}
.navigationSlide_wrap .navigationSlide_desc a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 1.6rem;
  color: #000;
  line-height: 24px;
  max-height: calc(24px * 3);
}
.navigationSlide_wrap .navigationSlide_readMore {
  font-size: 1.4rem;
}
@media all and (max-width: 1024px) {
  .navigationSlide_wrap .navigationSlide_readMore {
    font-size: 1.2rem;
  }
}
@media all and (min-width: 768px) {
  .navigationSlide_wrap {
    background-image: none !important;
  }
  .navigationSlide_wrap:after {
    background-color: transparent;
  }
}
@media all and (max-width: 1197px) {
  .navigationSlide.is_devided .swiper-container {
    /*height: 350px;*/
    height: 100%;
  }
  .navigationSlide_img {
    width: 400px;
    height: 300px;
  }
  .navigationSlide_img + .navigationSlide_txt {
    width: calc(100% - 400px);
  }
  .navigationSlide_txt{
    height: 300px;
    padding: 38px 50px 0 40px;
  }
  .navigationSlide.is_navWhite .swiper-button-prev,
  .navigationSlide.is_navWhite .swiper-button-next {
    width: 50px;
    height: 114px;
    margin-top: -82px;
    background-size:50px 114px;
  }
}
@media all and (max-width: 767px) {
  .navigationSlide.is_devided .swiper-container {
    height: 272px;
  }
  .navigationSlide_wrap {
    height: auto;
    background-size: cover;
  }
  .navigationSlide_img {
    display: none;
  }
  .navigationSlide_img + .navigationSlide_txt {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .navigationSlide_txt {
    height: 272px;
    padding: 42px 15px 0;
    position: relative;
    z-index: 1;
  }
  .navigationSlide_wrap .navigationSlide_eyebrow {
    margin-bottom: 15px;
  }
  .navigationSlide_wrap .navigationSlide_category,
  .navigationSlide_wrap .navigationSlide_date {
    font-size: 1.2rem;
  }
  .navigationSlide_img + .navigationSlide_txt .navigationSlide_eyebrow {
    color: #fff;
  }
  .navigationSlide_wrap .navigationSlide_date:before {
    width: 2px;
    height: 10px;
  }
  .navigationSlide_img + .navigationSlide_txt .navigationSlide_date:before {
    background-color: #fff;
  }
  .navigationSlide_wrap .navigationSlide_title {
    margin-bottom: 15px;
    font-size: 2rem;
    line-height: 27px;
    max-height: calc( 27px * 2);
  }
  .navigationSlide_img + .navigationSlide_txt .navigationSlide_title {
    color: #fff;
  }
  .navigationSlide_wrap .navigationSlide_desc a {
    font-size: 1.4rem;
    line-height: 20px;
    max-height: calc(20px * 3);
  }
  .navigationSlide_img + .navigationSlide_txt .navigationSlide_desc a {
    color: #fff;
  }
  .navigationSlide_wrap .navigationSlide_readMore {
    font-size: 1.2rem;
  }
  .navigationSlide.is_devided .swiper-pagination-bullets {
    bottom: 18px;
  }
  .navigationSlide.is_devided .swiper-pagination-bullets .swiper-pagination-bullet {
    border: 1px solid #fff;
  }
  .navigationSlide.is_devided .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #fff;
  }
}


/* is_divided_all */
.navigationSlide.is_devided_all .swiper-pagination {
  position: static;
  margin-top: 50px;
}
@media all and (max-width: 767px) {
  .navigationSlide.is_devided_all .navigationSlide_wrap {
    height: auto;
    background-color: #f3f3f3;
  }
  .navigationSlide.is_devided_all .navigationSlide_img {
    display: block;
    width: auto;
    height: auto;
    padding: 15px 15px 0;
  }
  .navigationSlide.is_devided_all .navigationSlide_img a {
    display: block;
  }
  .navigationSlide.is_devided_all .navigationSlide_txt {
    height: auto;
    padding: 25px 15px 30px;
  }
  .navigationSlide.is_devided_all .navigationSlide_eyebrow {
    color: #000;
  }
  .navigationSlide.is_devided_all .navigationSlide_wrap .navigationSlide_date:before {
    background-color: #000;
  }
  .navigationSlide.is_devided_all .navigationSlide_title {
    color: #000;
  }
  .navigationSlide.is_devided_all .navigationSlide_desc a {
    color: #000;
  }
}

/*search form*/
.inner_sch_form .inner {
  padding: 0 20px 70px;
}
.navigationSlideGroup.is_divided +.inner_sch_form .inner {
  padding: 25px 20px 80px;
}
.keyVisualWrap + .inner_sch_form .inner {
  padding: 95px 20px 70px;
}
.inner_sch_form .sch_box{
  max-width: 800px;
}
.inner_sch_form .sch_box .sch_ip {
  position: relative;
  height: 45px;
  margin: 0 auto;
  border: 0;
  border-bottom: 1px solid rgba(0,0,0,0.5);
}
.inner_sch_form .sch_ip > input[type=text] {
  height: 44px;
  padding: 0 80px 0 15px;
  border: 0;
  font-size: 2.4rem;
}
.sch_box .sch_ip button.btn_sch_ip {
  position: absolute;
  top: 0;
  right: 2px;
  width: 44px;
  height: 44px;
  font-size: 0;
  background: url(https://image.samsungsds.com/global/en/images/icon/ico_sch_grey.png?queryString=20190416050529) no-repeat center;
  background-size: 24px;
}
.inner_sch_quick{
  position: absolute;
  top: 9px;
  max-width: 800px;
  width: 100%;
}
.inner_sch_form + .sideStickyWrap, .inner_sch_form + .categoryMain_wrap_sch {
  margin-top: 70px;
}
@media all and (max-width: 767px){
  .inner_sch_form {
    position: static;
  }
  .inner_sch_form .inner, .navigationSlideGroup.is_divided +.inner_sch_form .inner {
    padding: 0 24px;
  }
  .keyVisualWrap + .inner_sch_form .inner {
    padding: 45px 24px 0;
  }
  .inner_sch_form .sch_box{
    padding: 0;
  }
  .inner_sch_form .sch_box .sch_ip {
    height: 36px;
  }
  .inner_sch_form .sch_ip > input[type=text]{
    height: 35px;
    padding: 0 70px 0 10px;
    font-size: 1.7rem;
  }
  .sch_box .sch_ip button.btn_sch_ip {
    right: 2px;
    width: 35px;
    height: 34px;
    background-size: 17px;
  }
  .sch_box.on {
    padding: 15px;
  }
  .sch_box.on .inner_sch_quick {
    top: 51px;
    left: 0;
    height: 100%;
  }
  .sch_box.on .inner_sch_quick .sch_quick {
    top: 0;
  }
  .sch_box.on .sch_ip > input[type=text]{
    padding-left: 15px;
  }
  .sch_box.on .tit_area{
    display:none;
  }
  .inner_sch_form + .sideStickyWrap, .inner_sch_form + .categoryMain_wrap_sch {
  margin-top: 50px;
  }
}

/* backToList */
.backToList {
  padding: 38px 0 0;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
.backToList .arrow {
  margin-right: 10px;
}
.backToList.is_line {
  border-top: 1px solid #e7e7e8;
}
@media all and (max-width: 767px) {
  .backToList {
    font-size: 1.2rem;
    padding-top: 28px;
    padding-bottom: 36px;
  }
  .backToList.is_line {
    margin-top: 52px;
  }
}
@media all and (min-width: 768px) {
  .backToList.is_line {
    margin-top: 70px;
  }
}


/* downloadList */
.downloadList {
  border-top: solid 1px #e7e7e8;
  margin-top: 46px;
  padding-top: 37px;
}
.downloadList_control {
  margin-bottom: 16px;
  padding-left: 4px;
}
.downloadList_control:after {
  content:"";
  display:block;
  clear:both;
}
.downloadList_dataInfo {
  float: left;
}
.downloadList_amount {
  font-size: 1.6rem;
  font-weight: 700;
}
.downloadList_size {
  font-size: 1.2rem;
  font-weight: 700;
  color: #ccc;
  margin-left: 4px;
}
.downloadList_downloadAll {
  float: right;
  font-size: 1.6rem;
  font-weight: 700;
  cursor: pointer;
}
.downloadList_itemList:after {
  content:"";
  display:block;
  clear:both;
}
.downloadList_itemBox{
  float: left;
  width: calc(16.65% - 5.85px);
  font-size: 0;
  margin-right: 7px;
  border: solid 1px #e7e7e8;
  background: no-repeat center;
  background-size: cover;
}
.downloadList_itemBox:last-child {
  margin-right: 0;
}
.downloadList_item {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 66.41%;
  cursor: pointer;
}
.downloadList_fileName {
  display: none;
  color: transparent;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  padding: 8px 6px;
  font-size: 1.2rem;
  line-height: 12px;
}
.downloadList_fileName.is_img:before {
  display: inline-block;
  content: "";
  background: url(https://image.samsungsds.com/global/en/images/icon/ico_image.png?queryString=20190416050529) center no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  margin-right: 6px;
  vertical-align: bottom;
}
.downloadList_fileName.is_txt:before {
  display: inline-block;
  content: "";
  background: url(https://image.samsungsds.com/global/en/images/icon/ico_txt.png?queryString=20190416050529) center no-repeat;
  background-size: contain;
  width: 12px;
  height: 14px;
  margin-right: 6px;
  vertical-align: bottom;
}
.downloadList_downloadIcon {
  display: none;
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url(https://image.samsungsds.com/global/en/images/icon/ico_download3.png?queryString=20190416050529);
  top: calc(58.823% - 8px);
  left: calc(50% - 8px);
  color: transparent;
}
@media all and (min-width: 768px) {
  .downloadList_downloadAll:hover {
    color: #8a8a8a;
  }
  .downloadList_item:hover {
    background-color: rgba(0,0,0,.7);
  }
  .downloadList_item:hover .downloadList_fileName {
    display: inline-block;
  }
  .downloadList_item:hover .downloadList_downloadIcon {
    display: block;
  }
}
@media all and (max-width: 767px) {
  .downloadList {
    margin-top: 37px;
  }
  .downloadList_control {
    padding-left: 0;
  }
  .downloadList_amount {
    font-size: 1.5rem;
  }
  .downloadList_downloadAll {
    font-size: 1.5rem;
  }
  .downloadList_downloadAll:active {
    color: #8a8a8a;
  }
  .downloadList_itemBox {
    float: none;
    width: auto;
    margin: 0;
    background: none !important;
    border: 0;
  }
  .downloadList_item {
    display: inline-block;
    padding-bottom: 0;
    width: auto;
    max-width: 100%;
  }
  .downloadList_fileName {
    display: inline-block;
    color: #000;
    position: static;
    padding: 0 0 11px;
  }
  .downloadList_fileName:active {
    color: #8a8a8a;
  }
  .downloadList_fileName.is_img:before {
    background-image: url(https://image.samsungsds.com/global/en/images/icon/ico_image_m.png?queryString=20190416050529);
    width: 10px;
    height: 9px;
    margin-right: 4px;
    vertical-align: top;
  }
  .downloadList_fileName.is_txt:before {
    background-image: url(https://image.samsungsds.com/global/en/images/icon/ico_txt_m.png?queryString=20190416050529);
    width: 10px;
    height: 10px;
    margin-right: 4px;
    vertical-align: top;
  }
}
