@charset "utf-8";
@import url("header.css");

/*-------------------------------------------------
# Customize
-------------------------------------------------*/
.copymove_current {
  float: right;
  background: rgba(252, 165, 165, 1);
  padding: 2px 6px;
  color: #fff;
  border-radius: 3px;
  font-size: 0.9rem;
}

.win_btn {
  margin-top: 8px;
}
.new_win .btn_submit,
.new_win .btn_close {
  margin-top: 8px;
  padding: 3px 10px;
  font-size: 1em;
  cursor: pointer;
  color: white;
}

.sv_wrap .sv a {
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  line-height: 30px;
  width: 104px;
  font-weight: normal;
  color: #bbb;
}
.sv_member {
  color: #333;
  font-weight: 600;
}

.sch_word {
  color: #fff;
  background: rgba(251, 207, 232, 1);
  padding: 2px 5px 3px;
  line-height: 18px;
  margin: 0 2px;
  border-radius: 3px;
}
/*-------------------------------------------------
# GNU Default
-------------------------------------------------*/
/* 초기화 */
* {
  font-family: "Noto Sans KR";
}
body {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  background: #fff;
}

/* 팝업레이어 */
#hd_pop {
  z-index: 1000;
  position: relative;
  margin: 0 auto;
  height: 0;
}
#hd_pop h2 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.hd_pops {
  position: absolute;
  border: 1px solid #e9e9e9;
  background: #fff;
}
.hd_pops img {
  max-width: 100%;
}
.hd_pops_con {
}
.hd_pops_footer {
  padding: 0;
  background: #000;
  color: #fff;
  text-align: left;
  position: relative;
}
.hd_pops_footer:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.hd_pops_footer button {
  padding: 10px;
  border: 0;
  color: #fff;
}
.hd_pops_footer .hd_pops_reject {
  background: #000;
  text-align: left;
}
.hd_pops_footer .hd_pops_close {
  background: #393939;
  position: absolute;
  top: 0;
  right: 0;
}

/* 게시물 선택복사 선택이동 */
#copymove {
}
#copymove .win_desc {
  text-align: center;
  display: block;
}
#copymove .tbl_wrap {
  margin: 20px;
}
#copymove .win_btn {
  padding: 0 20px 20px;
}
/* .copymove_current {float:right;background:#ff3061;padding:5px;color:#fff;border-radius:3px} */
.copymove_currentbg {
  background: #f4f4f4;
}

/* 화면낭독기 사용자용 */
#hd_login_msg {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.msg_sound_only,
.sound_only {
  display: inline-block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0;
  line-height: 0;
  border: 0 !important;
  overflow: hidden !important;
}

/* 본문 바로가기 */
#skip_to_container a {
  z-index: 100000;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#skip_to_container a:focus,
#skip_to_container a:active {
  width: 100%;
  height: 75px;
  background: #21272e;
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 3.3em;
}

/* ie6 이미지 너비 지정 */
.img_fix {
  width: 100%;
  height: auto;
}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {
  display: block;
  position: relative;
}
#captcha legend {
  position: absolute;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden;
}
#captcha #captcha_img {
  height: 40px;
  border: 1px solid #898989;
  vertical-align: top;
  padding: 0;
  margin: 0;
}
#captcha #captcha_mp3 {
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
  background: url("../../../img/captcha2.png") no-repeat;
  text-indent: -999px;
  border-radius: 3px;
}
#captcha #captcha_reload {
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
  background: url("../../../img/captcha2.png") no-repeat 0 -40px;
  text-indent: -999px;
  border-radius: 3px;
}
#captcha #captcha_key {
  margin: 0 0 0 3px;
  padding: 0 5px;
  width: 150px;
  height: 40px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 1.333em;
  font-weight: bold;
  text-align: center;
  border-radius: 3px;
  vertical-align: top;
}
#captcha #captcha_info {
  display: block;
  margin: 5px 0 0;
  font-size: 0.95em;
  letter-spacing: -0.1em;
}

