/************************** section-1 **************************/
#section-1 {
	position: relative;
	padding: 180px 0 90px;
	background: var(--light-gray-color);
	z-index: 3;
}
.mv-tit {
	position: relative;
	display: block;
	min-height: 194px;
	margin-bottom: 30px;
	font-size: var(--font-mvtit);
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: -0.05em;
	text-align: center;
	word-break: keep-all;
}
.mv-txt {
	width: 90%;
	margin: auto;
	margin-bottom: 120px;
	font-size: var(--font-mvtxt);
	color: var(--sub-txt-color);
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.05em;
	text-align: center;
	transform: translateY(40px);
	opacity: 0;
	transition: all .4s;
	transition-delay: 1.6s;
	word-break: keep-all;
}
.stamp {
	display: block;
	width: 96px;
	margin: 0 auto 30px;
	transform: scale(2.2);
	opacity: 0;
	transition: all .8s;
	transition-delay: 2s;
}
.mv-logo {
	justify-content: center;
	gap: 100px;
	transform: translateY(40px);
	opacity: 0;
	transition: all .4s;
	transition-delay: 2.5s;
}
#section-1 .mv-txt.mobile {
	display: none;
}
#section-1 .on .mv-txt, #section-1 .on .mv-logo {
	transform: translateY(0px);
	opacity: 1;
}
#section-1 .on .stamp {
	transform: scale(1);
	opacity: 1;
}
.scroll {
    position: fixed;
	width: 16px;
    left: 60px;
    bottom: 54px;
    font-size: 14px;
	font-weight: 600;
    letter-spacing: .1em;
    -webkit-animation: scroll 2s infinite;
    animation: scroll 2s infinite;
    z-index: 10;
}
.scroll > div {
	transform: rotate(-90deg);
    color: var(--main-color);
}
@keyframes scroll {
    0% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}
/************************** section-1 **************************/


/************************** section-2 **************************/
#section-2 .on .main-title, #section-2 .on .main-sub-txt {
	transform: translateY(0px);
	opacity: 1;
}
#section-2 .cost {
	justify-content: center;
	gap: 30px;
}
#section-2 .cost li {
	padding: 64px 44px;
	background: var(--light-pink-color);
	border: 1px solid #f0dde2;
	border-radius: 15px;
	transform: scale(0);
	opacity: 0;
	transition: all 1s;
	transition-delay: .9s;
}
#section-2 .cost li:last-child {
	transition-delay: 1.2s;
}
#section-2 .on .cost li {
	transform: scale(1);
	opacity: 1;
}
#section-2 .cost li div {
	min-height: 189px;
}
#section-2 .cost li div > h5 {
	font-size: 26px;
	font-weight: bold;
}
#section-2 .cost li div > hr {
    display: block;
	margin: 26px 0;
	width: 100%;
	height: 1px;
	background-color: var(--border-color);
	border : 0;
}
#section-2 .cost li div > strong {
	display: block;
	font-size: 48px;
	font-weight: 800;
	color: var(--main-color);
}
#section-2 .cost li div > strong small {
	font-size: 28px;
}
#section-2 .cost li div > small {
	display: block;
	margin-top: 15px;
	font-size: 22px;
	color: var(--sub-txt-color);
	text-decoration: line-through;
}
#section-2 .cost li > p {
	display: block;
	margin: 30px 0 60px;
	font-size: 15px;
	line-height: 1.4;
	color: var(--sub-txt-color);
}
#section-2 .cost li > a {
	display: block;
	width: 100%;
	padding: 15px 0;
	font-size: var(--font-regular);
	font-weight: bold;
	color: var(--white-color);
	text-align: center;
	background: var(--main-color);
	border: 1px solid var(--main-color);
	border-radius: 50px;
	cursor: pointer;
	transition: all .5s ease-in;
}
#section-2 .cost li > a:hover {
	background: var(--white-color);
	color: var(--main-color);
}
/************************** section-2 **************************/


