
/* ==================================== section 공통 ==================================== */
@font-face {
  font-family: 'Pretendard-Regular';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'GmarketSans';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
  font-weight: 500;
}
@font-face {
  font-family: 'GmarketSans';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
  font-weight: 700;
}


:root {
  --primary-color: #FF4713;
  --text-color: #232323;
  --Pretendard: 'Pretendard-Regular', sans-serif;
  --gmarket-sans: 'GmarketSans', sans-serif;
  --swiper-navigation-color: #fff; 
  --swiper-pagination-color: #fff
}
.container_inner {
  width: 100%;
  background: #ffffff;
}
.container_inner .content {
  width: 1400px;
  margin: 0 100px;
}
.container_inner > section {
  overflow: hidden;
  display: flex;
  justify-content: center;
  width: 100%;
  font-family: var(--gmarket-sans);
  font-weight: 700;
}
.container_inner > section p {
  line-height: 100%;
  letter-spacing: -1px;
  margin: 0;
  font-size: 29px;
  color: var(--text-color);
}
.container_inner > section em {
  font-style: normal;
  font-weight: 500;
}
.container_inner > section .text_basic {
  line-height: 38px;
  font-family: var(--Pretendard);
  font-weight: 400;
}

/* 상단으로 이동 버튼 */
.to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 60px;
  height: 60px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.to-top.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.to-top img {
  display: block;
  width: 100%;
  max-width: 40px;
}
/* ==================================== section 1 ==================================== */
.container_inner .r-wrap001 {
  position: relative;
}
.container_inner .r-wrap001 .bg::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 0,
    rgba(255, 255, 255, 1) 25%,
    rgba(255, 255, 255, 0) 100%
  );
}
.container_inner .r-wrap001 .bg {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  width:100%;
  max-width: 1920px;
  height: 100%;
}
.container_inner .r-wrap001 .bg .store {
  margin-left: auto;
  padding: 1px 0;
}
.container_inner .r-wrap001 .text_01 {
  position: relative;
  display: inline-block;
  margin: 245px 0 254px;
}
.container_inner .r-wrap001 .text_01 .year {
  position: relative;
  display: inline-block;
  margin: 0 0 31px;
  font-size: 49px;
  color: var(--primary-color);
  /* transform-origin: 0 20%;
  transform: rotateX(90deg) translateY(100%);
  opacity: 0;
  animation: flipIn 0.5s linear forwards; */
}
.container_inner .r-wrap001 .text_01 .year::before {
  content: "";
  position: absolute;
  display:inline-block;
  top: -20px;
  right: 23px;
  width: 88px;
  height: 8px;
  background: url('../images/renewal/emphasis.png') 100% center;
}
.container_inner .r-wrap001 .text_01 .ci {
  width: 385px;
}
.container_inner .r-wrap001 .text_01 .ci img {
  width: 100%;
}
.container_inner .r-wrap001 .text_01 .guide {
  margin-top: 28px;
}
.container_inner .r-wrap001 .text_01 .guide .guide_01 {
  margin: 29px 0 0;
  font-size: 45px;
  color: var(--text-color);
}
.container_inner .r-wrap001 .text_01 .guide .guide_02 {
  margin: 13px 0 23px;
  font-size: 32px;
  font-weight: 400;
  font-family: var(--Pretendard);
  color: var(--primary-color);
  em {
    font-weight: 700;
  }
}
.container_inner .r-wrap001 .text_01 .btn a {
  display: inline-block;
  padding: 11px 28px 11px 15px;
  background: var(--primary-color);
  border-radius: 0 40px 40px 0;
  color: #fff;
  font-family: var(--Pretendard);
  font-size: 25px;
  font-weight: 500;
  text-decoration: none;
  span {
    margin-right: 39px;
  }
}

.wave-text {
  display: inline-block;
}

.wave-text span {
  display: inline-block;
  animation: waveUpDown 2s ease-in-out infinite;
  animation-delay: calc(var(--i) * 0.2s);
}

@keyframes waveUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