/* ckeditor 단축키 */
.cke_sc {
  margin: 0 0 5px;
  text-align: right;
}
.btn_cke_sc {
  display: inline-block;
  padding: 0 10px;
  height: 23px;
  border: 1px solid #ccc;
  background: #fafafa;
  color: #000;
  text-decoration: none;
  line-height: 0;
  vertical-align: middle;
  cursor: pointer;
}
.cke_sc_def {
  margin: 0 0 5px;
  padding: 10px;
  border: 1px solid #ccc;
  background: #f7f7f7;
  text-align: center;
}
.cke_sc_def dl {
  margin: 0 0 5px;
  text-align: left;
  zoom: 1;
}
.cke_sc_def dl:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.cke_sc_def dt,
.cke_sc_def dd {
  float: left;
  margin: 0;
  padding: 5px 0;
  border-bottom: 1px solid #e9e9e9;
  font-size: 0.9rem;
}
.cke_sc_def dt {
  width: 20%;
  font-weight: bold;
}
.cke_sc_def dd {
  width: 30%;
}

/* ckeditor 태그 기본값 */
#bo_v_con ul {
  display: block;
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}
#bo_v_con ol {
  display: block;
  list-style-type: decimal;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}
#bo_v_con li {
  display: list-item;
}

/* 기본테이블 */
.tbl_wrap table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0 5px;
  background: #fff;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
.tbl_wrap caption {
  padding: 10px 0;
  font-weight: bold;
  text-align: left;
}
.tbl_head01 {
  margin: 0 0 10px;
}
.tbl_head01 caption {
  padding: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.tbl_head01 thead th {
  padding: 20px 0;
  font-weight: normal;
  text-align: center;
  border-bottom: 1px solid #ececec;
  height: 40px;
}
.tbl_head01 thead th input {
  vertical-align: top;
} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th,
.tbl_head01 tfoot td {
  padding: 10px 0;
  border-top: 1px solid #c1d1d5;
  border-bottom: 1px solid #c1d1d5;
  background: #d7e0e2;
  text-align: center;
}
.tbl_head01 tbody th {
  padding: 8px 0;
  border-bottom: 1px solid #e8e8e8;
}
.tbl_head01 td {
  color: #666;
  padding: 10px 5px;
  border-top: 1px solid #ecf0f1;
  border-bottom: 1px solid #ecf0f1;
  line-height: 1.4em;
  height: 60px;
  word-break: break-all;
}
.tbl_head01 tbody tr:hover td {
  background: #fafafa;
}
.tbl_head01 a:hover {
  text-decoration: underline;
}

.tbl_head02 {
  margin: 0 0 10px;
}
.tbl_head02 caption {
  padding: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.tbl_head02 thead th {
  padding: 5px 0;
  border-top: 1px solid #d1dee2;
  border-bottom: 1px solid #d1dee2;
  background: #e5ecef;
  color: #383838;
  font-size: 0.95em;
  text-align: center;
  letter-spacing: -0.1em;
}
.tbl_head02 thead a {
  color: #383838;
}
.tbl_head02 thead th input {
  vertical-align: top;
} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th,
.tbl_head02 tfoot td {
  padding: 10px 0;
  border-top: 1px solid #c1d1d5;
  border-bottom: 1px solid #c1d1d5;
  background: #d7e0e2;
  text-align: center;
}
.tbl_head02 tbody th {
  padding: 5px 0;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  background: #fff;
}
.tbl_head02 td {
  padding: 5px 3px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  background: #fff;
  line-height: 1.4em;
  word-break: break-all;
}
.tbl_head02 a {
}

/* 필수입력 */
.required,
textarea.required {
  background-image: url("../img/require.png") !important;
  background-repeat: no-repeat !important;
  background-position: right top !important;
}

/* 새창 기본 스타일 */
.new_win {
  position: relative;
}
.new_win .tbl_wrap {
  margin: 0 20px;
}
.new_win #win_title {
  font-size: 1.3em;
  height: 50px;
  line-height: 30px;
  padding: 10px 20px;
  background: #fff;
  color: #000;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.new_win #win_title .sv {
  font-size: 0.75em;
  line-height: 1.2em;
}
.new_win .win_ul {
  margin-bottom: 15px;
  padding: 0 20px;
}
.new_win .win_ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.new_win .win_ul li {
  float: left;
  background: #fff;
  text-align: center;
  padding: 0 10px;
  border: 1px solid #d6e9ff;
  border-radius: 30px;
  margin-left: 5px;
}
.new_win .win_ul li:first-child {
  margin-left: 0;
}
.new_win .win_ul li a {
  display: block;
  padding: 8px 0;
  color: #6794d3;
}
.new_win .win_ul .selected {
  background: #3a8afd;
  border-color: #3a8afd;
  position: relative;
  z-index: 5;
}
.new_win .win_ul .selected a {
  color: #fff;
  font-weight: bold;
}
.new_win .win_desc {
  position: relative;
  margin: 10px;
  border-radius: 5px;
  font-size: 1em;
  background: #f2838f;
  color: #fff;
  line-height: 50px;
  text-align: left;
  padding: 0 20px;
}
.new_win .win_desc i {
  font-size: 1.2em;
  vertical-align: baseline;
}
.new_win .win_desc:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 50px;
  background: #da4453;
  border-radius: 3px 0 0 3px;
}
.new_win .frm_info {
  font-size: 0.92em;
  color: #919191;
}
.new_win .win_total {
  float: right;
  display: inline-block;
  line-height: 30px;
  font-weight: normal;
  font-size: 0.75em;
  color: #3a8afd;
  background: #f6f6f6;
  padding: 0 10px;
  border-radius: 5px;
}
.new_win .new_win_con {
  margin: 20px 0;
  padding: 20px;
}
.new_win .new_win_con:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.new_win .new_win_con2 {
  margin: 20px 0;
}
.new_win .btn_confirm:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.new_win .win_btn {
  text-align: center;
}
/* .new_win .btn_close {height: 45px;width: 60px;overflow: hidden;cursor: pointer;} */
/* .new_win .btn_submit {padding: 0 20px;height: 45px;font-weight: bold;font-size: 1.083em;} */

