/* 공통 */

body {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
}

main {
  width: 100%;
  overflow: hidden;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --color-primary: #ddb377;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  box-sizing: border-box;
  overflow: hidden;
}

figure {
  margin: 0;
}

ul,
li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  background: none;
  border: none;
  outline: 0;
}

.si_inner {
  max-width: 1610px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.mo-ver {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-ver {
    display: none;
  }

  .mo-ver {
    display: block;
  }
}

.gap-10 {
  gap: 10px;
}

.gap-20 {
  gap: 20px;
}

.gap-40 {
  gap: 40px;
}

@media screen and (max-width: 512px) {
  .gap-40 {
    gap: 20px;
  }
}

.absolute {
  position: absolute;
}

.flex {
  display: flex;
}

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

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

.flex-direction-column {
  display: flex;
  flex-direction: column;
}

.bg_item {
  position: absolute;
}

.main-sec {
  padding: 150px 0;
  position: relative;
  overflow: hidden;
}

.block_img {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .main-sec {
    padding: 120px 0;
  }
}

@media screen and (max-width: 768px) {
  .main_section {
    padding: 100px 0;
  }

  .main-sec {
    padding: 100px 0;
  }
}

@media screen and (max-width: 512px) {
  .main_section {
    padding: 80px 0;
  }

  .main-sec {
    padding: 80px 0;
  }
}

/* 헤더 */
.si_header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: 0.3s all;
}

.si_header.active {
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
}

.si_header .si_inner {
  display: flex;
  justify-content: space-between;
  height: 130px;
  align-items: center;
  transition: 0.3s all;
}

.si_header.active .si_inner {
  height: 80px;
}

.si_header .si_inner nav ul {
  display: flex;
  color: #fff;
}

.si_header .si_inner nav ul a {
  font-size: 1.125rem;
  padding: 0 20px;
}

.si_header .hd_call a {
  gap: 10px;
}

.si_header .header_utils {
  display: flex;
  gap: 10px;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .si_header .si_inner nav ul a {
    font-size: 1rem;
  }
}

