<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@font-face {
  font-family: 'NotoSerifKR';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NotoSerifKR.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.content {
  margin: 70px 0 120px;
  position: relative;
}

.sub_title {
  text-align: center;
  font-size: 35px;
  line-height: 1;
  margin-bottom: 50px;
}

.sub_title:after {
  content: '';
  display: block;
  margin: 20px auto 0;
  width: 60px;
  height: 2px;
  background: #8c0a44;
}

.point_color {
  color: #8c0a44 !important;
}

/* 밥집이야기 */
.gallery_list {
  margin: 0 -15px;
}

.gallery_list li {
  width: 33.333%;
}

.gallery_list li&gt;a {
  display: block;
  border: 1px solid #ddd;
  margin: 0 15px 30px;
  padding: 30px;
}

.gallery_list li .img {
  width: 100%;
  height: 0;
  padding-top: calc(240/380 * 100%);
  background-size: cover;
  background-position: center;
}

.gallery_list li .title {
  font-size: 20px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  line-height: 1.5em;
  height: 3em;
  margin: 20px 0;
}

.gallery_list li .bot {
  border-top: 1px solid #ddd;
  padding-top: 30px;
  font-size: 14px;
  color: #666;
}

.gallery_list li .bot img {
  vertical-align: middle;
}

/* 월간 명동밥집 */
.board_year {
  width: 100%;
  font-size: 0;
}

.board_year li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  box-sizing: border-box;
  font-size: 15px;
  width: 820px;
  height: 700px;
}

.board_year li .wrap&gt;a {
  position: relative;
  displaY: block;
}

.board_year li .wrap:hover&gt;a {
  box-shadow: 5px 7px 12px rgb(0 0 0 / 30%);
}

.board_year li .wrap .img {
  width: 100%;
  height: 700px;
  /* padding-top: calc(700/820 * 100%); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.board_year li .wrap .hover {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: url('/image/sub/hover_bg.png') no-repeat bottom / 100%;
  opacity: 0;
  transition: 0.3s ease;
}

.board_year li .wrap:hover .hover {
  opacity: 1;
}

.board_year li .wrap .hover .box {
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  padding: 0 180px 0 45px;
  color: #fff;
  background: url('/image/sub/w_arw.png') no-repeat center right 45px;
}

.board_year li .wrap .hover .box .title {
  font-size: 24px;
}

.board_year li .wrap .hover .box .name {
  font-size: 30px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  margin-top: 5px;
}

.board_year li.small {
  padding-left: 20px;
  width: 380px;
  margin: -10px 0;
}

.board_year li.small .wrap {
  height: 50%;
}

.board_year li.small .wrap&gt;a {
  margin: 10px 0;
}

.board_year li.small .wrap .img {
  /* padding-top: calc(340/360 * 100%); */
  height: 340px;
}

.board_year li.small .wrap .hover .box {
  bottom: 30px;
  padding: 0 80px 0 20px;
  background: url('/image/sub/w_arw.png') no-repeat center right 20px / 35px;
}

.board_year li.small .wrap .hover .box .title {
  font-size: 18px;
}

.board_year li.small .wrap .hover .box .name {
  font-size: 20px;
}

/* 지난 월간 이야기 */
.before_year_wrap .title {
  font-sizE: 20px;
  font-weight: 500;
  padding-bottom: 30px;
  border-bottom: 2px solid #8a0d45;
  color: #8a0d45;
  margin-bottom: 30px;
  margin-top: 60px;
}

.before_year {
  margin: 0 -10px;
}

.before_year .item&gt;a {
  display: block;
  border: 1px solid #ddd;
  position: relative;
  margin: 0 10px;
}

.before_year .item&gt;a .img {
  width: 100%;
  height: 0;
  padding-top: calc(250/175 * 100%);
  background-size: cover !important;
}

.before_year .item&gt;a .text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  text-align: center;
  display: flex;
  flex-basis: 100%;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.8);
}

.before_year .slick-arrow {
  background-image: url('/image/sub/before_arw.png');
  background-repeat: no-repeat;
  background-color: transparent;
  text-indent: -999em;
  border: 0;
  outline: 0;
  height: 20px;
  width: 23px;
  position: absolute;
  top: -70px;
  right: 20px;
  cursor: pointer;
}