/* 검색결과 색상 */
/* .sch_word {color: #fff;background: #ff005a;padding: 2px 5px 3px;line-height: 18px;margin: 0 2px;} */

/* 자바스크립트 alert 대안 */
#validation_check {
  margin: 100px auto;
  width: 500px;
}
#validation_check h1 {
  margin-bottom: 20px;
  font-size: 1.3em;
}
#validation_check p {
  margin-bottom: 20px;
  padding: 30px 20px;
  border: 1px solid #e9e9e9;
  background: #fff;
}

/* 사이드뷰 */
.sv_wrap {
  position: relative;
  font-weight: normal;
}
.sv_wrap .sv {
  z-index: 1000;
  display: none;
  margin: 5px 0 0;
  font-size: 0.92em;
  background: #333;
  -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
}
.sv_wrap .sv:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #333 transparent;
}
/* .sv_wrap .sv a {display: inline-block;margin: 0;padding: 0 10px;line-height: 30px;width: 100px;font-weight: normal;color: #bbb;} */
.sv_wrap .sv a:hover {
  background: #000;
  color: #fff;
}
/* .sv_member {color: #333;} */
.sv_on {
  display: block !important;
  position: absolute;
  top: 23px;
  left: 0px;
  width: auto;
  height: auto;
}
.sv_nojs .sv {
  display: block;
}

/* 페이징 */
.pg_wrap {
  clear: both;
  float: left;
  display: inline-block;
}
.pg_wrap:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.pg {
  text-align: center;
}
.pg_page,
.pg_current {
  display: inline-block;
  vertical-align: middle;
  background: #eee;
  border: 1px solid #eee;
}
.pg a:focus,
.pg a:hover {
  text-decoration: none;
}
.pg_page {
  color: #959595;
  font-size: 1.083em;
  height: 30px;
  line-height: 28px;
  padding: 0 5px;
  min-width: 30px;
  text-decoration: none;
  border-radius: 3px;
}
.pg_page:hover {
  background-color: #fafafa;
}
.pg_start {
  text-indent: -999px;
  overflow: hidden;
  background: url("../img/btn_first.gif") no-repeat 50% 50% #eee;
  padding: 0;
  border: 1px solid #eee;
}
.pg_prev {
  text-indent: -999px;
  overflow: hidden;
  background: url("../img/btn_prev.gif") no-repeat 50% 50% #eee;
  padding: 0;
  border: 1px solid #eee;
}
.pg_end {
  text-indent: -999px;
  overflow: hidden;
  background: url("../img/btn_end.gif") no-repeat 50% 50% #eee;
  padding: 0;
  border: 1px solid #eee;
}
.pg_next {
  text-indent: -999px;
  overflow: hidden;
  background: url("../img/btn_next.gif") no-repeat 50% 50% #eee;
  padding: 0;
  border: 1px solid #eee;
}
.pg_start:hover,
.pg_prev:hover,
.pg_end:hover,
.pg_next:hover {
  background-color: #fafafa;
}