@media screen and (max-width: 1200px) {
  .si_header .si_inner nav ul {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .si_header .si_inner {
    height: 80px;
  }

  .si_header .si_inner h1 img {
    width: 80%;
  }

  .si_header .hd_call a {
    gap: 0;
  }

  .si_header .hd_call img {
    width: 80%;
  }
}

/* 공용 */
.main_sec {
  padding: 150px 0;
}

.video_wrap {
  aspect-ratio: 16/9;
}

/* 컨텐츠 */
.main_visual {
  width: 100%;
  height: 870px;
  background: url(/img/main/main_bg.png) no-repeat center/cover;
}

.main_visual .circle img {
  margin-left: -40px;
  position: relative;
}

.main_visual .circle img:first-child {
  margin-left: 0;
  z-index: 1;
}

.main_visual .circle img:last-child {
  z-index: 1;
}

.main_visual .left {
  position: relative;
  width: 60%;
}

.main_visual .left img {
  display: block;
}

.main_visual .right {
  width: 40%;
}

.main_visual .main_bg {
  left: -80px;
  top: 110px;
}

@media (max-width: 1300px) {
  .main_visual .left img {
    width: 100%;
  }

  .main_visual .left .circle img {
    width: auto;
  }

  .main_visual .main_bg {
    left: -20px;
  }

  .main_visual .right figure {
    text-align: right;
  }

  .main_visual .right img {
    width: 80%;
  }
}

@media screen and (max-width: 1024px) {
  .main_visual .left .circle img {
    width: 35%;
  }

  .main_visual .right figure {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .main_visual {
    background-position: right;
  }

  .main_visual .si_inner {
    flex-direction: column;
    gap: 40px;
    padding-top: 80px;
  }

  .main_visual .left .circle {
    justify-content: center;
  }

  .main_visual .right {
    width: 50%;
  }

  .main_visual .circle img {
    margin-left: -24px;
  }
}

@media screen and (max-width: 650px) {
  .main_visual .left {
    width: 70%;
  }

  .main_visual .right {
    width: 60%;
  }

  .main_visual .main_bg {
    left: -10px;
    top: 88px;
  }
}

@media screen and (max-width: 512px) {
  .main_visual .left {
    width: 85%;
  }

  .main_visual .right {
    width: 100%;
  }
}

.sec01 {
  background: url('/img/main/sec01_bg.png') no-repeat center top/cover;
  position: relative;
}

.sec01 .sec01_inner01 {
  max-width: 1240px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 1;
}

.sec01 .flex-between {
  gap: 24px;
  margin-top: 40px;
}

.sec01 .flex-between img {
  width: 100%;
}

.sec01 .video_wrap {
  border: 5px solid #77171c;
  margin-top: 24px;
  background-color: #111;
}

.sec01 .video_wrap iframe {
  width: 100%;
  height: 100%;
}

.sec01 .video_caption {
  margin-top: 40px;
}

.sec01 .title_wrap2 {
  margin-top: 150px;
  gap: 40px;
}

.sec01 .video_wrap2 {
  gap: 40px;
  max-width: 900px;
  width: 100%;
  margin: 60px auto 0;
  aspect-ratio: 5/4;
}

.sec01 .video_wrap2 iframe {
  border: 5px solid #77171c;
  background: #111;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/2;
}

.sec01 .bg_img01 {
  top: 43%;
  left: -13%;
}

.sec01 .bg_img02 {
  right: -8%;
  bottom: -8%;
  text-align: right;
}

@media screen and (max-width: 1880px) {
  .sec01 .bg_img01 img,
  .sec01 .bg_img02 img {
    width: 80%;
  }
}

@media screen and (max-width: 1620px) {
  .sec01 .bg_img01 img,
  .sec01 .bg_img02 img {
    width: 60%;
  }
}

@media screen and (max-width: 1024px) {
  .sec01 .bg_img01 {
    left: -20%;
  }

  .sec01 .bg_img01 img,
  .sec01 .bg_img02 img {
    width: 50%;
  }

  .sec01 .title_wrap2 {
    margin-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .sec01 .title_wrap2 {
    margin-top: 100px;
  }

  .sec01 .video_wrap2 {
    gap: 20px;
  }

  .sec01_mo_caption2 {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
}

@media screen and (max-width: 512px) {
  .sec01 .bg_img01 {
    top: 30%;
  }

  .sec01 .title_wrap2 {
    margin-top: 80px;
  }

  .sec01 {
    background: url(/img/main/sec01_bg.png) no-repeat right top / cover;
  }

  .sec01 .flex-between {
    flex-direction: column;
  }

  .sec01 .title {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .sec01 .video_caption figure:first-child img {
    width: 40%;
  }

  .sec01 .video_wrap2 {
    flex-direction: column;
  }

  .sec01 .video_wrap2 {
    aspect-ratio: 3/4;
  }

  .sec01 .bg_img02 {
    bottom: -4%;
  }
}

.sec02 {
  background: url(/img/main/sec02_bg.png) no-repeat top/cover;
  margin-top: -2px;
}

.sec02 .sec02_content {
  background: url(/img/main/sec02_bg_image.png) no-repeat top/cover;
  padding: 120px 174px 120px;
  flex-wrap: wrap;
  gap: 20px;
}

.sec02 .checklist {
  margin-top: 40px;
}

.sec02 .button {
  margin-top: 40px;
}

.sec02 .content_caption {
  margin-top: 40px;
}

.sec02 .sec02_content .left {
  width: calc(40% - 10px);
}

.sec02 .sec02_content .right {
  width: calc(60% - 10px);
}

.sec02 .sec02_content .right iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1600px) {
  .sec02 .sec02_content {
    padding: 150px 40px 150px;
  }
}

@media screen and (max-width: 768px) {
  .sec02 {
    background: url(/img/main/sec02_bg_m.png) no-repeat top/cover;
  }

  .sec02 .sec02_content {
    background: url(/img/main/sec02_bg_image_m.png) no-repeat top/cover;
    padding: 150px 80px 150px;
    margin-top: 40px;
  }

  .sec02 .sec02_content .left {
    width: 100%;
  }

  .sec02 .sec02_content .right {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .sec02 .sec02_content {
    padding: 100px 40px;
  }

  .sec02 .sec02_content .left .title {
    width: 60%;
  }

  .sec02 .button figure {
    text-align: center;
  }

  .sec02 .button img {
    width: 70%;
  }
}

@media screen and (max-width: 400px) {
  .sec02 .sec02_content {
    padding: 120px 20px;
  }
}

.sec03 .contrast {
  background: url(/img/main/sec03_bg.png) no-repeat center/cover;
}

.sec03 .contrast .flex {
  justify-content: space-around;
  align-items: center;
  height: 830px;
  gap: 200px;
  position: relative;
}

.sec03 .absolute {
  left: 37%;
}

.sec03 .point {
  background: #000;
  padding-top: 20px;
  padding-bottom: 150px;
}

.sec03 .point .si_inner {
  gap: 40px;
}

@media screen and (max-width: 1024px) {
  .sec03 .vs {
    text-align: center;
  }
  .sec03 .vs img {
    width: 70%;
  }

  .sec03 .point {
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 768px) {
  .sec03 .point .si_inner {
    flex-direction: column;
  }

  .sec03 .contrast {
    background: url(/img/main/sec03_bg_m.png) no-repeat center/cover;
    background-position: center;
  }

  .sec03 .contrast .flex {
    flex-direction: column;
    height: auto;
    gap: 40px;
    padding: 50px 20px;
  }

  .sec03 .vs {
    position: static;
    margin: 0 auto;
  }

  .sec03 .contrast img {
    width: 75%;
    display: block;
    margin: 0 auto;
  }

  .sec03 .point {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 512px) {
  .sec03 .point {
    padding-bottom: 80px;
  }
}

.sec04 {
  background: #000;
}

.sec04_box {
  background: #77171c;
  border-radius: 300px 200px 0 0;
  padding: 150px 0;
}

.sec04_box .si_inner {
  position: relative;
}

.sec04_box .si_inner .left {
  width: 45%;
}

.sec04_box .si_inner .left figure {
  width: 70%;
}

.sec04_box .si_inner .right {
  flex: 1;
  gap: 40px;
}

.sec04_box .circle {
  margin-top: -50px;
  margin-bottom: -50px;
}

.sec04_box .absolute {
  left: -300px;
  top: -150px;
}

@media screen and (max-width: 1024px) {
  .sec04_box {
    border-radius: 100px 100px 0 0;
    padding: 120px 0;
  }
}

@media screen and (max-width: 768px) {
  .sec04 {
    padding-top: 100px;
  }

  .sec04_box {
    border-radius: 50px 50px 0 0;
    padding: 100px 0;
  }

  .sec04_box .flex {
    flex-direction: column;
  }

  .sec04_box .si_inner .left figure {
    width: 40%;
  }

  .sec04_box .absolute {
    left: 50%;
    transform: translateX(-50%);
    top: -40%;
    width: 35%;
  }

  .sec04_box .si_inner .left,
  .sec04_box .si_inner .right {
    width: 100%;
  }
}

@media screen and (max-width: 512px) {
  .sec04_box {
    margin-top: 40px;
    padding: 80px 0;
  }

  .sec04_box .si_inner .left figure {
    width: 48%;
  }
}

.sec05 {
  background: url(/img/main/sec05_bg.png) no-repeat 77% / cover;
}

@media screen and (max-width: 768px) {
  .sec05{
    text-align: center;
  }

  .sec05 img {
    width: 25%;
  }
}

.sec06 {
  background: url(/img/main/sec06_bg.png) no-repeat center/cover;
}

.sec06 .tab_nav ul {
  border: 2px solid #77171c;
  background: #fff;
  margin-top: 50px;
}

.sec06 .tab_nav ul span {
  padding: 24px 80px;
  font-size: 1.75rem;
  display: block;
  font-weight: 700;
  color: #a77a7c;
  cursor: pointer;
}

.sec06 .tab_nav ul span.active {
  background: #77171c;
  color: #fff;
}

.sec06 .tab_content {
  margin-top: 40px;
}

.sec06 .tab_content ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.sec06 .tab_content .tab_items {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}

.sec06 .tab_content ul img {
  width: 100%;
}

.tab_items {
  display: none;
}
.tab_items:first-child {
  display: block;
}

@media screen and (max-width: 1024px) {
  .sec06 .tab_content ul {
    grid-template-columns: repeat(3, 1fr);
  }

  .sec06 .tab_nav ul span {
    padding: 12px 40px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 768px) {
  .sec06 {
    background: url(/img/main/sec06_bg_m.png) no-repeat top/cover;
  }

  .sec06 .tab_content ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .sec06 .tab_nav ul span {
    padding: 8px 16px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 512px) {

  .sec06 .tab_nav ul{
    margin-top: 20px;
  }

  .sec06 .tab_content ul {
    gap: 10px;
  }

  .sec06 .tab_nav ul span {
    font-size: 1rem;
  }

  .sec06_title {
    gap: 20px;
  }
}

.sec07 {
  background: url('/img/main/sec07_bg.png') no-repeat center/cover;
}

@media screen and (max-width: 768px) {
  .sec07_button img{
    width: 65%;
  }
}

.sec08 {
  background: url('/img/main/sec08_bg.png') no-repeat center/cover;
}

.sec08 .title {
  margin-bottom: 70px;
}

.sec08 .point_title {
  margin-top: 40px;
}

.sec08 .point_list {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .sec08 .flex-center {
    flex-direction: column;
  }

  .sec08 .title{
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 512px) {
  .sec08 .title{
    margin-bottom: 40px;
  }

  .sec08 .flex-center li{
    text-align: center;
  }
  
  .sec08 .flex-center img{
    width: 90%;
  }
}

.sec09 {
  background: url('/img/main/sec09_bg.png') no-repeat center/cover;
}

.sec09 .flow_list ul {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  margin-top: 60px;
  margin-bottom: 80px;
}

/* 개인정보처리방침, 이용약관 팝업 */
.add_pop_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: none;
}
.add_pop_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 94%;
  max-width: 800px;
  height: 600px;
  border-radius: 15px;
  overflow: hidden;
  transform: translate(-50%, -50%) scale(0.9);
  transition: transform 0.3s ease;
}

.add_pop_wrap.active .add_pop_inner {
  transform: translate(-50%, -50%) scale(1);
}
.add_pop_tit {
  background: #77171c;
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px;
}
.add_pop_close {
  width: 20px;
  height: 60px;
  position: relative;
}
.add_pop_close span {
  position: absolute;
  top: 29px;
  left: 0;
  width: 20px;
  height: 2px;
  background: #fff;
  z-index: 1;
  transition: transform 0.3s ease;
}
.add_pop_close span:nth-child(1) {
  transform: rotate(45deg);
}
.add_pop_close span:nth-child(2) {
  transform: rotate(-45deg);
}
.add_pop_close:hover span {
  transform: rotate(0);
}
.add_pop_con {
  background: #fff;
  padding: 22px 25px;
  overflow-y: scroll;
  height: calc(100% - 60px);
}
.add_pop_con h5 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.add_pop_con p {
  font-size: 14px;
  line-height: 160%;
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  .add_pop_con p {
    font-size: 12px;
  }

  .si_footer {
    padding-bottom: 200px;
  }
}

.b_sv_box {
  color: #fff;
  background: #333;
  margin-bottom: 80px;
}

/* admin menu */
.b_adm_list {
  position: fixed;
  right: 20px;
  bottom: 150px;
  z-index: 15;
}
.b_adm_list li {
  margin-bottom: 7px;
}
.b_adm_list li:last-child {
  margin-bottom: 0px;
}
.b_adm_list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 100px;
  height: 40px;
  border-radius: 6px;
  text-align: center;
  background-color: #111;
  border: 1px solid #666;
}

@media screen and (max-width: 1080px) {
  .b_adm_list {
    right: 10px;
    bottom: 160px;
  }
}
@media screen and (max-width: 720px) {
  .b_adm_list {
    bottom: 140px;
  }
  .b_adm_list li {
    margin-bottom: 5px;
  }
  .b_adm_list li a {
    width: 80px;
  }
}

#b_quick_banner {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: var(--color-primary);
  height: 80px;
  z-index: 10;
}
#b_quick_banner .si_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
#b_quick_banner .b_left_box {
  display: flex;
  align-items: center; /*width:34%; padding-right:35px; */
  justify-content: space-between;
  height: 100%;
}
#b_quick_banner .b_right_box {
  width: 65.5%;
}
#b_quick_banner .b_img_box {
  display: flex;
  align-items: center;
  column-gap: 20px;
  margin-right: 20px;
  position: relative;
  height: 100%;
}
#b_quick_banner .b_img_box img {
  display: block;
  max-width: 100%;
}

#b_quick_banner .b_num_box {
  display: flex;
  align-items: center;
  padding-right: 20px; /* width:46.5%;*/
}
#b_quick_banner .b_num_box a {
  color: #fff;
  display: block;
  margin-top: 10px;
}
#b_quick_banner .b_num_box img {
  margin-right: 20px;
  display: block;
  max-width: 100%;
  margin-bottom: 10px;
}
#b_quick_banner .b_form_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#b_quick_banner .b_form_box ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 60%;
}
#b_quick_banner .b_form_box li {
  width: 32%;
}
#b_quick_banner .b_form_box .b_input,
#b_quick_banner .b_form_box select {
  width: 100%;
  height: 55px;
  padding: 0 15px;
  outline: 0;
  border: 0;
  background-color: #fff;
}
#b_quick_banner .b_form_box .b_chk_box {
  display: flex;
  align-items: flex-start;
  margin: 0 10px;
}
#b_quick_banner .b_form_box .b_chk_box input {
  width: 20px;
  height: 20px;
  border-radius: 0;
  margin-right: 10px;
}
#b_quick_banner .b_form_box .b_chk_box span {
  color: #fff;
  word-break: keep-all;
}
#b_quick_banner .b_form_box .b_submit_btn {
  /*max-width:240px; */
  width: 20%;
  background-color: #77171c;
  color: #fff;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1840px) {
  #b_quick_banner .b_num_box img {
    width: 35px;
    margin-right: 10px;
  }
  #b_quick_banner .b_img_box {
    column-gap: 6px;
  }
}

