@charset "utf-8";

/* button */
.btns {
  text-align: center;
  margin-top: 65px;
}
.btn_s_d {
  display: inline-block;
  font-size: 14.5px;
  line-height: 33px;
  border-radius: 10px;
  border: 1px solid #cdcdcd;
  padding: 0 20px;
}
.btn_m {
  display: inline-block;
  font-size: 18px;
  line-height: 48px;
  color: #5c3427;
  border: 1px solid rgba(92, 52, 39, 0.5);
  border-radius: 25px;
  padding: 0 80px 0 30px;
  margin-top: 30px;
  background: url(/images/common/btn_arrow.png) right 20px center no-repeat;
}
.btn_m:hover {
  animation: btn_m_ani 0.7s ease alternate;
}
.btn_m_w {
  display: inline-block;
  font-size: 18px;
  line-height: 48px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 25px;
  padding: 0 80px 0 30px;
  background: url(/images/common/btn_arrow_w.png) right 20px center no-repeat;
}
.btn_m_w:hover {
  animation: btn_m_ani 0.7s ease alternate;
}
.btn_m_b {
  display: inline-block;
  font-size: 18px;
  line-height: 48px;
  color: #000;
  border: 1px solid rgba(49, 49, 49);
  border-radius: 25px;
  padding: 0 80px 0 30px;
  background: url(/images/common/btn_arrow_b.png) right 20px center no-repeat;
}
.btn_m_b:hover {
  animation: btn_m_ani 0.7s ease alternate;
}
.btn_m_b_f {
  display: inline-block;
  font-size: 18px;
  line-height: 50px;
  color: #fff;
  border-radius: 25px;
  padding: 0 80px 0 30px;
  background: url(/images/common/btn_arrow_w.png) right 20px center no-repeat
    #5c3427;
}
.btn_m_b_f:hover {
  animation: btn_m_ani 0.7s ease alternate;
}
.btn_m_y_c {
  display: inline-block;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  color: #5c3427;
  border-radius: 25px;
  padding: 0 30px;
  background: #fec526;
}
.btn_m_y_c span {
  display: inline-block;
  padding-right: 25px;
  background: url(/images/common/ico_close4.png) right center no-repeat;
}
.btn_l_f {
  display: inline-block;
  font-size: 24px;
  line-height: 70px;
  color: #fff;
  border-radius: 35px;
  padding: 0 110px 0 40px;
  background: url(/images/common/btn_arrow_w.png) right 25px center no-repeat
    #5c3427;
}
.btn_l_f:hover {
  animation: btn_l_ani 0.7s ease alternate;
}
.btn_l_f_y {
  display: inline-block;
  font-size: 24px;
  line-height: 70px;
  color: #5c3427;
  border-radius: 35px;
  padding: 0 110px 0 40px;
  background: url(/images/common/btn_arrow.png) right 25px center no-repeat
    #fec526;
}
.btn_l_f_y:hover {
  animation: btn_l_ani 0.7s ease alternate;
}
.btn_l_d {
  display: inline-block;
  min-width: 247px;
  font-size: 24px;
  line-height: 68px;
  color: #5c3427;
  border-radius: 35px;
  border: 1px solid #5c3427;
  margin: 0 6px;
}
.btn_l_d_f {
  display: inline-block;
  min-width: 247px;
  font-size: 24px;
  line-height: 70px;
  color: #fff;
  border-radius: 35px;
  background: #5c3427;
  margin: 0 6px;
}
.btn_l_d_f_g {
  display: inline-block;
  min-width: 247px;
  font-size: 24px;
  line-height: 70px;
  color: #fff;
  border-radius: 35px;
  background: #b7b7b7;
  margin: 0 6px;
}
.btn_l_ds_f {
  display: inline-block;
  min-width: 170px;
  font-size: 24px;
  line-height: 70px;
  color: #fff;
  border-radius: 35px;
  background: #5c3427;
  margin: 0 6px;
}
.btn_l_ds {
  display: inline-block;
  min-width: 170px;
  font-size: 24px;
  line-height: 68px;
  color: #5c3427;
  border-radius: 35px;
  border: 1px solid #5c3427;
  margin: 0 6px;
}
.btn_evt {
  display: inline-block;
  font-size: 18px;
  line-height: 48px;
  color: #5c3427;
  font-weight: 700;
  border: 1px solid #ad9993;
  padding: 0 80px 0 40px;
  background: url(/images/common/ico_gift.png) right 44px center no-repeat;
}
.btn_article {
  display: inline-block;
  font-size: 18px;
  line-height: 48px;
  color: #5c3427;
  font-weight: 700;
  border: 1px solid #ad9993;
  padding: 0 80px 0 40px;
  background: url(/images/common/ico_article.png) right 44px center no-repeat;
}
.btn_g_g {
  display: inline-block;
  font-size: 20px;
  line-height: 60px;
  color: #fff;
  background: #b7b7b7;
  border-radius: 10px;
  padding: 0 30px;
}

/* tab_mn */
.tab_mn {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.tab_mn ul {
  width: 100%;
  display: flex;
}
.tab_mn ul:after {
  content: "";
  display: block;
  clear: both;
}
.tab_mn ul li {
  position: relative;
  flex: 1;
  height: 48px;
  border-right: 1px solid #b8b8b8;
  border-top: 1px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
}
.tab_mn ul li:first-child {
  border-left: 1px solid #b8b8b8;
}
.tab_mn ul li a {
  position: absolute;
  left: -1px;
  top: -1px;
  display: block;
  width: calc(100% + 2px);
  height: 48px;
  font-size: 20px;
  text-align: center;
  line-height: 48px;
  color: #999;
}
.tab_mn ul li a:hover {
  color: #5c3427;
  font-weight: 700;
}
.tab_mn ul li.on a {
  background: #7f2629;
  color: #fff;
  font-weight: 700;
}
.tab_mn ul.c2 li {
  width: 50%;
}
.tab_mn ul.c3 li:nth-child(1) {
  width: 33.33333333%;
} /*220118 추가*/
.tab_mn ul.c3 li:nth-child(2) {
  width: 33.33333333%;
} /*220118 추가*/
.tab_mn ul.c3 li:nth-child(3) {
  width: 33.33333333%;
  border-right: none;
} /*220118 추가*/
.tab_mn ul.c3 {
  border-right: 1px solid #999;
}
.tab_mn ul.c4 li {
  width: 25%;
}
.tab_mn ul.c5 li {
  width: 20%;
}
.tab_mn ul.c6 li {
  width: 16.66666666666667%;
}
.tab_mn ul.c7 li {
  width: 14.28571428571429%;
}
.tab_mn + .top {
  padding-top: 15px;
}

/* tab_mn_s */
.tab_mn_s {
  width: 100%;
  margin: 50px 0 0;
}
.tab_mn_s ul {
  width: 100%;
}
.tab_mn_s ul:after {
  content: "";
  display: block;
  clear: both;
}
.tab_mn_s ul li {
  position: relative;
  float: left;
  margin: 0 26px;
}
.tab_mn_s ul li:after {
  position: absolute;
  left: -26px;
  top: 7px;
  width: 1px;
  height: 15px;
  background: #ccc;
  content: "";
}
.tab_mn_s ul li:first-child {
  margin-left: 0;
}
.tab_mn_s ul li:first-child:after {
  display: none;
}
.tab_mn_s ul li a {
  display: block;
  font-size: 18px;
  color: #999;
  padding: 0 5px;
}
.tab_mn_s ul li.on a {
  font-weight: 700;
  color: #684236;
  background: url(/images/common/tab_mn_s_bg.png) left bottom 3px repeat-x;
}

.tab_txt {
  position: relative;
  display: none;
  top: -14px;
}

/* sch_box */
.sch_box {
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}
.sch_box .select {
  display: inline-block;
  margin: 0 2.5px;
}
.sch_box .selectric-wrapper {
  border-radius: 30px 30px 0 0;
}
.sch_box .selectric .label {
  height: 60px;
  line-height: 58px;
  border-radius: 30px;
  padding-left: 30px;
}
.sch_box .selectric-open .label {
  border-radius: 30px 30px 0 0;
}
.sch_box .selectric-items {
  border-radius: 0 0 30px 30px;
}
.sch_box .selectric-items li {
  padding-left: 30px;
}
.sch_box .keyword {
  display: inline-block;
  width: 420px;
  height: 60px;
  border: 1px solid rgba(92, 52, 39, 0.5);
  border-radius: 30px;
  padding-left: 30px;
  padding-top: 1px;
}
.sch_box .keyword input[type="text"] {
  float: left;
  width: calc(100% - 92px);
  height: 56px;
  font-size: 18px;
  line-height: 56px;
  font-weight: 700;
  border-radius: 0;
  padding: 0;
  background: #fff;
}
.sch_box .keyword input[type="submit"] {
  float: right;
  width: 60px;
  height: 58px;
  background: url(/images/common/ico_search2.png) center no-repeat;
  text-indent: -9999em;
}
.sch_box .bottom {
  margin-top: 25px;
  text-align: left;
}

/* share_box */
.share_box {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 53px;
  height: 53px;
  overflow: hidden;
  transition: width 0.5s ease;
}
.share_box a.btn {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 53px;
  height: 53px;
  background: url(/images/common/ico_share.png) no-repeat #fff;
  text-indent: -9999em;
  border-radius: 100% 0 0 100%;
  z-index: 10;
}
.share_box ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 252px;
  transition: left 0.5s ease;
}
.share_box ul:after {
  content: "";
  display: block;
  clear: both;
}
.share_box ul li {
  float: left;
  margin: 0 5px;
}
.share_box ul li a {
  display: block;
  width: 53px;
  height: 53px;
  text-indent: -9999em;
}
.share_box ul li a.facebook {
  background: url(/images/common/ico_facebook_m_ov.png) no-repeat;
}
.share_box ul li a.youtube {
  background: url(/images/common/ico_youtube_m_ov.png) no-repeat;
}
.share_box ul li a.blog {
  background: url(/images/common/ico_blog_m_ov.png) no-repeat;
}

/* 스마트스토어 추가 */
.share_box ul li a.smartstore {
  background: url(/images/common/ico_smartstore_s.png) no-repeat;
}

.share_box ul li a.instagram {
  background: url(/images/common/ico_instagram_m_ov.png) no-repeat;
}
.share_box ul li a.band {
  background: url(/images/common/ico_band_m_ov.png) no-repeat;
}
.share_box ul li a.twitter {
  background: url(/images/common/ico_twitter_m_ov.png) no-repeat;
}
.share_box:hover {
  width: 405px;
}
.share_box:hover a.btn {
  background-image: url(/images/common/ico_share_ov.png);
}
.share_box:hover ul {
  left: 65px;
}

/* div_box */
.div_box {
  width: 100%;
}
.div_box:after {
  content: "";
  display: block;
  clear: both;
}
.div_box.c2 .con:nth-child(1) {
  float: left;
  width: 624px;
}
.div_box.c2 .con:nth-child(2) {
  float: right;
  width: 624px;
}

/* file */
.file_box {
  width: 100%;
}
.file_box:after {
  content: "";
  display: block;
  clear: both;
}
.file_box .upload_name {
  width: 500px;
  background: #fff;
}
.file_box input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.file_box label {
  display: inline-block;
  font-size: 14.5px;
  line-height: 33px;
  border-radius: 10px;
  border: 1px solid #cdcdcd;
  padding: 0 20px;
  margin: 0;
}
ul.file_list {
  width: 100%;
}
ul.file_list li {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
ul.file_list li:after {
  content: "";
  display: block;
  clear: both;
}
ul.file_list li .upload_name {
  float: left;
  width: calc(100% - 147px);
  height: 47px;
  line-height: 47px;
  background: #f1f1f1;
  border-radius: 10px;
  padding: 0 13px;
}
ul.file_list li input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
ul.file_list li label {
  float: right;
  width: 136px;
  text-align: center;
  font-size: 14.5px;
  line-height: 33px;
  border-radius: 10px;
  border: 1px solid #cdcdcd;
  padding: 0;
  margin: 0;
  margin-top: 6px;
}

/* agree_box */
.agree_box {
  border-top: 2px solid #000;
  padding-top: 28px;
}
.agree_box .txt_box {
  width: 100%;
  height: 226px;
  border: 1px solid #cdcdcd;
  padding: 23px 30px;
  overflow-y: auto;
}
.agree_box .txt_box.auto {
  height: auto;
}
.agree_box .chk {
  margin: 13px 0 25px;
}

/* table */
table.tbl_list {
  width: 100%;
  border-top: 3px solid #5c3427;
}
table.tbl_list thead th {
  font-size: 18px;
  color: #5c3427;
  line-height: 69px;
  text-align: center;
  border-bottom: 1px solid #d6cecb;
  background: #f3f3f3;
}
table.tbl_list tbody th,
table.tbl_list tbody td {
  position: relative;
  text-align: center;
  border-bottom: 1px solid #ded6d4;
  padding: 20px 0;
  vertical-align: middle;
}
table.tbl_list tbody th {
  font-weight: 700;
  color: #000;
}
table.tbl_list tbody td.sbj {
  padding-left: 50px;
  text-align: left;
}
table.tbl_list.ov tbody tr:hover td {
  background: #fafafa;
}
table.tbl_list.ov_l tbody tr:hover th,
table.tbl_list.ov_l tbody tr:hover td {
  border-bottom: 1px solid #5c3427;
}
table.tbl_list.ov_l tbody tr:hover th:after,
table.tbl_list.ov_l tbody tr:hover td:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #5c3427;
  content: "";
}
table.tbl_list_v {
  width: 100%;
  border-top: 3px solid #5c3427;
}
table.tbl_list_v thead th {
  font-size: 20px;
  color: #5c3427;
  line-height: 69px;
  text-align: center;
  border-bottom: 1px solid #d6cecb;
  border-right: 1px solid #ded6d4;
  background: #f3f3f3;
}
table.tbl_list_v thead th:last-child {
  border-right: 0;
}
table.tbl_list_v tbody th,
table.tbl_list_v tbody td {
  position: relative;
  text-align: center;
  border-bottom: 1px solid #ded6d4;
  border-right: 1px solid #ded6d4;
  padding: 20px 0;
  vertical-align: middle;
}
table.tbl_list_v tbody th {
  font-weight: 700;
  color: #000;
}
table.tbl_list_v tbody th:last-child {
  border-right: 0;
}
table.tbl_list_v tbody th.t_l {
  padding-left: 30px;
}
table.tbl_list_v tbody td.t_l {
  padding-left: 30px;
}
table.tbl_list_v tbody td:last-child {
  border-right: 0;
}
table.tbl_list_v tbody th.ln_r,
table.tbl_list_v tbody td.ln_r {
  border-right: 1px solid #ded6d4;
}
table.tbl_view {
  width: 100%;
  border-top: 1px solid #5c3427;
}
table.tbl_view thead th {
  position: relative;
  background: #f3f3f3;
  text-align: center;
  padding: 34px 0;
  border-bottom: 1px solid #d5cdca;
}
table.tbl_view thead th strong {
  font-size: 28px;
  line-height: 38px;
  color: #000;
  font-weight: 400;
}
table.tbl_view thead th p.date {
  position: absolute;
  right: 20px;
  bottom: 30px;
}
table.tbl_view tbody td.con {
  padding: 50px 20px 60px;
}
table.tbl_view tbody td.con .file {
  width: 100%;
  text-align: left;
  margin-top: 60px;
}
table.tbl_view tbody td.con .file span {
  padding-right: 10px;
}
table.tbl_view tbody td.con .bottom {
  width: 100%;
  text-align: center;
  margin-top: 60px;
}
table.tbl_view tbody td.con .bottom .share {
  text-align: center;
}
table.tbl_view tbody td.con .bottom .share ul {
  display: inline-block;
}
table.tbl_view tbody td.con .bottom .share ul:after {
  content: "";
  display: block;
  clear: both;
}
table.tbl_view tbody td.con .bottom .share ul li {
  float: left;
  margin: 0 15px;
}
table.tbl_view tbody td.con .bottom .share ul li a {
  display: block;
  width: 53px;
  height: 53px;
  text-indent: -9999em;
}
table.tbl_view tbody td.con .bottom .share ul li a.facebook {
  background: url(/images/common/ico_facebook_m.png) no-repeat;
}
table.tbl_view tbody td.con .bottom .share ul li a.facebook:hover {
  background: url(/images/common/ico_facebook_m_ov.png) no-repeat;
}
table.tbl_view tbody td.con .bottom .share ul li a.youtube {
  background: url(/images/common/ico_youtube_m.png) no-repeat;
}
table.tbl_view tbody td.con .bottom .share ul li a.youtube:hover {
  background: url(/images/common/ico_youtube_m_ov.png) no-repeat;
}
table.tbl_view tbody td.con .bottom .share ul li a.blog {
  background: url(/images/common/ico_blog_m.png) no-repeat;
}
table.tbl_view tbody td.con .bottom .share ul li a.blog:hover {
  background: url(/images/common/ico_blog_m_ov.png) no-repeat;
}
table.tbl_view tbody td.con .bottom .share ul li a.instagram {
  background: url(/images/common/ico_instagram_m.png) no-repeat;
}
table.tbl_view tbody td.con .bottom .share ul li a.instagram:hover {
  background: url(/images/common/ico_instagram_m_ov.png) no-repeat;
}
table.tbl_view tbody td.con .bottom .share ul li a.band {
  background: url(/images/common/ico_band_m.png) no-repeat;
}
table.tbl_view tbody td.con .bottom .share ul li a.band:hover {
  background: url(/images/common/ico_band_m_ov.png) no-repeat;
}
table.tbl_view tbody td.con .bottom .share ul li a.twitter {
  background: url(/images/common/ico_twitter_m.png) no-repeat;
}
table.tbl_view tbody td.con .bottom .share ul li a.twitter:hover {
  background: url(/images/common/ico_twitter_m_ov.png) no-repeat;
}
table.tbl_view tbody td.con .bottom a.btn_evt + .share,
table.tbl_view tbody td.con .bottom a.btn_article + .share {
  margin-top: 40px;
}
table.tbl_view tfoot td {
  position: relative;
  width: 100%;
  border-top: 1px solid #ded6d4;
  border-bottom: 1px solid #ded6d4;
}
table.tbl_view tfoot td:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1px;
  height: 34px;
  background: #ded6d4;
  content: "";
  margin-top: -17px;
}
table.tbl_view tfoot td a {
  display: block;
  width: 50%;
  font-size: 18px;
  line-height: 92px;
}
table.tbl_view tfoot td a.prev {
  float: left;
  background: url(/images/common/btn_prev.png) left center no-repeat;
  padding-left: 70px;
}
table.tbl_view tfoot td a.prev:hover {
  background-image: url(/images/common/btn_prev_on.png);
}
table.tbl_view tfoot td a.next {
  float: right;
  background: url(/images/common/btn_next.png) right center no-repeat;
  padding-right: 70px;
  text-align: right;
}
table.tbl_view tfoot td a.next:hover {
  background-image: url(/images/common/btn_next_on.png);
}
table.tbl_reg {
  width: 100%;
  border-top: 2px solid #000;
}
table.tbl_reg th,
table.tbl_reg td {
  line-height: 47px;
  vertical-align: middle;
  border-bottom: 1px solid #cdcdcd;
}
table.tbl_reg th {
  font-size: 18px;
  font-weight: 700;
  padding: 10px 0 10px 30px;
  border-right: 1px solid #cdcdcd;
}
table.tbl_reg td {
  padding: 10px 18px;
  border-right: 1px solid #cdcdcd;
  vertical-align: top;
}
table.tbl_reg td:last-child {
  border-right: 0;
}
table.tbl_reg th span.e {
  color: #ff6c00;
}
table.tbl_reg .msg {
  font-size: 14px;
  color: #ef253c;
}
table.tbl_reg .msg_o {
  color: #e47101;
}
table.tbl_reg .msg_g {
  color: #999;
  line-height: 26px;
}
table.tbl_reg th.va_t,
table.tbl_reg td.va_t {
  vertical-align: top;
}
table.tbl_reg th.va_t {
  padding-top: 20px;
  line-height: 26px;
}
table.tbl_reg td.ln {
  line-height: 26px;
}
table.tbl_reg td ul.lt li {
  margin-top: 8px;
}
table.tbl_reg td ul.lt li:first-child {
  margin-top: 0;
}
table.tbl_reg p.chk_txt {
  text-align: right;
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
table.tbl_reg.t_c th,
table.tbl_reg.t_c td {
  text-align: center;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
table.tbl_reg.t_c thead th {
  height: 68px;
  line-height: 26px;
}
table.tbl_reg.h_c thead th {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  background: #f3f3f3;
}
table.tbl_reg ::placeholder {
  color: #999;
  opacity: 1;
}
table.tbl_reg :-ms-input-placeholder {
  color: #999;
}
table.tbl_reg ::-ms-input-placeholder {
  color: #999;
}
table.tbl_reg + table.tbl_reg {
  margin-top: 100px;
}
table.faq_list {
  width: 100%;
  border-top: 3px solid #5c3427;
}
table.faq_list thead th {
  font-size: 18px;
  color: #5c3427;
  line-height: 69px;
  text-align: center;
  border-bottom: 1px solid #d6cecb;
  background: #f3f3f3;
}
table.faq_list tbody th,
table.faq_list tbody td {
  position: relative;
  text-align: left;
  border-bottom: 1px solid #ded6d4;
  padding: 20px 0 20px 50px;
  vertical-align: middle;
}
table.faq_list tbody th {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  border-right: 1px solid #ded6d4;
}
table.faq_list tbody td {
  padding-right: 50px;
}
table.faq_list tbody td strong {
  display: inline-block;
  width: 40px;
  font-size: 30px;
  font-weight: 700;
}
table.faq_list tbody tr.q {
  cursor: pointer;
}
table.faq_list tbody tr.a {
  display: none;
}
table.faq_list tbody tr.a td {
  background: #f6f5f0;
}
table.faq_list tbody tr.a td:after {
  position: absolute;
  left: 0;
  top: -2px;
  width: 100%;
  height: 2px;
  background: #5c3427;
  content: "";
}
table.faq_list tbody tr.a td strong {
  float: left;
  color: #5c3427;
  font-weight: 800;
}
table.faq_list tbody tr.a td p {
  float: left;
  width: 975px;
  line-height: 32px;
  color: #5c3427;
}
table.faq_list tbody tr.a.on {
  display: table-row;
}
table.faq_list tbody tr.q:hover th,
table.faq_list tbody tr.q:hover td {
  border-bottom: 1px solid #5c3427;
}
table.faq_list tbody tr.q:hover th:after,
table.faq_list tbody tr.q:hover td:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #5c3427;
  content: "";
}
table.faq_list.all tbody tr.a td {
  padding-left: 215px;
}

/* paginate */
.paginate {
  width: 100%;
  text-align: center;
  margin-top: 50px;
}
.paginate a {
  display: inline-block;
  min-width: 27px;
  height: 34px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 300;
  text-align: center;
}
.paginate a.first {
  width: 34px;
  background: url(/images/common/ico_paginate_first.png) center no-repeat;
  text-indent: -9999em;
  margin-right: 6px;
}
.paginate a.prev {
  width: 34px;
  background: url(/images/common/ico_paginate_prev.png) center no-repeat;
  text-indent: -9999em;
  margin-right: 10px;
}
.paginate a.next {
  width: 34px;
  background: url(/images/common/ico_paginate_next.png) center no-repeat;
  text-indent: -9999em;
  margin-left: 10px;
}
.paginate a.last {
  width: 34px;
  background: url(/images/common/ico_paginate_last.png) center no-repeat;
  text-indent: -9999em;
  margin-left: 6px;
}
.paginate a.curr {
  font-weight: 700;
}
.paginate a:hover {
  font-weight: 700;
}

/* ele */
.t_l {
  text-align: left !important;
}
.t_c {
  text-align: center !important;
}
.t_r {
  text-align: right !important;
}
.pd_0 {
  padding: 0 !important;
}
.pd_r0 {
  padding-right: 0 !important;
}
.w50 {
  width: 50px !important;
}
.w60 {
  width: 60px !important;
}
.w80 {
  width: 80px !important;
}
.w95 {
  width: 95px !important;
}
.w100 {
  width: 100px !important;
}
.w105 {
  width: 105px !important;
}
.w110 {
  width: 110px !important;
}
.w115 {
  width: 115px !important;
}
.w120 {
  width: 120px !important;
}
.w125 {
  width: 125px !important;
}
.w140 {
  width: 140px !important;
}
.w150 {
  width: 150px !important;
}
.w170 {
  width: 170px !important;
}
.w200 {
  width: 200px !important;
}
.w220 {
  width: 220px !important;
}
.w250 {
  width: 250px !important;
}
.w270 {
  width: 270px !important;
}
.w280 {
  width: 280px !important;
}
.w341 {
  width: 341px !important;
}
.w360 {
  width: 360px !important;
}
.w390 {
  width: 390px !important;
}
.w400 {
  width: 400px !important;
}
.w450 {
  width: 450px !important;
}
.w500 {
  width: 500px !important;
}
.w700 {
  width: 700px !important;
}
.w750 {
  width: 750px !important;
}
.w850 {
  width: 850px !important;
}
.w100p {
  width: 100% !important;
  min-width: auto !important;
}
.h100 {
  height: 100px !important;
}
.h400 {
  height: 400px !important;
}
.min_w140 {
  min-width: 140px !important;
}
.exc_box {
  text-align: center;
  margin-top: 40px;
}
.exc_box p {
  display: inline-block;
  font-size: 20px;
  color: #000;
  font-weight: 400;
  line-height: 33px;
  padding-left: 40px;
  background: url(/images/common/ico_exc.png) left center no-repeat;
}
.checkbox {
  width: 25px;
  height: 25px;
  vertical-align: middle;
  margin-right: 0;
  background: url("/images/common/checkbox.png") no-repeat;
  display: inline-block;
  cursor: pointer;
}
.checkbox.checked {
  background-position: 0 -25px;
}
.radio {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 0;
  background: url("/images/common/radio.png") no-repeat;
  display: inline-block;
  cursor: pointer;
}
.radio.checked {
  background-position: 0 -20px;
}
label {
  cursor: pointer;
  vertical-align: middle;
  padding-left: 8px;
  margin-right: 17px;
}
label:last-child {
  margin-right: 0;
}
input[type="text"],
input[type="password"] {
  width: 100%;
  height: 47px;
  line-height: 47px;
  background: #f1f1f1;
  border-radius: 10px;
  padding: 0 13px;
}
textarea {
  width: 100%;
  height: 300px;
  background: #f1f1f1;
  border-radius: 10px;
  padding: 10px 13px;
}
select:not(.slt) {
  min-width: 95px;
  height: 47px;
  border-radius: 10px;
  padding: 0 52px 0 13px;
  background: url(/images/common/ico_select3.png) right 15px center no-repeat
    #f1f1f1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
.calendar.ico_none + img.ui-datepicker-trigger {
  display: none;
}
.ui-datepicker-trigger {
  cursor: pointer;
}
.txt_o {
  font-size: 14px;
  color: #ff6c00;
  margin-bottom: 2px;
}
.cn {
  font-family: Helvetica;
  vertical-align: middle;
}

::placeholder {
  color: #333;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #333;
}
::-ms-input-placeholder {
  color: #333;
}

/* @keyframes */
@keyframes btn_m_ani {
  0% {
    background-position: right 20px center;
  }
  30% {
    background-position: right 35px center;
  }
  60% {
    background-position: right 15px center;
  }
  100% {
    background-position: right 20px center;
  }
}
@keyframes btn_m_ani2 {
  0% {
    background-position: right 30px center;
  }
  30% {
    background-position: right 45px center;
  }
  60% {
    background-position: right 25px center;
  }
  100% {
    background-position: right 30px center;
  }
}
@keyframes btn_l_ani {
  0% {
    background-position: right 25px center;
  }
  30% {
    background-position: right 40px center;
  }
  60% {
    background-position: right 20px center;
  }
  100% {
    background-position: right 25px center;
  }
}
@keyframes visual_btn_ani {
  0% {
    background-position: right 30px center;
  }
  30% {
    background-position: right 45px center;
  }
  60% {
    background-position: right 25px center;
  }
  100% {
    background-position: right 30px center;
  }
}

/********************************************************************************************************************************************************/

#wrap {
  width: 100%;
}

/* header */
#header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 91px;
  overflow: hidden;
  z-index: 9000;
  transition: all 0.5s ease;
}
#header:after {
  position: absolute;
  left: 0;
  top: 90px;
  width: 100%;
  height: 1px;
  background: #ccc;
  content: "";
}
#header .inner {
  position: relative;
  width: 1280px;
  margin: 0 auto;
  z-index: 100;
}
#header h1 {
  position: absolute;
  left: -38px;
  top: 0;
}
#header h1 a {
  display: block;
  width: 110px;
  height: 90px;
  background: url(/images/common/logo.png) center 20px no-repeat;
  text-indent: -9999em;
}
#header .gnb {
  width: 100%;
  text-align: right;
}
#header .gnb ul.nav {
  position: relative;
  display: inline-block;
  text-align: left;
  padding-bottom: 36px;
  z-index: 100;
}
#header .gnb ul.nav:after {
  content: "";
  display: block;
  clear: both;
}
#header .gnb ul.nav > li {
  position: relative;
  float: left;
}
#header .gnb ul.nav > li:after {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 41px;
  width: 1px;
  height: 12px;
  background: #979797;
  content: "";
}
#header .gnb ul.nav > li:first-child:after {
  display: none;
}
#header .gnb ul.nav > li > a {
  display: block;
  width: 172px;
  line-height: 90px;
  font-size: 18px;
  color: #2f2f2f;
  font-weight: 700;
  text-align: center;
  transition: background 0.5s ease;
} /* 210510 */
#header .gnb ul.nav > li.bossam > a {
  background: url(/images/common/nav_bossam_g.png?ver=1) center no-repeat;
  text-indent: -9999em;
}
#header .gnb ul.nav > li.parkga > a {
  background: url(/images/common/nav_parkga_g.png?ver=1) center no-repeat;
  text-indent: -9999em;
}
#header .gnb ul.nav > li.morishabu > a {
  background: url(/images/common/nav_morishabu_g.png?ver=1) center no-repeat;
  text-indent: -9999em;
}
/* #header .gnb ul.nav > li.wonandone > a{background:url(/images/common/nav_wonandone_g.png?ver=1) center no-repeat; text-indent:-9999em} */ /* 210510 */
#header .gnb ul.nav > li.on.bossam > a {
  background: url(/images/common/nav_bossam.png?ver=1) center no-repeat;
  text-indent: -9999em;
}
#header .gnb ul.nav > li.on.parkga > a {
  background: url(/images/common/nav_parkga.png?ver=1) center no-repeat;
  text-indent: -9999em;
}
#header .gnb ul.nav > li.on.morishabu > a {
  background: url(/images/common/nav_morishabu.png?ver=1) center no-repeat;
  text-indent: -9999em;
}
/* #header .gnb ul.nav > li.on.wonandone > a{background:url(/images/common/nav_wonandone.png?ver=1) center no-repeat; text-indent:-9999em} */ /* 210510 */
#header .gnb ul.nav > li.on > a {
  color: #ffc629;
}
#header .gnb ul.nav > li > ul.dpt2 {
  position: relative;
  width: 100%;
  margin-top: 27px;
}
#header .gnb ul.nav > li > ul.dpt2:after {
  position: absolute;
  left: 0;
  top: 3px;
  width: 1px;
  height: calc(100% - 6px);
  background: #d8d8d8;
  content: "";
  transition: background 0.5s ease;
}
#header .gnb ul.nav > li > ul.dpt2 > li {
  text-align: center;
}
#header .gnb ul.nav > li > ul.dpt2 > li > a {
  display: block;
  line-height: 40px;
  font-weight: 700;
  color: #2f2f2f;
  opacity: 0.8;
  transition: opacity 0.5s ease;
}
#header .gnb ul.nav > li > ul.dpt2 > li > a:hover {
  opacity: 1;
  color: #5c3427;
}
#header .gnb ul.nav > li > ul.dpt2 > li > ul.dpt3 {
  display: none;
  margin: -4px 0 10px;
}
#header .gnb ul.nav > li > ul.dpt2 > li > ul.dpt3 > li > a {
  display: block;
  font-size: 14px;
  line-height: 28px;
  color: #2f2f2f;
  opacity: 0.8;
}
#header .gnb ul.nav > li > ul.dpt2 > li > ul.dpt3 > li > a:hover {
  opacity: 1;
  color: #5c3427;
}
#header .gnb ul.nav > li > ul.dpt2 > li:hover ul.dpt3 {
  display: block;
}
#header .gnb .bar {
  position: absolute;
  left: 0;
  top: 87px;
  width: 172px;
  height: 4px;
  background: #fec526;
  opacity: 0;
  transition: all 0.4s ease;
} /* 210510 */
#header .gnb .bar.on {
  opacity: 1;
}
#header .top_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 91px;
  background: #fff;
}
#header .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 15px);
  transition: all 0.5s ease;
}
#header .bg .sdw {
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100%;
  height: 15px;
  background: url(/images/common/header_sdw.png) repeat-x;
  opacity: 0;
  transition: opacity 0.5s ease;
}
#header.on:after {
  background: #bfc1c1;
}
#header.on h1 a {
  background-image: url(/images/common/logo.png);
}
#header.on .gnb ul.nav > li.bossam > a {
  background: url(/images/common/nav_bossam_g.png?ver=1) center no-repeat;
}
#header.on .gnb ul.nav > li.parkga > a {
  background: url(/images/common/nav_parkga_g.png?ver=1) center no-repeat;
}
#header.on .gnb ul.nav > li.morishabu > a {
  background: url(/images/common/nav_morishabu_g.png?ver=1) center no-repeat;
}
/* #header.on .gnb ul.nav > li.wonandone > a{background:url(/images/common/nav_wonandone_g.png?ver=1) center no-repeat} */ /* 210510 */
#header.on .gnb ul.nav > li > a {
  color: #2f2f2f;
}
#header.on .gnb ul.nav > li.on > ul.dpt2 > li > a {
  font-weight: 800;
  opacity: 1;
}
#header.on .gnb ul.nav > li.on > ul.dpt2:after {
  background: #643e32;
}
#header.on .gnb ul.nav > li.on.bossam > a {
  background: url(/images/common/nav_bossam.png?ver=1) center no-repeat;
}
#header.on .gnb ul.nav > li.on.parkga > a {
  background: url(/images/common/nav_parkga.png?ver=1) center no-repeat !important;
}
#header.on .gnb ul.nav > li.on.morishabu > a {
  background: url(/images/common/nav_morishabu.png?ver=1) center no-repeat !important;
}
/* #header.on .gnb ul.nav > li.on.wonandone > a{background:url(/images/common/nav_wonandone.png?ver=1) center no-repeat} */ /* 210510 */
#header.on .bg {
  background: #fff;
}
#header.on .bg .sdw {
  opacity: 1;
}
body.intro #header .gnb ul.nav > li.on.bossam > a {
  background: url(/images/common/nav_bossam.png) center no-repeat;
}
body.intro #header .gnb ul.nav > li.on.parkga > a {
  background: url(/images/common/nav_parkga.png?ver=1) center no-repeat;
}
body.intro #header .gnb ul.nav > li.on.morishabu > a {
  background: url(/images/common/nav_morishabu.png?ver=1) center no-repeat;
}
/* body.intro #header .gnb ul.nav > li.on.wonandone > a{background:url(/images/common/nav_wonandone.png) center no-repeat} */ /* 210510 */

