/* #factory_staff_menu */

/* X[XXN[ */
html {
  scroll-behavior: smooth;
}

/* y[WŕXN[Ěwb_[ŞItZbg */
#factory_staff_menu #content_01,
#factory_staff_menu #content_02,
#factory_staff_menu #content_03,
#factory_staff_menu #content_04,
#factory_staff_menu #content_05,
#factory_staff_menu #content_06,
#factory_staff_menu #facyory {
  scroll-margin-top: 150px;
}

#factory_staff_menu .text_area{
  padding: 60px 0;
  text-align: center;
  font-size: 18px;
}

/* t[gj[ */
#factory_staff_menu .float_menu_wrap{
  position: fixed;
  right: 0;
  top: 750px;
  z-index: 100;
}
/* vhŞ750pxČşĚę */
@media (max-height: 750px) {
  #factory_staff_menu .float_menu_wrap{
    top: auto;
    bottom: 50px;
  }
}

#factory_staff_menu .float_menu{
  cursor: pointer;
  position: relative;
  z-index: 2;
}
#factory_staff_menu .float_menu_content{
  display: none;
  position: fixed;
  right: 0;
  width: 375px;
  background-color: #FE7C76;
  color: #fff;
  padding: 30px 0;
  text-align: left;
  z-index: 3;
  overflow-y: auto;
}
#factory_staff_menu .float_menu_content .close_btn_top{
  position: absolute;
  top: 10px;
  right: 15px;
  width: 30px;
  height: 30px;
  font-size: 28px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  z-index: 10;
  font-weight: bold;
  user-select: none;
}
#factory_staff_menu .float_menu_content .close_btn_top:hover{
  opacity: 0.8;
}
#factory_staff_menu .float_menu_content img{
  margin-left: 34px;
  margin-bottom: 20px;
}
#factory_staff_menu .float_menu_content ul{
  border-bottom: 1px solid #fff;
  margin-bottom: 25px;
  padding-left: 14px;
}
#factory_staff_menu .float_menu_content ul li{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
}
#factory_staff_menu .float_menu_content ul li::after{
  content: '';
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
#factory_staff_menu .float_menu_content ul li a{
  color: #fff;
}
#factory_staff_menu .float_menu_content .close_btn{
  text-align: center;
  line-height: 1;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  margin-bottom: 27px;
}
#factory_staff_menu .float_menu_content .close_btn img{
  margin: 0;
}


/* CrWA */
#factory_staff_menu .mainvisual img{
  width: 100%;
}

/* AJ[NGA */
#factory_staff_menu .menu_btn{
  background-image: url(../img/usr/freepage/factory_staff_menu/menu_btn_bg.png);
  background-size: 100% auto;
  background-position: bottom;
  background-repeat: no-repeat;
  padding-bottom: 100px;
}
#factory_staff_menu .menu_btn ul{
  width: 1200px;
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin: 0 auto 58px;
}
#factory_staff_menu .menu_btn ul li{
  width: 340px;
  background-color: #FFF0D6;
  border-radius: 10px;
  padding: 30px 20px 52px;
  position: relative;
}
#factory_staff_menu .menu_btn ul li .new_badge{
  position: absolute;
  top: -45px;
  left: -35px;
  width: 60px;
  height: auto;
  object-fit: contain;
}
#factory_staff_menu .menu_btn ul li a{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
#factory_staff_menu .menu_btn ul li a::after{
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-top: 8px solid #F3AD33;
  z-index: 1;
}
#factory_staff_menu .menu_btn ul li a .menu_btn_title{
  height: 2.6em;
  font-size: 24px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 14px;
  color: #583D0D;
  text-align: center;
}
#factory_staff_menu .menu_btn ul li a .item_img{
  width: calc(100% - 16px);
  height: calc(233px - 16px);
  object-fit: cover;
  object-position: 50% 60%;
  border: 5px solid #fff;
  border-radius: 10px;
  margin-bottom: 14px;
}
#factory_staff_menu .menu_btn ul li a .menu_btn_staff{
  display: flex;
  justify-content: center;
  gap: 10px;
}
#factory_staff_menu .menu_btn ul li a .menu_btn_staff img{
  width: 60px;
  height: 60px;
}
#factory_staff_menu .menu_btn ul li a .menu_btn_staff p{
  font-size: 18px;
  font-weight: bold;
  color: #222;
  text-align: left;
  align-items: center;
  padding-left: 6px;
}
#factory_staff_menu .menu_btn ul li a .menu_btn_staff p span{
  display: block;
  font-size: 14px;
  font-weight: normal;
}





/* ť˘HęĚ˛Đî */
#factory_staff_menu .factory{
  max-width: 1720px;
  width: calc(100% - 40px);
  margin: 0 auto 100px;
  border-radius: 20px;
  background-color: #F5F5F5;
  padding: 80px;
  box-sizing: border-box;
}
#factory_staff_menu .factory .factory_title{
  margin-bottom: 53px;
}
#factory_staff_menu .factory .factory_content{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: nowrap;
  min-width: 0;
}
#factory_staff_menu .factory .factory_content img{
  max-width: 100%;
  height: auto;
  flex: 0 1 auto;
  min-width: 0;
  object-fit: contain;
}
#factory_staff_menu .factory .factory_content > img{
  width: 442px;
}

