<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.guide {
  max-width: 1920px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
}

.guide.hide {
  display: none;
}

.sub_visual {
  height: 300px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
}

.sub_visual.K01 {
  background-image: url("/image/sub/subtop_01.jpg");
}

.sub_visual.K02 {
  background-image: url("/image/sub/subtop_02.jpg");
}

.sub_visual.K03 {
  background-image: url("/image/sub/subtop_03.jpg");
}

.sub_visual.K04 {
  background-image: url("/image/sub/subtop_04.jpg");
}

.sub_visual.K05 {
  background-image: url("/image/sub/subtop_05.jpg");
}

.sub_visual hgroup {
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.sub_visual hgroup h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}

.sub_visual hgroup h3 {
  font-size: 14px;
  opacity: .6;
  font-weight: 800;
  margin-bottom: 12px;
  letter-spacing: 1em;
}

.sub-lnb-side {
  width: 280px;
  padding-top: 33px;
  margin-right: 45px;
}

.lnb_list a {
  display: block;
}

#container .sub-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#container .sub-page article {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 955px;
  padding-top: 112px;
  padding-bottom: 144px;
}

.sub-arti-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 59px;
}

.sub-arti-top h3 {
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  color: #000;
}

.sub-lnb-side h2 {
  height: 136px;
  width: 100%;
  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;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.sub-lnb-side h2::after {
  content: "";
  display: block;
  position: absolute;
  width: 176px;
  height: 176px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(transparent));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), transparent);
  top: 15%;
  right: -10%;
}
.sub-lnb-side.K02 h2::after {
  background: linear-gradient(to bottom, rgba(98, 65, 9, 0.3), transparent 62% 100%);
  z-index: -1;
}
.sub-lnb-side.K01 h2 {
  background-color: #227B4F;
}

.sub-lnb-side.K01 .lnb_list a.active {
  color: #227B4F;
  border-bottom: 1px solid #227B4F;
}

.sub-lnb-side.K01 .lnb_list a:hover {
  background-color: #227B4F;
}

.sub-lnb-side.K02 h2 {
  background-color: #AA8B56;
}

.sub-lnb-side.K02 .lnb_list a.active {
  color: #AA8B56;
  border-bottom: 1px solid #AA8B56;
}

.sub-lnb-side.K02 .lnb_list a:hover {
  background-color: #AA8B56;
}

.sub-lnb-side.K03 h2 {
  background-color: #4E6C50;
}

.sub-lnb-side.K03 .lnb_list a.active {
  color: #4E6C50;
  border-bottom: 1px solid #4E6C50;
}

.sub-lnb-side.K03 .lnb_list a:hover {
  background-color: #739876;
}

.sub-lnb-side.K04 h2 {
  background-color: #395144;
}

.sub-lnb-side.K04 .lnb_list a.active {
  color: #395144;
  border-bottom: 1px solid #395144;
}

.sub-lnb-side.K04 .lnb_list a:hover {
  background-color: #5F7E6A;
}

.sub-lnb-side.K05 h2 {
  background-color: #7D8F69;
}

.sub-lnb-side.K05.lnb_list a.active {
  color: #7D8F69;
  border-bottom: 1px solid #7D8F69;
}

.sub-lnb-side.K05 .lnb_list a:hover {
  background-color: #9CAF86;
}

.lnb_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  color: #666;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  padding-left: 20px;
}

.lnb_list a.active {
  font-weight: 700;
}

.lnb_list a:hover {
  color: #fff !important;
}

.sub-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sub-nav .home-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sub-nav .home-btn img {
  margin-right: 4px;
}

.sub-nav a {
  line-height: 1;
  color: #666;
  font-size: 14px;
  font-weight: 400;
}

