@charset "utf-8";
/* CSS Document */

/* ------------------------- Reset : Start ------------------------- */
html { font-size: 10px; }
html, body { height: 100%; font-family: 'GmarketSans', 'Pretendard Variable', 'MalgunGothic', sans-serif; line-height: 1; background-color: #FFF; color: #000; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
a { text-decoration: none; color: inherit; -webkit-tap-highlight-color: transparent; }
ul, ol, li { list-style: none; }
img, video { display: block; max-width: 100%;  height: auto; }
input, button, textarea, select { border: none; background: none; outline: none; color: inherit; font: inherit; appearance: none; }
button { cursor: pointer; }
table { border-collapse: collapse; border-spacing: 0; }
h1, h2, h3, h4, h5, h6 { font-weight: inherit; font-size: inherit; }
strong { font-weight: bold; }
em { font-style: italic; }
*, *::before, *::after { padding: 0; margin: 0; box-sizing: border-box; }
/* ------------------------- Reset : End ------------------------- */





/* ------------------------- Common : Start ------------------------- */
p {
    position: relative;
    top: 2px;
}
small {
    display: inline-block;
}


.fw-light {
    font-weight: 300;
}
.fw-medium {
    font-weight: 500;
}
.fw-bold {
    font-weight: 700;
}


.fc-yellow {
    color: #FFFA70;
}
.fc-orange {
    color: #FF8911;
}
.fc-green {
    color: #008142;
}


.ico {
    display: inline-block;
}


.marker {
    position: relative;
    z-index: 1;
}
.marker::before {
    content: '';
    position: absolute;
    bottom: 0.40vw;
    left: -0.40vw;
    z-index: -1;
    width: calc(100% + 0.80vw);
    height: 1.60vw;
    background-color: rgba(255, 202, 126, 0.55);
}
/* ------------------------- Common : End ------------------------- */





/* ------------------------- Header : Start ------------------------- */
.header {
    display: flex;
    background-color: #FFF;
}
.header .logo {
    display: block;
    width: 37.73vw;
    height: 8.93vw;
    margin: auto;
    font-size: 0;
    background: url(/buss/images/logo.png) no-repeat center / contain;
}
.header .btn-back,
.header .btn-close {
    width: 5.2vw;
    height: 5.07vw;
    margin-top: 2vw;
}
.header .btn-back {
    margin-left: 6.67vw;
    background: url(/buss/images/ico-btn-back.png) no-repeat center / contain;
}
.header .btn-close {
    margin-right: 6.67vw;
    background: url(/buss/images/ico-btn-close.png) no-repeat center / contain;
}
/* ------------------------- Header : End ------------------------- */





/* ------------------------- Visual : Start ------------------------- */
.header {
    background-color: #FFF;
}
.header .logo {
    display: block;
    width: 37.73vw;
    height: 8.93vw;
    margin: auto;
    font-size: 0;
    background: url(/buss/images/logo.png) no-repeat center / contain;
}
/* ------------------------- Header : End ------------------------- */





/* ------------------------- Visual : Start ------------------------- */
.visual {
    display: flex;
    flex-direction: column;
    height: 140.93vw;
    padding-top: 6.13vw;
    text-align: center;
    background: url(/buss/images/visual-bg.jpg) no-repeat center top / 100% 127vw;
}


.visual .box-txt-01 .tit {
    font-weight: 700;
    font-size: 9.20vw;
    letter-spacing: -0.055em;
    color: #008142;
}
.visual .box-txt-01 .txt-sub {
    font-weight: 300;
    font-size: 5.33vw;
    line-height: 1.5;
    letter-spacing: -0.05em;
}


.visual .box-txt-02 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 14vw;
    margin-top: auto;
    background-color: #0DB86E;
}
.visual .box-txt-02 .txt-sub {
    font-weight: 700;
    font-size: 6.40vw;
    letter-spacing: -0.045em;
    color: #FFF;
}


.btn {
    display: flex;
    align-items: center;
    gap: 1.46vw;
    width: 92vw;
    height: 12.8vw;
    padding-right: 2vw;
    padding-left: 5.46vw;
    margin: 4vw auto 0;
    font-size: 4.53vw;
    letter-spacing: -0.045em;
    background: url(/buss/images/btn-bg.png) no-repeat center / contain;
    color: #FFF;
    border-radius: 46vw;
}
.btn::after {
    content: '';
    width: 9.73vw;
    height: 9.73vw;
    background: url(/buss/images/btn-ico-arrow.png) no-repeat center / contain;
}
.btn.fixed {
    position: fixed;
    right: 0;
    bottom: 5.3vw;
    left: 0;
    z-index: 20;
    box-shadow: 1.33vw 1.33vw 2.4vw 0px rgba(0, 0, 0, 0.1);
}
/* ------------------------- Visual : End ------------------------- */