/* container */
#container {
  position: relative;
  width: 100%;
}

/* main */
#container .main {
  position: relative;
  width: 100%;
}
#container .main .visual {
  position: relative;
  width: 100%;
  height: 700px;
  margin: 0 auto;
  background: #eff1f1;
  text-align: center;
  margin-top: 90px;
}
#container .main .visual .inner {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1920px;
  margin-left: -960px;
}
#container .main .visual .swiper-slide {
  position: relative;
}
#container .main .visual .swiper-slide a.view {
  position: absolute;
  left: 50%;
  top: 460px;
  margin-left: -647px;
  padding-right: 108px;
  background-position: right 30px center;
  z-index: 10;
}
#container .main .visual .swiper-slide a.view:hover {
  animation: visual_btn_ani 0.7s ease alternate;
}
#container .main .visual .swiper-pagination {
  position: absolute;
  left: 50%;
  top: 535px;
  bottom: auto;
  text-align: left;
  margin-left: -651px;
}
#container .main .visual .swiper-pagination-bullet {
  width: 24px;
  height: auto;
  background: none;
  opacity: 1;
  color: #999;
  line-height: 20px;
  text-align: center;
  margin: 0 6px;
  border-radius: 0;
  letter-spacing: -1px;
}
#container .main .visual .swiper-pagination-bullet-active {
  border-bottom: 1px solid #000;
  font-weight: 700;
  color: #000;
}
#container .main .quick_bar {
  position: relative;
  width: 100%;
  background: #5c3427;
  z-index: 100;
}
#container .main .quick_bar ul.item {
  width: 1280px;
  margin: 0 auto;
}
#container .main .quick_bar ul.item:after {
  content: "";
  display: block;
  clear: both;
}
#container .main .quick_bar ul.item > li {
  float: left;
  width: 183px;
}
#container .main .quick_bar ul.item > li:last-child {
  width: 182px;
}
#container .main .quick_bar ul.item > li > a {
  position: relative;
  display: block;
  width: 100%;
  height: 126px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding-top: 83px;
  z-index: 100;
}
#container .main .quick_bar ul.item > li > a:after {
  display: none;
  position: absolute;
  left: -1px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #5c3427;
  content: "";
}
#container .main .quick_bar ul.item > li > a:hover:after {
  display: block;
}
#container .main .quick_bar ul.item > li:nth-child(1) > a {
  background: url(/images/main/quick1_main.jpg) no-repeat;
}
#container .main .quick_bar ul.item > li:nth-child(2) > a {
  background: url(/images/main/quick2_main.jpg) no-repeat;
}
#container .main .quick_bar ul.item > li:nth-child(3) > a {
  background: url(/images/main/quick3_main.jpg) no-repeat;
}
#container .main .quick_bar ul.item > li:nth-child(4) > a {
  background: url(/images/main/quick4_main.jpg) no-repeat;
}
/* #container .main .quick_bar ul.item > li:nth-child(4) > a{background:url(/images/main/quick4_h.jpg) no-repeat} */

#container .main .quick_bar ul.item > li:nth-child(5) > a {
  background: url(/images/main/quick5_main.jpg) no-repeat;
}
#container .main .quick_bar ul.item > li:nth-child(6) > a {
  background: url(/images/main/quick6_main.jpg) no-repeat;
}
#container .main .quick_bar ul.item > li:nth-child(7) > a {
  background: url(/images/main/quick7_main.jpg) no-repeat;
}
#container .main .quick_bar ul.item > li:nth-child(1):hover > a {
  background: url(/images/main/quick1_on_main.jpg) no-repeat;
}
#container .main .quick_bar ul.item > li:nth-child(2):hover > a {
  background: url(/images/main/quick2_on_main.jpg) no-repeat;
}
#container .main .quick_bar ul.item > li:nth-child(3):hover > a {
  background: url(/images/main/quick3_on_main.jpg) no-repeat;
}
#container .main .quick_bar ul.item > li:nth-child(4):hover > a {
  background: url(/images/main/quick4_on_main.jpg) no-repeat;
}
/* #container .main .quick_bar ul.item > li:nth-child(4):hover > a{background:url(/images/main/quick4a_on_h.jpg) no-repeat} */

#container .main .quick_bar ul.item > li:nth-child(5):hover > a {
  background: url(/images/main/quick5_on_main.jpg) no-repeat;
}
#container .main .quick_bar ul.item > li:nth-child(6):hover > a {
  background: url(/images/main/quick6_on_main.jpg) no-repeat;
}
#container .main .quick_bar ul.item > li:nth-child(7):hover > a {
  background: url(/images/main/quick7_on_main.jpg) no-repeat;
}
#container .main .quick_bar ul.item > li .mn {
  position: absolute;
  left: 0;
  top: 0;
  height: 66px;
  opacity: 1;
  transition: top 0.3s ease;
}
#container .main .quick_bar ul.item > li .mn ul {
  position: relative;
  top: 0;
  height: 46px;
  background: #fff;
  padding: 0 15px;
  border-radius: 23px;
  box-shadow: 0 7px 9px rgba(0, 0, 0, 0.09);
}
#container .main .quick_bar ul.item > li .mn ul:after {
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top: 46px;
  width: 13px;
  height: 11px;
  background: url(/images/main/arrow.png) no-repeat;
  content: "";
  clear: both;
}
#container .main .quick_bar ul.item > li .mn ul li {
  position: relative;
  float: left;
}
#container .main .quick_bar ul.item > li .mn ul li:after {
  position: absolute;
  left: 0;
  top: 13px;
  width: 1px;
  height: 20px;
  background: #c09888;
  content: "";
}
#container .main .quick_bar ul.item > li .mn ul li:first-child:after {
  display: none;
}
#container .main .quick_bar ul.item > li .mn ul li a {
  display: block;
  font-size: 18px;
  line-height: 46px;
  color: #5c3427;
  padding: 0 15px;
}
#container .main .quick_bar ul.item > li .mn ul li a:hover {
  font-weight: 800;
}
#container .main .quick_bar ul.item > li:hover > a {
  color: #5c3427;
  font-weight: 700;
}
#container .main .quick_bar ul.item > li:hover .mn {
  top: -66px;
}
/*210910 수정 Start(추석 이후 삭제 예정)*/
/* #container .main .quick_bar ul.item > li:nth-of-type(4) .mn{opacity:0;transition:top 0.3s ease, opacity 0.3s ease;}
#container .main .quick_bar ul.item > li:nth-of-type(4):hover .mn{top:-149px;opacity:1;}
#container .main .quick_bar ul.item > li:nth-of-type(4) .mn ul{width:370px;height:129px;padding:10px 0 14px;text-align:center;}
#container .main .quick_bar ul.item > li:nth-of-type(4) .mn ul::before{content:"";position:absolute;top:77px;width:100%;transform:translateX(-50%);border-bottom:2px dashed #e1cfc7;}
#container .main .quick_bar ul.item > li:nth-of-type(4) .mn ul::after{top:129px;}
#container .main .quick_bar ul.item > li:nth-of-type(4) .mn ul li{float:none;display:inline-block;}
#container .main .quick_bar ul.item > li:nth-of-type(4) .mn ul li:nth-of-type(1){display:block;}
#container .main .quick_bar ul.item > li:nth-of-type(4) .mn ul li:after{display:none;}
#container .main .quick_bar ul.item > li:nth-of-type(4) .mn ul li:nth-of-type(3)::after,
#container .main .quick_bar ul.item > li:nth-of-type(4) .mn ul li:nth-of-type(5)::after{display:block;top:5px;}
#container .main .quick_bar ul.item > li:nth-of-type(4) .mn ul li a{padding:0 12px;line-height:30px;}
#container .main .quick_bar ul.item > li:nth-of-type(4) .mn ul li:nth-last-of-type(1),
#container .main .quick_bar ul.item > li:nth-of-type(4) .mn ul li:nth-last-of-type(2){margin-top:16px;} */
/*210910 수정 End*/
#container .main .quick_bar .blind {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 126px;
  background: #5c3427;
}
#container .main .content {
  background: url(/images/main/bg.jpg);
  padding: 40px 0 65px;
}
#container .main .content .inner {
  width: 1280px;
  margin: 0 auto;
}
#container .main .content .banner {
  box-shadow: 0 7px 9px rgba(0, 0, 0, 0.09);
}
#container .main .content .bottom {
  width: 100%;
  margin-top: 0px;
}
#container .main .content .bottom:after {
  content: "";
  display: block;
  clear: both;
}
#container .main .content .bottom .notice {
  position: relative;
  float: left;
  width: 574px;
  height: 362px;
  padding: 35px 30px;
  background: #fff;
  box-shadow: 0 7px 9px rgba(0, 0, 0, 0.09);
}
#container .main .content .bottom .notice h2 {
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #fdad02;
  border-bottom: 1px solid #fdad02;
}
#container .main .content .bottom .notice .con {
  margin-top: 20px;
}
#container .main .content .bottom .notice .con strong {
  font-size: 28px;
  line-height: 38px;
  font-weight: 400;
  color: #5c3427;
}
#container .main .content .bottom .notice .con p.txt {
  height: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 26px 0 20px;
}
#container .main .content .bottom .notice .con p.date {
  font-size: 20px;
  font-weight: 700;
}
#container .main .content .bottom .notice .con .swiper-button-prev {
  position: absolute;
  left: auto;
  right: 114px;
  top: auto;
  bottom: 28px;
  width: 53px;
  height: 53px;
  margin: 0;
  background: url(/images/common/btn_prev.png) no-repeat;
  outline: 0;
}
#container .main .content .bottom .notice .con .swiper-button-prev:hover {
  background: url(/images/common/btn_prev_on.png) no-repeat;
}
#container .main .content .bottom .notice .con .swiper-button-next {
  position: absolute;
  right: 42px;
  top: auto;
  bottom: 28px;
  width: 53px;
  height: 53px;
  margin: 0;
  background: url(/images/common/btn_next.png) no-repeat;
  outline: 0;
}
#container .main .content .bottom .notice .con .swiper-button-next:hover {
  background: url(/images/common/btn_next_on.png) no-repeat;
}
#container .main .content .bottom .success {
  position: relative;
  float: left;
  width: 326px;
  height: 362px;
  margin-left: 36px;
  text-align: center;
  background: url(/images/main/ico_success.png) center 51px no-repeat #ffc629;
  box-shadow: 0 7px 9px rgba(0, 0, 0, 0.09);
}
#container .main .content .bottom .success h2 {
  display: block;
  font-size: 28px;
  color: #5c3427;
  padding: 168px 0 14px;
}
#container .main .content .bottom .success p {
  line-height: 24px;
  color: #5c3427;
  margin-bottom: 25px;
}

#container .main .content .bottom .success p a{
  margin-top: 5px;
}

#container .main .content .bottom .p_rsv {
  position: relative;
  float: left;
  width: 326px;
  height: 362px;
  margin-left: 18px;
  text-align: center;
  background: url(/images/main/ico_presentation.png) 129px 51px no-repeat
    #832017;
  box-shadow: 0 7px 9px rgba(0, 0, 0, 0.09);
}
#container .main .content .bottom .p_rsv h2 {
  display: block;
  font-size: 28px;
  color: #fff;
  padding: 168px 0 14px;
}
#container .main .content .bottom .p_rsv p {
  line-height: 24px;
  color: #fff;
  margin-bottom: 25px;
}

/* intro */
#container .intro {
  position: relative;
  width: 100%;
}
#container .intro .visual {
  position: relative;
  width: 100%;
  height: 700px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  margin-top: 90px;
}
#container .intro .visual .inner {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1920px;
  margin-left: -960px;
}
#container .intro .visual .swiper-slide {
  position: relative;
}
#container .intro .visual .swiper-slide img {
  height: 700px;
}
#container .intro .visual .swiper-slide a.view {
  position: absolute;
  left: 50%;
  top: 416px;
  margin-left: -647px;
  padding-right: 108px;
  background-position: right 30px center;
  z-index: 10;
}
#container .intro .visual .swiper-slide a.view:hover {
  animation: visual_btn_ani 0.7s ease alternate;
}
#container .intro .visual .swiper-pagination {
  position: absolute;
  left: 50%;
  top: 504px;
  bottom: auto;
  text-align: left;
  margin-left: -651px;
}
#container .intro .visual .swiper-pagination-bullet {
  width: 24px;
  height: auto;
  background: none;
  opacity: 1;
  color: #fff;
  line-height: 20px;
  text-align: center;
  margin: 0 6px;
  border-radius: 0;
  letter-spacing: -1px;
}
/*#container .intro .visual .swiper-pagination-bullet{width:24px; height:auto; background:none; opacity:1; color:#999; line-height:20px; text-align:center; margin:0 6px; border-radius:0; letter-spacing:-1px}*/
#container .intro .quick_bar {
  position: relative;
  width: 100%;
  background: #5c3427;
  z-index: 100;
}
#container .intro .quick_bar ul.item {
  width: 1280px;
  margin: 0 auto;
}
#container .intro .quick_bar ul.item:after {
  content: "";
  display: block;
  clear: both;
}
#container .intro .quick_bar ul.item > li {
  position: relative;
  float: left;
  width: 183px;
  z-index: 5;
}
#container .intro .quick_bar ul.item > li:last-child {
  width: 182px;
}
#container .intro .quick_bar ul.item > li > a {
  position: relative;
  display: block;
  width: 100%;
  height: 126px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding-top: 83px;
  z-index: 100;
}
#container .intro .quick_bar ul.item > li > a:after {
  display: none;
  position: absolute;
  left: -1px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #5c3427;
  content: "";
}
#container .intro .quick_bar ul.item > li > a:hover:after {
  display: block;
}
#container .intro .quick_bar ul.item > li:nth-child(1) > a {
  background: url(/images/bossam/quick6_new.jpg) no-repeat;
}
#container .intro .quick_bar ul.item > li:nth-child(2) > a {
  background: url(/images/main/quick2.jpg) no-repeat;
}
#container .intro .quick_bar ul.item > li:nth-child(3) > a {
  background: url(/images/main/quick3_bossam.jpg) no-repeat;
  background-size: 100%;
}
#container .intro .quick_bar ul.item > li:nth-child(4) > a {
  background: url(/images/main/quick4.jpg) no-repeat;
}
#container .intro .quick_bar ul.item > li:nth-child(5) > a {
  background: url(/images/main/quick5.jpg) no-repeat;
}
#container .intro .quick_bar ul.item > li:nth-child(6) > a {
  background: url(/images/main/quick6.jpg) no-repeat;
}
#container .intro .quick_bar ul.item > li:nth-child(7) > a {
  background: url(/images/main/quick7.jpg) no-repeat;
}
#container .intro .quick_bar ul.item > li:nth-child(1):hover > a {
  background: url(/images/bossam/quick6_on_new.jpg) no-repeat;
}
#container .intro .quick_bar ul.item > li:nth-child(2):hover > a {
  background: url(/images/main/quick2a_on.jpg) no-repeat;
}
#container .intro .quick_bar ul.item > li:nth-child(3):hover > a {
  background: url(/images/main/quick3_on_bossam.jpg) no-repeat;
  background-size: 100%;
}
#container .intro .quick_bar ul.item > li:nth-child(4):hover > a {
  background: url(/images/main/quick4a_on.jpg) no-repeat;
}
#container .intro .quick_bar ul.item > li:nth-child(5):hover > a {
  background: url(/images/main/quick5a_on.jpg) no-repeat;
}
#container .intro .quick_bar ul.item > li:nth-child(6):hover > a {
  background: url(/images/main/quick6a_on.jpg) no-repeat;
}
#container .intro .quick_bar ul.item > li:nth-child(7):hover > a {
  background: url(/images/main/quick7a_on.jpg) no-repeat;
}
#container .intro .quick_bar ul.item > li:hover {
  z-index: 10;
}
#container .intro .quick_bar ul.item > li:hover > a {
  color: #5c3427;
  font-weight: 700;
  box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.1);
}

#container .intro.parkga .quick_bar {
  background: #c5161d;
}
#container .intro.parkga .quick_bar ul.item > li {
  width: 213px;
}
#container .intro.parkga .quick_bar ul.item > li:last-child {
  width: 215px;
}
#container .intro.parkga .quick_bar ul.item > li > a:after {
  background: #c5161d;
}
#container .intro.parkga .quick_bar ul.item > li:nth-child(1) > a {
  background: url(/images/parkga/quick1.jpg) no-repeat;
}
#container .intro.parkga .quick_bar ul.item > li:nth-child(2) > a {
  background: url(/images/parkga/quick2_parkga.jpg) no-repeat;
  background-size: 100%;
}
#container .intro.parkga .quick_bar ul.item > li:nth-child(3) > a {
  background: url(/images/parkga/quick3.jpg) no-repeat;
}
#container .intro.parkga .quick_bar ul.item > li:nth-child(4) > a {
  background: url(/images/parkga/quick4.jpg) no-repeat;
}
#container .intro.parkga .quick_bar ul.item > li:nth-child(5) > a {
  background: url(/images/parkga/quick5.jpg) no-repeat;
}
#container .intro.parkga .quick_bar ul.item > li:nth-child(6) > a {
  background: url(/images/parkga/quick6.jpg) no-repeat;
}
#container .intro.parkga .quick_bar ul.item > li:nth-child(1):hover > a {
  background: url(/images/parkga/quick1_on.jpg) no-repeat;
}
#container .intro.parkga .quick_bar ul.item > li:nth-child(2):hover > a {
  background: url(/images/parkga/quick2_on_parkga.jpg) no-repeat;
  background-size: 100%;
}
#container .intro.parkga .quick_bar ul.item > li:nth-child(3):hover > a {
  background: url(/images/parkga/quick3_on.jpg) no-repeat;
}
#container .intro.parkga .quick_bar ul.item > li:nth-child(4):hover > a {
  background: url(/images/parkga/quick4_on.jpg) no-repeat;
}
#container .intro.parkga .quick_bar ul.item > li:nth-child(5):hover > a {
  background: url(/images/parkga/quick5_on.jpg) no-repeat;
}
#container .intro.parkga .quick_bar ul.item > li:nth-child(6):hover > a {
  background: url(/images/parkga/quick6_on.jpg) no-repeat;
}
#container .intro.parkga .quick_bar ul.item > li:hover > a {
  color: #000;
}
#container .intro.morishabu .quick_bar {
  background: #8dc63f;
}
#container .intro.morishabu .quick_bar ul.item > li {
  width: 320px;
}
#container .intro.morishabu .quick_bar ul.item > li:last-child {
  width: 320px;
}
#container .intro.morishabu .quick_bar ul.item > li > a:after {
  background: #8dc63f;
}
#container .intro.morishabu .quick_bar ul.item > li:nth-child(1) > a {
  background: url(/images/morishabu/quick1.jpg) no-repeat;
}
#container .intro.morishabu .quick_bar ul.item > li:nth-child(2) > a {
  background: url(/images/morishabu/quick2.jpg) no-repeat;
}
#container .intro.morishabu .quick_bar ul.item > li:nth-child(3) > a {
  background: url(/images/morishabu/quick3.jpg) no-repeat;
}
#container .intro.morishabu .quick_bar ul.item > li:nth-child(4) > a {
  background: url(/images/morishabu/quick4.jpg) no-repeat;
}
#container .intro.morishabu .quick_bar ul.item > li:nth-child(1):hover > a {
  background: url(/images/morishabu/quick1_on.jpg) no-repeat;
}
#container .intro.morishabu .quick_bar ul.item > li:nth-child(2):hover > a {
  background: url(/images/morishabu/quick2_on.jpg) no-repeat;
}
#container .intro.morishabu .quick_bar ul.item > li:nth-child(3):hover > a {
  background: url(/images/morishabu/quick3_on.jpg) no-repeat;
}
#container .intro.morishabu .quick_bar ul.item > li:nth-child(4):hover > a {
  background: url(/images/morishabu/quick4_on.jpg) no-repeat;
}
#container .intro.morishabu .quick_bar ul.item > li:hover > a {
  color: #000;
}
#container .intro .visual .swiper-pagination-bullet-active {
  border-bottom: 1px solid #000;
  font-weight: 700;
  color: #000;
}
#container .intro .spc_menu {
  width: 1280px;
  margin: 120px auto;
}
#container .intro .spc_menu h2 {
  display: block;
  font-size: 35px;
  line-height: 36px;
  text-align: center;
  color: #000;
}
#container .intro .spc_menu ul {
  margin-top: 60px;
}
#container .intro .spc_menu ul li {
  width: 100%;
  margin-top: 80px;
}
#container .intro .spc_menu ul li:first-child {
  margin-top: 0;
}
#container .intro .spc_menu ul li:after {
  content: "";
  display: block;
  clear: both;
}
#container .intro .spc_menu ul li .img {
  float: left;
  width: 640px;
}
#container .intro .spc_menu ul li .info {
  float: left;
  display: table;
  width: 640px;
  height: 530px;
  padding-left: 100px;
}
#container .intro .spc_menu ul li .info .inner {
  display: table-cell;
  vertical-align: middle;
}

/* 220617 추가 */
#container .intro .spc_menu ul li .info.p0 .inner {
  text-align: center;
}
#container .intro .spc_menu ul li .info.p0 {
  padding: 0px;
}

#container .intro .spc_menu ul li .info h3 {
  display: block;
  width: 100%;
}
#container .intro .spc_menu ul li .info h3 span {
  font-size: 18px;
  font-weight: 700;
  color: #fdad02;
  border-bottom: 1px solid #fdad02;
  padding-bottom: 3px;
}
#container .intro .spc_menu ul li .info strong {
  display: block;
  font-size: 40px;
  line-height: 40px;
  color: #5c3427;
  font-weight: 400;
  margin: 25px 0 30px;
  letter-spacing: -1px;
}
#container .intro .spc_menu ul li .info p {
  margin-bottom: 23px;
}
#container .intro .spc_menu ul li .info p span.bold {
  font-size: 18.5px;
  font-weight: bold;
} /* 220616 추가 */
#container .intro .quick {
  position: relative;
  width: 100%;
  height: 23.438vw;
  overflow: hidden;
}
#container .intro .quick ul.items {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 200;
}
#container .intro .quick ul.items:after {
  content: "";
  display: block;
  clear: both;
}
#container .intro .quick ul.items li {
  position: relative;
  float: left;
  display: table;
  width: 33.333%;
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  text-align: center;
  color: #fff;
}
#container .intro .quick ul.items li:first-child {
  border-left: 0;
}
#container .intro .quick ul.items li .inner {
  display: table-cell;
  vertical-align: middle;
}
#container .intro .quick ul.items li .inner .box {
  position: relative;
  display: inline-block;
  padding-top: 83px;
  padding-bottom: 50px;
  z-index: 10;
}
#container .intro .quick ul.items li .inner .box strong {
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
}
#container .intro .quick ul.items li .inner .box p {
  line-height: 24px;
  margin: 10px 0 25px;
}
#container .intro .quick ul.items li a {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 50%;
  z-index: 20;
}
#container .intro .quick ul.items li .blind {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 101%;
  background: #fdc526;
  opacity: 0;
  transition: opacity 0.3s ease;
}
#container .intro .quick ul.items li:hover .inner .box a span {
  animation: btn_m_ani 0.7s ease alternate;
}
#container .intro .quick ul.items li.kakao .inner .box {
  background: url(/images/common/ico_kakao_gift.png) center top no-repeat;
}
#container .intro .quick ul.items li.lunchbox .inner .box {
  background: url(/images/common/ico_lunchbox.png) center 5px no-repeat;
}
#container .intro .quick ul.items li.shopping .inner .box {
  background: url(/images/common/ico_shopping.png) center 0px no-repeat;
}
#container .intro .quick ul.items li.event .inner .box {
  background: url(/images/common/ico_event.png) center 1px no-repeat;
}
#container .intro .quick ul.items li:hover .blind {
  opacity: 1;
}
#container .intro.bossam .quick ul.items li .blind {
  background: #fdc526;
}
#container .intro.bossam .quick ul.items li:hover.kakao .inner .box {
  background: url(/images/common/ico_kakao_gift_b.png) center top no-repeat;
}
#container .intro.bossam .quick ul.items li:hover.lunchbox .inner .box {
  background: url(/images/common/ico_lunchbox_b.png) center 5px no-repeat;
}
#container .intro.bossam .quick ul.items li:hover.shopping .inner .box {
  background: url(/images/common/ico_shopping_b.png) center 0px no-repeat;
}
#container .intro.bossam .quick ul.items li:hover .inner .box strong {
  color: #5c3428;
}
#container .intro.bossam .quick ul.items li:hover .inner .box p {
  color: #5c3428;
}
#container .intro.bossam .quick ul.items li:hover a span {
  color: #5c3427;
  border: 1px solid rgba(92, 52, 39, 0.5);
  border-radius: 25px;
  padding: 0 80px 0 30px;
  background: url(/images/common/btn_arrow.png) right 20px center no-repeat;
}
#container .intro.parkga .quick ul.items li .blind {
  background: #c8102e;
}
#container .intro .quick .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#container .intro .quick .bg .swiper-container {
  width: 100%;
  height: 100%;
}
#container .intro .quick .bg .swiper-slide {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#container .intro .sns {
  margin: 120px auto;
  text-align: center;
}
#container .intro .sns h2 {
  display: block;
  font-size: 35px;
  line-height: 36px;
  text-align: center;
  color: #000;
  margin-bottom: 60px;
}
#container .intro .sns .swiper-container {
  margin-left: -294px;
}
#container .intro .sns .swiper-slide {
  position: relative;
  width: 294px;
  margin-right: 35px;
  opacity: 0.4;
  transition: opacity 0.5s ease;
}
#container .intro .sns .swiper-slide .ico {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 10;
}
#container .intro .sns .swiper-slide-prev,
#container .intro .sns .swiper-slide-next,
#container .intro .sns .swiper-slide-next + li,
#container .intro .sns .swiper-slide-active {
  opacity: 1;
}
#container .intro .sns ul.share {
  display: inline-block;
  margin-top: 60px;
}
#container .intro .sns ul.share:after {
  content: "";
  display: block;
  clear: both;
}
#container .intro .sns ul.share li {
  float: left;
  margin: 0 14px;
}
#container .intro .sns ul.share li a {
  display: block;
  width: 60px;
  height: 60px;
  text-indent: -9999em;
}
#container .intro .sns ul.share li a.facebook {
  background: url(/images/common/ico_facebook_l.png) no-repeat;
}
#container .intro .sns ul.share li a.facebook:hover {
  background: url(/images/common/ico_facebook_l_ov.png) no-repeat;
}
#container .intro .sns ul.share li a.youtube {
  background: url(/images/common/ico_youtube_l.png) no-repeat;
}
#container .intro .sns ul.share li a.youtube:hover {
  background: url(/images/common/ico_youtube_l_ov.png) no-repeat;
}
#container .intro .sns ul.share li a.blog {
  background: url(/images/common/ico_blog_l.png) no-repeat;
}
#container .intro .sns ul.share li a.blog:hover {
  background: url(/images/common/ico_blog_l_ov.png) no-repeat;
}
#container .intro .sns ul.share li a.instagram {
  background: url(/images/common/ico_instagram_l.png) no-repeat;
}
#container .intro .sns ul.share li a.instagram:hover {
  background: url(/images/common/ico_instagram_l_ov.png) no-repeat;
}
#container .intro .sns ul.share li a.band {
  background: url(/images/common/ico_band_l.png) no-repeat;
}
#container .intro .sns ul.share li a.band:hover {
  background: url(/images/common/ico_band_l_ov.png) no-repeat;
}
#container .intro .sns ul.share li a.twitter {
  background: url(/images/common/ico_twitter_l.png) no-repeat;
}
#container .intro .sns ul.share li a.twitter:hover {
  background: url(/images/common/ico_twitter_l_ov.png) no-repeat;
}
#container .intro .store_sch {
  width: 1280px;
  height: 285px;
  margin: 120px auto 0;
  background: url(/images/bossam/store_sch_bg.jpg) no-repeat;
  padding-top: 115px;
}
#container .intro .store_sch:after {
  content: "";
  display: block;
  clear: both;
}
#container .intro .store_sch h2 {
  float: left;
  display: block;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 0;
  color: #613023;
  font-weight: 700;
}
#container .intro .store_sch h2 strong {
  font-weight: 800;
  color: #fdd000;
}
#container .intro .store_sch .ipt {
  float: right;
  padding-top: 25px;
}
#container .intro .store_sch .ipt:after {
  content: "";
  display: block;
  clear: both;
}
#container .intro .store_sch .ipt .select {
  float: left;
  width: 200px;
  margin-right: 10px;
}
#container .intro .store_sch .ipt .select select {
  width: 200px;
}
#container .intro .store_sch .ipt .keyword {
  float: left;
  width: 240px;
  height: 50px;
  border: 1px solid rgba(92, 52, 39, 0.5);
  border-radius: 25px;
  padding-left: 20px;
  padding-top: 1px;
}
#container .intro .store_sch .ipt .keyword input[type="text"] {
  float: left;
  width: 163px;
  height: 46px;
  font-size: 18px;
  line-height: 46px;
  color: #613023;
  font-weight: 700;
  border-radius: 0;
  padding: 0;
  background: #fff;
}
#container .intro .store_sch .ipt .keyword input[type="button"] {
  float: right;
  width: 55px;
  height: 48px;
  background: url(/images/common/ico_search.png) center no-repeat;
  text-indent: -9999em;
}
#container .intro.parkga .spc_menu ul li .info h3 span {
  color: #c00d0e;
  border-bottom: 1px solid #c00d0e;
}
#container .intro.parkga .store_sch {
  background: url(/images/parkga/store_sch_bg.jpg) no-repeat;
}
#container .intro.parkga .store_sch h2 strong {
  color: #c00d0e;
}
#container .intro.morishabu .visual .swiper-pagination-bullet {
  color: #fff;
  opacity: 0.5;
}
#container .intro.morishabu .visual .swiper-pagination-bullet-active {
  border-bottom: 1px solid #fff;
  color: #fff;
  opacity: 1;
}
#container .intro.morishabu .spc_menu ul li .info h3 span {
  color: #94c11e;
  border-bottom: 1px solid #94c11e;
}