@media (max-width: 1480px) {
  #b_quick_banner {
    height: 90px;
  }
  #b_quick_banner .b_img_box .b_food {
    width: 150px;
  }
}

@media (max-width: 1200px) {
  #b_quick_banner .b_img_box {
    display: block;
    width: fit-content;
  }
  #b_quick_banner .b_img_box img:first-child {
    display: none;
  }

  #b_quick_banner .b_left_box {
    display: none;
  }

  #b_quick_banner .b_right_box {
    width: 100%;
  }
}

@media (max-width: 780px) {
  #b_quick_banner {
    height: unset;
    padding: 8px 0;
  }
  #b_quick_banner .b_left_box {
    display: none;
  }
  #b_quick_banner .b_right_box {
    width: 100%;
  }
  #b_quick_banner .b_form_box {
    flex-wrap: wrap;
    justify-content: center;
  }
  #b_quick_banner .b_form_box ul {
    width: 100%;
    margin-bottom: 10px;
  }
  #b_quick_banner .b_form_box li {
    width: 32.5%;
  }
  #b_quick_banner .b_form_box .b_chk_box {
    margin: 0;
    width: 100%;
    margin: 6px 0;
  }
  #b_quick_banner .b_form_box .b_chk_box input {
    width: 15px;
    height: 15px;
  }
  #b_quick_banner .b_form_box .b_submit_btn {
    width: 100%;
    height: 40px;
  }
  #b_quick_banner .b_form_box .b_input {
    height: 40px;
    padding: 0 10px;
    font-size: 15px;
  }
}

