@charset "utf-8";

.font-waguri{
  font-family: 'WAGURITTF';
}
.font-pt{
  font-family: 'Pretendard';
}

.fc-red{
  color:#C10C24 !important;
}
.fc-black{
  color:#000000  !important;
}
.fc-white {
  color:#fff !important;
}
.fc-yellow {
  color:#FDD000 !important;
}
.fc-gray {
  color:#656565 !important;
}
.fw-bold {
  font-weight: 700;
}
.fw-bolder {
  font-weight: 900;
}

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

.txt-title-20 {
  font-size:2.0rem;
  line-height: 3.4rem;
}
.txt-title-31 {
  font-size:3.1rem;
  line-height: 3.4rem;
}
.txt-title-28 {
  font-size:2.8rem;
  line-height: 4.0rem;
}
.txt-title-52 {
  font-size:5.2rem;
  line-height: 6.5rem;
}
.txt-title-70 {
  font-size:7.0rem;
  line-height: 8.5rem;
}
.txt-title-80 {
  font-size:8.0rem;
  line-height: 9.5rem;
}
.txt-title-112 {
  font-size:11.2rem;
  line-height: 16.9rem;
}
.txt-title-half {
  font-size:46%;
}
.gap10{
  margin-top: 1.0rem;
}

.m-view {display: none;}


/* 홈 */
.sec01-contents-01 {
  background:url(../img/bg_contents_01.jpg) no-repeat center center / cover;
  height: 780px;
  padding-top:6.0rem;
  align-items: center;
}
.sec01-contents-01 .flex-wrap{
  flex-direction: column;
  justify-content: flex-start;
}
.sec01-title-txt{
  font-weight: 500;
}
.sec01-main-txt {
  font-family: 'WAGURITTF';
  margin: 3.5rem 0 2.9rem;
}
.sec01-sub-tit {
  font-size:3.7rem;
  line-height: 4.3rem;
  color:#C10C24;
  font-weight: 900;
  margin-bottom: 1.9rem;
}
.sec01-sub-tit span{
  font-size:3.0rem;
  line-height: 4.3rem;
  background-color: #C10C24;
  color:#fff;
  font-weight: 700;
  border-radius: 2.2rem;
  padding: 0.3rem 1.5rem;
}

.home-circle {
  position: absolute;
  border-radius: 50%;
  font-family: 'WAGURITTF';
  font-size:2.4rem;
  line-height: 3.1rem;
  color:#000;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: doong-sil2 5s infinite;
}
.home-circle.circle-01 {
  right:642px;
  bottom:-86px;
  width:143px;
  height: 143px;
  background-color: rgba(253, 208, 0, 0.9);
  animation-delay: 0.3s;
}
.home-circle.circle-02 {
  right:235px;
  bottom:272px;
  width:177px;
  height: 177px;
  background-color: rgba(255, 255, 255, 0.9);
  animation-delay: 1.5s;
}
.home-circle.circle-03 {
  right:69px;
  bottom:259px;
  width:109px;
  height: 109px;
  background-color: rgba(253, 208, 0, 0.9);
}
.home-circle.circle-04 {
  right:-100px;
  bottom:-36px;
  width:143px;
  height: 143px;
  background-color: rgba(255, 255, 255, 0.9);
  animation-delay: 0.2s;

}

.stamp {
  width: 98px;
  position: absolute;
  top: -24px;
  right:13px;
  opacity: 0;
  transform: scale(2);
  transition: transform 0.12s ease, opacity 0.12s ease;
}
.stamp img {
  width:100%;
}

/* 롤링 배너 */
.rolling-line-wrap {
  transform-origin: top;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 130%;
  z-index: 1;
  position: relative;
  background-color: #c10c24;
}
.rolling-line {
  width: 100%;
  animation: ani-rolling-line linear 20s infinite;
}
@keyframes ani-rolling-line{
  0% {transform: translateX(0);}
  100% { transform: translateX(-100%);}
}
.next-img {
  right: -100%;
}

.sec01-contents-02 {
  background: url(../img/bg_contents_02.jpg) no-repeat center top / cover;
}
.sec01-contents-02 .inner{
  text-align: center;
}

.sec01-contents-02 .sec01-main-txt {
  padding: 18.2rem 0 1.7rem;
  margin: 0;
}
.diagram-part-01 {
  width:100%;
  padding: 8.9rem 0 17.6rem;
}
.diagram-part-01 ul {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  width:100%;
}
.diagram-part-01 li {
  position: relative;
  font-family: 'WAGURITTF';
  font-size: 4rem;
  line-height: 5.1rem;
  text-align: center;
  width:calc(100% / 6);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  border:1px solid #C10C24;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(1.04);
}
.diagram-part-01 li:nth-child(odd) {
  background-color: rgba(0,0,0,0.7);
  color: #fff;
}
.diagram-part-01 li:nth-child(even) {
  background-color: rgba(255,255,255,0.7);
  color: #C10C24;
}


