@font-face {
  font-family: "GmarketSans";
  font-weight: 300;
  font-style: normal;
  src: url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansLight.eot");
  src: url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansLight.eot?#iefix")
      format("embedded-opentype"),
    url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansLight.woff2")
      format("woff2"),
    url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansLight.woff")
      format("woff"),
    url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansLight.ttf")
      format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "GmarketSans";
  font-weight: 500;
  font-style: normal;
  src: url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.eot");
  src: url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.eot?#iefix")
      format("embedded-opentype"),
    url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.woff2")
      format("woff2"),
    url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.woff")
      format("woff"),
    url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.ttf")
      format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "GmarketSans";
  font-weight: 700;
  font-style: normal;
  src: url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.eot");
  src: url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.eot?#iefix")
      format("embedded-opentype"),
    url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.woff2")
      format("woff2"),
    url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.woff")
      format("woff"),
    url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.ttf")
      format("truetype");
  font-display: swap;
}
body {
  font-family: "GmarketSans";
  /* overflow: hidden; */
}
/* img, svg{
    width: 100%;
    height: 100%;
} */
#main {
  width: 100%;
  height: 100%;
}
#main .container {
  width: 83.333%;
  margin: 0 auto;
}
/* 배너 */
#main #banner {
  width: 100%;
  background: url(../img/banner-bg.png) no-repeat center center/cover;
  overflow: hidden;
}
#main #banner .container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: 400px;
}
#main #banner .container::before {
  content: "";
  width: 100%;
  height: 333px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/banner-top.png) no-repeat center center/cover;
}
#main #banner .heading {
  text-align: center;
  margin-top: 90px;
}
#main #banner .heading p {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 24px;
}
#main #banner .heading strong {
  font-weight: 700;
  color: #fa8d0d;
}
#main #banner .heading h2 {
  font-weight: 700;
  font-size: 90px;
  color: #ff774d;
  margin-bottom: 100px;
}
#main #banner .center-wrap .tt {
  width: 430px;
  height: 90px;
  margin: 0 auto;
}
#main #banner .center-wrap .tt img {
  width: 100%;
}
#main #banner .center {
  width: 656px;
  height: 656px;
  margin: 0 auto;
  animation: spin 15s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