@media screen and (min-width: 412px) {
  .br_m {
    display: none;
  }
}

/* header */
.b_toggle_btn {
  width: 27px;
  height: 20px;
  flex-direction: column;
  justify-content: space-between;
  display: none;
}
.b_toggle_btn span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

@media screen and (max-width: 1200px) {
  .b_toggle_btn {
    display: flex;
  }
}
@media screen and (max-width: 720px) {
  .b_toggle_btn {
    height: 16px;
  }
  .b_call_box a {
    flex-direction: column;
    align-items: flex-end;
  }
  .b_call_box p {
    font-size: 14px !important;
  }
}

/* site map */
#b_site_map {
  position: fixed;
  right: -105%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #111;
  z-index: 99999;
  padding-top: 200px;
  opacity: 0.2;
  transition: right 0.4s, opacity 0.3s;
  color: #fff;
  text-algin: center;
}
#b_site_map.open {
  right: 0;
  opacity: 1;
  transition: right 0.6s, opacity 0.5s;
}
#b_site_map .b_close_btn {
  width: 28px;
  height: 28px;
  position: absolute;
  right: 20px;
  top: 20px;
  transform: rotate(45deg);
}
#b_site_map .b_close_btn span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
#b_site_map .b_close_btn span:first-child {
  width: 100%;
  height: 2px;
}
#b_site_map .b_close_btn span:last-child {
  width: 2px;
  height: 100%;
}
#b_site_map .b_logo_img {
  display: block;
  margin: 0 auto;
}
#b_site_map nav {
  margin-top: 20px;
}
#b_site_map ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
}
#b_site_map ul li a {
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
}

