.home-hero {
  position: relative;
  height: calc(100vh - 50px);
  overflow: hidden; }

.touchevents .home-hero {
  height: calc(var(--vh, 1vh) * 100 - 50px); }

.home-hero .hero__a {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  height: 100%; }

.home-hero .hero__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.home-hero .hero__cont {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  bottom: 70px;
  text-align: center; }

.home-hero .hero__cate {
  margin: 0 0 10px 0;
  font-family: "Manrope", "NanumSquare", "Malgun Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #D8EBE6; }

.home-hero .hero__h {
  font-size: 3.6rem;
  font-weight: normal;
  line-height: 1.4;
  color: #fff; }

.home-hero .hero__h [lang="en"] {
  font-family: "Manrope", "NanumSquare", "Malgun Gothic", sans-serif; }

.home-hero .hero__swiper {
  height: 100%; }

.home-hero .hero__swiper .swiper-wrapper {
  height: 100%; }

.home-hero .hero__swiper .swiper-slide {
  height: 100%; }

.home-hero .hero__swiper .swiper-controller {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px; }

@media (min-width: 45em) {
  .home-hero {
    height: calc(100vh - 60px); }
  .touchevents .home-hero {
    height: calc(var(--vh, 1vh) * 100 - 60px); } }

@media (min-width: 60em) {
  .home-hero {
    position: fixed;
    top: 98px;
    left: 0;
    bottom: 0;
    width: 43%;
    height: calc(100vh - 98px);
    z-index: 5; }
  .touchevents .home-hero {
    height: calc(var(--vh, 1vh) * 100 - 98px); }
  .home-hero .hero__cate {
    font-size: 2rem; }
  .home-hero .hero__h {
    font-size: 5rem; } }

.home-content {
  padding: 40px 10px 0;
  overflow: hidden; }

.js .home-content .item__pad {
  visibility: hidden; }

.home-content .item {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 50px; }

.home-content .item__a {
  display: block; }

.home-content .item__img {
  width: 100%; }

.home-content .item__cont {
  padding-top: 15px; }

.home-content .item__cate {
  position: relative;
  margin: 0 0 8px;
  font-family: "Manrope", "NanumSquare", "Malgun Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #0a0a0a;
  position: relative;
  display: inline-block;
  margin-left: 0;
  padding-left: 30px;
  margin-top: 0; }

.home-content .item__cate:before {
  content: "";
  position: absolute;
  height: 3px;
  left: 0;
  top: 50%;
  margin-top: -1.5px;
  border-left: 30px solid #0a0a0a; }

.home-content .item__cate:first-child {
  margin-left: 0;
  padding-left: 0; }

.home-content .item__cate:first-child:before {
  display: none; }

.home-content .item__cate:before {
  top: .7em;
  margin-top: 0; }

.home-content .item__cate:first-child {
  margin-left: 5px;
  padding-left: 35px; }

.home-content .item__cate:first-child:before {
  display: block; }

.home-content .item__date {
  position: relative;
  display: inline-block;
  margin-left: 0;
  padding-left: 1px; }

.home-content .item__date:before {
  content: "";
  position: absolute;
  height: 10px;
  left: 0;
  top: 50%;
  margin-top: -5px;
  border-left: 1px solid #cccccc; }

.home-content .item__date:first-child {
  margin-left: 0;
  padding-left: 0; }

.home-content .item__date:first-child:before {
  display: none; }

.home-content .item__date:first-child {
  margin-left: 5px;
  padding-left: 10px; }

.home-content .item__date:first-child:before {
  display: block; }

.home-content .item__h {
  margin-bottom: 10px; }

.home-content .item__p {
  margin: 0;
  font-size: 1.5rem; }

.home-content .item--over .item__a {
  display: block;
  position: relative; }

.home-content .item--over .item__cont {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  padding: 8% 5%;
  text-align: center; }

.home-content .item--over .item__cate {
  margin-left: 0;
  padding-left: 0;
  color: #D8EBE6;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }

.home-content .item--over .item__cate::before {
  display: none; }

.home-content .item--over .item__h {
  font-size: 2.6rem;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }

.home-content .item--over .item__h [lang="en"] {
  font-size: 2.8rem;
  letter-spacing: -1.2px; }

.home-content .prod-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  font-size: 1.4rem;
  line-height: 1.4;
  text-transform: uppercase;
  border-top: 1px solid #e5e5e5; }

.home-content .prod-list + .prod-list {
  margin-top: 10px; }

.home-content .prod-list__img {
  width: 75px; }

.home-content .prod-list__a {
  margin-left: 20px;
  font-family: "Manrope", "NanumSquare", "Malgun Gothic", sans-serif; }

.home-content .prod-list__a:hover .prod-list__name::after, .home-content .prod-list__a:focus .prod-list__name::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.home-content .prod-list__cate {
  margin: 0;
  color: #737373; }

.home-content .prod-list__name {
  margin: 0;
  color: #323232; }

.home-content .prod-list__name:after {
  content: '\ea01';
  display: inline-block;
  font-family: 'icon';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none !important;
  text-transform: none;
  margin-top: -1px;
  margin-left: .5em;
  color: #414141;
  font-size: 15px;
  vertical-align: top;
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  -o-transition: transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease; }

@media (min-width: 45em) {
  .home-content {
    padding-left: 0;
    padding-right: 0; }
  .home-content .item {
    width: 50%;
    padding: 0 20px 50px; }
  .home-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .home-list .pad {
    width: 100%; } }

@media (min-width: 60em) {
  .home-content {
    padding-top: 0; }
  .home-content .item__h {
    font-size: 2rem; }
  .home-content .item--over .item__cont {
    padding-top: 5%; }
  .home-content .item--over .item__h {
    font-size: 2.8rem; }
  .home-content .item--over .item__h [lang="en"] {
    font-size: 3.2rem; }
  .home-list--above {
    padding-left: 43%;
    padding-right: 20px; }
  .home-list--above .item {
    padding-left: 20px;
    padding-right: 0; }
  .home-list--below {
    z-index: 10;
    margin-top: 50px;
    padding-top: 30px;
    background: #fff; }
  .home-list--below .item {
    width: 33.33333%; } }

@media (min-width: 75em) {
  .home-content .item--over .item__cont {
    padding-top: 10%; }
  .home-content .item--over .item__h {
    font-size: 3.2rem; }
  .home-content .item--over .item__h [lang="en"] {
    font-size: 3.6rem; }
  .home-list--above {
    padding-right: 40px; }
  .home-list--above .item {
    padding-left: 50px; }
  .home-list--below {
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 80px; }
  .home-list--below .item {
    padding-left: 25px;
    padding-right: 25px; }
  .home-list--below .item:nth-child(1), .home-list--below .item:nth-child(3) {
    padding-top: 120px; }
  .home-list--below .item:nth-child(2) {
    padding-top: 0; } }

.home-util {
  overflow: hidden;
  z-index: 10; }

.home-util .slogan {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  background-size: cover;
  background-position: center center; }

.home-util .slogan__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  -o-object-fit: cover;
     object-fit: cover; }

.home-util .slogan__p {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  text-align: center;
  font-size: 4.6rem;
  line-height: 1.2;
  letter-spacing: .05em; }

.home-util .slogan__p span {
  display: block;
  font-family: "Manrope", "NanumSquare", "Malgun Gothic", sans-serif;
  font-weight: 800;
  color: #fff; }

.home-util .slogan__p span:first-child {
  color: transparent;
  -webkit-text-stroke: 1px #fff; }

.IE .home-util .slogan__p span {
  color: #fff; }

.home-util .slogan__text {
  margin: 0 auto;
  padding: 0.7rem 0;
  font-size: 0; }

.home-util .slogan__text:nth-child(1) {
  max-width: 300px; }

.home-util .slogan__text:nth-child(2) {
  max-width: 290px; }

.home-util .util {
  padding: 30px 20px;
  background: #f7f7f7; }

.home-util .util__h {
  padding-top: 25px;
  padding-left: 10px;
  font-family: "Manrope", "NanumSquare", "Malgun Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.home-util .util__h:first-child {
  padding-top: 15px;
  border-top: 3px solid #0a0a0a; }

.home-util .util__p {
  margin: 12px 0 20px 0;
  padding-left: 10px;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #0a0a0a; }

.home-util .util__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 340px;
  margin-bottom: 10px;
  padding-left: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.home-util .util__link a {
  display: inline-block; }

.home-util .util__link a:hover::after, .home-util .util__link a:focus::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.home-util .util__link a:after {
  content: '\ea01';
  display: inline-block;
  font-family: 'icon';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none !important;
  text-transform: none;
  margin-left: 5px;
  font-size: 1em;
  vertical-align: middle;
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  -o-transition: transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease; }

.home-util .util__link li {
  margin-bottom: 16px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%; }

.home-util .util__btn {
  margin-left: 10px; }

@media (min-width: 60em) {
  .home-util {
    position: relative;
    height: 720px;
    background-size: cover;
    background-position: 70% center; }
  .home-util .slogan {
    height: 100%;
    padding-bottom: 0;
    background: none; }
  .home-util .slogan__bg {
    height: 720px;
    background-position: 70% center; }
  .home-util .slogan__p {
    padding-left: 43%;
    font-size: 6rem; }
  .home-util .util {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 43%;
    padding: 50px 65px 0 50px; }
  .home-util .util__h {
    padding-top: 45px;
    padding-left: 0px;
    font-size: 2rem; }
  .home-util .util__h:first-child {
    padding-top: 35px; }
  .home-util .util__p {
    margin-bottom: 40px;
    padding-left: 0px;
    font-size: 2rem; }
  .home-util .util__link {
    margin-bottom: 40px; }
  .home-util .util__btn {
    margin-left: 0; } }

@media (min-width: 75em) {
  .home-util .slogan__p {
    font-size: 9.2rem; }
  .home-util .slogan__text {
    padding: 2rem 0; }
  .home-util .slogan__text:nth-child(1) {
    max-width: 583px; }
  .home-util .slogan__text:nth-child(2) {
    max-width: 569px; }
  .home-util .util {
    padding: 80px 65px 0 80px; } }

.no-objectfit .home-hero .hero__img {
  top: 50% !important;
  left: 50% !important;
  right: auto !important;
  bottom: auto !important;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  width: auto !important;
  height: auto !important;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0); }