.before_year .slick-prev {
  background-position: left;
  right: 35px;
}

.before_year .slick-next {
  background-position: right;
}

/* 명동밥집TV */
.board_video li {
  width: 50%;
}

.board_video li&gt;a {
  display: block;
  margin: 0 10px 35px;
  border: 1px solid #ddd;
  position: relative;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
}

.board_video li .img {
  position: relative;
}

.board_video li .img:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('/image/sub/video_icon.png') no-repeat center;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
}

.board_video li .img img {
  vertical-align: top;
}

.board_video li .text {
  padding: 15px;
}

.board_video li .text .title {
  font-size: 16px;
}

.board_video li .text .sub {
  font-size: 14px;
  margin: 10px 0 20px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5em;
  height: 3em;
}

.board_video li&gt;a:hover {
  border: 1px solid #8c0a44;
  box-shadow: 5px 5px 10px 3px rgba(0, 0, 0, 0.2);
}

.board_video li&gt;a:hover .img:after {
  background: rgba(140, 10, 68, 0.3) url('/image/sub/video_icon2.png') no-repeat center;
}

.board_video li&gt;a:hover .text .title {
  color: #8c0a44;
}

/* 연혁 */
.history li {
  position: relative;
  padding-left: 265px;
}

.history_year {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 80px;
  font-weight: bold;
  line-height: 0.7;
  color: #8c0a44;
}

.history_cont {
  position: relative;
  padding-left: 80px;
  padding-bottom: 80px;
}

.history_cont:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url('/image/sub/history.png') no-repeat center;
  width: 24px;
  height: 24px;
  z-index: 1;
}

.history_cont:after {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 11px;
  bottom: 0;
  width: 2px;
  background: rgba(140, 10, 68, 0.4);
}

.history_text {
  font-size: 18px;
  color: #666;
  margin-bottom: 20px;
}

.history_text span {
  color: #8c0a44;
  margin-right: 10px;
}

.history_img {
  margin: 80px 0;
}

/* 오시는 길 */
.location_map {
  width: 100% !important;
}

.root_daum_roughmap.location_map .wrap_map {
  height: 540px;
  border-bottom: 1px solid #ddd;
}

.root_daum_roughmap.location_map .wrap_controllers {
  display: none;
}

.location_tit {
  font-size: 22px;
  color: #8c0a44;
  margin-bottom: 20px;
}

.location_sub {
  font-size: 16px;
  color: #666;
}

.location_bot {
  border-top: 2px solid #e5e5e5;
  margin-top: 40px;
  padding-top: 40px;
}

.location_scroll {
  overflow-x: scroll;
  white-space: nowrap;
  padding: 50px 0;
}

/* 스크롤 */
.location_scroll {
  scrollbar-base-color: #e5e5e5;
  scrollbar-arrow-color: #e5e5e5;
  scrollbar-Face-Color: #8c0a44;
  scrollbar-Track-Color: #e5e5e5;
  scrollbar-DarkShadow-Color: #8c0a44;
  scrollbar-Shadow-Color: #8c0a44;
  scrollbar-3dLight-Color: #8c0a44;
  scrollbar-Highlight-Color: #8c0a44;
}

.location_scroll::-webkit-scrollbar {
  width: 10px;
}

.location_scroll::-webkit-scrollbar-thumb {
  background-color: #8c0a44;
}

.location_scroll::-webkit-scrollbar-track {
  background-color: #e5e5e5;
}

.location_scroll .item {
  displaY: inline-block;
  vertical-align: top;
  margin-right: 45px;
  width: 260px;
}

.location_scroll .item .text {
  padding: 15px 30px;
  color: #666;
  font-size: 16px;
  word-break: keep-all;
  white-space: normal;
}

.location_scroll .item .text .num {
  color: #000;
}

/* 목표와 가치 */
.goal_tab {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 60px;
}

.goal_tab li {
  display: table-cell;
  vertical-align: top;
}

.goal_tab li a {
  displaY: block;
  font-sizE: 16px;
  font-weight: 500;
  line-height: 60px;
  text-align: center;
  background: #f9f9f9;
  border: 1px solid #ddd;
  color: #666;
}