#factory_staff_menu .factory .factory_content .factory_table{
  display: flex;
  flex-direction: column;
  justify-content: right;
  align-items: flex-end;
  flex-wrap: nowrap;
  gap: 17px;
}
#factory_staff_menu .factory .factory_content th{
  width: 175px;
  min-width: 175px;
  height: 77px;
  text-align: center;
  background-color: #E8E8E8;
  border: 1px solid #CECECE;
}
#factory_staff_menu .factory .factory_content td{
  height: 42px;
  max-width: 550px;
  min-width: 400px;
  text-align: left;
  padding: 17.5px 26px;
  background-color: #fff;
  border: 1px solid #CECECE;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#factory_staff_menu .factory .factory_content .factory_table a{
  display: block;
  padding-right: 20px;
  padding-bottom: 3px;
  border-bottom: 1px solid #000;
  position: relative;
  font-size: 16px;
}
#factory_staff_menu .factory .factory_content .factory_table a::after{
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top: 6px solid #000;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* HęX^btĚ¨CÉüčj[ */
#factory_staff_menu .staff_favorite{
  background-color: #FFF0D6;
  padding-bottom: 100px;
}
#factory_staff_menu .staff_favorite .staff_favorite_mv{
  width: 100%s;
}
#factory_staff_menu .staff_favorite .staff_favorite_mv img{
  width: 100%;
}
#factory_staff_menu .staff_favorite .staff_favorite_content{
  margin-top: 80px;
}


#factory_staff_menu .staff_favorite .staff_favorite_content .inner{
  width: 1200px;
  margin: 0 auto;
}
#factory_staff_menu .staff_favorite .staff_favorite_content .sub_title{
  background-image: url(../img/usr/freepage/factory_staff_menu/staff_favorite_title_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  margin-bottom: 40px;
}
#factory_staff_menu .staff_favorite .staff_favorite_content .sub_title p{
  display: inline-block;
  font-size: 38px;
  letter-spacing: 8px;
  font-weight: bold;
  color: #EB9500;
  background-color: #FFF0D6;
  padding: 0 10px;
  font-family: "FOT-}AŰSVbN Std", sans-serif;
}

#factory_staff_menu .staff_favorite .sub_text{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
}
#factory_staff_menu .staff_favorite .stff_prof{
  padding: 16px;
  font-size: 16px;
  background-color: #fff;
  display: flex;
  justify-content: left;
  gap: 28px;
  margin-bottom: 70px;
}
#factory_staff_menu .staff_favorite .staff_img{
  display: flex;
  justify-content: left;
  gap: 20px;
}
#factory_staff_menu .staff_favorite .staff_img img{
  width: 120px;
  height: 120px;
  object-fit: contain;
}
#factory_staff_menu .staff_favorite .staff_desc{
  text-align: left;
}
#factory_staff_menu .staff_favorite .staff_desc .name{
  display: inline-flex;
  padding-bottom: 12.5px;
  border-bottom: 1px dashed #000;
  margin-bottom: 19.5px;
  font-weight: bold;
}
#factory_staff_menu .staff_favorite .staff_desc .name .sec{
  margin-right: 16px;
  font-weight: normal;
}
#factory_staff_menu .staff_favorite .staff_desc .group{
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}
#factory_staff_menu .staff_favorite .staff_desc .group .group_title{
  font-size: 14px;
  font-weight: bold;
}

#factory_staff_menu .staff_favorite .favorite_item{
  margin-bottom: 62px;
}
#factory_staff_menu .staff_favorite .favorite_item .faborite_title{
  font-family: "FOT-}AŰSVbN Std", sans-serif;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 4px;
  margin-bottom: 25px;
  position: relative;
  display: inline-block;
}
#factory_staff_menu .staff_favorite .favorite_item .faborite_title span{
  font-size: 32px;
}
#factory_staff_menu .staff_favorite .favorite_item .faborite_title::before,
#factory_staff_menu .staff_favorite .favorite_item .faborite_title::after{
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 30px;
  border-left: 2px solid #000;
}
#factory_staff_menu .staff_favorite .favorite_item .faborite_title::before{
  left: -15px;
  top: 12px;
  transform: rotate(-45deg);
}
#factory_staff_menu .staff_favorite .favorite_item .faborite_title::after{
  right: -15px;
  top: 12px;
  transform: rotate(45deg);
}
#factory_staff_menu .staff_favorite .favorite_item ul{
  display: flex;
  justify-content: space-between;
  gap: 35px 30px;
  flex-wrap: wrap;
}
#factory_staff_menu .staff_favorite .favorite_item ul li{
  width: calc((100% - 210px) / 4);
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 15px 25px;
  overflow: hidden;
}
#factory_staff_menu .staff_favorite .favorite_item ul li img{
  width: 100%;
  height: 170px;
  object-fit: cover;
  object-position: center;
  margin-bottom: 24px;
}
#factory_staff_menu .staff_favorite .favorite_item ul li .item_name{
  padding: 0 4px 3px;
  display: inline;
  font-size: 16px;
  font-weight: 600;
}
#factory_staff_menu .staff_favorite .favorite_comment{
  background-color: #fff;
  border: 3px solid #FBCE80;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 62px;
  text-align: left;
}
#factory_staff_menu .staff_favorite .favorite_comment .title{
  margin-bottom: 15px;
}
#factory_staff_menu .staff_favorite .favorite_comment .text{
  font-size: 16px;
  line-height: 34px;
}
#factory_staff_menu .staff_favorite .favorite_comment .img_area{
  display: flex;
  justify-content: left;
  gap: 30px;
  flex-wrap: wrap;
  padding: 30px 30px 0;
}
#factory_staff_menu .staff_favorite .favorite_comment .img_area img{
  width: calc((100% - 90px) / 4);
  height: 170px;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}