#main #banner .center img {
  width: 100%;
}
#main #banner .center-wrap {
  position: relative;
}
#main #banner .center-wrap .pos {
  position: absolute;
}
#main #banner .center-wrap .pos img {
  width: 100%;
}
#main #banner .center-wrap .f-left {
  width: 230px;
  top: 10%;
  left: 20%;
}
#main #banner .center-wrap .f-left-c {
  width: 280px;
  top: 28%;
  left: 0%;
}
#main #banner .center-wrap .f-left-bot {
  width: 215px;
  top: 56%;
  left: 14%;
}
#main #banner .center-wrap .f-right {
  width: 500px;
  top: -30%;
  left: 70%;
}
#main #banner .center-wrap .f-right-top {
  width: 200px;
  top: -3%;
  left: 64%;
}
#main #banner .center-wrap .f-right-bot {
  width: 340px;
  top: 45%;
  left: 74%;
}
#main #banner .center-wrap .left-top {
  width: 200px;
  top: 3%;
  left: 23%;
}
#main #banner .center-wrap .left-bot {
  width: 300px;
  height: 300px;
  border-radius: 100%;
  top: 55%;
  left: 3%;
  background-color: rgba(244, 59, 0, 20%);
}
#main #banner .center-wrap .right-c {
  top: 45%;
  left: 72%;
  width: 200px;
}
#main #banner .center-wrap .right-bot {
  width: 330px;
  height: 330px;
  border-radius: 100%;
  background-color: rgba(248, 151, 114, 60%);
  top: 54%;
  left: 86%;
}
/* 성공핵심 */
#main #success {
  width: 100%;
  height: 1320px;
  position: relative;
  background: url(../img/brend-bg.png) no-repeat center center/cover;
}
#main #success .container {
  width: 83.333%;
  margin: 0 auto;
  padding: 120px 0;
}
#main #success .txt-wrap {
  margin-top: 10%;
}
#main #success .txt {
  display: grid;
  grid-template-columns: 8% 2fr;
  margin-bottom: 40px;
}
#main #success .txt dt {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#main #success .txt dt p {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  word-break: keep-all;
}
#main #success .txt dt h3 {
  font-size: 55px;
  font-weight: 700;
  color: #fff;
  word-break: keep-all;
}
#main #success .txt dd p {
  font-size: 42px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 10px;
  word-break: keep-all;
}
#main #success .txt dd strong {
  font-weight: 700;
  background-color: #040000;
  border-radius: 10px;
  padding: 5px 10px;
  line-height: 1.2;
  display: inline-block;
  height: 54px;
}
#main #success .txt dd span {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
#main #success .content > div {
  position: absolute;
}
#main #success .content .con img {
  width: 100%;
}
#main #success .con-1 {
  bottom: -10%;
  right: 8%;
  z-index: 99;
}
#main #success .con-2 {
  top: 15%;
  right: 4%;
  z-index: 99;
}
#main #success .con-3 {
  top: 5%;
  right: 16%;
  z-index: 9;
}
#main #success .con-3 .con {
  width: 290px;
  height: 290px;
}
#main #success .circle {
  width: 322px;
  height: 322px;
  background-color: rgba(244, 59, 0, 20%);
  border-radius: 100%;
  top: 4%;
  right: 4%;
}
#main #success .c2 {
  top: auto;
  right: auto;
  bottom: 0%;
  left: 20%;
  z-index: 9;
}
/* 메뉴안내 */
/* 화채메뉴 */
#main #menu {
  width: 100%;
  background: url(../img/menubg.png) no-repeat top center/cover;
  padding: 250px 0;
}
#main #menu .container {
  position: relative;
}
#main #menu .heading {
  margin-bottom: 40px;
}
#main #menu .heading p {
  font-size: 43px;
  font-weight: 700;
  text-align: center;
  color: #fa8d0d;
  margin-bottom: 20px;
}
#main #menu .heading h2 {
  font-size: 73px;
  font-weight: 700;
  text-align: center;
  color: #ff774d;
}
#main #menu .tab-btn {
  display: flex;
  justify-content: center;
  gap: 30px;
}
#main #menu .tab-btn .tab {
  padding: 12px 40px;
  border: 1px solid #ff774d;
  background: #fff;
  color: #ff774d;
  border-radius: 20px;
  transition: 0.5s;
  margin-bottom: 72px;
  cursor: pointer;
}
#main .read_more {
  text-transform: uppercase;
  width: 169px;
  height: 48px;
  border: 2px solid #492222;
  line-height: 48px;
  font-size: 1.6em;
  letter-spacing: 0.05em;
  text-align: center;
  color: #492222;
  display: block;
  margin: 0 auto;
  margin-bottom: 60px;
}
#main .read_more:hover {
  background-color: #492222;
  color: #f6f6f6;
}
#main #menu .tab-btn .tab h3 {
  font-size: 20px;
}
#main #menu .tab-btn .tab.active {
  background: #ff774d;
  color: #fff;
}
#main #menu .tab-wrap {
  width: 83.333%;
  height: 840px;
  margin: 0 auto;
  padding: 60px 70px;
  border: 2px solid #ff774d;
  border-radius: 80px;
  backdrop-filter: blur(10px);
}
#main #menu .menuimg {
  margin-bottom: 32px;
}
#main #menu .menuimg .mask img {
  width: 100%;
}
#main #menu .menuimg .mask {
  width: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
