|
@@ -1,3 +1,4 @@
|
|
|
|
|
+@charset "UTF-8";
|
|
|
@media (max-width: 1200px) {
|
|
@media (max-width: 1200px) {
|
|
|
header .header--contents--wrap .header--contents .header--logo--wrap .logo--wrap {
|
|
header .header--contents--wrap .header--contents .header--logo--wrap .logo--wrap {
|
|
|
padding: 20px;
|
|
padding: 20px;
|
|
@@ -195,6 +196,7 @@
|
|
|
padding-right: 20px;
|
|
padding-right: 20px;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
@media (max-width: 1000px) {
|
|
@media (max-width: 1000px) {
|
|
|
main .section--container .four--strategy--wrap .strategy--cont3 .box {
|
|
main .section--container .four--strategy--wrap .strategy--cont3 .box {
|
|
|
background-size: 20%;
|
|
background-size: 20%;
|
|
@@ -353,6 +355,7 @@
|
|
|
right: 30px;
|
|
right: 30px;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
@media (max-width: 768px) {
|
|
@media (max-width: 768px) {
|
|
|
.mb--80 {
|
|
.mb--80 {
|
|
|
margin-bottom: 40px !important;
|
|
margin-bottom: 40px !important;
|
|
@@ -528,7 +531,6 @@
|
|
|
flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
|
row-gap: 60px;
|
|
row-gap: 60px;
|
|
|
-webkit-column-gap: 15px;
|
|
-webkit-column-gap: 15px;
|
|
|
- -moz-column-gap: 15px;
|
|
|
|
|
column-gap: 15px;
|
|
column-gap: 15px;
|
|
|
}
|
|
}
|
|
|
main .section--container .process--plan--wrap .content--wrap .direct--wrap .circle {
|
|
main .section--container .process--plan--wrap .content--wrap .direct--wrap .circle {
|
|
@@ -539,7 +541,7 @@
|
|
|
position: relative;
|
|
position: relative;
|
|
|
}
|
|
}
|
|
|
main .section--container .process--plan--wrap .content--wrap .direct--wrap .circle:nth-of-type(2)::after {
|
|
main .section--container .process--plan--wrap .content--wrap .direct--wrap .circle:nth-of-type(2)::after {
|
|
|
- content: "";
|
|
|
|
|
|
|
+ content: '';
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
width: 1px;
|
|
width: 1px;
|
|
|
height: 30px;
|
|
height: 30px;
|
|
@@ -795,7 +797,7 @@
|
|
|
position: relative;
|
|
position: relative;
|
|
|
}
|
|
}
|
|
|
main .section--container .all--progress--wrap .step--section .inner--grid .grid:last-child::after {
|
|
main .section--container .all--progress--wrap .step--section .inner--grid .grid:last-child::after {
|
|
|
- content: "";
|
|
|
|
|
|
|
+ content: '';
|
|
|
display: inline-block;
|
|
display: inline-block;
|
|
|
background: rgba(46, 204, 113, 0.5);
|
|
background: rgba(46, 204, 113, 0.5);
|
|
|
position: absolute;
|
|
position: absolute;
|
|
@@ -854,6 +856,7 @@
|
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
@media (max-width: 500px) {
|
|
@media (max-width: 500px) {
|
|
|
header .header--line--banner--wrap .inner--contents h3 {
|
|
header .header--line--banner--wrap .inner--contents h3 {
|
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
@@ -904,7 +907,7 @@
|
|
|
position: relative;
|
|
position: relative;
|
|
|
}
|
|
}
|
|
|
main .section--container .process--plan--wrap .content--wrap .direct--wrap .circle:nth-of-type(3)::after {
|
|
main .section--container .process--plan--wrap .content--wrap .direct--wrap .circle:nth-of-type(3)::after {
|
|
|
- content: "";
|
|
|
|
|
|
|
+ content: '';
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
width: 1px;
|
|
width: 1px;
|
|
|
height: 30px;
|
|
height: 30px;
|
|
@@ -1109,4 +1112,112 @@
|
|
|
main .faq--wrapper .inner--contents .section--title {
|
|
main .faq--wrapper .inner--contents .section--title {
|
|
|
font-size: 24px;
|
|
font-size: 24px;
|
|
|
}
|
|
}
|
|
|
-}
|
|
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+/*! 20250904 수정 */
|
|
|
|
|
+@media (max-width: 1000px) {
|
|
|
|
|
+ main .section--container .process--plan--wrap .content--wrap .process--wrap .process--title {
|
|
|
|
|
+ display: -webkit-box;
|
|
|
|
|
+ display: -ms-flexbox;
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ -webkit-box-orient: vertical;
|
|
|
|
|
+ -webkit-box-direction: normal;
|
|
|
|
|
+ -ms-flex-direction: column;
|
|
|
|
|
+ flex-direction: column;
|
|
|
|
|
+ padding-bottom: 0;
|
|
|
|
|
+ gap: 20px;
|
|
|
|
|
+ }
|
|
|
|
|
+ main .section--container .process--plan--wrap .content--wrap .process--wrap .process--title .process--circle {
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ }
|
|
|
|
|
+ main .section--container .process--plan--wrap .content--wrap .process--wrap .process--title .arrow {
|
|
|
|
|
+ display: none;
|
|
|
|
|
+ }
|
|
|
|
|
+ main .section--container .process--plan--wrap .content--wrap .process--wrap .process--title .arrow--wrap {
|
|
|
|
|
+ display: -webkit-box;
|
|
|
|
|
+ display: -ms-flexbox;
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ -webkit-box-pack: justify;
|
|
|
|
|
+ -ms-flex-pack: justify;
|
|
|
|
|
+ justify-content: space-between;
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ }
|
|
|
|
|
+ main .section--container .process--plan--wrap .content--wrap .process--wrap .process--title .arrow--wrap .arrow {
|
|
|
|
|
+ background-repeat: no-repeat;
|
|
|
|
|
+ background-position: right 15px center;
|
|
|
|
|
+ display: inline-block;
|
|
|
|
|
+ height: 71px;
|
|
|
|
|
+ width: 33px;
|
|
|
|
|
+ background-color: #f9f9f9;
|
|
|
|
|
+ margin: 0;
|
|
|
|
|
+ -webkit-transform: rotate(180deg);
|
|
|
|
|
+ transform: rotate(180deg);
|
|
|
|
|
+ background-image: url(../img/ico--rainbow--arrow3.svg);
|
|
|
|
|
+ }
|
|
|
|
|
+ main .section--container .process--plan--wrap .content--wrap .process--wrap .process--title .arrow--wrap .arrow:last-child {
|
|
|
|
|
+ background-position: left 15px center;
|
|
|
|
|
+ }
|
|
|
|
|
+ main .section--container .process--plan--wrap .content--wrap .process--wrap .process--cont {
|
|
|
|
|
+ padding-top: 0;
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+@media (max-width: 768px) {
|
|
|
|
|
+ main .section--container .process--plan--wrap .content--wrap .process--wrap .process--title {
|
|
|
|
|
+ padding-bottom: 15px;
|
|
|
|
|
+ }
|
|
|
|
|
+ main .section--container .process--plan--wrap .content--wrap .direct--wrap .circle.web {
|
|
|
|
|
+ display: none;
|
|
|
|
|
+ }
|
|
|
|
|
+ main .section--container .process--plan--wrap .content--wrap .direct--wrap .circle.mo {
|
|
|
|
|
+ display: -webkit-box;
|
|
|
|
|
+ display: -ms-flexbox;
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ }
|
|
|
|
|
+ main .section--container .process--plan--wrap .content--wrap .direct--wrap .bar.mo2 {
|
|
|
|
|
+ display: block;
|
|
|
|
|
+ }
|
|
|
|
|
+ main .section--container .process--plan--wrap .content--wrap .direct--wrap .bar.mo2::after {
|
|
|
|
|
+ -webkit-transform: rotate(225deg);
|
|
|
|
|
+ transform: rotate(225deg);
|
|
|
|
|
+ left: 0;
|
|
|
|
|
+ right: auto;
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+@media (max-width: 500px) {
|
|
|
|
|
+ main .section--container .process--plan--wrap .content--wrap .process--wrap .process--title {
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ }
|
|
|
|
|
+ main .section--container .process--plan--wrap .content--wrap .direct--wrap .circle.web {
|
|
|
|
|
+ display: -webkit-box;
|
|
|
|
|
+ display: -ms-flexbox;
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ }
|
|
|
|
|
+ main .section--container .process--plan--wrap .content--wrap .direct--wrap .circle.mo {
|
|
|
|
|
+ display: none;
|
|
|
|
|
+ }
|
|
|
|
|
+ main .section--container .process--plan--wrap .content--wrap .direct--wrap .circle:nth-of-type(3)::before {
|
|
|
|
|
+ content: '';
|
|
|
|
|
+ width: 12px;
|
|
|
|
|
+ height: 12px;
|
|
|
|
|
+ background-image: url(../img/ico--bar.svg);
|
|
|
|
|
+ display: inline-block;
|
|
|
|
|
+ -webkit-transform: rotate(135deg);
|
|
|
|
|
+ transform: rotate(135deg);
|
|
|
|
|
+ position: absolute;
|
|
|
|
|
+ top: calc(100% + 32px);
|
|
|
|
|
+ left: calc(50% - 4.5px);
|
|
|
|
|
+ }
|
|
|
|
|
+ main .section--container .process--plan--wrap .content--wrap .direct--wrap .bar.mo2 {
|
|
|
|
|
+ display: none;
|
|
|
|
|
+ }
|
|
|
|
|
+ main .section--container .process--plan--wrap .content--wrap .process--wrap .process--title .arrow--wrap .arrow {
|
|
|
|
|
+ height: 44px;
|
|
|
|
|
+ background-size: contain;
|
|
|
|
|
+ background-position: right 40px center;
|
|
|
|
|
+ }
|
|
|
|
|
+ main .section--container .process--plan--wrap .content--wrap .process--wrap .process--title .arrow--wrap .arrow:last-child {
|
|
|
|
|
+ background-position: left 40px center;
|
|
|
|
|
+ }
|
|
|
|
|
+}
|