/************************** section-3 **************************/
#section-3 {
	width: 100%;
	height: calc(100vh + 200px);
	background: url("../img/main/sec-bg.png") no-repeat center / cover;
}
#section-3 .wrap-in {
	width: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#section-3 .text {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0;
	width: 100%;
	font-size: 100px;
	font-weight: bold;
	line-height: 100%;
	text-align: center;
	color: rgb(255, 255, 255, 0.2);
	background: linear-gradient(to right, #fff, #fff) no-repeat;
	-webkit-background-clip: text;
	background-clip: text;
	background-size: 0%;
	transition: background-size cubic-bezier(.1, .5, .8, 1) 0.5s;
	word-break: keep-all;
}
#section-3 .text:first-child {
	margin-bottom: 20px;
}
/************************** section-3 **************************/


/************************** section-4 **************************/
#section-4 .main-title, #section-4 .main-title-content {
	text-align: center;
}
#section-4 .main-title-content {
	margin-bottom: 40px;
}
#section-4 .on .main-title, #section-4 .on .main-sub-txt {
	transform: translateY(0px);
	opacity: 1;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-right: 10px;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#section-4 .mySwiper {overflow: hidden;display:flex;}
#section-4 .mySwiper .list {display:flex;}
#section-4 .mySwiper .list > div {display:flex;}
#section-4 .mySwiper .list > div > div {position: relative; width: 100%;}
#section-4 .mySwiper .swiper-wrapper {width:auto;}
#section-4 .swiper#a2 {
	margin: 10px 0;
}
#section-4 .swiper-slide {
	width: 140px;
}
#section-4 .swiper-slide img:nth-child(2), #section-4 .swiper-slide:hover img:nth-child(1) {
	display: none;
}
#section-4 .swiper-slide:hover img:nth-child(2) {
	display: block;
}
#section-4 .swiper-slide span {
	display: block;
	width: 98%;
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translate(-50%, 40px);
	font-size: 14px;
	font-weight: 800;
	color: var(--white-color);
	opacity: 0;
	transition: all .2s ease-in;
}
#section-4 .swiper-slide:hover span {
	transform: translate(-50%, 16px);
	opacity: 1;
}

@keyframes flowRollingLeft {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-100%);
	}
}
@keyframes flowRollingRight {
	0% {
		transform: translateX(-100%);
	}
	100% {
		transform: translateX(0);
	}
}
/************************** section-4 **************************/

/************************** section-5 **************************/
#section-5 {
	position: relative;
	height: calc(var(--vh, 1vh) * 350);
}
/*.container-wrap,*/ .sticky-container {
	height: 100vh;
}
#section-5 .main-sub-txt {
	margin-bottom: 80px;
}
.container-wrap {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	height: calc(var(--vh, 1vh) * 100);
	overflow: hidden;
}
.list > .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: calc(var(--vh, 1vh) * 100);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;

	position: absolute;
	top: 0;
	transform: translateX(-50%);
	left: 50%;
}
.list > .item4 {
	display: block;
}
.list > .item4 > div {
    margin-top: 150px;
}
.list > .item:not(:first-child) {
	-webkit-transform: translateX(-50%);
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}
.list > .item:not(.on) {
	opacity: 0;
	pointer-events: none;
}