#main #menu .menuimg .mask h3 {
  margin-top: 18px;
  font-size: 24px;
  color: #ff744d;
}
#main #menu .btn-wrap {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 999;
}
#main #menu .prev,
#main #menu .next {
  cursor: pointer;
  transition: 0.5s;
}
#main #menu .tab-menu {
  display: none;
}
#main .btn-wrap div:hover svg path {
  fill: #7b2f20;
}
#main #menu .tab-menu.active {
  display: block;
}
/* 음료메뉴 */
#main #beverage {
  width: 100%;
  background: #fbf4e4;
  padding: 60px 0;
}
#main #beverage .container {
  position: relative;
}
#main #beverage .heading {
  margin-bottom: 40px;
}
#main #beverage .heading p {
  font-size: 43px;
  font-weight: 700;
  text-align: center;
  color: #fa8d0d;
  margin-bottom: 20px;
}
#main #beverage .heading h2 {
  font-size: 73px;
  font-weight: 700;
  text-align: center;
  color: #ff774d;
}
#main #beverage .tab-btn {
  display: flex;
  justify-content: center;
  gap: 30px;
}
#main #beverage .tab-btn .tab {
  width: 155px;
  padding: 12px 18px;
  border: 1px solid #ff774d;
  background: #fff;
  color: #ff774d;
  border-radius: 20px;
  transition: 0.5s;
  margin-bottom: 72px;
  cursor: pointer;
}
#main #beverage .tab-btn .tab h3 {
  font-size: 20px;
  text-align: center;
}
#main #beverage .tab-btn .tab.active {
  background: #ff774d;
  color: #fff;
}
#main #beverage .tab-wrap {
  width: 80%;
  /* 임시 */
  height: 440px;
  margin: 0 auto;
  border: 2px solid #ff774d;
  border-radius: 80px;
  background: rgba(255, 255, 255, 0.5);
}
#main #beverage .menuimg .mask img {
  width: 100%;
}
#main #beverage .menuimg .mask {
  width: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
#main #beverage .menuimg .mask h3 {
  font-size: 24px;
  color: #ff744d;
  margin-top: 20px;
}
#main #beverage .btn-wrap {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 999;
}
#main #beverage .prev,
#main #beverage .next {
  cursor: pointer;
}
/* 음료 탭 버튼 */
#main #beverage .tab-menu {
  display: none;
}
#main #beverage .tab-menu.active {
  display: block;
}
/* 음료 이미지*/
#main #beverage .tab-menu {
  margin: 0 auto;
  padding: 40px 0;
}
#main #beverage .tab-menu .menuimg .mask {
  width: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#main #beverage .tab-menu .menuimg .mask h3 {
  font-size: 20px;
}
/* 디저트 이미지 */
#main #beverage .tab-menu.dessert .menuimg .mask {
  width: 200px;
}
#main #beverage .tab-menu.dessert {
  margin: 0 auto;
  padding: 120px 0;
}
/* 매출 */
#main #price {
  width: 100%;
  background: url(../img/price-bg.png) no-repeat top center/cover;
}
#main #price .container {
  width: 100%;
  padding: 120px 0;
}
#main #price .heading {
  margin-bottom: 40px;
}
#main #price .heading p {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  color: #040000;
  margin-bottom: 20px;
}
#main #price .heading h2 {
  font-size: 60px;
  font-weight: 700;
  text-align: center;
  color: #040000;
}
#main #price .heading h2 strong {
  color: #ff774d;
}
#main #price .content {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
  position: relative;
}
#main #price .content > div {
  position: relative;
  z-index: 999;
}
#main #price .content > div img {
  width: 100%;
}
#main #price .content::after {
  content: "";
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ff774d;
}
#main #price .deli {
  z-index: 999;
}
#main #price .deli::before {
  content: "";
  position: absolute;
  top: -151px;
  left: -74px;
  width: 351px;
  height: 385px;
  background: url(../img/crown.png) no-repeat center center/cover;
}
#main #price .deli::after {
  content: "";
  position: absolute;
  bottom: -20%;
  left: 5%;
  width: 335px;
  height: 181px;
  background: url(../img/tit.png) no-repeat center center/cover;
}
/* 성공포인트 */
#main #point {
  width: 100%;
  background: url(../img/point-bg.png) no-repeat center center/cover;
}
#main #point .container {
  width: 83.333%;
  padding: 200px 0;
}
#main #point .heading {
  margin: 40px 0;
}
#main #point .heading h2 {
  font-size: 65px;
  color: #ff744d;
  margin-bottom: 10px;
  text-align: center;
  word-break: keep-all;
}
#main #point .heading p {
  color: #492222;
  font-size: 30px;
  text-align: center;
  word-break: keep-all;
}
#main #point .box-wrap {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 26px;
}
#main #point .box-wrap .box {
  width: calc(50% - 26px);
  height: 390px;
  border: 1px solid #b5b5b5;
  background: rgba(80, 80, 80, 0.45);
  padding: 60px 120px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 24px;
}

