#sub03 .sub_title .rt .title_bg {background: url(/img/title_bg_sub03.jpg) no-repeat center 35%; background-size: cover;}

#sub03.page_qc .top_title {font-size: 2.5em;}
#sub03.page_qc .top_desc {font-size: 1.25em; margin: 30px 0 60px 0;}
#sub03 .farm_wrap section:not(:last-child) {margin-bottom: 70px;}
#sub03 .farm_wrap section .title {font-size: 1.625em;}
#sub03 .farm_wrap section.farm_sec3 .title {margin-bottom: 30px;}
#sub03 .farm_wrap section.farm_sec4 .title {margin-bottom: 30px;}
#sub03 .farm_wrap section .desc {font-size: 1.25em; margin: 15px 0 30px 0;}
#sub03 .farm_wrap section .img_wrap {width: 100%; height: 400px; background: #e6e6e6;}
#sub03 .farm_wrap section.farm_sec1 .img_wrap {background: url(/img/farm3.png) no-repeat center center; background-size: cover;}
#sub03 .farm_wrap section.farm_sec2 .img_wrap {background: url(/img/farm3.png) no-repeat center center; background-size: cover;}
#sub03 .farm_wrap section.farm_sec3 .img_wrap {background: url(/img/farm3.png) no-repeat center center; background-size: cover;}
#sub03 .farm_wrap section.farm_sec4 .img_wrap {background: url(/img/farm1.png) no-repeat center center; background-size: cover;}

#sub03.page_prd .prd_tab {margin-bottom: 30px; position: relative; width: 230px; height: 60px; text-align: center; display: flex; width: 100%;}
#sub03.page_prd .prd_tab::after {content: ""; display: block; width: 100%; height: 3px; background: #111; position: absolute; left: 0; bottom: 0;}
#sub03.page_prd .prd_tab .tab {font-size: 1.375em; background: #eee; color: #aaa; text-align: center; margin-right: 10px; border-radius: 15px 15px 0 0; width: 230px; height: 60px; display: flex; justify-content: center; align-items: center; transition: all 0.3s;}
#sub03.page_prd .prd_tab .tab:hover {color: #222;}
#sub03.page_prd .prd_tab .tab.active {background: #222; color: #fff;}
#sub03.page_prd .prd_tab .tab.active:hover {color: #fff;}
#sub03.page_prd .prd_wrap > ul {display: flex; flex-wrap: wrap; width: 102%; margin-left: -1%;}
#sub03.page_prd .prd_wrap > ul > li {width: 31.3333%; margin: 0 1% 2% 1%; border: 1px solid #e6e6e6; transition: all 0.5s;}
#sub03.page_prd .prd_wrap > ul > li .thumb {position: relative;}
#sub03.page_prd .prd_wrap > ul > li .thumb .prd_img {position: relative; height: 0; padding-bottom: 82.112%; overflow: hidden;}
#sub03.page_prd .prd_wrap > ul > li .thumb .prd_img img {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 60%; max-height: 81%; transition: all 0.5s;}
#sub03.page_prd .prd_wrap > ul > li .thumb .tag {/* width: 80px; height: 40px; */ color: #fff; border-radius: 5px; display: flex; justify-content: center; align-items: center; position: absolute; left: 5%; bottom: 5%; font-family: 'SpoqaHanSansNeo-Medium'; font-size: 1.375em; transform: rotate(-0.03deg); padding: 1% 4.5%; font-size: 1.125vw;}
#sub03.page_prd .prd_wrap > ul > li:hover {box-shadow: 0px 5px 25px rgba(0,0,0,0.15);}
#sub03.page_prd .prd_wrap > ul > li:hover .thumb > .prd_img > img {transform: translate(-50%, -50%) scale(1.03);}
#sub03.page_prd .prd_wrap  > ul > li:hover .prd_img > img {transform: none;}
#sub03.page_prd .prd_wrap > ul > li .thumb .tag.room {background: #58aa46;}
#sub03.page_prd .prd_wrap > ul > li .thumb .tag.cold {background: #f36f20;}

