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

.bg01 {
  font-size: 14px;
  font-weight: bold;
  background-color: #ececec !important;
}

.bg02 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #d4d4d4 !important;
}

.userinfo {
  padding: 5% 10%;
}

.pop_inner input {
  border: 1px solid #ddd;
  line-height: 30px;
  padding: 0 10px;
}

.spon_title {
  position: relative;
}

.spon_title .bt01 {
  position: absolute;
  right: 5.5636%;
  bottom: 14.72%;
  width: 22.146%;
  padding: 2% 0;
  text-align: center;
}

.spon_title .bt02 {
  position: absolute;
  right: 29.5636%;
  bottom: 14.72%;
  width: 22.146%;
  padding: 2% 0;
  text-align: center;
}

.list04 li img {
  width: 100%;
  box-shadow: 5px 5px 5px #e8e8e8;
}

.list04 li {
  float: left;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 20px;
}

.list04 li:nth-child(even) {
  margin-right: 0;
}

.noti_li {
  background: url(/image/sub/speaker.png) no-repeat 13px 20px;
}

.desktop .board-list li:not(.head).noti_li:hover {
  background: #ececec url(/image/sub/speaker.png) no-repeat 13px 20px;
}

td a:hover {
  text-decoration: underline;
}

.tab02 {
  text-align: center;
}

.tab02 li {
  display: inline-block;
}

.tab02 li:last-child a:after {
  width: 0;
}

.tab02 li a {
  margin: 0 15px;
  display: inline-block;
  position: relative;
  color: #8d8d8d;
  font-size: 15px;
  padding: 0 10px;
  padding-bottom: 13px;
}

.tab02 li a:after {
  content: '';
  position: absolute;
  top: 3px;
  right: -17px;
  width: 1px;
  height: 13px;
  background: #cfcfcf;
}

.tab02 li.on a {
  color: #333;
  border-bottom: 2px solid #b03131;
  font-weight: bold;
}

.tit04 {
  font-weight: bold;
  font-size: 15px;
  color: #222;
  margin-bottom: 15px;
  margin-top: 40px;
}

.txt_box {
  border: 1px solid #ddd;
  padding: 30px;
}

.w_box input[type='checkbox'] {
  margin-right: 5px;
}

.w_box .txt_box {
  margin-bottom: 10px;
}

.tblTy04 table.in th {
  width: 110px;
}

.tblTy04 input::-webkit-input-placeholder {
  color: #8d8d8d;
}

.tblTy04 input::-moz-placeholder {
  color: #8d8d8d;
}

.tblTy04 input:-ms-input-placeholder {
  color: #8d8d8d;
}

.tblTy04 input::-ms-input-placeholder {
  color: #8d8d8d;
}

.tblTy04 input::placeholder {
  color: #8d8d8d;
}

.tblTy04 input[type='radio']+label {
  margin-right: 10px;
}

.tblTy04 input[type='radio'],
.tblTy04 input[type='checkbox'] {
  margin-right: 5px;
}

.tblTy04 {
  margin-top: 15px;
}

.tblTy04 td {
  background: #fff;
  padding: 10px 20px;
  border-bottom: 1px solid #ddd;
}

.tblTy04 th {
  width: 130px;
  background: #eaeaeb;
  border-right: 1px solid #ddd;
  text-align: left;
  color: #333;
  font-weight: 400;
  padding: 15px 25px;
  border-bottom: 1px solid #ddd;
  word-break: keep-all;
}

.tblTy04 table {
  width: 100%;
  border-top: 1px solid #ddd;
}

.tblTy04 input {
  border: 1px solid #ddd;
  padding: 10px;
}

.tblTy04 span {
  font-size: 0.9rem;
  color: #777;
  margin-left: 12px;
}

.list05 {
  scrollbar-arrow-color: #fff;
  scrollbar-base-color: transparent;
  scrollbar-3dlight-color: transparent;
  scrollbar-darkshadow-color: transparent;
  scrollbar-face-color: #aaa;
  scrollbar-highlight-color: transparent;
  scrollbar-shadow-color: transparent;
  scrollbar-track-color: transparent;
}

.busi .line {
  width: 100%;
  margin-bottom: 40px;
}

.busi .line:after {
  display: block;
  content: '';
  clear: both;
}

/* .busi .p01 { float: right; width: 640px; }
.busi .bu_01 { float: left; width: 200px; } */
.busi .p01 {
  float: right;
  width: 580px;
}

.busi .bu_01 {
  float: left;
  width: 260px;
}

.busi .line.img_box {
  display: grid;
  grid-template-columns: 1fr;
}

.busi .line.img_box img {
  border: 5px solid #833034;
}

.busi .line.img_box:nth-child(even) .info_box {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: space-between;
}

.list05::-webkit-scrollbar {
  width: 5px;
  height: 0px;
  border: 0;
}

.w10 {
  width: 400px;
  margin-top: 5px;
}

.list05::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 0px;
}

.m_none {
  display: block;
}

.btn01 {
  display: inline-block;
  color: #fff !important;
  padding: 11px 31px;
  background: #5d5d5d;
  margin-left: 5px;
  vertical-align: -2px;
}

.btn02 {
  display: inline-block;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  color: #fff !important;
  padding: 15px 20px;
  background: #5d5d5d;
  margin-right: 5px;
}

.tblTy04 textarea {
  border: 1px solid #ddd;
  padding: 20px;
  width: 500px;
}

.email input[type='text'] {
  width: 100px;
}

.tblTy04 select {
  border: 1px solid #ddd;
  padding: 9px;
  padding-right: 30px;
  font-size: 14px;
  color: #8d8d8d;
}

.tblTy04 .gray {
  margin-left: 10px;
}

.gray {
  color: #8d8d8d;
}

.agree {
  font-size: 12px;
}

.list05::-webkit-scrollbar-thumb {
  height: 2px;
  width: 20px;
  background: #aaa;
  border-radius: 15px;
}

.list01 .tit01 {
  margin-top: 0;
}

.list10 {
  height: 220px;
  overflow-y: auto;
}

.list05 {
  position: relative;
  border-top: 1px solid #ddd;
  margin-top: 10px;
  background: #fff;
}

.list05 li {
  float: left;
  background: #fff;
  width: 25%;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
  box-sizing: border-box;
}

.list05 li span {
  margin-left: 20px;
}

.list05 li.br0 {
  border-right: 0;
}

.list05 li.no_ct {
  width: 100%;
  text-align: center;
  border-right: 0;
}

.list06 {
  border-top: 2px solid #7c2529;
}

.cal-search {
  text-align: center;
  background-color: #ececec;
  padding: 40px 0;
  margin-bottom: 20px;
  border: 1px solid #c9c9c9;
}

.cal-search__style02 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

.cal-search__style02 .total {
  margin-top: 0;
}

.cal-search__style02 .ser {
  height: 50px;
  width: 230px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  background: #F8F8F8;
  border: 1px solid #DDD;
}

.cal-search__style02 input[type="text"],
.cal-search__style02 button {
  background-color: transparent;
  height: 100%;
  border: none;
  font-size: 14px;
  font-weight: 500;
}

.cal-search__style02 input[type="text"] {
  flex: 1;
}

.cal-search__style02 button {
  width: 18px;
  height: 18px;
  padding: 0;
  flex: none;
}

.cal-search select {
  height: 50px;
  border: 1px solid #c9c9c9;
  outline: 0;
  color: #555;
  padding-left: 20px;
  background: url('/image/sub/select.png') no-repeat 90% white;
  font-family: 'Nanum Gothic', 'Noto Sans KR', 'MalgunGothic', 'NanumGothic', 'dotum', '돋움', sans-serif;
}

.cal-search select:first-child {
  width: 25%;
}

.cal-search select.select02 {
  width: 20%;
}

.cal-search span {
  margin: 0 10px;
  color: #555;
  font-weight: 400;
}

.cal-search button {
  font-family: 'Nanum Gothic', 'Noto Sans KR', 'MalgunGothic', 'NanumGothic', 'dotum', '돋움', sans-serif;
  width: 10%;
  height: 50px;
  background-color: #5d5d5d;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  border: 0;
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
}

