<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.main-visual {
  position: relative;
  width: 100%;
}

.mv-slide {
  position: relative;
}

.mv-slide .slick-track {
  height: 579px;
}

.mv-slide__item {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.mv-slide__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
}
.mv-slide__bg img {
  display: block;
  width: 100%;
  height: 100%;
}
.mv-slide__txt {
  position: absolute;
  left: 50%;
  transform: translateX(-640px);
  top: 60px;
  color: #fff;
  width: 530px;
}

.mv-slide__txt h2 {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 16px;
}

.mv-slide__txt h1 {
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 40px;
}

.mv-slide__txt p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

.mv-slide__txt .bible {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 103px;
}

.main-visual .slick-nav {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-visual .circle {
  margin: 0 4px;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.main-visual .slick-nav__prev,
.main-visual .slick-nav__next {
  display: none;
}
.main-visual .active .circle {
  width: 30px;
}
.slick-nav__btns {
  margin-left: 13px;
}
.slick-nav__pause {
  width: 10px;
  height: 10px;
  background-image: url('/image/common/pause_icon.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
  color: transparent;
}
.slick-nav__pause.paused {
  background-image: url('/image/common/play_icon.svg');
}

.mv-slide__arrow button,
.major-slide__arrow button {
  width: 23px;
  height: 23px;
  border-top: 3px solid #ccc;
  border-right: 3px solid #ccc;
  position: absolute;
  top: 50%;
  transition: border 0.3s ease;
}
.mv-slide__arrow button:hover {
  border-color: #fff;
}
.major-slide__arrow button:hover {
  border-color: #aaa;
}

.mv-slide__arrow .prev,
.major-slide__arrow .prev {
  -webkit-transform: translateX(-740px) translateY(-50%) rotate(-135deg);
  transform: translateX(-740px) translateY(-50%) rotate(-135deg);
  left: 50%;
}

.mv-slide__arrow .next,
.major-slide__arrow .next {
  right: 50%;
  -webkit-transform: translateX(740px) translateY(-50%) rotate(45deg);
  transform: translateX(740px) translateY(-50%) rotate(45deg);
}

.main-intro {
  padding-top: 60px;
  padding-bottom: 120px;
  background-image: url('/image/main/main_intro_bg01.png');
  background-repeat: no-repeat;
  background-size: 292px auto;
  background-position: right center;
}

.intro-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}

.intro-list li {
  border: 1px solid #ddd;
  width: 24%;
  height: 110px;
  background-image: none;
  z-index: 1;
  position: relative;
}

.intro-list li::before {
  content: '';
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url('/image/main/main_intro_hover_bg.png');
  background-size: cover;
  background-position: center;
  opacity: 0;
  z-index: -1;
}

.intro-list li:hover .intro-list__txt {
  color: #fff;
}

.intro-list li:hover::before {
  opacity: 1;
}

.intro-list li a {
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.intro-list__txt {
  color: #444;
  font-size: 16px;
  font-weight: 400;
}
.intro-list li a .intro-list__img {
  text-align: center;
  display: block;
  margin-bottom: 10px;
  height: 45px;
  width: 100%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-size: auto 100%;
  background-position: center;
}

.intro-list li:nth-child(1) .intro-list__img {
  background-image: url('/image/main/main_intro_icon01.svg');
}

.intro-list li:nth-child(2) .intro-list__img {
  background-image: url('/image/main/main_intro_icon02.svg');
}

.intro-list li:nth-child(3) .intro-list__img {
  background-image: url('/image/main/main_intro_icon03.svg');
}

.intro-list li:nth-child(4) .intro-list__img {
  background-image: url('/image/main/main_intro_icon04.svg');
}

.intro-list li:hover .intro-list__img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.intro-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 380px;
}

.intro-view__txt {
  background-image: url('/image/main/main_intro_illust01.jpg');
  background-size: cover;
  background-position: center;
  padding: 104px 0 0 95px;
  width: 50%;
  height: 100%;
  color: #fff;
}

.intro-view__txt h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 17px;
}

.intro-view__txt p {
  width: 400px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 20px;
}

.intro-view__img {
  width: 50%;
  height: 100%;
}

.intro-view__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.main-tit {
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  color: #000;
  text-align: center;
}

.main-major .main-tit {
  margin-bottom: 59px;
}

.major-slide__item {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.major-slide__item a {
  background-color: #fff;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 32px;
  transition: all 0.3s ease;
}
.major-slide__item a img {
  transition: all 0.3s ease;
}
.major-slide__item:hover a {
  background-color: #165636;
}
.major-slide__item:hover a img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.major-slide__item p {
  color: #999;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.3s ease;
}

.major-slide__item:hover p {
  color: #165636;
}

.major-slide__item .inner {
  position: relative;
}

.main-monthly {
  padding: 130px 0 90px;
  background-image: url('/image/main/main_monthly_bg01.png');
  background-position: top 50px left;
  background-repeat: no-repeat;
}

.main-monthly .main-tit {
  margin-bottom: 50px;
}

.monthly-calender {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Montserrat';
  padding-bottom: 28px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 25px;
}
.monthly-calender__inner {
  width: 100%;
  display: flex;
  align-items: center;
}
.monthly-calender__month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 48px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #6e6c75;
  border-radius: 2em;
  margin-right: 24px;
}

.monthly-calender__month span {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  display: block;
  line-height: 1;
}

.monthly-calender__month button {
  line-height: 1;
}

.monthly-calender__month button i {
  font-size: 12px;
  color: #fff;
}

.monthly-calender__day {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.monthly-calender__day span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% / 31);
  height: var(--monthlyHeight);
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  border: 1px solid transparent;
}