.video_slider .swiper-button-prev::after,
.video_slider .swiper-button-next::after {
  display: none;
}

.video_slider .swiper-button-prev,
.video_slider .swiper-button-next {
  width: 60px;
  height: 60px;
  border-radius: 50px;
}

.video_slider .swiper-pagination-bullet {
  background: #fff;
}

.video_slider .swiper-pagination-bullet-active {
  background: var(--color-primary);
}

.video_slider .swiper-button-prev {
  background: url('/img/main/video_prev.png') no-repeat center/cover;
}

.video_slider .swiper-button-next {
  background: url('/img/main/video_next.png') no-repeat center/cover;
}

@media screen and (max-width: 512px) {
  .video_slider .swiper-button-prev,
  .video_slider .swiper-button-next {
    width: 40px;
    height: 40px;
  }

  .form_wrap h3 {
    text-align: center;
  }

  .form_wrap h3 span {
    margin-top: 10px;
  }
}

.food_bg {
  margin-top: 40px;
  width: 100%;
}

/* 매장 찾기 섹션 */

.je_sch .sch_input,
.je_sch #sfl {
  border: 0;
}
.je_sch {
  display: flex;
  justify-content: center;
}
.je_sch .je_sch_form {
  background-color: #fff;
  width: 80%;
  max-width: 580px;
  padding: 16px 20px;
  border-radius: 10px;
  font-weight: 500;
  box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.09);
}
.je_sch #sfl {
  width: 20%;
}
.je_sch #stx {
  width: 71%;
  color: #111;
  margin: 0 2%;
  outline: 0;
}