/* popup */
#popup {
  position: absolute;
  right: 12%;
  top: -1000%;
  width: 527px;
  z-index: 8500;
}
#popup.on {
  top: 91px;
}
#popup .swiper-pagination {
  bottom: 10px;
  line-height: 14px;
}
#popup .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: none;
  opacity: 1;
  margin: 0 5px;
  border: 1px solid #5c3428;
}
#popup .swiper-pagination-bullet-active {
  background: #5c3428;
}
#popup .btn {
  width: 100%;
}
#popup .btn:after {
  content: "";
  display: block;
  clear: both;
}
#popup .btn a {
  float: left;
  display: block;
  width: 50%;
  background: #474747;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
}
#popup .btn a:first-child {
  border-right: 1px solid #a3a3a3;
}

/* popup2 */
#popup2 {
  position: absolute;
  right: calc(4% + 527px);
  top: -1000%;
  width: 375px;
  z-index: 8500;
}
#popup2.on {
  top: 91px;
}
#popup2 .con {
  width: 100%;
}
#popup2 .con img {
  width: 100%;
}

#popup2 .btn {
  width: 100%;
}
#popup2 .btn:after {
  content: "";
  display: block;
  clear: both;
}
#popup2 .btn a {
  float: left;
  display: block;
  width: 50%;
  background: #474747;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
}
#popup2 .btn a:first-child {
  border-right: 1px solid #a3a3a3;
}

/* sub */
#container .sub .visual {
  position: relative;
  width: 100%;
  height: 280px;
  background: url(/images/bossam/visual.jpg?ver=1) center top no-repeat;
  background-size: cover;
}
#container .sub .visual h2 {
  position: absolute;
  left: 0;
  top: 156px;
  width: 100%;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#container .sub .visual .inner {
  position: relative;
  width: 1280px;
  height: 100%;
  margin: 0 auto;
}
#container .sub .visual .inner .loc {
  position: absolute;
  left: 0;
  bottom: 12px;
}
#container .sub .visual .inner .loc:after {
  content: "";
  display: block;
  clear: both;
}
#container .sub .visual .inner .loc a {
  display: block;
  float: left;
}
#container .sub .visual .inner .loc a.home {
  width: 33px;
  background: url(/images/common/ico_loc_home.png) left center no-repeat;
  text-indent: -9999em;
}
#container .sub .visual .inner .loc a.link {
  font-size: 14px;
  color: #fff;
  padding: 0 15px 0 20px;
  background: url(/images/common/ico_loc_arrow.png) left center no-repeat;
}
#container .sub .content {
  position: relative;
  width: 1280px;
  margin: 45px auto 160px;
}
#container .sub .content > .top {
  position: relative;
  text-align: center;
  padding-bottom: 32px;
}
#container .sub .content > .top h3 {
  display: block;
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
  color: #000;
  text-align: center;
}
#container .sub .content > .top p.txt {
  font-weight: 700;
  margin: 30px 0 10px;
}
#container .sub .content > .top p.txt2 {
  font-size: 20px;
  font-weight: 700;
  margin: 30px 0 10px;
}

#container .sub .content > .top p.txt2 .highlight {
  position: relative;
  font-weight: 800;
}
#container .sub .content > .top p.txt2 .highlight::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #fec526;
}

#container .sub .content > .top .tel {
  position: absolute;
  right: 0;
  top: 5px;
}
#container .sub .content > .top .tel.bossam {
  position: relative;
}
#container .sub .content .t_h_top {
  width: 100%;
  margin-bottom: 25px;
}
#container .sub .content .t_h_top:after {
  content: "";
  display: block;
  clear: both;
}
#container .sub .content .t_h_top h4 {
  display: block;
  font-size: 26px;
  font-weight: 700;
  color: #000;
}
#container .sub .content table + .t_h_top {
  margin-top: 70px;
}
#container .sub .content.full {
  width: 100%;
}
#container .sub.bossam .visual {
  background-image: url(/images/bossam/visual.jpg?ver=3);
}
#container .sub.parkga .visual {
  background-image: url(/images/parkga/visual.jpg?ver=3);
}
#container .sub.morishabu .visual {
  background-image: url(/images/morishabu/visual.jpg?ver=3);
}
#container .sub.wonandone .visual {
  background-image: url(/images/wonandone/visual.jpg?ver=3);
}
#container .sub.founding .visual {
  background-image: url(/images/founding/visual.jpg?ver=3);
}
#container .sub.customer .visual {
  background-image: url(/images/customer/visual.jpg?ver=3);
}

/* brand */
#container .brand .top p.txt {
  font-size: 20px;
  line-height: 38px;
}
#container .brand .vs {
  text-align: center;
}
#container .brand h4 {
  display: block;
  font-size: 36px;
  line-height: 1;
  color: #000;
  text-align: center;
  font-weight: 700;
  padding: 60px 0 30px;
}
#container .brand ul.list > li {
  width: 100%;
  background: #f6f5f0;
  padding: 60px 0;
}
#container .brand ul.list > li:nth-child(even) {
  background: #fff;
}
#container .brand ul.list > li .inner {
  width: 1280px;
  margin: 0 auto;
}
#container .brand ul.list > li .inner:after {
  content: "";
  display: block;
  clear: both;
}
#container .brand ul.list > li .inner .img {
  position: relative;
  float: left;
  width: 564px;
  box-shadow: 0px 11px 13px 0 rgba(0, 0, 0, 0.14);
}
#container .brand ul.list > li .inner .img .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  line-height: 0;
}
#container .brand ul.list > li .inner .img .swiper-pagination-bullet {
  width: 33px;
  height: 5px;
  background: #d6d5d1;
  opacity: 1;
  color: #999;
  line-height: 20px;
  text-align: center;
  margin-right: 12px;
  border-radius: 5px;
  letter-spacing: -1px;
  outline: 0;
}
#container .brand ul.list > li .inner .img .swiper-pagination-bullet-active {
  background: #6e2617;
}
#container .brand ul.list > li .inner .info {
  float: left;
  margin-left: 75px;
  display: table;
  height: 350px;
}
#container .brand ul.list > li .inner .info .in {
  display: table-cell;
  vertical-align: middle;
}
#container .brand ul.list > li .inner .info .in h5 {
  font-size: 36px;
  line-height: 1;
  color: #5c3327;
}
#container .brand ul.list > li .inner .info .in h6 {
  font-size: 36px;
  line-height: 1;
  color: #95c11f;
}
#container .brand ul.list > li .inner .info .in p.txt {
  font-size: 20px;
  line-height: 38px;
  color: #333;
  margin: 30px 0 15px;
}
#container .brand ul.list > li .inner .info .in ul.ingredients:after {
  content: "";
  display: block;
  clear: both;
}
#container .brand ul.list > li .inner .info .in ul.ingredients li {
  float: left;
  margin-right: 30px;
  text-align: center;
}
#container .brand ul.list > li .inner .info .in ul.ingredients li p {
  margin-top: 5px;
}
#container .parkga .brand ul.list > li .inner .info .in h5 {
  color: #c4161c;
}

/* menu */
#container ul.menu_list {
  width: 1300px;
  margin-left: -10px;
  display: flex;
  flex-wrap: wrap;
}
#container ul.menu_list:after {
  content: "";
  display: block;
  clear: both;
}
#container ul.menu_list > li {
  position: relative;
  float: left;
  width: 305px;
  margin: 0 10px 55px;
}
#container ul.menu_list > li > .ctg {
  position: absolute;
  left: 0;
  top: 0;
  width: 66px;
  font-weight: 800;
  line-height: 32px;
  text-align: center;
}
#container ul.menu_list > li > .ctg.new {
  background: #fec526;
  color: #5c3427;
}
#container ul.menu_list > li > .ctg.best {
  background: #c5161d;
  color: #fff;
}
#container ul.menu_list > li > .info {
  position: relative;
  padding: 0 5px;
  margin-top: 20px;
}
#container ul.menu_list > li > .info strong {
  display: block;
  font-size: 26px;
  line-height: 32px;
  color: #000;
  font-weight: 400;
}
#container ul.menu_list > li > .info p {
  min-height: 112px;
  line-height: 28px;
  margin-top: 10px;
}
#container ul.menu_list > li > .info .ctg {
  width: 100%;
  margin-top: 20px;
}
#container ul.menu_list > li > .info .ctg .new {
  display: inline-block;
  width: 100px;
  line-height: 34px;
  font-weight: 700;
  background: #c4161c;
  color: #fff;
  text-align: center;
  border-radius: 15px;
  margin-right: 2px;
}
#container ul.menu_list > li > .info .ctg .best {
  display: inline-block;
  width: 100px;
  line-height: 32px;
  font-weight: 700;
  border: 1px solid #c4161c;
  color: #c4161c;
  text-align: center;
  border-radius: 15px;
  margin-right: 2px;
}
#container ul.menu_list > li > .mark {
  display: flex;
  margin-top: 25px;
}
#container ul.menu_list > li > .mark li {
  margin-left: 20px;
}
#container ul.menu_list > li > .mark li:first-child {
  margin-left: 0;
}
#container .bossam ul.menu_list > li {
  height: 448px;
}
#container ul.menu_list.c2 {
  width: 1310px;
  margin-left: -15px;
}
#container ul.menu_list.c2 > li {
  width: 625px;
  margin: 0 15px 55px;
}
#container ul.menu_list2 {
  width: 1310px;
  margin-left: -15px;
}
#container ul.menu_list2:after {
  content: "";
  display: block;
  clear: both;
}
#container ul.menu_list2 li {
  position: relative;
  float: left;
  width: 625px;
  height: 450px;
  margin: 0 15px;
  text-align: center;
  padding-top: 165px;
  transition: box-shadow 0.3s ease;
}
#container ul.menu_list2 li strong {
  display: block;
  line-height: 1;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  text-shadow: 0 0 35px rgba(0, 0, 0, 0.41);
}
#container ul.menu_list2 li a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 233px;
  border: 2px solid rgba(0, 0, 0, 0);
  transition: border-color 0.3s ease;
}
#container ul.menu_list2 li a span {
  padding: 0 110px 0 30px;
  background-position: right 30px center;
}
#container ul.menu_list2 li a:hover span {
  animation: btn_m_ani2 0.7s ease alternate;
}
#container ul.menu_list2 li.on {
  box-shadow: 7px 7px 9px 0 rgba(0, 0, 0, 0.17);
}
#container ul.menu_list2 li.on a {
  border-color: #a7d500;
}
#container ul.menu_list2 li.shabu {
  background: url(/images/morishabu/menu_shabu.jpg) no-repeat;
}
#container ul.menu_list2 li.salad {
  background: url(/images/morishabu/menu_salad.jpg) no-repeat;
}
#container .morishabu .menu .menu_tbl {
  width: 100%;
  margin-top: 95px;
}
#container .morishabu .menu .menu_tbl:after {
  content: "";
  display: block;
  clear: both;
}
#container .morishabu .menu .menu_tbl table.mt1 {
  float: left;
  width: 625px;
  margin-bottom: 50px;
}
#container .morishabu .menu .menu_tbl table.mt2 {
  float: right;
  width: 625px;
  margin-bottom: 50px;
}
#container .morishabu .menu .menu_tbl table.mt3 {
  clear: both;
}
#container .morishabu .menu .menu_tbl table.mt3 thead th {
  background: none;
}
#container .morishabu .menu .menu_tbl table.mt3 tbody th {
  padding-left: 30px;
}
#container .morishabu .menu .menu_tbl table.mt3 tbody th.ctg1 {
  background: #f3f3f3;
  padding-left: 80px;
}
#container .morishabu .menu .menu_tbl table.mt3 tbody th.ctg2 {
  background: #f3f3f3;
  padding-left: 60px;
}
#container .morishabu .menu .menu_tbl table.mt3 tbody td.rc {
  text-align: left;
  padding-left: 30px;
}
#container .morishabu .menu .menu_tbl table thead th {
  font-weight: 700;
}
#container .morishabu .menu .menu_tbl table tbody th {
  text-align: left;
  color: #333;
  font-weight: 400;
  padding-left: 80px;
}
#container .morishabu .menu .menu_tbl table tbody td strong em {
  font-size: 20px;
  font-weight: 700;
}
#container .menu_view {
  display: none;
  position: absolute;
  left: 50%;
  top: 470px;
  margin-left: -640px;
  width: 1280px;
  padding: 50px 0;
  background: #fff;
  text-align: center;
  z-index: 11000;
}
#container .menu_view.on {
  display: block;
}
#container .menu_view a.btn_close {
  position: absolute;
  right: 30px;
  top: 30px;
  display: block;
  width: 60px;
  height: 60px;
  background: url(/images/common/ico_close.png) no-repeat;
  text-indent: -9999em;
}
#container .menu_view h4 {
  display: block;
  font-size: 36px;
  line-height: 1;
  color: #000;
  margin-bottom: 20px;
}
#container .menu_view ul.list {
  width: 1020px;
  margin: 50px auto 20px;
}
#container .menu_view ul.list:after {
  content: "";
  display: block;
  clear: both;
}
#container .menu_view ul.list li {
  float: left;
  width: 288px;
  height: 445px;
  margin: 0 26px;
}
#container .menu_view ul.list li .img {
  position: relative;
  width: 288px;
  height: 288px;
  border-radius: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
#container .menu_view ul.list li .img .tit {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: table;
  z-index: 10;
}
#container .menu_view ul.list li .img .tit strong {
  font-size: 22px;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  text-shadow: 8px 8px 9px rgba(0, 0, 0, 0.21);
}
#container .menu_view ul.list li > strong {
  display: block;
  font-size: 22px;
  line-height: 1;
  color: #000;
  margin-bottom: 12px;
}
#container .menu_view ul.list.tp2 li .img {
  background: #000;
}
#container .menu_view ul.list.tp2 li .img img {
  opacity: 0.7;
}
#container .menu_view h5 {
  display: block;
  font-size: 34px;
  line-height: 1;
  color: #5c3427;
  font-weight: 800;
}
#container .menu_view .flavors {
  position: relative;
  width: 100%;
  height: 234px;
  margin-top: 24px;
  margin-bottom: 30px;
  background: url(/images/morishabu/flavors.png) center top no-repeat;
}
#container .menu_view .flavors strong.t {
  width: 100%;
  height: 48px;
  padding-top: 186px;
  display: block;
  font-size: 24px;
  line-height: 48px;
  color: #5c3427;
  text-align: center;
  font-weight: 700;
}
#container .menu_view .flavors ul li strong {
  display: block;
  font-size: 24px;
  font-weight: 700;
}
#container .menu_view .flavors ul li p {
  font-size: 20px;
  line-height: 32px;
  color: #333;
}
#container .menu_view .flavors ul li.c strong {
  position: absolute;
  left: 295px;
  top: 58px;
  color: #5c3427;
}
#container .menu_view .flavors ul li.c p {
  position: absolute;
  left: 0;
  top: 130px;
  width: 385px;
  text-align: right;
}
#container .menu_view .flavors ul li.s strong {
  position: absolute;
  right: 295px;
  top: 58px;
  color: #a62f1b;
}
#container .menu_view .flavors ul li.s p {
  position: absolute;
  right: 0;
  top: 130px;
  width: 385px;
  text-align: left;
}
#container .mgift .banner {
  width: 100%;
  height: 470px;
  background: url(/images/bossam/mgift_banner.jpg) no-repeat;
  padding: 120px 0 0 235px;
}
#container .mgift .banner strong {
  display: block;
  font-size: 45px;
  line-height: 60px;
  color: #000;
  font-weight: 400;
}
#container .mgift .banner strong em {
  font-weight: 700;
}
#container .mgift .banner p {
  font-size: 20px;
  color: #000;
  margin-top: 13px;
}
#container .mgift .banner p em {
  font-weight: 700;
}
#container .mgift .mtd {
  width: 100%;
  margin-top: 33px;
}
#container .mgift .mtd h4 {
  position: relative;
  display: block;
  text-align: center;
}
#container .mgift .mtd h4 span {
  position: relative;
  display: inline-block;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  color: #5c3427;
  background: #fff;
  padding: 0 20px;
}
#container .mgift .mtd h4:before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #5c3427;
  content: "";
}
#container .mgift .mtd ul.step {
  width: 100%;
  height: 310px;
  margin-top: 37px;
}
#container .mgift .mtd ul.step:after {
  content: "";
  display: block;
  clear: both;
}
#container .mgift .mtd ul.step li {
  float: left;
  width: 33.333%;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  padding-top: 215px;
}
#container .mgift .mtd ul.step li p {
  margin-bottom: 8px;
}
#container .mgift .mtd ul.step.buy {
  background: url(/images/bossam/mgift_buy_step.png) center top no-repeat;
}
#container .mgift .mtd ul.step.use {
  background: url(/images/bossam/mgift_use_step.png) center top no-repeat;
}
#container .parkga .mgift .banner {
  background-image: url(/images/parkga/mgift_banner.jpg);
}
#container .parkga .mgift .mtd ul.step.buy {
  background: url(/images/parkga/mgift_buy_step.png) center top no-repeat;
}
#container .parkga .mgift .mtd ul.step.use {
  background: url(/images/parkga/mgift_use_step.png) center top no-repeat;
}

/* store */
#container .store_con {
  width: 100%;
}
#container .store_con:after {
  content: "";
  display: block;
  clear: both;
}
#container .store_con .con {
  float: left;
  width: 625px;
}
#container .store_con .con .tab_mn {
  margin-bottom: 0;
}
#container .store_con .con .sch {
  height: 98px;
  padding: 24px 0 24px 18px;
}
#container .store_con .con .sch .region {
  display: none;
  width: 100%;
}
#container .store_con .con .sch .region.on {
  display: block;
}
#container .store_con .con .sch .region:after {
  content: "";
  display: block;
  clear: both;
}
#container .store_con .con .sch .region .select {
  float: left;
  width: 254px;
}
#container .store_con .con .sch .region .select:first-child {
  margin-right: 16px;
}
#container .store_con .con .sch .region .select .selectric-wrapper {
  width: 100% !important;
}
#container .store_con .con .sch .region .select .selectric .label {
  padding-left: 30px;
}
#container .store_con .con .sch .region .select .selectric-items li {
  padding-left: 30px;
}
#container .store_con .con .sch .region input[type="button"] {
  float: left;
  margin-left: 12px;
  width: 50px;
  height: 50px;
  background: url(/images/common/ico_search2.png) center no-repeat;
  text-indent: -9999em;
}
#container .store_con .con .sch .name {
  display: none;
  width: 100%;
}
#container .store_con .con .sch .name.on {
  display: block;
}
#container .store_con .con .sch .name:after {
  content: "";
  display: block;
  clear: both;
}
#container .store_con .con .sch .name input[type="text"] {
  float: left;
  width: 524px;
  height: 50px;
  border: 1px solid rgba(92, 52, 39, 0.5);
  border-radius: 25px;
  background: #fff;
  padding-left: 30px;
}
#container .store_con .con .sch .name input[type="button"] {
  float: left;
  margin-left: 12px;
  width: 50px;
  height: 50px;
  background: url(/images/common/ico_search2.png) center no-repeat;
  text-indent: -9999em;
}
#container .store_con .con .opt {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 21px 0 21px 18px;
}
#container .store_con .con .label-info {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 21px 0 21px 18px;
	color: #333;
	font-size: 13px;
	font-weight: 700;
	line-height: 32px;
  transform: rotate(-0.03deg);
}

#container .store_con .con .label-info img {
	width: 25px;
	margin-right: 8px;
}

#container .sub.parkga .store_con .con .label-info img {
	width: 30px;
	margin-right: 8px;
}
#container .store_con .con .list {
  height: 607px;
  overflow-y: auto;
}
#container .store_con .con .list > ul > li {
  position: relative;
  width: 100%;
  padding: 18px 25px 11px 18px;
  border-bottom: 1px solid #e5e5e5;
}
#container .store_con .con .list > ul > li:after {
  content: "";
  display: block;
  clear: both;
}
#container .store_con .con .list > ul > li .ctg {
  margin-bottom: 15px;
}

/* 230808 컬러 변경 */
#container .store_con .con .list > ul > li .ctg span {
  display: inline-block;
  padding: 0 12px;
  border-radius: 20px;
  background: #1a4122;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
}
#container .store_con .con .list > ul > li .in {
  position: relative;
}
#container .store_con .con .list > ul > li .in:after {
  content: "";
  display: block;
  clear: both;
}
#container .store_con .con .list > ul > li .info {
  float: left;
  width: 277px;
  padding-top: 7px;
}
#container .store_con .con .list > ul > li .info .tit {
  font-size: 24px;
  font-weight: 700;
  color: #000;
}

#container .store_con .con .list > ul > li .info .tit img {
	margin-left: 5px;
}

#container .store_con .con .list > ul > li .info .tel {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  line-height: 1;
  margin: 14px 0 3px;
}
#container .store_con .con .list > ul > li .info .tel .ctg {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 10px;
}
#container .store_con .con .list > ul > li .info .tel .ctg span {
  line-height: 24px;
}
#container .store_con .con .list > ul > li .info .addr {
  font-weight: 700;
  color: #333;
}
#container .store_con .con .list > ul > li ul.svc {
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -51px;
  width: 288px;
}
#container .store_con .con .list > ul > li ul.svc:after {
  content: "";
  display: block;
  clear: both;
}
#container .store_con .con .list > ul > li ul.svc li {
  float: left;
  width: 72px;
  font-size: 14px;
  text-align: center;
  padding-top: 78px;
}
#container .store_con .con .list > ul > li ul.svc li.packing {
  background: url(/images/common/ico_packing.png) center top no-repeat;
}
#container .store_con .con .list > ul > li ul.svc li.delivery {
  background: url(/images/common/ico_delivery.png) center top no-repeat;
}
#container .store_con .con .list > ul > li ul.svc li.parking {
  background: url(/images/common/ico_parking.png) center top no-repeat;
}
#container .store_con .con .list > ul > li ul.svc li.dine_in {
  background: url(/images/common/ico_dine_in.png) center top no-repeat;
}
#container .store_con .con .list > ul > li a.view {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999em;
}
#container .store_con .map {
  position: relative;
  float: right;
  width: 626px;
  height: 828px;
}
#container ul.store_list {
  width: 1310px;
  margin-left: -15px;
}
#container ul.store_list:after {
  content: "";
  display: block;
  clear: both;
}
#container ul.store_list li {
  position: relative;
  float: left;
  width: 625px;
  height: 450px;
  margin: 0 15px;
  text-align: center;
  padding-top: 165px;
  transition: box-shadow 0.3s ease;
}
#container ul.store_list li strong {
  display: block;
  line-height: 1;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  text-shadow: 0 0 35px rgba(0, 0, 0, 0.41);
}
#container ul.store_list li a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 233px;
  border: 2px solid rgba(0, 0, 0, 0);
  transition: border-color 0.3s ease;
}
#container ul.store_list li a span {
  padding: 0 110px 0 30px;
  background-position: right 30px center;
}
#container ul.store_list li a:hover span {
  animation: btn_m_ani2 0.7s ease alternate;
}
#container ul.store_list li.on {
  box-shadow: 7px 7px 9px 0 rgba(0, 0, 0, 0.17);
}
#container ul.store_list li.on a {
  border-color: #a7d500;
}
#container ul.store_list li.cheonggye {
  background: url(/images/morishabu/store_cheonggye.jpg) no-repeat;
}
#container ul.store_list li.cheonan {
  background: url(/images/morishabu/store_cheonan.jpg) no-repeat;
}
#container #store_view {
  position: absolute;
  left: 50%;
  top: -200%;
  margin-left: -640px;
  width: 1280px;
  height: 1032px;
  background: #fff;
  z-index: 11000;
}
#container #store_view.on {
  top: 470px;
}
#container #store_view a.btn_close {
  position: absolute;
  right: 30px;
  top: 30px;
  display: block;
  width: 60px;
  height: 60px;
  background: url(/images/common/ico_close.png) no-repeat;
  text-indent: -9999em;
}
#container #store_view .con {
  padding: 50px 60px 0 45px;
}
#container #store_view .con h4 {
  display: block;
  font-size: 36px;
  color: #000;
  line-height: 1;
}
#container #store_view .con h4 .ctg {
  display: inline-block;
  padding: 0 25px;
  margin-left: 10px;
  border-radius: 20px;
  background: #009d50;
  font-size: 18px;
  color: #fff;
  line-height: 40px;
}
#container #store_view .con .top {
  position: relative;
  height: 309px;
  width: 100%;
  margin-top: 23px;
}
#container #store_view .con .top:after {
  content: "";
  display: block;
  clear: both;
}
#container #store_view .con .top .gallery {
  float: left;
  width: 530px;
}
#container #store_view .con .top .gallery .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: -70px;
  text-align: left;
}
#container #store_view .con .top .gallery .swiper-pagination-bullet {
  width: 24px;
  height: auto;
  background: none;
  opacity: 1;
  color: #999;
  line-height: 20px;
  text-align: center;
  margin-right: 12px;
  border-radius: 0;
  letter-spacing: -1px;
  outline: 0;
}
#container #store_view .con .top .gallery .swiper-pagination-bullet-active {
  border-bottom: 1px solid #000;
  font-weight: 700;
  color: #000;
}
#container #store_view .con .top .info {
  display: table;
  float: right;
  width: 600px;
  height: 309px;
  border-top: 2px solid #5c3427;
  border-bottom: 1px solid #d6cecb;
  background: url(/images/common/store_info_bg.jpg) repeat-y;
}
#container #store_view .con .top .info .inner {
  display: table-cell;
  vertical-align: middle;
}
#container #store_view .con .top .info table {
  width: 100%;
}
#container #store_view .con .top .info table th,
#container #store_view .con .top .info table td {
  line-height: 34px;
  padding-left: 30px;
}
#container #store_view .con .top .info table td .icon_call {
  padding-right: 5px;
}
#container #store_view .con .top .info table tr:first-child th,
#container #store_view .con .top .info table tr:first-child td {
  padding-top: 17px;
}
#container #store_view .con .top .info table tr:last-child th,
#container #store_view .con .top .info table tr:last-child td {
  padding-bottom: 17px;
}
#container #store_view .con .top .info table a[target="_blank"] {
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  background: #613023;
  border-radius: 5px;
  padding: 0 15px;
}
#container #store_view .map {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 514px;
}

/* 2020.09.09 모리샤브 매장을 레이어팝업에서 페이지로 바꾸면서 추가 */
#container #store_view.morishabu {
  position: relative;
}

.realtime_search_result {
  position: relative;
}
.realtime_search_result #layer_search_result {
  position: absolute;
  top: 55px;
  left: 20px;
  width: 300px;
  z-index: 888;
  background: #fff;
  border: 1px solid #5b607d;
  padding: 5px;
  display: none;
}
.realtime_search_result .real_line {
  width: 290px;
  height: 22px;
  line-height: 20px;
  overflow: hidden;
  font-size: 13px;
}
.realtime_search_result .real_line:hover {
  width: 290px;
  height: 22px;
  line-height: 20px;
  overflow: hidden;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
}