/* ------------------------- Section : Start ------------------------- */
[class*="section-"] .box-tit {
    padding: 4vw 0;
    margin-bottom: 1.33vw;
    font-weight: 700;
    font-size: 4.40vw;
    line-height: 1.2;
    letter-spacing: -0.025em;
    text-align: center;
    background-color: #05713F;
    color: #FFF;
}



/* Section-01 : Start */
.section-01 {
    padding-top: 5.33vw;
    padding-bottom: 6.67vw;
}


.section-01 .box-desc {
    margin-bottom: 5.33vw;
}
.section-01 .box-desc .txt-desc {
    font-family: 'Pretendard Variable', sans-serif;
    font-size: 2.26vw;
    text-align: center;
    color: #8E8E8E;
}
.section-01 .box-txt-01 {
    margin-bottom: 6.13vw;
    line-height: 1.4;
    text-align: center;
}
.section-01 .box-txt-01 .tit {
    font-weight: 700;
    font-size: 5.60vw;
    line-height: 1.2;
    letter-spacing: -0.055em;
    color: #363636;
}
.section-01 .box-txt-01 > .txt-sub {
    margin: 2.13vw 0 2.67vw;
    font-size: 3.07vw;
    letter-spacing: -0.05em;
    color: #4D4D4D;
}
.section-01 .box-txt-01 .group {
    display: flex;
    align-items: flex-end;
    width: 78.66vw;
    height: 33.6vw;
    padding-bottom: 1.60vw;
    margin: auto;
    background: url(/buss/images/sec01-bg01.jpg) no-repeat center / contain;
}
.section-01 .box-txt-01 .group .txt-sub {
    flex: 1;
    font-size: 3.47vw;
    letter-spacing: -0.025em;
}
.section-01 .box-txt-01 .group .txt-sub:first-child {
    color: #092735;
}
.section-01 .box-txt-01 .group .txt-sub:last-child {
    color: #133F27;
}


.section-01 .box-txt-02 > .tit {
    margin-bottom: 4.27vw;
    font-size: 5.33vw;
    letter-spacing: -0.055em;
    text-align: center;
    color: #008142;
}
.section-01 .box-txt-02 [class*="group-"] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 78.53vw;
    height: 29.87vw;
    margin: 0 auto 1.07vw;
    letter-spacing: -0.02em;
}
.section-01 .box-txt-02 [class*="group-"] .left .tit {
    font-weight: 700;
    font-size: 4.80vw;
    line-height: 1.4;
    letter-spacing: 0;
}
.section-01 .box-txt-02 [class*="group-"] .left .txt-sub {
    margin-bottom: 1.60vw;
    font-size: 3.87vw;
}
.section-01 .box-txt-02 [class*="group-"] .left .txt-desc {
    margin-top: 0.53vw;
    font-size: 2.8vw;
}
.section-01 .box-txt-02 [class*="group-"] .right {
    display: flex;
    flex-direction: column;
    font-weight: 700;
    text-align: center;
}
.section-01 .box-txt-02 .group-01 {
    padding-right: 4.93vw;
    padding-left: 4.26vw;
    background: url(/buss/images/sec01-bg02.jpg) no-repeat center / contain;
}
.section-01 .box-txt-02 .group-01 .right {
    justify-content: center;
    width: 33.6vw;
    height: 17.06vw;
    padding-right: 3.46vw;
    background: url(/buss/images/sec01-obj01.png) no-repeat center / contain;
}
.section-01 .box-txt-02 .group-01 .right .tit {
    font-size: 5.87vw;
    letter-spacing: -0.015em;
}
.section-01 .box-txt-02 .group-01 .right .tit small {
    font-size: 3.86vw;
    color: #363636;
}
.section-01 .box-txt-02 .group-01 .right .txt-sub {
    margin-bottom: 1.07vw;
    font-size: 3.47vw;
    letter-spacing: -0.055em;
    color: #363636;
}
.section-01 .box-txt-02 .group-02 {
    padding-right: 3.73vw;
    padding-left: 4.26vw;
    background: url(/buss/images/sec01-bg03.jpg) no-repeat center / contain;
}
.section-01 .box-txt-02 .group-02 .right {
    width: 33.73vw;
    height: 24vw;
    padding-top: 0.8vw;
    padding-right: 2.66vw;
    margin-bottom: -2.66vw;
    background: url(/buss/images/sec01-obj02.png) no-repeat center / contain;
}
.section-01 .box-txt-02 .group-02 .right .tit {
    font-size: 3.47vw;
    line-height: 1.2;
    letter-spacing: 0.04em;
    color: #FFF;
}
.section-01 .box-txt-02 .group-02 .right .txt-sub {
    margin-bottom: 2.67vw;
    font-size: 4vw;
    letter-spacing: -0.045em;
}
.section-01 .box-txt-02 .group-02 .right small {
    font-size: 3.06vw;
}