.je_store_list > span,
.je_store_hdr > span {
  display: inline-block;
  text-align: center;
}
.je_store_section .je_area,
.je_store_section .je_name,
.je_store_section .je_call,
.je_store_section .je_map {
  width: 15%;
}
.je_store_section .je_address {
  width: 40%;
}

.je_store_table {
  margin-top: 50px;
  margin-bottom: 110px;
  overflow: hidden;
}
.je_store_hdr {
  font-size: 1.125rem;
  font-weight: 500;
  background: #6a1217;
  padding: 20px 0;
  color: #fff;
  display: flex;
  align-items: center;
}
.je_store_list {
  font-size: 1.125rem;
  font-weight: 500;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  display: flex;
}

.je_store_list:hover {
  background: #f9f9f9;
}

.je_map > a {
  border: 1px solid #6a1217;
  color: #6a1217;
  padding: 3% 8%;
  border-radius: 30px;
  font-weight: 600;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
}

.je_map > a img{
  display: block;
  margin-right: 5px;
}

.main-sec i {
  font-style: normal;
}

@media screen and (max-width: 1024px) {
  .je_store_hdr,
  .je_store_list,
  .je_map > a {
    font-size: 0.875rem;
    gap: 5px;
  }
}

@media screen and (max-width: 768px) {

  .je_store_table{
    margin-bottom: 80px;
  }

  .je_store_hdr,
  .je_store_list,
  .je_map > a {
    font-size: 0.75rem;
    gap: 5px;
  }

  .je_store_hdr .je_area,
  .je_store_list .je_area {
    width: 10%;
  }

  .je_store_hdr .je_name,
  .je_store_list .je_name {
    width: 16%;
  }

  .je_store_hdr .je_address,
  .je_store_list .je_address {
    width: 28%;
    overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;
  }

  .je_store_hdr .je_call,
  .je_store_list .je_call {
    width: 26%;
  }
}