.goal_tab li.on a {
  background: #fff;
  border: 1px solid #8c0a44;
  color: #8c0a44;
}

.goal li {
  position: relative;
  margin-bottom: 60px;
  transition: 0.3s ease-in-out;
}

.goal li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('/image/sub/goal_bg.png') no-repeat center;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.goal li .title {
  font-size: 40px;
  line-height: 1;
  font-family: 'NotoSerifKR';
  margin-bottom: 20px;
}

.goal li .sub {
  color: #cfcfcf;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.goal li .text {
  position: relative;
  z-index: 99;
  padding-top: 135px;
  box-sizing: border-box;
  height: 320px;
  text-align: center;
  word-break: keep-all;
  color: #fff;
  transition: 0.3s ease-in-out;
}

.goal li:hover:after {
  opacity: 1;
}

.goal li:hover .text {
  padding-top: 100px;
}

.goal li:hover .sub {
  opacity: 1;
}

.value_txt {
  font-family: 'NotoSerifKR';
  font-size: 26px;
  line-height: 1.5;
  margin-bottom: 60px;
  text-align: center;
}

.value_list li {
  border-bottom: 2px solid #f1f1f1;
  padding: 25px 0;
}

.value_list li&gt;div {
  display: table-cell;
  vertical-align: middle;
}

.value_list li .icon {
  width: 75px;
}

.value_list li .text {
  padding-left: 40px;
}

.value_list li .text .tit {
  font-size: 22px;
  line-height: 1;
  margin-bottom: 10px;
}

.value_list li .text .sub {
  font-size: 16px;
}

/* 웹진 게시판 상세페이지 */
.year_view {
  background: #f9f9f9;
  width: 990px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 60px 30px 0;
}

.year_view_box {
  padding-bottom: 60px;
}

.year_view_box&gt;a {
  displaY: block;
  position: relative;
  border: 1px solid #ddd;
  background: #fff;
}

.year_view_box .img img {
  width: 100% !important;
  height: auto !important;
  vertical-align: top;
}

.year_view_box .text {
  padding: 20px;
}

.year_view_box .tit {
  font-size: 18px;
  font-weight: 500;
}

.year_view_box .sub {
  font-size: 16px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.5em;
  height: 4.5em;
}

.year_view_box .tag {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 18px;
  background: #8c0a44;
  line-height: 60px;
  width: 220px;
  text-align: center;
}

.year_view .col02 {
  margin: 0 -15px;
}

.year_view .col02 li&gt;div {
  margin: 0 15px;
}

.view_bn img {
  width: 100% !important;
  height: auto !important;
}

/* 명동밥집 기도문 */
.prayer&gt;div {
  float: left;
  box-sizing: border-box;
}

.prayer .img {
  width: 60%;
  padding-left: 30px;
  padding-top: 30px;
}

.prayer .text {
  width: 40%;
  padding-right: 30px;
  float: right;
  word-break: keep-all;
}

.prayer .text .title {
  font-size: 24px;
  font-family: 'NotoSerifKR';
  position: relative;
}

.prayer .text .title:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(140, 10, 68, 0.1);
  height: 10px;
}

.prayer .text .sub {
  font-sizE: 16px;
}

/* 인사말 */
.intro {
  position: relative;
  padding-left: 450px;
  word-break: keep-all;
}

.intro .img {
  position: absolute;
  left: 0;
  top: 0;
}

.intro .text .title {
  font-size: 40px;
  line-height: 1.2;
  font-family: 'NotoSerifKR';
}

.intro .text .sub_tit {
  font-size: 24px;
  margin: 20px 0 30px;
}

/* 밥집이 하는 일 */
.free_tit {
  font-size: 24px;
  text-align: center;
  line-height: 1.5em;
  margin-bottom: 45px;
}

.point_bg {
  color: #8c0a44;
  font-weight: bold;
  position: relative;
  displaY: inline-block;
}

.point_bg:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  background: rgba(140, 10, 68, 0.1);
  height: 10px;
}

.free_wrap {
  position: relative;
  padding-bottom: 100px;
}

.free_job {
  position: relative;
  font-size: 0;
  z-index: 9;
}

.free_job&gt;div {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  box-sizing: border-box;
}

.free_job .img {
  position: relative;
  z-index: 9;
}