.sec01-contents-03 {
  background-color: #000;
  height: 89.9rem;
  overflow: hidden;
  background:#000 url(../img/arrow_up.gif) no-repeat center center;
}
.sec01-contents-03 .inner{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
/*
.circle-contents-wrap:before {
  content:"";
  width:50.5rem;
  height: auto;
  aspect-ratio: 1 / 1;
  background-color: #fff;
  border:20px solid #cccccc;
  position: absolute;
  left:50%; top:50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 10;
}
*/
.circle-contents-wrap {
  text-align: center;
  
}
.circle-contents {
  margin-top: 136px;
  width:46.5rem;
  height: auto;
  aspect-ratio: 1 / 1;
  /*
  background-color: #fff;
  background: url(../img/circle_txt_up_w.svg) no-repeat center center / contain;
  border:1px solid #C10C24;
  position: absolute;
  left:50%; top:50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 12;
  color:#000;
  */
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  
}
.scroll_on{
  width:100%;
  height: 100%;
  transform-style: preserve-3d;
  animation: roof-rolling 6s infinite;
  
}
.scroll_on img {
  position: absolute;
  left:0;
  right: 0;
  width:100%;
  backface-visibility: hidden;
  /*transform: scale(2);*/
  
}
.scroll_on .img1 {
  z-index: 3;
}
.scroll_on .img2 {
  z-index: 1;
  transform: rotateY(180deg);
}
@keyframes roof-rolling {
  0%{
    
  }
  40%{
    transform: rotateY(0deg);
  }
  50%{
    transform: rotateY(180deg);
  }
  90%{
    transform: rotateY(180deg);
  }
  100%{
    transform: rotateY(0deg);
  }
}

.circle-txt01 {
  font-size:2.0rem;
  font-weight: bold;
  color:#c72338;
}
.circle-txt02 {
  font-size:1.9rem;
  color:#000;
  font-weight: 600;
}
.circle-txt03 {
  font-family: 'WAGURITTF';
  font-size:12.0rem;
  color:#000;
  line-height: 13.5rem;
  margin-top: 10px;
}
.circle-txt04 {
  font-family: 'WAGURITTF';
  font-size:3.6rem;
  color:#000;
  line-height: 4.6rem;
}

.sec01-03-title {
  text-align: center;
  position: relative;
  top: 73.8rem;
  font-size: 2.0rem;
  line-height: 3.4rem;

}
.sec01-03-title span {
  background-color: #C10C24;
  color:#fff;
}
.hashtag {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.0rem;
  line-height: 3.4rem;
  color:#fff;
  background-color: #C10C24;
  width:25.9rem;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  position: absolute;
}
.hashtag.tag01{
  left:0;
  top:40%;
  animation: doong-sil 0.9s infinite;
  z-index: 8;
}
.hashtag.tag02{
  left:300px;
  top:-40px;
  animation: doong-sil 0.8s infinite;
}
.hashtag.tag03{
  right:15%;
  top:77px;
  animation: doong-sil 0.7s infinite;
}
.hashtag.tag04{
  right:0;
  top:50%;
  animation: doong-sil 0.8s infinite;
  z-index: 9;
}
@keyframes doong-sil {
  0% {
    transform: translateY(0%)
  }
  50% {
    transform: translateY(-2%)
  }
  100% {
    transform: translateY(0%)
  }
}

@keyframes doong-sil2 {
  0% {
      transform: translateY(4%);
  }
  25% {
      transform: translateY(-1%);
  }
  50% {
      transform: translate(-1%, 4%);
  }
  75% {
      transform: translate(4%, 1%);
  }
  100% {
      transform: translateY(4%);
  }
}
@keyframes doong-sil3 {
  0% {
      transform: translateY(2%);
  }
  25% {
      transform: translateY(-1%);
  }
  50% {
      transform: translateY(2%);
  }
  75% {
      transform: translateY(1%);
  }
  100% {
      transform: translateY(2%);
  }
}

@keyframes doong-sil4 {
  0% {
      transform: translateY(4%);
  }
  25% {
      transform: translateY(-1%);
  }
  50% {
      transform: translateY(4%);
  }
  75% {
      transform: translateY(1%);
  }
  100% {
      transform: translateY(4%);
  }
}

.arrow-up {
  background: url(../img/arrow_yellow.png) no-repeat center top / contain;
  position: absolute;
}
.arrow01 {
  left: 56px;
  top: 194px;
  width: 74px;
  height: 178px;
  z-index: 1;
  animation: go-up 1.2s infinite;
}
.arrow02 {
  left: 183px;
  top: 549px;
  width: 272px;
  height: 548px;
  animation: go-up 1.7s infinite;
}
.arrow03 {
  right: 192px;
  top: 298px;
  width: 190px;
  height: 611px;
  animation: go-up 1.6s infinite;
}
.arrow04 {
  right: 10px;
  top: 251px;
  width: 82px;
  height: 194px;
  animation: go-up 1.0s infinite;
}
@keyframes go-up {
  0% {
    transform: translateY(0%)
  }
  100% {
    transform: translateY(-300%)
  }
}

/* 브랜드소개 */
.sec02-contents-01 {
  background-color: #fff;
  min-height: 964px;
  padding-top:16.8rem;
  padding-bottom: 10.3rem;
  color:#000;
  text-align: center;
}
.sec02-contents-01 .sub-tit {
  margin: 2.1rem 0 6.5rem;
  
}

.list-box01 ul {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: nowrap;
}
.list-box01 li {
  width:calc(100% / 4 - 16px);
  background-color: #C10C24;
  border-radius: 2.3rem;
  color:#fff;
}
.list-box01 li:nth-child(even) {
  background-color: #FDD000;
  color:#000;
}
.list-box01 li div {
  padding:2.0rem 0 1.6rem;
  font-size:2.0rem;
  font-weight: bold;
}
.list-box01 li p {
  font-family: 'WAGURITTF';
  border-top:1px solid #fff;
  font-size:6.0rem;
  /*padding:1.6rem 0;*/
}
.list-box01 li p span{
  font-family: 'Pretendard';
  font-size:1.8rem;
  line-height: 2.3rem;
  font-weight: 600;
  margin-left: 7px;
}
.list-box01 li:nth-child(even) p{
  border-top:1px solid #000;
}
.sec02-sub-title {
  background-color: #000;
  padding:1.1rem 0;
  text-align: center;
  color:#fff;
  font-size:2.6rem;
  line-height: 3.2rem;
  font-weight: bold;
  border-radius: 28px;
  width:49.0rem;
  /*margin: 7.4rem auto 2.8rem;*/
  margin-bottom: 2.5rem;
}

.sec02-contents-01 .flex-container {
  justify-content: center;
  align-items: center;
  gap:3.7rem;
  margin-top: 6.8rem;
}

.random-counter {
  display: inline-block;
  width:670px;
}
.sec02-contents-01 .left-flex-box p {
  text-align: center;
  font-size:2.0rem;
  line-height: 3.4rem;
}
.sec02-contents-01 .left-flex-box p span {
  font-weight: bold;
  background-color:#C10C24;
  color:#fff;
}

.sec02-contents-01 .right-flex-box {
  border-radius: 30px;
  border:2px solid #C10C24;
  padding:4.1rem 3.9rem 3.8rem 3.4rem;
  text-align: left;
  font-family: 'WAGURITTF';
  color:#C10C24;
  font-size:10.0rem;
  line-height: 9.0rem;
  display: flex;
  gap: 4.0rem;
  align-items: center;
}
.sec02-contents-01 .right-flex-box div:first-child{
  font-size:3.5rem;
  line-height: 4.2rem;
}
.sec02-contents-01 .right-flex-box div:last-child {
  height: 8.0rem;
}
.percent-txt{
  font-family: 'MoveSans';
  font-weight: 500;
}

.sec02-contents-movie {
  background:#000;
  padding:8.4rem 0;
}

.sec02-contents-movie .flex-container{
  justify-content: center;
  gap:10.0rem;
}


.sec02-contents-02 {
  background:url(../img/bg_contents_05.jpg) no-repeat center top / cover;
  height: 930px;
  text-align: center;
  padding-top:10.8rem;
}
.sec02-contents-02 .main-tit {
  margin-top: 2.6rem;
}
.sec02-contents-02 .circle-info {
  padding:5.0rem 0;
}

.circle-info ul {
  display: flex;
  justify-content: space-between;
  max-width: 106.1rem;
  width: 100%;
  margin: 0 auto;
}
.circle-info li {
  width:30%;
  position: relative
}
.circle-info li img {
  width:100%;
}
.circle-info li span {
  position: absolute;
  left: 50%;
  top:54%;
  transform: translateX(-50%);
  color:#fff;
  font-family: 'WAGURITTF';
  font-size:5.8rem;
}
/*
.sec02-contents-02 .flex-container > div{
  width:50%;
}
.sec02-contents-02 .left-flex-box {
  padding-top:8.8rem;  
}
*/
.box-wrap-txt {
  margin-top: 1.5rem;
}
.box-wrap-txt span {
  display: inline-block;
  background-color: #FCD000;
  font-size:3.4rem;
  line-height: 3.4rem;
  font-weight: 900;
  color:#000;
  margin: 0 1px;
  padding: 2px;
}
/*
#chartContainer {
  width: 539px;
  margin: 41px auto;
}
canvas {
  background-color: transparent;
  border-radius: 50%;
}
*/
.table-contents-wrap {
  background:url(../img/gray-table-box.svg) no-repeat center top; 
  color:#000;
  padding:10.7rem 5.0rem 9.1rem;
}
.table-contents-wrap .table-main-tit {
  font-family: 'WAGURITTF';
  font-size:3.0rem;
  margin-bottom: 0.5rem;
}
.table-contents-wrap .table-sub-tit {
  border-top:1px solid #707070;
  padding-top:1.0rem;
}
.table-refer-txt {
  font-size:1.4rem;
  line-height: 2.0rem;
  text-align: right;
  margin: -1.0rem 0 0.7rem;
}

.table-type01 {
  width:100%;
}
.table-type01 th {
  border-right:1px solid #B4B0B0;
}
.table-type01 th:last-child {
  border-right:0;
}
.table-type01 thead th {
  background-color: rgba(0,0,0,0.53);
  color:#fff;
  font-weight: bold;
  font-size:2.0rem;
  text-align: center;
  height: 5.4rem;
  vertical-align: middle;
}
.table-type01 td {
  border-right:1px solid #B4B0B0;
}
.table-type01 td:last-child {
  border-right:0;
}
.table-type01 tbody td {
  color:#000;
  font-weight: 500;
  text-align: center;
  border-bottom:1px solid #B4B0B0;
  height: 5.4rem;
  vertical-align: middle;
}
.table-type01 tbody td.point01 {
  background-color: #FDD000;
  font-size:2.8rem;
  border-top:5px solid #efefef;
  border-bottom:0;
  font-weight: bold;
}
.table-type01 tbody td.point02 {
  background-color: #cecdcd;
}
.table-type01 tbody tr:nth-last-child(2) td {
  border-bottom:0;
}
.table-type01 tfoot td {
  background-color: #C10C24;
  font-family: 'WAGURITTF';
  text-align: center;
  color:#fff;
  font-size: 3.0rem;
  padding:2.2rem;
  border-top:5px solid #efefef;
}

/* 한결같은 주방 컨디션 */
.sec02-contents-03 {
  background-color: #C10C24;
  padding-top:10.0rem;
  position:relative;
}

.sec02-main-txt {
  margin: 5.2rem 0 2.4rem;
  font-family: 'WAGURITTF';
  color:#000;
  
}
.diagram-part-02 {
  padding: 4.8rem 0 15.1rem;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
}
.diagram-part-02 li {
  position: relative;
  background-color: #000;
  width:20.9rem;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  border:1px solid #C10C24;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transform: scale(1.04);
  font-size:2.0rem;
  color:#fff;
  text-align: center;
}
.diagram-part-02 li span{
  font-family: 'WAGURITTF';
  color:#FDD000;
  font-size:4rem;
}
.right-img-rolling {
  position: absolute;
  width: 50%;
  right:0;
  top:0;
  bottom:0;
  overflow: hidden
}
.right-img-rolling ul {
  display: flex;
  flex-flow: nowrap;
  gap: 1.3rem;
  height: 100%;
}
.right-img-rolling li {
  width:calc(100% / 3 - 9px);
  display: flex;
  flex-flow: column;
  gap: 1.3rem;
}
.right-img-rolling li:nth-child(odd) {
  justify-content: flex-start;
}
.right-img-rolling li:nth-child(even) {
  justify-content: flex-end;
}
.right-img-rolling li img {
  width:100%;
  height: auto;
}
.rolling-vertical-top {
  animation: ani-rv-top linear 16s infinite;
}
.rolling-vertical-bottom {
  animation: ani-rv-bottom linear 16s infinite;
}
@keyframes ani-rv-top{
  0% {transform: translateY(0);}
  100% { transform: translateY(-100%);}
}
@keyframes ani-rv-bottom{
  0% {transform: translateY(0);}
  100% { transform: translateY(100%);}
}

.mobile-img-rolling {
  display: none;
}


/* 경쟁력 */
.sec03-contents-01 {
  background:url(../img/bg_contents_07.jpg) repeat-x left top;
  text-align: center;
  padding-top:7.8rem;
}
.graph-contents-wrap {
  width:100%;
  max-width: 123.8rem;
  margin: 4.2rem auto 0;
  display: flex;
  justify-content: space-between;
}
.graph-left {
  width:25%;
  text-align: right;
  padding-top:40px;
}
.graph-left-m {
  display: none;
}
.graph-title {
  font-family: 'WAGURITTF';
  font-size:3.2rem;
  line-height: 4.0rem;
  color:#FCD000;
  display: inline-block;
}
.graph-left .graph-title {
  padding-left:7.1rem;
  padding-top: 17px;
  background: url(../img/ico_takeout.svg) no-repeat left bottom;
}
.graph-right .graph-title {
  padding-right:8.2rem;
  padding-top: 17px;
  background: url(../img/ico_delivery.svg) no-repeat right bottom;
}
.graph-img {
  margin-top:30px;
  position: relative;
  z-index: 3;
}

/* 막대그래프 */
.bar-chart {
  width: 100%;
  margin-bottom: 50px;
}

.bar {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  height: 40px;
  }
.left-direction .bar {
  flex-direction: row-reverse; /* 라벨이 오른쪽으로 감 */
}

.left-direction .bar-label {
  text-align: left;
  margin-left: 10px;
  margin-right: 0;
}

/* chart2용: 기본 왼쪽에서 오른쪽 */
.right-direction .bar-label {
  text-align: right;
  margin-right: 10px;
}

.bar-label {
  /*width: 100px;*/
  text-align: right;
  margin-right: 10px;
  font-weight: bold;
  color: #fff;
}

.bar-fill-wrapper {
  flex-grow: 1;
  background-color: transparent;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.bar-fill {
  height: 100%;
  border-radius: 20px;
  width: 0;
  display: flex;
  align-items: center;
  font-weight: bold;
  box-sizing: border-box;
  transition-property: width;
}

/* 오른쪽에서 왼쪽으로 채워지는 막대 */
.left-direction .bar-fill-wrapper {
  display: flex;
  justify-content: flex-end;
}

.left-direction .bar-fill {
  justify-content: flex-end;
  padding-right: 10px;
  transform-origin: right; 
  transition: width 2s ease;
}

/* 왼쪽에서 오른쪽으로 채워지는 막대 */
.right-direction .bar-fill {
  justify-content: flex-start;
  padding-left: 10px;
  transition: width 1s ease;
}

/* 색상 */
.bar-fill.red {
  background-color: #b80f1c;
  color: white;
}

.bar-fill.white {
  background-color: white;
  color: #000;
  border: 1px solid #ccc;
}
/* e::막대그래프 */



.key-hole {
  width:34.7rem;
  height: 58.0rem;
  overflow: hidden;
  padding-top:6.0rem ;
  background: url(../img/key_hole.svg) no-repeat center center / contain;
  color:#000;
  font-size: 2.0rem;
  line-height: 2.9rem;
  text-align: center;
}
.key-hole p:nth-child(1) span {
  background-color: #000;
  color:#FCD000;
}
.key-hole p:nth-child(2){
  font-size:2.6rem;
  line-height: 3.2rem;
  color:#C10C24;
  padding-top:2.9rem;
  font-weight: 900;
  margin-bottom: 1.0rem;
}
.key-hole p:nth-child(3){
  font-family: 'WAGURITTF';
  font-size:4.1rem;
  line-height: 4.9rem;
  letter-spacing: -1.2px;
}
.key-hole p:nth-child(4){
  font-size:1.4rem;
  padding-top:9.5rem;
}
.graph-right {
  width:35%;
  text-align: left;
  padding-top:40px;
}


.key-point-list {
  position: relative;
  top:-11.0rem;
  margin-bottom: -11.0rem;
}
.key-point-list:after {
  content:"";
  display: block;
  position:absolute;
  left:50%;
  bottom:0;
  transform: translateX(-50%);
  width:64.0rem;
  height: 29.7rem;
  background: url(../img/img_chicken.png) no-repeat center top / contain;
}
.key-point-list ul {
  display: flex;
  flex-wrap: nowrap;
  gap: 1.9rem;
  height: 56.9rem;
}
.key-point-list li {
  width:25%;
  height: 100%;
  background-color: #fff;
  color:#000;
}
.key-point-list li p {
  font-size:1.8rem;
  line-height: 2.7rem;
  font-weight: 300;
}
.kp-list-title {
  font-family: 'WAGURITTF';
  font-size: 2.8rem;
  line-height: 2.4rem;
  color:#FDD000;
  text-align: center;
  position: relative;
  top:-21px;
}
.kp-list-title:before {
  content: "";
  display: block;
  background: #fff url(../img/ico_key_02.svg) no-repeat center center;
  width: 81px;
  height: 81px;
  border-radius: 50%;
  margin: 0 auto;
}
.key-point-list li .kp-list-sub-tit {
  font-size:2.4rem;
  line-height: 3.4rem;
  font-weight: 600;
  margin-bottom: 1.9rem;
}

.sec03-contents-02 {
  background:url(../img/bg_contents_08.jpg) no-repeat center top / cover;
  height: 1150px;
}
.sec03-contents-02 .flex-container{
  justify-content: space-between;
  margin-top: 8.2rem;
}
.sec03-contents-02 .point-box-wrap{
  margin-top: 4.5rem;
}
.sec03-contents-03 {
  background:url(../img/bg_contents_09.jpg) no-repeat center top / cover;
  height: 1150px;
}
.sec03-contents-03 .flex-container{
  justify-content: space-between;
  margin-top: 8.2rem;
}
.sec03-contents-03 .round-txt {
  display: inline-block;
  background-color: #fff;
  padding: 0 10px;
  border-radius: 10px;
  color: #000;
  font-size: 2.2rem;
  margin-bottom: 10px;
}
.sec03-contents-03 .round-txt2 {
  display: inline-block;
  background-color: #C10C24;
  padding: 0 10px;
  border-radius: 10px;
  color:#fff;
  font-size: 2.2rem;
  margin-bottom: 10px;
}
.sec03-contents-03 span.size-up {
  font-size:140%;
}
.sec03-contents-03 span.size-up2 {
  font-size:190%;
}
.sec03-contents-03 .line-gap {
  margin-bottom: 30px;
  display: block;
}
.sec03-contents-03 .point-box-wrap {
  margin-top: 7.5rem;
}

.sec03-contents-04 {
  background: url(../img/bg_contents_10.jpg) no-repeat center top / cover;
  padding-bottom:8.4rem;
}
.sec03-main-txt {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(255, 255, 255, 0));
  padding-bottom: 7.0rem;
  text-align: center;
}
.sec03-main-txt3 {
  background-color: rgba(0, 0, 0, 0.5);
  padding-bottom: 7.0rem;
  backdrop-filter: blur(6px);
  text-align: center;
}
/*
.sec03-main-txt.blur-2 {
  backdrop-filter: blur(2px);
}
.sec03-main-txt.blur-6 {
  backdrop-filter: blur(6px);
}
*/
.flex-left-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 30px;
  word-break: keep-all;
  
}
.flex-left-box .main-tit{
  font-family: 'WAGURITTF';
  font-size:5.8rem;
  line-height: 6.8rem;
  letter-spacing: -1.74px;
  color:#fff;
}
.flex-left-box .sub-tit{
  font-size:2.8rem;
  line-height: 4.0rem;
  font-weight: bold;
  letter-spacing: -0.84px;
  color:#fff;
}
.flex-left-box .sub-txt{
  font-size:2.0rem;
  line-height: 3.4rem;
  letter-spacing: -0.6px;
  color:#fff;
}