.monthly-calender__day span.sun {
  color: #ff6262;
}

.monthly-calender__day span.on {
  background-color: #227b4f;
  color: #fff;
  font-weight: 700;
}

.monthly-schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #dee1e0;
  padding: 46px 44px;
}
.monthly-schedule__desc {
  display: flex;
  width: 90%;
  align-items: center;
  justify-content: space-between;
}
.monthly-schedule:not(:last-child) {
  margin-bottom: 20px;
}
.monthly-schedule.none {
  display: flex;
  align-items: center;
  justify-content: center;
}
.monthly-schedule em {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  width: 10%;
  color: #000;
  font-size: 24px;
  line-height: 1;
}

.monthly-schedule em span {
  font-size: 36px;
  color: #227b4f;
  font-weight: 700;
  font-family: 'Montserrat';
  line-height: 1;
}

.monthly-schedule strong {
  display: block;
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.monthly-schedule p {
  margin-left: auto;
  color: #666;
  font-size: 18px;
  font-weight: 400px;
  white-space: nowrap;
  margin-left: 20px;
}

.monthly-desc {
  min-height: 252dx;
}

.monthly-desc .monthly-btn {
  margin-top: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* �щ젰 �섏젙 */
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  display: block;
  content: '';
  clear: both;
}
.sch { box-shadow: 5px 5px 5px rgba(0,0,0,.1); }
.sch .fr {
	border: 1px solid #D7D7D7;
	width: 50%;
	height: 400px;
	box-sizing: border-box;
	background: #fff;
	padding: 39px 40px;
}
.cal_wrap {
	font-family: 'Open Sans';
	padding-top: 30px;
	box-sizing: border-box;
	width: 50%;
	height: 400px;
	background: url(/image/main/00_main_05.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.cal_year strong {
	color: #fff;
	font-size: 35px;
	font-weight: 600;
	border: 0;
	font-family: 'Open Sans';
	height: 60px;
}
.cal_year {
	height: 60px;
	line-height: 60px;
	position: relative;
	text-align: center;
}
.cal_year button {
	position: absolute;
	top: 50%;
	margin-top: -3px;
	width: 8px;
	height: 13px;
	left: 50%;
  transform: translateY(-50%);
}
.cal_year .prev {
	margin-left: -113px;
}
.cal_year i {
  font-size: 15px;
  color: #fff;
}
.cal_year .next {
	margin-left: 105px;
}
.cm_cal {
	width: 460px;
	margin: 30px auto 0;
	border: 0;
	table-layout: fixed;
	text-align: center;
	font-family: 'Open Sans';
}
.cal_wrap th {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	padding: 0;
	padding-bottom: 16px;
}
.cal_wrap .date {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 17px;
	color: #FFF;
}
.cal_wrap td.on .date {
	color: #ffcc42;
	border: 1px solid #ffcc42;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.cal_wrap td {
	text-align: center;
	height: 38px;
	position: relative;
	padding: 0;
	border: 0;
}
.sch ul {
	margin-top: 15px;
	height: 270px;
}
.sch li {
	position: relative;
	padding: 0 80px 0 116px;
	height: 80px;
	margin-bottom: 15px;
}
.sch span { display: block; }
.sch .fr .date {
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #D7D7D7;
	text-align: center;
	width: 90px;
	box-sizing: border-box;
	height: 80px;
	font-family: 'Open Sans';
	padding-top: 19px;
}
.sch .fr .tit a {
  font-size: 22px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.sch .fr .tit a span {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #888;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  line-height: 1;
}
.sch .fr .tit a span i {
  font-size: 12px;
  color: #888;
  line-height: 1;
}
.sch .fr a:hover .date { background: #EBEBEB; }
.sch .fz18 {
	line-height: 44px;
	padding-top: 5px;
  font-size: 18px;
}
.sch .fz16 { font-weight: 300; font-size: 16px;}

.text_ov {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ovy {
  overflow-y: auto;
  overflow-x: hidden;
}
.bold {
  font-weight: 800 !important;
}
.db {
  display: block;
}

html {
	scrollbar-arrow-color: #fff;
	scrollbar-Track-Color: #fff;
	scrollbar-base-color: #fff;
	scrollbar-Face-Color: #EBEBEB;
	scrollbar-3dLight-Color: #fff;
	scrollbar-DarkShadow-Color: #fff;
	scrollbar-Highlight-Color: #fff;
	scrollbar-Shadow-Color: #fff
}
::-webkit-scrollbar {
width: 5px;
height: 5px;
}
::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
display: block;
width: 5px;
height: 12px;
background: #fff;
}
::-webkit-scrollbar-track {
background: #fff;
}
::-webkit-scrollbar-thumb {
background: #EBEBEB
}
.fz14 {
  font-size: 14px;
}
.fz18 {
  font-size: 18px;
}
.fz22 {
  font-size: 22px;
}

/* end �щ젰�섏젙  - �뚯뒪 異쒖쿂 : 寃쎌같�щぉ�꾩썝�� */



.main-news {
  padding: 125px 0 140px;
  background-color: #f2f2f2;
  background-image: url('/image/main/main_news_bg.png');
  background-repeat: no-repeat;
  background-size: 21% auto;
  background-position: top right 3.90625%;
}
.main-top {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.main-top .main-tit {
  margin-right: 10px;
}

.main-top p {
  color: #444;
  font-weight: 400;
  font-size: 18px;
}

.main-top .main-news-tab {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-top .main-news-tab li {
  width: 104px;
  height: 37px;
  background-color: #bfc5c2;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2em;
  font-size: 16px;
  font-weight: 400;
  margin-left: 10px;
  cursor: pointer;
}

.main-top .main-news-tab li.on {
  background-color: #227b4f;
  color: #fff;
}

.main-news-list {
  margin-bottom: 40px;
}

.main-news-list li {
  display: none;
}

.main-news-list li.on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-news-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 24%;
  border: 1px solid transparent;
  transition: border 0.3s ease;
  margin-right: calc(4% / 3);
}
.main-news-list li a:nth-child(4) {
  margin-right: 0;
}

.main-news-list li a:hover .cate-label {
  background-color: #227b4f;
  color: #fff;
}

.main-news-list li .main-news__img {
  padding-top: 60%;
  position: relative;
  overflow: hidden;
  display: block;
}
.main-news-list li a .main-news__img img {
  transition: all 0.7s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.main-news-list li a:hover .main-news__img img {
  scale: 1.1;
}
.main-news-list li .main-news__box {
  background-color: #fff;
  padding: 15px;
  transition: all 0.3s ease;
  flex: 1;
}
.main-news-list li a:hover {
  border-color: #227b4f;
}

.main-news-list li .main-news__box strong {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  display: block;
  margin-bottom: 16px;
  height: 2.8em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.main-news-list li .main-news__box:hover strong {
  text-decoration-line: underline;
  text-underline-offset: 5px;
}

.main-news-list li .cate-label {
  font-size: 12px;
  font-weight: 700;
  color: #227b4f;
  border: 1px solid #227b4f;
  line-height: 1;
  padding: 8px 15px;
  display: inline-block;
  margin-bottom: 12px;
  transition: all 0.3s ease;
}

.main-news-list li .main-news__info {
  padding-top: 12px;
  border-top: 1px solid #ededed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-news-list li .main-news__info span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #7f8c86;
  font-size: 14px;
  font-weight: 400;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
  line-height: 1;
}
.main-news-list li .main-news__info span:last-child {
  margin-right: 0;
}

.main-news-list li .main-news__info span img {
  margin-right: 3px;
}

.main-news-util {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-news-util &gt; div {
  padding: 36px 40px 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.main-news-util &gt; div.main-news__support {
  width: 37.5%;
  margin: 0 20px;
}

.main-news-util &gt; div.main-news__support .util-top {
  padding-bottom: 16px;
}

.main-news-util &gt; div .util-top {
  height: 36px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-news-util &gt; div .util-top strong {
  display: block;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.main-news-util &gt; div .common-btn {
  line-height: 1;
  padding: 9px 16px;
}

.main-news-util &gt; div .util-desc {
  min-height: 250px;
  border-top: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main-news__newsletter .util-desc li {
  width: 40%;
}

.main-news__newsletter .util-desc li p {
  text-align: center;
  font-weight: 400;
  color: #000;
  font-size: 18px;
  white-space: nowrap;
}

.main-news__newsletter .util-desc li p span {
  font-weight: 700;
}

.main-news__newsletter .util-desc li a &gt; span {
  display: block;
  margin-bottom: 15px;
}

.main-news__newsletter .util-desc li a &gt; span img {
  width: 100%;
}

.main-news__support .util-desc li {
  width: 30%;
}

.main-news__support .util-desc li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-news__support .util-desc li a span {
  color: #000;
  font-weight: 400;
  font-size: 16px;
  white-space: nowrap;
}

.main-news__support .util-desc li a img {
  display: block;
  margin-bottom: 10px;
}

.main-news__video .util-desc img {
  display: block;
  width: 100%;
}
.main-news-util .util-top .common-btn.green {
  color: #fff;
  background-color: #006f3e;
}

@media all and (max-width: 1510px) {
  .show-1510 {
    display: block !important;
  }
  .mv-slide__arrow .prev {
    -webkit-transform: translate(0) rotate(-135deg);
    transform: translate(0) rotate(-135deg);
    left: 3.90625%;
  }

  .mv-slide__arrow .next {
    right: 3.90625%;
    -webkit-transform: translate(0) rotate(45deg);
    transform: translate(0) rotate(45deg);
  }
  .major-slide__arrow .prev,
  .major-slide__arrow .next {
    display: none;
  }

  .mv-slide__txt {
    left: 10%;
    transform: none;
  }
  .major-slide__bar {
    width: 100%;
    height: 8px;
    border-radius: 4px;
    background-color: #d9d9d9;
    margin-top: 80px;
    overflow: hidden;
    position: relative;
  }
  .major-slide__fill {
    position: absolute;
    left: 0;
    top: 0;
    height: 8px;
    width: 0;
    background-color: #006F3E;
  }
}
</pre></body></html>