.free_job .text {
  width: 440px;
  padding: 160px 0 0 45px;
  word-break: keep-all;
}

.free_job .text .bar {
  background: #8c0a44;
  width: 50px;
  height: 2px;
  margin-bottom: 35px;
}

.free_job .text .square:before {
  content: '';
  displaY: block;
  position: absolute;
  left: 0;
  top: 13px;
  background: #8c0a44;
  width: 5px;
  height: 5px;
}

.free_job .text .square {
  font-size: 22px;
  color: #444;
  line-height: 1.6;
  padding-left: 15px;
  position: relative;
  margin-bottom: 10px;
}

.free_job .text .point_color p {
  font-size: 20px;
  line-height: 1.5;
}

.free_bg {
  position: absolute;
  left: 50%;
  margin-left: -600px;
  right: 0;
  top: 80px;
}

.free_bg:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  left: 570px;
  top: 0;
  background: #f9f9f9;
  padding: 90px 0 0 280px;
  height: 540px;
  box-sizing: border-box;
}

/* 봉사내용 */
.info_tit {
  font-size: 24px;
  font-weight: 500;
  margin: 60px 0;
}

.info_table {
  width: 100%;
  border-bottom: 2px solid #8c0a44;
}

.info_table th,
.info_table td {
  padding: 30px 45px;
  border: 1px solid #ddd;
  line-height: 1.7em;
}

.info_table th {
  font-size: 22px;
  font-weight: 500;
  background: #8c0a44;
  color: #fff;
}

.info_table td.gray {
  background: #f9f9f9;
  text-align: center;
}

.info_table td {
  font-size: 20px;
  color: #444;
}

.info_btn {
  margin-top: 100px;
}

.info_btn a {
  display: block;
  width: 500px;
  height: 100px;
  line-height: 100px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  font-size: 26px;
  background: #8c0a44;
}

/* 후원 */
.sponsor_bar {
  background: #8c0a44;
  width: 50px;
  height: 2px;
  margin-bottom: 35px;
}

.sponsor_square:before {
  content: '';
  displaY: block;
  position: absolute;
  left: 0;
  top: 13px;
  background: #8c0a44;
  width: 5px;
  height: 5px;
}

.sponsor_square {
  font-size: 20px;
  color: #444;
  line-height: 1.5;
  padding-left: 15px;
  position: relative;
}

.sponsor_table_tit {
  font-size: 24px;
  margin: 80px 0 30px;
}

.sponsor_btn {
  margin-top: 70px;
}

.sponsor_btn a {
  display: inline-block;
  width: 200px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  margin: 0 20px;
  font-size: 18px;
  background: #8c0a44;
  border: 1px solid #8c0a44;
}

.sponsor_btn a.wt {
  background: #fff;
  color: #8c0a44;
}

.sponsor_bg {
  background: #eeeeee;
  text-align: center;
  padding: 55px 0;
  margin-top: 90px;
}

/* 밥집식단표 */
.meal__wrap {}

.meal__wrap .meal__popup {
  width: 315px;
  height: 70px;
  line-height: 70px;
  cursor: pointer;
  margin: auto;
  background-color: #8c0a44;
  text-align: center;
  border-radius: 50px;
  transition: all ease .3s;
}

.meal__wrap .meal__popup:hover {
  opacity: .8;
}

.meal__wrap .meal__popup p {
  color: #fff;
  font-size: 20px;
  padding-left: 50px;
  background-image: url(/image/sub/meal_icon01.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  display: inline-block;
}

.meal__wrap .cal__nav {
  margin-top: 50px;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}


.meal__wrap .cal__nav p{
  width: 170px;
  font-size: 24px;
  color: #000;
  text-align: center;
}


.meal__wrap .cal__nav img{
  display: block;
}

.meal__wrap .cal__nav .nav__btn{
  cursor: pointer;
}


.meal__wrap .cal__days{
  display: -ms-flex;
  display: flex;
  margin-top: 37px;
  border-left: 1px solid #ddd;
  border-top: 2px solid #000;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
}

.meal__wrap .cal__days li{
  width: 14.2857%;
  text-align: center;
  border-right: 1px solid #ddd;
  padding: 12px 0;
  font-size: 16px;
  color: #323232;
  box-sizing: border-box;
}

.meal__wrap .cal__list {
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #ddd;
}

.meal__wrap .cal__list&gt;li {
  width: 14.2857%;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  padding: 12px 5px;
  height: 140px;
  font-size: 14px;
  color: #4e4e4e;
  transition: all ease .3s;
}


.meal__wrap .cal__list&gt;li:hover{
  background-color: #fafafa;
}


.meal__wrap .cal__list .cal__date{
  padding-left: 15px;
  margin-bottom: 10px;
}

.meal__wrap .cal__list .cal__badge{
  background-color: #8c0a44;
  color: #fff;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-left: 10px;
  font-size: 12px;
  border-radius: 3px;
  cursor: pointer;
  margin-bottom: 3px;
}


.modal__dim{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, .4);
  z-index: 99999;
  display: none;
  opacity: 0;
  cursor: pointer;
}