.flex-right-box {
  padding: 19px 0;
  
}

.table-type03-wrap {
  width:71.2rem;
  position: relative;
  margin-bottom: 8px;
  margin-right: 13px;
}
.table-type03-wrap:before {
  content:'';
  position: absolute;
  width:30%;
  height: 100%;
  left:-13px;
  top:0;
  border:13px solid #C10C24;
  border-width: 0 13px 13px 13px;
}
.table-type03-wrap:after {
  content:'';
  position: absolute;
  width:30%;
  height: 100%;
  right: -13px;
  top:0;
  border:13px solid #656565;
  border-width: 0 13px 13px 13px;
}
.table-type03 {
  width:100%; 
}
.table-type03 th, .table-type03 td {
  font-size:2.0rem;
  font-weight: 500;
  color:#000;
  text-align: center;
  vertical-align: middle;
  height: 5.7rem;
  border-bottom: 1px solid #000;
}
.table-type03 tr td:nth-child(1) {
  color:#C10C24;
}
.table-type03 tr td:nth-child(3) {
  color:#656565;
}
.table-type03 thead th {
  font-weight: 700;
  font-size:2.6rem;
  height: 94px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 0;
}
.table-type03 thead th:first-child {
  background-color:#C10C24;
}
.table-type03 thead th:last-child {
  background-color:#656565;
  color:#fff;
}
.table-type03 tbody, .table-type03 tfoot {
  background-color: #fff;
}
.table-type03 tbody tr:first-child td:first-child{
  font-size:2.6rem;
  font-weight: 700;
}
.table-type03 tbody tr:first-child td:last-child {
  font-size:2.6rem;
  font-weight: 700;
}
.table-type03 tfoot th {
  font-size:2.8rem;
  font-weight: 900;
  height: 5.4rem;
  border-bottom: 0;
}
.table-type03 tfoot td {
  font-family: 'WAGURITTF';
  font-size:3.0rem;
  height: 5.4rem;
  border-bottom: 0;
  background-color: #fff;
}
.table-type03 tfoot td:nth-child(1) {
  background-color: rgba(193,12,36,0.15);
}

.table-type04-wrap {
  width:74.2rem;
  position: relative;
}
.table-type04-wrap:after {
  content:'';
  position: absolute;
  width:25%;
  height: 100%;
  left:calc(50% - 13px);
  top:-13px;
  border:13px solid #C10C24;
}
.table-type04 {
  width:100%; 
  background-color: #fff;
}
.table-type04 th, .table-type04 td {
  font-size:2.0rem;
  font-weight: 500;
  color:#000;
  text-align: center;
  vertical-align: middle;
  height: 4.4rem;
  border-bottom: 1px solid #000;
}
.table-type04 tr td:nth-child(2) {
  color:#C10C24;
}
.table-type04 tr td:nth-child(3) {
  color:#656565;
}
.table-type04 thead th {
  font-weight: 700;
}
.table-type04 thead td {
  font-weight: 700;
  font-size:2.6rem;
}
.table-type04 tfoot th {
  font-size:2.8rem;
  font-weight: 900;
  height: 5.4rem;
  border-bottom: 0;
}
.table-type04 tfoot td {
  font-family: 'WAGURITTF';
  font-size:3.0rem;
  height: 5.4rem;
  border-bottom: 0;
}
.table-type04 tfoot td:nth-child(2) {
  background-color: rgba(193,12,36,0.15);
}

.key-point-main {
  font-family: 'WAGURITTF';
  font-size:3.0rem;
  line-height: 3.4rem;
  margin-bottom: 1.5rem;
  color:#FDD000;
  text-align: center;
  letter-spacing: -2.3px;
}
.key-img-01 {
  display: inline-block;
  height: 7.1rem;
  line-height: 102px;
  background: url(../img/ico_key_01.svg) no-repeat left top;
  padding-left:6.0rem;
}
@keyframes shake-shake {
  0%{
        transform: rotate(-66deg);
  }
  
}
.key-img-02{
  width:9.4rem;
  height: 13.2rem;
  margin: 0 auto 1.7rem;
  padding-top:8.0rem;
  background: url(../img/label_keypoint.png) no-repeat center bottom;
  color:#000;
}
.key-point-sub {
  display: inline-block;
  font-size:2.8rem;
  line-height: 3.4rem;
  font-weight: 600;
  color:#FDD000;
  text-align: center;
  padding-bottom: 8px;
}

.diagram-part-03 {
  padding: 8.1rem 0 6.1rem;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
}
.diagram-part-03 li {
  position: relative;
  /*background-color: rgba(0,0,0,0.8);*/
  width:calc(100% / 3);
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size:1.6rem;
  line-height: 2.5rem;
  color:#fff;
  text-align: center;
}
.diagram-part-03 li > img {
  width:100%;
  position: absolute;
  z-index: 1;
  left:0;
  top:0;
}
.diagram-part-03 li .in-txt{
  position: relative;
  z-index: 3;
}

.point-box-wrap{
  background-color: rgba(255,255,255,1);
  border-radius: 1.9rem;
  text-align: center;
  padding:4.0rem 0;
  color:#000;
  word-break: keep-all;
}
.point-box-wrap > div {
  font-family: 'WAGURITTF'; 
  font-size: 4.4rem;
  line-height: 5.6rem;
  letter-spacing: -1.32px;
}
.point-box-wrap p {
  margin-top: 2.0rem;
  letter-spacing: -0.6px;
}

.sec03-contents-05 {
  background: url(../img/bg_contents_11.jpg) no-repeat center top / cover;
  padding-bottom:8.4rem;
}

.sec03-contents-05 .flex-container {
  justify-content: space-between;
}