.sub-nav i {
  color: #666;
  font-size: 12px;
  margin: 0 13px;
}
.sub-subtit-area {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  justify-content: space-between;
  word-break: keep-all;
}
.sub-subtit {
  color: #000;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
}
.sub-note {
  font-size: 14px;
  font-weight: 400;
  color: #999;
}
.table-wrap {
  margin-bottom: 50px;
}
.sub-table {
  border-top: 1px solid #999;
}
.K0103 .sub-table:not(:last-child) {
  margin-bottom: 50px;
}
.table-note {
  font-size: 12px;
  color: #227B4F;
  margin-bottom: 3px;
}
.sub-table:last-child {
  margin-bottom: 0;
}
.sub-table &gt; ul {
  display: flex;
  border-bottom: 1px solid #ddd;
}
.sub-table__head {
  background-color: #fafafa;
}
.sub-table .sub-table__head li {
  color: #333;
  font-weight: 700;
}
.sub-table &gt; ul &gt; li {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #444;
  font-size: 16px;
  font-weight: 400;
  border-left: 1px solid #ddd;
}
.sub-table ul li.serial {
  height: auto;
  padding: 0;
}
.sub-table ul li:first-child {
  border-left: none;
}
.K0103 .sub-table.style01 {
  padding-bottom: 60px;
  border-bottom: 1px solid #ddd;
}
.K0103 .sub-table.style01 ul li {
  width: 16%;
}
.K0103 .sub-table.style01 ul li:nth-child(2) {
  flex: 1;
}
.sub-table.style02 &gt; ul &gt; li {
  width: 30%;
}
.sub-table.style02 &gt; ul &gt; li:nth-child(2) {
  width: 70%;
}
.sub-table__inner {
  width: 100%;
}
.sub-table__inner p {
  text-align: left;
  padding: 20px;
  border-bottom: 1px solid #ddd;
  padding-left: 50px;
}
.sub-table__inner p:last-child {
  border-bottom: none;
}
.sub-table .ta-left {
  text-align: left;
  justify-content: flex-start;
  padding-left: 50px;
}
.sub-tabletit-area {
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
  align-items: center;
}
.sub-tabletit-area h5 {
  color: #1E754E;
  font-size: 20px;
  font-weight: 700;
}
.sub-tabletit-area p {
  font-size: 15px;
  font-weight: 400;
  color: #666;
  padding-left: 24px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 20px;
}
.sub-tabletit-area .location {
  margin-left: auto;
  margin-right: 16px;
  background-image: url('/image/sub/committee_loc_icon.svg');
}
.sub-tabletit-area .phone {
  background-image: url('/image/sub/committee_phone_icon.svg');
}
.location-map {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.location-map__img {
  width: 100%;
  margin-bottom: -1px;
  overflow: hidden;
}
.location-map__img img {
  width: 100%;
  display: block;
}
.location-info {
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  background-color: #227B4F;
  font-size: 16px;
  font-weight: 400;
  padding: 0 40px;
}
.location-info strong {
  font-size: 20px;
  font-weight: 700;
}
.location-info p {
  display: flex;
  align-items: center;
}
.location-info p img {
  margin-right: 5px;
}
.location-qr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  border: 1px solid #227B4F;
}
.location-traffic {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.location-traffic a {
  width: 32.6%;
  display: flex;
  flex-direction: column;
  height: 32.6vmin;
  border: 1px solid #ddd;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
.location-traffic a:nth-child(3) {
  cursor: auto;
}
.location-traffic a em {
  display: block;
  color: #000;
  font-weight: 700;
  margin-bottom: 18px;
}
.location-traffic a span {
  display: block;
  margin-bottom: 21px;
}
.location-traffic a strong {
  font-weight: 700;
  display: block;
  margin-bottom: 12px;
}
.location-traffic a:nth-child(1) strong {
  color: #3495DF;
}
.location-traffic a:nth-child(2) strong {
  color: #826148;
}
.location-traffic a:nth-child(3) strong {
  color: #444;
}
.location-traffic a p {
  color: #444;
  line-height: 1.6;
}
.prayer-box {
  background-color: #fff;
  box-shadow: 6px 4px 18px 2px rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.prayer-box:last-of-type {
  margin-bottom: 0;
}
.prayer-img {
  flex: 1;
}
.prayer-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.prayer-txt {
  width: 50%;
  padding: 42px 56px;
}
.prayer-txt p {
  font-size: 16px;
  line-height: 1.6;
}
.prayer-from {
  margin-top: 28px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  text-align: right;
}
.sub-banner {
  padding: 30px;
  display: flex;
  background: linear-gradient(90deg, #FCFAEF 18.64%, #EBF4EF 83.46%);
  align-items: flex-start;
  position: relative;
  margin-bottom: 50px;
  z-index: 1;
}
.sub-banner.style02 {
  background: linear-gradient(90deg, #FCFAEF 18.64%, #D0E3D2 83.46%);
}
.sub-banner img {
  display: block;
  margin-right: 20px;
}
.sub-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url('/image/sub/business_banner_bg.png');
  background-size: 30% auto;
  background-position: right 7% top 70%;
  background-repeat: no-repeat;
  z-index: -1;
}
.sub-banner__txt{
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  color: #484236;
  letter-spacing: -0.02em;
}
.sub-banner__txt span {
  color: #A78751;
}
.committee-banner {
  height: 280px;
  display: flex;
  align-items: center;
  background-image: url('/image/sub/committee_intro_banner01.jpg');
  background-size: cover;
  background-position: center;
  padding-left: 12%;
  margin-bottom: 28px;
}
.committee-banner__txt {
  text-align: center;
}
.committee-banner__txt p {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}
.committee-banner__txt span {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.sub-p01 {
  color: #222;
  font-size: 16px;
  font-weight: 400;
  word-break: break-all;
  line-height: 1.7;
}
.committee-intro:not(:last-child) {
  padding-bottom: 50px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 50px;
}
.committee-mb {
  margin-bottom: 40px;
}
.committee-inner {
  display: flex;
}
.committee-img {
  margin-right: 25px;
  width: 24.5%;
}
.committee-img.single {
  width: 35%;
}
.committee-img span {
  display: block;
  text-align: center;
  margin-top: 15px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
}
.committee-inner .sub-p01 {
  margin-left: 15px;
  flex: 1;
}
.K0101 .sub-table ul li:nth-child(1){
  width: 14.5%;
}
.K0101 .sub-table ul li:nth-child(2){
  width: 28%;
}
.K0101 .sub-table ul li:nth-child(3){
  width: 33.5%;
}
.K0101 .sub-table ul li:nth-child(4){
  flex: 1;
}
.history-current {
  display: none;
}
.history-tab {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.history-tab div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  border: 1px solid #ddd;
  color: #666;
  font-weight: 700;
  font-size: 16px;
  height: 48px;
  cursor: pointer;
}
.history-tab div:not(:last-child) {
  border-right: none;
}
.history-tab div.on {
  background-color: #1E754E;
  border-color: #1E754E;
  color: #fff;
}
.history-list &gt; li {
  display: none;
}
.history-list &gt; li.on {
  display: block;
}
.history-inner {
  display: flex;
  margin-bottom: 50px;
  justify-content: space-between;
}
.history-desc {
  border-top: 1px solid #ddd;
  width: 76.2%;
}
.history-desc li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding: 24px 0;
}
.history-desc li em {
  width: 19%;
  padding-left: 12px;
  color: #000;
  display: block;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}
.history-desc li em::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #1E754E;
}
.history-desc li p {
  color: #444;
  font-size: 16px;
  font-weight: 400;
  flex: 1;
}
.history-year {
  color: #006F3E;
  font-size: 40px;
  font-weight: 800;
}
.business-list {
  margin-bottom: 28px;
}
.business-list li {
  line-height: 1;
  margin-bottom: 12px;
}
.business-list__item {
  color: #222;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  position: relative;
}
.circle .business-list__item {
  padding-left: 18px;
}
.circle .business-list__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: .8em;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  border: 2px solid #AA8B56;
  border-radius: 50%;
}
.business-img {
  display: flex;
  margin-bottom: 70px;
  justify-content: space-between;
  position: relative;
}
.business-img div {
  width: 49%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.K0207 .business-img div {
  width: 32%;
}
.K0207 .business-img:last-child div {
  width: 100%;
}
.business-img &gt; span {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 100%);
  font-size: 16px;
  font-weight: 700;
}
.business-img div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.business-img div span {
  display: block;
  width: 100%;
  position: absolute;
  text-align: center;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.business-list__desc {
  padding-left: 17px;
  color: #444;
  font-size: 16px;
  font-weight: 400;
  margin-left: 18px;
  position: relative;
  margin-top: 16px;
}
.business-list__desc::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #AA8B56;
  border-radius: 50%;
  position: absolute;
  top: .5em;
  left: 0;
}
.business-list__desc.nodot {
  color: #AA8B56;
  padding-left: 0;
}
.business-list__desc.nodot::before {
  display: none;
}
.K0202 .business-list {
  margin-bottom: 50px;
}
.sub-table__desc .business-list {
  margin-bottom: 0;
}
.sub-table__desc .business-list li:last-child {
  margin-bottom: 0;
}
.sub-table__desc .business-list p {
  text-align: left;
}
.K0204 .sub-table .sub-table__desc &gt; li:nth-child(2) {
  justify-content: flex-start;
}
.K0204 .business-list.style02 li p:last-child {
  flex: 1;
}
.business-step {
  background-color: #F9F7F4;
  display: flex;
  padding: 36px 15px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}
.business-step &gt; span {
  color: #4E3710;
  font-size: 20px;
  display: block;
  padding-top: 48px;
}
.business-step__item {
  width: 100px;
  height: 308px;
  background-color: #fff;
  border: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 48px;
  position: relative;
}
.business-step__item span i {
  color: #AA8B56;
}
.business-step__item span {
  color: #222;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}
.business-step__item span:not(:last-child) {
  margin-bottom: 12px;
}
.business-step__item strong {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  background-color: #B59051;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  height: 48px;
}
.K0204 .business-img {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.K0204 .business-img div {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.K0204 .business-img div:nth-child(3n) {
  margin-right: 0;
}
.K0204 .business-img div:nth-child(4n),
.K0204 .business-img div:nth-child(5n) {
  margin-bottom: 0;
}
.business-list.style02 {
  margin-bottom: 50px;
}
.business-list.style02 li{
  display: flex;
  align-items: center;
}
.business-list.style02 li p {
  font-size: 16px;
  color: #222;
  font-weight: 400;
}
.business-list.style02 .business-list__item {
  font-weight: 700;
  width: 102px;
  flex: none;
}
.business-list__item &gt; span {
  display: inline-block;
  margin-right: 10px;
  color: #AA8B56;
  font-weight: 700;
}
.K0208 .common-btn {
  background-color: #AA8B56;
  color: #fff;
  border: none;
  height: 64px;
  width: 244px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.sub-banner02 {
  background-color: #F5F5F5;
  width: 85%;
  height: 108px;
  margin: 0 auto 28px;
  color: #1F563E;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
.K0209 .sub-banner {
  margin-bottom: 20px;
}
.K0210 .business-img {
  flex-wrap: wrap;
}
.K0210 .business-img div:nth-child(1),
.K0210 .business-img div:nth-child(2) {
  margin-bottom: 20px;
}
.K0210 .business-list:first-of-type {
  margin-bottom: 50px;
}
.monthly-inner {
  display: flex;
  justify-content: space-between;
}
.monthly-calendar {
  width: 63%
}
.monthly-detail {
  width: 33.5%;
  display: flex;
  flex-direction: column;
}
.monthly-calendar__top {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  background-color: #4E6C50;
}
.monthly-calendar__month {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin: 0 60px;
}
.monthly-calendar__top button {
  color: #fff;
  font-size: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.monthly-calendar__day {
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
}
.monthly-calendar__day span {
  width: calc(100% / 7);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
}
.monthly-calendar__date {
  border-left: 1px solid #ddd;
  display: flex;
  flex-wrap: wrap;
}
.monthly-calendar__date li {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  height: 86px;
  width: calc(100% / 7);
  display: flex;
  align-items: center;
  justify-content: center;
}
.monthly-calendar__date li span {
  color: #444;
  font-size: 14px;
  font-weight: 400;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.monthly-calendar__date li:nth-child(7n) span {
  color: #4E6C50;
}
.monthly-calendar__date li:first-child span,
.monthly-calendar__date li:nth-child(7n + 1) span {
  color: #E04E4E;
}
.monthly-calendar__date li.today span{
  background-color: #DAB371;
  color: #fff;
  position: relative;
}
.monthly-calendar__date li.today span::after {
  content: "TODAY";
  color: #DAB371;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translate(-50%, 100%);
}
.monthly-calendar__date li.schedule span {
  background-color: #4E6C50;
  color: #fff;
}

.monthly-detail__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.monthly-detail__top strong {
  color: #000;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
}
.monthly-detail__note {
  display: flex;
  align-items: center;
}
.monthly-detail__note li {
  color: #444;
  font-size: 12px;
  font-weight: 700;
  margin-left: 12px;
  display: flex;
  align-items: center;
}
.monthly-detail__note li span {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-right: 4px;
}
.monthly-detail__note li:first-child span {
  background-color: #DAB371;
}
.monthly-detail__note li:last-child span {
  background-color: #4E6C50;
}
.monthly-detail__desc {
  border: 1px solid #ddd;
  padding-top: 30px;
  height: 100%;
}
.monthly-detail__scroll {
  margin-left: 28px;
  overflow-y: scroll;
  width: calc(100% - 37px);
  height: 440px;
  padding-right: 15px;
}
.monthly-detail__inner {
  width: 100%;
}
.monthly-detail__inner .noschedule {
  color: #999;
  font-size: 16px;
  font-weight: 400;
}
.schedule-box {
  border: 1px solid #ddd;
}
.schedule-box strong {
  display: block;
  color: #444;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  height: 2.8em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 16px;
}
.schedule-box__date {
  height: 30px;
  background-color: #4E6C50;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding-left: 20px;
  line-height: 1;
  margin-bottom: 8px;
}
.schedule-box__inner {
  padding: 0 20px;
}
.schedule-box__info {
  border-top: 1px solid rgba(170, 170, 170, 0.6);
  padding: 16px 0;
}
.schedule-box__info li {
  display: flex;
  justify-content: space-between;
}
.schedule-box__info li p {
  line-height: 1;
}
.schedule-box__info li:not(:last-child) {
  margin-bottom: 9px;
}
.schedule-box:not(:last-child) { 
  margin-bottom: 16px;
}
.monthly-detail__scroll::-webkit-scrollbar {
  width: 4px; 
  transform: translateX(12px);
}
.monthly-detail__scroll::-webkit-scrollbar-thumb {
  height: 30%; 
  background: #D9D9D9; 
  border-radius: 8px;
}

.notification-list {
  display: flex;
  flex-wrap: wrap;
}
.notification-list a {
  display: block;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 40px;
}
.notification-list a:nth-child(3n) {
  margin-right: 0;
}
.notification-list a span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  height: 100px;
  border: 1px solid #ddd;
}
.notification-list a p {
  text-align: center;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  color: #000;
}
.apply-agree {
  height: 320px;
  border: 1px solid #ddd;
  padding: 40px;
  padding-right: 20px;
}
.apply-agree__wrap {
  overflow-y: scroll;
  height: 100%;
  padding-right: 20px;
}
.K0403 .notification-form {
  margin-top: 32px;
}
.apply-agree__inner {
  padding-bottom: 30px;
}
.apply-agree__wrap::-webkit-scrollbar {
  width: 6px; 
  /* transform: translateX(12px); */
}
.apply-agree__wrap::-webkit-scrollbar-thumb {
  background: #006F3E; 
  border-radius: 6px;
}
.apply-agree__wrap::-webkit-scrollbar-track {
  background-color: #D9D9D9;
  border-radius: 6px;
}
.support_card &gt; div:first-child {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.support_card &gt; div:first-child .support_card__item {
  width: 32%;
  padding: 50px 20px;
}
.support_card__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #ddd;
}
.support_card &gt; .support_card__item {
  padding: 50px 40px;
}
.support_card__item span {
  height: 68px;
}
.support_card__item span img {
  height: 100%;
}
.support_card__item strong {
  color: #7D8F69;
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
}
.support_card__item p {
  line-height: 1.7;
  font-size: 16px;
  color: #444;
  font-weight: 400;
  word-break: break-all;
  margin-top: 20px;
}
.support-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 50px;
}
.support-btns a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  height: 48px;
  width: 144px;
}
.support-btns a:nth-child(1) {
  background-color: #7D8F69;
  margin-right: 12px;
}
.support-btns a:nth-child(2) {
  background-color: #CD9C40;
}
.K0501 .circle .business-list__item::before {
  border-color: #7D8F69;
}
.support-tel {
  color: #7D8F69;
  font-size: 14px;
  font-weight: 800;
}
.support-account {
  background-color: #FBFBFB;
  border: 1px solid #ddd;
  text-align: center;
  padding: 40px 0;
  margin-top: 46px;
}
.support-account strong {
  color: #000;
  font-size: 20px;
  font-weight: 700;
}
.support-account &gt; p {
  color: #7D8F69;
  font-size: 18px;
  margin-top: 16px;
  margin-bottom: 20px;
}
.support-account .circle .business-list__item {
  display: inline-block;
}
@media all and (max-width: 1280px) {
  #container .sub-page {
    width: auto;
  }
  .sub-lnb-side {
    width: 22%;
    padding-left: 3.90625%;
    margin-right: 3%;
  }
  #container .sub-page article {
    width: 75%;
    padding-right: 3.90625%;
  }
}</pre></body></html>