#sub03.page_prd .prd_wrap.partner_wrap > ul {display: flex; align-items: center; flex-wrap: wrap;}
#sub03.page_prd .prd_wrap.partner_wrap > ul > li {width: 23%; margin: 0 1% 2% 1%; border: 1px solid #e6e6e6; padding: 10px 15px; background: #fff; text-align: center; display: flex; justify-content: center; align-items: center; height: 100px; transition: all 0.3s;}
#sub03.page_prd .prd_wrap.partner_wrap > ul > li img {max-width: 90%; max-height: 100%; margin: 0 auto;}
#sub03.page_prd .prd_wrap.partner_wrap > ul > li:hover {transform: scale(1.03); box-shadow: 0 5px 20px rgb(0 0 0 / 5%);}

#sub03 .popup {width: 100%; max-width: 860px; height: 850px; max-height: 90vh; overflow-y: scroll; border-radius: 0; overflow-y: scroll; -ms-overflow-style: none;} 
#sub03 .popup::-webkit-scrollbar{ display:none; }
#sub03 .popup .top {display: flex; width: 100%; justify-content: space-between; align-items: center; border-bottom: 1px solid #111;}
#sub03 .popup .top .prd_title {font-size: 1.625em;}
#sub03 .popup .top .x_btn {cursor: pointer;}
#sub03 .popup .top .x_btn i {font-size: 40px;}
#sub03 .popup .cont .prd_info {display: flex; justify-content: space-between; align-items: stretch; margin: 50px 0;}
#sub03 .popup .cont .prd_info .prd_img {width: 43%; border: 1px solid #e6e6e6; height: 300px; display: flex; justify-content: center; align-items: center;}
#sub03 .popup .cont .prd_info .prd_img img {max-width: 60%; max-height: 80%;}
#sub03 .popup .cont .prd_info .prd_desc {width: 52%; background: #f8f8f8; display: flex; align-items: center; padding: 0 4%;}
#sub03 .popup .cont .prd_info .prd_desc > ul {width: 100%;}
#sub03 .popup .cont .prd_info .prd_desc > ul > li {font-size: 1.125em; display: flex; align-items: center;}
#sub03 .popup .cont .prd_info .prd_desc > ul > li:not(:last-child) {margin-bottom: 30px;}
#sub03 .popup .cont .prd_info .prd_desc > ul > li .lt {width: 35%;}
#sub03 .popup .cont .prd_info .prd_desc > ul > li .rt {width: 65%;}
#sub03 .popup .cont .prd_info .prd_desc > ul > li .tag {color: #fff; border-radius: 5px; display: inline-flex; justify-content: center; align-items: center; transform: rotate(-0.03deg); padding: 1% 4.5%; font-size: 1.125em; width: auto !important; font-family: 'SpoqaHanSansNeo-Medium', sans-serif;}
#sub03 .popup .cont .prd_info .prd_desc > ul > li .tag.room {background: #58aa46;}
#sub03 .popup .cont .prd_info .prd_desc > ul > li .tag.cold {background: #f36f20;}
#sub03 .popup .cont .prd_detail {max-height: 365px; /* overflow-y: scroll; -ms-overflow-style: none; */ } 
#sub03 .popup .cont .prd_detail::-webkit-scrollbar{ display:none; }
#sub03 .popup .cont .prd_detail img {width: 100%; max-width: 100%; height: auto !important;}

#sub03 .qc_img_wrap {display: flex; flex-wrap: wrap; justify-content: space-between; width: 102%; margin-left: -1%;}
#sub03 .qc_img_wrap li {margin: 0 1% 2% 1%; width: 48%; position: relative; overflow: hidden; height: 0; padding-bottom: 30%;}
#sub03 .qc_img_wrap li img {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%; object-fit: cover;}


@media screen and (max-width: 1240px) {

}

@media screen and (max-width: 1024px) {
  #sub03.page_prd .prd_wrap ul li .thumb .tag {font-size: 1.625vw;}
  #sub03 .popup {width: 90%;}
}