/* event_list */
#container ul.event_list {
  width: 850px;
  margin: 0 auto;
}
#container ul.event_list > li {
  position: relative;
  margin-top: 50px;
}
#container ul.event_list > li:first-child {
  margin-top: 0;
}
#container ul.event_list > li .box {
  width: 100%;
  height: 292px;
  border: 1px solid #d2d2d2;
  transition: box-shadow 0.3s ease;
}
#container ul.event_list > li .box .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 425px;
}
#container ul.event_list > li .box .img img {
  width: 100%;
  height: auto;
}
#container ul.event_list > li .box .info {
  padding: 55px 30px 0 455px;
}
#container ul.event_list > li .box .info .state {
  width: 105px;
  border-radius: 28px;
  background: #fec526;
  font-size: 18px;
  line-height: 34px;
  color: #5c3427;
  font-weight: 700;
  text-align: center;
}
#container ul.event_list > li .box .info .state_end {
  width: 105px;
  border-radius: 28px;
  background: #ccc;
  font-size: 18px;
  line-height: 34px;
  color: #797979;
  font-weight: 700;
  text-align: center;
}
#container ul.event_list > li .box .info .state_before {
  width: 105px;
  border-radius: 28px;
  background: #5c3427;
  font-size: 18px;
  line-height: 34px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
#container ul.event_list > li .box .info strong {
  display: block;
  font-size: 26px;
  line-height: 38px;
  color: #000;
  font-weight: 400;
  margin: 20px 0 15px;
}
#container ul.event_list > li .box .share_box {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 10;
}
#container ul.event_list > li a.view {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999em;
  border: 2px solid rgba(0, 0, 0, 0);
  transition: border-color 0.3s ease;
}
#container ul.event_list > li.on .box {
  box-shadow: 7px 7px 9px 0 rgba(0, 0, 0, 0.17);
}
#container ul.event_list > li.on a.view {
  border-color: #ffc629;
}
#container .parkga ul.event_list > li .box .info .state {
  background: #c8102e;
  color: #fff;
}
#container .parkga ul.event_list > li.on a.view {
  border-color: #c8102e;
}
#container .morishabu ul.event_list > li .box .info .state {
  background: #a7d500;
  color: #000;
}
#container .morishabu ul.event_list > li.on a.view {
  border-color: #a7d500;
}

/* order */
#container .order_lunchbox {
	padding: 80px 0 50px;
	background: #F6F5EF;
}

#container .order_lunchbox>div {
	width: 1280px;
	margin: 0 auto;
}

#container .order_lunchbox .head {
	display: flex;
	justify-content: space-between;
}

#container .order_lunchbox .head p {
	color: #5C3427;
	text-align: left;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
}

#container .order_lunchbox .head p strong {
	display: block;
	margin-top: 16px;
	font-size: 30px;
}

#container .order_lunchbox .head .btn_order {
	display: inline-block;
	font-size: 24px;
	line-height: 70px;
	color: #fff;
	border-radius: 35px;
	padding: 0 130px 0 50px;
	background: url(/images/common/btn_arrow_w.png) right 50px center no-repeat #5c3427;
}

#container .order_lunchbox .tab {
	display: flex;
	margin-top: 40px;
}

#container .order_lunchbox .tab li {
	flex: 1;
	height: 108px;
	border: 1px solid #999;
	border-right: 0;
	background: #fff;
	box-sizing: border-box;
}

#container .order_lunchbox .tab li:last-child {
	border-right: 1px solid #999;
}

#container .order_lunchbox .tab li button {
	width: 100%;
	height: 100%;
	background: none;
	cursor: pointer;
	color: #999;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
}

#container .order_lunchbox .tab li button strong {
	display: block;
	margin-top: 10px;
	font-size: 24px;
}

#container .order_lunchbox .tab li button strong span {
	font-weight: 800;
}

#container .order_lunchbox .tab li.on {
	background: #7A2426;
	border-color: #7A2426;
}

#container .order_lunchbox .tab li.on button {
	color: #fff;
}

#container .order_lunchbox .tab li.on+li {
	border-left-color: #7A2426;
}

#container .order_lunchbox .list {
	display: none;
	gap: 20px;
	margin-top: 30px;
}

#container .order_lunchbox .list.on {
	display: flex;
}

#container .order_lunchbox .list li .info_box {
	margin-top: 20px;
}

#container .order_lunchbox .list li .info_box strong {
	display: block;
	color: #000;
	font-size: 26px;
	line-height: 100%;
}

#container .order_lunchbox .list li .info_box p {
	margin-top: 16px;
	color: #333;
	font-size: 16px;
	line-height: 150%;
}

#container .order_lunchbox .list li .info_box span {
	display: block;
	margin-top: 16px;
	color: #000;
	font-size: 20px;
	font-weight: 800;
	line-height: 100%;
}

#container .order .top {
	padding: 35px 0 100px !important;
}


#container .order .top .tel {
	top: auto !important;
  text-align: center;
}

#container .order .top .tel .tit {
	color: #000;
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	line-height: 100%;
}

#container .order .top .tel ul {
	margin-top: 24px;
}

#container .order .top .tel ul li {
	color: #333;
	text-align: center;
	font-size: 16.5px;
	font-weight: 700;
	line-height: 19px;
}

#container .order .top .tel ul li .btn-store {
	position: relative;
	display: inline-block;
	color: #333;
	font-size: 16.5px;
	font-weight: 700;
	line-height: 19px;
	padding-right: 23px;
	background: url(/images/common/ico_circle_arw_r.png) right -1px no-repeat;
	margin-left: 15px;
	vertical-align: top;
	box-sizing: border-box;
}

#container .order .top .tel ul li .btn-store::after {
	display: block;
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 1px;
	background: #000;
	content: "";
	z-index: 10;
}

#container .order .top .tel ul li + li {
	margin-top: 10px;
}

#container .order .menu {
  position: relative;
  width: 100%;
}
#container .order .menu:after {
  content: "";
  display: block;
  clear: both;
}

/* 220323 패딩 제거 */
#container .order .menu a {
  display: block;
  width: 1280px;
  height: 295px;
  text-align: left;
}

#container .order .menu a strong {
  display: inline-block;
  font-size: 36px;
  line-height: 1;
  font-weight: 800;
  color: #5c3427;
  padding: 0 250px;
  background: url(/images/common/ico_arrow_c.png) right 5px center no-repeat;
}
#container .order .menu a strong span {
  font-weight: 400;
}
#container .order .menu a p {
  font-size: 18px;
  margin-top: 22px;
  letter-spacing: 0;
  font-weight: 700;
}

/* 220323 제거 */
/* #container .order .menu a.l{float:left; background:url(/images/bossam/lunchbox_pc.jpg?ver=3) no-repeat} */

#container .order .menu a.e {
  float: right;
  background: url(/images/bossam/lunchbox_e.jpg) no-repeat;
}
#container .order .menu a.r {
  background: url(/images/bossam/lunchbox_l3.jpg?ver=2) no-repeat;
}
#container .order .menu .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  line-height: 0;
}
#container .order .menu .swiper-pagination-bullet {
  width: 33px;
  height: 5px;
  background: #d6d5d1;
  opacity: 1;
  color: #999;
  line-height: 20px;
  text-align: center;
  margin-right: 12px;
  border-radius: 5px;
  letter-spacing: -1px;
  outline: 0;
}
#container .order .menu .swiper-pagination-bullet-active {
  background: #6e2617;
}
#container .order ul.step {
  width: 1352px;
  height: 217px;
  margin-left: -36px;
  margin-top: 73px;
  background: url(/images/common/order_step.png) 0 top no-repeat;
}
#container .order ul.step:after {
  content: "";
  display: block;
  clear: both;
}
#container .order ul.step li {
  float: left;
  width: 25%;
  text-align: center;
  padding-top: 92px;
}
#container .order ul.step li strong {
  display: block;
  font-size: 24px;
  font-weight: 800;
  color: #000;
}
#container .order ul.step li p {
  line-height: 26px;
  color: #000;
  margin-top: 7px;
}
#container .order table.tbl_reg th[scope="col"]:last-child {
  border-left: 1px solid #cdcdcd;
}
#container .order table.tbl_reg td p.tit {
  display: inline-block;
  width: 310px;
  padding-left: 12px;
}
#container .order table.tbl_reg td .agree {
  padding: 8px 0;
}
#container .order table.tbl_reg td .agreetop {
  text-align: center;
}
#container .order table.tbl_reg td .agree .txt {
  width: 100%;
  height: 185px;
  line-height: 30px;
  padding: 15px 30px;
  border: 1px solid #dcdcdc;
  overflow-y: auto;
}
#container .order table.tbl_reg td .agree .check {
  line-height: 25px;
  margin-top: 18px;
}
#container .order table.tbl_reg td .agree_head {
	display: flex;
	justify-content: space-between;
}

#container .order table.tbl_reg td .agree_head .tit {
	display: flex;
	align-items: center;
}

#container .order table.tbl_reg td .agree_head .tit strong {
	display: block;
	font-size: 18px;
	font-weight: 700;
	padding-left: 12px;
}

#container .order table.tbl_reg td .agree_head button {
	height: 36px;
	padding: 0 40px 0 20px;
	margin-left: 35px;
	background: url(/images/common/ico_agree_arw_b.png) right 20px center no-repeat #fff;
	border: 1px solid #ACACAC;
	border-radius: 5px;
	cursor: pointer;
}

#container .order table.tbl_reg td .agree.box {
	display: none;
}

#container .order table.tbl_reg td.on .agree.box {
	display: block;
}

#container .order table.tbl_reg td.on .agree_head button {
	background-image: url(/images/common/ico_agree_arw_t.png);
}
#container .order .txt_ordertip {
  display: block;
  margin: 0 auto;
  text-align: center;
}
#container .order .txt_ordertip span {
  position: relative;
  z-index: 0;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
}
#container .order .txt_ordertip span:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -1%;
  bottom: 10px;
  width: 102%;
  height: 15px;
  background-color: #f8e9a8;
}

/* wonandwon */
#container .wonandone h4 {
  display: block;
  font-size: 36px;
  font-weight: 700;
  color: #000;
  line-height: 1;
  text-align: center;
  margin: 90px 0 45px;
}
#container .wonandone .introduce .info {
  width: 100%;
}
#container .wonandone .introduce .info:after {
  content: "";
  display: block;
  clear: both;
}
#container .wonandone .introduce .info p {
  float: left;
  width: 774px;
  font-size: 20px;
  line-height: 39px;
}
#container .wonandone .introduce .info table {
  float: right;
  width: 506px;
  border-top: 3px solid #5c3427;
}
#container .wonandone .introduce .info table th,
#container .wonandone .introduce .info table td {
  border-bottom: 1px solid #d6cecb;
  padding: 23px;
  vertical-align: middle;
}
#container .wonandone .introduce .info table th {
  font-weight: 700;
  color: #5c3427;
  background: #f3f3f3;
  border-left: 1px solid #d6cecb;
  border-right: 1px solid #d6cecb;
}
#container .wonandone .introduce .info table th:first-child {
  border-left: 0;
}
#container .wonandone .introduce ul.ideology {
  width: 1320px;
  margin-left: -20px;
  background: url(/images/wonandone/ideology.jpg) center top no-repeat;
}
#container .wonandone .introduce ul.ideology:after {
  content: "";
  display: block;
  clear: both;
}
#container .wonandone .introduce ul.ideology li {
  float: left;
  width: 440px;
  text-align: center;
  padding-top: 230px;
}
#container .wonandone .introduce ul.ideology li strong {
  display: block;
  font-size: 24px;
  color: #000;
}
#container .wonandone .introduce ul.ideology li p {
  color: #000;
  margin-top: 8px;
}
#container .wonandone .introduce ul.ethics {
  width: 1360px;
  margin-left: -41px;
}
#container .wonandone .introduce ul.ethics:after {
  content: "";
  display: block;
  clear: both;
}
#container .wonandone .introduce ul.ethics li {
  float: left;
  width: 598px;
  margin: 0 41px;
  text-align: center;
  color: #000;
  margin-top: 42px;
}
#container .wonandone .introduce ul.ethics li strong {
  display: block;
  font-size: 24px;
  margin: 26px 0 8px;
}
#container .wonandone .introduce ul.ethics li:nth-child(-n + 2) {
  margin-top: 0;
}
#container .wonandone .ceo .photo {
  width: 100%;
  height: 453px;
  background: url(/images/wonandone/ceo.jpg) no-repeat;
}
#container .wonandone .ceo .photo p.tt {
  position: absolute;
  left: 710px;
  top: 190px;
  font-size: 28px;
  line-height: 50px;
  color: #000;
  font-weight: 300;
}
#container .wonandone .ceo .photo p.tt strong {
  font-size: 36px;
}
#container .wonandone .ceo .photo p.tt.center {
  text-align: center;
}
#container .wonandone .ceo .photo p.tt:after {
  position: absolute;
  left: -39px;
  top: -17px;
  width: 46px;
  height: 31px;
  background: url(/images/wonandone/ceo_line.png) no-repeat;
  content: "";
}
#container .wonandone .ceo .photo p.sign {
  position: absolute;
  left: 775px;
  top: 363px;
  color: #555;
  font-weight: 700;
}
#container .wonandone .ceo .photo p.sign img {
  margin: -4px 0 0 23px;
}
#container .wonandone .ceo .txt {
  width: 100%;
  margin-top: 20px;
}
#container .wonandone .ceo .txt:after {
  content: "";
  display: block;
  clear: both;
}
#container .wonandone .ceo .txt strong.t {
  display: block;
}
#container .wonandone .ceo .txt .top {
  margin: -50px 0 55px;
  text-align: center;
}

#container .wonandone .ceo .txt .top>div {
  display: inline-block;
  position: relative;
  font-size: 30px;
  font-weight: 400;
  line-height: 46.8px;
  text-align: center;
  color: #000;
}

#container .wonandone .ceo .txt .top>div::before {
  position: absolute;
  left: -30px;
  top: 5px;
  width: 26px;
  height: 20px;
  background: url(/images/wonandone/dqm1.png) no-repeat;
  content: "";
}

#container .wonandone .ceo .txt .top>div::after {
  position: absolute;
  right: -35px;
  top: 45px;
  width: 26px;
  height: 20px;
  background: url(/images/wonandone/dqm2.png) no-repeat;
  content: "";
}

#container .wonandone .ceo .txt .top strong {
  display: inline-block;
  position: relative;
  font-size: 36px;
  line-height: 46.8px;
}

#container .wonandone .ceo .txt .top strong::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 25px;
  background: #FFC801;
  content: "";
  z-index: -1;
}
#container .wonandone .ceo .txt .l {
  float: left;
  width: 614px;
  text-align: justify;
}
#container .wonandone .ceo .txt .r {
  float: right;
  width: 614px;
  text-align: justify;
}
#container .wonandone .vision ul.item {
  width: 100%;
}
#container .wonandone .vision ul.item:after {
  content: "";
  display: block;
  clear: both;
}

/* 220114 추가 */
.content.ceo .sign {
  margin-top: 40px;
  text-align: right;
}

/*220112  수정*/
#container .wonandone .vision {
  margin-bottom: 100px;
}
#container .wonandone .vision .newTitle {
  display: block;
  margin: 78px auto 50px;
  font-size: 36px;
  font-weight: bold;
  color: #000;
  text-align: center;
}
#container .wonandone .vision ul.item li {
  float: left;
  width: calc(50% - 0.5px);
  text-align: center;
}
#container .wonandone .vision ul.item li:nth-child(2) {
  border-left: 1px solid #ccc;
}
#container .wonandone .vision ul.item li h4 {
  margin: 10px 0px 45px;
}
#container .wonandone .vision ul.item li p {
  font-family: "NanumSquare", "돋움", Dotum, Helvetica, "Apple SD Gothic Neo",
    Sans-serif;
  font-size: 30px;
  line-height: 46px;
  color: #000;
  margin-top: 210px;
  font-weight: 900;
}
#container .wonandone .vision ul.item li span {
  margin: 16px 0px 10px;
  font-family: "NanumSquare", "돋움", Dotum, Helvetica, "Apple SD Gothic Neo",
    Sans-serif;
  font-weight: 900;
  display: block;
  color: #7f2629;
  font-size: 24px;
}

#container .wonandone .newCore {
  width: 100%;
  padding: 100px 0px;
  background-color: #f6f5ef;
}
#container .wonandone .newCore h5 {
  text-align: center;
  display: block;
  font-family: "NanumSquare", "돋움", Dotum, Helvetica, "Apple SD Gothic Neo",
    Sans-serif;
  font-size: 36px;
  color: #000;
  font-weight: 900;
  margin-bottom: 40px;
}
#container .wonandone .newCore ul {
  overflow: hidden;
  width: 915px;
  margin: 0 auto;
}
#container .wonandone .newCore ul li {
  position: relative;
  width: 338px;
  height: 338px;
  float: left;
  background-color: #fff;
  border: 1px solid #e6d7c1;
  border-radius: 100%;
}
#container .wonandone .newCore ul li:nth-child(n + 2)::after {
  content: "";
  display: block;
  position: absolute;
  width: 38px;
  height: 38px;
  top: 151px;
  left: -19px;
  background: url("../images/wonandone/circle.png") no-repeat;
}
#container .wonandone .newCore ul li:nth-child(2) {
  z-index: 2;
  margin-left: -50px;
}
#container .wonandone .newCore ul li:nth-child(3) {
  z-index: 3;
  margin-left: -50px;
}
#container .wonandone .newCore p {
  margin: 40px 0px 0px;
  text-align: center;
  font-family: "NanumSquare", "돋움", Dotum, Helvetica, "Apple SD Gothic Neo",
    Sans-serif;
  font-weight: 900;
  display: block;
  color: #7f2629;
  font-size: 24px;
}
#container .wonandone .newCore ul li span {
  font-size: 30px;
  font-weight: 900;
  display: block;
  text-align: center;
  color: #7f2629;
  font-family: "NanumSquare", "돋움", Dotum, Helvetica, "Apple SD Gothic Neo",
    Sans-serif;
}
#container .wonandone .newCore ul li:nth-child(1) img {
  margin: 80px auto 27px;
  display: block;
}
#container .wonandone .newCore ul li:nth-child(2) img {
  margin: 83px auto 30px;
  display: block;
}
#container .wonandone .newCore ul li:nth-child(3) img {
  margin: 77px auto 24px;
  display: block;
}

#container .wonandone .vision ul.item li strong {
  display: block;
  font-size: 24px;
  line-height: 42px;
  color: #6e2617;
  margin: 195px 0 20px;
}
#container .wonandone .vision ul.item li strong em {
  font-weight: 800;
  color: #c30f23;
}
#container .wonandone .vision ul.item li.v {
  background: url(/images/wonandone/vision.png?ver=1) center 95px no-repeat;
}
#container .wonandone .vision ul.item li.m {
  background: url(/images/wonandone/mission.png?ver=1) center 90px no-repeat;
}
#container .wonandone .vision .core {
  position: relative;
  width: 100%;
  height: 634px;
  background: url(/images/wonandone/core.jpg) no-repeat;
  text-align: center;
  background-size: cover;
}
#container .wonandone .vision .core p.t {
  font-size: 30px;
  line-height: 1;
  color: #fff;
  padding-top: 55px;
}
#container .wonandone .vision .core .inner {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1030px;
  margin-left: -515px;
  background: #fff;
}
#container .wonandone .vision .core .inner h5 {
  display: block;
  font-size: 30px;
  line-height: 1;
  color: #5c3427;
  padding: 43px 0 30px;
}
#container .wonandone .vision .core .inner ul {
  margin: 0 30px;
  border-top: 2px solid #fdd000;
}
#container .wonandone .vision .core .inner ul:after {
  content: "";
  display: block;
  clear: both;
}
#container .wonandone .vision .core .inner ul li {
  float: left;
  width: 33.333%;
  height: 200px;
  margin-bottom: 0px;
}
#container .wonandone .vision .core .inner ul li:nth-child(2n + 1) {
  background: #fff6cc;
}
#container .wonandone .vision .core .inner ul li strong {
  display: block;
  font-size: 30px;
  line-height: 1;
  color: #5c3427;
  padding: 33px 0 22px;
}
#container .wonandone .vision .core .inner ul li p {
  font-size: 20px;
  line-height: 36px;
  margin-top: 7px;
}
#container .wonandone .ci ul.list {
  width: 100%;
}
#container .wonandone .ci ul.list > li {
  padding: 100px 0;
}
#container .wonandone .ci ul.list > li:first-child {
  padding-top: 20px;
}
#container .wonandone .ci ul.list > li:last-child {
  padding-bottom: 0;
}
#container .wonandone .ci ul.list > li:nth-child(even) {
  background: #f6f5f0;
}
#container .wonandone .ci ul.list > li .inner {
  width: 1280px;
  margin: 0 auto;
}
#container .wonandone .ci ul.list > li h4 {
  text-align: left;
  margin: 0;
  margin-bottom: 33px;
}
#container .wonandone .ci ul.list > li ul.items {
  width: 100%;
}
#container .wonandone .ci ul.list > li ul.items:after {
  content: "";
  display: block;
  clear: both;
}
#container .wonandone .ci ul.list > li ul.items > li {
  float: left;
  width: 568px;
  margin-right: 70px;
  margin-top: 65px;
}
#container .wonandone .ci ul.list > li ul.items > li:nth-child(-n + 2) {
  margin-top: 0;
}
#container .wonandone .ci ul.list > li ul.items > li:after {
  content: "";
  display: block;
  clear: both;
}
#container .wonandone .ci ul.list > li ul.items > li h5 {
  display: block;
  text-align: left;
  font-size: 20px;
  line-height: 30px;
  color: #000;
  margin-bottom: 22px;
}
#container .wonandone .ci ul.list > li ul.items > li .box {
  border: 1px solid #d2d2d2;
}
#container .wonandone .ci ul.list > li ul.items > li .color {
  float: left;
  width: 141px;
  height: 184px;
  border: 1px solid #d2d2d2;
  padding: 4px;
  margin-right: 20px;
  background: #fff;
}

#container .wonandone .ci ul.list > li ul.items > li .color.mt12 {
  margin-top: 12px;
}