#factory_staff_menu .staff_favorite .favorite_bnr{
  background-color: #EB9500;
  border-radius: 10px;
  padding: 40px;
  text-align: left;
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 38px;
}
#factory_staff_menu .staff_favorite .favorite_bnr .img_area{
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 10px;
  justify-content: center;
  align-items: flex-end;
  align-content: flex-start;
  width: 550px;
  height: auto;
}
#factory_staff_menu .staff_favorite .favorite_bnr .img_area img{
  width: 124px;
  height: 89px;
  object-fit: cover;
  object-position: center;
  border-radius: 9px;
  border: 3px solid #fff;
}
#factory_staff_menu .staff_favorite .favorite_bnr .link_area .title{
  font-family: "FOT-}AŰSVbN Std", sans-serif;
  font-size: 35px;
  color: #fff;
  font-weight: medium;
  letter-spacing: 4px;
  margin-bottom: 20px;
}
#factory_staff_menu .staff_favorite .favorite_bnr .link_area .title span{
  font-size: 45px;
  font-weight: bold;
}
#factory_staff_menu .staff_favorite .favorite_bnr .link_area .price{
  font-family: "FOT-}AŰSVbN Std", sans-serif;
  font-size: 55px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 23px;
  line-height: 1;
}
#factory_staff_menu .staff_favorite .favorite_bnr .link_area .price .unit{
  font-size: 35px;
}
#factory_staff_menu .staff_favorite .favorite_bnr .link_area .price .tax{
  font-size: 14px;
  font-weight: normal;
}
#factory_staff_menu .staff_favorite .favorite_bnr .link_area .btn a{
  margin-right: 10px;
}


/* ť˘HęĚ˛Đî */
#factory_staff_menu .factory_desc{
  padding-bottom: 100px;
}
#factory_staff_menu .factory_desc .factory_desc_title{
  margin-bottom: 90px;
  width: 100%;
}
#factory_staff_menu .factory_desc .factory_desc_title img{
  width: 100%;
}
#factory_staff_menu .factory_desc .factory_desc_content{
  width: 1200px;
  margin: 0 auto 90px;
}
#factory_staff_menu .factory_desc .factory_desc_content .factory_desc_subtitle{
  margin-bottom: 38px;
}
#factory_staff_menu .factory_desc .factory_desc_content .factory_desc_content_text{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
#factory_staff_menu .factory_desc .factory_desc_content .factory_desc_content_text span{
  background: #FFF461;
  display: inline-block;
  padding: 0 0.3em 3px;
  margin: 0 0.2em;
}
#factory_staff_menu .factory_desc .factory_desc_content ul{
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
#factory_staff_menu .factory_desc .factory_desc_content ul li{
  width: calc((100% - 90px) / 4);
  background-color: #fff;
  border-radius: 10px;
}
#factory_staff_menu .factory_desc .factory_desc_content ul li img{
  width: 100%;
  height: auto;
  object-fit: contain;
}
#factory_staff_menu .factory_desc .factory_desc_content ul li p{
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
}
/* [UHö */
#factory_staff_menu .factory_desc .factory_desc_content.second ul{
  gap: 20px;
}
#factory_staff_menu .factory_desc .factory_desc_content.second ul li{
  width: calc((100% - 80px) / 5);
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}
#factory_staff_menu .factory_desc .factory_desc_content.second ul li::after{
  content: '';
  display: block;
  position: absolute;
  background-image: url(../img/usr/freepage/factory_staff_menu/factory_desc_arrow.png);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
  right: -28px;
  top: 45%;
  transform: translateY(-50%);
  z-index: 2;
}
#factory_staff_menu .factory_desc .factory_desc_content.second ul li p{
  margin-top: 10px;
  font-size: 16px;
  line-height: 34px;
  background-color: #F5F5F5;
  border-radius: 30px;
}

#factory_staff_menu .factory_desc .sanitary{
  width: 1140px;
  margin: 0 auto;
  padding: 30px;
  background-color: #F5F5F5;
  border-radius: 10px;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  gap: 30px;
  font-size: 16px;
  text-align: left;
}
#factory_staff_menu .factory_desc .sanitary .sanitary_wrap .title{
  font-family: "FOT-}AŰSVbN Std", sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 22px;
}