/* 임시 */
.mb-show {
  display: none;
}

/* global
---------- ---------- ---------- ---------- ---------- */
.screen_out {
  overflow: hidden;
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  text-indent: -9999px;
}

.outer_cell {
  display: table;
}

.inner_cell {
  display: table-cell;
  vertical-align: middle;
}

/* header
---------- ---------- ---------- ---------- ---------- */
/* is-active */
.header.is-active {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
}

/* box_card
---------- ---------- ---------- ---------- ---------- */
.box_card {
  overflow: hidden;
  /* width: 414px;
  width: 25.875rem; */
  width: 100%;
  border-radius: 10px;
  border-radius: 0.625rem;
  background-color: #fff;
  text-align: center;
  vertical-align: top;
}

.box_card .emph_card {
  display: block;
  padding: 41px 0 0 0;
  padding: 2.563rem 0 0 0;
  font-weight: 700;
  font-size: 31px;
  font-size: 1.938rem;
  color: #f7002a;
}

.box_card .tit_card {
  display: inline-block;
  margin-top: 26px;
  margin-top: 1.625rem;
  font-weight: 700;
  font-size: 28px;
  font-size: 1.75rem;
  color: #161616;
  letter-spacing: -0.75px;
  letter-spacing: -0.047rem;
}

.box_card .txt_card {
  height: 238px;
  height: 14.875rem;
  margin-top: 25px;
  margin-top: 1.563rem;
  padding: 0 44px;
  padding: 0 2.75rem;
  font-size: 18px;
  font-size: 1.125rem;
  color: #6b6b6b;
  line-height: 1.61;
  letter-spacing: -0.5px;
  letter-spacing: -0.031rem;
  word-break: keep-all;
}

.box_card .thumb_card {
  overflow: hidden;
  position: relative;
  padding-top: 79.62%;
  border-radius: 0 0 10px 10px;
  border-radius: 0 0 0.625rem 0.625rem;
}

.box_card .img_card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* box_thumb
---------- ---------- ---------- ---------- ---------- */
.box_thumb + .box_thumb {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.box_thumb:after {
  display: block;
  clear: both;
  content: '';
}

.box_thumb .thumb_comm {
  float: left;
  width: 118px;
  width: 7.375rem;
  height: 118px;
  height: 7.375rem;
  border-radius: 16px;
  border-radius: 1rem;
  background-color: #f2f2f2;
  text-align: center;
}

.box_thumb .thumb_comm .outer_cell {
  width: 100%;
  height: 100%;
}

.box_thumb .img_comm {
  max-width: 100%;
}

.box_thumb .info_thumb {
  overflow: hidden;
  padding: 12px 0 0 25px;
  padding: 0.75rem 0 0 1.563rem;
  letter-spacing: -0.5px;
  letter-spacing: -0.031rem;
}

.box_thumb .tit_comm {
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.45;
  color: #161616;
}

.box_thumb .txt_comm {
  margin-top: 9px;
  margin-top: 0.563rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.81;
  color: #6b6b6b;
}

.box_thumb.small .thumb_comm {
  width: 96px;
  width: 6rem;
  height: 96px;
  height: 6rem;
}

.box_thumb.small .tit_comm {
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.65;
}

/* box_boast
---------- ---------- ---------- ---------- ---------- */
.box_boast {
  display: inline-block;
  text-align: center;
}

.box_boast .emph_boast {
  position: relative;
  font-weight: 700;
  font-size: 80px;
  font-size: 5rem;
  line-height: 0.87;
  color: #f7002a;
  letter-spacing: -3.75px;
  letter-spacing: -0.234rem;
}

.box_boast .emph_boast:before {
  position: absolute;
  top: 0;
  left: -25px;
  left: -1.563rem;
  width: 68px;
  width: 4.25rem;
  height: 68px;
  height: 4.25rem;
  border-radius: 100%;
  background-color: #fff;
  content: '';
}
.box_boast span.txt_boast {
  position: relative;
  z-index: 1;
}

.box_boast .tit_boast {
  display: block;
  margin-top: -9px;
  margin-top: 0.563rem;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.45;
  color: #161616;
  letter-spacing: -0.5px;
  letter-spacing: -0.031rem;
}

.box_boast .txt_boast {
  margin-top: 9px;
  margin-top: 0.563rem;
  line-height: 1.81;
  letter-spacing: -0.5px;
  letter-spacing: -0.031rem;
}

/* link_download
---------- ---------- ---------- ---------- ---------- */
.link_download {
  display: inline-block;
  position: relative;
  width: 374px;
  width: 23.375rem;
  height: 97px;
  height: 6.063rem;
  padding: 0 173px 0 0;
  padding: 0 10.813rem 0 0;
  border-radius: 14px;
  border-radius: 0.875rem;
  font-weight: 700;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 97px;
  line-height: 6.063rem;
  color: #fff;
  background-color: #f7002a;
  text-align: right;
  letter-spacing: -0.5px;
  letter-spacing: -0.031rem;
}

.link_download .box_square {
  position: absolute;
  top: 0;
  right: 0;
  width: 97px;
  width: 6.063rem;
  height: 97px;
  height: 6.063rem;
  border-radius: 14px;
  border-radius: 0.875rem;
  background-color: #d80024;
}

.link_download .box_square:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  width: 1.375rem;
  height: 26px;
  height: 1.625rem;
  margin: -11px 0 0 -13px;
  margin: -0.688rem 0 0 -0.813rem;
  background: url(../images/icon/icon-arrow.svg) 0 0 no-repeat;
  background-size: 22px 26px;
  background-size: 1.375rem 1.625rem;
  content: '';
}