#container .wonandone .ci ul.list > li ul.items > li .color .bg {
  display: table;
  width: 100%;
  height: 118px;
  background: #000;
  text-align: center;
  margin-bottom: 10px;
}
#container .wonandone .ci ul.list > li ul.items > li .color .bg p {
  display: table-cell;
  vertical-align: middle;
  line-height: 26px;
  color: #333;
}
#container .wonandone .ci ul.list > li ul.items > li .color > strong {
  display: block;
  line-height: 20px;
  color: #000;
  padding-left: 5px;
}
#container .wonandone .ci ul.list > li ul.items > li .color > p {
  line-height: 20px;
  color: #000;
  padding-left: 5px;
}
#container .wonandone .ci ul.list > li ul.items > li .color .bg.pt4695C {
  background: #56352a;
}
#container .wonandone .ci ul.list > li ul.items > li .color .bg.pt4695C p {
  color: #fff;
}
#container .wonandone .ci ul.list > li ul.items > li .color .bg.pt123c {
  background: #efc152;
}
#container .wonandone .ci ul.list > li ul.items > li .color .bg.pt7408c {
  background: #fec800;
}
#container .wonandone .ci ul.list > li ul.items > li .color .bg.pt1815c {
  background: #722b2b;
}
#container .wonandone .ci ul.list > li ul.items > li .color .bg.pt7556u {
  background: #bd995c;
}
#container .wonandone .ci ul.list > li ul.items > li .color .bg.pt1795c {
  background: #e52713;
}
#container .wonandone .ci ul.list > li ul.items > li .color .bg.pt2291c {
  background: #95c11f;
}
#container .wonandone .ci ul.list > li ul.items > li .color .bg.pt186c {
  background: #c00d0d;
}
#container .wonandone .ci ul.list > li ul.items > li.vtc {
  width: 100%;
  margin-right: 0;
}
#container .wonandone .ci ul.list > li ul.items > li.vtc ul:after {
  content: "";
  display: block;
  clear: both;
}
#container .wonandone .ci ul.list > li ul.items > li.vtc ul li {
  position: relative;
  float: left;
  width: 213px;
  height: 268px;
  margin-right: 70px;
}
#container .wonandone .ci ul.list > li ul.items > li.vtc ul li .size {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 250px;
}
#container .wonandone .ci ul.list > li ul.items > li.vtc ul li .size strong {
  display: block;
  font-size: 18px;
  color: #000;
}
#container .wonandone .ci ul.list > li ul.items > li.vtc ul li .size p {
  font-size: 18px;
  color: #000;
  margin-bottom: 6px;
}
#container .wonandone .history {
  width: 1320px !important;
}
#container .wonandone .history .tab {
  width: 100%;
  text-align: center;
  margin-bottom: 70px;
}
#container .wonandone .history .tab ul {
  position: relative;
  display: inline-block;
}
#container .wonandone .history .tab ul:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% - 20px);
  height: 1px;
  background: #dcdcdc;
  content: "";
  clear: both;
  transform: translateX(-50%);
}
#container .wonandone .history .tab ul li {
  position: relative;
  float: left;
  padding: 0 10px;
}
#container .wonandone .history .tab ul li a {
  position: relative;
  display: block;
  width: 257px;
  line-height: 68px;
  border: 1px solid #dcdcdc;
  border-radius: 35px;
  font-size: 20px;
  color: #999;
  background: #fff;
  z-index: 10;
}
#container .wonandone .history .tab ul li a.on {
  background: #c3995d;
  color: #fff;
  font-weight: 700;
  border: 1px solid #c3995d;
  box-shadow: 4px 4px 13px 0 rgba(0, 0, 0, 0.21);
}
#container .wonandone .history .list {
  display: none;
}
#container .wonandone .history .list.on {
  display: block;
}
#container .wonandone .history .list h3 {
  display: block;
  font-size: 42px;
  line-height: 1;
  font-weight: 800;
  color: #000;
  text-align: center;
}
#container .wonandone .history .list ul.items {
  position: relative;
  width: 100%;
  padding: 40px 0;
  margin-top: 40px;
}
#container .wonandone .history .list ul.items:after {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #adadad;
  content: "";
}
#container .wonandone .history .list ul.items li {
  margin-top: 86px;
}
#container .wonandone .history .list ul.items li:first-child {
  margin-top: 0;
}
#container .wonandone .history .list ul.items li dl {
  position: relative;
  display: inline-block;
  width: 50%;
  padding-right: 170px;
  margin-top: 46px;
}
#container .wonandone .history .list ul.items li dl:after {
  position: absolute;
  right: -5px;
  top: 14px;
  width: 9px;
  height: 9px;
  background: #ffc629;
  border-radius: 100%;
  content: "";
  z-index: 10;
}
#container .wonandone .history .list ul.items li dl:first-child {
  margin-top: 0;
}
#container .wonandone .history .list ul.items li dl dt {
  position: absolute;
  right: 20px;
  top: -7px;
  display: block;
  width: 142px;
  height: 56px;
  padding-top: 4px;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  color: #5c3427;
  text-align: center;
  background: url(/images/common/history_date_l.png) no-repeat;
}
#container .wonandone .history .list ul.items li dl dd {
  width: 100%;
  font-size: 18px;
  line-height: 34px;
  text-align: right;
}
#container .wonandone .history .list ul.items li dl dd.str {
  font-weight: 800;
  color: #000;
}
#container .wonandone .history .list ul.items li .mark {
  display: inline-block;
  text-align: right;
  width: 50%;
  padding-right: 25px;
  margin-top: 35px;
}
#container .wonandone .history .list ul.items li .mark img {
  margin-left: 20px;
}
#container .wonandone .history .list ul.items li:nth-child(even) {
  text-align: right;
}
#container .wonandone .history .list ul.items li:nth-child(even) dl {
  padding-left: 170px;
  padding-right: 0;
}
#container .wonandone .history .list ul.items li:nth-child(even) dl:after {
  left: -4px;
  right: auto;
}
#container .wonandone .history .list ul.items li:nth-child(even) dl dt {
  left: 20px;
  right: auto;
  background: url(/images/common/history_date_r.png) no-repeat;
}
#container .wonandone .history .list ul.items li:nth-child(even) dl dd {
  text-align: left;
}
#container .wonandone .history .list ul.items li:nth-child(even) .mark {
  text-align: left;
  padding-right: 0;
  padding-left: 25px;
}
#container .wonandone .history .list ul.items li:nth-child(even) .mark img {
  margin: 0;
  margin-right: 20px;
}
#container .wonandone .history .list ul.items + h3 {
  margin-top: 100px;
}
#container .wonandone .location .map {
  position: relative;
  width: 100%;
  height: 470px;
}
#container .wonandone .location .item {
  display: none;
}
#container .wonandone .location .item.on {
  display: block;
}
#container .wonandone .location .item ul.info {
  width: 100%;
}
#container .wonandone .location .item ul.info li {
  width: 100%;
  border-top: 1px solid #bfbfbf;
  padding: 50px 0 30px;
}
#container .wonandone .location .item ul.info li:first-child {
  border-top: 0;
}
#container .wonandone .location .item ul.info li:after {
  content: "";
  display: block;
  clear: both;
}
#container .wonandone .location .item ul.info li strong {
  float: left;
  display: block;
  width: 210px;
  font-size: 30px;
  line-height: 36px;
  color: #000;
}
#container .wonandone .location .item ul.info li dl {
  float: left;
}
#container .wonandone .location .item ul.info li dl:after {
  content: "";
  display: block;
  clear: both;
}
#container .wonandone .location .item ul.info li dl dt {
  float: left;
  font-size: 20px;
  line-height: 30px;
  color: #000;
  padding: 3px 20px 3px 40px;
  font-weight: 700;
}
#container .wonandone .location .item ul.info li dl dt.addr {
  background: url(/images/wonandone/ico_addr.png) left center no-repeat;
}
#container .wonandone .location .item ul.info li dl dt.tel {
  background: url(/images/wonandone/ico_tel.png) left center no-repeat;
}
#container .wonandone .location .item ul.info li dl dt.fax {
  background: url(/images/wonandone/ico_fax.png) left center no-repeat;
}
#container .wonandone .location .item ul.info li dl dt.bus {
  background: url(/images/wonandone/ico_bus.png) left center no-repeat;
}
#container .wonandone .location .item ul.info li dl dt.subway {
  background: url(/images/wonandone/ico_subway.png) left center no-repeat;
}
#container .wonandone .location .item ul.info li dl dd {
  float: left;
  color: #000;
  padding: 3px 40px 3px 0;
}
#container ul.pr_list {
  width: 1312px;
  margin-left: -16px;
}
#container ul.pr_list:after {
  content: "";
  display: block;
  clear: both;
}
#container ul.pr_list > li {
  position: relative;
  float: left;
  width: 405px;
  height: 410px;
  margin: 50px 16px 0;
  border: 1px solid #d2d2d2;
  transition: box-shadow 0.3s ease;
}
#container ul.pr_list > li:nth-child(-n + 3) {
  margin-top: 0;
}
#container ul.pr_list > li p.ctg {
  position: absolute;
  right: 20px;
  top: 213px;
  line-height: 34px;
  font-weight: 700;
  color: #5c3427;
  background: #fec526;
  border-radius: 15px;
  padding: 0 20px;
  z-index: 10;
}
#container ul.pr_list > li .img {
  position: relative;
  width: 100%;
  height: 230px;
}
#container ul.pr_list > li .img .ico_play {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/images/common/ico_play.png) center no-repeat
    rgba(0, 0, 0, 0.5);
}
#container ul.pr_list > li .info {
  position: relative;
  width: 100%;
  height: 175px;
  padding: 33px 30px 0 30px;
}
#container ul.pr_list > li .info strong {
  display: block;
  font-size: 20px;
  line-height: 32px;
  color: #000;
  font-weight: 400;
}
#container ul.pr_list > li .info p.date {
  position: absolute;
  left: 30px;
  bottom: 31px;
  transition: opacity 0.5s ease;
}
#container ul.pr_list > li .info p.logo {
  position: absolute;
  left: 30px;
  bottom: 31px;
  transition: opacity 0.5s ease;
}
#container ul.pr_list > li .info p.off {
  opacity: 0;
}
#container ul.pr_list > li .info .share_box {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 10;
}
#container ul.pr_list > li .info .share_box:hover {
  width: 383px;
}
#container ul.pr_list > li .info .share_box:hover ul {
  left: 25px;
}
#container ul.pr_list > li a.view {
  position: absolute;
  left: -1px;
  top: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  padding-top: 233px;
  border: 2px solid rgba(0, 0, 0, 0);
  transition: border-color 0.3s ease;
  text-indent: -9999em;
}
#container ul.pr_list li:hover {
  box-shadow: 7px 7px 9px 0 rgba(0, 0, 0, 0.17);
}
#container ul.pr_list li:hover a.view {
  border-color: #ffc629;
}
#container ul.pr_list.press li {
  height: 489px;
}
#container ul.pr_list.press li .img {
  height: auto;
}
#container #video_view {
  display: none;
  position: absolute;
  left: 50%;
  top: 470px;
  margin-left: -640px;
  width: 1280px;
  height: 828px;
  z-index: 11000;
}
#container #video_view.on {
  display: block;
}
#container #video_view .video {
  width: 1280px;
  height: 720px;
  background: #000;
}
#container #video_view a.btn_close {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 79px;
  height: 79px;
  margin-left: -40px;
  background: url(/images/common/ico_close2.png) no-repeat;
  text-indent: -9999em;
}
#container .wonandone .talent .dia {
  position: relative;
  width: 865px;
  height: 864px;
  text-align: center;
  margin: 0 auto;
  background: url(/images/wonandone/talent_dia.jpg) no-repeat;
}
#container .wonandone .talent .dia strong {
  position: absolute;
  left: 50%;
  top: 457px;
  width: 284px;
  margin-left: -142px;
  display: block;
  font-size: 38px;
  line-height: 52px;
  color: #5b3427;
}
#container .wonandone .talent .dia ul li {
  position: absolute;
  left: 0;
  top: 0;
  width: 202px;
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
#container .wonandone .talent .dia ul li:nth-child(1) {
  position: absolute;
  left: 331px;
  top: 138px;
}
#container .wonandone .talent .dia ul li:nth-child(2) {
  position: absolute;
  left: 663px;
  top: 468px;
}
#container .wonandone .talent .dia ul li:nth-child(3) {
  position: absolute;
  left: 331px;
  top: 800px;
}
#container .wonandone .talent .dia ul li:nth-child(4) {
  position: absolute;
  left: 0;
  top: 468px;
}
#container .wonandone .talent ul.items {
  width: 100%;
  margin: 50px 0 100px;
}
#container .wonandone .talent ul.items:after {
  content: "";
  display: block;
  clear: both;
}
#container .wonandone .talent ul.items li {
  float: left;
  width: 50%;
  height: 250px;
  color: #000;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 52px 0 0 60px;
}
#container .wonandone .talent ul.items li strong {
  display: block;
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 20px;
}
#container .wonandone .talent ul.items li:nth-child(odd) {
  border-left: 0;
}
#container .wonandone .talent ul.items li:nth-child(-n + 2) {
  height: 250px;
  padding-top: 32px;
  border-top: 0;
}
#container .wonandone .personnel {
  margin-bottom: 0 !important;
}
#container .wonandone .personnel h4 {
  display: block;
  margin: 70px 0 15px;
}
#container .wonandone .personnel h4 + p.txt {
  font-size: 18px;
  text-align: center;
}
#container .wonandone .personnel .focus {
  width: 100%;
  background: #f6f5ef;
  padding: 50px 0;
  margin-top: 10px;
}
#container .wonandone .personnel .focus .inner {
  width: 1280px;
  margin: 0 auto;
}
#container .wonandone .personnel .focus ul.items {
  width: 1320px;
}
#container .wonandone .personnel .focus ul.items:after {
  content: "";
  display: block;
  clear: both;
}
#container .wonandone .personnel .focus ul.items > li {
  float: left;
  width: 330px;
  color: #000;
}
#container .wonandone .personnel .focus ul.items > li strong {
  display: block;
  font-size: 24px;
  margin: 30px 0 10px;
}
#container .wonandone .personnel .focus ul.items > li ul > li > ul {
  padding-left: 10px;
}
#container .wonandone .personnel .promotion {
  text-align: center;
}
#container .wonandone .personnel .promotion .position {
  position: relative;
  width: 1280px;
  height: 379px;
  margin: 50px auto 70px;
  background: url(/images/wonandone/promotion.jpg) no-repeat;
  text-align: center;
}
#container .wonandone .personnel .promotion .position ul.rank {
  width: 100%;
}
#container .wonandone .personnel .promotion .position ul.rank:after {
  content: "";
  display: block;
  clear: both;
}
#container .wonandone .personnel .promotion .position ul.rank li {
  position: relative;
  float: left;
  width: 100px;
  height: 195px;
  margin-left: 60px;
}
#container .wonandone .personnel .promotion .position ul.rank li:first-child {
  margin-left: 30px;
}
#container .wonandone .personnel .promotion .position ul.rank li .box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
#container
  .wonandone
  .personnel
  .promotion
  .position
  ul.rank
  li:nth-child(1)
  .box {
  height: 55px;
}
#container
  .wonandone
  .personnel
  .promotion
  .position
  ul.rank
  li:nth-child(2)
  .box {
  height: 75px;
}
#container
  .wonandone
  .personnel
  .promotion
  .position
  ul.rank
  li:nth-child(3)
  .box {
  height: 95px;
}
#container
  .wonandone
  .personnel
  .promotion
  .position
  ul.rank
  li:nth-child(4)
  .box {
  height: 115px;
}
#container
  .wonandone
  .personnel
  .promotion
  .position
  ul.rank
  li:nth-child(5)
  .box {
  height: 135px;
}
#container
  .wonandone
  .personnel
  .promotion
  .position
  ul.rank
  li:nth-child(6)
  .box {
  height: 155px;
}
#container
  .wonandone
  .personnel
  .promotion
  .position
  ul.rank
  li:nth-child(7)
  .box {
  height: 175px;
}
#container
  .wonandone
  .personnel
  .promotion
  .position
  ul.rank
  li:nth-child(8)
  .box {
  height: 195px;
}
#container .wonandone .personnel .promotion .position ul.rank li .e {
  position: absolute;
  left: 0;
  top: 17px;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 18px;
}
#container .wonandone .personnel .promotion .position ul.rank li .k {
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
#container .wonandone .personnel .promotion .position ul.rank li .n {
  position: absolute;
  left: 0;
  bottom: -33px;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  color: #5b3427;
}
#container .wonandone .personnel .promotion .position ul.rank li .y {
  position: absolute;
  left: 0;
  bottom: -99px;
  width: 100%;
  font-weight: 700;
  color: #5b3427;
}
#container
  .wonandone
  .personnel
  .promotion
  .position
  ul.rank
  li:nth-child(1)
  .e {
  top: 8px;
}
#container
  .wonandone
  .personnel
  .promotion
  .position
  ul.rank
  li:nth-child(1)
  .y {
  left: 20px;
}
#container
  .wonandone
  .personnel
  .promotion
  .position
  ul.rank
  li:nth-child(2)
  .y {
  left: 10px;
}
#container
  .wonandone
  .personnel
  .promotion
  .position
  ul.rank
  li:nth-child(3)
  .y {
  left: 5px;
}
#container
  .wonandone
  .personnel
  .promotion
  .position
  ul.rank
  li:nth-child(5)
  .y {
  left: -5px;
}
#container
  .wonandone
  .personnel
  .promotion
  .position
  ul.rank
  li:nth-child(6)
  .y {
  left: -10px;
}
#container .wonandone .personnel .promotion .position .year {
  position: absolute;
  left: 0;
  top: 335px;
  width: 953px;
  font-size: 18px;
  font-weight: 700;
  color: #5b3427;
  text-align: center;
}
#container .wonandone .personnel .promotion ul.step {
  display: inline-block;
  background: url(/images/wonandone/promotion_step.jpg) center top no-repeat;
}
#container .wonandone .personnel .promotion ul.step:after {
  content: "";
  display: block;
  clear: both;
}
#container .wonandone .personnel .promotion ul.step li {
  float: left;
  width: 216px;
  height: 216px;
  margin: 0 84.5px;
  display: table;
}
#container .wonandone .personnel .promotion ul.step li div {
  display: table-cell;
  vertical-align: middle;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
}
#container .wonandone .personnel .promotion ul.step li:first-child div {
  color: #5b3427;
}
#container .wonandone .personnel .welfare {
  background: #f6f5ef;
  padding: 120px 0 150px;
  margin-top: 70px;
}
#container .wonandone .personnel .welfare h4 {
  margin: 0;
}
#container .wonandone .personnel .welfare ul {
  width: 1280px;
  margin: 0 auto;
  padding-top: 5px;
}
#container .wonandone .personnel .welfare ul:after {
  content: "";
  display: block;
  clear: both;
}
#container .wonandone .personnel .welfare ul li {
  float: left;
  width: 33.333%;
  height: 160px;
  margin-top: 45px;
}
#container .wonandone .personnel .welfare ul li:after {
  content: "";
  display: block;
  clear: both;
}
#container .wonandone .personnel .welfare ul li img {
  float: left;
}
#container .wonandone .personnel .welfare ul li .txt {
  float: left;
  height: 160px;
  display: table;
  margin-left: 20px;
}
#container .wonandone .personnel .welfare ul li .txt .in {
  display: table-cell;
  vertical-align: middle;
}
#container .wonandone .personnel .welfare ul li .txt .in strong {
  font-size: 20px;
  color: #000;
}
#container .wonandone .duties .item {
  display: none;
  margin-top: 60px;
}
#container .wonandone .duties .item.on {
  display: block;
}
#container .wonandone .duties .item .top {
  text-align: center;
}
#container .wonandone .duties .item .top h3 {
  display: block;
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
  color: #000;
  text-align: center;
}
#container .wonandone .duties .item .top p.txt {
  font-weight: 700;
  margin: 30px 0 10px;
}
#container .wonandone .duties .item .con {
  width: 100%;
  margin-top: 75px;
}
#container .wonandone .duties .item .con:after {
  content: "";
  display: block;
  clear: both;
}
#container .wonandone .duties .item .con .img {
  float: left;
}
#container .wonandone .duties .item .con .info {
  float: left;
  margin-left: 70px;
  padding-top: 5px;
}
#container .wonandone .duties .item .con .info h4 {
  display: block;
  font-size: 24px;
  color: #000;
  text-align: left;
  margin: 0;
}
#container .wonandone .duties .item .con .info ul.txt {
  margin-top: 16px;
}
#container .wonandone .duties .item .con .info ul.txt li {
  padding-left: 18px;
  background: url(/images/common/ico_list_d.png) left 19px no-repeat;
  line-height: 40px;
  text-align: left;
}
#container .recruit h4 {
  display: block;
  font-size: 26px;
  font-weight: 700;
  color: #000;
  margin: 0;
  margin-bottom: 25px;
  text-align: left;
}
#container .recruit table + h4 {
  margin-top: 100px;
}
#container .recruit dl.items {
  width: 100%;
  margin-top: 60px;
}
#container .recruit dl.items:after {
  content: "";
  display: block;
  clear: both;
}
#container .recruit dl.items dt {
  float: left;
  clear: both;
  width: 160px;
  font-size: 26px;
  font-weight: 700;
  color: #000;
  margin-top: 40px;
}
#container .recruit dl.items dd {
  float: left;
  margin-top: 40px;
}
#container .recruit_app .info {
  position: relative;
  background: #f3f3f3;
  padding: 50px 0;
}
#container .recruit_app .info:after {
  position: absolute;
  left: 50%;
  top: 38px;
  width: 1px;
  height: calc(100% - 76px);
  background: #ccc;
  content: "";
}
#container .recruit_app .info ul {
  width: 100%;
}
#container .recruit_app .info ul:after {
  content: "";
  display: block;
  clear: both;
}
#container .recruit_app .info ul li {
  float: left;
  width: 50%;
  padding-left: 70px;
  padding-top: 43px;
}
#container .recruit_app .info ul li strong {
  display: block;
  font-size: 26px;
  color: #000;
  margin-bottom: 4px;
}
#container .recruit_app .info ul li:nth-child(-n + 2) {
  padding-top: 0;
}
#container .recruit_app ol.step {
  width: 1375px;
  margin-left: -47px;
  margin-top: 67px;
  margin-bottom: 95px;
}
#container .recruit_app ol.step:after {
  content: "";
  display: block;
  clear: both;
}
#container .recruit_app ol.step li {
  float: left;
  width: 275px;
  font-size: 24px;
  font-weight: 800;
  color: #000;
  text-align: center;
  padding-top: 204px;
}
#container .recruit_app ol.step.step1 {
  background: url(/images/wonandone/recruit_app_step1.jpg) center top no-repeat;
}
#container .recruit_app ol.step.step2 {
  background: url(/images/wonandone/recruit_app_step2.jpg) center top no-repeat;
}
#container .recruit_app ol.step.step3 {
  background: url(/images/wonandone/recruit_app_step3.jpg) center top no-repeat;
}
#container .recruit_app ol.step.step4 {
  background: url(/images/wonandone/recruit_app_step4.jpg) center top no-repeat;
}
#container .recruit_app ol.step.step5 {
  background: url(/images/wonandone/recruit_app_step5.jpg) center top no-repeat;
}
#container .recruit_app h4 {
  display: block;
  font-size: 26px;
  font-weight: 700;
  color: #000;
  margin: 0;
  margin-bottom: 25px;
  text-align: left;
}
#container .recruit_app .agree .txt {
  width: 100%;
  height: 185px;
  border: 1px solid #dcdcdc;
  padding: 15px 30px;
  overflow-y: auto;
}
#container .recruit_app .agree .chk {
  width: 100%;
  margin-top: 13px;
}
#container .recruit_app .agree .chk:after {
  content: "";
  display: block;
  clear: both;
}
#container .recruit_app .agree .chk p {
  float: left;
}
#container .recruit_app .agree .chk .ipt {
  float: right;
}
#container .recruit_app .agree + .agree {
  margin-top: 90px;
}
#container .recruit_app .agree label {
  margin-right: 45px;
}
#container .recruit_app .agree label:last-child {
  margin-right: 0;
}
#container .recruit_app #app_user {
  display: none;
  position: absolute;
  left: 50%;
  top: 620px;
  margin-left: -640px;
  width: 1280px;
  background: #fff;
  padding: 130px;
  z-index: 11000;
}
#container .recruit_app #app_user.on {
  display: block;
}
#container .recruit_app #app_user a.btn_close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 92px;
  height: 92px;
  background: url(/images/common/ico_close3.png) center no-repeat;
  text-indent: -9999em;
}
#container .recruit_app #app_user .con {
  display: none;
}
#container .recruit_app #app_user .con.on {
  display: block;
}
#container .recruit_app #app_user .con ul.txt {
  padding: 20px 0 0 30px;
}
#container .recruit_app #app_user .con ul.txt li {
  text-indent: -11px;
  padding-left: 10px;
}
#container .recruit_app #app_user .con .btns {
  margin-top: 55px;
}
#container .recruit_app .h_top {
  width: 100%;
}
#container .recruit_app .h_top:after {
  content: "";
  display: block;
  clear: both;
}
#container .recruit_app .h_top h4 {
  float: left;
}
#container .recruit_app .h_top p {
  float: left;
  font-size: 14px;
  margin-left: 15px;
  margin-top: 4px;
}
#container .recruit_app .h_top ul {
  float: left;
  font-size: 14px;
  margin-left: 15px;
  margin-top: -6px;
  line-height: 20px;
}
#container .recruit_app table.tbl_reg th {
  padding-left: 20px;
}
#container .recruit_app .add + h4,
#container .recruit_app .add + .h_top {
  margin-top: 20px;
}
#container .recruit_app table + .h_top,
#container .recruit_app table + h4 {
  margin-top: 100px;
}
#container .recruit_app table + table {
  margin-top: 70px;
}
#container .recruit_app .add {
  text-align: right;
  margin-top: 20px;
}
#container .recruit_app .ple {
  font-size: 26px;
  line-height: 42px;
  font-weight: 700;
  text-align: center;
  margin-top: 60px;
}

/* 20220314 추가:입사지원 시간 표시 */
.recruit_time {
  position: relative;
  width: 80px;
  height: 30px;
  position: fixed;
  bottom: 90px;
  right: 150px;
  z-index: 990;
  background-color: #fff;
  text-align: center;
}

/* founding */
/* 210628 수정 Start */
#container .solution {
  margin-bottom: 0 !important;
}
#container .solution .btns {
  margin: 50px 0 74px;
}
#container .solution .btns a {
  width: 280px;
  padding: 0 80px 0 20px;
  margin: 0 5px;
}
#container .solution .btns a:nth-of-type(1) {
  background-color: #793f2a;
}
#container .solution .btns a:nth-of-type(2) {
  background-color: #ffdb26;
}
#container .sub.founding .solution > .top {
  padding-bottom: 6px;
}
#container .solution .small_dining_list {
  width: 100%;
  padding: 60px;
  overflow: hidden;
}
#container .solution .small_dining_list li {
  float: left;
  width: 50%;
  padding-top: 32px;
  box-sizing: border-box;
}
#container .solution .small_dining_list li:nth-of-type(1) {
  padding-right: 55px;
}
#container .solution .small_dining_list li:nth-of-type(2) {
  padding-left: 55px;
  border-left: 1px solid #ccc;
}
#container .solution .small_dining_list li .item_title {
  text-align: left;
  line-height: 32px;
}
#container .solution .small_dining_list li .item_intro {
  padding-top: 20px;
  padding-bottom: 35px;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}
#container .solution .small_dining_list li .highlight {
  position: relative;
  font-weight: 800;
}
#container .solution .small_dining_list li .highlight::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #fec526;
}
#container .solution .small_dining_list li .intro_video span {
  display: inline-block;
  position: relative;
  padding: 11px 0 7px 12px;
  font-size: 18px;
  font-weight: 700;
}
#container .solution .small_dining_list li .intro_video span::after {
  content: "";
  position: absolute;
  top: 17px;
  left: 0px;
  width: 2px;
  height: 16px;
  background-color: #000;
}
#container .solution .small_dining_list2 {
  padding: 60px;
  border-top: 1px solid #ded6d4;
}
#container .solution .small_dining_list2 li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#container .solution .small_dining_list2 li .info {
  width: 635px;
}
#container .solution .small_dining_list2 li .intro_video {
  width: 525px;
}
#container .solution .small_dining_list2 li .item_title {
  text-align: left;
  line-height: 32px;
}
#container .solution .small_dining_list2 li .item_intro {
  padding-top: 20px;
  padding-bottom: 35px;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}
#container .solution .small_dining_list2 li .highlight {
  position: relative;
  font-weight: 800;
}
#container .solution .small_dining_list2 li .highlight::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #fec526;
}
#container .solution .small_dining_list2 li .intro_video span {
  display: inline-block;
  position: relative;
  padding: 11px 0 7px 12px;
  font-size: 18px;
  font-weight: 700;
}
#container .solution .small_dining_list2 li .intro_video span::after {
  content: "";
  position: absolute;
  top: 17px;
  left: 0px;
  width: 2px;
  height: 16px;
  background-color: #000;
}
#container .sub.founding .solution .tab_mn ul li {
  height: 70px;
}
#container .sub.founding .solution .tab_mn ul li a {
  height: 70px;
  line-height: 70px;
}
#container .sub.founding .solution .features {
  position: relative;
  width: 1280px;
  padding-bottom: 60px;
  margin: 0 auto;
  overflow: hidden;
}
#container .sub.founding .solution .features .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 69px;
}

/* 230427  css추가 */
#container .sub.founding .solution .features .list.full {
  width: 100%;
  padding-bottom: 37px;
}
#container .sub.founding .solution .features .list.full > li {
  width: 100%;
  z-index: 9999;
}
#container .sub.founding .solution .features .list.full .img {
  background-color: #fff;
}

#container .sub.founding .solution .features .list.embed {
  padding-bottom: 0;
}
#container .sub.founding .solution .features .list.embed > li {
  margin-bottom: 30px;
}

#container .sub.founding .solution .features .list > li {
  width: 600px;
  text-align: center;
}
#container .sub.founding .solution .features .list > li h5 {
  display: block;
  font-size: 30px;
  line-height: 38px;
  color: #5c3427;
  font-weight: 700;
}
#container .sub.founding .solution .features .list > li .img {
  margin-top: 25px;
}
#container .sub.founding .solution .features .list > li .img li {
  margin-top: 30px;
}
#container .sub.founding .solution .features .list > li .img li:first-child {
  margin-top: 0;
}

/* 230427 마진수정 */
#container .sub.founding .solution .features .list > li .txt li {
  margin-top: 87px;
  font-size: 20px;
  line-height: 34px;
  color: #333;
  background-color: #fff;
  padding-bottom: 15px;
}

/* 230427 패딩수정 */
#container .sub.founding .solution .features .txt_tit {
  position: absolute;
  left: 50%;
  top: 92px;
  transform: translateX(-50%);
  padding: 870px 0 133px;
}

/* 230427 마진//라인헤이트 수정 */
#container .sub.founding .solution .features .txt_tit li {
  margin-top: 93px;
  font-size: 22px;
  font-weight: 700;
  color: #5c3427;
  line-height: 56px;
  text-align: center;
  background: #fff;
}
#container .sub.founding .solution .features .txt_tit li:first-child {
  margin-top: 0;
}
#container .sub.founding .solution .features .txt_tit:after {
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background: #ded6d4;
  content: "";
  z-index: -1;
}
#container .sub.founding .solution .features .txt {
  padding-top: 23px;
}

/* 230427 추가 */
#container .sub.founding .solution .features .list.full .txt {
  padding-top: 0px;
}

#container .sub.founding .solution .features .bsam_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 25px 0 -30px 0;
}
#container .sub.founding .solution .features .bsam_list > li {
  margin-bottom: 30px;
}
#container .sub.founding .solution .features .bsam_list > li > a {
  display: block;
  position: relative;
}
#container .sub.founding .solution .features .bsam_list > li > a:after {
  content: "";
  display: block;
  clear: both;
}
#container .sub.founding .solution .features .bsam_list > li > a:hover:after,
#container .sub.founding .solution .features .bsam_list > li > a:focus:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5) url(/images/founding/ico_limg.png) no-repeat
    50% 50%;
  box-shadow: 5px 5px 5px #c1c1c1;
  transition: box-shadow 0.3s ease;
}
#container .sub.founding .solution .features .bsam_list .limg {
  display: none;
  position: absolute;
  z-index: 99;
  left: 0;
  top: 62px;
}
#container .sub.founding .solution .features .bsam_list .limg_close {
  position: absolute;
  z-index: 100;
  right: 21px;
  top: 23px;
  width: 56px;
  height: 56px;
  background: url(/images/founding/btn_limg_close.png) no-repeat;
  text-indent: -1000em;
}
#container .sub.founding .solution .list_tp > h4 {
  width: 1280px;
  margin: 0 auto;
}
#container .sub.founding .solution .list_tp ul.list .inner > h5 {
  width: 1280px;
  margin: 0 auto;
}
#container .sub.founding .solution .list_tp ul.list .inner .img {
  width: 1280px;
  margin: 0 auto;
}
#container .sub.founding .solution .list_tp ul.list .inner .img li {
  margin: 0;
  margin-right: 20px;
}

#container .sub.founding .solution .photo-wrap {
	padding: 100px 0;
	background: #F6F5F0;
}

body.parkgaSol #container .sub.founding .solution .photo-wrap {
	padding: 0;
	margin-top: 25px;
	background: none;
}

#container .sub.founding .solution .photo-wrap .bsam_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	width: 1280px;
	margin: 0 auto;
	overflow: hidden;
}

#container .sub.founding .solution .photo-wrap .bsam_list>li:nth-of-type(1),
#container .sub.founding .solution .photo-wrap .bsam_list>li:nth-of-type(2) {
	margin-bottom: 40px;
}
#container .sub.founding .solution .photo-wrap .bsam_list > li > a {
  display: block;
  position: relative;
	pointer-events: none;
}

#container .sub.founding .solution .photo-wrap .bsam_list > li > a:after {
  content: "";
  display: block;
  clear: both;
}

#container .sub.founding .solution .photo-wrap .bsam_list > li > a:hover:after,
#container .sub.founding .solution .photo-wrap .bsam_list > li > a:focus:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5) url(/images/founding/ico_limg.png) no-repeat
    50% 50%;
  box-shadow: 5px 5px 5px #c1c1c1;
  transition: box-shadow 0.3s ease;
}
#container .sub.founding .solution .photo-wrap .bsam_list .limg {
  display: none;
  position: absolute;
  z-index: 99;
  left: 0;
  top: 0;
}
#container .sub.founding .solution .photo-wrap .bsam_list .limg_close {
  position: absolute;
  z-index: 100;
  right: 21px;
  top: 23px;
  width: 56px;
  height: 56px;
  background: url(/images/founding/btn_limg_close.png) no-repeat;
  text-indent: -1000em;
}

#container
  .sub.founding
  .solution
  .list_tp
  ul.list
  .inner
  .img
  li:nth-of-type(2) {
  margin-right: 0;
}
#container .sub.founding .solution .list_tp ul.list .inner .txt {
  width: 1280px;
  margin: 35px auto 0;
}
#container .sub.founding .solution .list_tp2 .con .inner > h5 {
  width: 1280px;
  margin: 0 auto;
}
#container .sub.founding .solution.diagram {
  padding-top: 62px;
  padding-bottom: 96px;
  margin: 0;
  background-color: #f6f5ef;
}
#container .sub.founding .solution.diagram > .solution {
  margin: 0 auto;
}
#container .sub.founding .solution.diagram > .solution .txt {
  padding-top: 7px;
  padding-bottom: 30px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
#container .sub.founding .solution.diagram > .solution .dia {
  position: relative;
  width: 626px;
  height: 692px;
  text-align: center;
  margin: 0 auto;
  background: url(/images/founding/solution_dia_small.png) no-repeat;
}
/* #container .solution .dia strong{position:absolute; left:50%; top:438px; width:284px; margin-left:-142px; display:block; font-size:38px; line-height:52px; color:#5b3427}
#container .solution .dia ul li{position:absolute; left:0; top:0; width:202px; font-size:22px; color:#fff; font-weight:700; text-align:center}
#container .solution .dia ul li:nth-child(1){position:absolute; left:287px; top:138px}
#container .solution .dia ul li:nth-child(2){position:absolute; left:581px; top:275px}
#container .solution .dia ul li:nth-child(3){position:absolute; left:581px; top:621px}
#container .solution .dia ul li:nth-child(4){position:absolute; left:287px; top:782px}
#container .solution .dia ul li:nth-child(5){position:absolute; left:0; top:628px}
#container .solution .dia ul li:nth-child(6){position:absolute; left:0; top:279px} */
/* 210628 수정 End */
#container .solution ul.items {
  width: 100%;
  margin: 50px 0 100px;
}
#container .solution ul.items:after {
  content: "";
  display: block;
  clear: both;
}
#container .solution ul.items li {
  float: left;
  width: 50%;
  height: 213px;
  color: #000;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 52px 0 0 60px;
}
#container .solution ul.items li strong {
  display: block;
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 20px;
}
#container .solution ul.items li:nth-child(odd) {
  border-left: 0;
}
#container .solution ul.items li:nth-child(-n + 2) {
  height: 193px;
  padding-top: 32px;
  border-top: 0;
}
#container .solution h4 {
  display: block;
  font-size: 30px;
  line-height: 44px;
  color: #000;
  text-align: center;
  font-weight: 700;
}
#container .solution .list_tp {
  display: none;
}
#container .solution .list_tp.on {
  display: block;
}
#container .solution .list_tp1 ul.list {
  margin-top: 60px;
}
#container .solution .list_tp1 ul.list > li {
  background: #f6f5ef;
  text-align: center;
  padding-bottom: 65px;
}
#container .solution .list_tp1 ul.list > li:nth-child(even) {
  background: #fff;
}
#container .solution .list_tp1 ul.list > li h5 {
  display: block;
  font-size: 30px;
  line-height: 38px;
  color: #5c3427;
  font-weight: 700;
  padding: 65px 0 35px;
}
#container .solution .list_tp1 ul.list > li ul.img {
  display: inline-block;
}

/* 220623 수정 */
#container .solution .list_tp1 ul.list > li h5.pd0 {
  padding-top: 0px;
}
#container .solution .list_tp1 ul.list > li .inner.pd65 {
  padding-top: 65px;
}