/************************** point-01 **************************/
.point-01 .process {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 0 80px;
	max-width: 940px;
    margin: auto;
}
.point-01 .process li {
	position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.point-01 .process li .img-wrap {
	position: relative;
	margin-bottom: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
	font-size: 26px;
	font-weight: bold;
    border-radius: 50%;
    background: #bfbfbf;
	transition: all .3s;
}
.point-01 .process li .img-wrap .bg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 110px;
    height: 110px;
    border-radius: 100%;
    background: rgba(205, 0, 26, 0.55);
	opacity: 0;
    z-index: -1;
}
.point-01 .process li .img-wrap span {
	color: var(--white-color);
}
.point-01 .process li.active .img-wrap {
	background: var(--main-color);
}
.point-01 .process li .img-wrap img {
	height: 32px;
}
.point-01 .process li img.on {
	display: none;
}
.point-01 .process li strong {
	display: block;
	margin-bottom: 10px;
	font-size: var(--font-mvtxt);
	font-weight: 700;
	line-height: 1.2;
	word-break: keep-all;
	transition: all .3s;
}
.point-01 .process::before {
	content: "";
    position: absolute;
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
	height: 1px;
	background: var(--border-color);
}
.point-01 .process li p {
	width: 90%;
	font-size: var(--font-small);
	color: var(--gray-color);
	line-height: 1.2;
	opacity: 0;
	word-break: keep-all;
}
.point-01 .process li.active strong {
	color: var(--main-color);
}
.point-01 .process li.active .img-wrap .bg {   
    opacity: 0.5;
    animation: crescendo 1s alternate infinite ease-in;
    z-index: -1;
}
@keyframes crescendo {
  0%   {
	transform: translate(-50%, -50%) scale(1);
  }
  100% {
	transform: translate(-50%, -50%) scale(1.2);
  }
}
.point-01 .process li.active span.off {
	display: none;
}
.point-01 .process li.active img.on {
	display: block;
}
.point-01 .process li.active p {
	opacity: 1;
}
/************************** point-01 **************************/

/************************** point-02 **************************/
.point-02 .graph-wrap {
	position: relative;
	max-width: 540px;
	margin: 0 auto;
	padding: 20px;
}
.point-02 .graph-wrap .tit, .point-03 .tit {
	position: relative;
	display: block;
	margin-top: -16px;
    padding: 16px 0;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: #797979;
	background: var(--white-color);
	z-index: 2;
}
.point-02 .graph {
	position: relative;
	height: 300px;
	margin-top: 15px;
	z-index: 1;
}
.point-02 .graph .bar {
	display: flex;
	justify-content: space-around;
	align-items: flex-end;
	position: absolute;
	bottom: 16px;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 20px);
	height: calc(100% - 16px);
	text-align: center;
	z-index: 3;
}
.point-02 .graph .bar > li {
	position: relative;
	flex-grow:1;
	margin: 0 10px;
	height: 0;
	transition: all .6s ease-in;
}
.point-02 .graph .bar > li:last-child {
	transition: all .3s ease-in;
}
.point-02.on .graph .bar > li:first-child {
	height: 100%;
	transition-delay: 1.2s;
}
.point-02.on .graph .bar > li:last-child {
	height: 20%;
	transition-delay: 1.8s;
}
.point-02 .graph .bar > li span.g-in {
	display: inline-block;
	width: 100%;
	height: 100%;
	max-width: 100px;
	background: #dbdbdb;
	border-radius: 50px 50px 0 0;
}
.point-02 .graph .bar > li:first-child span.g-in:before{
	content: '';
    position: absolute;
    top: -32px;
    left: 0;
	font-size: var(--font-menu);
	font-weight: bold;
	color: var(--white-color);
    width: 100%;
    height: 32px;
	border-bottom: 1px dashed #525252;
	transition-delay: 1.2s;
}
.point-02.on .graph .bar > li:first-child span.g-in:before {
	content: '189,000,000원';
	color: var(--black-color);
}
.point-02 .graph .bar > li:last-child span.g-in:before{
	content: '';
    position: absolute;
    top: -32px;
    left: 0;
	font-size: var(--font-menu);
	font-weight: bold;
	color: var(--white-color);
    width: 100%;
    height: 32px;
	border-bottom: 1px dashed #525252;
	transition-delay: 1.8s;
}
.point-02.on .graph .bar > li:last-child span.g-in:before {
	content: '19,000,000원';
	color: var(--black-color);
}
.point-02 .graph .bar > li.our span.g-in {
	background: #ff546b;
	border-radius: 50px 50px 0 0;
}
.point-02 .graph .bar:before {
	content: '';
    position: absolute;
    bottom: 0;
    left: 3px;
    width: 100%;
    height: 1px;
    background: #525252;
	z-index: 2;
}
.point-02 .graph .fanfare {
	position: absolute;
	top: -60px;
    left: 20px;
	opacity: 0;
	transform: scale(0) translateY(-10px);
	transition: all .3s ease-in-out;
	transition-delay: 2s;
}
.point-02.on .graph .fanfare {
	opacity: 1;
	transform: scale(1) translateY(0px);
}
.point-02 .c-badge {
	position: absolute;
	top: 10px;
	right: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 124px;
	height: 124px;
	border-radius: 50%;
	background: var(--main-color);
	font-size: var(--font-basic);
	font-weight: bold;
	color: var(--white-color);
	text-align: center;
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.12);
	opacity: 0;
	transform: scale(0);
	transition: all .5s ease-in-out;
	transition-delay: 2.3s;
}
.point-02.on .c-badge {
	opacity: 1;
	transform: scale(1);
}
/************************** point-02 **************************/