#main #point .box .num {
  position: absolute;
  top: -40px;
  left: -20px;
  background: #ff744d;
  width: 113px;
  height: 113px;
  border-radius: 20px;
  box-shadow: inset 6px 6px 4px 0px rgba(255, 255, 255, 0.3),
    0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  text-align: center;
}
#main #point .box .num p {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 700;
  color: #000000;
}
#main #point .box .num h3 {
  font-size: 60px;
  color: #161616;
}
#main #point .box .num::before {
  content: "";
  position: absolute;
  bottom: -11%;
  right: -20%;
  width: 62px;
  height: 67px;
  background: url(../img/orange.png) no-repeat center center/cover;
}
#main #point .box .tt {
  text-align: center;
}
#main #point .box .tt .tit {
  font-size: 40px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 40px;
  line-height: 1.2;
  word-break: keep-all;
}
#main #point .box .tt strong {
  font-weight: 700;
  color: #ff744d;
}
#main #point .box .sub {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  word-break: keep-all;
  color: #fff;
}
#main #point .box .tt .sub br {
  display: none;
}
#main #point .box.bx4 .tt .tit br {
  display: block;
}
/* 창업안내 */
#main #pren {
  width: 100%;
  background: url(../img/prenbg.png) no-repeat center center/cover;
}
#main #pren .container {
  width: 73%;
  padding: 190px 0 150px;
}
#main #pren .heading {
  position: relative;
  margin-bottom: 120px;
}
#main #pren .heading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1170px;
  height: 547px;
  background: url(../img/wing.png) no-repeat center center/cover;
}
#main #pren .heading .sub {
  font-size: 24px;
  color: #492222;
  font-weight: 700;
  margin-bottom: 24px;
  text-align: center;
  word-break: keep-all;
}
#main #pren .heading .tt {
  font-size: 56px;
  color: #040000;
  margin-bottom: 10px;
  font-weight: 500;
  text-align: center;
  word-break: keep-all;
}
#main #pren .heading .tt .th {
  color: #fff;
  background: #ff744d;
  padding: 5px 10px;
  border-radius: 20px;
  display: inline-block;
  height: 68px;
}

#main #pren .heading .tt strong {
  font-weight: 700;
}
#main #pren .heading .ss {
  color: #040000;
  font-size: 24px;
  text-align: center;
  word-break: keep-all;
}
#main #pren .con-box {
  margin: 0 auto;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