.section-01 .box-txt-03 > .tit {
    margin-top: 13.33vw;
    margin-bottom: 3.73vw;
    font-weight: 700;
    font-size: 5.73vw;
    line-height: 1.2;
    letter-spacing: -0.025em;
    text-align: center;
}
.section-01 .box-txt-03 .box-list {
    display: flex;
    flex-direction: column;
    line-height: 1.4;
    background: url(/buss/images/sec01-bg04.png) no-repeat center / contain;
}
.section-01 .box-txt-03 .box-list li {
    display: flex;
    align-items: center;
    padding: 3.20vw 0 3.20vw 6.67vw;
    margin: 0 4vw;
    border-bottom: 1px solid #F0F0F0;
}
.section-01 .box-txt-03 .box-list li:last-child {
    border-bottom: none;
}
.section-01 .box-txt-03 .box-list .tit {
    margin-bottom: 1.60vw;
    font-weight: 700;
    font-size: 5.20vw;
}
.section-01 .box-txt-03 .box-list .txt-sub {
    font-size: 2.93vw;
    color: #4D4D4D;
}
.section-01 .box-txt-03 .box-list .ico-01 {
    width: 16.13vw;
    height: 14.53vw;
    margin-left: 3.73vw;
    background: url(/buss/images/sec01-ico01.png) no-repeat center / contain;
}
.section-01 .box-txt-03 .box-list .ico-02 {
    width: 23.73vw;
    height: 19.33vw;
    margin-left: 6.66vw;
    background: url(/buss/images/sec01-ico02.png) no-repeat center / contain;
}
.section-01 .box-txt-03 .box-list .ico-03 {
    width: 30vw;
    height: 17.73vw;
    margin-left: 3.2vw;
    background: url(/buss/images/sec01-ico03.png) no-repeat center / contain;
}
.section-01 .box-txt-03 .box-list .ico-04 {
    width: 30.93vw;
    height: 18.93vw;
    margin-left: -1.33vw;
    background: url(/buss/images/sec01-ico04.png) no-repeat center / contain;
}
/* Section-01 : End */



/* Section-02 : Start */
.section-02 {
    display: flex;
    flex-direction: column;
    gap: 4vw;
    padding-bottom: 4vw;
    background-color: #EAEAEA;
}
.section-02 [class*="box-txt-"] {
    padding: 8.26vw 0;
    margin: 0 4vw;
    letter-spacing: -0.025em;
    text-align: center;
    background-color: #FFF;
    box-shadow: -5px 8px 22px 0px rgba(0, 0, 0, 0.08);
    border-radius: 4vw;
}
.section-02 [class*="box-txt-"] .box-list {
    display: flex;
    margin: 0 auto;
}
.section-02 [class*="box-txt-"] .box-list li {
    display: flex;
    align-items: center;
    height: 14.4vw;
    background-color: #EEF9F2;
    border-radius: 1.86vw;
}
.section-02 [class*="box-txt-"] .tit {
    display: inline-block;
    position: relative;
    margin-bottom: 2.13vw;
    font-weight: 700;
    font-size: 5.60vw;
}
.section-02 [class*="box-txt-"] .tit .fc-green {
    letter-spacing: -0.045em;
}
.section-02 [class*="box-txt-"] .txt-sub {
    font-size: 2.80vw;
    line-height: 1.5;
    color: #4D4D4D;
}
.section-02 [class*="box-txt-"] .txt-sub small {
    font-size: 2.27vw;
    line-height: 1.5;
}
.section-02 [class*="box-txt-"] .box-list .ico {
    width: 9.33vw;
}
.section-02 [class*="box-txt-"] .box-list .ico-01 {
    height: 8.13vw;
    background: url(/buss/images/sec02-ico01.png) no-repeat center / contain;
}
.section-02 [class*="box-txt-"] .box-list .ico-02 {
    height: 5.73vw;
    background: url(/buss/images/sec02-ico02.png) no-repeat center / contain;
}
.section-02 [class*="box-txt-"] .box-list .ico-03 {
    height: 8vw;
    background: url(/buss/images/sec02-ico03.png) no-repeat center / contain;
}
.section-02 [class*="box-txt-"] .box-list .ico-04 {
    height: 6.53vw;
    background: url(/buss/images/sec02-ico04.png) no-repeat center / contain;
}
.section-02 [class*="box-txt-"] .box-list .ico-05 {
    height: 8vw;
    background: url(/buss/images/sec02-ico05.png) no-repeat center / contain;
}
.section-02 [class*="box-txt-"] .box-list .ico-06 {
    height: 8.13vw;
    background: url(/buss/images/sec02-ico06.png) no-repeat center / contain;
}
.section-02 .tit .badge {
    position: absolute;
    top: -4vw;
    left: -7.33vw;
    width: 6.93vw;
    height: 6.93vw;
    text-align: center;
    background: url(/buss/images/ico-badge.png) no-repeat center / contain;
}
.section-02 .tit .badge span {
    display: inline-block;
    font-weight: 500;
    font-size: 2.40vw;
    letter-spacing: 0;
    color: #FFF;
    transform: rotate(-30deg);
}