/************************** point-03 **************************/
.point-03 .tit {
	margin-top: 16px;
}
.point-03 .time-wrap {
	position: relative;
	width: 245px;
	margin: auto;
}
.point-03 .pie-bg {
	position: absolute;
	top: 0;
	left: 0;
}
.point-03 .pie-chart {
	position: relative;
	display:block;
	width: 245px;
	height: 245px;
	border-radius: 50%;
	transition: .3s;
}
.point-03 span.center{
	display : block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	text-align: center; 
	line-height: 100px;
	font-size: 30px;
	font-weight: bold;
	color: var(--main-color);
	transform: translate(-50%, -50%);
}
/************************** point-03 **************************/


/************************** point-04 **************************/
.point-04 .correction .swiper-slide {
	border: 1px solid var(--border-color);
}
/************************** point-04 **************************/


/************************** point-05 **************************/
.point-05 .contact-wrap strong {
	display: block;
	width: 90%;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.2;
	color: var(--white-color);
	word-break: keep-all;
}
.point-05 .contact-wrap p {
	margin: 15px 0 35px;
	font-size: var(--font-menu);
	line-height: 1.2;
	color: var(--white-color);
	word-break: keep-all;
}
.point-05 .contact-wrap {
	justify-content: space-between;
	margin: auto;
	padding: 35px 90px;
	width: 980px;
	border-radius: 15px;
	background: var(--main-color);
}
.point-05 .contact-wrap > div:last-child {
	margin-left: auto;
}
.point-05 .contact-wrap a {
	display: block;
	width: 180px;
	padding: 15px 0;
	font-size: var(--font-regular);
	font-weight: bold;
	color: var(--main-color);
	text-align: center;
	border: 1px solid var(--main-color);
	background: var(--white-color);
	border-radius: 50px;
	transition: all .5s ease-in;
	cursor: pointer;
}
.point-05 .contact-wrap a:hover {
	background: var(--main-color);
	border: 1px solid var(--white-color);
	color: var(--white-color);
}
/************************** point-05 **************************/

.point-01 .main-title, .point-02 .main-title {
	transition-delay: .6s;
}
.point-01 .main-sub-txt, .point-02 .main-sub-txt {
	transition-delay: .9s;
}
.point-01.on .point, .point-01.on .main-title, .point-01.on .main-sub-txt, .point-02.on .point, .point-02.on .main-title, .point-02.on .main-sub-txt,
.point-03.on .point, .point-03.on .main-title, .point-03.on .main-sub-txt, .point-04.on .point, .point-04.on .main-title, .point-04.on .main-sub-txt,
.point-05.on .point, .point-05.on .main-title, .point-05.on .main-sub-txt{
	transform: translateY(0px);
	opacity: 1;
}
/************************** section-5 **************************/