#container .solution .list_tp1 ul.list > li ul.img:after {
  content: "";
  display: block;
  clear: both;
}
#container .solution .list_tp1 ul.list > li ul.img li {
  float: left;
  margin: 0 20px;
}
#container .solution .list_tp1 ul.list > li .txt {
  margin-top: 35px;
}
#container .solution .list_tp1 ul.list > li .txt ul {
  display: inline-block;
}
#container .solution .list_tp1 ul.list > li .txt ul:after {
  content: "";
  display: block;
  clear: both;
}
#container .solution .list_tp1 ul.list > li .txt ul li {
  float: left;
  width: 340px;
  font-size: 20px;
  line-height: 32px;
}
#container .solution .list_tp1 ul.list > li .txt ul li strong {
  display: block;
  margin-bottom: 5px;
  font-size: 22px;
  color: #5c3427;
}
#container .solution .list_tp2 h5 {
  display: block;
  font-size: 30px;
  line-height: 38px;
  color: #5c3427;
  font-weight: 700;
  padding: 65px 0 35px;
}
#container .solution .list_tp2 .con {
  background: #f6f5ef;
  padding-bottom: 65px;
  margin-top: 60px;
}
#container .solution .list_tp2 .con .inner {
  width: 1280px;
  margin: 0 auto;
}
#container .solution .list_tp2 .con ul.img {
  width: 1320px;
  margin-left: -20px;
}
#container .solution .list_tp2 .con ul.img:after {
  content: "";
  display: block;
  clear: both;
}
#container .solution .list_tp2 .con ul.img li {
  float: left;
  margin: 0 20px;
}
#container .solution .list_tp2 .con .txt {
  margin: 35px 0 0;
}
#container .solution .list_tp2 .con .txt ul {
  width: 1320px;
  margin-left: -20px;
}
#container .solution .list_tp2 .con .txt ul:after {
  content: "";
  display: block;
  clear: both;
}
#container .solution .list_tp2 .con .txt ul li {
  float: left;
  width: 620px;
  margin: 20px 20px 0;
}
#container .solution .list_tp2 .con .txt ul li strong {
  display: block;
  font-size: 18px;
  color: #5c3427;
}
#container .solution .list_tp2 .con .txt ul li:nth-child(-n + 2) {
  margin-top: 0;
}

#container .solution .list_tp3 h5 {
  display: block;
  font-size: 30px;
  line-height: 38px;
  color: #5c3427;
  font-weight: 700;
  padding: 65px 0 35px;
}
#container .solution .list_tp3 .con {
  background: #f6f5ef;
  padding-bottom: 65px;
  margin-top: 60px;
}
#container .solution .list_tp3 .con .inner {
  width: 1280px;
  margin: 0 auto;
  text-align: center;
}
#container .solution .list_tp3 .con .inner ul.img {
  width: 1320px;
  margin-left: -20px;
}
#container .solution .list_tp3 .con .inner ul.img:after {
  content: "";
  display: block;
  clear: both;
}
#container .solution .list_tp3 .con .inner ul.img li {
  float: left;
  margin: 0 20px;
}
#container .solution .list_tp3 .con .inner .txt {
  margin: 35px 0 0;
}
#container .solution .list_tp3 .con .inner .txt ul {
  width: 1320px;
  margin-left: -20px;
}
#container .solution .list_tp3 .con .inner .txt ul:after {
  content: "";
  display: block;
  clear: both;
}
#container .solution .list_tp3 .con .inner .txt ul li {
  float: left;
  width: 620px;
  margin: 20px 20px 0;
}
#container .solution .list_tp3 .con .inner .txt ul li strong {
  display: block;
  font-size: 18px;
  color: #5c3427;
}
#container .solution .list_tp3 .con .inner .txt ul li:nth-child(-n + 2) {
  margin-top: 0;
}

#container .solution .list_tp3 .con .inner2 {
  width: 1280px;
  padding-bottom: 175px;
  margin: 0 auto;
  text-align: center;
}
#container .solution .list_tp3 .con .inner2 .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#container .solution .list_tp3 .con .inner2 .img {
  width: 620px;
}
#container .solution .list_tp3 .con .inner2 .txt {
  width: 605px;
  text-align: left;
}
#container .solution .list_tp3 .con .inner2 .txt li {
  padding: 40px 0;
  border-top: 1px solid #ded6d4;
}
#container .solution .list_tp3 .con .inner2 .txt li:first-child {
  border-top: 0;
}
#container .solution .list_tp3 .con .inner2 .txt li strong {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #5c3427;
  line-height: 26px;
}
#container .solution .list_tp3 .con .inner2 .txt li strong span {
  display: block;
  font-size: 18px;
}
#container .solution .list_tp3 .con .inner2 .txt li p {
  margin-top: 5px;
  line-height: 26px;
}
#container .solution .list_tp3 .swiper {
  position: relative;
}
#container .solution .list_tp3 .swiper-wrapper {
  width: auto;
  height: 492px;
}
#container .solution .list_tp3 .swiper-slide {
  width: 692px !important;
}
#container .solution .list_tp3 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mySwiper.swiper-container-horizontal > .swiper-pagination-bullets {
  display: flex;
  position: absolute;
  justify-content: center;
  bottom: -59px;
  gap: 15px;
}
.mySwiper.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0;
  background: #5b3327;
  text-indent: -9999px;
}

#container .process ul.step {
  width: 1304px;
  margin-left: -12px;
  background: url(/images/founding/process.jpg) center top no-repeat;
}
#container .process ul.step:after {
  content: "";
  display: block;
  clear: both;
}
#container .process ul.step li {
  float: left;
  width: 326px;
  text-align: center;
  padding-top: 190px;
}
#container .process ul.step li:nth-child(-n + 4) {
  height: 451px;
}
#container .process ul.step li:nth-child(n + 5):nth-child(-n + 8) {
  float: right;
}
#container .process ul.step li strong {
  display: block;
  font-size: 20px;
  color: #000;
}
#container .process ul.step li p {
  color: #555;
}
#container .cost .info {
  display: none;
}
#container .cost .info.on {
  display: block;
}
#container .cost .info table {
  width: 100%;
  border-top: 3px solid #5c3427;
  margin-bottom: 45px;
}
#container .cost .info table thead th {
  height: 48px;
  font-size: 18px;
  color: #5c3427;
  text-align: center;
  border-bottom: 1px solid #ded6d4;
  border-left: 1px solid #ded6d4;
  background: #f3f3f3;
  vertical-align: middle;
}
#container .cost .info table thead th:first-child {
  border-left: 0;
}
#container .cost .info table tbody th,
#container .cost .info table tbody td {
  text-align: center;
  border-bottom: 1px solid #ded6d4;
  border-left: 1px solid #ded6d4;
  vertical-align: middle;
  padding: 20px 30px;
}
#container .cost .info table tbody th:first-child,
#container .cost .info table tbody td:first-child {
  border-left: 0;
}
#container .cost .info table tbody tr.total th {
  font-size: 20px;
}
#container .cost .info table tbody tr.total td {
  font-size: 20px;
  color: #684236;
}
#container .cost .info table tbody tr.total td.t_l {
  font-size: 18px;
}
#container .cost .info table tbody ul.lt li {
  text-indent: -10px;
  padding-left: 10px;
}
#container .cost .info table .lh {
  line-height: 20px;
}
#container .cost .info table .ln_l {
  border-left: 1px solid #ded6d4 !important;
}
#container .cost .info table + p {
  text-align: right;
  margin-top: 12px;
}
#container .cost .info p.sort {
  text-align: right;
  margin-top: 20px;
  margin-bottom: 10px;
}
#container .cost .loan {
  width: 100%;
  border: 1px solid #bfbfbf;
  margin-top: 60px;
  padding: 60px 75px;
}
#container .cost .loan .box {
  padding-left: 50px;
  background: url(/images/common/ico_exc.png) no-repeat;
}
#container .cost .loan h3 {
  display: block;
  font-size: 20px;
  color: #000;
  font-weight: 700;
}
#container .cost .loan p.t1 {
  margin: 7px 0 35px;
}
#container .cost .loan {
  margin-bottom: 70px;
}
#container .cost .loan table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  border-top: 3px solid #5c3427;
  text-align: center;
  margin-top: 40px;
}
#container .cost .loan table tr th {
  background-color: #f3f3f3;
  font-size: 18px;
  font-weight: bold;
  color: #5c3427;
}
#container .cost .loan table tr th,
#container .cost .loan table tr td {
  line-height: 50px;
  text-align: center;
  border: 1px solid #ded6d4;
}

#container .cost .loan table tr td {
  font-size: 16.5px;
  font-weight: bold;
  color: #303030;
}

#container .cost .loan table tr td:nth-child(2) {
  color: #673121;
}

#container .cost .loan p.t2 {
  margin-top: 30px;
}
#container .cost .loan p.t2 span {
  display: inline-block;
  padding-top: 10px;
  font-size: 14px;
  margin-left: 15px;
}
#container .story .tab_mn {
  margin-bottom: 30px;
}
#container .story .tab_mn + .top p.txt {
  margin-top: 15px;
}
#container .sub.founding .story .newTab ul > li.on,
#container .sub.founding .story .newTab ul > li:hover {
  background-color: #fffce7;
}
#container .sub.founding .story .newTab a.bossam {
  background: url(/images/founding/nav_bossam_g.png) center no-repeat;
}
#container .sub.founding .story .newTab a.parkga {
  background: url(/images/founding/nav_parkga_g.png) center no-repeat;
}
#container .sub.founding .story .newTab a.gamtan {
  background: url(/images/founding/nav_gamtan_g.png) center no-repeat;
}
#container .sub.founding .story .newTab a.bossam:hover,
#container .sub.founding .story .newTab a.bossam.on {
  background: url(/images/founding/nav_bossam.png) center no-repeat;
  background-color: #fffce7;
}
#container .sub.founding .story .newTab a.parkga:hover,
#container .sub.founding .story .newTab a.parkga.on {
  background: url(/images/founding/nav_parkga.png) center no-repeat;
  background-color: #fffce7;
}
#container .sub.founding .story .newTab a.gamtan:hover,
#container .sub.founding .story .newTab a.gamtan.on {
  background: url(/images/founding/nav_gamtan.png) center no-repeat;
  background-color: #fffce7;
}
#container .story1 ul.list {
	display:flex;
	flex-wrap:wrap;
  width: 1310px;
  margin-left: -15px;
}
#container .story1 ul.list li {
  position: relative;
  width: 625px;
	height:100%;
  margin: 30px 15px 0;
  transition: box-shadow 0.3s ease;
}
#container .story1 ul.list li:nth-child(-n + 2) {
  margin-top: 0;
}
#container .story1 ul.list li .box {
  /*height: 782px;*/
  height: 690px;
  border: 1px solid #d2d2d2;
  padding: 15px;
}
#container .story1 ul.list li .box .info {
  padding: 30px 25px;
}
#container .story1 ul.list li .box .info p.ctg {
  width: 127px;
  border-radius: 28px;
  background: #fec526;
  font-size: 18px;
  line-height: 38px;
  color: #5c3427;
  font-weight: 700;
  text-align: center;
}
#container .story1 ul.list li .box .info strong {
  display: block;
  font-size: 36px;
  line-height: 45px;
  color: #000;
  font-weight: 400;
  margin: 6px 0 8px;
}
#container .story1 ul.list li a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 680px;
  padding-left: 40px;
  border: 2px solid rgba(0, 0, 0, 0);
  transition: border-color 0.3s ease;
}
#container .story1 ul.list li a:hover span {
  display: inline-block;
  font-size: 18px;
  line-height: 50px;
  color: #fff;
  border-radius: 25px;
  padding: 0 80px 0 30px;
  background: url(/images/common/btn_arrow_w.png) right 20px center no-repeat
    #5c3427;
  animation: btn_m_ani 0.7s ease alternate;
}
#container .story1 ul.list li.on {
  box-shadow: 7px 7px 9px 0 rgba(0, 0, 0, 0.17);
}
#container .story1 ul.list li.on a {
  border-color: #ffc629;
}
#container .story2 .list li {
  position: relative;
  width: 100%;
  text-align: center;
  color: #fff;
  background: url(/images/founding/story_parkga_bg.jpg) no-repeat;
  margin-top: 66px;
}
#container .story2 .list li:first-child {
  margin-top: 0;
}
#container .story2 .list li:after {
  content: "";
  display: block;
  clear: both;
}
#container .story2 .list li .store_name {
  display: block;
  position: relative;
  padding: 11px 0 7px 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #b8b8b8;
  text-align: left;
}
#container .story2 .list li .store_name::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 0px;
  width: 2px;
  height: 16px;
  background-color: #b8b8b8;
}
#container .story2 .list li .person {
  float: left;
  width: 387px;
  height: 616px;
  background: rgba(0, 0, 0, 0.2);
  padding-top: 50px;
}
#container .story2 .list li .person p.ctg {
  display: inline-block;
  border-radius: 28px;
  background: #d82630;
  font-size: 18px;
  line-height: 38px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 0 20px;
}
#container .story2 .list li .person strong {
  display: block;
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  padding: 20px 0 30px;
}
#container .story2 .list li .person .photo img {
  box-shadow: 7px 7px 9px 0 rgba(0, 0, 0, 0.43);
}
#container .story2 .list li .person p.t {
  line-height: 28px;
  margin-top: 28px;
}
#container .story2 .list li .person p.t span {
  font-size: 18px;
}
#container .story2 .list li .con {
  float: left;
  width: 891px;
  padding: 105px 0 0 178px;
}
#container .story2 .list li .con .box {
  width: 536px;
  height: 195px;
  border: 1px solid #d38686;
  background: rgba(0, 0, 0, 0.2);
  padding-top: 40px;
}
#container .story2 .list li .con .box p {
  line-height: 1;
}
#container .story2 .list li .con .box .t1 {
  font-size: 24px;
}
#container .story2 .list li .con .box .t2 {
  font-size: 36px;
  line-height: 48px;
  margin: 15px 0;
}
#container .story2 .list li .con .box .t2 strong {
  font-size: 48px;
  color: #ffa800;
}
#container .story2 .list li .con .box .t3 {
  font-size: 18px;
}
#container .story2 .list li .con .txt {
  text-align: left;
  margin-top: 50px;
}
#container .story2 .list li .con .txt strong {
  display: block;
  font-size: 36px;
  line-height: 1;
  padding-bottom: 12px;
}
#container .story2 .list li .con .txt p {
  font-size: 18px;
  line-height: 36px;
}
#container .story2 .list li .con .txt p + p {
  margin-top: 15px;
}
#container .story2 .list .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: -57px;
  width: 100%;
}
#container .story2 .list .swiper-pagination-bullet {
  width: 24px;
  height: auto;
  background: none;
  opacity: 1;
  color: #999;
  line-height: 20px;
  text-align: center;
  margin: 0 6px;
  border-radius: 0;
  letter-spacing: -1px;
}
#container .story2 .list .swiper-pagination-bullet-active {
  border-bottom: 1px solid #000;
  font-weight: 700;
  color: #000;
}
#container .story2 .tit_bgr {
  text-align: center;
  padding: 40px;
  background-color: #c5161b;
  font-size: 29px;
  color: #fff;
  line-height: 1.2;
}
#container .story2 .tit_bgr em {
  color: #fdcd00;
  font-weight: 600;
}
#container .story2.bg_bage {
  margin-top: -110px;
  padding: 70px 0 100px 0;
  background-color: #f6f5f0;
}
#container .story2.bg_bage > div {
  width: 1280px;
  margin: 0 auto;
}
#container .story2.bg_bage ul {
  display: flex;
}
#container .story2.bg_bage ul > li {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 50px;
}
#container .story2.bg_bage .tit {
  position: relative;
  text-align: center;
  margin-bottom: 25px;
  padding: 25px 5px;
  width: 100%;
  background-color: #fff;
  border: 2px solid #5c3427;
  font-size: 26px;
  color: #5c3427;
}
#container .story2.bg_bage .tit:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -17px;
  margin-left: -14px;
  width: 29px;
  height: 18px;
  background: url("/images/founding/ico_bottom_brw.png") no-repeat 50% bottom;
}
#container .story2.bg_bage .tit em {
  font-weight: 800;
}
#container .story2.bg_bage ul > li + li {
  margin-left: 39px;
}
#container .story2.bg_bage dl {
  text-align: center;
  margin-top: 25px;
  width: 400px;
  font-size: 26px;
  font-weight: 600;
}
#container .story2.bg_bage dl > dt {
  line-height: 1.6;
  font-weight: 800;
}
#container .story2.bg_bage dl > dd {
  font-size: 24px;
}
#container .story2.bg_bage dl > dd em {
  font-size: 26px;
  font-weight: 800;
}
#container .story2.bg_bage dl > .point {
  margin-top: 15px;
  padding-top: 30px;
  border-top: 1px solid #c5c4c0;
  font-size: 26px;
  color: #c5161b;
}
#container .story2.bg_bage dl > .point span {
  display: block;
  margin-top: 8px;
}
#container .story2.bg_bage strong {
  font-size: 37px;
  color: #c5161b;
  font-weight: 800;
}
#container .story2.bg_bage .comment {
  text-align: center;
  font-size: 29px;
  font-weight: 600;
}
#container .story2.bg_bage .comment p {
  position: relative;
  z-index: 0;
  display: inline-block;
  text-align: center;
  margin-top: 70px;
  font-size: 29px;
  font-weight: 600;
}
#container .story2.bg_bage .comment p:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -1%;
  bottom: -9px;
  width: 102%;
  height: 22px;
  background-color: #f8e9a8;
}

#container .story2.bg_bage2 {
	padding: 100px 0;
	background: #F6F5F0;
}

#container .story2.bg_bage2>div {
	width: 1280px;
	margin: 0 auto;
}

#container .story2.bg_bage2 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#container .story2.bg_bage2 ul li {
	margin-top: 40px;
}

#container .story2.bg_bage2 ul li .info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 24px;
}

#container .story2.bg_bage2 ul li .info .t1 {
	font-weight: 700;
	font-size: 24px;
	line-height: 46px;
	letter-spacing: 0%;
	text-align: center;
	color: #5C3427;
}

#container .story2.bg_bage2 ul li .info .t2 {
	font-weight: 800;
	font-size: 26px;
	line-height: 46px;
	letter-spacing: 0%;
	text-align: center;
	color: #5C3427;
}


#container .story3 .list li{
	margin-top: 50px;
}
#container .story3 .list li:first-child{
	margin-top: 0;
}
#container .app_form {
  margin-top: 80px;
}
#container .presentation .top_info {
  width: 100%;
  background: #f6f5f0;
}
/* 210628 수정 Start */
#container .presentation .top_info h3 {
  display: block;
  height: 386px;
  background: url(/images/founding/presentation_top_new.jpg) no-repeat;
  font-size: 58px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 90px;
  padding-top: 105px;
}
#container .presentation .top_info h3 em {
  display: block;
  padding-bottom: 12px;
  line-height: 42px;
  font-size: 84px;
  font-weight: 700;
  color: #fec526;
  letter-spacing: 10px;
}
#container .presentation .top_info h3 span {
  display: block;
  width: 407px;
  height: 48px;
  margin: 15px auto 0;
  border-radius: 24px;
  line-height: 48px;
  font-size: 28px;
  color: #281711;
  background-color: #fec526;
}
/* 210628 수정 End */
#container .presentation .top_info .txt {
  width: 100%;
  text-align: center;
  padding: 50px 0 45px;
}
#container .presentation .top_info .txt p {
  font-size: 18px;
  line-height: 40px;
  margin-bottom: 18px;
}
#container .presentation .top_info .txt ul {
  display: inline-block;
  background: url(/images/common/ico_exc2.png) center top no-repeat;
  padding-top: 42px;
  margin-top: 10px;
}
#container .presentation .top_info .txt ul:after {
  content: "";
  display: block;
  clear: both;
}
#container .presentation .top_info .txt ul li {
  float: left;
  margin: 0 11px;
}
#container .presentation ul.list {
  margin: 80px 0;
}
#container .presentation ul.list > li {
  position: relative;
  margin-top: 30px;
}
#container .presentation ul.list > li:first-child {
  margin-top: 0;
}
#container .presentation ul.list > li .box {
  position: relative;
  border: 1px solid #d2d2d2;
  padding: 42px 0 35px 76px;
  transition: box-shadow 0.3s ease;
}
#container .presentation ul.list > li .box:after {
  position: absolute;
  left: -1px;
  top: -1px;
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  border: 2px solid #ffc629;
  opacity: 0;
  content: "";
  transition: opacity 0.3s ease;
}
#container .presentation ul.list > li .box strong {
  display: block;
  font-size: 30px;
  color: #000;
  line-height: 45px;
  margin-bottom: 15px;
}
#container .presentation ul.list > li .box ul li {
  font-size: 18px;
  line-height: 36px;
  color: #555;
  background: url(/images/common/ico_list_d.png) left 16px no-repeat;
  padding-left: 12px;
}
#container .presentation ul.list > li .box .end {
  position: absolute;
  right: 93px;
  top: 50%;
  margin-top: -71px;
  width: 142px;
  height: 142px;
  border-radius: 100%;
  background: #c3c3c3;
  font-size: 20px;
  line-height: 142px;
  color: #fff;
  text-align: center;
}
#container .presentation ul.list > li .box .btn_app,
#container .presentation ul.list > li .box .btn_close {
  position: absolute;
  right: 66px;
  bottom: 45px;
  width: 196px;
  z-index: 10;
}
#container .presentation ul.list > li .box .btn_close {
  display: none;
}
#container .presentation ul.list > li .box .btn_loc {
  position: relative;
  margin-left: 30px;
  z-index: 10;
}
#container .presentation ul.list > li .app_form {
  display: none;
}
#container .presentation ul.list > li.on .btn_app {
  display: none;
}
#container .presentation ul.list > li.on .btn_close {
  display: block;
}
#container .presentation ul.list > li.on .app_form {
  display: block;
}
#container .presentation ul.list > li.on .box {
  box-shadow: 7px 7px 9px 0 rgba(0, 0, 0, 0.17);
}
#container .presentation ul.list > li.on .box:after {
  opacity: 1;
}
#container .presentation ul.list > li.on + li {
  margin-top: 80px;
}
#container .presentation ul.list > li:hover .box {
  box-shadow: 7px 7px 9px 0 rgba(0, 0, 0, 0.17);
}
#container .presentation ul.list > li:hover .box:after {
  opacity: 1;
}
#container .consult .info {
  width: 100%;
  background: #f6f5ef;
  padding: 50px 0 35px;
}
#container .consult .info .con {
  width: 1100px;
  margin: 0 auto;
}
#container .consult .info .con .top {
  position: relative;
  width: 100%;
  min-height: 112px;
  background: url(/images/common/logo_m.png) no-repeat;
}
#container .consult .info .con .top ul.txt1 {
  padding: 7px 0 0 153px;
}
#container .consult .info .con .top ul.txt1 li {
  font-size: 24px;
  line-height: 45px;
  font-weight: 700;
  color: #000;
}
#container .consult .info .con .top ul.txt1 li span {
  font-size: 20px;
}
#container .consult .info .con .top ul.txt2 {
  position: absolute;
  left: 635px;
  top: 25px;
}
#container .consult .info .con .top ul.txt2 li {
  font-size: 18px;
  line-height: 34px;
  color: #000;
  background: url(/images/common/ico_list_d.png) left 16px no-repeat;
  padding-left: 12px;
}
#container .consult .info .con p.exc {
  border-top: 1px solid #d2cac3;
  padding: 15px 0 0 188px;
  margin-top: 31px;
  font-size: 16px;
  color: #000;
  background: url(/images/common/ico_exc3.png) 154px 18px no-repeat;
}

/* customer */
#container .voc .sec {
  width: 100%;
  padding-bottom: 70px;
  border-bottom: 1px solid #bfbfbf;
}
#container .voc .sec:after {
  content: "";
  display: block;
  clear: both;
}
#container .voc .sec > div {
  float: left;
  width: 402px;
  height: 655px;
}
#container .voc .sec > div h3 {
  display: block;
  font-size: 36px;
  line-height: 1;
  color: #000;
  font-weight: 700;
  text-align: center;
  padding: 60px 0 65px;
}
#container .voc .sec .c {
  background: url(/images/customer/voc_c.jpg) no-repeat;
}
#container .voc .sec .c ul {
  width: 337px;
  margin: 0 auto;
}
#container .voc .sec .c ul li {
  width: 100%;
  height: 100px;
  margin-bottom: 35px;
  background: #fff;
  border-radius: 20px;
  padding: 27px 0 0 25px;
}
#container .voc .sec .c ul li:after {
  content: "";
  display: block;
  clear: both;
}
#container .voc .sec .c ul li strong {
  float: left;
  display: block;
  font-size: 24px;
  font-weight: 700;
  width: 113px;
}
#container .voc .sec .c ul li p {
  float: left;
  color: #5c3427;
  line-height: 26px;
  font-weight: 700;
}
#container .voc .sec .c ul li p em {
  display: block;
  font-size: 20px;
  font-weight: 800;
}
#container .voc .sec .o {
  background: url(/images/customer/voc_o.jpg) no-repeat;
  margin: 0 37px;
}
#container .voc .sec .o ul {
  width: 304px;
  margin: 0 auto;
}
#container .voc .sec .o ul li {
  width: 100%;
  height: 100px;
  margin-bottom: 35px;
  background: #fff;
  border-radius: 50px;
  overflow: hidden;
}
#container .voc .sec .o ul li a {
  display: block;
  text-align: right;
}
#container .voc .sec .o ul li a span {
  display: inline-block;
  width: 220px;
  font-size: 24px;
  line-height: 100px;
  color: #fff;
  text-align: center;
}
#container .voc .sec .o ul li a.q {
  background: url(/images/customer/ico_qa.png) 37px center no-repeat #7a2125;
}
#container .voc .sec .o ul li a.i {
  background: url(/images/customer/ico_inquiry.png) 44px center no-repeat
    #401e15;
}
#container .voc .sec .s {
  background: url(/images/customer/voc_s.jpg) no-repeat;
}
#container .voc .sec .s ul {
  width: 304px;
  margin: 0 auto;
}
#container .voc .sec .s ul li {
  width: 100%;
  height: 100px;
  margin-bottom: 35px;
  background: #fff;
  border-radius: 50px;
  border: 2px solid #fff;
  overflow: hidden;
  transition: all 0.4s ease;
}
#container .voc .sec .s ul li:hover {
  border-color: #5c3427;
  box-shadow: 7px 7px 8px rgba(94, 65, 18, 0.2);
}
#container .voc .sec .s ul li a.b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/images/customer/voc_bossam.jpg) no-repeat;
  text-indent: -9999em;
}
#container .voc .sec .s ul li a.p {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/images/customer/voc_parkga.jpg?v=20250103) no-repeat;
  text-indent: -9999em;
}
#container .voc .sec .s ul li a.m {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/images/customer/voc_morishabu.jpg) no-repeat;
  text-indent: -9999em;
}
#container .inquiry_hp .con {
  text-align: center;
  background: url(/images/customer/hp_auth.jpg) center top no-repeat;
  padding-top: 350px;
}
#container .voc .tit {
  width: 100%;
  margin: 70px 0 30px;
}
#container .voc .tit:after {
  content: "";
  display: block;
  clear: both;
}
#container .voc .tit h3 {
  float: left;
  display: block;
  font-size: 30px;
  font-weight: 700;
  color: #000;
}
#container .voc .tit p {
  float: left;
  margin-left: 15px;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-top: 5px;
}
#container .voc .process {
  padding-bottom: 30px;
  border-bottom: 1px solid #bfbfbf;
}
#container .voc .process ol {
  width: 1025px;
  margin: 0 auto;
  background: url(/images/customer/process.jpg) no-repeat;
}
#container .voc .process ol:after {
  content: "";
  display: block;
  clear: both;
}
#container .voc .process ol li {
  float: left;
  width: 205px;
  height: 184px;
  font-size: 18px;
  color: #000;
  text-align: center;
  padding-top: 120px;
}
#container .voc .process ol li:nth-child(6) {
  margin-left: 205px;
}
/* 220810 margin 수정 */
#container .vip .coupon {
  margin: 20px 0 100px;
}
#container .vip .caution {
  position: relative;
  width: 100%;
  border: 1px solid #cda66d;
  padding: 35px 0;
}
#container .vip .caution:after {
  content: "";
  display: block;
  clear: both;
}
#container .vip .caution .tit {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  padding-left: 73px;
}
#container .vip .caution .tit .in {
  width: 100%;
  height: 100%;
  display: table;
}
#container .vip .caution .tit .in strong {
  display: table-cell;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  vertical-align: middle;
  background: url(/images/common/ico_exc.png) left center no-repeat;
  padding-left: 40px;
}
#container .vip .caution ul {
  margin-left: 400px;
  padding-left: 40px;
  border-left: 1px solid #000;
}
#container .vip .caution ul li {
  position: relative;
  line-height: 30px;
  color: #000;
  padding-left: 20px;
}
#container .vip .caution ul li:before {
  position: absolute;
  left: 0;
  top: 12px;
  width: 6px;
  height: 5px;
  background: #5c3427;
  content: "";
}
#container .faq ul.faq_mn {
  width: 100%;
  background: url(/images/customer/faq_mn_bg.jpg) repeat-x;
  border-left: 2px solid #e7e7e7;
  margin-bottom: 70px;
}
#container .faq ul.faq_mn:after {
  content: "";
  display: block;
  clear: both;
}
#container .faq ul.faq_mn li {
  position: relative;
  float: left;
  width: 16.66666666666667%;
  height: 149px;
  background: url(/images/common/tab_bg_y.jpg) right repeat-y;
}
#container .faq ul.faq_mn li a {
  display: block;
  position: absolute;
  left: -2px;
  top: 0;
  width: calc(100% + 2px);
  height: 100%;
  font-size: 20px;
  font-weight: 700;
  font-weight: 700;
  text-align: center;
  color: #5c3427;
  padding-top: 98px;
}
#container .faq ul.faq_mn li:nth-child(1) a {
  background: url(/images/customer/ico_faq1.png) center 27px no-repeat;
}
#container .faq ul.faq_mn li:nth-child(2) a {
  background: url(/images/customer/ico_faq2.png) center 27px no-repeat;
}
#container .faq ul.faq_mn li:nth-child(3) a {
  background: url(/images/customer/ico_faq3.png) center 27px no-repeat;
}
#container .faq ul.faq_mn li:nth-child(4) a {
  background: url(/images/customer/ico_faq4.png) center 27px no-repeat;
}
#container .faq ul.faq_mn li:nth-child(5) a {
  background: url(/images/customer/ico_faq5.png) center 27px no-repeat;
}
#container .faq ul.faq_mn li:nth-child(6) a {
  background: url(/images/customer/ico_faq6.png) center 27px no-repeat;
}
#container .faq ul.faq_mn li:nth-child(1) a.on {
  background: url(/images/customer/ico_faq1_on.png) center 27px no-repeat
    #5c3427;
  color: #fff;
}
#container .faq ul.faq_mn li:nth-child(2) a.on {
  background: url(/images/customer/ico_faq2_on.png) center 27px no-repeat
    #5c3427;
  color: #fff;
}
#container .faq ul.faq_mn li:nth-child(3) a.on {
  background: url(/images/customer/ico_faq3_on.png) center 27px no-repeat
    #5c3427;
  color: #fff;
}
#container .faq ul.faq_mn li:nth-child(4) a.on {
  background: url(/images/customer/ico_faq4_on.png) center 27px no-repeat
    #5c3427;
  color: #fff;
}
#container .faq ul.faq_mn li:nth-child(5) a.on {
  background: url(/images/customer/ico_faq5_on.png) center 27px no-repeat
    #5c3427;
  color: #fff;
}
#container .faq ul.faq_mn li:nth-child(6) a.on {
  background: url(/images/customer/ico_faq6_on.png) center 27px no-repeat
    #5c3427;
  color: #fff;
}