.section-02 .box-txt-01 .group .txt-sub .fw-bold {
    font-size: 4.27vw;
    line-height: 1;
    color: #000;
}
.section-02 .box-txt-01 .group .txt-sub .fw-bold small {
    font-size: 3.07vw;
}
.section-02 .box-txt-01 .group .txt-sub:last-child {
    margin: 1.07vw 0;
}
.section-02 .box-txt-01 .box-list {
    flex-direction: column;
    gap: 1.86vw;
    width: 78.66vw;
}
.section-02 .box-txt-01 .box-list li {
    padding-left: 14.26vw;
}
.section-02 .box-txt-01 .box-list .txt-sub {
    padding-top: 0.53vw;
    font-size: 4.67vw;
    line-height: 1;
    text-align: left;
    color: #606060;
}
.section-02 .box-txt-01 .box-list small {
    vertical-align: middle;
}
.section-02 .box-txt-01 .box-list .ico {
    margin-right: 3.46vw;
}


.section-02 .box-txt-02 .group-02 {
    display: flex;
    align-items: center;
    gap: 4vw;
    width: 77.73vw;
    padding-bottom: 6.4vw;
    margin: 5.87vw auto 0;
    line-height: 1.2;
    text-align: left;
    background: url(/buss/images/sec02-bg-dashed.png) no-repeat center bottom / 100% 0.4vw;
}
.section-02 .box-txt-02 .group-02 .tit {
    font-size: 5.20vw;
}
.section-02 .box-txt-02 .group-02 .tit .fw-medium {
    font-size: 4vw;
}
.section-02 .box-txt-02 .group-02 .ico-01 {
    width: 26vw;
    height: 17.33vw;
    background: url(/buss/images/sec02-obj01.png) no-repeat center / contain;
}
.section-02 .box-txt-02 .group-03 .tit {
    margin-top: 7.33vw;
    font-size: 5.20vw;
}
.section-02 .box-txt-02 .box-list {
    flex-wrap: wrap;
    width: 77.86vw;
    margin-top: 5.06vw;
    column-gap: 1.6vw;
    row-gap: 2vw;
}
.section-02 .box-txt-02 .box-list li {
    flex-basis: calc(50% - 0.8vw);
    padding-left: 2.66vw;
}
.section-02 .box-txt-02 .box-list .txt-sub {
    font-size: 3.20vw;
    line-height: 1.2;
    text-align: left;
}
.section-02 .box-txt-02 .box-list .ico {
    margin-right: 2.13vw;
}
/* Section-02 : End */



/* Section-03 : Start */
.section-03 {
    display: flex;
    flex-direction: column;
    gap: 4vw;
    padding-bottom: 10vw;
    background-color: #EAEAEA;
}
.section-03 .box-tit {
    font-size: 5.07vw;
}


/* Accordion : Start */
.section-03 .comp-accordion {
    margin: 0 4vw;
}
.section-03 .comp-accordion .panel-title a {
    height: 16.67vw;
    padding-left: 5.33vw;
}
.section-03 .comp-accordion .panel-title .tit {
    display: flex;
    align-items: center;
    gap: 2vw;
    font-size: 4.67vw;
}
.section-03 .comp-accordion .panel-title .tit .num {
    border-bottom: 1px solid #008142;
    font-weight: 700;
    color: #008142;
}
.section-03 .comp-accordion .panel-body {
    padding: 6.67vw 6.13vw;
    background: #FFF url(/buss/images/bg-dashed.png) no-repeat center top / 85.33vw 0.53vw;
}
.section-03 .comp-accordion .panel-body .box-list {
    display: flex;
    flex-direction: column;
    gap: 2.67vw;
}
.section-03 .comp-accordion .panel-body .box-list li {
    position: relative;
    padding-left: 3.20vw;
    font-size: 2.93vw;
    line-height: 1.5;
    letter-spacing: -0.03em;
}
.section-03 .comp-accordion .panel-body .box-list li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}
.section-03 .comp-accordion .panel-body .box-list > li::before {
    content: '-';
}
.section-03 .comp-accordion .panel-body .box-list .depth-list.dot li {
    padding-left: 2.13vw;
}
.section-03 .comp-accordion .panel-body .box-list .depth-list.dot li::before {
    top: 1.87vw;
    width: 0.53vw;
    height: 0.53vw;
    background-color: #000;
    border-radius: 50%;
}
/* Accordion : End */
/* Section-03 : End */