#main #pren .bar {
  width: 90%;
  height: 144px;
  border: 3px solid #492222;
  border-radius: 50px;
  background-color: #492222;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  box-shadow: inset 0 8px 10px 0 rgba(255, 255, 255, 0.5);
}
#main #pren .bar .td {
  color: #f6f6f6;
  font-size: 40px;
  line-height: 144px;
  margin-left: 6.5%;
}
#main #pren .bar .tt {
  width: 80%;
  height: 100%;
  background: #f6f6f6;
  border-radius: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13%;
  padding: 30px 40px;
}
#main #pren .bar .tt .price {
  color: #492222;
  font-size: 40px;
  word-break: keep-all;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#main #pren .bar .tt .price strong {
  color: #ff744d;
}
#main #pren .bar .unit {
  position: absolute;
  top: 10px;
  right: 40px;
}
#main #pren .bar .unit p {
  color: #492222;
  font-size: 16px;
  font-weight: bold;
}
#main #pren .type {
  width: 90%;
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
}
#main #pren .type .t-box {
  width: calc(50% - 10px);
  background: #ff744d;
  text-align: center;
  border: 3px solid #ffb19c;
  border-radius: 50px;
  padding-top: 30px;
  box-shadow: inset 0px 8px 10px 0 rgba(255, 255, 255, 0.5);
}
#main #pren .type .t-box .ss {
  font-size: 40px;
  color: #f6f6f6;
  margin-bottom: 20px;
}
#main #pren .type .t-box .sub {
  font-size: 22px;
  color: #492222;
  margin-bottom: 28px;
  font-weight: bold;
}
#main #pren .type .t-box .st {
  width: 100%;
  background: #f6f6f6;
  border-radius: 50px;
  padding: 45px;
  position: relative;
}
#main #pren .type .t-box .st .price {
  font-size: 40px;
  color: #492222;
  margin-bottom: 28px;
}
#main #pren .type .t-box .st .price:nth-child(3) strong {
  margin-bottom: 0;
  position: relative;
}
#main #pren .type .t-box .st .price:nth-child(3) strong::after {
  content: "";
  position: absolute;
  top: -28px;
  right: -100%;
  width: 67px;
  height: 50px;
  background: url(../img/star.png) no-repeat center center/cover;
}
#main #pren .type .t-box .st .price:nth-child(3) strong:before {
  content: "";
  position: absolute;
  bottom: -33px;
  left: -220px;
  width: 319px;
  height: 52px;
  background: url(../img/underline.png) no-repeat center center/cover;
}
#main #pren .type .t-box .st .price strong {
  color: #ff744d;
  font-size: 50px;
}
#main #pren .type .t-box .st .unit {
  position: absolute;
  top: 20px;
  right: 30px;
}
#main #pren .type .t-box .st .unit p {
  font-size: 16px;
  color: #492222;
  font-weight: bold;
}
/* 순익표 */
#main #table {
  width: 100%;
  background: url(../img/bg.png) no-repeat center center/cover;
  position: relative;
}
#main #table .container {
  padding: 200px 0;
}
#main #table .heading {
  margin-bottom: 40px;
}
#main #table .heading .sub {
  font-size: 40px;
  color: #040000;
  text-align: center;
  margin-bottom: 20px;
}
#main #table .heading .tt {
  font-size: 70px;
  color: #ff744d;
  text-align: center;
  font-weight: 700;
}
#main #table .slider {
  width: 100%;
  padding: 20px 0 10px 0;
  border-top: 1px solid #ff744d;
  border-bottom: 1px solid #ff744d;
}
#main #table .slider .slide {
  padding: 5px;
}
#main #table .slider .slide .mask {
  width: 483px;
  margin: 0 auto;
}
#main #table .slider .slide .mask img {
  width: 100%;
}
#main #table .slide-btn {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  z-index: 999;
}
#main #table .next,
#main #table .prev {
  cursor: pointer;
}

#main #table .txt p {
  font-size: 18px;
  color: #ff744d;
  text-align: center;
  margin-top: 20px;
}
/* 가맹문의 */
#main #call {
  width: 100%;
  background: url(../img/bg.png) no-repeat center center/cover;
  overflow: hidden;
}
#main #call .container {
  width: 73%;
  margin: 0 auto;
  padding-top: 120px;
}
#main #call .contents {
  width: 100%;
  border-radius: 50px 50px 0 0;
  border: 1px solid #ff744d;
  background: #fff;
  position: relative;
}
#main #call .contents .medal {
  width: 183px;
  position: absolute;
  top: -12%;
  right: 5%;
}
#main #call .contents .medal img {
  width: 100%;
}
#main #call .tit h3 {
  font-size: 70px;
  font-weight: 700;
  text-align: center;
  color: #ff744d;
  margin-bottom: 20px;
}
#main #call .tit .sub {
  text-align: center;
  color: #ff744d;
  font-size: 28px;
  font-weight: 500;
}
.consult_left .essential {
  font-size: 14px;
  margin-bottom: 10px;
  color: #ff744d;
}
#main #call .contents {
  width: 100%;
  padding: 100px 120px 70px;
  border: 2px solid #ff744d;
  margin-top: 80px;
  font-family: "GmarketSans";
  box-shadow: 11px 6px 0px #d36e1073;
  background: #ffffff;
}
.contents .personal > p {
  font-size: 25px;
  font-weight: 500;
  color: #ff744d;
  font-family: "GmarketSans";
}
.personal_info {
  width: 100%;
  padding: 10px 20px 20px;
  margin-top: 15px;
  border-radius: 10px;
  border: 1px solid #ff744d;
}
.personal_info p {
  font-size: 16px;
  font-family: "GmarketSans";
  color: #676767;
  font-weight: 400;
  line-height: 2;
}
.personal .confirmBtn {
  margin-top: 15px;
}
.personal .confirmBtn label {
  font-size: 20px;
  color: #ff744d;
  padding-left: 15px;
  font-weight: 500;
}
.personal .confirmBtn input {
  width: 20px;
  height: 20px;
}