/* footer */
#footer {
  position: relative;
  width: 100%;
  background: url(/images/common/footer_line.png) left 80px repeat-x;
  border-top: 1px solid #dfdfdf;
}
#footer .inner {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
#footer .top {
  position: relative;
  width: 100%;
  padding-top: 5px;
}
#footer .top:after {
  content: "";
  display: block;
  clear: both;
}
#footer .top p {
  font-weight: 500;
  color: #000;
  line-height: 35px;
  margin-right: 18px;
  display: inline-block;
}
#footer .top p span {
  font-size: 12.5px;
}
#footer .top p.delivery {
  display: none;
}
#footer .top p.delivery em {
  font-size: 22px;
  font-weight: 800;
  color: #000;
}
#footer .top ul.sns {
  position: absolute;
  right: 0;
  top: 9px;
}
#footer .top ul.sns:after {
  content: "";
  display: block;
  clear: both;
}
#footer .top ul.sns li {
  float: left;
  margin-left: 14px;
}
#footer .top ul.sns li a {
  display: block;
  width: 41px;
  height: 40px;
  text-indent: -9999em;
}
#footer .top ul.sns li a.facebook {
  background: url(/images/common/ico_facebook_s.png) no-repeat;
}
#footer .top ul.sns li a.blog {
  background: url(/images/common/ico_blog_s.png) no-repeat;
}
#footer .top ul.sns li a.youtube {
  background: url(/images/common/ico_youtube_s.png) no-repeat;
}
#footer .top ul.sns li a.instagram {
  background: url(/images/common/ico_instagram_s.png) no-repeat;
}

/* 스마트스토어 추가 */
#footer .top ul.sns li a.smartstore {
  background: url(/images/common/ico_smartstore_s.png) no-repeat;
}

#footer .bottom {
  position: relative;
  padding: 40px 0 40px 160px;
}
#footer .bottom .logo {
  position: absolute;
  left: 0;
  top: 51px;
}
#footer .bottom ul.menu {
  margin-bottom: 7px;
}
#footer .bottom ul.menu:after {
  content: "";
  display: block;
  clear: both;
}
#footer .bottom ul.menu li {
  float: left;
  margin-right: 23px;
}
#footer .bottom ul.menu li a {
  display: block;
  font-size: 13px;
  color: #848484;
}
#footer .bottom ul.menu li:first-child a {
  color: #000;
}
#footer .bottom p {
  font-size: 13px;
  line-height: 25px;
  color: #848484;
}
#footer .family {
  position: absolute;
  right: 0;
  top: 100px;
  width: 225px;
  z-index: 100;
}
#footer .family .inner {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border: 1px solid #b6b6b6;
  background: #fff;
  border-radius: 25px;
  overflow: hidden;
}
#footer .family ul {
  display: none;
  padding-top: 12px;
}
#footer .family ul li a {
  display: block;
  width: 100%;
  line-height: 36px;
  color: #000;
  padding-left: 40px;
}
#footer .family ul li a:hover {
  background: #f1f1f1;
}
#footer .family a.ctr {
  display: block;
  width: 100%;
  line-height: 48px;
  color: #000;
  background: url(/images/common/ico_family_up.png) right 30px center no-repeat
    #fff;
  padding-left: 40px;
}
#footer .family.on ul {
  display: block;
}
#footer .family.on a.ctr {
  background-image: url(/images/common/ico_family_down.png);
}
body.main #footer {
  border-top: 0;
}
body.bossam #footer .top p.tel {
  display: none;
}
body.bossam #footer .top p.delivery {
  display: inline-block;
}
body.parkga #footer .top p.tel {
  display: none;
}
/* body.parkga #footer .top p.delivery{display:inline-block;} */
#footer .top ul.sns.mori {
  display: none;
}
body.morishabu #footer ul.sns {
  display: none;
}
body.morishabu #footer ul.sns.mori {
  display: block;
}

/* floating */
#floating {
  position: fixed;
  right: 30px;
  top: 50%;
  z-index: 8000;
}
#floating li {
  margin-top: 10px;
}
#floating li:first-child {
  margin-top: 0;
}
#floating li a {
  display: block;
  width: 95px;
  height: 95px;
}
#floating li a span {
  display: none;
}
#floating li a:hover span {
  display: block;
}
#floating li.fran a {
  background: url(/images/common/floating_founding.png) no-repeat;
  text-align: center;
  color: #5c3427;
  font-weight: 700;
  padding-top: 56px;
  letter-spacing: -1px;
}
#floating li.fran a:hover {
  background: url(/images/common/floating_founding_on.png) no-repeat;
}
#floating li.kakao a {
  background: url(/images/common/floating_kakao.png) no-repeat;
  text-align: center;
  color: #5c3427;
  font-weight: 700;
  padding-top: 56px;
  letter-spacing: -1px;
}
#floating li.kakao a:hover {
  background: url(/images/common/floating_kakao_on.png) no-repeat;
}
#floating li.lunchbox a {
  background: url(/images/common/floating_lunchbox.png) no-repeat;
  text-align: center;
  color: #5c3427;
  font-weight: 700;
  padding-top: 56px;
  letter-spacing: -1px;
}
#floating li.lunchbox a:hover {
  background: url(/images/common/floating_lunchbox_on.png) no-repeat;
}
#floating li.top a {
  height: 78px;
  background: url(/images/common/floating_top.png) center no-repeat;
  text-indent: -9999em;
}

/* etc */
.clause {
  font-size: 20px;
  line-height: 38px;
}
.clause h4 {
  display: block;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 25px;
  margin-top: 50px;
}
.clause .top + h4 {
  margin-top: 15px;
}
.clause h5 {
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
}
.clause p + p {
  margin-top: 20px;
}
.clause .indent li {
  padding-left: 21px;
}
.clause table {
  width: 100%;
  border-top: 2px solid #000;
  margin: 10px 0;
}
.clause table th,
.clause table td {
  border-bottom: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
  text-align: center;
  vertical-align: middle;
  color: #444;
  padding: 15px 0;
}
.clause table th {
  background: #f4f4f4;
  font-size: 18px;
}
.clause table td {
  font-size: 16.5px;
}
.clause table th:last-child,
.clause table td:last-child {
  border-right: 0;
}
.clause p.refuse {
  font-size: 20px;
  font-weight: 700;
}
#dim_all {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10000;
}
#dim_all.on {
  display: block;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* 200520 */
#container .morishabu .menu .menu_tbl table.mt3 tbody th.ctg1.center {
  padding: 0;
  text-align: center;
}
#container .morishabu .menu .menu_tbl table.mt3 tbody .str {
  display: block;
}
#container .morishabu .menu .menu_tbl table.mt3 tbody .small {
  font-size: 15px;
}
#container .morishabu .menu .menu_tbl table.mt3.pt {
  margin-top: 50px;
}
.tab-cate,
.tab-cate li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tab-cate {
  display: table;
  width: 1280px;
  margin: 0 auto;
  margin-bottom: 33px;
  table-layout: fixed;
  border-collapse: collapse;
}
.tab-cate li {
  display: table-cell;
  border: 1px solid #b8b8b8;
  text-align: center;
}
.tab-cate li a {
  display: block;
  font-size: 20px;
  color: #999999;
  line-height: 46px;
  background: #fff;
}
.tab-cate li a:hover {
  color: #7f2629;
  font-weight: 700;
}
.tab-cate li.active a {
  color: #fff;
  background: #7f2629;
}
.vision-box {
  position: relative;
  margin: 100px 0 0;
  text-align: center;
}
.vision-box .txt {
  position: absolute;
}
.vision-box .txt h5 {
  font-size: 24px;
  font-weight: bold;
  padding: 35px 0 20px;
}
.vision-box .txt.p1,
.vision-box .txt.p2 {
  top: 0;
}
.vision-box .txt.p1,
.vision-box .txt.p3 {
  right: 50%;
  margin-right: 294px;
  text-align: right;
}
.vision-box .txt.p2,
.vision-box .txt.p4 {
  left: 50%;
  margin-left: 294px;
  text-align: left;
}
.vision-box .txt.p3,
.vision-box .txt.p4 {
  bottom: 16px;
}
#container .wonandone .content .tab.style2 ul,
#container .wonandone .content .tab.style2 ul {
  display: block;
  width: 1280px;
  margin: 0 auto;
}
#container .wonandone .content .tab.style2 ul:after {
  content: "";
  clear: both;
  display: block;
  background: none;
  position: static;
}
#container .wonandone .content .tab.style2 li {
  position: relative;
  padding: 0 26px;
  float: left;
}
#container .wonandone .content .tab.style2 li:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 1px;
  height: 15px;
  background: #999999;
  top: 50%;
  transform: translateY(-50%);
}
#container .wonandone .content .tab.style2 li:nth-of-type(1) {
  padding-left: 0;
}
#container .wonandone .content .tab.style2 a {
  width: auto;
  background: none;
  line-height: 1;
  box-shadow: 0;
  border: 0;
  font-size: 18px;
  padding: 0 5px;
  color: #999;
}
#container .wonandone .content .tab.style2 a.on,
#container .wonandone .content .tab.style2 .on a {
  position: relative;
  background: none;
  border: 0;
  box-shadow: none;
  color: #684236;
  font-weight: 700;
}
#container .wonandone .content .tab.style2 a.on:after,
#container .wonandone .content .tab.style2 .on a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 8px;
  background: #fec526;
  bottom: -2px;
  left: 0;
  z-index: -1;
}
#container .wonandone .personnel .focus {
  background: #fff;
  padding-top: 33px;
  margin-top: 0;
}
#container .wonandone .personnel .focus h4 {
  margin: 0 0 40px;
}
#container .wonandone .personnel .welfare {
  margin-top: 0;
  background: #f6f5f0;
}
.tab_mn_s ul li {
  margin: 0 25px;
}
#container .sub .content > .top h3.pt {
  padding-top: 33px;
}
.recruit_app > .top > h3 {
  display: block;
  position: relative;
  text-align: center;
  padding-bottom: 32px;
  margin-top: 45px;
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
  color: #000;
  text-align: center;
}
#container .process ul.step.style2 {
  width: 1280px;
  margin: 35px auto 0;
}
#container .process ul.step.style2 li {
  width: 426px;
  height: 395px;
  float: left;
}
#container .process ul.step.style2 li:nth-child(n + 7) {
  height: auto;
}
#container .wonandone .ceo .photo p.tt {
  top: 300px;
}
#container .wonandone .ceo .photo p.sign {
  top: 450px;
}

#container .sub .content.location .tab.style2 ul {
  margin-bottom: 30px;
  border: 0;
}
#container .sub .content.location .tab.style2 li {
  border: 0;
  padding: 0 26px;
  width: auto;
  height: auto;
}
#container .sub .content.location .tab.style2 li:nth-of-type(1) {
  padding-left: 0;
}
#container .sub .content.location .tab.style2 li a {
  width: auto;
  height: auto;
  position: relative;
}
#container .sub .content.location .tab.style2 li a:hover {
  font-weight: 400;
}
#container .sub .content.location .tab.style2 li.on a:hover {
  font-weight: 700;
}

.tab_mn.style3 ul {
  border: 0;
  border-bottom: 2px solid #5c3427;
}
.tab_mn.style3 ul li {
  border: 0;
}
.tab_mn.style3 ul li a {
  position: relative;
}
.tab_mn.style3 ul li a:after {
  content: "";
  clear: both;
  display: block;
  position: absolute;
  width: 1px;
  height: 27px;
  background: #999999;
  right: 0;
  top: 50%;
  margin-top: -13.5px;
}
.tab_mn.style3 ul li:last-child a:after {
  display: none;
}
.tab_mn.style3 ul li a:hover {
  color: #999;
}
.tab_mn.style3 ul li.on a {
  background: none;
  color: #5c3427;
}

/* 200602 */
.menu_tbl2 {
  padding: 50px 0 0;
}
.menu_tbl2 h5 {
  font-size: 24px;
  font-weight: bold;
  color: #5b3427;
  padding-bottom: 8px;
  border-bottom: 3px solid #5b3427;
  margin-bottom: 20px;
}
.menu_tbl2 .box {
  padding-bottom: 40px;
}
.menu_tbl2 .f-wrap {
  display: table;
  width: 100%;
}
.menu_tbl2 .f-wrap + .f-wrap {
  margin-top: 22px;
}
.menu_tbl2 .f-wrap .img {
  display: table-cell;
}
.menu_tbl2 .f-wrap .txt-wrap {
  display: table-cell;
  width: 662px;
  vertical-align: middle;
}
.menu_tbl2 .f-wrap .txt-wrap.bg {
  background: #e6e9d8;
}
.menu_tbl2 .txt-wrap li {
  position: relative;
  padding: 0 94px;
}
.menu_tbl2 .txt-wrap li:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #000000;
  position: absolute;
  left: 82px;
  top: 11px;
}
.menu_tbl2 .f-wrap .txt-wrap li dl:after {
  content: "";
  clear: both;
  display: block;
}
.menu_tbl2 .f-wrap .txt-wrap li dt {
  float: left;
  font-size: 32px;
  font-weight: bold;
}
.menu_tbl2 .f-wrap .txt-wrap li dd {
  float: right;
  font-size: 32px;
  font-weight: bold;
}
.menu_tbl2 .f-wrap .txt-wrap li dt span,
.menu_tbl2 .f-wrap .txt-wrap li dd span {
  font-size: 20px;
}
.menu_tbl2 .f-wrap .txt-wrap li .s-txt {
  color: #595857;
  padding-top: 10px;
  font-size: 20px;
}
.menu_tbl2 .f-wrap .txt-wrap li + li {
  margin-top: 18px;
}
.menu_tbl2 .item-wrap > ul:after {
  content: "";
  clear: both;
  display: block;
}
.menu_tbl2 .item-wrap > ul > li {
  float: left;
  width: 302px;
  margin-right: 22px;
}
.menu_tbl2 .item-wrap > ul > li:nth-of-type(4) {
  margin: 0;
}
.menu_tbl2 .item-wrap > ul > li li {
  padding: 18px 10px;
}
.menu_tbl2 .item-wrap > ul > li li:after {
  top: 28px;
  left: 0;
}
.menu_tbl2 .item-wrap > ul > li li strong {
  font-size: 28px;
  font-weight: bold;
  display: block;
}
.menu_tbl2 .item-wrap > ul > li li .small {
  font-size: 18px;
  color: #595857;
}
.menu_tbl2 .item-wrap > ul > li li .price {
  display: block;
  font-size: 28px;
  font-weight: bold;
  padding-top: 15px;
}
.menu_tbl2 .item-wrap > ul > li li .price span {
  font-size: 18px;
}
.menu_tbl2 .box.last .txt-wrap:after {
  content: "";
  clear: both;
  display: block;
}
.menu_tbl2 .box.last .txt-wrap li {
  position: relative;
  width: 290px;
  float: left;
  text-align: left;
  padding: 18px 10px;
  font-size: 28px;
  font-weight: bold;
}
.menu_tbl2 .box.last .txt-wrap li:nth-child(3n + 2) {
  margin: 0 200px;
}
.menu_tbl2 .box.last .txt-wrap li:nth-child(8) {
  width: 360px;
}
.menu_tbl2 .box.last .txt-wrap li:after {
  top: 28px;
  left: 0;
}
.menu_tbl2 .box.last .txt-wrap li .price {
  position: absolute;
  right: 0;
}
.menu_tbl2 .box.last .txt-wrap li .price span {
  font-size: 18px;
}
.menu_tbl2 {
  text-align: center;
}
.menu_tbl2 .box {
  text-align: left;
}
.menu_tbl2 h4 {
  font-size: 24px;
  color: #5c3427;
  font-weight: bold;
  display: block;
}
.menu_tbl2 h4 + .bg-txt {
  color: #5c3427;
  display: inline-block;
  padding: 5px 5px;
  font-size: 14px;
  line-height: 1;
  vertical-align: middle;
}

/* 200619 */
#container .intro.parkga .visual .swiper-slide a.view {
  top: auto;
  bottom: 80px;
}

/* 200910 */
#container #store_view > .con > .top > .info table tr th,
#container #store_view > .con > .top > .info table tr td {
  padding-top: 3px;
  padding-bottom: 2px;
}

/* 200921 */
#container .solution .list_tp2 .con {
  background: #fff;
}
#container .solution .list_tp2 .con .inner {
  background: #f6f5ef;
  width: 100%;
  text-align: center;
}
#container .solution .list_tp2 .con .inner > .img {
  display: inline-block;
}
#container .solution .list_tp2 .con .inner > .txt {
  width: 1280px;
  margin: 35px auto 0;
  text-align: left;
  padding-bottom: 65px;
}
#container .solution .list_tp2 .con .inner:nth-child(even) {
  background: #fff;
}

#container .solution .list_tp3 .con {
  background: #fff;
}
#container .solution .list_tp3 .con .inner {
  background: #f6f5ef;
  width: 100%;
  text-align: center;
}
#container .solution .list_tp3 .con .inner > .img {
  display: inline-block;
}
#container .solution .list_tp3 .con .inner > .txt {
  width: 1280px;
  margin: 35px auto 0;
  text-align: left;
  padding-bottom: 65px;
}
#container .solution .list_tp3 .con .inner:nth-child(even) {
  background: #fff;
}

/* 200923 */
/*#header .gnb ul.nav > li > ul.dpt2 > li.menu_color1 a{
	line-height:1.2;
	width:136px;
	height:44px;
	background:#ffc709;
	border-radius:8px;
	box-sizing:border-box;
	padding:6px 0 0;
	margin:7px auto 14px;
}*/
#header .gnb ul.nav > li > ul.dpt2 > li.menu_color1 a span {
  display: block;
  font-size: 13px;
}
#header .gnb ul.nav > li > ul.dpt2 > li.menu_color1 a {
  line-height: 1.2;
  width: 136px;
  background: #ffc709;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 6px 0;
  margin: 7px auto;
}
#header .gnb ul.nav > li > ul.dpt2 > li.menu_color2 a {
  line-height: 1.2;
  width: 136px;
  background: #7f2629;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 6px 0;
  color: #fff;
  margin: 7px auto;
  margin-bottom: 16px;
}
#container .sub .content.online .f-wrap:after {
  content: "";
  clear: both;
  display: block;
}
#container .sub .content.online .naver {
  float: left;
  text-align: center;
  width: 630px;
  height: 830px;
  background: url(/images/bossam/online_naver.jpg);
  background-size: 100%;
}
#container .sub.parkga .content.online .naver {
  background: url(/images/parkga/online_naver.jpg);
  background-size: 100%;
}
#container .sub .content.online .kakao {
  float: right;
  text-align: center;
  width: 630px;
  height: 830px;
  background: url(/images/bossam/online_kakao.jpg);
  background-size: 100%;
}
#container .sub.parkga .content.online .kakao {
  background: url(/images/parkga/online_kakao.jpg);
  background-size: 100%;
}
#container .sub .content.online .f-wrap p {
  font-size: 24px;
  line-height: 1.6;
  color: #333;
  padding: 135px 0 40px;
}
#container .sub .content.online .btn_black {
  border-color: #827e78;
  color: #2f2f2f;
}
#container .sub .content.introduce {
  width: 100%;
}
#container .sub .content.introduce > .top {
  padding-bottom: 45px;
}
#container .sub .content.introduce > .top:not(.ori) h3 {
  font-size: 36px;
  width: 920px;
  margin: 0 auto;
  padding: 0 0 24px;
  border-bottom: 1px solid #999999;
}
#container .sub .content.introduce > .top.ori {
  padding-bottom: 32px;
}
#container .sub .content.introduce .top .title {
  position: relative;
  display: inline-block;
  font-size: 36px;
  font-weight: 400;
  color: #000;
  margin: 34px 0 0px;
}
#container .sub .content.introduce .top .title strong {
  font-weight: 900;
  font-size: 52px;
}
#container .sub .content.introduce .top .title img {
  position: absolute;
  bottom: -10px;
  right: -45px;
}
#container .sub .content.introduce .info {
  width: 1280px;
  margin: 0 auto;
  text-align: center;
}
#container .sub .content.introduce .info .txt {
  font-size: 20px;
  color: #333;
  line-height: 1.8;
  padding: 20px 0 30px;
}
#container .sub .content.introduce .bluer {
  text-align: center;
}
#container .sub .content.introduce .gray-box {
  background: #f6f5f0;
  text-align: center;
  padding: 60px 0;
  margin-top: 40px;
}
#container .sub .content.introduce .gray-box h4 {
  font-size: 36px;
  color: #5c3427;
  font-weight: bold;
}
#container .sub .content.introduce .gray-box > p {
  font-size: 20px;
  color: #000000;
  padding: 18px 0 40px;
  font-weight: 500;
}
#container .sub .content.introduce .menu-slider {
  width: 1280px;
  margin: 0 auto;
}

/* 220110 이미지경로수정 */
#container .sub .content.introduce .menu-slider .swiper-button-next {
  width: 53px;
  height: 53px;
  margin: 0;
  background: url(/images/bossam/btn_next.png) no-repeat;
  outline: 0;
  background-size: 100%;
  right: 75px; /* 220110 수정 */
}
#container .sub .content.introduce .menu-slider .swiper-button-next:hover {
  background: url(/images/bossam/btn_next_on.png) no-repeat;
  background-size: 100%;
}
#container .sub .content.introduce .menu-slider .swiper-button-prev {
  width: 53px;
  height: 53px;
  margin: 0;
  background: url(/images/bossam/btn_prev.png) no-repeat;
  outline: 0;
  background-size: 100%;
  left: 75px; /* 220110 수정 */
}
#container .sub .content.introduce .menu-slider .swiper-button-prev:hover {
  background: url(/images/bossam/btn_prev_on.png) no-repeat;
  background-size: 100%;
}

.swiper-button-next,
.swiper-button-prev {
  top: calc(50% - 91.5px);
}

#container .sub .content.introduce .last {
  text-align: center;
  padding-top: 65px;
}
.btn_m.btn_black {
  background: url(/images/common/btn_arrow2.png) right 20px center no-repeat;
}
#container .intro .visual .swiper-slide a.view.btn_black {
  background-color: #ffc709;
  border-color: #ffc709;
  color: #2f2f2f;
}
#container .brand h4.pt0 {
  padding-top: 0;
}

/* 20201005 */
#container .sub .content .tbl_view tbody .con .btn_img {
  display: inline-block;
  margin: 0 4px;
}
#container .sub.wonandone .introduce ul.ideology {
  margin: 0 auto;
}
#container .sub.wonandone .introduce ul.ethics {
  margin: 0 auto;
}

/* 201016 */
#header .gnb {
  text-align: left;
  padding-left: 72px;
}
#container .wonandone .ci ul.list > li:last-child {
  padding-bottom: 100px;
}
#container .sub .content > .yt-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(315 / 560 * 100%);
  margin-bottom: 30px;
}
#container .sub .content > .yt-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 201116 배너 재생버튼 추가, 단체 도시락변경 */
.swiper-btn-wrap {
  position: absolute;
  z-index: 10;
  right: calc(100% / 2);
  margin-right: calc(-50vw + 36px);
  width: auto;
  bottom: 0px;
}
.swiper-btn-wrap > div {
  display: inline-block;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.5;
}

/* 220110 수정 */
.menu-slider {
  position: relative;
}

.menu-slider .exc_box {
  text-align: center;
  margin-top: 40px;
  position: absolute;
  bottom: 57px;
  display: block;
  width: 100%;
}

.menu-slider .swiper-container {
  padding-bottom: 130px;
}

.menu-slider .swiper-btn-wrap .swiper-pagination {
  width: 102px;
  display: block;
  float: left;
}

.menu-slider .swiper-btn-wrap .swiper-pagination-bullet {
  opacity: 1;
  width: 18px;
  height: 18px;
  background-color: transparent;
  border: 1px solid #6b463a;
  margin-left: 10px;
}

.menu-slider
  .swiper-btn-wrap
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f7bd00;
  border-color: #f7bd00;
}

.menu-slider .swiper-btn-wrap .swiper-pagination-bullet:nth-child(1) {
  margin-left: 0px;
}

.menu-slider .swiper-btn-wrap > div {
  text-indent: inherit;
  font-size: 0px;
  height: 18px;
  float: right;
  opacity: 1;
}

.menu-slider .swiper-btn-wrap > div.swiper-button-play {
  background: url(../images/bossam/play.png) no-repeat center center;
  display: block;
}
.menu-slider .swiper-btn-wrap > div.swiper-button-pause {
  background: url(../images/bossam/pause.png) no-repeat center center;
  display: block;
}

.menu-slider .swiper-btn-wrap > div.on {
  opacity: 1;
  display: none;
}

.swiper-btn-wrap > div.swiper-button-play {
  background: url(../images/main/play.png) no-repeat center center;
}
.swiper-btn-wrap > div.swiper-button-pause {
  background: url(../images/main/pause.png) no-repeat center center;
}
.swiper-btn-wrap > div.on {
  opacity: 1;
}
#container .main .visual .swiper-pagination,
#container .intro .visual .swiper-pagination {
  width: auto;
}
.add-style .add-btn {
  display: inline-block;
  border-radius: 0;
  background: #666;
  color: #fff;
  line-height: 47px;
  padding: 0 15px;
  margin-left: 10px;
}
.add-style .add-btn + input {
  margin: 10px 0;
}
#container .order ul.step {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 32px;
  background: url(/images/common/order_step.png) center top no-repeat;
}
#container .order ul.step li {
  width: 20%;
  padding-top: 96px;
}

/* 220110 수정 */
.menu-slider .swiper-btn-wrap {
  right: 0;
  margin: 0;
  width: 125px;
  left: calc(50% - 63.5px);
}

/* 201214 매장찾기 슬라이드 크기 변경
#container #store_view .con .top .gallery {
	width:472px;
}*/

/* 20210203 추가:서브페이지 플로팅 퀵배너 */
.quick_sub {
  position: relative;
  width: 100px;
  height: 470px;
  position: fixed;
  bottom: 100px;
  right: 50px;
  z-index: 990;
  background: url(/images/common/quick_floating2.png) no-repeat 0 0;
}
.quick_sub a {
  text-indent: -9999px;
}
.quick_sub a:nth-child(1) {
  position: absolute;
  top: 50px;
  left: 20px;
  width: 60px;
  height: 60px;
}
.quick_sub a:nth-child(2) {
  position: absolute;
  top: 130px;
  left: 10px;
  width: 80px;
  height: 80px;
}
.quick_sub a:nth-child(3) {
  position: absolute;
  top: 220px;
  left: 20px;
  width: 60px;
  height: 60px;
}
.quick_sub a:nth-child(4) {
  position: absolute;
  top: 305px;
  left: 10px;
  width: 80px;
  height: 60px;
}
.btn_top {
  position: absolute;
  bottom: 32px;
  left: 27px;
  width: 48px;
  height: 47px;
  background: url(/images/common/btn_top_new.png) no-repeat 0 0;
  text-indent: -9999px;
  cursor: pointer;
  outline: none;
}

/* 20210322 추가 */
#container .presentation ul.list > li .box .btn_app.btn_m_b_f.add {
  width: 225px;
}

/* 20210323 수정 */
#container .presentation .top_info h3 {
  padding-top: 90px;
  color: #fec526;
  font-size: 76px;
  line-height: 75px;
}
#container .presentation .top_info h3 em {
  font-size: 40px;
  color: #fff;
  letter-spacing: -1px;
}
#footer {
  position: relative;
  width: 100%;
  background: url(/images/common/footer_line.png) left 58px repeat-x;
  border-top: 1px solid #dfdfdf;
}
#footer .top > p {
  line-height: 53px;
}

/* 20210510 추가 */
.banner_gnb li img {
  margin: 0 auto 20px;
  display: block;
  width: 150px;
  height: 75px;
  background-color: #979797;
}

/* 20210617 추가 */
#container .wonandone .ci ul.list > li ul.items > li .color .bg.pt1215c {
  display: table;
  width: 100%;
  height: 118px;
  background: #f9d772;
  text-align: center;
  margin-bottom: 10px;
}
#container .wonandone .ci ul.list > li ul.items > li .color .bg.pt4916c {
  display: table;
  width: 100%;
  height: 118px;
  background: #b10011;
  text-align: center;
  margin-bottom: 10px;
}
#container .wonandone .ci ul.list > li ul.items > li .color .bg.pt2411c {
  display: table;
  width: 100%;
  height: 118px;
  background: #1a4122;
  text-align: center;
  margin-bottom: 10px;
}
#container .wonandone .ci ul.list > li ul.items > li .color .bg.pt141c {
  display: table;
  width: 100%;
  height: 118px;
  background: #fef2d9;
  text-align: center;
  margin-bottom: 10px;
}
#container .wonandone .ci ul.list > li ul.items > li .color .bg.pt3211c {
  display: table;
  width: 100%;
  height: 118px;
  background: #bc895a;
  text-align: center;
  margin-bottom: 10px;
}
#container .wonandone .ci ul.list > li ul.items > li .color .bg.ptblack5c {
  display: table;
  width: 100%;
  height: 118px;
  background: #3e2a2f;
  text-align: center;
  margin-bottom: 10px;
}

/* 감탄계 css 20220302 추가 */
#header .gnb ul.nav > li.gamtan > a {
  background: url(/images/common/nav_gamtan_new_g.png) center no-repeat;
  text-indent: -9999em;
}
#header .gnb ul.nav > li.on.gamtan > a {
  background: url(/images/common/nav_gamtan_new.png) center no-repeat;
  text-indent: -9999em;
}