.pg_current {
  display: inline-block;
  background: #3a8afd;
  border: 1px solid #3a8afd;
  color: #fff;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  min-width: 30px;
  border-radius: 3px;
}

/* cheditor 이슈 */
.cheditor-popup-window *,
.cheditor-popup-window :after,
.cheditor-popup-window :before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* sub page */
br.mobile {
  display: none;
}

.top {
  width: 100vw;
  height: 70vh;
  background-color: #f9f9f9;
  position: relative;
}

.top img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: darken;
}

.top .top-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20vw;
  font-size: 30px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: -1.5px;
  text-align: center;
  color: #333;
}

.top.main .top-text {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  padding: 40px 60px;
  background-color: rgb(0,0,0,.3);
  width: 50vw;
}



.top.main .top-text p:nth-child(1) {
  font-weight: 500;
  font-size: 50px;
}

.top.main .top-text p:nth-child(2) {
  font-size: 30px;
}

.top .top-text .p-45 {
  font-size: 45px;
  line-height: 1.11;
  margin-bottom: 35px;
}

.top .top-text .p-35 {
  font-size: 35px;
  font-weight: 500;
  line-height: 1.11;
}

.top .top-text .p-30 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.11;
}

.top .top-text .p-20 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.11;
  padding: 0;
}

.top .top-text .p-bold {
  font-weight: 500;
}

.content {
  padding: 15vh 0;
  text-align: center;
  position: relative;
  max-width: 1220px;
  margin: 0 auto;
}

.content .title {
  font-size: 40px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: -2px;
  color: #222;
  margin-bottom: 5vh;
}

.content .title span {
  font-weight: 500;
}

.content .text {
  font-size: 1.3vw;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 3.04;
  letter-spacing: -1.15px;
  color: #222;
}

.content .text-area {
  text-align: left;
  color: #222;
}

.content .text-area .sub7-green {
  margin: 3vh 0;
  font-size: 1.7vw;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: -0.63px;
}

.content .text .divider {
  font-weight: 300;
  color: #aaa;
  margin: 0 5px;
  opacity: 1;
}

.content .text-small {
  font-size: 1.2vw;
}

.content .text-small.sub7 {
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.35;
  letter-spacing: -0.43px;
  font-size: 1.3vw;
}

.content .download {
  position: absolute;
  top: 14vh;
  right: 20vw;
}

.content .divider {
  width: 1px;
  opacity: 0.2;
}

.text-green {
  color: #449933;
}

.text-red {
  color: #a91910;
}

#image-area-sub1 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  padding-top: 30px;
}

#image-area-sub1 .left {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 50%;
  margin-right: 50px;
}

#image-area-sub1 .left img {
  width: 100%;
  margin-bottom: 25px;
}

.first {
  display: flex;
  align-items: center;
  justify-content: center;
}

.first p {
  font-size: 17px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #222;
  margin-left: 50px;
}

.first p:first-of-type {
  margin-left: -78px;
}

.first span {
  font-size: 45px;
}

.first span.month {
  color: #999;
}

.first span.dot {
  font-size: 15px;
  color: #339947;
}

.first .company {
  font-size: 25px;
  margin-left: 20px;
  font-weight: bold;
  color: #222;
}

#image-area-sub1 .divider {
  background: #555;
  height: 100%;
  position: absolute;
  top: -52px;
  left: 4px;
  z-index: -1;
}