/************************** section-6 **************************/
#section-6 {
	background: #f5f5f5;
}
#section-6 .case {
	flex-wrap: wrap;
}
#section-6 .case {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 10px;
}
#section-6 .case li {
	width: calc(20% - 8px);
	border: 1px solid var(--border-color);
	cursor: pointer;
}
#section-6 .modal {
	display: none;
	z-index: 99999999;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.7);
}
#section-6 .modal button {
	position: absolute;
	top: 50px;
	right: 50px;
	background: transparent;
	border: 0;
	color:  var(--white-color);
	font-size: 50px;
	font-weight: 200;
}
#section-6 .modal-box {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: var(--white-color);
	width: 30%;
	text-align: center;
}
#section-6 .modal-box img {
	width: 100%;
}
#section-6 a.more-btn {
	display: block;
	padding: 15px 0;
	width: 220px;
	margin: 60px auto 0;
	font-size: var(--font-regular);
	font-weight: bold;
	text-align: center;
	color: var(--white-color);
	border-radius: 50px;
	border: 1px solid var(--main-color);
	background: var(--main-color);
	transition: all .5s ease-in;
}
#section-6 a.more-btn:hover {
	border: 1px solid var(--main-color);
	background: var(--white-color);
	color: var(--main-color);
}
#section-6 .on .main-title, #section-6 .on .main-sub-txt{
	transform: translateY(0px);
	opacity: 1;
}

#section-6 > .wrap-in > .case li:nth-child(n+11){
	visibility: hidden; display: none;
}

@media all and (max-width:641px) {
	#section-6 > .wrap-in > .case li:nth-child(n+9){
		visibility: hidden; display: none;
	}
}

@media all and (max-width:481px) {
	#section-6 > .wrap-in > .case li:nth-child(n+7){
		visibility: hidden; display: none;
	}
}

/************************** section-6 **************************/


@media all and (max-width:1201px) {
	.mv-tit {min-height: 104px;}
	#section-1 {padding-top: 170px; min-height: 100vh;}
	.mv-logo li:nth-child(1) {width: 170px;}
	.mv-logo li:nth-child(2) {width: 111px;}
	.mv-logo li:nth-child(3) {width: 157px;}
	.scroll {left: 3%;}
	.stamp {width: 90px;}
	#section-2 .cost li {padding: 54px 34px;}
	#section-2 .cost li div {min-height: 170px;}
	#section-2 .cost li div > h5 {font-size: 22px;}
	#section-2 .cost li div > hr {margin: 20px 0;}
	#section-2 .cost li div > strong {font-size: 40px;}
	#section-2 .cost li div > strong small {font-size: 24px;}
	#section-2 .cost li div > small {margin-top: 12px; font-size: 20px;}
	#section-2 .cost li > p {margin: 20px 0 50px;}
	#section-3 .text {font-size: 80px;}
}

@media all and (max-width:1025px){
	.scroll {bottom: 20px;}
	.stamp {width: 80px;}
	#section-2 .cost {gap: 20px;}
	#section-2 .cost li {padding: 50px 30px;}
	#section-2 .cost li div {min-height: 150px;}
	#section-2 .cost li div > h5 {font-size: 20px;}
	#section-2 .cost li div > hr {margin: 15px 0;}
	#section-2 .cost li div > strong {font-size: 30px;}
	#section-2 .cost li div > strong small {margin-top: 12px; font-size: 22px;}
	#section-2 .cost li div > small {margin-top: 10px; font-size: 18px;}
	#section-2 .cost li > p {font-size: 14px; margin: 20px 0 50px;}
	#section-3 {height: calc(100vh + 140px);}
	#section-3 .text {font-size: 70px; line-height: 1.2;}
	#section-3 .text:first-child {margin-bottom: 10px;}
	.point-01 .process {max-width: 640px;}
	.point-05 .contact-wrap {width: 90%; padding: 30px 40px;}
	.point-05 .contact-wrap strong {font-size: 28px;}
}