.modal__all-meal{
  width: 1090px;
  background-color: #fff;
  padding: 70px 95px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  z-index: 100000;
  box-sizing: border-box;
  opacity: 0;
  display: none;
}

.modal__badge{
  width: 760px;
  background-color: #fff;
  padding: 70px 95px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  z-index: 100000;
  box-sizing: border-box;
  opacity: 0;
  display: none;
}



.modal__img{
  display: block;
  margin: auto;
}

.modal__tit{
  text-align: center;
  font-size: 30px;
  line-height: 1em;
  margin-bottom: 60px;
}


.modal__close{
  position: absolute;
  top : 0;
  right: -80px;
  cursor: pointer;
}


.modal__txt{
  margin-top: 40px;
  line-height: 1.4em;
  font-size: 20px;
  color: #000;
  text-align: center;
  -ms-word-break: keep-all;
  word-break: keep-all;
}


.cal__list--mo{
  margin-top: 75px;
}

.cal__list--mo li{
  border: 1px solid #ddd;
}

.cal__list--mo li:not(:last-child){
  margin-bottom: 15px;
}


.cal__list--mo li .cal__date{
  background-color: #fafafa;
  border-bottom: 1px solid #ddd;
  padding: 12px;
  font-size: 18px;
}

.cal__list--mo li .cal__badge-wrap{
  padding: 25px 12px;
}

.cal__list--mo li .cal__desc{
  display: -ms-flex;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
}


.cal__list--mo li .cal__desc:not(:last-child){
  margin-bottom: 12px;
}

.cal__list--mo li p{
  flex: 1;
  font-size: 15px;
}

.cal__list--mo li .cal__badge{
  margin-left: 10px;
  background-color: #8c0a44;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 3px;
  padding: 3px 12px;
  cursor: pointer;
}


@media all and (max-width: 1350px){
  .modal__all-meal{
    width: 80%;
    padding: 70px;
  }

  .modal__close{
    right: 0;
    top: -60px;
    width: 45px;
    height: 45px;
  }

  .modal__close img{
    width: 100%;
  }
}


/* 240730 개인정보처리방침 추가 */
.privacyWrap {
	padding-top:100px;
}
.privacy-tit {
color: #333;
font-size: 24px;
font-weight: 400;
margin-bottom:30px;
}
.privacy-desc {
color: #666;
font-size: 15px;
font-weight: 400;
margin-bottom:30px;
}
.privacy-desc strong {
font-weight: 700;
display:block;
}
.privacy-subTit {
color: #8C0A44;
font-size: 15px;
font-weight: 700;
margin-bottom:15px;
}
.privacyWrap table {
	width:100%;
	margin:15px 0;
	border-top: 1px solid #D2D2D2;
	border-left: 1px solid #D2D2D2;
}
.privacyWrap table th {
	text-align:center;
	padding:15px;
	border-bottom: 1px solid #D2D2D2;
	border-right: 1px solid #D2D2D2;
	font-weight:400;
}
.privacyWrap table th.blue {
	background: #DAEEF3;
}
.privacyWrap table th.brown {
	background: #F1EDDD;
}
.privacyWrap table th.pink {
	background: #ECDFDF;
}
.privacyWrap table td {
	text-align:left;
	padding:15px;
	border-bottom: 1px solid #D2D2D2;
	border-right: 1px solid #D2D2D2;
}</pre></body></html>