* {
  box-sizing: border-box;
}

.banner_main_fm img {
  width: 100%;
}

.fm_noti {
  margin: 25px 0;
  line-height: 26px;
}

.box_fm {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fm_col  {
  border: 2px solid #e9e9e9;
  margin-right: 10px;
  width: calc((100% - 10px) / 2);
}

.fm_right {
  margin-right: 0;
}

.content_box_fm {
  height: 410px;
  padding: 20px;
}

.title_box {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
}

.img_man_woman {
  width: 50%;
  padding: 0 10px;
}

.img_man_woman img {
  width: 100%;
}

.img_man {
  padding-left: 0;
}

.img_woman {
  padding-right: 0;
}

.fm_box_img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.fm_noti_price {
  background: #fff3f3;
  padding: 20px;
  text-align: center;
  color: #e90000;
  font-weight: 600;
  margin-bottom: 20px;
}

.btn_fm_red {
  display: block;
  width: 100%;
  background: linear-gradient( #f7120f, #ca1400);
  padding: 20px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 30px;
  border: 1px solid #c40000;
}

.sub-common-title {
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
  color: #2aa400;
  text-align: left;
  padding: 11px 10px;
  margin: 50px 0 30px;
  border-left: 10px solid #2aa400;
  border-bottom: 2px solid #2aa400;
}

.btn_fm_blue {
  display: block;
  background: linear-gradient( #489aea, #217de5);
  padding: 20px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 30px;
  border: 1px solid #0045c4;
  width: 50%;
  margin: auto;
}

.fm_design .content_box_fm {
  height: 480px;
  text-align: center;
}

.mask_cat {
  margin: 20px auto;
}

.box_print_mask {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.content_pink {
  background: #fff3f3;
  padding: 20px;
  border-radius: 10px;
}

.title_content_pink {
  color: #f2576d;
  font-size: 26px;
  font-weight: 600;
  marign-bottom: 15px;
}

.box_print_mask .fm_noti {
  margin-top: 0;
}

.main_pink {
  line-height: 24px;
}

.img_print_mask {
  width: 40%;
}

.left_print_mask {
  width: 60%;
  padding-left: 15px;
}

.fm_tr {
  display: flex;
  border: 2px solid #e9e9e9;
}

.fm_tr .fm_td {
  padding: 10px;
  line-height: 24px;
}

.fm_tr .fm_td:first-child {
  background: #f8f8f8;
  width: 20%;
  text-align: right;
  border-right: 2px solid #e9e9e9;
  font-weight: 600;
}

.fm_tr:not(:first-child) {
  border-top: unset;
}

.title_filter {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.content_filter {
  line-height: 22px;
  margin-bottom: 30px;
}

.red_filter {
  color: #e80000;
}

.img_fulbox img {
  width: 100%;
}

.box_filter .fm_col {
  border: unset;
}

.box_filter .box_fm {
  align-items: unset;
}

.fm_iframe {
  padding-bottom: calc(100% * (9 / 16));
  position: relative;
  height: 0;
}

.fm_iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bn_factory {
  margin-bottom: 20px;
}

.bn_factory img {
  width: 100%;
}

.content_gray {
  background: #f7f7f7;
  padding: 20px;
  margin-bottom: 20px;
}

.content_gray .content_main {
  line-height: 24px;
}

.box_span {
  display: flex;
  margin-bottom: 5px;
}

.box_span:last-child {
  margin-bottom: 25px;
}

.banner-a {
  width: 100%;
  display: block;
}

.banner-a img {
  display: block;
  width: 100%;
}

.banner-a:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.15);
}

.content_face_mask {
  margin-bottom: 30px;
}

.img_fulbox {
  position: relative;
}

.title_filter_top {
  font-size: 18px;
  color: #fff;
  position: absolute;
  top: 30px;
  left: 20px;
  width: 45%;
  text-align: center;
  line-height: 22px;
}

.title_filter_center {
  font-size: 18px;
  color: #03bff5;
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  width: 40%;
  text-align: center;
  line-height: 22px;
}

.face_mask a:visited ,
.face_mask a:link {
  text-decoration: none;
  color: #fff;
}

.fm_center_img img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: contain;
}

.fm_center_img {
  margin: 15px 0;
  height: 335px;
  position: relative;
  overflow: hidden;
}

.title_box_center {
  font-weight: 600;
}

@media screen and (max-width: 1023px){
  .face_mask {
    margin: 0 8px;
  }

  .fm_noti {
    margin: 15px 0;
    line-height: 20px;
    font-size: 12px;
  }

  .fm_design .content_box_fm {
    height: 300px;
  }

  .content_box_fm {
    padding: 10px;
  }

  .title_box {
    font-size: 10px;
    margin-bottom: 10px;
  }

  .btn_fm_red {
    font-size: 10px;
    padding: 10px;
  }

  .price_black {
    color: #000;
  }

  .fm_noti_price {
    margin-bottom: 10px;
    padding: 5px 10px;
    font-size: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 16px;
  }

  .fm_box_img {
    margin-bottom: 10px;
  }

  .sub-common-title {
    padding: 5px;
    margin: 30px 0 20px;
    border-left: 5px solid #2aa400;
    font-size: 16px;
  }

  .title_box_center {
    font-size: 12px;
    height: 30px;
    overflow: hidden;
  }

  .btn_fm_blue {
    width: 100%;
    padding: 10px;
    font-size: 14px;
  }

  .box_print_mask {
    flex-direction: column;
  }

  .top_print {
    display: flex;
  }

  .top_print .fm_noti {
    width: 70%;
    padding-right: 10px;
  }

  .top_print .img_print_mask {
    width: 30%;
  }

  .left_print_mask {
    width: 100%;
    padding-left: 0;
  }

  .title_content_pink {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .content_pink {
    padding: 15px;
  }

  .main_pink {
    line-height: 20px;
    font-size: 14px;
  }

  .fm_tr .fm_td {
    padding: 5px;
    line-height: 16px;
    font-size: 12px;
  }

  .title_filter {
    font-size: 16px;
  }

  .content_filter {
    line-height: 20px;
    margin-bottom: 20px;
    font-size: 12px;
  }

  .content_gray {
    padding: 15px;
  }

  .content_gray .content_main {
    line-height: 20px;
    font-size: 12px;
  }

  .pink_box {
    width: 100%;
  }

  .top_pink_box {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }

  .top_pink_box .fm_noti {
    width: 80%;
    margin: 0;
  }

  .top_pink_box .img_print_mask {
    width: 20%;
  }

  .fm_center_img {
    height: 180px;
    margin: 10px 0;
  }

  .content_box_fm {
    height: 210px;
  }
}
/*cool summer mask*/
.cool-mask {
  width: 100%;
}

.cool-mask .content_box_fm {
  height: auto;
}
/*end cool summer mask*/