/* ==================================== section 2 ==================================== */
.container_inner .r-wrap002 {
  padding: 154px 0 148px;
}
.container_inner .r-wrap002 .content {
  display: flex;
  align-items: center;
}
.container_inner .r-wrap002 .content .is-mobile {
  display: none;
  width: 90%;
  max-width: 500px;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.container_inner .r-wrap002 .content .video {
  position: relative;
}
.container_inner .r-wrap002 .content .video video {
  width: 700px;
}
.container_inner .r-wrap002 .content button {
  position: absolute;
  bottom: 8px;
  right: 3px;
  display: flex;
  align-items: center;
  width: fit-content;
  font-size: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 2px 5px;
  background: #fff;
}
.container_inner .r-wrap002 .content .text {
  margin-left: 87px;
}
.container_inner .r-wrap002 .content .text .half-circle {
  margin: 0 0 15px 9px;
}
.container_inner .r-wrap002 .content .text .text_01 {
  margin-bottom: 12px;
  font-size: 41px;
}
.container_inner .r-wrap002 .content .text .text_02 {
  margin-bottom: 23px;
  font-size: 57px;
  color: var(--primary-color);
}
.container_inner .r-wrap002 .content .text .text_03 {
  position: relative;
  margin: 40px 0 10px;
  font-size: 29px;
  font-weight: 400;
  em {
    font-weight: 700;
    color: var(--primary-color);
  }
}
.container_inner .r-wrap002 .content .text .text_04 {
  line-height: 1.3;
  margin-top: 40px;
  font-size: 41px;
  em {
    font-weight: 700;
    color: var(--primary-color);
  }
}

/* .container_inner .r-wrap002 .content .text .text_03::before {
  content:'';
  display: inline-block;
  position: absolute;
  top: -34px;
  left: 0;
  height: 11px;
  width: 72px;
  background: var(--primary-color);
} */

/* ==================================== section 3 ==================================== */
.container_inner .r-wrap003 {
  padding: 135px 0 90px;
  position: relative;
  z-index: 0;
}
.container_inner .r-wrap003 .bg {
  position: absolute;
  top:0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}
.container_inner .r-wrap003 .bg img {
  height: 100%;
  width: 100%;
}
.container_inner .r-wrap003 .content {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.container_inner .r-wrap003 .content p {
  text-align: center;
}
.container_inner .r-wrap003 .content .text_01 {
  position: relative;
}
.container_inner .r-wrap003 .content .text_01::before {
  content: '';
  position: absolute;
  top: -65px;
  left: 50%;
  transform: translateX(-50%);
  display:inline-block;
  width: 360px;
  height: 37px;
  background: url('../images/renewal/introduce.png');
}
.container_inner .r-wrap003 .content .text_01 {
  margin-bottom: 24px;
  font-size: 57px;
  color: var(--primary-color);
}
.container_inner .r-wrap003 .content .image {
  text-align:center;
}
.container_inner .r-wrap003 .content .text_02 {
  margin-bottom: 37px;
  line-height: 42px;
  font-weight: 400;
  font-size: 35px;
}
.container_inner .r-wrap003 .content .text_03 {
  width: fit-content;
  padding: 25px 54px;
  line-height: 38px;
  margin-bottom: 37px;
  background: #7F695B;
  border-radius: 19px;
  font-weight: 400;
  font-family: var(--Pretendard);
  font-size: 29px;
  color: #ffffff;
}

/* ==================================== section 4 ==================================== */
.container_inner .r-wrap004 {
  position: relative;
  height: 258px;
  overflow: hidden;
}

.container_inner .r-wrap004 .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300%;
  background: url('../images/renewal/breads.jpg') center center / cover no-repeat;
  will-change: transform;
  transform: translateY(0); /* 기본 위치 */
  transition: transform 0.1s ease-out;
  z-index: 0;
}
/* ==================================== section 5 ==================================== */
.container_inner .r-wrap005 {
  padding: 247px 0 126px 0;
}
.container_inner .r-wrap005 .guide {
  display: flex;
  margin-bottom: 115px;
  
}
.container_inner .r-wrap005 .guide .text {
  position: relative;
  margin-right: 44px;
}
.container_inner .r-wrap005 .guide .text .text_01 {
  margin-top: 59px;
  font-weight: 400;
}
.container_inner .r-wrap005 .guide .text .animation {
  position: absolute;
  top: -60px;
  width: 100%;
}
.container_inner .r-wrap005 .guide .text .animation img {
  opacity: 0.3;
  animation: fade-in-circle 2.5s infinite;
}
.container_inner .r-wrap005 .guide .text .animation .top {
  display: flex;
  justify-content: space-between;
  width: 160px;
  padding: 0 28px;
  margin-bottom: 5px;
}
.container_inner .r-wrap005 .guide .text .animation .top img:nth-child(1) {
  animation-delay: 0s;
}
.container_inner .r-wrap005 .guide .text .animation .top img:nth-child(2) {
  animation-delay: 0.5s;
}
.container_inner .r-wrap005 .guide .text .animation .bottom {
  display: flex;
  justify-content: space-between;
  width: 160px;
}
.container_inner .r-wrap005 .guide .text .animation .bottom img:nth-child(3) {
  animation-delay: 1s;
}
.container_inner .r-wrap005 .guide .text .animation .bottom img:nth-child(2) {
  animation-delay: 1.5s;
}
.container_inner .r-wrap005 .guide .text .animation .bottom img:nth-child(1) {
  animation-delay: 2s;
}
@keyframes fade-in-circle {
  0%   { opacity: 1;  }
  19.99% { opacity: 1; }
  20%  { opacity: 0.3; }
  100% { opacity: 0.3; }
}
.container_inner .r-wrap005 .guide .text .text_01  {
  line-height: 43px;
  margin-bottom: 10px;
  font-size: 38px;
}
.container_inner .r-wrap005 .guide .text .text_02  {
  margin-bottom: 27px;
  font-size: 60px;
  color: var(--primary-color);
}
.container_inner .r-wrap005 .guide .text .text_basic  {
  line-height: 47px;
  em {
    font-weight: 600;
    color: var(--primary-color);
  }
}
.container_inner .r-wrap005 .guide .image {
  max-width: 700px;
}
.container_inner .r-wrap005 .type {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.container_inner .r-wrap005 .type .type_wrap {
  display: flex;
}
.container_inner .r-wrap005 .type .type_wrap + .type_wrap .item:last-child {
  margin-right: 0;
}
.container_inner .r-wrap005 .type .item {
  overflow: hidden;
  position: relative;
  width: 245px;
  height: 245px;
  margin-right: 19px;
  border-radius: 50%;
  box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.25);
}
.container_inner .r-wrap005 .type .item:hover .info  {
  opacity: 1;
}
.container_inner .r-wrap005 .type .item .image {
  overflow: hidden;
}
.container_inner .r-wrap005 .type .item .image img {
  width: 245px;
  height: 245px;
}
.container_inner .r-wrap005 .type .item .info {
  position: absolute;
  top: 0;
  right:0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 245px;
  height: 245px;
  background: rgba(58, 58, 58, 0.8);
  border-radius: 50%;
  opacity:0;
  transition: opacity 0.3s;
}
.container_inner .r-wrap005 .type .item .info .first_line {
  line-height: 30px;
  font-size: 30px;
  color: #ffffff;
}
.container_inner .r-wrap005 .type .item .info .second_line {
  line-height: 30px;
  font-size: 23px;
  font-weight: 400;
  color: #ffffff;
}
/* ==================================== section 6  ==================================== */
.container_inner .r-wrap006 {
  padding: 20px 0;
  border-top: 12px solid var(--primary-color);
  border-bottom: 12px solid var(--primary-color);
}
.container_inner .r-wrap006 .rolling-track {
  display: flex;
  animation: rolling 50s linear infinite;
}

.container_inner .r-wrap006 .rolling-track ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.container_inner .r-wrap006 .rolling-track li img {
  min-width: 4017px;
  margin-right: 80px;
}

@keyframes rolling {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* ==================================== section  ==================================== */
.container_inner .r-wrap007 {
  flex-flow: column;
  align-items: center;
  padding-top: 245px;
}
.container_inner .r-wrap007 .content {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.container_inner .r-wrap007 .content .graph {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 14px;
}
.container_inner .r-wrap007 .content .graph img {
  margin-right: 14px;
}
.container_inner .r-wrap007 .content .graph img:last-child {
  margin-right: 0;
}
.container_inner .r-wrap007 .content .text_01 {
  line-height: 43px;
  margin-bottom: 17px;
  font-size: 38px;
  font-weight: 400;
}
.container_inner .r-wrap007 .content .text_01 em {
  color: var(--primary-color);
}
.container_inner .r-wrap007 .content .text_02 {
  margin-bottom: 36px;
  font-weight: 700;
  font-size: 60px;
  color: var(--primary-color);
}
.container_inner .r-wrap007 .content .text_03 {
  line-height: 47px;
  padding: 20px 77px;
  margin-bottom: 36px;
  background:rgba(255, 247, 245, 1);
  border-radius: 20px;
  text-align: center;
  font-family:var(--Pretendard);
  font-weight: 400;
  font-size: 30px;
}
.container_inner .r-wrap007 .content .text_03 em {
  font-weight: 600;
  font-size: 36px;
  color: var(--primary-color);
}
.container_inner .r-wrap007 .content .text_04 {
  margin-bottom: 49px;
  font-size: 60px;
  color: var(--primary-color);
}
.container_inner .r-wrap007 .content .compare {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 398px;
}
.container_inner .r-wrap007 .content .compare .text {
  line-height:47px;
  padding: 25px 85px 15px;
  background: rgba(247, 246, 243, 1);
  border-radius: 20px;
  font-weight: 400;
  font-size: 34px;
  text-align: center;
  em {
    color: var(--primary-color);
    font-weight: 700;
  }
}
.container_inner .r-wrap007 .content .compare img {
  margin: 0 58px;
}
.container_inner .r-wrap007 .compare_img {
  position: relative;
  width: 100%;
}
.container_inner .r-wrap007 .compare_img .image {
  position: absolute;
  left: 50%;
}
.container_inner .r-wrap007 .compare_img .image_01 {
  bottom: 280px;
  width: 200px;
  transform: translateX(calc(-50% - 490px));
}
.container_inner .r-wrap007 .compare_img .image_02 {
  bottom: 150px;
  transform: translateX(calc(-50% - 295px));
}
.container_inner .r-wrap007 .compare_img .image_03 {
  bottom: 122px;
  transform: translateX(calc(-50% + 230px));
}
.container_inner .r-wrap007 .compare_img .image_04 {
  bottom: 320px;
  width: 308px;
  transform: translateX(calc(-50% + 530px));
}
@keyframes scalePulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
.container_inner .r-wrap007 .compare_img .image_05 {
  bottom: 24px;
  width: 223px;
  transform: translateX(calc(-50% + 500px));
}
.container_inner .r-wrap007 .compare_img .image_05 img {
  animation: scalePulse 1s ease-in-out infinite;
}
.container_inner .r-wrap007 .compare_img .compare_bg {
  overflow: hidden;
  width: 100%;
  height: 266px;
  background: url('../images/renewal/compare_bg.png') center center / cover no-repeat;
}
/* ==================================== section 8  ==================================== */
.container_inner .r-wrap008 {
  padding: 137px 0 166px;
  flex-flow: column;
  align-items: center;
}
.container_inner .r-wrap008 .bg {
  display: flex;
  justify-content: center;
  position: absolute;
  width:100%;
}
.container_inner .r-wrap008 .content {
  position: relative;
}
.container_inner .r-wrap008 .content .text_basic {
  margin-bottom: 17px;
  text-align: center;
}
.container_inner .r-wrap008 .content .text_01 {
  text-align: center;
  line-height: 43px;
  font-size: 38px;
  font-weight: 400;
}
.container_inner .r-wrap008 .content .text_02 {
  font-size: 60px;
  margin-bottom: 19px;
  text-align: center;
  color: var(--primary-color);
}
.container_inner .r-wrap008 .content .text_03 {
  margin-bottom: 61px;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
}
.container_inner .r-wrap008 .content .text_03 em {
  color: var(--primary-color);
  font-size: 40px;
}
.container_inner .r-wrap008 swiper-container {
  max-width: 1200px;
  width: 100%;
  height: 100%;
}
.container_inner .r-wrap008 swiper-container swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1200px;
  background-size: cover;
  background-position: center;
  text-align: center;
  font-size: 18px;
}
.container_inner .r-wrap008 swiper-container swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container_inner .r-wrap008 .interior_swiper {
  height: 600px;
  max-width: 1200px;
  margin: 0 20px;
  width: 100%;
}
.container_inner .r-wrap008 .interior_swiper_thumb {
  box-sizing: border-box;
  padding: 35px 0 0;
  margin: 0 20px;
}
.container_inner .r-wrap008 .interior_swiper_thumb swiper-slide {
  width: 290px;
  height: 200px;
  background: #000000;
  /* opacity: 1; */
}
.container_inner .r-wrap008 .interior_swiper_thumb .swiper-slide-thumb-active img {
  opacity: 0.4;
}

/* ==================================== section 9  ==================================== */
.container_inner .r-wrap009  {
  position: relative;
}
.container_inner .r-wrap009 .bg {
  padding-top: 8%;
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 90%;
  background: var(--primary-color);
}
.container_inner .r-wrap009 .content {
  position: relative;
  padding: 134px 0 90px;
}
.container_inner .r-wrap009 .content .text_01 {
  position: relative;
  margin-bottom: 15px;
  font-size: 57px;
  color: #ffffff;
  text-align:center;
}
.container_inner .r-wrap009 .content .text_01:before {
  content:'';
  display: inline-block;
  position: absolute;
  left: 50%;
  top: -58px;
  width: 320px;
  height: 38px;
  background: url('../images/renewal/menu_info.png');
  transform: translateX(-50%);
}
.container_inner .r-wrap009 .content .text_02 {
  margin-bottom:38px;
  line-height: 43px;
  text-align: center;
  font-weight: 400;
  font-size: 36px;
  color: #ffffff;
}
.container_inner .r-wrap009 .content .text_03 {
  line-height: 65px;
  font-size: 57px;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
}
.container_inner .r-wrap009 .content .text_03 em {
  font-size: 66px;
  font-weight: 700;
}
.container_inner .r-wrap009 .content .text_03 span {
  position: relative;
  margin-bottom: 5px;
  font-size: 66px;
}
@keyframes switch1 {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes switch2 {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.container_inner .r-wrap009 .content .text_03 span:before {
  content:'';
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 5px;
  width: 115px;
  height: 59px;
  background: url('../images/renewal/bread_text.png');
  animation: switch1 1s ease-in-out infinite;
}
.container_inner .r-wrap009 .content .text_03 > span:after {
  content:'';
  display: inline-block;
  position: absolute;
  right: -80px;
  top: -60px;
  width: 128px;
  height: 66px;
  background: url('../images/renewal/easy.png');
  animation: scalePulse 1s ease-in-out infinite;
}
.container_inner .r-wrap009 .content .text_03 > span span {
  animation: switch2 1s ease-in-out infinite;
}
.container_inner .r-wrap009 .content .text_04 {
  font-size: 57px;
  line-height: 65px;
  color: #ffffff;
  text-align: center;
  text-decoration: underline;
  text-underline-position: under;
}
.container_inner .r-wrap009 .content .text_04 em {
  font-size: 66px;
  font-weight: 500;
}
.container_inner .r-wrap009 .content .image {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.container_inner .r-wrap009 .content .image img {
  width: 40%;
}
.container_inner .r-wrap009 .content .breads {
  display: flex;
  justify-content: center;
  margin-bottom: 280px;
}
.container_inner .r-wrap009 .content .breads img {
  max-width: 1205px;
  width: 80%;
}
/* .container_inner .r-wrap009 .content .breads .bread {
  position:relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 184px;
  height: 184px;
  margin: 0 80px;
  border-radius: 50%;
  background: #ffffff;
  transform: scale(0.8);
  transition: background-color 0.3s;
}
.container_inner .r-wrap009 .content .breads .bread:hover:before {
  transform: scale(1.2);
  z-index:5;
}
.container_inner .r-wrap009 .content .breads .bread p {
  opacity: 1;
  background: rgba(256, 256, 256, 0.8);
}
.container_inner .r-wrap009 .content .breads p {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index:3;
  line-height: 42px;
  width: 184px;
  height: 184px;
  padding: 10px;
  border-radius: 50%;
  text-align: center;
  font-weight: 600;
  font-size: 25px;
  color: var(--primary-color);
  opacity:0;
  transition: opacity 0.3s;
}
.container_inner .r-wrap009 .content .breads .first_line {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 71px;
}
.container_inner .r-wrap009 .content .breads .first_line .bread:nth-child(1):before {
  content:'';
  display: inline-block;
  position: absolute;
  right: -180px;
  top: 71px;
  width: 349px;
  height: 314px;
  background: url('../images/renewal/bread_01.png');
}
.container_inner .r-wrap009 .content .breads .first_line .bread:nth-child(2):before {
  content:'';
  display: inline-block;
  position: absolute;
  right: -180px;
  top: 71px;
  width: 349px;
  height: 314px;
  background: url('../images/renewal/bread_02.png');
}
.container_inner .r-wrap009 .content .breads .second_line {
  display: flex;
  justify-content: center;
}
.container_inner .r-wrap009 .content .breads .second_line .bread:nth-child(1):before {
  content:'';
  display: inline-block;
  position: absolute;
  right: -214px;
  top: -8px;
  width: 405px;
  height: 470px;
  background: url('../images/renewal/bread_03.png');
}
.container_inner .r-wrap009 .content .breads .second_line .bread:nth-child(2):before {
  content:'';
  display: inline-block;
  position: absolute;
  right: -224px;
  top: -19px;
  width: 405px;
  height: 470px;
  background: url('../images/renewal/bread_04.png');
}
.container_inner .r-wrap009 .content .breads .second_line .bread:nth-child(3):before {
  content:'';
  display: inline-block;
  position: absolute;
  right: -200px;
  top: 54px;
  width: 349px;
  height: 314px;
  background: url('../images/renewal/bread_05.png');
} */

/* ==================================== section 10  ==================================== */
.container_inner .r-wrap010 {
  padding: 123px 0 150px;
  flex-flow: column;
  align-items: center;
}
.container_inner .r-wrap010 .content {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.container_inner .r-wrap010 .content .text_01 {
  margin-bottom: 17px;
  font-size: 38px;
  font-weight: 400;
}
.container_inner .r-wrap010 .content .text_02 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 60px;
  color: var(--primary-color);
}
.container_inner .r-wrap010 .history_swiper {
  position: relative;
  width: 100%;
  height: 100%;
}
.container_inner .r-wrap010 .history_swiper swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 500px;
}
.container_inner .r-wrap010 .history_swiper swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* ==================================== section 11  ==================================== */
.container_inner .r-wrap011 {
  flex-flow: column;
  align-items: center;
  position: relative;
  height: 840px;
  padding: 49px 0 0;
}
.container_inner .r-wrap011 .bg {
  position: absolute;
  width: 100%;
  left: 50%;
  top:0;
  transform: translateX(-50%);
}
.container_inner .r-wrap011 .content {
  position: relative;
}
.container_inner .r-wrap011 .content .text_01 {
  margin-bottom: 14px;
  line-height: 43px;
  font-weight: 400;
  font-size: 36px;
}
.container_inner .r-wrap011 .content .text_02 {
  margin-bottom: 63px;
  font-size: 57px;
  color: var(--primary-color);
}
.container_inner .r-wrap011 .history_swiper {
  position: relative;
  width: 100%;
  height: 100%;
}
.container_inner .r-wrap011 .history_swiper swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 500px;
}
.container_inner .r-wrap011 .history_swiper swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ==================================== section 12  ==================================== */
.container_inner .r-wrap012 {
  padding: 62px 0 179px;
}
.container_inner .r-wrap012 .content {
  display: flex;
}
.container_inner .r-wrap012 .content .img_01 {
  margin-right: 80px;
}
.container_inner .r-wrap012 .content .img_02 {
  margin: 157px 0 27px;

}
.container_inner .r-wrap012 .content .text_01 {
  margin-bottom: 12px;
  font-size: 43px;
  font-weight: 500;
  line-height: 43px;
}
.container_inner .r-wrap012 .content .text_02 {
  position: relative;
  display: inline-block;
  line-height: 79px;
  font-size: 70px;
  font-weight: 700;
  color: var(--primary-color);
}
.container_inner .r-wrap012 .content .text_02::before {
  content:'';
  display: inline-block;
  position: absolute;
  right: -10px;
  top: 40%;
  width: 305px;
  height: 10px;
  background: var(--primary-color);
  transform: translate(100%, -50%);
}
.container_inner .r-wrap012 .content .text_03 {
  margin-bottom: 22px;
  line-height: 79px;
  font-size: 70px;
  font-weight: 700;
  color: var(--primary-color);
}
.container_inner .r-wrap012 .content .img_03 {
  margin-top: 116px;
  text-align: right;
}
.container_inner .r-wrap012 .content .img_03 img {
  width: 260px;
}
/* ==================================== section 13  ==================================== */
.container_inner .r-wrap013 {
  background: radial-gradient(40.72% 71.27% at 50% 50%, #333333 0%, #1A1A1A 44%, #000000 100%);
  padding: 111px 0 134px;
}
.container_inner .r-wrap013 .content {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.container_inner .r-wrap013 .content .text_01 {
  margin-bottom: 24px;
  font-size: 57px;
  color: #ffffff;
}
.container_inner .r-wrap013 .content .text_01 em {
  font-weight: 700;
}
.container_inner .r-wrap013 .content .text_02 {
  position: relative;
  line-height: 43px;
  margin-bottom: 40px;
  font-weight: 400;
  text-align: center;
  font-size: 36px;
  color: #ffffff;
}
.container_inner .r-wrap013 .content .text_02::before {
  content:'';
  display: inline-block;
  position: absolute;
  right: 50%;
  bottom: -22px;
  width: 120px;
  height: 3px;
  background: var(--primary-color);
  transform: translateX(50%);
}
.container_inner .r-wrap013 .content .text_03 {
  margin-bottom: 76px;
  font-size: 29px;
  line-height: 47px;
  font-weight: 400;
  text-align: center;
  font-family: var(--Pretendard);
  color: #ffffff;
}
.container_inner .r-wrap013 .content .awards {
  padding-left: 30px;
  display: flex;
  justify-conetnt: center;
  flex-wrap: wrap;
}
.container_inner .r-wrap013 .content .awards img {
  margin-right: 30px;
  margin-bottom: 10px;
  box-shadow: 0px 0px 29px 0px rgba(255, 255, 255, 0.47);
  transition: transform 0.3s;
  transform: scale(1);
}
.container_inner .r-wrap013 .content .awards img:hover {
  transform: scale(1.1);
}
/* ==================================== section 14  ==================================== */
.container_inner .r-wrap014 {
  height: 1621px;
  padding: 106px 0 44px;
  background: var(--primary-color);
}
.container_inner .r-wrap014 .bg {
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.container_inner .r-wrap014 .bg {
  max-width: 1400px;
}
.container_inner .r-wrap014 .content {
  position: relative;
}
.container_inner .r-wrap014 .content .text {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding-top: 115px;
}
.container_inner .r-wrap014 .content .label {
position: absolute;
top: 530px;
left: 68%;
width: 100%;
}
@keyframes flickerZoom {
  0% {
    transform: scale(0.9);
    opacity: 0.7;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.9);
    opacity: 0.7;
  }
}
.container_inner .r-wrap014 .content .label img {
  position: absolute;
  top: 0;
  left: 0;
    animation: flickerZoom 0.9s infinite ease-in-out;
  transform-origin: center;
  transform: scale(0.9);
  opacity: 0.7;
}
.container_inner .r-wrap014 .content .label img:nth-child(2) {
  top: 5px;
}
.container_inner .r-wrap014 .content .text .img_01 {
  width: 230px;
  margin-bottom: 42px;
}
.container_inner .r-wrap014 .content .text .text_01 {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 57px;
  color: var(--primary-color);
}
.container_inner .r-wrap014 .content .text .text_02 {
  font-size: 30px;
  line-height: 43px;
  font-weight: 400;
  margin-bottom: 7px;
  text-align: center;
}
.container_inner .r-wrap014 .content .text .text_03 {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 10px;
  color: var(--primary-color);
  font-size: 28px;
  font-family: var(--Pretendard);
  font-weight: 600;
  text-align: right;
}
.container_inner .r-wrap014 .content .cost-table {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  border-collapse: collapse;
  font-family: var(--Pretendard);
}
.container_inner .r-wrap014 .content .cost-table .line {
  text-decoration: line-through;
}
.container_inner .r-wrap014 .content .cost-table thead th {
  border-top: 3px solid var(--primary-color);
  border-bottom: 3px solid var(--primary-color);
  border-right: 1px solid var(--primary-color);
  color: var(--primary-color);
  font-size: 28px;
  padding: 18px 30px;
  text-align: center;
}
.container_inner .r-wrap014 .content .cost-table thead th:last-child {
  border-right: 0;
}
.container_inner .r-wrap014 .content .cost-table tbody td {
  border-bottom: 1px solid var(--primary-color);
  border-right: 1px solid var(--primary-color);
  font-weight: 500;
  font-size: 26px;
  padding: 18px 30px;
  text-align: center;
}
.container_inner .r-wrap014 .content .cost-table tbody td:nth-child(2) {
  color: var(--primary-color);
}
.container_inner .r-wrap014 .content .cost-table tbody td:last-child {
  border-right: 0;
}
.container_inner .r-wrap014 .content .cost-table tfoot td {
  border-top: 3px solid var(--primary-color);
  border-bottom: 3px solid var(--primary-color);
  border-right: 1px solid var(--primary-color);
  font-weight: 600;
  color: var(--primary-color);
  padding: 18px 30px;
  font-size: 27px;
  text-align: center;
}

.container_inner .r-wrap014 .content .cost-table tfoot td:last-child {
  border-right: 0;
}

.container_inner .r-wrap014 .content .cost-table tfoot td .info {
  font-size: 22px;
  line-height: 29px;
  font-weight: 400;
}
.container_inner .r-wrap014 .content .guide {
  margin-top: 60px;
  max-width: 1200px;
  font-weight: 500;
  color: #ffffff;
  font-family:var(--Pretendard);
  font-size: 17px;
  font-weight: 400;
  line-height:28px;
}
/* ==================================== section 15  ==================================== */
.container_inner .r-wrap015 {
  padding: 92px 0 98px;
}
.container_inner .r-wrap015 .content {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.container_inner .r-wrap015 .content .text_01 {
  margin-top: 20px;
  font-weight: 700;
  font-size: 57px;
  color: var(--primary-color);
}
.container_inner .r-wrap015 .content .form {
  display: flex;
  flex-flow: column;
  width: 564px;
  margin-top: 47px;
}
.container_inner .r-wrap015 .content .form .item {
  width: 100%;
  margin-bottom: 37px;
}
.container_inner .r-wrap015 .content .form .item input[type="text"] {
  width: 100%;
  padding: 19px;
  border: 1px solid var(--primary-color);
  border-radius: 10px;
  font-size: 25px;
  font-family: var(--Pretendard);
}
.container_inner .r-wrap015 .content .form .item input[type="text"]::placeholder {
  color: var(--primary-color);
  font-weight: 600;
}
.container_inner .r-wrap015 .content .form .item .row {
  display: flex;
  align-items: center;
}
.container_inner .r-wrap015 .content .form .item .row select {
  flex: 1;
  padding: 15px 30px 15px 19px;
  margin-right: 12px;
  background: url('../images/renewal/select.png') no-repeat right 10px center;
  border: 1px solid var(--primary-color);
  border-radius: 10px;
  font-size: 25px;
  font-family: var(--Pretendard);
  color: var(--primary-color);
  font-weight: 600;
}
.container_inner .r-wrap015 .content .form .item .row select:focus-visible {
  outline: transparent;
}
.container_inner .r-wrap015 .content .form .item .row select + select {
  margin-right: 0;
}
.container_inner .r-wrap015 .content .form .item .row option {
  border: 1px solid var(--primary-color);
  border-radius: 10px;
  font-size: 25px;
  font-family: var(--Pretendard);
  color: var(--primary-color);
  font-weight: 600;
}
.container_inner .r-wrap015 .content .label {
  font-weight: 400;
  font-size: 30px;
  line-height: 43px;
  color: var(--primary-color);
}
.container_inner .r-wrap015 .content .row {
  margin-top: 10px;
}
.container_inner .r-wrap015 .content .custom-radio {
  display: flex;
  align-items: center;
  line-height: 100%;
  margin-right: 53px;
  font-size: 25px;
  font-family: var(--Pretendard);
  font-weight: 600;
  color: var(--primary-color);
  cursor: pointer;
}
.container_inner .r-wrap015 .content .custom-radio input[type="radio"] {
  display: none;
}
.container_inner .r-wrap015 .content .custom-radio input[type="checkbox"] {
  display: none;
}
.container_inner .r-wrap015 .content .custom-radio input[type="radio"]:checked + .custom-radio_trigger::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 11px;
  height: 11px;
  background: var(--primary-color);
  border-radius: 50%;
}
.container_inner .r-wrap015 .content .custom-radio .custom-radio_trigger {
  display: inline-block;
  width: 19px;
  height: 19px;
  border: 2px solid var(--primary-color);
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: middle;
  position: relative;
  transition: border 0.2s ease;
}
.container_inner .r-wrap015 .content .custom-radio .custom-checkbox_trigger {
  width: 20px;
  height: 20px;
  border: 2px solid var(--primary-color);
  border-radius: 4px; // 원형이면 50%
  display: inline-block;
  position: relative;
  margin-right: 8px;
}
.container_inner .r-wrap015 .content .custom-radio .custom-checkbox_trigger::after  {
  content: '';
  position: absolute;
  display: none;
  left: 4px;
  top: 0px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.container_inner .r-wrap015 .content .custom-radio input[type="checkbox"]:checked + .custom-checkbox_trigger {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.container_inner .r-wrap015 .content .custom-radio input[type="checkbox"]:checked + .custom-checkbox_trigger:after {
  display: block;
}
.container_inner .r-wrap015 .content .form .item textarea {
  width: 100%;
  height: 235px;
  padding: 15px 19px;
  border: 1px solid var(--primary-color);
  border-radius: 10px;
  font-size: 25px;
  font-family: var(--Pretendard);
}
.container_inner .r-wrap015 .content .form .item ::-webkit-scrollbar {
  width: 8px; 
  height: 5px; 
}
.container_inner .r-wrap015 .content .form .item ::-webkit-scrollbar-track {
  background: transparent;
}
.container_inner .r-wrap015 .content .form .item ::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 40px;
  background-clip: padding-box;
  border: 2px solid transparent;
}
.container_inner .r-wrap015 .content .form .item .readonly {
  overflow: auto;
  height: 150px;
  line-height: 32px;
  padding: 15px 19px;
  margin-bottom: 20px;
  border: 1px solid var(--primary-color);
  border-radius: 10px;
  font-size: 20px;
  letter-spacing: -1px;
  font-family: var(--Pretendard);
  font-weight: 400;
  color: var(--primary-color);
}
.container_inner .r-wrap015 .content .form .item .readonly em {
  font-weight: 700;
}
.container_inner .r-wrap015 .content .request_btn button {
  padding: 8px 30px;
  margin-top: 7px;
  background: var(--primary-color);
  border-radius: 5px;
  font-size: 33px;
  line-height: 43px;
  letter-spacing: -1px;
  font-weight: 700;
  color: #ffffff;
}