.main-menu-wrap {
  width:100%;
  margin: 15.7rem 0 16.7rem;
}
.main-menu-wrap p {
  font-size:1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  padding:0.9rem 1.7rem;
  border-radius: 2.3rem;
  display: inline-block;
}
.main-menu-wrap .menu-title {
  font-family: 'WAGURITTF'; 
  font-size:5.8rem;
  line-height: 6.8rem;
  margin: 3.5rem 0  2.3rem;
  
}
.main-menu-wrap .menu-txt {
  font-size:2.0rem;
  line-height: 3.0rem;
}

.left-menu {
  text-align: right;
  color:#fff;
}
.left-menu p {
  color:#fff;
  background-color: #C10C24;
}

.right-menu {
  text-align: left;
  color:#000;
}
.right-menu p {
  color:#000000;
  background-color: #FCD000;
}

.sec03-contents-06 {
  background-color: #C10C24;
  padding:8.9rem 0 19.3rem;
  position: relative;
  height: 89.6rem;
}
.sec03-main-txt2 > div {
  font-family: 'WAGURITTF';
  font-size:7.0rem;
  line-height: 11.5rem;
  text-align: center;
  color:#000;
}
.sec03-main-txt2 p {
  font-size:2.8rem;
  text-align: center;
  color:#fff;
}
.chibob-img-wrap {
  position: absolute;
  left:50%;
  top:50%;
  transform: translate(-50%, -30%);
  z-index: 10;
}
.chibob-txt-wrap {
  background-color: rgba(253, 208, 0, 0.7);
  border:1px solid #FDD000;
  border-radius: 50%;
  width: 15.8rem;
  height: 15.8rem;
  aspect-ratio: 1 / 1;
  z-index: 1;
  position: absolute;
  animation: doong-sil4 2.5s infinite;
}