/* 모바일 타이틀 사이즈 조정 */

@media screen and (max-width: 512px) {

  .je_map > a img{
    margin: 0;
  }

  .b_form_list li input,
  .b_form_list li textarea,
  .b_form_list li select {
    font-size: 14px;
  }

  .sec02 .title {
    width: 80%;
    gap: 20px;
  }

  .sec04 .mobile_title {
    width: 60%;
  }

}

.sec09 .table {
  position: relative;
}

/*---stemp motion---*/
/*---stemp motion---*/
/*---stemp motion---*/
.stemp_motion {
  position: absolute;
  right: 15%;
  top: 12%;
  overflow: visible;
  width: 25%;
}

.stemp_img {
  position: absolute;
  top: -300px;
  left: 0;
  z-index: 10;
  opacity: 1;
}

.stemp_img_03 {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.stemp_motion.on .stemp_img {
  animation: stemp_down 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}

.stemp_motion.on .stemp_img_03 {
  animation: stemp_appear 0.3s ease 0.7s forwards;
}

@keyframes stemp_down {
  0% {
    top: -200px;
    transform: rotate(0deg) scale(1);
  }
  70% {
    top: -350px;
    transform: rotate(-5deg) scale(1.05);
  }
  85% {
    top: -400px;
    transform: rotate(2deg) scale(0.98);
  }
  100% {
    top: -500px;
    transform: rotate(0deg) scale(1);
    opacity: 0;
  }
}

@keyframes stemp_appear {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@media (max-width: 768px) {
  .stemp_img {
    top: -150px;
  }

  @keyframes stemp_down {
    0% {
      top: -100px;
      transform: rotate(0deg) scale(1);
    }
    70% {
      top: -20px;
      transform: rotate(-5deg) scale(1.05);
    }
    85% {
      top: -5px;
      transform: rotate(2deg) scale(0.98);
    }
    100% {
      top: 0;
      transform: rotate(0deg) scale(1);
      opacity: 0;
    }
  }

  .stemp_motion {
    right: 3%;
  }

  .sec09 .flow_list ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}

@media (max-width: 512px) {

    .stemp_motion {
    right: 6%;
    top: 25%;
  }

  .sec09 .flow_list ul {
    gap: 10px;
  }

  .sec09 .flow_list ul{
    margin-top: 40px;
  }
}

.sec10 {
  background: url('/img/main/sec10_bg.png') no-repeat center/cover;
}

.sec10 .form_wrap {
  background: #fff;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  border-radius: 50px;
  padding-bottom: 45px;
  margin-top: 60px;
}

.sec10 .form_content {
  max-width: 720px;
  width: 100%;
  margin: 50px auto 0;
  padding: 0 20px;
}

.sec10 .form_title {
  font-size: 20px;
  font-weight: 500;
  padding: 20px;
  border-bottom: 2px solid #121212;
  text-align: right;
}

.sec10 .form_title span {
  display: inline-flex;
  gap: 5px;
  align-items: center;
}

.b_form_list {
  margin-top: 20px;
}

.b_form_list li {
  display: flex;
  padding: 10px 0;
}

.b_form_list li p {
  min-width: 150px;
}

.b_form_list li input,
.b_form_list li textarea,
.b_form_list li select {
  padding: 16px;
  border: 1px solid #dadada;
  width: 100%;
}

.b_form_list li textarea {
  height: 150px;
}

.b_form_list li p {
  font-size: 1.25rem;
  font-weight: 600;
}

.b_input_box {
  flex: 1;
}

.b_chk_box {
  padding-left: 150px;
}

.submit_wrap {
  padding-top: 50px;
}

#b_quick_banner .b_form_box .b_chk_box {
  padding-left: 0;
}

@media (max-width: 512px) {
  .sec10 .form_title {
    font-size: 1rem;
    padding: 20px 0;
  }

  .b_form_list li {
    flex-direction: column;
    gap: 10px;
  }

  .b_chk_box {
    padding-left: 0;
  }
}

.d_footer .si_inner {
  padding: 30px 20px;
  display: flex;
  align-self: center;
}
.d_footer .d_ft_logo {
  width: 16%;
  margin-right: 0;
  float: none;
}
.d_footer .d_ft_cont {
  width: 84%;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.d_footer .d_ft_logo a {
  display: block;
}
.d_footer .d_ft_logo img {
  display: block;
  max-width: 100%;
}

/* 푸터 */
.d_footer {
  background-color: #77171c;
  padding-bottom: 100px;
}
.d_footer .si_inner {
  background-color: transparent;
}
.d_privacy li a {
  font-weight: 800;
}
.d_ft_info {
  margin-bottom: 0;
  line-height: 1.5em;
  align-self: self-end;
}
.d_ft_cont {
  color: #bb8b8e;
}
.d_privacy {
  display: flex;
  gap: 20px;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
}

.b_chk_box a {
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .d_footer {
    padding-bottom: 150px;
  }

  .d_footer .si_inner {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .d_footer .d_ft_cont {
    flex-direction: column-reverse;
    align-items: center;
    font-size: 12px;
  }
  .d_ft_info {
    text-align: center;
    margin-bottom: 20px;
  }

  .d_footer .d_ft_cont {
    width: 88%;
  }

  .b_form_list li p {
    font-size: 1rem;
  }

  #b_quick_banner .b_form_box .b_input,
  #b_quick_banner .b_form_box select {
    height: 40px;
  }

  .d_ft_info {
    align-self: center;
  }
}

@media screen and (max-width: 1024px) {
  .bo_list ul li,
  .bo_list_head ul li {
    font-size: 14px;
  }

  .d_sv .d_sv_text {
    font-size: 2rem;
  }

  #bo_list.k_bo_list .bo_list_head ul li span.s_map,
  #bo_list.k_bo_list .bo_list ul li span.s_map {
    font-size: 12px;
  }
}

@media screen and (max-width: 512px) {
  .bo_list ul li,
  .bo_list_head ul li {
    font-size: 12px;
  }

  #bo_list.k_bo_list .bo_list_head ul li span.s_map,
  #bo_list.k_bo_list .bo_list ul li span.s_map {
    width: 25%;
  }

  #bo_list.k_bo_list .bo_list_head ul li span.s_address,
  #bo_list.k_bo_list .bo_list ul li span.s_address {
    width: 30%;
  }

  .sec10 .form_wrap {
    border-radius: 10px;
  }
}

.b_board_sec {
  padding-bottom: 80px;
}

.form_title div {
  display: flex;
  gap: 10px;
}

.form_title input {
  border-radius: 0;
  background: #d9d9d9;
}

.form_wrap {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