.form_info {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 50px;
}

.form_lt {
  width: 328px;
}
.form_lt ul li span {
  display: block;
  font-size: 25px;
  color: #ff744d;
  font-weight: 500;
  font-family: "GmarketSans";
}

.form_lt ul li input {
  width: 100%;
  font-size: 16px;
  padding: 13px;
  color: #676767;
  border-radius: 10px;
  margin-top: 12px;
  border: 1px solid #ff744d;
  font-family: "GmarketSans";
}
.form_lt ul li input::placeholder {
  color: #676767;
  font-family: "Noto Sans CJK KR", Noto Sans KR, sans-serif;
  font-size: 16px;
}
.form_lt ul li:not(:nth-of-type(1)) {
  margin-top: 40px;
}

.form_rt {
  width: 530px;
}
.form_rt_content {
  width: 100%;
}
.form_rt_content span {
  display: block;
  font-size: 25px;
  color: #ff744d;
  font-weight: 500;
  font-family: "GmarketSans";
}
.form_rt_content textarea {
  width: 100%;
  margin-top: 12px;
  padding: 13px;
  font-size: 16px;
  color: #676767;
  border-radius: 10px;
  border: 1px solid #ff744d;

  height: 330px;
}
.form_rt_content textarea::placeholder {
  font-family: "Noto Sans CJK KR", Noto Sans KR, sans-serif;
  font-size: 16px;
  color: #676767;
}

.contents .btn_confirm {
  text-align: center;
  margin-top: 75px;
}