.chibob-txt {
  text-align: center;
  color:#000;
  font-size:1.9rem;
  line-height: 2.8rem;
  position: absolute;
  background-color: #FDD000;
  border-radius: 50%;
  width: 14.0rem;
  height: 14.0rem;
  aspect-ratio: 1 / 1;
  z-index: 3;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.chibob-txt-wrap.txt-01 {
  left:-15px;
  bottom:185px;
  animation-delay: 0.8s;
  
}
.chibob-txt-wrap.txt-02 {
  right:66px;
  top:52px;
}
.chibob-txt span {
  font-family: 'WAGURITTF';
  font-size:2.5rem;
}

.chibab-review-wrap {
  width:100%;
  overflow: hidden;
  margin-top: 9.2rem;
}
.chibab-review-wrap > div {
  width:782.8rem;
  display: flex;
  flex-wrap: nowrap;
}
.chibab-review-wrap ul {
  width:391.4rem;
  display: flex;
  flex-wrap: nowrap;
  animation: ani-rolling-line 60s linear infinite;
}

.chibab-review-wrap li {
  width: 24.7rem;
  height: 39.7rem;
  margin-right: 1.5rem;
}
.chibab-review-wrap li img {
  width:100%;
}





/* 메뉴안내 */
.sec04-contents-01 {
  background-color: #000;
  /*height: 1445px;*/
  padding:8.4rem 0 ;
}
.sec04-contents-02 {
  background:#000 url(../img/bg_map.gif) no-repeat 43% -23%;
  height: 789px;
  padding:8.4rem 0 ;
}

.sec04-main-txt .main-tit {
  font-family: 'WAGURITTF';
  font-size:7.0rem;
  line-height: 11.5rem;
  text-align: center;
  color:#fff;
}
.sec04-main-txt p {
  font-size:2.8rem;
  text-align: center;
  color:#fff;
}

.menu-swiper-tit {
  position: relative;
  font-family: 'WAGURITTF';
  font-size:3.6rem;
  line-height: 6.2rem;
  margin-bottom: 3.0rem;
}
.menu-swiper-tit .tab-menu {
  position: absolute;
  right:0;
  top:0;
}
.menu-swiper-tit .tab-menu ul {
  display: flex;
  flex-wrap: nowrap;
  gap:2.0rem;
}
.menu-swiper-wrap .tab-menu li {
  font-family: 'WAGURITTF';
  font-size:2.4rem;
  line-height: 4.2rem;
  color:#fff;
  padding:0 1.8rem;
  border-radius: 2.5rem;
  cursor: pointer;
}
.menu-swiper-wrap .tab-menu li.on {
  outline: 5px double #C10C24;
  color:#C10C24;
}

.menu-swiper-wrap {
  width:94%;
  margin: 2.7rem auto 0;
  border:1px solid #C10C24;
  border-radius: 15px;
  padding:5.0rem 0 4.7rem;
}
.menu-swiper .menu-box {
  display: none;
}
.menu-swiper .menu-box04 {
  display: block;
}
.menu-swiper .menu-box.on {
  display: block;
}
.menu-swiper-wrap .menu-info {
  font-size:2.4rem;
  margin-top:1.0rem;
}
.menu-swiper-wrap .img-container img {
  width:100%;
}

.menu-swiper-wrap .swiper-button-next,
.menu-swiper-wrap .swiper-button-prev {
  width: 50px !important;
  height: 50px;
}

.menu-swiper-wrap .swiper-button-next {
  right: -125px;
}
.menu-swiper-wrap .swiper-button-prev {
  left: -125px;
}
.menu-swiper-wrap .swiper-button-next:after,
.menu-swiper-wrap .swiper-button-prev:after {
  background-repeat: no-repeat;
  background-size: 100% auto;
  font-size: 0;
  width: 100%;
  height: 100%;
}
.menu-swiper-wrap .swiper-button-next:after {
  background-image: url('../img/next-btn.svg');
}

.menu-swiper-wrap .swiper-button-prev:after {
  background-image: url('../img/prev-btn.svg');
}
.sec04-contents-02 .sec04-main-txt, 
.sec04-contents-02 .sec04-main-txt .main-tit,
.sec04-contents-02 .sec04-main-txt p {
  text-align: left;
}

.sec04-contents-02 .sec04-main-txt .main-tit{
  line-height: 8.5rem;
  margin: 3.3rem 0 3.3rem;
  
}

.sec04-contents-02 .flex-container {
  justify-content: space-between;
}

.business-zone ul {
  width: 56.4rem;
  display: flex;
  flex-wrap: wrap;
}

.business-zone li {
  width:50%;
  height:50%;
}
.business-zone li:nth-child(1) {
  background: url(../img/zone_01.jpg) no-repeat center center / cover; 
}
.business-zone li:nth-child(2) {
  background: url(../img/zone_02.jpg) no-repeat center center / cover; 
}
.business-zone li:nth-child(3) {
  background: url(../img/zone_03.jpg) no-repeat center center / cover; 
}
.business-zone li:nth-child(4) {
  background: url(../img/zone_04.jpg) no-repeat center center / cover; 
}
.business-zone li img{
  width:100%;
  opacity: 0;
}
.business-zone li:nth-child(1) img{
  animation: blink_img infinite 4s 0s linear;
}
.business-zone li:nth-child(2) img{
  animation: blink_img infinite 4s 1s linear;
}
.business-zone li:nth-child(3) img{
  animation: blink_img infinite 4s 3s linear;
}
.business-zone li:nth-child(4) img{
  animation: blink_img infinite 4s 2s linear;
}

@keyframes blink_img {
  0% {
    opacity: 0;
  }
  24% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  49% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


/* 창업안내 */
.sec05-contents-01 {
  padding:8.4rem 0;
  
}
.sec05-main-txt .main-tit {
  font-family: 'WAGURITTF';
  font-size:7.0rem;
  line-height: 11.5rem;
  color:#fff;
}
.sec05-main-txt .sub-tit {
  font-family: 'WAGURITTF';
  font-size:4.0rem;
  line-height: 7.1rem;
  color:#fff;
  position: relative;
  padding-right:140px;
}
.sec05-main-txt p {
  font-size:2.8rem;
  color:#fff;
}
.stamp2 {
  width: 169px;
  height: 160px;
  position: absolute;
  top: -53px;
  right:158px;
  /*
  opacity: 0;
  transform: scale(2);
  transition: transform 0.12s ease, opacity 0.12s ease;
  */
}
.stamp2 img {
  width:100%;
}

.table-type02-wrap {
  max-width: 1070px;
  width:100%;
  margin: 3.3rem auto 0;
}
.table-type02 {
  width:100%;
}
.table-type02 th {
  background-color: rgba(255,255,255,0.53);
  color:#fff;
  font-weight: bold;
  font-size:2.0rem;
  text-align: center;
  height: 5.4rem;
  vertical-align: middle;
  border-right:1px solid #B4B0B0;
}
.table-type02 th:last-child {
  border-right:0;
}
.table-type02 td {
  border-right:1px solid #B4B0B0;
}
.table-type02 td:last-child {
  border-right:0;
}
.table-type02 tbody td {
  color:#fff;
  font-size: 2.0rem;
  font-weight: 500;
  text-align: center;
  border-bottom:1px solid #B4B0B0;
  height: 5.4rem;
  vertical-align: middle;
}
.table-type02 tbody td.point-red {
  font-family: 'WAGURITTF';
  font-size:2.6rem;
  color:#C10C24;
}
.table-end-txt {
  width:100%;
  background-color: #FDD000;
  color:#000;
  text-align: center;
  padding:2.2rem;
  font-family: 'WAGURITTF';
  font-size:3.0rem;
  margin-top:1.0rem; 
}

.sec05-contents-02 {
  position: relative;
  height: 1133px;
  background: url(../img/bg_contents_14.jpg) no-repeat center top / cover;
  padding-top:8.4rem;
}
.sec05-contents-02 .flex-container{
  justify-content: space-between;
}
.sec05-contents-02 .sec05-main-txt {
  padding-right: 20px;
  word-break: keep-all;
}
.sec05-contents-02:before {
  content: "";
  display: block; 
  position: absolute;
  left: 3%;
  right: 3%;
  bottom:5%;
  top:0;
  border:1px solid #C10C24;
}
.sec05-main-txt .main-tit {
  font-size:6.5rem;
  line-height: 8.4rem;
}
.sec05-main-txt .sub-txt {
  font-size:2.0rem;
  line-height: 3.4rem;
  font-weight: 500;
}

.sec05-contents-01 .sec05-main-txt .main-tit {
  margin-bottom: 0.2rem;
}
.sec05-contents-02 .sec05-main-txt .main-tit {
  margin-bottom: 5.0rem;
}

.open-step-wrap ul{
  width:68.2rem;
  display: flex;
  flex-wrap: wrap;
  gap:15px;
  counter-reset: item-counter; /* 카운터 초기화 */
  justify-content: flex-end;
}
.open-step-wrap li {
  background-color: #fff;
  color:#000;
  text-align: center;
  width:21.6rem;
  height: 17.3rem;
  border-radius: 15px;
  font-weight: bold;
  font-size:2.0rem;
}

.open-step-wrap li::before {
  display: block;
  content: "0" counter(item-counter) ; /* 카운터 값 표시 앞에 0은 숫자 0 붙일려고*/
  counter-increment: item-counter; /* 카운터 증가 */
  background-color: #C10C24;
  width:80px;
  height: 36px;
  border-radius: 0 0 80px 80px;
  color:#fff;
  text-align: center;
  padding-top:4px;
  margin:0 auto 15px;
  font-size:1.8rem;
  font-weight: 300;
}
.open-step-wrap li p {
  margin-top: 10px;
  font-weight: 500;
  font-size:1.8rem;
  line-height: 2.6rem;
}


/* 고객후기 */
.review-contents {
  background-color: #C10C24;
  padding-top:12.6rem;
  height: 57.8rem;
  color:#fff;
  position: relative;
}

.review-contents .review-sub-tit{
  margin: 3.1rem 0;
  
}

.review-box-wrap {
  position: absolute;
  width : 60%;
  right:0;
  top:50%;
  transform: translateY(-50%);
}
/*
.review-swiper-container {
  margin-top: 9.2rem;
  height: 39.7rem;
}
*/
.review-swiper-container .all-review {
  height: 100%;
}

.review-swiper-container .swiper-slide {
  position: relative;
  overflow: hidden;
}

.review-swiper-container .swiper-slide .img-container {
  width: 100%;
  overflow: hidden;
}

.review-swiper-container .swiper-slide .img-container img {
  width: 100%;
  object-fit: contain;
  border-radius: 10px;
}

.review-swiper-container .swiper-slide.swiper-slide-active:after {
  display: none;
}
/*
.review-swiper-container .swiper-slide:after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  display: block;
  background-color: #474747;
  opacity: 0.5;
  top: 0;
  left: 0;
}
*/



/* 창업문의 */
.market-contents {
  /*height: 400px;*/
  font-family: 'WAGURITTF';
  font-size:40px;
  color:#000;
  text-align: center;
  /*padding-top:100px;*/
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.blinking-text {
  animation: blink 0.8s infinite; /* 0.8초 간격으로 무한 반복 */
}

.blinking-text-1s {
  animation: blink 1.0s infinite; /* 1.0초 간격으로 무한 반복 */
}
.blinking-text-1s-1s {
  animation: blink 1.0s 1.0s infinite; /* 1.0초 간격으로 무한 반복 */
}
.blinking-text-15s {
  animation: blink 1.5s infinite; /* 1.0초 간격으로 무한 반복 */
}
.blinking-text-15s-15s {
  animation: blink 1.5s 1.5s infinite; /* 1.0초 간격으로 무한 반복 */
}


@media (max-width: 1560px) {
  .txt-title-20 {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .txt-title-31 {
    font-size:2.6rem;
    line-height: 3.4rem;
  }
  .txt-title-28 {
    font-size:2.0rem;
    line-height: 2.8rem;
  }
  .txt-title-52 {
    font-size:5.2rem;
    line-height: 6.5rem;
  }
  .txt-title-70 {
    font-size:6.0rem;
    line-height: 7.5rem;
  }
  .txt-title-80 {
    font-size: 6.5rem;
    line-height: 7.5rem;
  }
  .txt-title-112 {
    font-size: 9.2rem;
    line-height: 11.9rem;
  }
  
  .sec01-contents-01 {
    height: 83vh;
  }
  .sec01-contents-01 .txt-title-28 br{
    display: none;
  }
  .sec01-contents-01 .txt-title-28 .enter1{
    display: block;
  }
  
  .sec01-main-txt {
    margin: 2.0rem 0 4rem;
  }
  
  .diagram-part-01 {
    width: 91%;
    margin: 0 auto;
  }
  
  .stamp {
    width: 87px;
    right: -11px;
  }
  
  .sec01-contents-03 {
    height: 62.9rem;
  }
  .circle-contents {
    margin-top: 82px;
    width: 39.5rem;
  }
  .hashtag {
    font-size: 1.6rem;
    line-height: 2.4rem;
    width: 18.9rem;
  }
  .hashtag.tag01 {
    left: 81px;
    top: 34%;
  }
  .hashtag.tag03 {
    right: 15%;
    top: 77px;
  }
  .hashtag.tag04 {
    right: 33px;
    top: 46%;
  }
  .sec02-contents-01 .sub-tit {
    margin: 1.1rem 0 3.5rem;
  }
  .sec02-contents-01 {
    padding-top: 11.8rem;
    min-height: auto;
  }
  .list-box01 ul {
    width: 90%;
    margin: 0 auto;
  }
  .list-box01 li div {
    padding: 1.6rem 0 1.0rem;
    font-size: 1.8rem;
  }
  .list-box01 li p {
    font-size: 4.5rem;
  }
  
  .home-circle {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
  .home-circle.circle-01 {
    right: 534px;
    bottom: -23px;
    
  }
  .home-circle.circle-02 {
    right: 354px;
    bottom: 232px;
    width: 150px;
    height: 150px;
  }
  .home-circle.circle-03 {
    right: 198px;
    bottom: 241px;
    width: 99px;
    height: 99px;
  }
  .home-circle.circle-04 {
    right:1px;
    bottom: 11px;
    width: 123px;
    height: 123px;
  }
  
  .random-counter {
    width:538px;
  }
  
  .sec02-contents-02 .main-tit {
      margin-top: 0.6rem;
  }
  
  .sec02-contents-02 {
    height: 787px;
  }
  .sec02-contents-02 .circle-info {
    padding: 4.0rem 0;
  }
  .circle-info ul {
    max-width: 94.0rem;
  }
  
  .diagram-part-02 li {
    width: 18.9rem;
    font-size: 1.8rem;
  }
  .diagram-part-02 li span{
    font-size: 3rem;
  }
  
  .graph-contents-wrap {
    margin-top: 5.2rem;
  }
  
  .key-point-list li p {
    font-size: 1.6rem;
    line-height: 2.4rem;
    padding: 0 15px;
  }
  
  .sec03-contents-02 {
    height: 1040px;
  }
  .sec03-main-txt {
    padding-bottom: 1rem;
  }
  .flex-left-box .main-tit {
    font-size: 4.8rem;
    line-height: 5.8rem;
  }
  .flex-left-box .sub-tit {
    font-size: 2.2rem;
    line-height: 3.0rem;
  }
  .flex-right-box {
    padding: 0; 
  }
  .table-type03 tbody tr:first-child td:first-child {
    font-size: 2.2rem;
  }
  .table-type03 th, .table-type03 td {
    font-size: 1.8rem;
    height: 5.2rem;
  }
  
  .sec03-contents-03 {
    height: 1070px;
  }
  .table-type04-wrap {
    width: 68.2rem;
  }
  .table-type04 th, .table-type04 td {
    font-size: 1.8rem;
  }
  
  .sec03-contents-05 .inner {
    width:90%;
  }
  .sec03-main-txt3 {
    padding-bottom: 4rem;
  }
  .main-menu-wrap {
    margin: 10.7rem 0 11.7rem;
  }
  
  .menu-swiper-wrap .swiper-button-prev {
    left: -69px;
  }
  .menu-swiper-wrap .swiper-button-next {
    right: -69px;
  }
  .sec04-contents-02 {
    height: 705px;
  }
  
  .business-zone ul {
    width: 41.4rem;
  }
  .stamp2 {
    top: -53px;
    right: 79px;
  }
  
  .sec05-contents-02{
    height: 838px;
  }
  .sec05-main-txt .main-tit {
    font-size: 5.5rem;
    line-height: 6.4rem;
  }
  .open-step-wrap li {
    width: 19.6rem;
  }
}

@media (max-width: 1400px) {
  .enter_1400{
    display: block;
  }
  
  .home-circle.circle-02 {
    right: 228px;
    bottom: 202px;
  }
  .home-circle.circle-03 {
    right: 97px;
    bottom: 181px;
  }
  
  .right-img-rolling {
    width: 40%;
  }
  
  .sec02-contents-movie .flex-container {
    gap: 5.0rem;
  }
  
  .table-type03-wrap {
    width: 55.6rem;
  }
  .sec03-contents-02 .flex-left-box .sub-tit {
    font-size: 2.0rem;
    line-height: 2.8rem;
  }
  .sec03-contents-02 .flex-left-box .sub-txt {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  
  .sec03-contents-03 .line-gap {
    margin-bottom: 15px;
  }
  .table-type03 thead th:first-child img {
    width:100%;
  }
  .sec03-contents-03 .flex-left-box .sub-tit {
    line-height: 4rem;
    text-align: center;
  }
  .table-type04-wrap {
      width: 60.2rem;
  }
}

@media (max-width: 1280px) {
  .txt-title-80 {
    font-size: 5.5rem;
    line-height: 6.5rem;
  }
  .sec01-sub-tit {
    font-size: 2.7rem;
  }
  .sec01-sub-tit span {
    font-size: 2.0rem;
  }
  
  .sec02-contents-movie .flex-container{
    gap:0;
    justify-content: space-between;
  }
  .sec02-contents-movie .flex-container > div {
    width:30%;
  }
  .sec02-contents-movie .flex-container video {
    width:100%;
    height: auto;
  }
  
  .key-point-list li .kp-list-sub-tit {
    font-size: 2.2rem;
    line-height: 3.0rem;
  }
  .sec03-contents-03 .flex-left-box .sub-tit .enter_1400 {
    display: none;
  }
  .sec03-contents-06 {
    padding: 5.9rem 0 19.3rem;
    height: 77.6rem;
  }
  .sec03-main-txt2 > div {
    font-size: 6.0rem;
    line-height: 7.5rem;
  }
  .sec03-main-txt2 p {
    font-size: 2.4rem;
  }
  
  .sec03-contents-03 .round-txt {
    border-radius: 6px;
    font-size: 2.0rem;
    line-height: 2.9rem;
    margin-bottom: 0;
  }
  .sec03-contents-03 .round-txt2 {
    border-radius: 6px;
    font-size: 2.0rem;
    line-height: 2.9rem;
    margin-bottom: 0;
  }
  
  .chibob-img-wrap {
    top: 45%;
    width: 809px;
  }
  .chibob-img-wrap img {
    width: 100%;
  }
  .sec04-main-txt .main-tit {
    font-size: 6.0rem;
  }
  .sec04-main-txt p {
    font-size: 2.4rem;
  }
  
  .menu-swiper-wrap .menu-info {
    font-size: 1.8rem;
  }
  
  .sec04-contents-02 .sec04-main-txt .main-tit {
    line-height: 6.5rem;
  }
  .sec05-main-txt .sub-tit {
    font-size: 3.0rem;
    padding-right: 76px;
  }
  .table-type02 tbody td {
    font-size: 1.8rem;
    height: 4.6rem;
  }
  .table-type02 tbody td.point-red {
    font-size: 2.2rem;
  }
  .table-end-txt {
    padding: 1.5rem;
    font-size: 2.4rem;
  }
  
  .sec05-contents-02 .inner {
    width:85%;
    
  }
  
  .open-step-wrap ul {
    width: 52.2rem;
  }
  .open-step-wrap li {
    width: 22.6rem;
    height: 14.3rem;
  }
  .open-step-wrap li::before{
    width: 70px;
    height: 30px;
    border-radius: 0 0 40px 40px;
    padding-top: 0;
    padding-bottom: 4px;
    margin: 0 auto 10px;
    font-size: 1.8rem;
  }
  .open-step-wrap li p {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}

@media (max-width: 1024px) {
  .enter-1024 {
    display: block;
  }
  
  .sec01-contents-01 {
    height: 86vh;
    padding-top: 6.9rem;
  }
    
  .home-circle {
    font-size: 2.0rem;
    line-height: 2.6rem;
  }
  .home-circle.circle-01 {
    right: 322px;
    bottom: -69px;
    width: 128px;
    height: 128px;
  }
  .home-circle.circle-02 {
    right: 176px;
    bottom: 202px;
    width: 133px;
    height: 134px;
  }
  .home-circle.circle-03 {
    right: 57px;
    bottom: 146px;
    width: 90px;
    height: 90px;
  }
  .home-circle.circle-04 {
    right: -17px;
    width: 115px;
    height: 115px;
  }
  .sec01-contents-02 .sec01-main-txt {
    padding: 9.2rem 0 1.7rem;
  }
  .diagram-part-01 {
    padding: 8.9rem 0 9.6rem;
  }
  .diagram-part-01 li {
    font-size: 3rem;
  }
  .stamp {
    width: 70px;
  }
  
  .sec01-contents-03 {
    background-size: cover;
  }
  .hashtag.tag01 {
    left: 18px;
  }
  .hashtag.tag02 {
    left: 169px;
  }
  .hashtag.tag03 {
    right: 9%;
  }
  .hashtag.tag04 {
    right: 2px;
    top: 52%;
  }
  
  .list-box01 ul {
    gap: 6px;
  }
  .list-box01 li {
    width: calc(100% / 4 - 6px);
  }
  .list-box01 li p {
    font-size: 3.8rem;
    line-height: 6.2rem;
  }
  .list-box01 li p span {
    margin-left: 2px;
  }
  .sec02-sub-title {
    padding: 1.1rem 0;
    font-size: 2.2rem;
    line-height: 2.8rem;
    width: 44rem;
    margin-bottom: 1.5rem;
  }
  .sec02-contents-01 .right-flex-box div:first-child {
    font-size: 3.0rem;
    line-height: 3.8rem;
  }

  .sec02-contents-movie .flex-container > div{
    width:48%;
  }
  
  .sec02-contents-02 {
    padding-top: 6.8rem;
  }
  
  .sec02-contents-03 {
    padding-top: 2rem;
  }
  .diagram-part-02 {
    padding: 4.8rem 0 5.1rem;
  }
  .sec02-contents-03 .right-img-rolling {
    display: none;
  }
  .mobile-img-rolling{
    display: flex;
    width:300%;
    /*animation: ani-rolling-line 60s linear infinite;*/
  }
  
  .sec03-contents-02 {
    height: auto;
    padding-bottom: 8.4rem;
  }
  .sec03-contents-02 .flex-container {
    margin-top: 4.2rem;
    flex-direction: column;
    text-align: center;
  }
  .flex-left-box {
    padding-right: 0;
    gap:1.0rem;
    margin-bottom: 3.0rem;
  }
  
  .sec03-contents-02 .flex-left-box .sub-tit br {
    display: none;
  }
  
  .graph-img img {
    width:100%;
  }
  .key-hole p:nth-child(4) {
    padding-top: 4.5rem;
  }
  .kp-list-title {
    font-size: 2.0rem;
    word-break: keep-all;
  }
  .key-point-list li .kp-list-sub-tit {
    font-size: 2.0rem;
    line-height: 2.8rem;
  }
  .key-point-list li:first-child .kp-list-sub-tit br{
    display: none;
  }
  
  .key-point-list li p {
    font-size: 1.4rem;
    line-height: 2.2rem;
    padding: 0 10px;
    word-break: keep-all;
  }
  .key-point-list li p:last-child br {
    display: none;
  }
  
  .key-img-02 {
    width: 7.4rem;
    height: 10.2rem;
    padding-top: 6.2rem;
    background-size: contain;
    background-position: center top;
  }
  .key-point-main {
    font-size: 2.4rem;
    line-height: 10.4rem;
  }
  .key-point-sub {
    font-size: 2.2rem;
  }
  
  .sec03-contents-03 {
    height: auto;
    padding-bottom: 8.4rem;
  }
  .table-type03-wrap:before {
    border: 10px solid #C10C24;
    left: -10px;
    border-width: 0 10px 10px 10px;
  }
  .table-type03-wrap:after {
    border: 10px solid #656565;
    right: -10px;
    border-width: 0 10px 10px 10px;
  }
  .table-type03-wrap {
    width: 49.6rem;
    margin: 0 auto;
  }
  .table-type03 th, .table-type03 td {
    font-size: 1.4rem;
    height: 4.2rem;
  }
  .table-type03 thead th {
    height: 80px;
  }
  .table-type03 tbody tr:first-child td:first-child {
    font-size: 2.0rem;
  }
  .table-type03 tbody tr:first-child td:last-child {
    font-size: 2.0rem;
  }
  .table-type03 tfoot td {
    font-size: 2.4rem;
  }
  .sec03-contents-03 .flex-container {
    margin-top: 4.2rem;
    flex-direction: column;
    text-align: center;
  }
  
  .sec03-contents-03 .flex-left-box .sub-txt {
    font-size: 1.8rem;
    line-height: 2.8rem;
    text-align: center;
  }
  .sec03-contents-03 .flex-left-box .enter_1400 {
    display: none;
  }
  
  .flex-right-box {
      width: 100%;
  }
  
  .table-type04-wrap {
    width: 44.2rem;
    margin: 0 auto;
  }
  .table-type04-wrap:after {
    left: calc(50% - 10px);
    top: -10px;
    border: 10px solid #C10C24;
  }
  .table-type04 th, .table-type04 td {
    font-size: 1.4rem;
  }
  .table-type04 thead th, .table-type04 thead td {
    font-size: 2.4rem;
  }
  
  .sec03-contents-05 {
    padding-bottom: 8.4rem;
    background: url(../img/bg_contents_11_m.jpg) no-repeat center top 44% / cover;
  
  }
  .sec03-contents-05 .flex-container{
    justify-content: center;
    flex-direction: column;
    gap: 90vw;
  }
  .sec03-main-txt3 {
    padding-bottom: 2rem;
    background: none;
  }
  .main-menu-wrap{
    margin: 3.7rem 0 6.7rem;
  }
  .main-menu-wrap .menu-title {
    font-size: 4rem;
    line-height: 4.8rem;
  }
  .main-menu-wrap .menu-title br {
    display: none;
  }
  .left-menu {
    text-align: center;
  }
  .right-menu {
    text-align: center;
    position: relative;
  }
  .right-menu-txt-box{
    position: absolute;
    left: 50%;
    transform: translate(-50%, -96%);
    width: 100%;
  }

  .main-menu-wrap p {
    font-size: 1.6rem;
    line-height: 2.0rem;
    padding: 0.8rem 1.7rem;
  }
  .main-menu-wrap .menu-txt {
    font-size: 1.6rem;
    line-height: 2.0rem;
  }
  
  .sec04-contents-01 {
    padding: 6.0rem 0 8.4rem;
  }
  .sec04-contents-02 {
    height: 588px;
    background-position: 40% 38%;
    background-size: 526px;
  }
  .business-zone ul {
    width: 36.4rem;
  }
  .stamp2 {
    width: 136px;
    height: 129px;
    top: -35px;
    right: 41px;
  }
  .table-type02-wrap {
    margin-top: 0.3rem
  }
  
  
  .sec05-contents-02 .flex-container {
    flex-direction: column;
  }
  .sec05-contents-02 .sec05-main-txt .main-tit {
    margin-bottom: 2rem;
  }
  .sec05-contents-02 .sec05-main-txt .main-tit br{
    display: none;
  }
  .open-step-wrap ul {
    width: 100%;
    justify-content: flex-start;
    margin-top: 3.0rem;
  }
}




@media (max-width: 860px) {
  .enter-860 {
    display: block;
  }
  
  .sec03-contents-01 {
    background-color: #000;
    background-position: left bottom;
  }

  .graph-contents-wrap {
    flex-wrap: nowrap;
    /*flex-direction: column;*/
    position: relative;
    padding-bottom: 5.5rem;
    padding-top: 34.0rem;
  }
  .key-hole {
    position: absolute;
    top:0;
    left:50%;
    transform: translateX(-50%);
    width: 26.2rem;
    height: 34rem;
    background-position: center top;
    background-size:100% auto;
    padding-top: 4.8rem;
    font-size: 1.6rem;
    line-height: 2.1rem;
  }
  .key-hole p:nth-child(2) {
    font-size: 1.8rem;
    line-height: 2.2rem;
    padding-top: 1.8rem;
  }
  .key-hole p:nth-child(3) {
    font-size: 3.0rem;
    line-height: 3.6rem;
  }
  .key-hole p:nth-child(3) br{
    display: none;
  }
  
  .graph-left, .graph-right {
    text-align: center;
    width:100%;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    padding-top: 28px;
  }
  
  .graph-title {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
  .graph-left .graph-title {
    padding-left: 2.7rem;
    background-size: 2.1rem auto;
  }
  .graph-right .graph-title {
    padding-right: 3.8rem;
    background-size: 3.1rem auto;
  }
  
  .graph-img {
    text-align: left;
    width:80%;
  }
  .graph-img img{
    width:100%;
    max-width: fit-content;
  }

  .bar-chart {
    margin-bottom: 0;
  }
  .key-point-list {
    top: 0;
    margin-bottom:0;
  }
  .key-point-list ul {
    flex-wrap: wrap;
    gap: 4.0rem 1.0rem;
    height: auto;
  }
  .key-point-list li {
    width: calc(50% - 5px);
    height: auto;
  }
  .key-point-list li:first-child .kp-list-sub-tit br {
    display: block;
  }
  .key-point-list li:nth-child(3):after {
    content: "";
    width:100%;
    height: 29.7rem;
    background-color: #fff;
    display: block;
  }
  .key-point-list li p {
    padding-bottom: 1.5rem;
  }
  
  .diagram-part-03 li .in-txt img {
    width:80%;
    max-width: fit-content;
  }
  
}

/* 세로형 그래프 (모바일용) */
@media (max-width: 768px) {
  .sec01-contents-01 {
    margin-bottom: 0;
    height: 68.8rem;
    background:#151515  url(../img/bg_contents_01_m.jpg) center bottom;
    background-size:100%;
  
    align-items: flex-start;
    padding-top: 8.0rem;
    text-align:center;
  }
  
  .sec01-main-txt br {
    display: none;
  }
  .sec01-main-txt {
    margin: 2.0rem 0 2rem;
  }
  .sec01-sub-tit {
    font-size: 2.4rem;
    line-height: 4.3rem;
  }
  .sec01-sub-tit span {
    font-size: 2.0rem;
    line-height: 4.3rem;
  }
  .home-circle-wrap{
    position: relative;
    height: 22.0rem;
    margin-top:4.1rem;
    
  }
  .home-circle {
    animation-play-state: paused;
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .home-circle.circle-01 {
    right: auto;
    left: 31px;
    bottom: 0;
    width: 72px;
    height: 72px;
  }
  .home-circle.circle-02 {
    left: 72px;
    right: auto;
    top:0;
    bottom: auto;
    width: 88px;
    height: 88px;
  }
  .home-circle.circle-03 {
    left:190px;
    right: auto;
    top:19px;
    bottom: auto;
    width: 55px;
    height: 55px;
  }
  .home-circle.circle-04 {
    right: 29px;
    top:69px;
    bottom: auto;
    width: 72px;
    height: 72px;
  }
  
  .sec05-contents-02 {
    height: 938px;
  }
  .review-contents {
    padding-top: 4.6rem;
    padding-bottom: 4.6rem;
    height: auto;
    text-align: center;
  }
    
  .review-contents .review-sub-tit {
    margin: 1.6rem 0;
    font-size: 1.5rem;
  }
  .review-box-wrap {
    position: relative;
    width: 100%;
    top: 0;
    transform: unset;
    margin: 3.0rem 0 2.0rem;
  }
  
  
  /*그래프 관련*/
  .bar-chart {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    gap: 10px;
  }
  .bar {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 21.0rem;
  }
  .left-direction .bar, .right-direction .bar {
    flex-direction: column;
  }
  .bar-fill-wrapper {
    height: 120px;
    width: 30px;
    background-color: transparent;
    position: relative;
  }
  .bar-fill {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0;
    transition: height 1.5s ease;
    text-align: center;
    font-size: 12px;
    padding-bottom: 4px;
  }
  .bar-label {
    margin-top: 6px;
    font-size: 14px;
    text-align: center;
  }
  .graph-img {
    text-align: center;
  }
}

/* 데스크탑용 공통 막대 설정 */
.bar-fill {
  transition: width 1.5s ease;
}





@media (max-width: 768px) {
  .pc-view {
    display: none !important;
  }
  .m-view {
    display: block;
  }
  .enter-650 {
    display: block;
  }
  .txt-title-20 {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .txt-title-28 {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .txt-title-31 {
    font-size: 1.8rem;
  }
  .txt-title-52 {
    font-size: 3.4rem;
    line-height: 3.8rem;
  }
  .txt-title-70 {
    font-size: 3.4rem;
    line-height: 3.8rem;
  }
  .txt-title-80 {
    font-size: 3.4rem;
    line-height: 3.8rem;
  }
  .txt-title-112 {
    font-size: 4.6rem;
    line-height: 7.8rem;
  }
  
  
  
  .rolling-line-wrap {
    width: 240%;
  }
  
  
  .sec01-contents-02 .sec01-main-txt {
    padding: 6.0rem 0 1.5rem;
  }
  .diagram-part-01 {
    padding: 3.9rem 0 6.5rem;
  }
  .diagram-part-01 ul {
    flex-wrap: wrap;
    gap: 0.7rem;
  }
  .diagram-part-01 li {
    width: calc(100% / 3 - 0.7rem);
    margin-bottom: 4.0rem;
    font-size: 1.4rem;
    transform: scale(1);
  }
  .stamp {
    width: 49px;
    right: 0;
    top:-13px;
  }
  
  .sec01-contents-03 {
    background-position: 20% center;
  }
  
  .circle-contents {
    width: 25.0rem;
  }
  .hashtag {
    font-size: 1.4rem;
    line-height: 2.0rem;
    width: 14.9rem;
  }
  .hashtag.tag01 {
    left: 0;
    top: 23px;
  }
  .hashtag.tag02 {
    left: auto;
    right:0;
    top: -40px;
  }
  .hashtag.tag03 {
    left: 0;
    top: auto;
    bottom: 55px;
  }
  .hashtag.tag04 {
    left: auto;
    right: 0;
    top:auto;
    bottom: 23px;
  }
  
  .sec02-contents-01 {
    padding-top: 5.4rem;
  }
  .random-counter {
    width: 254px;
    letter-spacing: -2.0px;
  }
  .sec02-contents-01 .txt-title-112 {
    font-size: 4.6rem;
    line-height: 3.9rem;
  }
  .sec02-contents-01 .left-flex-box{
    width: 100%;
  }
  .sec02-contents-01 .left-flex-box p {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .sec02-sub-title {
    font-size: 1.4rem;
    line-height: 2.4rem;
    width: 100%;
    padding: 0.7rem 0;
  }
   .sec02-contents-01 .flex-container {
    gap: 1.6rem;
    flex-direction: column;
  }

  .sec02-contents-01 .right-flex-box {
    text-align: center;
    padding: 0;
    border:0;
    gap: 1.4rem;
    font-size: 5.8rem;
    line-height: 9.0rem;
  }
  .sec02-contents-01 .right-flex-box div:first-child {
    font-size: 2.0rem;
    line-height: 2.5rem;
  }
  .sec02-contents-01 p.info-txt{
    font-size:1.2rem;
    color:#000;
  }
  .sec02-contents-01 p.info-txt span {
    background-color: #C10C24;
    color:#fff;
  }
  
  .sec02-contents-02 {
    height: auto;
    padding-bottom: 8.4rem;
  }
  .sec02-contents-02 .main-tit {
    letter-spacing: -1.5px;
  }
    
  .sec02-contents-03 {
    padding-top: 1rem;
  }
  .diagram-part-02 {
    padding: 4.8rem 0 6.1rem;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 12px;
  }
  .diagram-part-02 li {
    font-size: 1.4rem;
    width: 43%;
  }
  .diagram-part-02 li span {
    font-size: 2.0rem;
  }
  
  .list-box01 ul {
    width:100%;
    gap : 12px;
    flex-wrap: wrap;
  }
  .list-box01 li {
    width: calc(100% / 2 - 6px);
    border-radius: 0;
  }
  .list-box01 li div {
    font-size: 1.2rem;
    padding: 0.6rem 0 0.5rem;
  }
  .list-box01 li:nth-child(even) {
    background-color: #C10C24;
    color:#fff;
  }
  .list-box01 li:nth-child(2),.list-box01 li:nth-child(3) {
    background-color: #FDD000;
    color:#000;
  }
  .list-box01 li:nth-child(even) p{
    border-top:1px solid #fff;
  }
  .list-box01 li:nth-child(2) p, .list-box01 li:nth-child(3) p{
    border-top:1px solid #000;
  }
  .list-box01 li p {
    font-size: 2.4rem;
    line-height: 4.8rem;
  }
  .list-box01 li p span {
    font-size: 1.2rem;
  }

 
  /*
  .circle-info ul {
    flex-direction: column;
    align-items: center;
  }
  .circle-info li {
    width: 80%;
    margin-bottom: 2.0rem;
  }
  */
  .circle-info ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }
  .circle-info li {
    width: 43%;
  }
  .circle-info li span {
    font-size: 2.4rem;
  }
  

  .rolling-line {
    width: 200%;
  }

  .sec02-main-txt {
    text-align: center;
      
  }
  .sec02-contents-03 .txt-title-20{
    text-align: center;
  }
  
  .graph-left, .graph-right {
    padding-top: 0;
  }
  .graph-img {
    margin-top: -3.0rem;
  }
  .kp-list-title {
    font-size: 1.4rem;
    top: -14px;
  }
  .kp-list-title:before {
    width: 40px;
    height: 40px;
    background-size: 10px;
  }
  .key-point-list:after {
    width: 80%;
    height: 31vw;
    position: relative;
    left: 50%;
    bottom: 2.0rem;
    margin-bottom: -2.0rem;
  }
  .key-point-list ul {
    gap: 2rem 1.0rem;
  }
  .key-point-list li .kp-list-sub-tit {
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin-bottom: 0;
  }
  .key-point-list li p {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .key-point-list li p:nth-child(3) {
    padding: 0 5px 3.0rem;
    letter-spacing: -0.5px;
  }
  
  .key-point-list li:nth-child(2) br {
    display: none;
  }
  .key-point-list li:nth-child(3):after {
    height: 0;
  }
  
  .sec03-contents-02 {
    height: auto;
    padding-bottom: 4.0rem;
  }

  .key-point-sub {
    font-size: 1.4rem;
    line-height: 1.8rem;
    padding-bottom: 0;
    border-bottom: 1px solid #fdd000;
  }
  .key-point-main {
    font-size: 1.4rem;
    line-height: 3.1rem;
    letter-spacing: 0;
  }
  .key-img-01 {
    background-size: 2.0rem;
    height: 3.1rem;
    padding-left: 2.4rem;
    line-height: 3.4rem;
  }
  .key-img-01 span img {
    width:23px;
    margin-right: 5px;
  }
  .key-img-02{
    width: 4.7rem;
    height: 6.5rem;
    padding-top: 3.4rem;
    margin: 0 auto 0.7rem;
  }

  .flex-left-box .main-tit {
    font-size: 2.8rem;
    line-height: 3.3rem;
    text-align: center;
  }
  .flex-left-box {
    gap: 20px;
    padding-right: 0;
  }
  .sec03-contents-02 .flex-left-box .sub-tit {
    font-size: 1.4rem;
    line-height: 2.2rem;
    text-align: center;
  }
  .sec03-contents-02 .flex-left-box .sub-txt {
    font-size: 1.2rem;
    line-height: 1.8rem;
    text-align: center;
  }
  .table-type03-wrap{
    width: 100%;
    margin: 3.0rem 0 0;
  }
  .table-type03-wrap:before {
    border: 5px solid #C10C24;
    left: -5px;
    border-width: 0 5px 5px 5px;
  }
  .table-type03-wrap:after {
    border: 5px solid #656565;
    right: -5px;
    border-width: 0 5px 5px 5px;
  }
  .table-type03 thead th {
    height: 41px;
    font-size: 1.6rem;
  }
  .table-type03 thead th:first-child img {
    width: 86%;
  }
  .table-type03 th, .table-type03 td {
    font-size: 1.2rem;
    height: 3.2rem;
  }
  .table-type03 tbody tr:first-child td:first-child {
    font-size: 1.6rem;
  }
  .table-type03 tbody tr:first-child td:last-child {
    font-size: 1.6rem;
  }
  .table-type03 tfoot td {
    font-size: 1.6rem;
    height: 3.4rem;
  }
  .table-type03 tfoot th {
    font-size: 1.6rem;
    height: 3.4rem;
  }
  .table-refer-txt {
    font-size: 1.0rem;
    margin-top: 0.5rem;
  }
  
  .point-box-wrap {
    padding: 2.0rem 1.5rem;
    border-radius: 0;
  }
  .sec03-contents-02 .point-box-wrap {
    margin-top: 2.8rem;
  }
  .point-box-wrap p {
    margin-top: 1rem;
  }  
  .point-box-wrap > div {
    font-size: 2.4rem;
    line-height: 3rem;
  }
  
  .sec03-contents-03 {
    height: auto;
    padding-bottom: 8.4rem;
  }
  .sec03-contents-03 .flex-container {
    margin-top: 2.4rem;
    justify-content: center;
  }
  .sec03-contents-03 .round-txt, .sec03-contents-03 .round-txt2 {
    border-radius: 20px;
    font-size: 1.4rem;
    line-height: 2.4rem;
  }

  .flex-left-box .sub-tit {
    font-size: 1.4rem;
  }
  .sec03-contents-03 .flex-left-box .sub-tit {
    font-size: 1.4rem;
    line-height: 3rem;
  }
  .sec03-contents-03 .flex-left-box .sub-txt {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .table-type04-wrap .enter-1024 {
    display: none;
  }
  .table-type04-wrap:after {
    left: calc(50% - 5px);
    top: -5px;
    border: 5px solid #C10C24;
  }
  .table-type04 th, .table-type04 td {
    height: 2.2rem;
    font-size: 1.2rem;
  }
  .table-type04 th span, .table-type04 td span{
    font-size: 0.8rem;
  }
  .table-type04 thead th, .table-type04 thead td {
    font-size: 1.6rem;
  }
  .table-type04 tfoot th {
    font-size: 1.6rem;
    height: 3.4rem;
  }
  .table-type04 tfoot td {
    font-size: 1.6rem;
    height: 3.4rem;
    border-bottom: 0;
  }
  .sec03-contents-03 .point-box-wrap {
    margin-top: 2.8rem;
  }
  
  .diagram-part-03 {
    flex-wrap: wrap;
    justify-content: center;
    padding: 2.0rem 0 3.0rem;
  }
  .diagram-part-03 li {
    width: 65%;
    margin-bottom: -1.0rem;
    margin-left: 0;
    margin-right: auto;
  }
  .diagram-part-03 li:nth-child(even) {
    margin-left: auto;
    margin-right: 0;
  }
  .diagram-part-03 li .in-txt img {
    width: 60%;
  }
  
  .sec03-contents-05 {
    background-position:center top 55%;
  }
  .sec03-contents-05 .flex-container{
    gap: 75vw;
  }
  .sec03-contents-05 .point-box-wrap {
    box-shadow: 3px 3px 5px 0px rgba(150, 150, 150, 0.2);
  }
  
  .main-menu-wrap {
    margin: 0 0 2.3rem;;
  }
  .main-menu-wrap .menu-title {
    font-size: 2.8rem;
    line-height: 3.3rem;
    margin: 1.5rem 0 1.3rem;
  }
  .main-menu-wrap p {
    font-size: 1.2rem;
    line-height: 2.0rem;
    padding: 0 1.7rem;
  }
  .main-menu-wrap .menu-txt {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .right-menu-txt-box {
    position: relative;
    left: 0;
    transform: translate(0,0);
  }
  
  .sec03-contents-06 {
    padding: 5.8rem 0 15.4rem;
    height: auto;
  }
  .sec03-main-txt2 > div {
    font-size: 3rem;
    line-height: 4.5rem;
  }
  .sec03-main-txt2 p {
    font-size: 1.2rem;
  }
  .chibob-img-wrap {
    top:51%;
    width: 100%;
    text-align: center;
  }
  .chibob-img-wrap img {
    width: 90%;
  }
  .chibab-review-wrap {
    margin-top: 6.2rem;
  }
  .chibab-review-wrap > div {
    width: 318.0rem;
  }
  .chibab-review-wrap ul {
    width: 159rem;
  }
  .chibab-review-wrap li {
    width: 9.6rem;
    height: 15.5rem;
    margin-right: 1.0rem;
  }
  .chibob-txt-wrap {
    width: 7.8rem;
    height: 7.8rem;
  }
  .chibob-txt-wrap.txt-01 {
    left: 30px;
    bottom: -19px;
  }
  .chibob-txt-wrap.txt-02 {
    right: 40px;
    top: -20px;
  }
  .chibob-txt {
    font-size: 1.2rem;
    line-height: 1.8rem;
    width: 7rem;
    height: 7rem;
  }
  .chibob-txt span {
    font-size: 1.6rem;
  }
    
  .sec04-main-txt .main-tit {
    font-size: 3.0rem;
    line-height: 4.0rem;
  }
  .sec04-main-txt p {
    font-size: 1.2rem;
  }
  .table-type04-wrap {
    width: 100%;
    margin-top: 3.0rem;
  }
    
  .menu-swiper-wrap {
    padding: 2rem 0 2.7rem;
    width: 84%;
  }

  .menu-swiper-tit {
    font-size: 2.6rem;
    line-height: 5.2rem;
    margin-bottom: 1rem;
    text-align: center;
  }
  .menu-swiper-wrap .tab-menu li {
    font-size: 1.4rem;
    line-height: 2.2rem;
    padding: 0 1.2rem;
    border-radius: 1.5rem;
  }
  .menu-swiper-tit .tab-menu {
    position: relative;
    margin: 10px 0 10px;
  }
  .menu-swiper-tit .tab-menu ul {
    gap: 1.0rem;
    justify-content: space-between;
  }
  
  .menu-swiper-wrap .menu-info {
    font-size: 1.2rem;
  }
  .menu-swiper-wrap .swiper-button-prev {
    left: -40px;
  }
  .menu-swiper-wrap .swiper-button-next {
    right: -40px;
  }
  .menu-swiper-wrap .swiper-button-next, .menu-swiper-wrap .swiper-button-prev {
    width: 23px !important;
    height: 23px;
  }
  
  .sec04-contents-02 {
    height: auto;
    background-position: right -75px top 20px;
    background-size: 320px;
    padding: 5.5rem 0;
  }
  .sec04-contents-02 .flex-container {
    justify-content: center;
  }
  .sec04-contents-02 .sec04-main-txt  > div {
    font-size:1.2rem;
    line-height: 1.8rem;
  }
  .sec04-contents-02 .sec04-main-txt .main-tit {
    font-size: 3.4rem;
    line-height: 3.8rem;
    margin: 1.3rem 0 1.7rem;
  }
  
  .sec04-contents-02 .sec04-main-txt, .sec04-contents-02 .sec04-main-txt .main-tit, .sec04-contents-02 .sec04-main-txt p {
    text-align: center;
  }

  .business-zone ul {
    width: 100%;
    margin-top: 2.4rem;
  }
  .sec05-main-txt .main-tit {
    font-size: 3.4rem;
  }
  .sec05-contents-01 {
    padding: 4.8rem 0 8.4rem;
  }
  .sec05-contents-01 .sec05-main-txt {
    text-align: center;
  }
  .sec05-main-txt .sub-tit {
    font-size: 1.5rem;
    line-height: 2.1rem;
    padding-right: 5.2rem;
    display: inline-block;
    text-align: left;
  }
  .stamp2 {
    width: 52px;
    height: 52px;
    top: -5px;
    right: -7px;
  }
  .table-type02-wrap {
    margin-top: 2.3rem;
  }
  
  .table-type02 th {
    font-size: 1.2rem;
    height: 2.8rem;
  }
  .table-type02 tbody td {
    font-size: 1.0rem;
    height: 2.8rem;
    padding: 1.0rem;
    word-break: keep-all;
  }
  .table-type02 tbody td.point-red {
    font-size: 1.6rem;
  }
  .table-end-txt {
    padding: 1.2rem;
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  .sec05-contents-02{
    height: auto;
    padding-top: 3.4rem;
    padding-bottom: 11.4rem;
  }
  .sec05-contents-02 .sec05-main-txt .main-tit {
    font-size: 2.8rem;
    line-height: 3.3rem;
    text-align: center;
  }
  .sec05-main-txt .sub-txt {
    font-size: 1.2rem;
    line-height: 1.6rem;
    text-align: center;
  }

  .open-step-wrap ul {
    justify-content: space-between;
  }
  .open-step-wrap li {
    width: 47%;
    font-size: 1.2rem;
    height: 9.6rem;
  }
  .open-step-wrap li::before {
    width: 4.6rem;
    height: 2.0rem;
    font-size: 1.0rem;
    line-height: 2.0rem;
    padding-bottom: 0.3rem;
    margin-bottom:0.8rem;
  }
  .open-step-wrap li p {
    font-size: 1.0rem;
    line-height: 1.4rem;
    margin-top: 0.6rem;
  }
    

}