/* box_article
---------- ---------- ---------- ---------- ---------- */
.box_article {
  background-color: white;
  width: 400px;
  width: 25rem;
  padding: 28px 28px 39px;
  padding: 1.75rem 1.75rem 2.438rem;
  box-sizing: border-box;
  box-shadow: 0 17px 15px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 1.063rem 0.938rem 0 rgba(0, 0, 0, 0.07);
}

.box_article .thumb_article {
  overflow: hidden;
  position: relative;
  padding-top: 61.73%;
}

.box_article .thumb_article .img_article {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.box_article .info_article {
  padding-top: 22px;
  padding-top: 1.375rem;
}

.box_article .tit_article {
  font-weight: 700;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.31;
  color: #161616;
  letter-spacing: -0.75px;
  letter-spacing: -0.047rem;
}

.box_article .txt_article {
  display: -webkit-box;
  overflow: hidden;
  height: 84px;
  height: 5.25rem;
  margin-top: 15px;
  margin-top: 0.938rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.81;
  color: #aaa;
  text-overflow: ellipsis;
  letter-spacing: -0.5px;
  letter-spacing: -0.031rem;
  word-break: keep-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/* footer
---------- ---------- ---------- ---------- ---------- */
.footer {
  background-color: #161616;
}

.inner_footer {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
  padding: 62px 0 90px;
  padding: 3.875rem 0 5.625rem;
}

.footer .link_longolive {
  display: inline-block;
}

.footer .list_company {
  overflow: hidden;
  margin: 33px 0 0 -22px;
  margin: 2.063rem 0 0 -1.375rem;
  font-size: 0;
}

.footer .list_company li {
  float: left;
  position: relative;
  margin: 9px 0 0 11px;
  margin: 0.563rem 0 0 0.688rem;
  padding-left: 11px;
  padding-left: 0.688rem;
}

.footer .list_company li.fst .tit_comm:before {
  display: none;
}

.footer .list_company li.lf {
  display: block;
  overflow: hidden;
  float: none;
  margin-left: 0;
  padding-left: 22px;
  padding-left: 1.375rem;
}

.footer .list_company .tit_comm,
.footer .list_company .txt_comm,
.footer .txt_copy {
  font-weight: 300;
  font-size: 17px;
  font-size: 1.063rem;
  line-height: 1.47;
  color: #fff;
}

.footer .list_company .tit_comm {
  position: relative;
}

.footer .list_company .tit_comm:before {
  display: inline-block;
  position: relative;
  left: -11px;
  left: -0.688rem;
  width: 1px;
  width: 0.063rem;
  height: 14px;
  height: 0.875rem;
  background-color: #fff;
  vertical-align: -1px;
  vertical-align: -0.063rem;
  content: '';
}

.footer .list_company .tit_comm:after {
  display: inline-block;
  padding: 0 4px;
  padding: 0 0.25rem;
  font-family: -apple-system, BlinkMacSystemFont, 'Malgun Gothic', '맑은 고딕',
    helvetica, 'Apple SD Gothic Neo', sans-serif;
  line-height: 1;
  vertical-align: 1px;
  vertical-align: 0.063rem;
  content: ':';
}

.footer .txt_copy {
  display: block;
  margin-top: 29px;
  margin-top: 1.813rem;
  letter-spacing: -0.45px;
  letter-spacing: -0.028rem;
}

@media only screen and (max-width: 600px) {
  /* 임시 */
  .mb-show {
    display: block;
  }

  /* ========== ========== ========== ========== ==========
  ////////// ////////// header ////////// //////////
  ========== ========== ========== ========== ========== */
  /* type-mb */
  .header.type-mb {
    padding: 25px 18px;
    padding: 2.5rem 1.8rem;
    box-sizing: border-box;
  }

  .header.type-mb .hd-logo {
    display: inline-block;
    vertical-align: top;
  }

  .header.type-mb .hd-logo a {
    display: block;
  }

  .header.type-mb .hd-logo .in-img {
    width: 102px;
    width: 10.2rem;
  }

  .header.type-mb .btn_hamburger {
    position: absolute;
    top: 30px;
    top: 3rem;
    right: 18px;
    right: 1.8rem;
    width: 25px;
    width: 2.5rem;
    height: 22px;
    height: 2.2rem;
    border: 0 none;
    background: url(../images/icon/icon-hamburger.svg) 0 0 no-repeat;
    background-size: 25px 22px;
    background-size: 2.5rem 2.2rem;
  }

  /* ========== ========== ========== ========== ==========
  ////////// ////////// box_card ////////// //////////
  ========== ========== ========== ========== ========== */
  .box_card {
    width: 100%;
  }

  .box_card .emph_card {
    padding-top: 26px;
    padding-top: 2.6rem;
    font-size: 24px;
    font-size: 2.4rem;
  }

  .box_card .tit_card {
    margin-top: 14px;
    margin-top: 1.4rem;
    font-size: 21px;
    font-size: 2.1rem;
  }

  .box_card .txt_card {
    height: auto;
    margin-top: 14px;
    margin-top: 1.4rem;
    padding: 0 12px;
    padding: 0 1.2rem;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
  }

  .box_card .thumb_card {
    margin-top: 24px;
    margin-top: 2.4rem;
  }

  /* ========== ========== ========== ========== ==========
  ////////// ////////// box_thumb ////////// //////////
  ========== ========== ========== ========== ========== */
  .box_thumb + .box_thumb {
    margin-top: 30px;
    margin-top: 3rem;
  }

  .box_thumb .thumb_comm {
    width: 97px;
    width: 9.7rem;
    height: 97px;
    height: 9.7rem;
  }

  .box_thumb .info_thumb {
    padding: 0 0 0 15px;
    padding: 0 0 0 1.5rem;
  }

  .box_thumb .tit_comm {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.61;
  }

  .box_thumb .txt_comm {
    margin-top: 5px;
    margin-top: 0.5rem;
    font-size: 16px;
    font-size: 1.6rem;
  }

  /* small */
  .box_thumb.small .thumb_comm {
    width: 67px;
    width: 6.7rem;
    height: 67px;
    height: 6.7rem;
  }
  .box_thumb.small .tit_comm {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.56;
  }
  .box_thumb.small .info_thumb {
    padding: 9px 0 0 10px;
    padding: 0.9rem 0 0 1em;
  }

  /* ========== ========== ========== ========== ==========
  ////////// ////////// box_boast ////////// //////////
  ========== ========== ========== ========== ========== */
  .box_boast .emph_boast {
    font-size: 60px;
    font-size: 6rem;
    line-height: 1.16;
    letter-spacing: 0;
  }

  .box_boast .emph_boast:before {
    width: 55px;
    width: 5.5rem;
    height: 55px;
    height: 5.5rem;
  }

  .box_boast span.txt_boast {
    font-size: 60px;
    font-size: 6rem;
  }

  .box_boast .tit_boast {
    margin-top: -10px;
    margin-top: -1rem;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.61;
  }

  .box_boast .txt_boast {
    margin-top: 4px;
    margin-top: 0.4rem;
    font-size: 16px;
    font-size: 1.6rem;
  }

  /* ========== ========== ========== ========== ==========
  ////////// ////////// link_download ////////// //////////
  ========== ========== ========== ========== ========== */
  .link_download {
    width: 100%;
    height: 69px;
    height: 6.9rem;
    padding: 0 121px 0 52px;
    padding: 0 12.1rem 0 5.2rem;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 69px;
    line-height: 6.9rem;
    text-align: center;
  }

  .link_download .box_square {
    width: 69px;
    width: 6.9rem;
    height: 69px;
    height: 6.9rem;
  }

  .link_download .box_square:before {
    width: 18px;
    width: 1.8rem;
    height: 22px;
    height: 2.2rem;
    margin: -11px 0 0 -9px;
    margin: -1.1rem 0 0 -0.9rem;
    /* background-image: url(../images/img_arrow_m.png); */
    background-size: 18px 22px;
    background-size: 1.8rem 2.2rem;
  }

  /* ========== ========== ========== ========== ==========
  ////////// ////////// box_article ////////// //////////
  ========== ========== ========== ========== ========== */
  .box_article {
    width: auto;
    padding: 20px 20px 26px;
    padding: 2rem 2rem 2.6rem;
  }

  .box_article .info_article {
    padding-top: 16px;
    padding-top: 1.6rem;
  }

  .box_article .tit_article {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: -0.5px;
    letter-spacing: -0.05rem;
  }

  .box_article .txt_article {
    margin-top: 10px;
    margin-top: 1rem;
    height: 58px;
    height: 5.8rem;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42;
  }

  /* ========== ========== ========== ========== ==========
  ////////// ////////// footer ////////// //////////
  ========== ========== ========== ========== ========== */
  .inner_footer {
    width: 100%;
    /* padding: 15px 0 43px 18px;
    padding: 1.5rem 0 4.3rem 1.8rem; */
    padding: 4.3rem 0 4.3rem 1.8rem;
    box-sizing: border-box;
  }

  .inner_footer .img_longolive {
    width: 104px;
    width: 10.4rem;
  }

  .footer .list_company {
    margin-top: 15px;
    margin-top: 1.5rem;
  }

  .footer .list_company li {
    float: none;
    display: block;
  }

  .footer .list_company .tit_comm,
  .footer .list_company .txt_comm {
    margin-top: 9px;
    margin-top: 0.9rem;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42;
  }

  .footer .list_company .tit_comm:before {
    display: none;
  }

  .footer .txt_copy {
    margin-top: 18px;
    margin-top: 1.8rem;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #8b8b8b;
    letter-spacing: -0.35px;
    letter-spacing: -0.035rem;
  }
}