.contents .btn_submit {
  line-height: 70px;
  width: 300px;
  height: 70px;
  text-align: center;
  font-size: 30px;
  font-family: "GmarketSans";
  font-weight: 700;
  background-color: #ff744d;
  border: 1px solid #ff744d;
  border-radius: 20px;
  transition: 0.5s;
}
.contents .btn_submit:hover {
  background-color: #ffffff;
  border: 1px solid #ff744d;
  color: #ff744d;
}
@media screen and (max-width: 1680px) {
  #main #success .txt dd p {
    font-size: 2rem;
  }
  #main #success .txt dd strong {
    height: 45px;
  }
  #main #menu .tab-wrap {
    width: auto;
  }
  #main #beverage .tab-btn {
    flex-wrap: wrap;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  #main #beverage .tab-btn .tab {
    margin-bottom: 0px;
  }
  #main #success .con-1 {
    bottom: 2%;
    right: -11%;
    z-index: 99;
  }
  #main #point .box-wrap .box {
    padding: 60px 50px;
  }
  #main #point .box .sub {
    font-size: 24px;
  }
  #main #point .box .tt .sub br {
    display: block;
  }
  #main #call .contents {
    padding: 60px 50px;
  }
}
@media screen and (max-width: 1440px) {
  #main #call .contents {
    padding: 60px 50px;
  }
  /* 배너왼쪽 */
  #main #banner .center-wrap .f-left {
    width: 230px;
    top: 20%;
    left: 10%;
  }
  #main #banner .center-wrap .f-left-c {
    top: 28%;
    left: -8%;
  }
  #main #banner .center-wrap .f-left-bot {
    left: 5%;
  }
  /* 배너오른쪽 */
  #main #banner .center-wrap .f-right {
    width: 350px;
    top: 0%;
    left: 80%;
  }
  #main #banner .center-wrap .f-right-bot {
    width: 250px;
    top: 55%;
    left: 80%;
  }
  #main #banner .center-wrap .left-bot {
    left: 12%;
  }
  #main #call .container {
    width: 90%;
    padding-top: 60px;
  }
}
@media screen and (max-width: 1350px) {
  #main #success .content {
    display: none;
  }
  #main #success {
    background-position-x: 22%;
  }
  #main #success .txt {
    grid-template-columns: 14% 2fr;
  }
  #main #pren .bar .tt {
    gap: 5%;
  }
  #main #pren .heading::before {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  #main #banner .center-wrap .f-left {
    width: 190px;
    top: 15%;
    left: 5%;
  }
  #main #banner .center-wrap .f-left-c {
    width: 200px;
    top: 39%;
    left: 0%;
  }
  #main #banner .center-wrap .f-left-bot {
    width: 160px;
    left: 5%;
    top: 70%;
  }
  #main #banner .center-wrap .left-top {
    left: 2%;
  }
  #main #banner .center-wrap .f-right {
    width: 350px;
    top: 20%;
    left: 76%;
  }
  #main #banner .center-wrap .f-right-top {
    width: 200px;
    top: 7%;
    left: 70%;
  }
  #main #banner .center-wrap .f-right-bot {
    width: 184px;
    top: 77%;
    left: 80%;
  }
  #main #banner .center-wrap .left-bot {
    left: -10%;
    top: 43%;
  }
  #main #success .txt-wrap {
    margin-top: 20%;
  }
  #main #menu {
    padding: 0;
  }
  #main #menu .heading p,
  #main #beverage .heading p {
    font-size: 30px;
    margin-bottom: 10px;
  }
  #main #point .heading h2,
  #main #menu .heading h2,
  #main #beverage .heading h2,
  #main #price .heading h2,
  #main #table .heading .tt,
  #main #call .tit h3 {
    font-size: 50px;
  }
  #main #beverage {
    padding: 120px 0;
  }
  #main #beverage .container {
    width: 90%;
  }
  #main #beverage .btn-wrap {
    width: 100%;
  }
  #main #point .container,
  #main #pren .container,
  #main #call .container {
    width: 90%;
  }
  #main #beverage .tab-btn {
    width: 90%;
  }
  #main #pren .con-box {
    width: 100%;
  }
  #main #point .container {
    width: 95%;
  }
  #main #point .box .tt .tit {
    font-size: 26px;
  }
  #main #point .box .sub {
    font-size: 20px;
  }
  #main #point .box-wrap .box {
    height: auto;
  }
  #main #point .box-wrap .box {
    padding: 60px 50px;
  }
  #main #pren .type .t-box .st .price:nth-child(3):before {
    left: 0;
  }
  #main #pren .type .t-box .st .price:nth-child(3)::after {
    right: -5px;
  }
  #main #table .slide-btn {
    width: 70%;
  }
  #main #table .container {
    padding: 90px 0;
    width: 90%;
  }
  #main #table .heading .sub {
    font-size: 26px;
  }
  #main #call .contents .medal {
    right: 0;
  }
  #main #point .box-wrap .box.bx2 .tt .tit {
    margin-top: 20px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 970px) {
  #main #point .box .num {
    width: 93px;
    height: 93px;
  }
  #main #point .box .num h3 {
    font-size: 40px;
  }
  #main #point .box .tt .tit {
    font-size: 32px;
  }
  #main #table .slide-btn {
    width: 90%;
  }
  #main #table .txt p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #main #banner .container {
    padding: 300px 0 200px;
  }
  #main #banner .heading p {
    font-size: 30px;
  }
  #main #banner .heading h2 {
    font-size: 50px;
    margin-bottom: 60px;
  }
  #main #banner .center-wrap .tt {
    width: 280px;
  }
  #main #banner .center {
    width: 400px;
    height: 400px;
  }
  #main #banner .center-wrap .left-bot,
  #main #banner .center-wrap .right-bot {
    width: 150px;
    height: 150px;
  }
  #main #banner .center-wrap .right-bot {
    top: 87%;
    left: 76%;
  }
  #main #success {
    height: auto;
  }
  #main #success .container {
    width: 95%;
  }
  #main #success .txt-wrap {
    margin-top: 10%;
  }
  #main #success .txt dt,
  #main #success .txt dd p,
  #main #success .txt dd span {
    text-shadow: 0 6px 6px rgba(0, 0, 0, 30%);
    word-break: keep-all;
  }
  #main #success .txt dd p {
    font-size: 26px;
  }
  #main #success .txt dd span {
    font-size: 18px;
  }
  #main #point .box-wrap .box {
    padding: 60px 30px;
    width: 90%;
  }
  #main #point .box .tt .tit br {
    display: none;
  }
  #main #price .heading h2 {
    font-size: 40px;
  }
  #main #price .deli::before {
    top: -25px;
    left: -34px;
    width: 200px;
    height: 105px;
  }
  #main #price .deli::after {
    width: 155px;
    height: 85px;
    bottom: -10%;
  }
  #main #pren .container {
    padding: 60px 0;
  }
  #main #pren .heading {
    margin-bottom: 40px;
  }
  #main #pren .bar .td {
    margin-left: 4.5%;
  }
  #main #pren .bar .tt .price {
    font-size: 32px;
  }
  #main #pren .heading .tt {
    font-size: 40px;
  }
  #main #pren .heading .tt .th {
    height: auto;
  }
  #main #pren .bar,
  #main #pren .type {
    width: 100%;
  }
  #main #call .tit .sub {
    font-size: 24px;
  }
  #main #call .contents .medal {
    top: -5%;
  }
  #main #point .box .sub {
    font-size: 24px;
  }
  #main #pren .bar .td {
    margin-left: 10px;
  }
  #main #pren .type {
    flex-wrap: wrap;
  }
  #main #pren .type .t-box {
    width: 100%;
  }
  #main #price .container,
  #main #point .container {
    padding: 60px 0;
  }
  #main #point .heading {
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  #main #table .slide-btn {
    display: none;
  }
  #main #banner .center-wrap .f-left,
  #main #banner .center-wrap .f-left-c,
  #main #banner .center-wrap .f-right,
  #main #banner .center-wrap .left-top {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  #main #banner .container {
    padding-top: 190px;
  }
  #main #banner .container::before {
    top: -70px;
  }
  #main #banner .heading p {
    font-size: 20px;
  }
  #main #banner .heading h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  #main #banner .center-wrap .tt {
    width: 170px;
    height: auto;
  }
  #main #banner .center {
    width: 250px;
    height: 250px;
  }
  #main #banner .center-wrap .f-left-bot {
    width: 110px;
    left: 5%;
    top: 87%;
  }
  #main #banner .center-wrap .right-bot {
    top: 100%;
  }
  #main #banner .center-wrap .f-right-top {
    top: -10%;
  }
  #main #success .txt {
    display: block;
    margin-bottom: 60px;
  }
  #main #success .txt dt h3 {
    font-size: 40px;
  }
  #main #success .txt dd {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #main #success .txt dt {
    margin-bottom: 20px;
  }
  #main #success .txt dd p,
  #main #success .txt dd span {
    display: inline-block;
    text-align: center;
  }
  #main #menu .menuimg .mask {
    width: 200px;
  }
  #main #beverage .btn-wrap {
    width: 80%;
  }
  #main #beverage .tab-wrap {
    width: 90%;
    height: auto;
  }
  #main #menu .tab-wrap {
    height: auto;
    padding: 30px 20px;
  }
  #main #beverage .tab-btn {
    width: 100%;
    gap: 18px;
  }
  #main #beverage .tab-btn .tab {
    width: 100px;
    padding: 12px 5px;
  }
  #main #beverage .tab-btn .tab h3 {
    font-size: 14px;
  }
  #main #point .box .tt .tit {
    font-size: 26px;
  }
  #main #point .box .sub{
    font-size: 16px;
  }
  #main #price .heading p {
    font-size: 18px;
  }
  #main #price .heading h2 {
    font-size: 28px;
  }
  #main #price .deli::before {
    top: -20px;
    left: -11px;
    width: 110px;
    height: 65px;
  }
  #main #price .deli::after {
    bottom: -30%;
  }
  #main #point .heading h2 {
    font-size: 38px;
  }
  #main #point .heading p {
    font-size: 26px;
  }
  #main #pren .bar .td {
    font-size: 24px;
  }
  #main #pren .bar .tt .price {
    font-size: 20px;
  }
  #main #table .slider .slide .mask {
    width: 350px;
  }
  #main #call .tit h3 {
    font-size: 38px;
  }
  #main #call .tit .sub {
    font-size: 20px;
  }
  #main #call .contents .medal {
    width: 113px;
  }
  #main #call .contents {
    padding: 30px 25px;
  }
  #main #pren .heading .tt {
    font-size: 28px;
  }
  #main #pren .heading .ss {
    font-size: 18px;
  }
  .personal_info p {
    font-size: 12px;
  }
}
@media screen and (max-width: 375px) {
  #main #table .slider .slide .mask {
    width: 300px;
  }
}
@media screen and (max-width: 320px) {
    #main #pren .type .t-box .st .price{
        font-size: 36px;
    }
}