#image-area-sub1 .right {
  text-align: left;
  position: relative;
  width: 50%;
  padding-top: 40px;
}

#image-area-sub1 .right .dot {
  font-size: 10px;
  color: #339947;
}

#image-area-sub1 .right p {
  margin-bottom: 40px;
}

#image-area-sub1 .right .sub {
  margin-left: 100px;
}

#image-area-sub1 .right p.sub {
  margin-top: -20px;
}

#image-area-sub1 .right span {
  color: #444;
  margin-right: 10px;
}

#image-area-sub1 .right .year {
  color: #339947;
  margin-right: 0;
}

#image-area-sub1 .right .month {
  color: #60bb46;
}

#image-area-sub2 div {
  width: calc(100% / 2 - 20px);
  display: inline-block;
  margin-bottom: 50px;
}

#image-area-sub2 div:nth-child(2n) {
  margin-left: 20px;
}

#image-area-sub2 div img {
  width: 100%;
}

.main-food div p,
#image-area-sub2 div p {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -1px;
  color: #222;
  margin-top: 15px;
}

.sub2-nk {
  text-align: right;
}
.sub2-nk img {
  display: inline-block;
}

#image-area-sub3 {
  font-size: 20px;
  font-weight: 500;
  color: #222;
}

#image-area-sub3 section {
  display: flex;
  align-items: flex-start;
  gap: 80px;
}

#image-area-sub3 div {
  width: calc(100% / 3 - 160px / 3);
  display: inline-block;
  margin-bottom: 80px;
}

#image-area-sub3 div img {
  width: 100%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  margin-bottom: 2vh;
}

#image-area-sub3 div p {
  width: 100%;
}

#image-area-sub4 section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#image-area-sub4 section.first {
  margin-bottom: 120px;
}

#image-area-sub4 section.first img:last-of-type {
  margin-left: 20px;
}

#image-area-sub4 section.second .line {
  height: 450px;
  opacity: 0.2;
  background: #000;
  margin: 0 10vw;
}

#image-area-sub4 section.second .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#image-area-sub4 section.second .left .one {
  margin-bottom: 70px;
}

#image-area-sub4 section.second .bottom {
  display: flex;
}

#image-area-sub4 section.second .bottom img:first-of-type {
  margin-right: 45px;
}

#image-area-sub4 section.second .right p {
  display: flex;
  align-items: center;
}

#image-area-sub4 section.second .right p:not(:last-of-type) {
  margin-bottom: 65px;
}

#image-area-sub4 section.second .right p img:first-of-type {
  margin-right: 20px;
}

#image-area-sub5 .info {
  font-size: 17px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.94;
  letter-spacing: -0.43px;
  text-align: left;
  color: #555;
  margin: 30px 0;
}

#image-area-sub5 .transport {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#image-area-sub5 .transport div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#image-area-sub5 .transport div section {
  text-align: left;
  margin-left: 24px;
}

#image-area-sub5 .transport div section p {
  font-size: 1.05vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.43px;
  text-align: left;
  color: #333;
  margin-top: 10px;
}

#image-area-sub5 .transport div section p:first-of-type {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.5px;
  color: #222;
  margin: 0;
}

#image-area-sub5 .transport .line {
  height: 100px;
  margin: 0 5vw;
}

#image-area-sub5 .transport .metro p > img {
  margin-bottom: 3px;
  display: inline;
  margin-left: 5px;
}
#image-area-sub6 {
  margin-bottom: 5vh;
}
#image-area-sub6 img {
  width: 80vw;
  margin: 0 auto;
  max-width: 800px;
}

#image-area-sub7 {
  margin-bottom: 10vh;
}

#image-area-sub7 img {
  width: 100%;
  max-width: 900px;
  margin:0 auto;
}

#image-area-sub7 #sub7_2 {
  position: absolute;
  bottom: 20vh;
  left: 55vw;
  width: 20vw;
  height: 20vw;
}

#image-area-sub7 #sub7_3 {
  position: absolute;
  bottom: 10vh;
  left: 47vw;
  width: 10vw;
  height: 10vw;
}

#image-area-sub7 #sub7_4 {
  position: absolute;
  bottom: 6vh;
  left: 60vw;
  width: 8vw;
}