@media all and (max-width:641px){
	.stamp {width: 68px;}
	.mv-tit {min-height: 84px;}
	.mv-logo {gap: 50px;}
	.mv-logo li:nth-child(1) {width: 140px;}
	.mv-logo li:nth-child(2) {width: 81px;}
	.mv-logo li:nth-child(3) {width: 127px;}
	#section-2 .cost {gap: 10px;}
	#section-2 .cost li {padding: 40px 20px;}
	#section-2 .cost li div {min-height: 140px;}
	#section-2 .cost li > p {margin: 10px 0 40px;}
	#section-3 .text {font-size: 50px; line-height: 1.1;}
	#section-3 .text:first-child {margin-bottom: 5px;}
	#section-5 .main-sub-txt {margin-bottom: 50px;}
	.point-01 .process {grid-template-columns: 1fr 1fr; grid-gap: 50px 20px;}
	.point-01 .process::before {content: inherit;}
	.point-01 .process li {width: 90%; margin: auto;}
	.point-01 .process li .img-wrap {width: 60px; height: 60px; margin-bottom: 15px; font-size: 18px;}
	.point-01 .process li .img-wrap img {height: 26px;}
	.point-01 .process li .img-wrap .bg {width: 70px; height: 70px;}
	.point-01 .process li strong {margin-bottom: 5px;}
	.point-02 .graph-wrap {max-width: 400px;}
	.point-02 .graph {height: 250px;}
	.point-02 .graph .bar > li span.g-in {max-width: 80px;}
	.point-02 .c-badge {width: 100px; height: 100px;}
	.point-02 .graph .bar:before {bottom: 1px;}
	.point-02 .graph-wrap .tit, .point-03 .tit {font-size: 16px;}
	.point-03 span.center {font-size: 26px;}
	#section-6 .case li {width: calc(25% - 8px);}
	#section-6 .modal-box {width: 80%;}
	#section-6 .modal button {right: 5%;}
}


@media all and (max-width:481px){
	.scroll {font-size: 12px;}
	#section-1 {padding-top: 114px;}
	.mv-txt {margin-bottom: 50px;}
	.mv-logo {flex-direction: column; gap: 20px;}
	.mv-logo li:nth-child(1) {width: 110px;}
	.mv-logo li:nth-child(2) {width: 71px;}
	.mv-logo li:nth-child(3) {width: 97px;}
	.stamp {width: 50px;}
	#section-2 .cost {flex-direction: column;}
	#section-2 .cost li {padding: 30px 15px;}
	#section-2 .cost li div {min-height: 120px;}
	#section-2 .cost li > p {margin: 10px 0 40px;}
	#section-2 .cost li div > strong {font-size: 26px;}
	#section-2 .cost li div > strong small {font-size: 18px;}
	#section-2 .cost li div > small {margin-top: 5px;}
	#section-3 {height: calc(100vh + 120px);}
	#section-3 .text {font-size: 44px; line-height: 1.1;}
	#section-3 .text:first-child {margin-bottom: 5px;}
	#section-5 .main-sub-txt {margin-bottom: 30px;}
	.point {margin-bottom: 15px;}
	.point-01 .process {grid-gap: 30px 20px; width: 90%; margin: auto;}
	.point-01 .process li p {display: none;}
	.point-02 .graph-wrap {max-width: 308px;}
	.point-02 .graph {height: 180px;}
	.point-02 .c-badge {width: 90px; height: 90px;}
	.point-03 .time-wrap {width: 220px;}
	.point-03 .pie-chart {width: 220px; height: 220px;}
	.point-03 span.center {font-size: 22px;}
	.point-05 .contact-wrap {position: relative; flex-direction: column; padding: 30px 15px 50px;}
	.point-05 .contact-wrap strong {width: 80%; margin-bottom: 15px; font-size: 20px;}
	.point-05 .contact-wrap p {display: none;}
	.point-05 .contact-wrap > div:last-child {width: 70px; position: absolute; right: 15px; bottom: 15px;}
	.point-05 .contact-wrap a {width: 150px;}
	#section-2 .cost li > a, .point-05 .contact-wrap a, #section-6 a.more-btn {padding: 10px 0;}
	#section-6 .case {gap: 5px;}
	#section-6 .case li {width: calc(33.33% - 4px);}
}