.cal-search button:hover,
.cal-search button:focus {
  color: #fff;
  background: #b03131;
  border-color: #b03131;
}

.cal-search .ser {
  display: inline;
}

.cal-search .ss input {
  width: 50%;
  margin-left: 10px;
  height: 50px;
  border: 1px solid #c9c9c9;
  outline: 0;
  padding-left: 17px;
  margin-right: 10px;
}

.history {
  border-top: 1px solid #ddd;
}

.history li {
  position: relative;
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
  padding-left: 160px;
}

.history li .year {
  position: absolute;
  left: 30px;
  top: 30px;
  font-size: 32px;
  font-weight: bold;
  color: #b13132;
}

.history li span {
  margin-right: 15px;
}

.p01 {
  color: #3e3e3e;
  font-size: 15px !important;
}

.history li .tit {
  font-size: 22px;
  color: #222;
}

.history li strong {
  color: #555;
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin-bottom: 12px;
}

.tit01 {
  color: #222;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  margin-top: 10px;
}

.tit02 {
  color: #8d8d8d;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: -0.5px;
}

.map li {
  padding-left: 190px;
}

.map li img {
  vertical-align: -7px;
  margin-right: 5px;
}

.map li p {
  margin-bottom: 10px;
}

.map.history {
  border-top: 0;
}

.tabMenu {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 35px;
}

.tabMenu li {
  display: table-cell;
  vertical-align: middle;
}

.tabMenu a {
  position: relative;
  display: block;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border: 1px solid #dddddd;
  margin-left: -1px;
  margin-top: -1px;
}

.tabMenu li:last-child a {
  border-right: 0;
}

.tabMenu li:first-child a {
  border-left: 0;
}

.tabMenu a:after {
  content: '';
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
  right: -1px;
  border-bottom: 2px solid #333;
  z-index: 1;
}

.tabMenu .on a:after {
  content: '';
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
  right: -1px;
  border: 2px solid #222;
  border-bottom: 2px solid #f4f4f4;
  z-index: 1;
}

.tabMenu li.on:first-child a:after {
  border-left: 2px solid #f4f4f4;
}

.tabMenu li.on:last-child a:after {
  border-right: 2px solid #f4f4f4;
}

.tabMenu .on a {
  color: #fff;
  font-weight: 600;
  background-color: #B35031;
}

.total {
  letter-spacing: -0.5px;
  font-weight: 600;
  margin-top: 30px;
}

/*타이틀*/
.tit_01 {
  font-size: 17px;
  line-height: 1.4;
  color: #1b4ca2;
  background: url('/image/sub/bul_01.png') no-repeat 0 7px;
  padding-top: 15px;
}

.tit_02 {
  font-size: 15px;
  line-height: 1.4;
  color: #111;
  background: url('/image/sub/bul_03.png') no-repeat 0 5px;
  padding-left: 16px;
}

.btn03:hover {
  background: #b13132;
  color: #fff !important;
  border-color: #b13132;
}

.btn03.mr {
  margin-right: 1%;
}

.btn03 {
  box-sizing: border-box;
  width: 49.2%;
  display: inline-block;
  padding: 15px 0;
  border: 1px solid #c9c9c9;
  text-align: center;
  color: #9d9d9d !important;
}

/*블렛*/
.bu_list_01 li {
  font-size: 14px;
  line-height: 1.4;
  margin: 5px 0;
  background: url('/images/sub/bu_dot.gif') no-repeat left 7px;
  padding-left: 12px;
}

.bu_list_02 li {
  position: relative;
  font-size: 15px;
  line-height: 1.8;
  margin: 7px 0;
  letter-spacing: -1px;
  background: url('/image/sub/gray_dot.gif') no-repeat left 10px;
  padding-left: 93px;
  color: #444444;
}

.bu_list_03 li {
  font-size: 15px;
  line-height: 1.6;
  margin: 7px 0;
  letter-spacing: -0.5px;
}

.bu_arr {
  font-size: 13px;
  line-height: 1.4;
  margin: 5px 0;
  background: url('/image/sub/blue_arrow.png') no-repeat left 6px;
  padding-left: 12px;
}

.bu_01 {
  letter-spacing: -1.5px;
  font-size: 22px;
  font-weight: bold;
  color: #333;
  line-height: 1.4;
  margin: 20px 0;
  background: url('/image/sub/bu_dot.jpg') no-repeat left 6px;
  padding-left: 27px;
}

.bu_02 {
  font-size: 15px;
  line-height: 1.8;
  margin: 7px 0;
  letter-spacing: -1px;
  background: url('/image/sub/gray_dot.gif') no-repeat left 10px;
  padding-left: 15px;
}

.bu_03 {
  font-size: 14px;
  line-height: 1.4;
  margin: 5px 0;
  background: url('/image/sub/gray_dot.gif') no-repeat left 10px;
  padding-left: 15px;
}

.list02 li a img {
  width: 100%;
  min-height: 400px;
}

.list02 li {
  float: left;
  width: 32%;
  margin-right: 2%;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 5px 5px 5px #e8e8e8;
}

.list02 li:nth-child(3n) {
  margin: 0;
}

.list02 li a {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
}

.list02 .img {
  display: block;
  height: 400px;
  overflow: hidden;
}

.list02 a:hover .img {
  height: 398px;
}

.list02 li a:hover {
  border-color: #a92e30;
}

.list04 .img {
  width: 100%;
  display: block;
  height: 200px;
  overflow: hidden;
}

.list04 .img img {
  min-height: 200px;
}

.list04 a:hover .img {
  height: 198px;
}

.list07 .img {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: block;
  height: auto;
  overflow: hidden;
}

.list07 .img img {
  min-height: 200px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.list07 a:hover .img {
  height: auto;
}

a.btn_red {
  letter-spacing: -0.07px;
  font-size: 16px;
  font-weight: 300;
  background: #f4f4f4;
  position: relative;
  display: inline-block;
  width: 140px;
  height: 48px;
  line-height: 48px;
  color: #b03131;
  border: 2px solid #b03131;
  text-align: center;
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
}

a.btn_red::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 48px;
  line-height: 48px;
  background: #b03131;
  width: 0;
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
}

a.btn_red:hover::before,
a.btn_red:focus::before {
  width: 140px;
}

a.btn_red em {
  position: relative;
  z-index: 1;
  color: #b03131;
}

a.btn_red:hover,
a.btn_red:focus {
  color: #fff !important;
  background: #b03131;
  border-color: #b03131;
}

a.btn_red:hover em,
a.btn_red:focus em {
  color: #fff;
}

a.btn_gray {
  letter-spacing: -0.07px;
  font-size: 16px;
  font-weight: bold;
  background: #f4f4f4;
  position: relative;
  display: inline-block;
  width: 140px;
  height: 48px;
  line-height: 48px;
  color: #8a8a8a;
  border: 2px solid #d9d9d9;
  text-align: center;
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
}

.spon_title a {
  letter-spacing: -0.07px;
  font-size: 16px;
  font-weight: 300;
  background: #983231;
  display: inline-block;
  color: #fff;
  border: 2px solid #983231;
  text-align: center;
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
}

.spon_title a {
  height: auto;
  line-height: inherit;
}

.spon_title em {
  position: relative;
  z-index: 1;
  color: #fff;
}

.list04 .txt {
  display: block;
  background: #fff;
  padding: 20px;
  position: relative;
  height: 100px;
}

.list04 h1 {
  line-height: 27px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.5px;
  height: 54px;
  overflow: hidden;
}