/* Accordion (Bootstrap) : Start */
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
.collapsing {
    overflow: hidden;
    position: relative;
    height: 0;
    transition-property: height, visibility;
    transition-duration: .3s;
    transition-timing-function: ease;
}
.comp-accordion .panel {
    margin-bottom: 5.33vw;
}
.comp-accordion .panel:last-child {
    margin-bottom: 0;
}
.comp-accordion .panel-title {
    overflow: hidden;
    min-height: auto;
    padding: 0;
    border: none;
    text-align: left;
    box-shadow: 1.33vw 1.33vw 2.4vw 0 rgba(0, 0, 0, 0.1);
    border-radius: 2vw;
}
.comp-accordion .panel-title a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background-color: #FFF;
}
.comp-accordion .panel-body {
    overflow: hidden;
    background-color: #FFF;
    transition: box-shadow 0s ease-in-out 0s;
    box-shadow: 1.33vw 1.33vw 2.4vw 0 rgba(0, 0, 0, 0.1);
    border-radius: 2vw;
}


.comp-accordion .panel-title a .ico-arrow {
    position: absolute;
    top: 0;
    right: 3.73vw;
    bottom: 0;
    width: 4.8vw;
    height: 4.8vw;
    margin: auto;
    background: url(/buss/images/ico-arrow.png) no-repeat center / contain;
}
.comp-accordion .panel-title a[aria-expanded="true"][class] .ico-arrow {
    transform: rotate(180deg);
}
/* Accordion (Bootstrap) : End */
/* ------------------------- Section : End ------------------------- */





/* ------------------------- Footer : Start ------------------------- */
.footer {
    font-family: 'Pretendard Variable', sans-serif;
    line-height: 1.5;
    letter-spacing: -0.035em;
    background-color: #EAEAEA;
    color: #505259;
}
.footer .inner {
    padding: 0 5.3vw 24vw;
}
.footer .btn-term {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 74.66vw;
    height: 10.67vw;
    margin: 0 auto 7.73vw;
    border: 1px solid #505259;
    font-weight: 700;
    font-size: 4.40vw;
    border-radius: 1.33vw;
}
.footer .top {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer .box-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 1.6vw;
}
.footer .box-title .title {
    font-weight: 700;
    font-size: 4vw;
    letter-spacing: -0.015em;
}
.footer .box-title .number {
    font-size: 2vw;
    letter-spacing: 0;
    color: #8E8E8E;
}
.footer .dot {
    position: relative;
    padding-left: 1.8vw;
    margin-bottom: 2vw;
    font-size: 2.7vw;
}
.footer .dot::before {
    content: '';
    position: absolute;
    top: 1.6vw;
    left: 0;
    width: 0.4vw;
    height: 0.4vw;
    background-color: #505259;
    border-radius: 50%;
}
.footer .sub {
    display: block;
    margin-bottom: 1.06vw;
    font-weight: 600;
    font-size: 2.67vw;
}
.footer .sub-desc {
    display: block;
    font-size: 1.86vw;
    line-height: 1.8;
}
.footer .group-number {
    margin-top: 2.4vw;
    margin-bottom: 6.67vw;
    font-size: 2.67vw;
    line-height: 1.8;
}
.footer .bottom {
    padding-top: 4.2vw;
}
.footer .bottom p {
    font-size: 2.7vw;
    color: #505259;
}
.footer .bottom .text-list {
    margin-top: 4.2vw;
}
.footer .bottom .text-list span {
    display: inline-block;
    margin-left: 2.7vw;
    font-size: 2.7vw;
}
.footer .bottom .text-list .title {
    font-size: 3.33vw;
}
.footer .bottom .text-list span:last-child {
    margin-left: 0;
}
.footer .bottom .time {
    margin-top: 2.13vw;
}
/* ------------------------- Footer : End ------------------------- */