#container .intro.gamtan .quick_bar {
  /* background-color: #009d4f; */
  /* background: url(../images/gamtan/gamtan_pattern.jpg) center repeat; */
  background-color: #1a4122;
  background-image: url(../images/gamtan/pattern.png);
  background-repeat: repeat;
  background-size: 770px auto;
  background-position: 0 147px;
}
#container .intro.gamtan .quick_bar ul.item > li {
  width: 213px;
}
#container .intro.gamtan .quick_bar ul.item > li > a:after {
  display: none;
  background: #009d4f;
}
#container .intro.gamtan .quick_bar ul.item > li:hover > a {
  color: #009d4f;
}
#container .intro.gamtan .quick_bar ul.item > li:nth-child(1) > a {
  background: url(/images/gamtan/ico-7.png) no-repeat;
  background-position: center 18px;
}
#container .intro.gamtan .quick_bar ul.item > li:nth-child(2) > a {
  background: url(/images/gamtan/ico-4.png) no-repeat;
  background-position: center 17px;
}
#container .intro.gamtan .quick_bar ul.item > li:nth-child(3) > a {
  background: url(/images/gamtan/ico-1.png) no-repeat;
  background-position: center 9px;
}
#container .intro.gamtan .quick_bar ul.item > li:nth-child(4) > a {
  background: url(/images/gamtan/ico-3.png) no-repeat;
  background-position: center 22px;
}
#container .intro.gamtan .quick_bar ul.item > li:nth-child(5) > a {
  background: url(/images/gamtan/ico-5.png) no-repeat;
  background-position: center 19px;
}
#container .intro.gamtan .quick_bar ul.item > li:nth-child(6) > a {
  background: url(/images/gamtan/ico-6.png) no-repeat;
  background-position: center 20px;
}
#container .intro.gamtan .quick_bar ul.item > li:nth-child(1):hover > a {
  background: url(/images/gamtan/quick7_on.jpg) no-repeat;
  background-position: 100% 100%;
}
#container .intro.gamtan .quick_bar ul.item > li:nth-child(2):hover > a {
  background: url(/images/gamtan/quick4_on.jpg) no-repeat;
  background-size: 100% 100%;
}
#container .intro.gamtan .quick_bar ul.item > li:nth-child(3):hover > a {
  background: url(/images/gamtan/quick1_on.jpg) no-repeat;
  background-size: 100% 100%;
}
#container .intro.gamtan .quick_bar ul.item > li:nth-child(4):hover > a {
  background: url(/images/gamtan/quick3_on.jpg) no-repeat;
  background-size: 100% 100%;
}
#container .intro.gamtan .quick_bar ul.item > li:nth-child(5):hover > a {
  background: url(/images/gamtan/quick5_on.jpg) no-repeat;
  background-size: 100% 100%;
}
#container .intro.gamtan .quick_bar ul.item > li:nth-child(6):hover > a {
  background: url(/images/gamtan/quick6_on.jpg) no-repeat;
  background-size: 100% 100%;
}

#container .intro.gamtan .quick ul.items li .blind {
  background-color: #1a4122;
  background-image: url(../images/gamtan/pattern.png);
  background-repeat: repeat;
  background-size: 960px auto;
  background-position: 0 -135px;
}
#container .intro.gamtan .spc_menu ul li .info h3 span {
  color: #009d4f;
  border-bottom: 1px solid #009d4f;
}
#container .intro.gamtan .store_sch h2 strong {
  color: #1a4122;
}
#container .intro.gamtan .store_sch {
  width: 1280px;
  height: 285px;
  margin: 120px auto 0;
  background: url(/images/gamtan/store_sch_bg.jpg) no-repeat;
  padding-top: 115px;
}


#container .intro .quick ul.items li.gamtanBrand .inner .box {
  background: url(../images/gamtan/icon_brand.png) center 0px no-repeat;
}

#container .intro .quick ul.items li.gamtanMenu .inner .box {
  background: url(../images/gamtan/icon_menu.png) center 0px no-repeat;
}

#container .intro .quick ul.items li.gamtanEvent .inner .box {
  background: url(../images/gamtan/icon_event.png) center 0px no-repeat;
}

/* 220302 감탄계 브랜드 추가 */

body.gamtan #footer .top > p.tel,
.intro.gamtan #footer .top > p.tel {
  display: none;
}

#container .sub.gamtan .content {
  margin-bottom: 120px;
}

#container .sub.gamtan .visual {
  position: relative;
  width: 100%;
  height: 280px;
  background: url(/images/gamtan/visual.jpg) center top no-repeat;
  background-size: cover;
}

#container .sub.gamtan .topBox img {
  display: block;
  margin: 0 auto 50px;
}

/* 230808 수정 */
#container .sub.gamtan .topBox p {
  font-size: 38px;
  line-height: 1.6;
  text-align: center;
  font-weight: 700;
  color: #333;
}

#container .sub.gamtan .topBox p .notFont {
  font-family: normal;
  line-height: 1.5;
}

#container .sub.gamtan .brand ul.list > li .inner .newTitle {
  display: block;
  width: 382px;
  height: 70px;
  margin: 0 auto 60px;
  background-image: url("../images/gamtan/gamtan_newTitle.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

#container .sub.gamtan .brand ul.list > li .inner .newTitle p {
  width: 100%;
  height: 70px;
  line-height: 70px;
  font-size: 30px;
  font-weight: bold;
  color: #fef2d9;
  text-align: center;
}

#container .sub.gamtan .brand ul.list > li .inner.fullbox .info {
  width: 100%;
  height: auto;
  text-align: center;
  float: unset;
  display: block;
}

#container .sub.gamtan .brand ul.list > li .inner.fullbox .info .in p.txt {
  font-size: 20px;
  line-height: 36px;
  margin: 0 0 50px;
}

#container .sub.gamtan .brand ul.list > li .inner.fullbox .info .in {
  display: block;
}

#container .sub.gamtan .brand ul.list > li:nth-child(1) .inner.fullbox .img {
  width: 100%;
  float: unset;
  box-shadow: unset;
}

#container
  .sub.gamtan
  .brand
  ul.list
  > li:nth-child(1)
  .inner.fullbox
  .img
  img {
  max-width: 1214px;
  margin: 0 auto;
  display: block;
}

#container .sub.gamtan .brand ul.list > li .inner .img {
  width: 540px;
  box-shadow: none;
}

#container .sub.gamtan .brand ul.list > li .inner .info {
  margin-left: 68px;
  height: 332px;
}

#container .sub.gamtan .brand ul.list > li:nth-child(odd) {
  background-color: #fff;
}
#container .sub.gamtan .brand ul.list > li:nth-child(even) {
  background-color: #f6f5f0;
}

#container .sub.gamtan .brand ul.list > li:nth-child(1) {
  padding-top: 50px;
}

#container .sub.gamtan .brand ul.list > li .notFont {
  font-family: normal;
}

#container .sub.gamtan .brand ul.list > li .bold {
  font-weight: 700;
}

#container .sub.gamtan .brand ul.list > li:nth-child(1) .inner .info {
  margin-left: 0px;
  padding-bottom: 10px;
}

#container .sub.gamtan .brand ul.list > li .inner .info .in p.txt {
  letter-spacing: -0.06em;
  margin: 40px 0px 0px;
}

#container .sub.gamtan .brand ul.list > li:nth-child(1) .img {
  float: right;
  width: 670px;
}

#container .sub.gamtan .brand ul.list > li .title {
  color: #1a4122;
  font-weight: 700;
  font-size: 36px;
}

#container .sub.gamtan .brandBot {
  margin: 80px auto 0px;
  width: 1280px;
}

#container .sub.gamtan .brandBot .infoText {
  font-size: 20px;
  line-height: 38px;
  text-align: center;
  letter-spacing: -0.025em;
  color: #333333;
  margin-bottom: 55px;
}

#container .sub.gamtan .brandBot ul {
  overflow: hidden;
}

#container .sub.gamtan .brandBot ul li {
  float: left;
  width: calc(33.333% - 13.333px);
  margin-left: 20px;
}

#container .sub.gamtan .brandBot ul li:nth-child(1) {
  margin-left: 0px;
}

/* 230808 컬러 변경 */
#container .sub.gamtan .brandBot ul li .bbTop {
  width: 100%;
  height: 75px;
  border-radius: 75px;
  background-color: #1a4122;
}

#container .sub.gamtan .brandBot ul li .bbTop span {
  display: block;
  line-height: 75px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  letter-spacing: -0.025em;
}

#container .sub.gamtan .brandBot ul li .bbMid .bbTitle {
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  color: #333;
  margin: 40px auto;
  letter-spacing: -0.025em;
  text-align: center;
  display: block;
}

#container .sub.gamtan .brandBot ul li .bbMid{
  display: block;
  min-height: 274px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 50px 0px;
}

#container .sub.gamtan .brandBot ul li .bbMid .bbText {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  color: #333;
  text-align: center;
  letter-spacing: -0.025em;
}

#container .sub.gamtan .brandBot ul li .bbMid .bbText span{
  font-weight: bold;
}
#container .sub.gamtan .brandBot ul li .bbBot{
  width: 100%;
  height: 295px;
  position: relative;
  overflow: hidden;
}

#container .sub.gamtan .brandBot ul li .bbBot iframe{
  height: 295px;
  object-fit: cover;
  position: absolute;
  width: 540px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#container .sub.gamtan .brandBot ul li .bbBot img {
  display: block;
  width: 100%;
}

#container .sub.gamtan .brandBot ul li .bbBot .brand_info {
  color: #848484;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.025em;
  text-align: left;
  margin: 19px 0px 0px 19px;
}

body.gamtan .quick_sub,
.quick_sub.gamtan {
  display: none;
}

body.gamtan .quick_sub.gamtan {
  display: block;
  width: 100px;
  height: 320px;
  position: fixed;
  bottom: 100px;
  right: 50px;
  z-index: 990;
  background: url(/images/gamtan/quick_floating.png) no-repeat 0 0;
}

/* 230808 말풍선 추가 */
body.gamtan .quick_sub.gamtan::before {
  content: " ";
  position: absolute;
  width: 100px;
  height: 113px;
  top: -76px;
  left: 0;
  /*background: url(/images/gamtan/quick_mark.png) no-repeat 0 0;*/
}

/* 고객센터 감탄계 버튼 */
#container .voc .sec .s ul li a.g {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/images/customer/voc_gamtan_PC.jpg) no-repeat;
  text-indent: -9999em;
}

/* 이벤트 감탄계 */

body.gamtan #container ul.event_list > li.on a.view {
  border-color: #009c4e;
}

body.gamtan #container ul.event_list > li .box .info .state {
  background: #009c4e;
  color: #fff;
}

/* 220323 도시락 슬라이드 추가 */

.lunchSlider h3 {
  display: block;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  color: #5c3427;
  text-align: center;
  margin: 50px auto 30px;
}

.lunchSlider .swiper-slide {
  position: relative;
  width: 400px;
  /* opacity: 0.4;
	transition: opacity 0.5s ease; */
}
.lunchSlider .swiper-slide-prev,
.lunchSlider .swiper-slide-next,
.lunchSlider .swiper-slide-active {
  opacity: 1;
}

.lunchSlider .swiper-slide img {
  width: 100%;
}
.lunchSlider .caption {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}

.lunchSlider .caption p {
  padding: 13px 0px;
  color: #fff;
  background-color: rgba(92, 52, 39, 0.7);
}

.lineGrid {
  background-color: #ddd;
  width: 1280px;
  height: 1px;
  margin: 30px auto 15px;
}

.lunchSlider {
  width: 960px;
  position: relative;
  margin: 0 auto;
}

.lunchSlider .swiper-container {
  padding-bottom: 37px;
}

.lunchSlider .swiper-pagination-progressbar {
  background: #d6d5d1;
  position: absolute;
  height: 5px;
  border-radius: 100px;
  overflow: hidden;
  width: 100%;
}

.lunchSlider
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  border-radius: 100px;
  background-color: #6e2617;
  display: block;
}

.lunch-pagination {
  top: 308px !important;
}

.lunch-button-next {
  background: url("../images/bossam/arrow-right.png") no-repeat;
  width: 23px;
  height: 42px;
  display: block;
  position: absolute;
  top: 152px;
  right: -82px;
  background-position: center;
  z-index: 99;
  cursor: pointer;
}
.lunch-button-prev {
  background: url("../images/bossam/arrow-left.png") no-repeat;
  width: 23px;
  height: 42px;
  display: block;
  position: absolute;
  top: 152px;
  left: -82px;
  background-position: center;
  z-index: 99;
  cursor: pointer;
}

/* 220427 원앤원 성공창업 탭 추가 */

.newTab.sol_tab {
  margin-bottom: 100px;
}
.newTab.sol_tab {
  width: 100%;
  display: flex;
}
.newTab.sol_tab a {
  display: block;
  height: 68px;
  width: 100%;
  font-size: 0px;
  border-right: 1px solid #b8b8b8;
  border-top: 1px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
}
.newTab.sol_tab a:first-child {
  border-left: 1px solid #b8b8b8;
}

body.bossamSol .quick_sub,
.quick_sub.bossam,
body.parkgaSol .quick_sub,
.quick_sub.parkga,
body.gamtanSol .quick_sub,
.quick_sub.gamtan {
  display: none;
}

.quick_sub.bossam a:nth-child(1),
.quick_sub.parkga a:nth-child(1),
.quick_sub.gamtan a:nth-child(1) {
  position: absolute;
  top: 45px;
  left: 10px;
  width: 80px;
  height: 60px;
}

.quick_sub.bossam a:nth-child(3),
.quick_sub.parkga a:nth-child(3),
.quick_sub.gamtan a:nth-child(3) {
  position: absolute;
  top: 220px;
  left: 15px;
  width: 70px;
  height: 75px;
}

body.parkgaSol .quick_sub.parkga,
body.gamtanSol .quick_sub.gamtan,
body.bossamSol .quick_sub.bossam {
  display: block;
  position: relative;
  width: 100px;
  height: 310px;
  position: fixed;
  bottom: 100px;
  right: 50px;
  z-index: 990;
  background: url(/images/common/quick_floating3.png) no-repeat 0 0;
}

body.gamtanSol .quick_sub.gamtan::before {
  content: " ";
  position: absolute;
  width: 100px;
  height: 113px;
  top: -76px;
  left: 0;
 /* background: url(/images/gamtan/quick_mark.png) no-repeat 0 0;*/
}

#container .solution .list_tp2 .con {
  padding-bottom: 0px;
}
#container .solution .list_tp1 ul.list > li:nth-child(odd),
#container .solution .list_tp2 ul.list > li:nth-child(odd),
#container .solution .list_tp3 ul.list > li:nth-child(odd) {
  background: #fff;
}
#container .solution .list_tp1 ul.list > li:nth-child(even),
#container .solution .list_tp2 ul.list > li:nth-child(even),
#container .solution .list_tp3 ul.list > li:nth-child(even) {
  background-color: #f6f5ef;
}

#container .sub.founding .solution.diagram {
  background-color: #fff;
}
body.bossamSol #container .sub.founding .solution.diagram {
  background-color: #f6f5ef;
}

#container .sub.founding .solution .newTab ul > li.on,
#container .sub.founding .solution .newTab ul > li:hover {
  background-color: #fffce7;
}

#container .sub.founding .solution .newTab a.bossam {
  background: url(/images/founding/nav_bossam_g.png) center no-repeat;
}
#container .sub.founding .solution .newTab a.parkga {
  background: url(/images/founding/nav_parkga_g.png) center no-repeat;
}
#container .sub.founding .solution .newTab a.gamtan {
  background: url(/images/founding/nav_gamtan_g.png) center no-repeat;
}

#container .sub.founding .solution .newTab a.bossam:hover,
#container .sub.founding .solution .newTab a.bossam.on {
  background: url(/images/founding/nav_bossam.png) center no-repeat;
  background-color: #fffce7;
}
#container .sub.founding .solution .newTab a.parkga:hover,
#container .sub.founding .solution .newTab a.parkga.on {
  background: url(/images/founding/nav_parkga.png) center no-repeat;
  background-color: #fffce7;
}
#container .sub.founding .solution .newTab a.gamtan:hover,
#container .sub.founding .solution .newTab a.gamtan.on {
  background: url(/images/founding/nav_gamtan.png) center no-repeat;
  background-color: #fffce7;
}

#container .sub.founding .newSolution h4 {
  width: 1280px;
  margin: 0 auto;
}

#container .newSolution .highlight {
  position: relative;
  font-weight: 800;
  z-index: 1;
}
#container .newSolution .highlight::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #fec526;
}

#container .sub.founding .newSolution .intro_video {
  width: 750px;
  height: 420px;
  margin: 0 auto;
}

#container .sub.founding .newSolution .intro_video iframe {
  width: 100%;
  height: 100%;
}

#container .sub.founding .newSolution .intro_video img {
  width: 100%;
}

#container .sub.founding .newSolution .item_intro {
  width: 1280px;
  margin: 0 auto;
  text-align: center;
}

#container .sub.founding .newSolution .item_title {
  margin: 60px auto 30px;
}

#container .sub.founding .newSolution .border-title {
  margin-top: 60px;
  padding-top: 70px;
  border-top: 1px solid #ded6d4;
}

#container .newSolution .list_tp3 .con {
  margin-top: 0px;
  background-color: #fff;
}

#container .solution .list_tp3 .con .inner3 h5,
#container .solution .list_tp3 .con .inner3 p {
  line-height: 1;
}

#container .solution .list_tp3 .con .inner3 h5 {
  padding-bottom: 35px;
}

#container .solution .list_tp3 .con .inner3 p {
  padding-bottom: 40px;
}


#container .newSolution .list_tp3 .con {
  padding-bottom: 0px;
}

#container .solution .list_tp3 .con .inner3 ul.img {
  width: 1328px;
  margin: 0 -24px;
}

/* 220603 수정 */
#container .solution .list_tp3 .con .inner3 ul.img img {
  width: 100%;
  max-width: 624px;
}

#container .solution .list_tp3 .con .inner3 ul.img + ul.img {
  margin-top: 40px;
}

/* 220603 수정 */

#container .solution .list_tp3 .con .inner3 .fs {
  font-size: 18px;
  color: #333;
  display: block;
}

/* 2206003추가 */
#container .solution .list_tp3 .con .inner3 .imgDescription {
  font-size: 18px;
  color: #333;
  text-align: center;
  margin: 20px 0px 55px;
  display: block;
  line-height: 1;
}

#container .solution .list_tp3 .con .inner3 .imgDescription.mb35 {
  margin-bottom: 35px;
}

#container .sub.founding .newSolution .intro_video span {
  display: inline-block;
  position: relative;
  padding: 11px 0 7px 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #b8b8b8;
}

#container .sub.founding .newSolution .intro_video span::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 0px;
  width: 2px;
  height: 16px;
  background-color: #b8b8b8;
}

/* 2206003추가 */
#container .solution .list_tp3 .con .inner3 .imgContinue {
  font-size: 24px;
  display: block;
  line-height: 1;
  font-weight: bold;
}

/* 220608 이미지보기 버튼 추가 */
.viewImg {
  font-size: 13px;
  color: #5c3427;
  text-decoration: underline;
  margin-left: 30px;
  cursor: pointer;
}

/* 230613 가능매장보기 버튼 추가 */
.viewStore {
  font-size: 13px;
  color: #5c3427;
  text-decoration: underline;
  margin-left: 8px;
  cursor: pointer;
}

/* 220608 도시락 팝업 */
.orderPop {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9001;
  visibility: hidden;
}

.orderPop.on {
  visibility: visible;
}

.orderPop .overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.5);
}

.orderPop .con {
  padding: 23px 23px 35px 23px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 426px;
}

.orderPop .con .popClose {
  display: block;
  overflow: hidden;
  margin-bottom: 25px;
}

.orderPop .con .popClose .closeBtn {
  cursor: pointer;
  float: right;
}

.orderPop .con .popClose .closeBtnR {
  cursor: pointer;
  float: right;
}

.orderPop .con .popCon {
  display: block;
}

.orderPop .con .popCon img {
  display: block;
  width: 100%;
}

.orderPop .con .popCon .popText h1 {
  font-size: 32px;
  display: block;
  font-weight: bold;
  margin: 20px 0px 26px 0px;
  letter-spacing: -0.025em;
}

.orderPop .con .popCon .popText p {
  font-size: 20px;
  line-height: 28px;
  display: block;
  letter-spacing: -0.025em;
}

#orderPop2.orderPop .con .popClose {
  margin-bottom: 10px;
}

#orderPop2.orderPop .con .popCon .popText h2 {
  font-size: 20px;
  line-height: 28px;
  display: block;
  letter-spacing: -0.025em;
  text-align: center;
  padding-bottom: 5px;
}

#orderPop2.orderPop .con .popCon .popText p {
  background-color: #f1f1f1;
  font-size: 16px;
  padding: 5px;
}




/* 팝업추가 240531*/

#orderPop3.orderPop {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9001;
}

#orderPop3.orderPop .con{
  width: 430px;
}

#orderPop3.orderPop .con .popClose{
  margin-bottom: 20px;
}

#orderPop3.orderPop .con .popClose img{
  display: block;
  width: 40px;
  float: right;
}

#orderPop3.orderPop .con .popCon .popText h1{
  margin: 20px auto 50px;
}

#orderPop3.orderPop .popText {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#orderPop3.orderPop .popText > img{
  width: 50px;
  display: block;
}

#orderPop3.orderPop .popText h1{
  font-size: 26px;
  font-weight: 500;
  line-height: 34px;
  color: #3a3a3a;
  text-align: center;
}

#orderPop3.orderPop .popText h1 span{
  font-weight: bold;
}

#orderPop3.orderPop .popText .highlight{
  margin-bottom: 20px;
}

#orderPop3.orderPop .popText .order_phone{
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

#orderPop3.orderPop .popText .highlight {
  position: relative;
  font-weight: 800;
  font-size: 24px;
  line-height: 24px;
  color: #3a3a3a;
}

#orderPop3.orderPop .popText .highlight::after {
  content: "";
  position: absolute;
  top: 10px;
  left: -2%;
  z-index: -1;
  width: 104%;
  height: 16px;
  background-color: #fec526;
}

#orderPop3.orderPop .popText .order_phone div{
  width: 100%;
  text-align: center;
}
#orderPop3.orderPop .popText .order_phone div span:nth-child(1){
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  color: #3a3a3a;
  text-align: center;
}

#orderPop3.orderPop .popText .button_modal{
  width: 100%;
  display: block;
}

#orderPop3.orderPop .popText .button_modal button{
  display: block;
  width: 100%;
  height: 60px;
  text-align: center;
  background-color: #5c3427;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}


/* 2022.08.01 도시락 주문: 개수입력란 변경*/
.order .onlynum {
  width: 100px;
}



/* 220810 쿠폰사용법 추가 */

.usingCoupon h4 {
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
  color: #000;
  display: block;
  text-align: center;
  margin-bottom: 45px;
}

.usingCoupon p.minTitle {
  display: block;
  width: 100%;
  line-height: 60px;
  height: 60px;
  background: url("/images/customer/title_bg.png") no-repeat;
  background-position: center;
  text-align: center;
  font-size: 26px;
  color: #5c3427;
  font-weight: bold;
  margin-bottom: 44px;
}

.usingCoupon .visit {
  width: 1280px;
  background: url("/images/customer/visit.png") no-repeat;
  overflow: hidden;
  margin-bottom: 90px;
}

.usingCoupon .visit li {
  float: left;
  width: calc(100% / 3);
  padding-top: 196px;
}

.usingCoupon .visit li span {
  display: block;
  text-align: center;
  line-height: 28px;
  font-size: 20px;
  color: #000000;
}

.usingCoupon .rider {
  width: 1280px;
  background: url("/images/customer/rider.png") no-repeat;
  overflow: hidden;
  margin-bottom: 40px;
}

.usingCoupon .rider li {
  float: left;
  width: calc(20% - 64px);
  padding-top: 196px;
}

.usingCoupon .rider li:nth-child(n + 2) {
  margin-left: 80px;
}

.usingCoupon .rider li span {
  display: block;
  text-align: center;
  line-height: 28px;
  font-size: 20px;
  color: #000000;
}

.usingCoupon p.info {
  font-size: 16px;
  display: block;
  text-align: center;
  color: #555;
  line-height: 1;
  margin-bottom: 90px;
}

/* 감탄계 새로운 레이아웃 */
#container .intro .spc_menu.video {
  width: 100%;
  background-color: #fef1d8;
  margin: 0 auto;
  overflow: hidden;
}

#container .intro .spc_menu.video .videoWrap {
  margin: 120px auto;
  width: 1280px;
}

#container .intro .spc_menu.video h2 {
  color: #3e2a2f;
}

#container .intro .spc_menu.video h2 span.strength {
  position: relative;
}

#container .intro .spc_menu.video h2 span.strength::before{
  content: " ";
  width: 4px;
  height: 4px;
  border-radius: 4px;
  position: absolute;
  display: block;
  background-color: #3e2a2f;
  top: -8px;
  left: calc(50% - 2px);
}


#container .intro .spc_menu.video ul li {
  float: none;
  display: flex;
  width: 100%;
  align-items: center;
  height: auto;
  margin-top: 140px;
}

#container .intro .spc_menu.video ul li:nth-child(1) {
  margin-top: 60px;
}

#container .intro .spc_menu.video ul li .info {
  width: 585px;
  padding-left: 70px;
  height: auto;
}

#container .intro .spc_menu.video ul li .img {
  width: 695px;
  height: 454px;
  position: relative;
}

#container .intro .spc_menu.video ul li .info h3 span {
  color: #3e2a2f;
  border-bottom: none;
  font-size: 28px;
  letter-spacing: -0.01em;
  margin-right: 10px;
}

#container .intro .spc_menu.video ul li .info strong {
  display: block;
  font-size: 45px;
  line-height: 40px;
  color: #1a4122;
  font-weight: 900;
  margin: 16px 0 15px -3px;
  letter-spacing: -1px;
  display: inline-block;
  transform: scale(0.98, 1);
}

#container .intro .spc_menu.video ul li .info .btn_m {
  color: #3e2a2f;
  display: block;
  max-width: 196px;
  border: 1px solid #7d7d7d;
  background: url(/images/common/btn_arrow_g.png) right 20px center no-repeat;
}

.dimFrame {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 333;
  background-color: transparent;
  top: 0px;
  left: 0px;
}

.jEbVJO::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  background: red;
}
.btnGo {
  text-align: center;
  margin-top: -50px;
  padding: 40px 0;
  background-color: #f6f5f0;
}
.btnGo .arw {
  display: inline-block;
  padding: 28px 130px 28px 50px;
  background: url("/images/founding/ico_right_arw.png") no-repeat 90% 48%;
  font-size: 30px;
  color: #fff;
  border-radius: 50px;
}
.btnGo .bossam {
  background-color: #5c3427;
}
.btnGo .parkga {
  background-color: #c5161d;
}

/* 230808 컬러 변경 */
.btnGo .gamtan {
  background-color: #1a4122;
}

.hide{display: none;}



/* 감탄계 리뉴얼 */
.list_tp_new1{
  background-color: #fff;
  overflow: hidden;
  background: url('/images/founding/gamtan_line.png') center 185px/auto no-repeat;
}

.list_tp_new1 ul{
  max-width: 1278px;
  margin: 60px auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.list_tp_new1 ul li{
  width: calc( 100% / 3 );
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.list_tp_new1 ul li .tit{
  display: flex;
  flex-direction: column;
  margin-top: 24px;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.list_tp_new1 ul li .tit .title{
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  color: #000;
  font-weight: 700;
}

.list_tp_new1 ul li .tit .text{
  font-size: 16px;
  line-height: 1.8;
  color: #000;
  font-weight: 400;
  text-align: center;
  transform: rotate(-0.03deg);
}

.list_tp_new2{
  padding: 60px 0px 80px;
  background-color: #F6F5EF;
}

.list_tp_new2 .con{
  max-width: 1280px;
  margin: 0 auto;
}

.list_tp_new2 .con > p{
  font-size: 30px;
  color: #5c3427;
  line-height: 2.3;
  font-weight: 700;
  text-align: center;
}

.list_tp_new2 .con > p > .line{
  font-size: 36px;
  font-weight: 900;
  color: #c5161b;
  line-height: 1.9;
  position: relative;
  background: url(/images/founding/line_long.png) left bottom 3px repeat-x;
  padding: 10px 5px;
  margin-right: 5px;
}

.list_tp_new2 .con > p > .line i{
  position: relative;
  font-weight: 900;
}

.list_tp_new2 .con > p > .line i::before{
  content: ' ';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #c5161b;
  top: -10px;
  left: calc( 50% - 3px );
}


.list_tp_new2 .con > p > .line span{
  position: relative;
}

.list_tp_new2 .con > p > .line span::after{
  content: "· · · ·";
  font-size: 36px;
  font-weight: bold;
  color: #c5161b;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.list_tp_new2 .con .cn{
  font-family: sans-serif;
}

.list_tp_new2 .con .bg-mark{
  width: 382px;
  height: 70px;
  margin: 60px auto 40px;
  background: url(/images/founding/bg_mark.png) center/auto no-repeat;
  font-size: 30px;
  line-height: 70px;
  color: #fef2d9;
  text-align: center;
}

.list_tp_new2 .con ul li{
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-top: 10px;
}

.list_tp_new2 .con ul li:nth-child(1){
  margin-top: 0;
}

.list_tp_new2 .con ul li .title{
  width: 330px;
  height: 70px;
  text-align: center;
  background-color: #EDEBE1;
  border-radius: 8px;
}


.list_tp_new2 .con ul li .title > span{
  font-size: 24px;
  color: #666;
  font-weight: bold;
  display: block;
  line-height: 70px;
}

.list_tp_new2 .con ul li .title .nonfont{
  font-family: normal;
}

.list_tp_new2 .con ul li .text {
  width: 940px;
  height: 70px;
  text-align: center;
  background-color: #EDEBE1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding-left: 24px;
  background-color: #fff;
  border-radius: 8px;
}

.list_tp_new2 .con ul li .text span{
  margin-left: 12px;
  font-size: 24px;
  color: #000;
  font-weight: bold;
}

.list_tp_new2 .con ul li .text i{
  font-size: 16px;
  color: #333;
  margin-left: 8px;
  display: inline-block;
}

.list_tp_new3{
  overflow: hidden;
  padding-bottom: 60px;
}

.list_tp_new3 .bg-mark {
  width: 382px;
  height: 70px;
  margin: 0px auto 60px;
  background: url(/images/founding/bg_mark.png) center/auto no-repeat;
  font-size: 30px;
  line-height: 70px;
  color: #fef2d9;
  text-align: center;
}

#container .sub.founding .newSolution .video-box{
  display: flex;
  flex-direction: row;
	flex-wrap: wrap;
  width: 1280px;
  margin: 0 auto;
  gap: 80px;
  align-items: center;
  justify-content: center;
}

#container .sub.founding .newSolution .video-box .intro_video{
  width: 600px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

#container .sub.founding .newSolution .video-box .intro_video .video-title{
  color: #000;
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}

.list_tp_new3{
  padding: 60px 0px 80px;
}

.list_tp_new3 .con .flex-box{
  max-width: 1280px;
  margin: 0 auto;
  display: block;
  flex-direction: row;
  gap: 60px;
  align-items: flex-start;
  position: relative;
}



.list_tp_new3 .con .bg-mark{
  width: 382px;
  height: 70px;
  margin: 0 auto 30px;
  background: url(/images/founding/bg_mark.png) center/auto no-repeat;
  font-size: 30px;
  line-height: 70px;
  color: #fef2d9;
  text-align: center;
}

.list_tp_new3 .con .new-tit{
  text-align: center;
  margin-bottom: 50px;
}

.list_tp_new3 .con .new-tit p{
  font-size: 18px;
  line-height: 1.8;
  color: #000;
  text-align: center;
}

.list_tp_new3 .con .new-tit p span {
    font-weight: bold;
    position: relative;
    background: url(/images/founding/line_long.png) left bottom 2px repeat-x;
    padding: 5px 4px;
}

/* 도시락 주문 : 메뉴 안내 문구 추가: 2025.03.20 */
div.info {margin-top:-5px;line-height:24px}
div.info span { padding-left:12px; font-size: 13px; color: #ef253c;}