.list04 h2 {
  font-size: 13px;
  letter-spacing: -0.5px;
  color: #777;
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.list07 .txt {
  display: block;
  background: #fff;
  padding: 20px;
  position: relative;
  height: 100px;
}

.list07 h1 {
  line-height: 27px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.5px;
  height: 54px;
  overflow: hidden;
}

.list07 h2 {
  font-size: 13px;
  letter-spacing: -0.5px;
  color: #777;
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.list02 li a .dim {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 45px;
  background: #a92e30;
  display: none;
  color: #fff;
  text-align: center;
  line-height: 45px;
}

.list02 li a:hover .dim {
  display: block;
}

/* 폰트 사이즈 */
.fz13 {
  font-size: 13px;
  color: #444;
  line-height: 20px;
}

.fz14 {
  font-size: 14px;
  color: #444;
  line-height: 21px;
}

.fz16 {
  font-size: 16px;
  color: #444;
  line-height: 24px;
}

.fz15 {
  font-size: 15px;
}

/* 폰트 색상 */
.pc_blue {
  color: #007cc9;
}

.pc_green {
  color: #00a663;
}

.pc_red {
  color: #af3832;
}

/* 점선 */
.hrGrydot {
  width: 100%;
  margin-bottom: 30px;
  padding-top: 30px;
  border-bottom: 1px dotted #c8d1db;
  clear: both;
}

/* 박스 */
.g_box {
  line-height: 1.4;
  padding: 20px 40px;
  background: #949494;
  box-shadow: 5px 5px 5px #ddd;
  color: #fff;
}

.w_box {
  box-shadow: 5px 5px 5px #ddd;
  font-size: 13px;
  line-height: 1.4;
  padding: 20px 40px;
  background: #fff;
  color: #8d8d8d;
}

.bu_tit {
  display: inline-block;
  width: 70px;
  font-weight: bold;
  color: #444;
  position: absolute;
  top: 0;
  left: 15px;
}

.list01 li .img {
  height: 250px;
  overflow: hidden;
  display: block;
}

.list01 li .img img {
  width: 100%;
}

.list01 li .txt {
  padding: 30px;
}

.list01 li {
  float: left;
  width: 49%;
  margin-right: 2%;
  background: #fff;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.list01 li:nth-child(even) {
  margin-right: 0;
}

.list03 li .img {
  height: 145px;
  overflow: hidden;
}

.list01 a img {
  width: 100%;
}

.list01 .txt span {
  font-size: 0.7em;
  color: #777;
}

.list01 .txt h2 {
  font-weight: bold;
  font-size: 1.1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tblTy02 td b {
  display: block;
  color: #555;
}

.tblTy02 {
  border-top: 1px solid #e4e4e4;
  padding-top: 20px;
  margin-top: 20px;
}

.tblTy02 table {
  width: 100%;
}

.tblTy02 th {
  font-size: 15px;
  color: #555;
  letter-spacing: -0.6px;
  vertical-align: top;
  width: 100px;
  padding: 5px 0;
}

.tblTy02 td {
  color: #8d8d8d;
  font-size: 15px;
  letter-spacing: -0.6px;
  padding: 5px 0;
}

.shadow {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

.my_lnbWrap {
  padding-top: 62px;
  float: left;
  height: 1000px;
  width: 268px;
}

.wrap_map {
  height: 417px !important;
}

.root_daum_roughmap {
  width: 100% !important;
  height: 450px !important;
}

.my_cont {
  float: right;
  width: 876px;
  /* padding-bottom: 300px; */
  margin-top: 62px;
}

/* layout */
.content {
  padding-top: 100px;
  padding-bottom: 140px;
}

.subTop {
  margin-top: 100px;
  padding-top: 129px;
  height: 210px;
  background-repeat: no-repeat;
  background-position: center center;
}

.subTop.K01 {
  background-image: url('../image/sub/sv01.jpg');
}

.subTop.K02 {
  background-image: url('../image/sub/sv02.jpg');
}

.subTop.K03 {
  background-image: url('../image/sub/sv03.jpg');
}

.subTop.K04 {
  background-image: url('../image/sub/sv04.jpg');
}

.subTop.K05 {
  background-image: url('../image/sub/sv05.jpg');
}

.subTop.K06 {
  background-image: url('../image/sub/sv06.jpg');
}

.subTop.K07 {
  background-image: url('../image/sub/sv07.jpg');
}

.subTop.K08 {
  background-image: url('../image/sub/sv07.jpg');
}

.subTop.SRCH {
  background-image: url('../image/sub/sv07.jpg');
}

.srch_title span strong {
  color: #b03131;
}

.srch_title span:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 13px;
  top: 5px;
  left: -13px;
  background: #ccc;
}

.srch_title span {
  position: absolute;
  color: #666;
  font-size: 15px;
  margin-left: 30px;
  font-weight: normal;
}

.srch_title {
  margin: 25px 0;
  font-weight: bold;
  color: #444;
  font-size: 22px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}

.sr_tit {
  letter-spacing: -1px;
  margin: 50px 0;
}

.sr_tit strong {
  color: #b03131;
  font-size: 22px;
  font-weight: bold;
}

.sr_tit img {
  vertical-align: -14px;
  margin-right: 10px;
}

.sr_con {
  letter-spacing: -0.5px;
  margin: 10px 0;
  font-size: 15px;
  line-height: 1.5em;
}

.title_red {
  color: #b03131;
  font-size: 20px;
  font-weight: bold;
}

.title_red .date {
  font-size: 14px;
  color: #777;
  font-weight: normal;
  letter-spacing: -1px;
}

.bread {
  color: #888;
  font-size: 14px;
  margin-bottom: 30px;
}

.bread a {
  color: #888;
}

.down {
  font-size: 14px;
  letter-spacing: -0.5px;
  font-weight: bold;
  margin: 10px 0;
}

.down a {
  color: #b03131;
  margin-left: 10px;
}

.down a img {
  margin-left: 5px;
  vertical-align: -3px;
}

.ar {
  text-align: right;
}

.subTop .tbDiv {
  height: 240px;
  text-align: center;
}

.subTop .tit {
  color: #fff;
  font-size: 33px;
  line-height: 1.65em;
  font-weight: 600;
}

.subTop .route {
  color: #fff;
  font-weight: 300;
}

.subTop .route a {
  color: #fff;
}

.m_lnbBox .pageName {
  font-size: 37px;
  line-height: 1em;
  color: #333333;
  letter-spacing: -0.05em;
  padding-top: 45px;
  padding-left: 20px;
  font-weight: 600;
  border-top: 2px solid #333333;
  margin-left: 12px;
}

.m_lnbBox .subName {
  color: #8d8d8d;
  font-size: 15px;
  letter-spacing: -0.03em;
  margin-top: 8px;
  margin-left: 33px;
  margin-bottom: 34px;
  font-size: 0;
  line-height: 0;
}

.m_slnb {
  margin-left: 13px;
}

.m_slnb li {
  line-height: 59px;
  border-bottom: 1px solid #c9c9c9;
}

.m_slnb a {
  color: #555 !important;
  padding-left: 20px;
  display: block;
}

.m_slnb li.on,
.m_slnb li:hover {
  background: #5d5d5d url(/image/sub/arw03.jpg) no-repeat 90% center;
  color: #fff !important;
}

.m_slnb li.on a,
.m_slnb li:hover a {
  color: #fff !important;
}

.m_slnb_sub {
  padding-left: 12px;
}

.m_slnb_sub&gt;a {
  display: block;
  width: 100%;
  height: 59px;
  line-height: 59px;
  border: 1px solid #ddd;
  background-color: #fff;
  font-size: 15px;
  margin-top: -1px;
  padding-left: 20px;
  box-sizing: border-box;
}

.m_slnb_sub&gt;a.on {
  color: #b13132;
  font-weight: 600;
}

/* 서브비주얼 */
.sv .inner {
  height: 100%;
}

.sv {
  height: 780px;
  position: relative;
  background: url('../image/sub/sv1.jpg') no-repeat center 0;
  background-attachment: fixed;
  /* background-size:cover; */
  /* overflow:hidden; */
}

.sv.K01 {
  background-image: url('../image/sub/sv1.jpg');
}

.sv.K02 {
  background-image: url('../image/sub/sv2.jpg');
}

.sv.K03 {
  background-image: url('../image/sub/sv1.jpg');
}

.sv.K04 {
  background-image: url('../image/sub/sv4.jpg');
}

.sv.K05 {
  background-image: url('../image/sub/sv3.jpg');
}

.sv_txt {
  display: table;
  width: 100%;
  padding-top: 60px;
  height: 575px;
}

.sv_txt .cell {
  display: table-cell;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}

.sv_txt .sv_logo {
  display: block;
  width: 250px;
  margin: 0 auto 30px;
}

.sv_txt .tit {
  font-size: 50px;
  font-weight: 800;
  color: #fff;
  line-height: 1.1em;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.sv_txt .desc {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4em;
  letter-spacing: -0.03em;
  margin-top: 20px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* titles */
.sm_tit {}

.tab_menu li {
  float: left;
}

.tab_menu li:last-child {
  margin-right: 0;
}

.tab_menu a {
  display: block;
}

.tab_menu:after {
  display: block;
  content: '';
  clear: both;
}

.content_wrap&gt;div {
  display: none;
}

.content_wrap&gt;div.on {
  display: block;
}

.tit04 {
  font-size: 40px;
  color: #333;
  line-height: 50px;
  font-weight: 200;
}

.tit03 {
  font-size: 60px;
  color: #fff;
  letter-spacing: 60px;
  line-height: 80px;
  font-weight: bold;
  margin-bottom: 20px;
}

.white {
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  font-weight: 200;
}

.black {
  color: #555;
  font-size: 15px;
  line-height: 24px;
  font-weight: 200;
}

.h1 {
  font-size: 100px;
  color: #333;
  text-align: center;
  letter-spacing: 60px;
  font-weight: bold;
  line-height: 120px;
}

.h2 {
  font-size: 30px;
  color: #fff;
  text-align: center;
  letter-spacing: 30px;
  line-height: 40px;
}

.h3 {
  font-size: 25px;
  color: #333;
  text-align: center;
  margin-top: 20px;
}

.mobile_none {
  display: block;
}

.pt200 {
  padding-top: 160px;
}

/* .m_vod02 .img02 { padding-left: 50px; } */
.horizon {
  opacity: 0;
}

.mv_nav span {
  font-weight: 200;
}

.mobile_none02 {
  display: block;
}

.al {
  text-align: left !important;
}

.mobile_lnbWrap {
  display: none;
}

.tblTy01 table {
  width: 100%;
}

.tblTy01 th,
.tblTy01 td {
  vertical-align: middle;
  color: #969696;
  padding: 15px 0;
}

.tblTy01 td {
  padding: 15px 0;
  color: #333;
  text-align: center;
  font-size: 15px;
  letter-spacing: -0.5px;
  background: #fff;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.tblTy01 th {
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  background: #833034;
  border-right: 1px solid #f4f4f4;
  letter-spacing: -0.3px;
}

.tblTy01 td.al {
  padding-left: 15px;
  width: 50%;
}

.tblTy03 .grayy td {
  color: #999;
}

.tblTy03 table {
  width: 100%;
}

.tblTy03 th,
.tblTy03 td {
  color: #969696;
  padding: 15px 0;
}

.tblTy03 td {
  padding: 2px 15px;
  color: #333;
  text-align: center;
  font-size: 14px;
  letter-spacing: -0.5px;
  background: #fff;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

#tb_02 td {
  padding: 15px 40px;
  color: #333;
  text-align: center;
  font-size: 14px;
  letter-spacing: -0.5px;
  background: #fff;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

#tb_02 td.desc {
  padding: 10px 20px;
  color: #333;
  text-align: center;
  font-size: 14px;
  letter-spacing: -0.5px;
  background: #fff;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: left;
}

.tblTy03 th {
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  background: #833034;
  border-right: 1px solid #f4f4f4;
  letter-spacing: -0.3px;
}

.tblTy03 td.al {
  padding-left: 20px;
  padding-right: 15px;
}

.blue {
  color: #5fb7ed !important;
}

.red {
  color: #ed5f5f !important;
}

.green {
  color: #3cb44a !important;
}

.yellow {
  color: #f8c600 !important;
}

.w {
  color: #fff;
}

.tblTy03 {
  position: relative;
  margin-top: 15px;
}

.tblTy03 td {
  vertical-align: middle;
}

.tblTy03 .unit {
  position: absolute;
  top: -40px;
  right: 0;
  color: #8d8d8d;
}

.tblTy01 td.al {
  width: auto;
  padding-left: 20px;
}

.tblTy05 table {
  width: 100%;
  border-top: 2px solid #000;
}

.tblTy05 th,
.tblTy05 td {
  color: #969696;
  padding: 15px 0;
}

.tblTy05 td {
  padding: 15px 0;
  color: #333;
  text-align: left;
  padding-left: 20px;
  padding-right: 15px;
  font-size: 15px;
  letter-spacing: -0.5px;
  background: #fff;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.tblTy05 th {
  font-size: 15px;
  color: #333;
  font-weight: 400;
  background: #eaeaeb;
  text-align: left;
  padding: 15px 25px;
  border-right: 1px solid #ddd;
  letter-spacing: -0.3px;
  border-bottom: 1px solid #ddd;
  width: 130px;
}

.tblTy05 th.title {
  padding-left: 20px;
}

.tblTy05 td.al {
  padding-left: 0;
  border-left: 0;
  background: transparent;
  border-bottom: 0;
}

.tabMenu02 {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.tabMenu02 li {
  display: table-cell;
  vertical-align: middle;
}

.btn02:hover {
  background: #000;
}

.tabMenu02 a {
  position: relative;
  display: block;
  text-align: center;
  height: 50px;
  background: #e0e0e0;
  line-height: 50px;
  border: 1px solid #c9c9c9;
  margin-left: -1px;
  margin-top: -1px;
}

.tabMenu02 li.on a {
  background: #b13132;
  color: #fff !important;
  border: 1px solid #b13132;
}

.table_tit {
  display: -ms-flex;
  display: flex;
}

.table_tit h1 {
  padding-top: 20px;
  margin-top: 30px;
  margin-left: 20px;
  font-size: 23px;
  font-weight: 600;
  color: #000;
}

table.board-list03 {
  width: 100%;
  border-top: 2px solid #000;
}

table.board-list03 th {
  padding: 20px 0;
  border-bottom: 1px solid #c9c9c9;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: -0.5px;
}

table.board-list03 td {
  color: #000;
  text-align: center;
  padding: 15px 10px;
  line-height: 1.5em;
  border-bottom: 1px solid #c9c9c9;
  font-size: 14px;
  letter-spacing: -0.3px;
}

table.board-list03 td .tel {
  padding-left: 20px;
  background-image: url(/image/sub/tel_icon.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 0 center;
  text-align: left;
  margin-top: 7px;
}

table.board-list03 tbody tr:hover {
  background: #ececec;
}

table.board-list03 td a {
  display: inline-block;
  padding: 0;
  overflow: visible;
}

table.board-list03 td a img {
  vertical-align: -5px;
  margin-left: 5px;
}

.list09 li:hover img {
  padding-top: 40px;
}

.list09 li:hover h1 {
  color: #fff;
  border-color: #b07e7d;
}

.list09 li:hover p {
  display: none;
}

.list09 li:hover {
  background: #983230;
}

.list09 li a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 7px 36px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border: 2px solid #fff;
  margin-top: 20px;
  border-radius: 20px;
}

.list09 li .li_inner {
  width: 70%;
  margin: 0 auto;
}

.list09 li p {
  color: #999;
  margin-top: 15px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  letter-spacing: -0.5px;
}

.list09 li h1 {
  border-top: 1px solid #ddd;
  font-size: 19px;
  font-weight: bold;
  padding-top: 30px;
  letter-spacing: -0.1px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  word-break: keep-all;
}

.list09 li img {
  padding-bottom: 30px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}

.list09 li {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  height: 330px;
  float: left;
  width: 32%;
  margin-right: 2%;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 5px 5px 5px #e8e8e8;
  text-align: center;
  background: #fff;
  padding: 40px 0;
}

.pop_inner .tit01 {
  margin-bottom: 10px;
}

.pop_inner .txt {
  float: right;
  width: 45%;
}

.pop_inner .img {
  float: left;
  width: 50%;
}

.pop_inner .img img {
  height: 340px;
  width: 100%;
}

.pop_inner {
  margin: 40px;
}

.g_box02 {
  background: #eaeaec;
  box-shadow: none;
  color: #8d8d8d;
  padding: 27px 30px;
  margin-top: 20px;
  letter-spacing: -0.6px;
}

/* gnb */
.openView {
  position: fixed;
  z-index: 99999999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}

.openView .blind {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  display: none;
}

.openView .openView_in {
  position: absolute;
  width: 850px;
  height: 420px;
  top: 30%;
  left: 50%;
  margin-left: -425px;
  background: #fff;
}

.openView .close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  display: none;
}

.openView.opened {
  display: block;
}

.openView.opened .close {
  display: block;
}

.business .p01 {
  margin-left: 30px;
}

.business .w_box {
  margin-left: 30px;
  line-height: 24px;
  font-size: 14px;
}

.openView01 .openView_in {
  height: 390px;
}

/* 혼배기부 */
.spon06-wrap {
  padding: 35px 20px;
  border: 1px solid #ddd;
  background-color: #fff;
  margin-top: 20px;
  box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.1);
}

.color-red {
  color: #833034;
  font-weight: bold;
}

.spon-q {
  font-weight: bold;
  margin-bottom: 17px;
}

.spon-q2 {
  padding: 18px 15px;
  border: 1px solid #ddd;
  word-break: keep-all;
  font-weight: bold;
  line-height: 1.6em;
}

.spon-a {
  padding: 25px 15px;
  border: 1px solid #ddd;
  margin-bottom: 45px;
}

.spon-a select {
  border: 1px solid #ddd;
  height: 35px;
  line-height: 35px;
}

.spon-a input[name='hour'],
.spon-a input[name='min'],
.spon-a input[name='kg'] {
  border: 1px solid #ddd;
  width: 50px;
  height: 35px;
  line-height: 35px;
  box-sizing: border-box;
}

.spon-a label {
  margin-right: 10px;
}

.spon-a02&gt;div {
  position: relative;
  display: inline-block;
}

.spon-a02&gt;div::after {
  content: '';
  position: absolute;
  right: 5px;
  width: 20px;
  height: 20px;
  background-image: url('/image/sub/calendar.png');
  background-repeat: no-repeat;
  background-position: right;
}

.spon-a02 input {
  border: none;
  border-bottom: 1px solid #ddd;
  height: 25px;
  line-height: 25px;
}

.spon-a03 select {
  height: 30px;
  line-height: 30px;
  border: 1px solid #ddd;
}

.spon-a03 input {
  height: 30px;
  line-height: 30px;
  width: 50px;
  border: 1px solid #ddd;
  text-align: center;
}

.spon-a04 input::-webkit-input-placeholder {
  color: #ddd;
}

.spon-a04 input::-moz-placeholder {
  color: #ddd;
}

.spon-a04 input:-ms-input-placeholder {
  color: #ddd;
}

.spon-a04 input::-ms-input-placeholder {
  color: #ddd;
}

.spon-a04 input::placeholder {
  color: #ddd;
}

.spon-a04 input {
  width: 370px;
  height: 30px;
  line-height: 30px;
  border: none;
  border-bottom: 1px solid #ddd;
  padding-bottom: 3px;
}

.spon-table {
  margin-bottom: 45px;
  width: 100%;
  font-size: 0;
}

.spon-table&gt;li {
  width: 100%;
  font-size: 14px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  border-collapse: collapse;
  margin-top: -1px;
  border-right: 1px solid #ddd;
  display: flex;
}

.spon-table&gt;li&gt;.table-head {
  width: 160px;
  display: inline-block;
  padding: 20px;
  box-sizing: border-box;
  background-color: #f4f4f4;
  line-height: 7px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.spon-table&gt;li&gt;.table-body {
  display: inline-block;
  padding: 20px;
  line-height: 30px;
  box-sizing: border-box;
}

.spon-table01-b2 {
  /* float: right; */
}

.spon-table01-b2 {
  /* border-right: 1px solid #ddd; */
}

.spon-table01-b2 {
  width: 100% !important;
}

.spon-table input {
  border: 1px solid #ddd;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  width: 100%;
  box-sizing: border-box;
}

.spon-table th {
  background-color: #f4f4f4;
  padding: 15px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  width: 160px;
  text-align: left;
  color: #5d5d5d;
}

.spon-table td {
  border: 1px solid #ddd;
  padding: 15px;
  box-sizing: border-box;
}

.fileBox .fileName {
  display: inline-block;
  height: 30px;
  width: 250px;
  padding-left: 10px;
  line-height: 30px;
  border: 1px solid #ddd;
  vertical-align: middle;
}

.fileBox .btn_file {
  display: inline-block;
  border: 1px solid #ddd;
  background-color: #fafafa;
  color: #a8a8a8;
  height: 30px;
  font-size: 0.9em;
  line-height: 30px;
  vertical-align: middle;
  width: 70px;
  padding: 0 10px;
  background-image: url('/image/sub/upload_icon.png');
  background-repeat: no-repeat;
  background-position: 90%;
}

.fileBox input[type='file'] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.submit-btn-wrap {
  text-align: center;
}

.submit-btn {
  margin-top: 35px;
  width: 200px;
  height: 45px;
  line-height: 45px;
  background-color: #983231;
  border: 1px solid #983231;
  color: #fff;
}

.ui-datepicker .ui-datepicker-title select {
  background-color: #fff;
  width: 80px;
  text-align: center;
  margin: 0 5px;
}

/* 후원물품신청 */
.logout-wrap .btns-wrap {
  float: right;
}

.logout-wrap .logout-btn {
  font-size: 0.8rem;
  border: none;
  padding: 0px 3px;
  background: none;
  position: relative;
}

.logout-wrap .logout-btn::after {
  content: '';
  position: absolute;
  right: -6px;
  top: 3px;
  width: 1px;
  height: 12px;
  background-color: #aaa;
}

.logout-wrap .logout-btn&gt;div {
  display: inline-block;
  vertical-align: middle;
  transform: translateY(-2px);
}

.logout-wrap .reset-btn {
  font-size: 0.8rem;
  border: none;
  padding: 0px 3px 0 12px;
  background: none;
}

.logout-wrap .reset-btn&gt;div {
  display: inline-block;
  vertical-align: middle;
  transform: translateY(-2px);
}

.li-wrap {
  background-color: #fff;
  padding: 20px 40px 40px 40px;
}

.li-wrap .total {
  margin-top: 0px;
}

.li-wrap .bl-wrap .li-head {
  background-color: #f4f4f4;
  display: flex;
  flex-direction: row;
  justfy-content: space-around;
  padding: 18px;
  border-top: 2px solid #000;
  border-bottom: 1px solid #ddd;
}

.li-wrap .bl-wrap .li-head .num {
  width: 7%;
  text-align: center;
}

.li-wrap .bl-wrap .li-head .list {
  width: 69%;
  text-align: center;
}

.li-wrap .bl-wrap .li-head .status {
  width: 12%;
  text-align: center;
}

.li-wrap .bl-wrap .li-head .date {
  width: 12%;
  text-align: center;
}

.li-wrap .bl-wrap .li-head .facility {
  width: 40%;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.li-wrap .bl-wrap .li-head .items {
  width: 43%;
  text-align: center;
}

.li-wrap .bl-wrap .li-head .amount {
  width: 11.5%;
  text-align: center;
}

.li-wrap .bl-wrap .li-head .reg-date {
  width: 11.5%;
  text-align: center;
}

.li-wrap .bl-wrap .li-head .relate {
  width: 35%;
  text-align: center;
}

.li-wrap .bl-wrap .li-cont {
  display: flex;
  flex-direction: row;
  justfy-content: space-around;
  align-items: center;
  padding: 18px;
  border-bottom: 1px solid #ddd;
}

.li-wrap .bl-wrap .li-cont .num {
  width: 7%;
  text-align: center;
}

.li-wrap .bl-wrap .li-cont .list {
  width: 69%;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 8px;
}

.li-wrap .bl-wrap .li-cont .list .af {
  display: inline-block;
  vertical-align: middle;
  transform: translateY(2px);
  margin-left: 4px;
}

.li-wrap .bl-wrap .li-cont .list .af img {
  display: inline-block;
}

.li-wrap .bl-wrap .li-cont .status {
  width: 12%;
  text-align: center;
}

.li-wrap .bl-wrap .li-cont .status.on {
  color: #557ee0;
}

.li-wrap .bl-wrap .li-cont .status.off {
  color: #999;
}

.li-wrap .bl-wrap .li-cont .date {
  width: 12%;
  text-align: center;
  color: #999;
}

.li-wrap .bl-wrap .li-cont .facility {
  width: 40%;
  text-align: center;
  color: #777;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.li-wrap .bl-wrap .li-cont .items {
  width: 43%;
  text-align: left;
  color: #777;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  box-sizing: border-box;
  padding-left: 12px;
}

.li-wrap .bl-wrap .li-cont .amount {
  width: 11.5%;
  text-align: center;
  color: #999999;
  font-size: 0.9rem;
}

.li-wrap .bl-wrap .li-cont .reg-date {
  width: 11.5%;
  text-align: center;
  color: #999999;
  font-size: 0.9rem;
}

.li-wrap .bl-wrap .li-cont .relate {
  width: 35%;
  text-align: center;
  padding-left: 25px;
  box-sizing: border-box;
}

.li-wrap .bl-wrap .li-cont .relate .applying {
  color: #ec2b2b;
  display: inline-block;
  width: 50px;
}

.li-wrap .bl-wrap .li-cont .relate .app {
  color: #5071eb;
  display: inline-block;
  width: 50px;
}

.li-wrap .bl-wrap .li-cont .relate .non-app {
  color: #c2c2c2;
  display: inline-block;
  width: 50px;
}

.li-wrap .bl-wrap .li-cont .relate .cancel-btn {
  border: 1px solid #999;
  color: #999;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
}

.li-wrap .bl-wrap .li-cont .relate .print-btn {
  background-color: #9faab4;
  border: 1px solid #9faab4;
  color: #fff;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
}

.li-wrap .bl-wrap .li-cont .relate .review-btn {
  border: 1px solid #9faab4;
  color: #9faab4;
  display: block;
  width: 120px;
  box-sizing: border-box;
  margin: 10px auto 0;
  padding: 2px 10px;
  border-radius: 2px;
  background-repeat: no-repeat;
  background-position: 7px;
}

/* $후원물품신청 */
/* 후원물품신청 게시판 뷰 */
.bv-wrap {
  background-color: #fff;
  position: relative;
}

.bv-wrap .board-view-tit {
  padding: 15px 290px 15px 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.bv-wrap .board-view-ct {
  padding: 35px;
}

.bv-wrap .board-view-info {
  position: absolute;
  top: 17px;
  right: 40px;
  padding: 0;
}

.bv-wrap .af-wrap {
  margin-top: 45px;
}

.bv-wrap .af-wrap .files {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}

.bv-wrap .af-wrap .files&gt;div {
  margin-right: 5px;
  margin-bottom: 5px;
  width: 195px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  overflow: hidden;
}

.bv-wrap .af-wrap .files&gt;.imgs img {
  display: block;
}

.bv-wrap .af-wrap .files&gt;.non-img {
  text-align: center;
  padding-top: 20px;
}

.bv-wrap .af-wrap .files&gt;.non-img .docu-name {
  margin-top: 11px;
  color: #999;
  font-size: 0.8rem;
}

/* $후원물품신청 게시판 뷰 */
/* 후원물품 - 후기등록 */
.rv-wrap {
  margin-top: 20px;
}

.rv-wrap .rv-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  background-color: #eaeaeb;
  border: 1px solid #ddd;
  margin: -1px;
}

.rv-wrap .rv-box input {
  border: 1px solid #ddd;
  height: 30px;
  line-height: 30px;
  width: 420px;
  padding-left: 10px;
  box-sizing: border-box;
}

.rv-wrap .rv-box input::-webkit-input-placeholder {
  font-size: 0.9rem;
  color: #999;
}

.rv-wrap .rv-box input::-moz-placeholder {
  font-size: 0.9rem;
  color: #999;
}

.rv-wrap .rv-box input:-ms-input-placeholder {
  font-size: 0.9rem;
  color: #999;
}

.rv-wrap .rv-box input::-ms-input-placeholder {
  font-size: 0.9rem;
  color: #999;
}

.rv-wrap .rv-box input::placeholder {
  font-size: 0.9rem;
  color: #999;
}

.rv-wrap .rv-box textarea::-webkit-input-placeholder {
  font-size: 0.9rem;
  color: #999;
}

.rv-wrap .rv-box textarea::-moz-placeholder {
  font-size: 0.9rem;
  color: #999;
}

.rv-wrap .rv-box textarea:-ms-input-placeholder {
  font-size: 0.9rem;
  color: #999;
}

.rv-wrap .rv-box textarea::-ms-input-placeholder {
  font-size: 0.9rem;
  color: #999;
}

.rv-wrap .rv-box textarea::placeholder {
  font-size: 0.9rem;
  color: #999;
}

.rv-wrap .rv-box .s-input {
  width: 185px;
}

.rv-wrap .rv-box .xs-input {
  width: 130px;
}

.rv-wrap .rv-box select {
  height: 30px;
  line-height: 30px;
  border: 1px solid #ddd;
}

.rv-wrap .rv-box textarea {
  border: 1px solid #ddd;
  resize: none;
  width: 100%;
  height: 250px;
  padding-left: 10px;
  padding-top: 7px;
  box-sizing: border-box;
}

.rv-wrap .rv-box .af .attach-file-wrap {
  margin-bottom: 6px;
}

.rv-wrap .rv-box .af .attach-file-wrap:last-child {
  margin-bottom: 0;
}

.rv-wrap .rv-box .af .msg {
  color: #fe6969;
  font-size: 0.9rem;
  margin-top: 15px;
}

.rv-wrap .rv-box .head {
  width: 193px;
  padding: 18px 25px;
  box-sizing: border-box;
  position: relative;
}

.rv-wrap .rv-box .head.imp::before {
  content: '*';
  color: #b44545;
  position: absolute;
  left: 12px;
  top: 18px;
}

.rv-wrap .rv-box .cont-s {
  width: 245px;
  padding: 18px;
  box-sizing: border-box;
  background-color: #fff;
  border-left: 1px solid #ddd;
}

.rv-wrap .rv-box .cont {
  padding: 18px;
  box-sizing: border-box;
  background-color: #fff;
  width: 683px;
  border-left: 1px solid #ddd;
}

.rv-wrap .rv-box .adr .srch-btn {
  display: inline-block;
  background-color: #5d5d5d;
  color: #fff;
  height: 30px;
  line-height: 30px;
  width: 50px;
  text-align: center;
  transform: translateY(-2px);
  cursor: pointer;
  font-size: 0.9rem;
}

.rv-wrap .rv-box .adr input {
  margin-bottom: 6px;
}

.rv-wrap .rv-box .adr input:last-child {
  margin-bottom: 0;
}

.rv-wrap .rv-box .cont span {
  color: #999;
  font-size: 0.9rem;
  margin-left: 8px;
}

/* $후원물품 - 후기등록 */
/* 후원물품 신청 */
.a-box {
  position: fixed;
  left: 50%;
  top: 30%;
  margin-left: -227px;
  width: 454px;
  border-top: 3px solid #802428;
  text-align: center;
  padding: 25px 8px;
  background-color: #fff;
  z-index: 99999999;
  display: none;
  opacity: 0;
}

.a-box .a-txt {
  background-color: #f4f4f4;
  margin: 30px 0 25px;
  padding: 20px 0;
}

.a-box .btns {
  display: flex;
  justify-content: center;
}

.a-box .btns&gt;div {
  width: 130px;
  height: 35px;
  line-height: 35px;
  font-size: 1.2rem;
  margin: 0 5px;
  cursor: pointer;
}

.a-box .btns .da-btn {
  background-color: #fff;
  color: #aaa;
  border: 1px solid #aaa;
  width: 130px;
  height: 35px;
  line-height: 35px;
  margin: 0 5px;
}

.a-box .btns .a-btn {
  background-color: #802428;
  color: #fff;
  border: 1px solid #802428;
  width: 130px;
  height: 35px;
  line-height: 35px;
  margin: 0 5px;
}

.a-box-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9999999;
  display: none;
  opacity: 0;
}

/* $후원물품 신청 */
/* 비밀번호 변경 레이어 */
.r-box {
  position: fixed;
  left: 50%;
  top: 30%;
  margin-left: -147px;
  width: 394px;
  border-top: 3px solid #802428;
  text-align: center;
  padding: 25px 0px;
  background-color: #fff;
  z-index: 99999999;
  box-sizing: border-box;
  display: none;
  opacity: 0;
}

.r-box .r-txt {
  background-color: #f4f4f4;
  margin: 20px 0;
  padding: 25px 58px;
  text-align: left;
}

.r-box .r-txt .r-head {
  margin-bottom: 2px;
}

.r-box .r-txt .r-input {
  margin-bottom: 7px;
}

.r-box .r-txt .r-input:last-child {
  margin-bottom: 0;
}

.r-box .r-txt .r-input input {
  width: 100%;
  border: 1px solid #ddd;
  height: 32px;
  line-height: 32px;
}

.r-box .btns {
  display: flex;
  justify-content: center;
}

.r-box .btns&gt;div {
  width: 130px;
  height: 35px;
  line-height: 35px;
  font-size: 1.2rem;
  margin: 0 5px;
  cursor: pointer;
}

.r-box .btns .da-btn {
  background-color: #fff;
  color: #aaa;
  border: 1px solid #aaa;
  width: 130px;
  height: 35px;
  line-height: 35px;
  margin: 0 5px;
}

.r-box .btns .r-btn {
  background-color: #802428;
  color: #fff;
  border: 1px solid #802428;
  width: 130px;
  height: 35px;
  line-height: 35px;
  margin: 0 5px;
}

.r-box-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9999999;
  display: none;
  opacity: 0;
}

/* $비밀번호 변경 레이어 */
/* 2020.06.04 추가 - 유정 */
.red_btn a {
  width: 150px;
  line-height: 45px;
  box-sizing: border-box;
  letter-spacing: -0.07px;
  font-size: 16px;
  font-weight: 300;
  background: #983231;
  display: inline-block;
  color: #fff;
  border: 2px solid #983231;
  text-align: center;
}

.bg_table {
  width: 100%;
}

.bg_table th {
  text-align: left;
  width: 65px;
}

.openView.ader .openView_in {
  height: auto;
  top: 13%;
}

.facility_desc {
  background-color: #fff;
  color: #983231;
  border: 2px solid #ddd;
  padding: 75px;
  -ms-word-break: keep-all;
  word-break: keep-all;
  line-height: 1.8em;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
}

.fac_tab {
  display: -ms-flex;
  display: flex;
  margin-bottom: 40px;
}

.fac_tab&gt;a {
  flex: 1;
  border: 1px solid #833034;
  color: #833034;
  background-color: #fff;
  line-height: 60px;
  height: 60px;
  display: block;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-left: -1px;
}

.fac_tab&gt;a.active {
  background-color: #833034;
  color: #fff;
}

/* -----------------2022 05 23 수정------------------ */
/* 주요사업 &gt; 기타사업 */
.busi03 table {
  margin-bottom: 50px;
}

.busi03 .bu_list_02 li {
  background: none;
  padding-left: 71px;
  margin-left: 15px;
}

/* 주요 사업 장학사업 */



.tab_area .fac_tab {
  margin-top: 80px;
}

.busi03

/* 후원안내 &gt; 후원안내 */
.spon01 .use {
  margin: 30px 0;
}

.spon01 .use&gt;li {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.spon01 .use&gt;li h3 {
  font-size: 22px;
  color: #555;
  margin-left: 20px;
  margin-bottom: 8px;
  font-weight: 600;
}

.spon01 .use&gt;li p {
  color: #8d8d8d;
  margin-left: 20px;
}

.spon01 .hope {
  margin: 30px 0;
  display: flex;
}

.spon01 .hope&gt;li {
  border: 1px solid #aaa;
  width: 23%;
  margin-right: 2%;
  text-align: center;
  padding: 50px 14px;
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.1);
}

.spon01 .hope&gt;li:last-child {
  margin-right: 0%;
}

.spon01 .hope&gt;li&gt;h2 {
  font-size: 30px;
  color: #333333;
  font-weight: 600;
  position: relative;
  margin-bottom: 24px;
}

.spon01 .hope&gt;li&gt;h2::before {
  position: absolute;
  content: '';
  width: 15px;
  height: 1px;
  background-color: #8d8d8d;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}

.spon01 .hope&gt;li&gt;strong {
  color: #b03131;
}

.spon01 .hope&gt;li&gt;p {
  color: #8d8d8d;
  margin-top: 5px;
  word-break: keep-all;
}

.spon01 .links {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.spon01 .links a {
  font-size: 22px;
  font-weight: 600;
  display: inline-block;
  width: 25%;
  padding: 15px 25px;
  background-color: #b03131;
  color: #fff;
  border-radius: 30px;
  text-align: left;
  margin: 0 10px;
  transition: all 0.2s;
  position: relative;
}

.spon01 .links a em {
  position: absolute;
  right: 25px;
}

.spon01 .bank {
  padding: 25px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.spon01 .bank .tit01 {
  color: #b03131;
  margin-top: 0;
  margin-bottom: 15px;
}

.spon01 .bank&gt;p {
  color: #666;
}

.spon01 .bank&gt;p&gt;strong {
  color: #333;
  font-weight: 600;
}

.spon01 .bank&gt;div {
  color: #666;
  margin: 7px 0 15px;
  line-height: 1.8em;
}

.spon01 .bank&gt;div&gt;em {
  font-weight: 600;
  color: #b03131;
}

.spon01 .bank&gt;span {
  color: #b03131;
  font-weight: 600;
}

.spon01 .banner {
  background: url(/image/sub/spon01_img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 100px 20px;
  margin-top: 50px;
}

.spon01 .banner p {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  line-height: 1.4em;
}

.spon01 .join {
  margin: 25px 0;
  text-align: center;
}

.spon01 .join ol {
  display: flex;
  margin-bottom: 10%;
}

.spon01 .join li {
  border: 1px solid #aaa;
  width: 23%;
  margin-right: 2%;
  text-align: center;
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.1);
}

.spon01 .join li:last-child {
  margin-right: 0%;
}

.spon01 .join li h3 {
  background-color: #b03131;
  color: #fff;
  padding: 10px 0;
}

.spon01 .join li p {
  word-break: keep-all;
  padding: 40px 10px;
}

.spon01 .join&gt;strong {
  margin: 15px 0 45px;
  color: #222;
  display: block;
}

.spon01 .join&gt;strong&gt;span {
  color: #b03131;
  font-weight: 600;
  margin-right: 5px;
}

.spon01 .join&gt;strong&gt;span&gt;img {
  vertical-align: baseline;
  margin-right: 2px;
  margin-bottom: -1px;
}

.spon01 .join&gt;a {
  color: #fff;
  background-color: #b03131;
  padding: 10px 25px;
  border-radius: 20px;
}

.spon01 .faq_list&gt;li {
  border-bottom: 1px solid #ddd;
}

.spon01 .faq_list&gt;li:first-child {
  border-top: 1px solid #ddd;
  margin-top: 25px;
}

.spon01 .faq_list .list_header {
  padding: 25px 15px;
  font-size: 17px;
  font-weight: 600;
  color: #222;
  cursor: pointer;
  position: relative;
}

.spon01 .faq_list .list_header em {
  color: #b03131;
  transform: rotate(90deg);
  display: inline-block;
  float: right;
  font-size: 20px;
  margin: 10px;
  transition: all 0.2s;
}

.spon01 .faq_list .list_header.active em {
  transform: rotate(270deg);
}

.spon01 .faq_list div&gt;span {
  color: #fff;
  background-color: #b03131;
  font-weight: bold;
  font-size: 20px;
  border-radius: 100%;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-right: 30px;
}

.spon01 .faq_list .list_data {
  display: none;
}

.spon01 .faq_list .list_data&gt;div {
  padding: 25px 15px;
  color: #333;
  display: flex;
  line-height: 1.5em;
  background-color: #ececec;
}

.spon01 .faq_list div.list_data span {
  border: 1px solid #b03131;
  color: #b03131;
  background-color: transparent;
}

.spon01 .faq_list div.list_data p {
  flex: 1;
}

.spon07-top {
  text-align: center;
}

.spon07-top&gt;div {
  display: flex;
  align-items: center;
  gap: 3%;
}

.spon07-top_img {
  width: 22%;
  margin-right: 50px
}

.spon07-top_desc {
  text-align: left;
  flex: 1;
}

.spon07-top_desc p {
  color: #666666;
  font-size: 16px;
  margin-bottom: 15px;
}

.spon07-top_desc em {
  color: #b03131;
}

.spon07-top_desc strong {
  color: #333;
  font-weight: 600;
}

.spon07-top_desc span {
  color: #999;
}

.spon07-top_desc span&gt;a {
  color: #0090ff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.spon-btn {
  color: #fff !important;
  background-color: #b03131;
  padding: 10px 25px;
  border-radius: 2em;
  display: inline-block;
  margin-top: 25px;
}

.spon-table-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 35px 100px;
  margin-top: 60px;
}

.spon-table__header {
  background-color: #b03131;
  color: #fff;
  font-size: 16px;
  display: grid;
  place-items: center;
  border: 1px solid #ddd;
  margin-left: -1px;
  margin-top: -1px;
}

.spon-table__data {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid #ddd;
  margin-left: -1px;
  margin-top: -1px;
}

.spon07-info .tit01 {
  font-size: 18px;
  margin-top: 40px;
  margin-bottom: 5px;
}

.spon07-info p {
  font-size: 15px;
  color: #666;
}

.spon07-info .spon-btn {
  margin-top: 25px;
}

.spon-call {
  margin-top: 50px;
  text-align: center;
  border: 1px solid #ddd;
  border-top: 2px solid #b03131;
  padding: 20px 0;
}

.spon-call p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}

.spon-call a {
  font-size: 28px;
  font-weight: 600;
  color: #000;
}

/* 231027 인사말씀 */
.my_cont.intro01 {
  display: flex;
}

.my_cont.intro01 .intro01_img {
  width: 30%;
  margin-top: 10px;
}

.my_cont.intro01 .intro01_img img {
  width: 100%;
}

.my_cont.intro01 .intro01_txt {
  flex: 1;
  margin-left: 30px;
}

.my_cont.intro01 .intro01_txt .tit01 {
  font-size: 18px;
}

.my_cont.intro01 .intro01_txt .ceo {
  margin-top: 50px;
}

/* 24.06.14 혼배기부 */
.wed-join,
.wed-icon,
.wed-step {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 30px;
  margin-top: 40px;
}

.wed-icon li {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  text-align: center;
  padding: 30px;
}

.wed-icon li figure {
  margin: 0;
}

.wed-icon li strong {
  color: #222;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.wed-icon li p {
  margin-top: 15px;
  font-size: 14px;
  color: #8d8d8d;
  font-weight: 500;
}

.wed-join {
  grid-template-columns: repeat(2, 1fr);
}

.wed-join li figure {
  aspect-ratio: 1 / 0.7;
  margin: 0 0 30px;
}

.wed-join li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.wed-join li p {
  text-align: center;
  color: #222;
  font-size: 18px;
  font-weight: 600;
}

.spon-wed section {
  margin-top: 80px;
}

.spon-wed section:has(.wed-icon) {
  margin-top: 40px;
}

.spon-wed section .tit01 {
  margin-top: 0;
}

.spon-wed__wrn {
  text-align: center;
  margin-top: 40px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
}

.wed-step {
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0 40px;
}

.wed-step li {
  display: flex;
  flex-direction: column;
  position: relative;
  text-align: center;
  align-items: center;
}

.wed-step li::after {
  content: "";
  width: 9px;
  height: 16px;
  background-image: url('/image/sub/wed_step_arrow.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 42px;
  right: -15px;
  transform: translateX(50%);
}

.wed-step li:last-child::after {
  display: none;
}

.wed-step li figure {
  margin: 0 0 30px;
}

.wed-step li strong {
  color: #222;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.wed-step li p {
  font-size: 14px;
  font-weight: 500;
  color: #8d8d8d;
  margin-top: 20px;
}

.wed-btn {
  margin: 60px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

.wed-btn p {
  color: #fff;
  background-color: #B03131;
  font-size: 16px;
  padding: 0 40px;
  font-weight: 600;
  display: flex;
  align-items: center;
  height: 50px;
  justify-content: center;
  border-radius: 2em;
}

.wedfrm {
  display: none;
  margin-top: 80px;
}

/* 연혁 이미지 추가 */
.history-thumb {
  margin: 30px 0 0;
  width: 320px;
  aspect-ratio: 1.77;
  overflow: hidden;
}

.history-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* 카리타스는 지금 리스트 스타일 변경 */
.list-new {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px 18px;
}

.list-new li {
  overflow: hidden;
  box-shadow: -3px 4px 20px 0px rgba(177, 201, 201, 0.35);
}

.list-new li .txt {
  padding: 27px 10px;
  background-color: #fff;
  overflow: hidden;
}

.list-new li .img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.list-new li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.list-new li .txt h2 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #111;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
}

.list-new li .txt span {
  color: #999;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

.list-new li .txt p {
  color: #901A00;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
}

/* 사순·대림절 저금통 페이지 추가 */

.done {
  display: flex;
  gap: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 0;

}

.done p:nth-child(1) {
  text-align: center;
  color: #AF3234;
  font-family: NanumGothic;
  font-size: 26px;
  font-weight: 800;
  line-height: 140%;
}

.done p:nth-child(2) {
  color: #444;
  font-family: NanumGothic;
  font-size: 14px;
  line-height: 140%;
}

.fig_done .desc {
  margin-top: 20px;
  padding-left: 27px;
  color: #4B4B4B;
  font-family: NanumGothic;
  font-size: 15px;
}

.link_area {
  margin-top: 40px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.link_area a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 23px;
  width: 200px;
  height: 48px;
  border-radius: 100px;
  background-color: #AF3234;
  color: #FFF;
  font-family: NanumGothic;
  font-size: 15px;
  font-weight: 700;
}

.br_m {
  display: none;
}

.sec-partner .tab-partner.none {
  display: none;
}

/* 20250313 */
.busi_05 .flex {
  display: flex;
  gap: 20px;
  margin-top: 50px;
}

.busi_05 .flex span {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
}

/* 20250521 */
.yy-box{
  padding: 20px 40px;
  background-color: #ffe92d;
  width: fit-content;
  border-radius: 10px;
}
span.bold{
  font-weight: 700;
  color: #222;
}


/* 20250626 */
.form-page .my_cont{
  background-color: #fff;
}
.sc-dona{
  margin-top: 40px;
  display: flex;
  align-items: flex-end;
}
.sc-dona h2{
  color: #D83F45;
  font-family: NanumSquare_ac;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%; /* 21px */
margin-bottom: 16px;
}
.bold-700{
  font-weight: 700;
}
.bold-600{
  font-weight: 600;
}
.sc-dona strong{
  color: #333;
font-family: Pretendard;
font-size: 28px;
font-style: normal;
font-weight: 200;
line-height: 130%; /* 36.4px */
letter-spacing: -1.4px;
}
.sc-dona p{
  margin-top: 30px;
  color: #333;
font-family: Pretendard;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 24px */
letter-spacing: -0.8px;
}
.sc-dona p:nth-child(2){
  margin-right: 25px;
}

.sc-dona .col-left{
  margin-bottom: 126px;
}
.form-page .tit-wrap .thumb{
  margin-top: 40px;
}
.form-page .tit-wrap{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.form-page .pink{
  color: #DF718A;
}
.form-page .tit-wrap h2{
  color: #333;
text-align: center;
font-family: NanumSquare_ac;
font-size: 26px;
font-style: normal;
font-weight: 800;
line-height: 150%; /* 39px */
}
.form-page .step-list{
  display: flex;
  gap: 20px;
  align-items: center;
}
.form-page .step-list .item{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}</pre></body></html>