@media screen and (max-width: 768px) {
  #sub03.page_qc .top_title {font-size: 2.25em;}
  #sub03.page_qc .top_desc {font-size: 1.111em; margin: 3% 0 7% 0;}
  #sub03 .farm_wrap section:not(:last-child) {margin-bottom: 10%;}
  #sub03 .farm_wrap section .title {font-size: 1.5em; transform: rotate(-0.03deg);}
  #sub03 .farm_wrap section .desc {font-size: 1.111em; margin: 1.5% 0 4% 0; transform: rotate(-0.03deg); line-height: 160%;}
  #sub03 .farm_wrap section .desc br {display: none;}
  #sub03 .farm_wrap section .img_wrap {height: 300px;}
  #sub03 .farm_wrap section.farm_sec4 .title {margin-bottom: 3.5%;}

  #sub03.page_prd .prd_wrap > ul > li {width: 48%;}
  #sub03.page_prd .prd_wrap > ul > li .thumb .tag {font-size: 1.125em;}
  #sub03.page_prd .prd_tab {height: 50px; margin-bottom: 5%;}
  #sub03.page_prd .prd_tab .tab {width: 150px; height: 50px; transform: rotate(-0.03deg); margin-right: 7px; font-size: 1.25em;}

  #sub03.page_prd .prd_wrap.partner_wrap > ul > li {width: 31.3333%; height: 80px; padding: 3% 2%;}
  #sub03.page_prd .prd_wrap.partner_wrap > ul > li img {max-width: 80%; max-height: 90%;}

  #sub03 .popup {padding: 7% 6%;}
  #sub03 .popup .top .prd_title {font-size: 1.5em; transform: rotate(-0.03deg);}
  #sub03 .popup .cont .prd_info {margin: 5% 0; display: block;}
  #sub03 .popup .cont .prd_info .prd_desc {width: 100%; margin-top: 3%; padding: 6% 8%;}
  #sub03 .popup .cont .prd_info .prd_desc > ul > li {display: block; transform: rotate(-0.03deg);}
  #sub03 .popup .cont .prd_info .prd_desc > ul > li > .lt {margin-bottom: 1.5%; width: 100%;}
  #sub03 .popup .cont .prd_info .prd_desc > ul > li > .rt {width: 100%;}
  #sub03 .popup .cont .prd_info .prd_desc > ul > li:not(:last-child) {margin-bottom: 6%;}
  #sub03 .popup .cont .prd_info .prd_desc > ul > li .tag {font-size: 1em;}
  #sub03 .popup .cont .prd_info .prd_img {height: 250px; width: 100%;}
  #sub03 .popup .cont .prd_info .prd_img img {max-width: 75%; max-height: 85%;}
}

@media screen and (max-width: 540px) {
  #sub03.page_qc .top_title {font-size: 2em;}
  #sub03.page_qc .top_desc {font-size: 1em; margin: 5% 0 10% 0;}
  #sub03 .farm_wrap section:not(:last-child) {margin-bottom: 10%;}
  #sub03 .farm_wrap section .title {font-size: 1.35em; transform: rotate(-0.03deg);}
  #sub03 .farm_wrap section .desc {font-size: 1em; margin: 1.5% 0 4% 0; transform: rotate(-0.03deg); line-height: 160%;}
  #sub03 .farm_wrap section .img_wrap {height: 200px;}
  #sub03 .farm_wrap section.farm_sec2 .sec2_img .txt > div:not(:last-child) {margin-bottom: 12%;}
  #sub03 .farm_wrap section.farm_sec2 .sec2_img .txt .t_bold {font-size: 1.35em;}
  #sub03 .farm_wrap section.farm_sec4 .title .br_mo {display: block;}
  
  #sub03.page_prd .prd_wrap > ul > li .thumb .tag {font-size: 1em; padding: 1% 4%;}
  #sub03.page_prd .prd_tab {height: 40px;}
  #sub03.page_prd .prd_tab .tab {width: 130px; height: 40px; font-size: 1.125em;}

  #sub03.page_prd .prd_wrap.partner_wrap > ul > li {width: 48%; height: 70px; padding: 0 2%;}
  #sub03.page_prd .prd_wrap.partner_wrap > ul > li img {max-width: 70%; max-height: 80%;}

  #sub03 .popup .cont .prd_info .prd_desc > ul > li .tag {font-size: 0.875em; padding: 1% 4%;}

  #sub03 .qc_img_wrap {width: 100%; margin-left: 0;}
  #sub03 .qc_img_wrap li {margin: 0 0 3% 0; width: 100%; padding-bottom: 45%;}
}

@media screen and (max-width: 414px) {
  #sub03.page_prd .prd_wrap > ul > li .thumb .tag {font-size: 0.875em;}
}