#image-area-sub8 {  
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1071px;
  margin: 0 auto;
}

#image-area-sub8 img {
  /*width: calc(100% / 3 - 20px / 3);*/
  /*width: 100%;*/
  display: inline;
  margin-bottom: 5px;
}
#image-area-sub9 {
  margin-bottom: 70px;
}
#image-area-sub9 img {
  margin: 0 auto;
}

/*footer*/
footer {
  width: 100vw;
  height: 200px;
  background: #ffffff;
  border: 1px solid #ebebeb;
}

footer .container {
  max-width: 1200px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 40px auto;
}

footer .container .left {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

footer .container .left img {
  margin-right: 50px;
}

footer .container .HACCP {
  width: 100px;
  display: inline-block;
}

footer .container .NK {
  width: 100px;
  display: inline-block;
  margin-left: 10px;
}

footer .article {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #999;
}

footer .article .sitemap {
  font-size: 16px;
  color: #333;
  margin-top: 0;
  margin-bottom: 25px;
}

footer .article .address {
  margin-top: 0;
  margin-bottom: 3px;
}

footer .article .info {
  margin-top: 0;
  margin-bottom: 15px;
}

footer .article .copyright {
  font-size: 13px;
  color: #555;
}

.main-food {
  display: flex;
  justify-content: space-between;
  width:100%;
}

.main-tab.pc {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.main-tab > div {
  border: 1px solid #e6e6e6;
  width: calc(100% / 3 - 26px / 3)
}

.main-tab .title-wrap {
  height: 55px;
  line-height: 55px;
  margin: 0 19px;
  border-bottom: 1px solid #e5e5e5;
}

.main-tab .title-wrap h4 {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -1px;
  color: #222;
  float: left;
}

.main-tab .title-wrap a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -1px;
  color: #58c112;
  float: right;
}

.main-tab .news ul {
  clear: both;
  padding: 30px 19px;
}

.main-tab .news ul li {
  color: #999;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  width: 100%;
}

.main-tab .news ul li span:nth-child(1) {
  overflow: hidden;  
  height: 1.3rem;
  text-align: left;
  width: 70%;
}

.main-tab .news ul li span:nth-child(2) {
  width: 30%;
  text-align: right;
}

.main-tab .img-wrap {
  position: relative;
}

.main-tab .img-wrap p {
  position: absolute;
  bottom: 0;
  height: 44px;
  line-height: 44px;
  text-align: center;
  width: 100%;
  color: #fff;
  background-color: rgb(0,0,0,.3);
  font-size: 20px;
  font-weight: 500;
}

.main-tab .img-wrap img {
  margin:0 auto;
  max-height: 200px;
}

.main-tab.m {
  display: none;
}

.main-tab.m .dsp-flex {
  display: flex;
  justify-content: space-between;
  border: 0;
}

.main-tab.m .dsp-flex > div {
  width: calc(100% / 2 - 5px);
  border: 1px solid #e6e6e6;
}

.main-tab.m .img-wrap p {
  height: 25px;
  line-height: 25px;
  font-size: 14px;
}

.main-tab.m .title-wrap {
  display: flex;
  justify-content: space-between;
  text-align: left;
  border-bottom: 0;
  height: 25px;
  line-height: 25px;
  margin:0 10px;
}

.main-tab.m .title-wrap h4 {
  font-size: 14px;
  width: 15%;

}

.main-tab.m .title-wrap span {
  width: 70%;
}

.main-tab.m .title-wrap a {
  color: #333;
  font-weight: 400;
  font-size: 13px;
  float: none;
}

.main-tab.m .title-wrap a.more {
  color: #4bb810;
  width: 15%;
  text-align: right;
}

.sub-text {
  font-size: 25px;
  color: #444;
  line-height: 55px;
  font-weight: 300;
  margin-bottom: 100px;
}

.sub-text .text-green {
  font-size: 40px;
}

.sub-text .p-30 {
  font-size: 30px;
  font-weight: 400;
}
.sub-text .p-bold {
  font-weight: bold;
}

.btn_green {
  padding: 20px 70px;
  background-color: #449933;
  color: #fff;
  font-size: 25px;
  margin-top: 50px;
  display: inline-block;
}

#bo_w {text-align: left;}
.w-full {padding-left: 10px;}
.pt-1 {text-align: left;}

@media screen and (max-width: 1300px) {
  .content {padding: 15vh 3%;}
  .top.main .top-text {width: 82vw;}
}
/* mobile */
@media screen and (max-width: 768px) {
  br.mobile {
    display: inline;
  }
  .top,
  .top img {
    width: 100vw;
    height: 40vh;
  }

  .top .top-text {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
  }

  .top .top-text p {
    width: 100vw;
  }

  .top .top-text .p-45 {
    font-size: 25px;
    margin-bottom: 20px;
  }

  .top .top-text .p-35 {
    font-size: 20px;
  }

  .top .top-text .p-30 {
    font-size: 17px;
  }

  .top .top-text .p-20 {
    font-size: 13px;
  }

  .top.main .top-text {
    padding: 10px 20px;
    background-color: rgb(0,0,0,.3);
    width: 80%;
    top: 30%;
  }
  .top.main .top-text p {
    width: auto;
  }
  .top.main .top-text p:nth-child(1) {
    font-size: 23px;
  }
  .top.main .top-text p:nth-child(2) {
    font-size: 20px;
  }

  .content {
    padding: 5vh 5vw;
    text-align: center;
    position: relative;
  }

  .content.main {
    padding: 5vh 5vw;
  }

  .content.sub4 {
    padding: 5vh 5vw;
    text-align: center;
    position: relative;
  }

  .content .title {
    font-size: 20px;
  }

  .content .title span {
    font-weight: 500;
  }

  .content .text {
    font-size: 10px;
    line-height: 1.5;
  }

  .content .text-area {
    text-align: left;
    color: #222;
  }

  .content .text-area .sub7-green {
    font-size: 14px;
  }

  .content .text-small {
    font-size: 12px;
  }

  .content .download {
    top: 3vh;
    right: 5vw;
    width: 100px;
  }

  .first {
    flex-direction: column;
    align-items: flex-start;
  }

  .first p {
    margin-left: -2px;
  }

  .first p:first-of-type {
    margin-left: 0;
  }

  #image-area-sub1 {
    padding-top: 20px;
  }
  
  #image-area-sub1 .left {
    display: none;
  }

  #image-area-sub1 .right {
    width: 100%;
    padding-top: 0;
  }

  #image-area-sub1 .right span:nth-child(4) {
    display: block;
    padding-left: 22px;
    font-size: 13px;
  }

  .first span {
    font-size: 30px;
  }

  .first .company {
    font-size: 16px;
  }

  #image-area-sub1 .right .sub {
    display: block;
    margin-left: 22px
  }

  #image-area-sub1 .right p {
    margin-bottom: 15px;
  }
  #image-area-sub1 .right p.sub {
    font-size: 13px;
  }

  #image-area-sub1 .divider {
    top: -30px;
  }

  #image-area-sub2 div {
    width: calc(100% / 2 - 4px);
    margin-bottom: 20px;
  }

  #image-area-sub2 div:nth-child(3n + 2) {
    margin-left: 0px;
    margin-right: 0px;
  }

  #image-area-sub2 div:nth-child(2n) {
    margin-left: 0px;
    margin-right: 0px;
  }

  #image-area-sub2 div img {
    width: 100%;
  }

  .sub2-nk img {
    width: 100px;
  }

  .main-food div p,
  #image-area-sub2 div p {
    font-size: 14px;
    margin-top: 5px;
  }

  #image-area-sub3 {
    font-size: 20px;
    font-weight: 500;
    color: #222;
  }

  #image-area-sub3 section {
    display: inline;
  }

  #image-area-sub3 div {
    width: calc(100% / 2 - 20px);
    margin-bottom: 20px;
  }

  #image-area-sub3 div p {
    font-size: 10px;
    margin-top: 5px;
  }

  #image-area-sub4 img {
    width: 100%;
    margin-bottom: 30px;
  }

  #image-area-sub4 section {
    flex-direction: column;
  }

  #image-area-sub4 section.first {
    margin-bottom: 30px;
  }

  #image-area-sub4 section.first img:last-of-type {
    margin-left: 0px;
  }

  #image-area-sub4 section.second .line {
    display: none;
  }

  #image-area-sub4 section.second .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #image-area-sub4 section.second .left img {
    width: calc(100% / 2 - 10px / 2);
  }

  #image-area-sub4 section.second .left .one {
    margin-bottom: 30px;
  }

  #image-area-sub4 section.second .bottom {
    display: flex;
  }

  #image-area-sub4 section.second .bottom img:first-of-type {
    margin-right: 10px;
  }

  #image-area-sub4 section.second .right {
    margin-top: 30px;
  }

  #image-area-sub4 section.second .right p {
    display: flex;
    align-items: center;
  }

  #image-area-sub4 section.second .right p:not(:last-of-type) {
    margin-bottom: 30px;
  }

  #image-area-sub4 section.second .right p img {
    width: calc(100% / 2);
  }

  #image-area-sub4 section.second .right p img:first-of-type {
    margin-right: 20px;
    width: calc(100% / 2 - 100px / 2);
  }

  #image-area-sub5 .info {
    font-size: 14px;
    line-height: 1.5;
    margin: 10px 0;
  }

  #image-area-sub5 .transport {
    flex-direction: column;
    align-items: flex-start;
  }

  #image-area-sub5 .transport div {
    margin-bottom: 20px;
  }

  #image-area-sub5 .transport img {
    width: 75px;
  }

  #image-area-sub5 .transport div section {
    text-align: left;
    margin-left: 24px;
  }

  #image-area-sub5 .transport div section p {
    font-size: 13px;
  }

  #image-area-sub5 .transport div section p:first-of-type {
    font-size: 16px;
  }

  #image-area-sub5 .transport .line {
    display: none;
  }

  #image-area-sub5 .transport .metro p > img {
    margin-bottom: 0;
    width: 10px;
  }

  #image-area-sub6 p {
    margin-top: 10px;
  }

  #image-area-sub6 p.text,
  #image-area-sub6 p.text-small {
    font-size: 10px;
  }

  #image-area-sub6 img {
    width: 100%;
  }

  #image-area-sub7 #sub7_2,
  #image-area-sub7 #sub7_3,
  #image-area-sub7 #sub7_4 {
    display: none;
  }
  
  #image-area-sub8 {
    width: 100%;
  }


  #image-area-sub8 img {
    width: calc(100% / 2 - 20px / 2);
    margin-bottom: 5px;
  }

  #image-area-sub9 {
    margin: 20px auto 30px;
  }

  /*footer*/
  footer {
    height: auto;
  }

  footer .container {
    flex-direction: column;
    margin: 20px auto;
    padding: 0 10px;
    align-items: flex-start;
  }

  footer .container .left {
    flex-direction: column;
  }

  footer .container .left img {
    margin: 0 auto;
    width: 100px;
  }

  footer .container .HACCP {
    margin-top: 15px;
    margin-bottom: 10px;
    display: none;
  }

  footer .container .NK {
    display: none;
  }

  footer .article {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #999;
  }

  footer .article .sitemap {
    font-size: 14px;
    margin: 25px 0;
  }

  footer .article .address {
    margin-top: 0;
    margin-bottom: 3px;
  }

  footer .article .info {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 13px;
  }

  footer .article .copyright {
    font-size: 12px;
    color: #555;
  }
  .main-tab.pc {
    display: none;
  }
  .main-tab.m {
    display: block;
    margin-top: 30px;
  }

  .main-tab > div {
    width: 100%;
    margin-bottom: 20px;
  }

  .btn_green {
    padding: 12px 40px;
    font-size: 15px;
    margin-top: 30px;
  }

  .sub-text {
    font-size: 13px;
    line-height: 26px;
    margin-bottom: 50px;
  }

  .sub-text .text-green {
    font-size: 25px;
  }

  .sub-text .p-30 {
    font-size: 18px;
  }

  .main-tab .img-wrap {
    width: 100%;
    height: 100%;
  }

  .main-tab .img-wrap img {  
    max-height: 90px;
  }
}
