/*
Last Updated: 2022/02
*/
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  width: 100%;
  height: 100%;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
button,
input,
select {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: 400;
  letter-spacing: -0.002em;
  font-style: normal;
  font-family: "NotoSansKr", sans-serif;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

main {
  display: block;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
ol,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: inherit;
  vertical-align: baseline;
  background: transparent;
  color: inherit;
  text-decoration: none;
  display: block;
}

a:hover {
  text-decoration: none;
}

b,
strong {
  font-weight: 700;
  font-family: inherit;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #333;
  margin: 0;
  padding: 0;
  opacity: 0.7;
}

address {
  font-style: initial;
}

input,
select,
textarea {
  vertical-align: middle;
}

button {
  cursor: pointer;
}

button:focus {
  outline-offset: -3px;
  outline: 1px dashed #0a1e5a;
}

em {
  font-style: normal;
}

.btn {
  border-radius: 0;
  box-shadow: none;
  display: block;
  text-align: center;
  color: inherit;
}

.icon {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  text-indent: -9999%;
  overflow: hidden;
  font-size: 0;
}

@keyframes rotateObj {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.serif {
  font-family: "NotoSerifKR";
}

.point {
  color: #f67441;
}

body {
  overflow-y: initial;
  font-size: 18px;
  color: #444;
}

body.open {
  overflow-y: hidden;
}

#skipNav {
  position: absolute;
  width: 100%;
}

#skipNav a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  transform: translateY(-100%);
  width: 100%;
  height: 50px;
  background: #000;
  color: #fff;
}

#skipNav a:focus, #skipNav a:active {
  transform: translateY(0);
}

.tit_wrap {
  text-align: center;
  margin-bottom: 80px;
}

.sub_tit {
  font-weight: 600;
  font-family: "NotoSerifKR", serif;
  color: #f67441;
  letter-spacing: 0.24em;
}

.sub_tit + .section_tit {
  margin-top: 20px;
}

.section_tit {
  font-weight: 600;
  font-size: 32px;
  font-family: "NotoSerifKR", serif;
  color: #333;
}

.section_tit span {
  font-weight: 700;
  font-family: inherit;
}

.section_tit span.point {
  color: #f67441;
}

.section_tit + .section_desc {
  line-height: 28px;
  margin-top: 25px;
}

.section_desc {
  line-height: 28px;
}

.section_desc_big {
  font-size: 24px;
  font-weight: 600;
  font-family: "NotoSerifKR", serif;
  color: #333;
}

.section_desc_big + p {
  margin-top: 15px;
}

.btn {
  width: 180px;
  height: 50px;
  border-radius: 26px 0 26px 0;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border: 1px solid;
}

.btn_white {
  color: #fff;
  background: transparent;
  border-color: #fff;
}

.btn_white::before {
  background: #f67441;
}

.btn_point {
  color: #f67441;
  border-color: #f67441;
}

.l_sub {
  overflow: clip;
}

.l_sub .section_top {
  height: 500px;
  position: relative;
}

.l_sub .section_top .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}

.l_sub .section_top .bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  animation: downSize 1.8s forwards;
  z-index: -1;
}

.l_sub .section_top .inner {
  height: 100%;
  position: relative;
}

.l_sub .section_top .inner .txt_wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
}

.l_sub .section_top .inner .txt_wrap .main_tit {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  font-family: "NotoSerifKR", serif;
}

.l_sub .section_top .inner .bread_crumb {
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  z-index: 2;
}

.l_sub .section_top .inner .bread_crumb > ul {
  display: flex;
  align-items: center;
}

.l_sub .section_top .inner .bread_crumb > ul > li {
  position: relative;
  padding: 0 24px;
}

.l_sub .section_top .inner .bread_crumb > ul > li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background: #beb3ab;
}

.l_sub .section_top .inner .bread_crumb > ul > li:last-child::before {
  display: none;
}

.l_sub .section_top .inner .bread_crumb > ul > li .box .selectBox {
  position: relative;
  width: 180px;
}

.l_sub .section_top .inner .bread_crumb > ul > li .box .selectBox::before {
  content: "";
  width: 14px;
  height: 9px;
  background: url("/static/images/common/icon_bread_arrow.png") no-repeat center/100% auto;
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -4.5px;
}

.l_sub .section_top .inner .bread_crumb > ul > li .box .selectBox.active::before {
  transform: rotate(180deg);
}

.l_sub .section_top .inner .bread_crumb > ul > li .box .selectBox .label {
  position: relative;
  width: 100%;
  height: 48px;
  padding: 15px 8px;
  text-align: left;
  line-height: 1;
  color: #fff;
  font-size: 16px;
}

.l_sub .section_top .inner .bread_crumb > ul > li .box .selectBox .label span {
  font-weight: inherit;
  color: #fff;
  line-height: 1;
  vertical-align: top;
  font-size: 16px;
}

.l_sub .section_top .inner .bread_crumb > ul > li .box .selectBox .optionList {
  position: absolute;
  top: calc(48px + 12px);
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 9;
  height: 0;
  overflow: hidden;
  box-shadow: 0 0 8px rgba(204, 204, 204, 0.25);
}

.l_sub .section_top .inner .bread_crumb > ul > li .box .selectBox .optionList .optionItem {
  height: 48px;
  transition: 0.5s;
  cursor: pointer;
}

.l_sub .section_top .inner .bread_crumb > ul > li .box .selectBox .optionList .optionItem a {
  color: #999;
  font-size: 16px;
  padding: 11px 0 11px 24px;
}

.l_sub .section_top .inner .bread_crumb > ul > li .box .selectBox .optionList .optionItem:first-child {
  margin-top: 19px;
}

.l_sub .section_top .inner .bread_crumb > ul > li .box .selectBox .optionList .optionItem:last-child {
  margin-bottom: 19px;
}

.l_sub .section_top .inner .bread_crumb > ul > li .box .selectBox .optionList .optionItem:hover a, .l_sub .section_top .inner .bread_crumb > ul > li .box .selectBox .optionList .optionItem.active a {
  color: #f67441;
  font-weight: 700;
}

.l_sub .section_top .inner .bread_crumb > ul > li .box .selectBox.active .label {
  font-weight: 500;
}

.l_sub .section_top .inner .bread_crumb > ul > li .box .selectBox.active .optionList {
  height: fit-content;
}

.l_sub .section_top .inner .bread_crumb > ul > li > a {
  font-size: 16px;
  color: #fff;
}

.l_sub .section_top .inner .bread_crumb > ul > li > a .icon_home {
  width: 15px;
  height: 18px;
  background-image: url("/static/images/common/icon_home.png");
}

.l_sub .section:not(.section_top) {
  padding-bottom: 140px;
}

.l_sub .section:nth-of-type(2) {
  padding-top: 120px;
}

.l_sub_view .section_01 .content .tit_area {
  text-align: center;
  padding: 43px 60px;
  border-top: 2px solid #000;
  border-bottom: 1px solid #ddd;
}

.l_sub_view .section_01 .content .tit_area .tit {
  font-size: 24px;
  font-weight: 700;
}

.l_sub_view .section_01 .content .tit_area .date {
  color: #888;
  font-size: 16px;
}

.l_sub_view .section_01 .content .cont_area {
  padding: 50px 60px 140px;
}

.l_sub_view .section_01 .content .cont_area .content {
  text-align: center;
}

.l_sub_view .section_01 .content .cont_area .content img + img {
  margin-top: 40px;
}

.l_sub_view .section_01 .content .cont_area p {
  line-height: 28px;
}

.l_sub_view .section_01 .content .cont_area p + p {
  margin-top: 40px;
}

.l_sub_view .section_01 .content .list_area {
  border-bottom: 1px solid #333;
}

.l_sub_view .section_01 .content .list_area .list {
  display: flex;
  height: 80px;
  border-top: 1px solid #ddd;
}

.l_sub_view .section_01 .content .list_area .list .arrow {
  width: 180px;
  text-align: center;
}

.l_sub_view .section_01 .content .list_area .list .arrow p {
  color: #f67441;
  font-weight: 500;
  line-height: 80px;
}

.l_sub_view .section_01 .content .list_area .list .arrow + div {
  display: flex;
  width: calc(100% - 180px);
}

.l_sub_view .section_01 .content .list_area .list .arrow + div .tit {
  width: 82%;
  padding: 0 30px;
}

.l_sub_view .section_01 .content .list_area .list .arrow + div .tit a {
  line-height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.l_sub_view .section_01 .content .list_area .list .arrow + div .date {
  width: 18%;
  text-align: center;
  color: #888;
  line-height: 80px;
}

.l_sub_view .section_01 .content .list_area .list.disable .arrow + div .tit a {
  pointer-events: none;
}

.l_sub_view .section_01 .content .list_area .list.disable .arrow + div .date {
  display: none;
}

.l_sub_view .section_01 .btn {
  margin: 80px auto 0;
}

.l_sub .procedure_wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.l_sub .procedure_wrap ul li {
  width: calc(120px + 53px * 2);
  position: relative;
  text-align: center;
  margin-right: 11px;
}

.l_sub .procedure_wrap ul li::before {
  content: "";
  position: absolute;
  top: 50px;
  right: -11px;
  width: 11px;
  height: 20px;
  background: url("/static/images/sub/business/icon_procedure_arrow.png") no-repeat center/100% auto;
}

.l_sub .procedure_wrap ul li img {
  width: 120px;
}

.l_sub .procedure_wrap ul li p.section_desc_big {
  margin-top: 32px;
  color: #f67441;
}

.l_sub .procedure_wrap ul li p.section_desc span {
  color: #888;
}

.l_sub .procedure_wrap ul li:last-child {
  margin-right: 0;
}

.l_sub .procedure_wrap ul li:last-child::before {
  display: none;
}

.bg_beige {
  position: relative;
}

.bg_beige::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fcf9f6;
  border-top-right-radius: 160px;
  z-index: -1;
}

.ul_icon {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ul_icon li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background: #fff;
  box-shadow: 0px 6px 24px rgba(150, 150, 150, 0.1);
  border-radius: 16px;
  border: 1px solid #eee;
}

.ul_icon li img {
  width: 100px;
  margin: 0 auto;
}

.ul_icon li .section_desc_big {
  font-size: 20px;
  font-weight: 700;
  font-family: "NotoSerifKR", serif;
  margin-top: 28px;
  color: #333;
}

.scroll_bar::-webkit-scrollbar {
  -webkit-appearance: none;
}

.scroll_bar::-webkit-scrollbar:vertical {
  width: 2px;
}

.scroll_bar::-webkit-scrollbar-thumb {
  background-color: #322a25;
}

.scroll_bar::-webkit-scrollbar-track {
  background-color: rgba(50, 42, 37, 0.3);
}

.scroll_bar_horizontal::-webkit-scrollbar {
  -webkit-appearance: none;
}

.scroll_bar_horizontal::-webkit-scrollbar:horizontal {
  width: 100%;
  height: 3px;
}

.scroll_bar_horizontal::-webkit-scrollbar-thumb {
  background-color: #f67441;
}

.scroll_bar_horizontal::-webkit-scrollbar-track {
  background-color: #ddd;
}

.table_wrap .top_area {
  display: flex;
  justify-content: space-between;
  margin-bottom: 36px;
}

.table_wrap .top_area p {
  font-size: 16px;
}

.table_wrap .top_area p span {
  color: #f67441;
}

.table_wrap .top_area .wrap_input {
  position: relative;
}

.table_wrap .top_area .wrap_input input {
  padding-right: 69px;
}

.table_wrap .top_area .wrap_input button {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 24px;
}

.table_wrap .top_area .wrap_input button .icon {
  width: 20px;
  height: 20px;
  background-image: url("/static/images/common/icon_search_point.png");
}

.table_wrap table {
  table-layout: fixed;
  width: 100%;
  border-top: 2px solid #333;
}

.table_wrap table tr td {
  height: 100px;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
  transition: 0.5s;
}

.table_wrap table tr td.title {
  padding: 0 30px;
}

.table_wrap table tr td.category {
  width: 12%;
  text-align: center;
}

.table_wrap table tr td.num, .table_wrap table tr td.date {
  width: 12%;
  text-align: center;
  color: #888;
}

.table_wrap table tr td a {
  width: 52%;
  height: 100%;
  line-height: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.table_wrap table tr.nodata td {
  text-align: center;
  font-weight: 500;
}

.pagination {
  margin-top: 80px;
}

.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination ul li {
  margin: 0 6px;
}

.pagination ul li a {
  width: 24px;
  height: 19px;
  line-height: 19px;
  text-align: center;
}

.pagination ul li.num a {
  font-size: 16px;
  color: #beb3ab;
}

.pagination ul li.num.current a {
  color: #f67441;
  font-weight: 700;
}

.pagination ul li.pag a {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}

.pagination ul li.pag.first a {
  background-image: url("/static/images/common/icon_pag_first.png");
}

.pagination ul li.pag.prev a {
  background-image: url("/static/images/common/icon_pag_prev.png");
}

.pagination ul li.pag.next a {
  background-image: url("/static/images/common/icon_pag_next.png");
}

.pagination ul li.pag.last a {
  background-image: url("/static/images/common/icon_pag_last.png");
}

.wrap_schedule table {
  width: 100%;
}

.wrap_schedule table strong {
  font-weight: 500;
  color: #333;
}

.wrap_schedule table td,
.wrap_schedule table th {
  vertical-align: middle;
}

.wrap_schedule table thead {
  border-top: 1px solid #f67441;
  height: 80px;
  background: #fcf9f6;
}

.wrap_schedule table tbody tr {
  border-bottom: 1px solid #ddd;
}

.wrap_schedule table tbody tr td {
  padding: 25px 10px;
  color: #888;
  line-height: 27px;
}

.wrap_schedule table tbody tr td:first-of-type, .wrap_schedule table tbody tr td:last-of-type {
  text-align: center;
}

.wrap_schedule table tbody tr td:nth-of-type(3) {
  max-width: 360px;
}

.wrap_schedule table tbody tr td:nth-of-type(3) strong {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wrap_schedule table tbody tr td strong {
  display: block;
}

@media screen and (min-width: 1240px) {
  .inner {
    width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
  }
  .pc_cont {
    display: block;
  }
  .mo_cont {
    display: none;
  }
  .btn {
    z-index: 2;
  }
  .btn:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    z-index: -1;
  }
  .btn:hover::before {
    bottom: 0;
  }
  .btn_white:hover {
    color: #fff;
    border-color: #f67441;
  }
  .btn_white:hover::before {
    background: #f67441;
  }
  .table_wrap table tr:not(.nodata):hover {
    background: #fcf9f6;
  }
  .table_wrap table tr:not(.nodata):hover td {
    color: #f67441;
  }
  .table_wrap table tr:not(.nodata):hover td a {
    color: inherit;
  }
}

@media screen and (max-width: 1240px) {
  body {
    font-size: 0.916rem;
  }
  body.m_open {
    overflow: hidden;
  }
  .inner {
    width: auto;
    padding: 0 1.666rem;
  }
  .pc_cont {
    display: none !important;
  }
  .mo_cont {
    display: block !important;
  }
  .tit_wrap {
    margin-bottom: 2.5rem;
  }
  .sub_tit + .section_tit {
    margin-top: 0.833rem;
  }
  .section_tit {
    font-size: 1.416rem;
  }
  .section_tit + .section_desc {
    line-height: 1.416rem;
    margin-top: 1.083rem;
  }
  .section_desc {
    line-height: 1.416rem;
    word-break: keep-all;
  }
  .section_desc_big {
    font-size: 1.166rem;
  }
  .section_desc_big + p {
    margin-top: 0.75rem;
  }
  .btn {
    width: 8.75rem;
    height: 2.5rem;
    border-radius: 0.958rem 0 0.958rem 0;
  }
  .l_sub .section_top {
    height: 16.25rem;
  }
  .l_sub .section_top .inner .txt_wrap .main_tit {
    font-size: 1.666rem;
  }
  .l_sub .section_top .inner .bread_crumb {
    bottom: 0.833rem;
    width: 100%;
  }
  .l_sub .section_top .inner .bread_crumb > ul {
    justify-content: center;
  }
  .l_sub .section_top .inner .bread_crumb > ul > li {
    padding: 0 0.875rem;
  }
  .l_sub .section_top .inner .bread_crumb > ul > li::before {
    height: 0.937rem;
  }
  .l_sub .section_top .inner .bread_crumb > ul > li.depth1, .l_sub .section_top .inner .bread_crumb > ul > li.depth2 {
    width: 38%;
  }
  .l_sub .section_top .inner .bread_crumb > ul > li .box .selectBox {
    width: 100%;
  }
  .l_sub .section_top .inner .bread_crumb > ul > li .box .selectBox::before {
    width: 0.645rem;
    height: 0.395rem;
    right: 0;
    margin-top: -0.198rem;
  }
  .l_sub .section_top .inner .bread_crumb > ul > li .box .selectBox .label {
    height: 2.5rem;
    padding: 0.875rem 0;
  }
  .l_sub .section_top .inner .bread_crumb > ul > li .box .selectBox .label span {
    font-size: 0.833rem;
  }
  .l_sub .section_top .inner .bread_crumb > ul > li .box .selectBox .optionList {
    top: 2.5rem;
  }
  .l_sub .section_top .inner .bread_crumb > ul > li .box .selectBox .optionList .optionItem {
    height: 2.5rem;
  }
  .l_sub .section_top .inner .bread_crumb > ul > li .box .selectBox .optionList .optionItem a {
    font-size: 0.833rem;
    padding: 0.854rem 0 0.854rem 1.041rem;
  }
  .l_sub .section_top .inner .bread_crumb > ul > li .box .selectBox .optionList .optionItem:first-child {
    margin-top: 0.395rem;
  }
  .l_sub .section_top .inner .bread_crumb > ul > li .box .selectBox .optionList .optionItem:last-child {
    margin-bottom: 0.395rem;
  }
  .l_sub .section_top .inner .bread_crumb > ul > li > a {
    font-size: 0.833rem;
  }
  .l_sub .section_top .inner .bread_crumb > ul > li > a .icon_home {
    width: 0.666rem;
    height: 0.833rem;
  }
  .l_sub .section:not(.section_top) {
    padding-bottom: 3.75rem;
  }
  .l_sub .section:nth-of-type(2) {
    padding-top: 3.333rem;
  }
  .l_sub_view .section_01 .content .tit_area {
    padding: 2.083rem 0;
  }
  .l_sub_view .section_01 .content .tit_area .tit {
    font-size: 1.083rem;
  }
  .l_sub_view .section_01 .content .tit_area .date {
    font-size: 0.916rem;
  }
  .l_sub_view .section_01 .content .cont_area {
    padding: 1.666rem 0 2.916rem;
  }
  .l_sub_view .section_01 .content .cont_area .content img + img {
    margin-top: 1.25rem;
  }
  .l_sub_view .section_01 .content .cont_area .content + p {
    margin-top: 1.25rem;
  }
  .l_sub_view .section_01 .content .cont_area p {
    line-height: 1.416rem;
  }
  .l_sub_view .section_01 .content .list_area .list {
    height: 4.166rem;
  }
  .l_sub_view .section_01 .content .list_area .list .arrow {
    width: 5rem;
  }
  .l_sub_view .section_01 .content .list_area .list .arrow p {
    line-height: 4.166rem;
  }
  .l_sub_view .section_01 .content .list_area .list .arrow + div {
    width: calc(100% - 5rem);
  }
  .l_sub_view .section_01 .content .list_area .list .arrow + div .tit {
    width: 100%;
    padding: 0 1.25rem;
  }
  .l_sub_view .section_01 .content .list_area .list .arrow + div .tit a {
    line-height: 4.166rem;
  }
  .l_sub_view .section_01 .content .list_area .list .arrow + div .date {
    display: none;
  }
  .l_sub_view .section_01 .btn {
    margin: 2.5rem auto 0;
  }
  .l_sub .procedure_wrap ul li {
    width: calc(6.041rem + 3.083rem * 2);
    margin-right: 0.708rem;
    margin-top: 2.916rem;
  }
  .l_sub .procedure_wrap ul li::before {
    top: 2.333rem;
    right: -0.708rem;
    width: 0.708rem;
    height: 1.375rem;
  }
  .l_sub .procedure_wrap ul li img {
    width: 6.041rem;
  }
  .l_sub .procedure_wrap ul li p.section_desc {
    line-height: 1.416rem;
  }
  .l_sub .procedure_wrap ul li p.section_desc_big {
    margin-top: 1.333rem;
  }
  .bg_beige::before {
    border-top-right-radius: 3.333rem;
  }
  .ul_icon {
    justify-content: center;
  }
  .ul_icon li {
    border-radius: 0.666rem;
    margin-right: 1.25rem;
    margin-top: 1.25rem;
  }
  .ul_icon li img {
    width: 6.041rem;
  }
  .ul_icon li .section_desc_big {
    font-size: 1.166rem;
    margin-top: 1.458rem;
  }
  .ul_icon li:nth-child(2n) {
    margin-right: 0;
  }
  .ul_icon li:last-child {
    margin-right: 0;
  }
  .ul_icon li:nth-child(-n + 2) {
    margin-top: 0;
  }
  .scroll_dim {
    position: absolute;
    width: 10%;
    height: calc(100% - 1.729rem);
    opacity: 0.25;
    background: linear-gradient(270deg, #000 -298.59%, rgba(0, 0, 0, 0) 93.01%);
    right: 0;
    bottom: 1.729rem;
    opacity: 0.25;
    transition: all 0.2s;
  }
  .scroll_dim.disabled {
    opacity: 0;
  }
  .scroll_bar::-webkit-scrollbar:vertical {
    width: 0.125rem;
  }
  .scroll_bar_horizontal::-webkit-scrollbar:horizontal {
    width: 100%;
    height: 0.125rem;
  }
  .table_wrap .top_area {
    flex-direction: column-reverse;
    margin-bottom: 1.25rem;
  }
  .table_wrap .top_area p {
    font-size: 0.916rem;
    margin-top: 1.666rem;
  }
  .table_wrap .top_area .wrap_input input {
    padding-right: 3.25rem;
  }
  .table_wrap .top_area .wrap_input button {
    margin-top: -0.625rem;
    right: 1rem;
  }
  .table_wrap .top_area .wrap_input button .icon {
    width: 1.25rem;
    height: 1.25rem;
  }
  .table_wrap table tr td {
    height: 4.208rem;
  }
  .table_wrap table tr td.num {
    width: 0;
    display: none;
  }
  .table_wrap table tr td.categroy, .table_wrap table tr td.date {
    width: 28%;
  }
  .table_wrap table tr td.title {
    width: 72%;
    padding: 0 7.5%;
  }
  .table_wrap table tr td a {
    width: 100%;
    line-height: 4.208rem;
  }
  .pagination {
    margin-top: 2.5rem;
  }
  .pagination ul li {
    margin: 0 0.687rem;
  }
  .pagination ul li a {
    width: 1.437rem;
    height: 1.166rem;
    line-height: 1.166rem;
  }
  .pagination ul li.num a {
    font-size: 0.916rem;
  }
  .wrap_schedule {
    overflow-x: auto;
    padding-bottom: 1.666rem;
    position: relative;
  }
  .wrap_schedule table {
    display: table;
    width: 100%;
    table-layout: auto;
    word-break: keep-all;
    word-wrap: break-word;
  }
  .wrap_schedule table thead {
    height: 4.166rem;
    background: #fcf9f6;
  }
  .wrap_schedule table thead th {
    padding-left: 3.958rem;
    padding-right: 3.958rem;
  }
  .wrap_schedule table thead th:nth-of-type(2), .wrap_schedule table thead th:nth-of-type(3) {
    padding-left: 7.291rem;
    padding-right: 7.291rem;
  }
  .wrap_schedule table tbody tr td {
    padding: 1.416rem 0;
    line-height: 1.416rem;
  }
  .wrap_schedule table tbody tr td:nth-of-type(3) {
    max-width: 13.333rem;
  }
}

@media screen and (max-width: 768px) {
  .l_sub .ul_icon {
    flex-direction: column;
  }
  .l_sub .ul_icon li {
    width: 100% !important;
    margin-right: 0;
  }
  .l_sub .ul_icon li:nth-child(-n + 2) {
    margin-top: 1.25rem;
  }
  .l_sub .ul_icon li:first-child {
    margin-top: 0;
  }
  .l_sub .procedure_wrap ul li {
    width: 48%;
  }
  .l_sub .procedure_wrap ul li img {
    width: 49%;
  }
  .l_sub .procedure_wrap ul li:nth-child(2n) {
    margin-right: 0;
  }
  .l_sub .procedure_wrap ul li:nth-child(2n)::before {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  html {
    font-size: 18px;
  }
}

@media screen and (max-width: 640px) {
  html {
    font-size: 16px;
  }
}

@media screen and (max-width: 395px) {
  html {
    font-size: 14px;
  }
}

/* NotoSansKr-300 */
@font-face {
  font-family: "NotoSansKr";
  font-style: normal;
  font-weight: 300;
  src: url("/static/fonts/NotoSansKr/NotoSansKr-Light.otf") format("opentype"), url("/static/fonts/NotoSansKr/NotoSansKr-Light.woff2") format("woff2"), url("/static/fonts/NotoSansKr/NotoSansKr-Light.woff") format("woff");
  /* Modern Browsers */
}

/* NotoSansKr-400 */
@font-face {
  font-family: "NotoSansKr";
  font-style: normal;
  font-weight: 400;
  src: url("/static/fonts/NotoSansKr/NotoSansKr-Regular.otf") format("opentype"), url("/static/fonts/NotoSansKr/NotoSansKr-Regular.woff2") format("woff2"), url("/static/fonts/NotoSansKr/NotoSansKr-Regular.woff") format("woff");
  /* Modern Browsers */
}

/* NotoSansKr-500 */
@font-face {
  font-family: "NotoSansKr";
  font-style: normal;
  font-weight: 500;
  src: url("/static/fonts/NotoSansKr/NotoSansKr-Medium.otf") format("opentype"), url("/static/fonts/NotoSansKr/NotoSansKr-Medium.woff2") format("woff2"), url("/static/fonts/NotoSansKr/NotoSansKr-Medium.woff") format("woff");
  /* Modern Browsers */
}

/* NotoSansKr-700 */
@font-face {
  font-family: "NotoSansKr";
  font-style: normal;
  font-weight: 700;
  src: url("/static/fonts/NotoSansKr/NotoSansKr-Bold.otf") format("opentype"), url("/static/fonts/NotoSansKr/NotoSansKr-Bold.woff2") format("woff2"), url("/static/fonts/NotoSansKr/NotoSansKr-Bold.woff") format("woff");
  /* Modern Browsers */
}

/* NotoSerifKR-400 */
@font-face {
  font-family: "NotoSerifKR";
  font-style: normal;
  font-weight: 400;
  src: url("/static/fonts/NotoSerifKR/NotoSerifKR-Regular.otf") format("opentype"), url("/static/fonts/NotoSerifKR/NotoSerifKR-Regular.woff2") format("woff2"), url("/static/fonts/NotoSerifKR/NotoSerifKR-Regular.woff") format("woff");
  /* Modern Browsers */
}

/* NotoSerifKR-500 */
@font-face {
  font-family: "NotoSerifKR";
  font-weight: 500;
  font-style: normal;
  src: url("/static/fonts/NotoSerifKR/NotoSerifKR-Medium.woff2") format("woff2"), url("/static/fonts/NotoSerifKR/NotoSerifKR-Medium.woff") format("woff"), url("/static/fonts/NotoSerifKR/NotoSerifKR-Medium.otf") format("opentype");
}

/* NotoSerifKR-600 */
@font-face {
  font-family: "NotoSerifKR";
  font-style: normal;
  font-weight: 600;
  src: url("/static/fonts/NotoSerifKR/NotoSerifKR-SemiBold.otf") format("opentype"), url("/static/fonts/NotoSerifKR/NotoSerifKR-SemiBold.woff2") format("woff2"), url("/static/fonts/NotoSerifKR/NotoSerifKR-SemiBold.woff") format("woff");
  /* Modern Browsers */
}

/* NotoSerifKR-700 */
@font-face {
  font-family: "NotoSerifKR";
  font-style: normal;
  font-weight: 780;
  src: url("/static/fonts/NotoSerifKR/NotoSerifKR-Bold.otf") format("opentype"), url("/static/fonts/NotoSerifKR/NotoSerifKR-Bold.woff2") format("woff2"), url("/static/fonts/NotoSerifKR/NotoSerifKR-Bold.woff") format("woff");
  /* Modern Browsers */
}

.wrap_input {
  display: flex;
  align-items: center;
}

.wrap_input label {
  font-weight: 500;
}

.wrap_input input {
  width: 356px;
  height: 50px;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 0 24px;
  font-size: 16px;
}

.wrap_input input::placeholder {
  color: rgba(68, 68, 68, 0.6);
}

.wrap_input_select .box .selectBox {
  position: relative;
  width: 180px;
  border-radius: 8px;
}

.wrap_input_select .box .selectBox::before {
  content: "";
  width: 14px;
  height: 9px;
  background: url("/static/images/common/icon_input_arrow.png") no-repeat center/100% auto;
  position: absolute;
  right: 24px;
  top: 50%;
  margin-top: -4.5px;
}

.wrap_input_select .box .selectBox.complete .label span {
  color: #444;
}

.wrap_input_select .box .selectBox.active::before {
  transform: rotate(180deg);
}

.wrap_input_select .box .selectBox .label {
  position: relative;
  width: 100%;
  height: 50px;
  padding: 17px 24px;
  text-align: left;
  border: 1px solid #ddd;
  border-radius: inherit;
  color: rgba(68, 68, 68, 0.6);
  font-size: 16px;
}

.wrap_input_select .box .selectBox .label span {
  font-weight: inherit;
  color: inherit;
  line-height: 1;
  vertical-align: top;
  font-size: 16px;
}

.wrap_input_select .box .selectBox .optionList {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 9;
  height: 0;
  overflow: hidden;
}

.wrap_input_select .box .selectBox .optionList .optionItem {
  height: 50px;
  transition: 0.5s;
  cursor: pointer;
  font-size: 16px;
  padding: 17px 24px;
  color: rgba(68, 68, 68, 0.6);
}

.wrap_input_select .box .selectBox .optionList .optionItem:hover, .wrap_input_select .box .selectBox .optionList .optionItem.active {
  color: #f67441;
  background: #fcf9f6;
}

.wrap_input_select .box .selectBox.active .label {
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
}

.wrap_input_select .box .selectBox.active .optionList {
  height: fit-content;
  border: 1px solid #ddd;
  border-top: 0;
  border-radius: 0 0 8px 8px;
}

.wrap_input + .wrap_input {
  margin-top: 20px;
}

.wrap_input_error input {
  border-color: #f64141;
  background: rgba(246, 65, 65, 0.2);
}

.wrap_input_error input::placeholder {
  color: #f64141;
}

.wrap_input_error p {
  font-size: 16px;
  font-weight: 500;
  color: #f64141;
  margin-left: 16px;
}

.wrap_input_error .box .selectBox::before {
  background-image: url("/static/images/common/icon_input_arrow_error.png");
}

.wrap_input_error .box .selectBox .label {
  border-color: #f64141;
  background: rgba(246, 65, 65, 0.2);
  color: #f64141;
}

textarea {
  width: 100%;
  border-radius: 16px;
  border: 1px solid #ddd;
  height: 300px;
  max-height: 300px;
  padding: 24px;
  font-family: "NotoSansKr", sans-serif;
  resize: none;
  font-size: 16px;
}

textarea::placeholder {
  color: rgba(68, 68, 68, 0.6);
}

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

.radio_box input + label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
}

.radio_box input + label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: url("/static/images/common/icon_radio.png") no-repeat center center;
  background-size: 100% auto;
}

.radio_box input:checked + label::before {
  background-image: url("/static/images/common/icon_radio_on.png");
  background-size: 100% auto;
}

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

.check_box input + label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 500;
}

.check_box input + label::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background: url("/static/images/common/icon_check.png") no-repeat center center;
  background-size: 100% auto;
}

.check_box input:checked + label::before {
  background-image: url("/static/images/common/icon_check_on.png");
  background-size: 100% auto;
}

.check_list_error .check_box input + label::before {
  background-image: url("/static/images/common/icon_check_error.png");
  background-size: 100% auto;
}

.check_list_error .check_box input:checked + label::before {
  background-image: url("/static/images/common/icon_check_on.png");
  background-size: 100% auto;
}

@media screen and (max-width: 1240px) {
  .wrap_input input {
    width: 100%;
    height: 3.125rem;
    border-radius: 0.333rem;
    padding: 0 1rem;
    font-size: 0.916rem;
  }
  .wrap_input_select .box .selectBox {
    width: 100%;
    border-radius: 0.333rem;
  }
  .wrap_input_select .box .selectBox::before {
    width: 0.541rem;
    height: 0.333rem;
    right: 1rem;
    margin-top: -0.167rem;
  }
  .wrap_input_select .box .selectBox.complete .label span {
    color: #444;
  }
  .wrap_input_select .box .selectBox.active::before {
    transform: rotate(180deg);
  }
  .wrap_input_select .box .selectBox .label {
    height: 3.125rem;
    padding: 1.104rem 1rem;
  }
  .wrap_input_select .box .selectBox .label span {
    font-size: 0.916rem;
  }
  .wrap_input_select .box .selectBox .optionList .optionItem {
    height: 3.125rem;
    font-size: 0.916rem;
    padding: 1.104rem 1rem;
  }
  .wrap_input_select .box .selectBox.active .label {
    border-radius: 0.333rem 0.333rem 0 0;
  }
  .wrap_input_select .box .selectBox.active .optionList {
    border-radius: 0 0 0.333rem 0.333rem;
  }
  .wrap_input + .wrap_input {
    margin-top: 1.25rem;
  }
  .wrap_input_error p {
    font-size: 0.916rem;
    margin-left: 0;
    margin-top: 0.5rem;
  }
  textarea {
    border-radius: 0.541rem;
    height: 10rem;
    max-height: 10rem;
    padding: 1rem;
    font-size: 0.916rem;
  }
  .radio_box input + label {
    font-size: 0.916rem;
  }
  .radio_box input + label::before {
    width: 1.125rem;
    height: 1.125rem;
    margin-right: 1.5rem;
  }
  .check_box input + label::before {
    width: 1.291rem;
    height: 1.291rem;
    margin-right: 0.416rem;
  }
}

.header {
  position: fixed;
  z-index: 90;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.1s;
  width: 100%;
  height: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: none;
}

.header .header_inner {
  margin: 0 180px;
  position: relative;
}

.header .header_inner .logo {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 118px;
}

.header .header_inner .logo a {
  width: 100%;
  height: 100%;
}

.header .header_inner .logo a img {
  display: block;
}

.header .header_inner .logo a img.on {
  display: none;
}

.header .header_inner nav .depth1_list {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.header .header_inner nav .depth1_list .depth1 {
  position: relative;
}

.header .header_inner nav .depth1_list .depth1 > a {
  font-weight: 500;
  padding: 0 42px;
  height: 100%;
  line-height: 100px;
  transition: all 0.1s;
}

.header .header_inner nav .depth1_list .depth1:hover > a, .header .header_inner nav .depth1_list .depth1.on > a, .header .header_inner nav .depth1_list .depth1.active > a {
  font-weight: bold;
}

.header .header_inner nav .depth1_list .depth1 .depth2_list {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  color: #322a25;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding-top: 28px;
}

.header .header_inner nav .depth1_list .depth1 .depth2_list .depth2 + .depth2 {
  margin-top: 15px;
}

.header .header_inner nav .depth1_list .depth1 .depth2_list .depth3_list {
  font-size: 15px;
  color: rgba(100, 90, 82, 0.8);
}

.header .header_inner nav .depth1_list .depth1 .depth2_list .depth3_list .depth3 {
  line-height: 20px;
  margin-top: 15px;
}

.header.on, .header.open {
  background: #fff;
  border-color: #fff;
}

.header.on .header_inner .logo a img, .header.open .header_inner .logo a img {
  display: none;
}

.header.on .header_inner .logo a img.on, .header.open .header_inner .logo a img.on {
  display: block;
}

.header.on .header_inner nav .depth1_list, .header.open .header_inner nav .depth1_list {
  color: #645a52;
}

.header.open .bg {
  position: absolute;
  top: 100%;
  width: 100%;
  height: 365px;
  background: white;
  overflow: hidden;
}

.header.open .bg::after {
  content: "";
  position: absolute;
  bottom: -45px;
  right: calc(50% - 780px);
  width: 207px;
  height: 220px;
  background: url(/static/images/common/header_obj.png) no-repeat 0 0/contain;
}

.header.open .header_inner nav .depth1_list .depth1 .depth2_list {
  display: block;
}

@media screen and (max-width: 1440px) {
  .header .header_inner {
    margin: 0 90px;
  }
}

@media screen and (max-width: 1240px) {
  .header {
    height: 3.75rem;
  }
  .header .header_inner {
    margin: 0 1.666rem;
    height: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .header .header_inner .logo {
    position: relative;
    top: auto;
    transform: none;
    width: 5.104rem;
  }
  .header .header_inner .menu_btn {
    display: block;
    width: 1.562rem;
    height: 1.25rem;
    position: absolute;
    right: 0;
  }
  .header .header_inner .menu_btn span {
    border-radius: 15px;
    display: block;
    width: 100%;
    height: 0.187rem;
    background: #fff;
    position: absolute;
    left: 0;
    transition: transform 0.2s ease-in-out, top 0.1s ease-in-out 0.2s, opacity 0.1s ease-in-out 0.2s;
    -webkit-transition: -webkit-transform 0.2s ease-in-out, top 0.1s ease-in-out 0.2s, opacity 0.1s ease-in-out 0.2s;
    -moz-transition: -moz-transform 0.2s ease-in-out, top 0.1s ease-in-out 0.2s, opacity 0.1s ease-in-out 0.2s;
    transform-origin: center;
  }
  .header .header_inner .menu_btn span.top {
    top: 0;
  }
  .header .header_inner .menu_btn span.middle {
    top: 0.5rem;
  }
  .header .header_inner .menu_btn span.bottom {
    top: 1rem;
  }
  .header.open .header_inner .menu_btn:before {
    position: absolute;
    content: " ";
    display: inline-block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .header.open .header_inner .menu_btn span {
    background: #322a25;
    transition: transform 0.2s ease-in-out 0.1s, top 0.1s ease-in-out, opacity 0.1s ease-in-out;
    -webkit-transition: -webkit-transform 0.2s ease-in-out 0.2s, top 0.1s ease-in-out, opacity 0.1s ease-in-out;
    -moz-transition: -moz-transform 0.2s ease-in-out 0.1s, top 0.1s ease-in-out, opacity 0.1s ease-in-out;
  }
  .header.open .header_inner .menu_btn span.top {
    top: 50%;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
  }
  .header.open .header_inner .menu_btn span.middle {
    top: 50%;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    opacity: 0;
  }
  .header.open .header_inner .menu_btn span.bottom {
    top: 50%;
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
  }
  .header.on .header_inner .menu_btn span {
    background: #322a25;
  }
  .ham_menu {
    z-index: 10;
    display: none;
    width: 100%;
    height: calc(100% - 3.75rem);
    position: fixed;
    top: -100%;
    background: url(/static/images/common/header_obj_m.png) no-repeat right -1.355rem bottom -1.042rem, #fcf9f6;
    background-size: 12.562rem auto, cover;
    overflow-y: auto;
    transition: all 0.3s;
    padding-bottom: 4.166rem;
  }
  .ham_menu .inner nav .depth1 {
    width: 100%;
    border-bottom: 1px solid rgba(100, 90, 82, 0.2);
  }
  .ham_menu .inner nav .depth1.on .depth2_list {
    padding-bottom: 2.5rem;
  }
  .ham_menu .inner nav .depth1.on > a .icon {
    transform: translateY(-50%) rotate(180deg);
  }
  .ham_menu .inner nav .depth1 > a {
    font-family: "NotoSerifKR";
    font-weight: 600;
    font-size: 1.25rem;
    color: #333;
    height: 4.375rem;
    line-height: 4.375rem;
    position: relative;
  }
  .ham_menu .inner nav .depth1 > a .icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.708rem;
    height: 0.416rem;
    transition: all 0.3s;
    background: url(/static/images/common/icon_arrow.png) no-repeat 0 0/contain;
  }
  .ham_menu .inner nav .depth1 .depth2_list {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
  }
  .ham_menu .inner nav .depth1 .depth2_list .depth2 {
    font-weight: 500;
    font-size: 1.083rem;
    line-height: 1.875rem;
    color: #322a25;
  }
  .ham_menu .inner nav .depth1 .depth2_list .depth2 + .depth2 {
    margin-top: 1.354rem;
  }
  .ham_menu .inner nav .depth1 .depth2_list .depth2 .depth3_list {
    margin-top: 1.145rem;
    padding-bottom: 0.208rem;
  }
  .ham_menu .inner nav .depth1 .depth2_list .depth2 .depth3_list .depth3 {
    line-height: 1.25rem;
    color: rgba(100, 90, 82, 0.7);
  }
  .ham_menu .inner nav .depth1 .depth2_list .depth2 .depth3_list .depth3 + .depth3 {
    margin-top: 1.25rem;
  }
  .ham_menu.open {
    display: block;
    top: 3.75rem;
  }
}

.quick {
  position: fixed;
  right: 40px;
  bottom: 200px;
  z-index: 12;
  width: 88px;
  height: 200px;
}

.quick > * {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: none;
  width: 100%;
  height: 88px;
}

.quick > * .icon {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.12);
  width: 100%;
  height: 100%;
}

.quick .btn_donate .icon {
  background-image: url("/static/images/common/icon_donate.png");
}

.quick .btn_top {
  top: 100px;
}

.quick .btn_top .icon {
  background-image: url("/static/images/common/icon_top.png");
}

.quick.fix {
  position: absolute;
  bottom: auto;
  margin-top: -144px;
}

.footer {
  display: block;
  background: #322a25;
  color: #fff;
  padding: 30px 0 60px;
  position: relative;
  overflow: hidden;
}

.footer::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 223px;
  height: 395px;
  background: url(/static/images/common/footer_obj.png) no-repeat top right/contain;
}

.footer .top_info {
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.2);
}

.footer .top_info .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.footer .top_info .inner .footer_logo {
  width: 118px;
}

.footer .top_info .inner .contact {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
}

.footer .top_info .inner .contact > * {
  font-family: inherit;
  display: flex;
  flex-wrap: wrap;
}

.footer .top_info .inner .contact > * dt,
.footer .top_info .inner .contact > * dd {
  font-family: inherit;
}

.footer .top_info .inner .contact > * dd {
  display: flex;
  flex-wrap: wrap;
}

.footer .top_info .inner .contact > * dd + dd {
  margin-left: 20px;
}

.footer .top_info .inner .contact > * dd .icon {
  width: 26px;
  height: 26px;
  margin-right: 15px;
}

.footer .top_info .inner .contact > * dd .icon_tel {
  background-image: url(/static/images/common/icon_tel.png);
}

.footer .top_info .inner .contact > * dd .icon_mail {
  background-image: url(/static/images/common/icon_mail.png);
}

.footer .top_info .inner .contact > a {
  margin-left: 15px;
  padding-left: 15px;
  position: relative;
}

.footer .top_info .inner .contact > a::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.5);
}

.footer .bottom_info {
  padding-top: 40px;
}

.footer .bottom_info .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
}

.footer .bottom_info .inner address {
  font-size: 16px;
}

.footer .bottom_info .inner address strong {
  display: block;
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
}

.footer .bottom_info .inner .copyrights {
  font-size: 14px;
}

.footer .bottom_info .inner .wrap_link {
  position: absolute;
  right: 0;
  top: 0;
}

.footer .bottom_info .inner .wrap_link ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.footer .bottom_info .inner .wrap_link ul li a {
  height: 33px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
}

.footer .bottom_info .inner .wrap_link ul li:first-of-type a {
  width: 94px;
  background-image: url(/static/images/common/footer_logo2.png);
}

.footer .bottom_info .inner .wrap_link ul li:last-of-type {
  margin-left: 22px;
}

.footer .bottom_info .inner .wrap_link ul li:last-of-type a {
  width: 152px;
  background-image: url(/static/images/common/footer_logo3.png);
}

@media screen and (max-width: 1240px) {
  .quick {
    right: 1.041rem;
    bottom: 10.208rem;
    width: 4.166rem;
    height: 4.166rem;
  }
  .quick > * {
    height: 4.166rem;
  }
  .quick .btn_top {
    top: 5.208rem;
  }
  .quick.fix {
    margin-top: -7.292rem;
  }
  .footer {
    padding: 0.833rem 0 2.291rem;
  }
  .footer::after {
    content: "";
    right: 0;
    bottom: 0;
    width: 7.541rem;
    height: 17.02rem;
    background: url(/static/images/common/footer_obj_m.png) no-repeat bottom right/cover;
  }
  .footer .top_info {
    padding-bottom: 0.937rem;
    border-bottom: none;
    position: relative;
  }
  .footer .top_info::after {
    content: "";
    position: absolute;
    left: 0;
    top: 2.916rem;
    width: 100%;
    height: 1px;
    background: rgba(204, 204, 204, 0.2);
  }
  .footer .top_info .inner {
    display: block;
  }
  .footer .top_info .inner .footer_logo {
    margin-bottom: 1.041rem;
    padding-bottom: 0.729rem;
    width: 4.729rem;
    margin-bottom: 1.041rem;
  }
  .footer .top_info .inner .contact {
    display: block;
    font-size: 0.833rem;
  }
  .footer .top_info .inner .contact > * {
    line-height: 1.458rem;
  }
  .footer .top_info .inner .contact > * dd {
    width: 100%;
    align-items: center;
  }
  .footer .top_info .inner .contact > * dd + dd {
    margin-left: 0;
    margin-top: 0.625rem;
  }
  .footer .top_info .inner .contact > * dd .icon {
    width: 1rem;
    height: 1rem;
    margin-right: 0.416rem;
  }
  .footer .top_info .inner .contact > a {
    margin-left: 0;
    padding-left: 0;
  }
  .footer .top_info .inner .contact > a::before {
    display: none;
  }
  .footer .bottom_info {
    padding-top: 0;
  }
  .footer .bottom_info .inner {
    display: block;
  }
  .footer .bottom_info .inner address {
    font-size: 0.75rem;
    line-height: 1.145rem;
  }
  .footer .bottom_info .inner address strong {
    font-size: 0.833rem;
    margin-bottom: 0;
    line-height: 1.458rem;
  }
  .footer .bottom_info .inner .copyrights {
    margin-top: 1.562rem;
    font-size: 0.666rem;
  }
  .footer .bottom_info .inner .wrap_link {
    position: unset;
    margin-top: 2.5rem;
  }
  .footer .bottom_info .inner .wrap_link ul li a {
    height: 1.875rem;
  }
  .footer .bottom_info .inner .wrap_link ul li:first-of-type a {
    width: 4.895rem;
  }
  .footer .bottom_info .inner .wrap_link ul li:last-of-type {
    margin-left: 1.25rem;
  }
  .footer .bottom_info .inner .wrap_link ul li:last-of-type a {
    width: 7.916rem;
  }
}

.modal .modal-dialog {
  max-width: 590px;
  top: 10%;
}

.modal .modal-dialog .modal-content {
  background: none;
  padding-bottom: 35px;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  border: none;
}

.modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}

.modal .modal-dialog .modal-footer {
  border-radius: 0 0 16px 16px;
  height: 60px;
  background-color: #fcf9f6;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px;
  color: #888;
  font-size: 16px;
}

.modal .modal-dialog .modal-footer button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 16px;
  color: #888;
}

.modal .modal-dialog .modal-footer button .icon {
  margin-left: 5px;
  width: 24px;
  height: 24px;
  background-image: url(/static/images/main/icon_pop_close.png);
}

.modal .modal-dialog .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
}

.modal .modal-dialog .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 6px;
  background-color: #fff;
  opacity: 1;
}

.modal .modal-dialog .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f67441;
}

@media screen and (max-width: 1240px) {
  .modal .modal-dialog {
    max-width: 100%;
    margin: 0 2.395rem;
    top: 12%;
  }
  .modal .modal-dialog .modal-content {
    padding-bottom: 1.77rem;
    border-radius: 0.833rem 0.833rem 0 0;
  }
  .modal .modal-dialog .modal-content .swiper-container .swiper-slide img {
    width: 100%;
  }
  .modal .modal-dialog .modal-footer {
    border-radius: 0 0 0.833rem 0.833rem;
    height: 3.229rem;
    padding: 0 0.937rem;
    font-size: 1rem;
  }
  .modal .modal-dialog .modal-footer button {
    font-size: 1rem;
  }
  .modal .modal-dialog .modal-footer button .icon {
    margin-left: 0;
    width: 1.5rem;
    height: 1.5rem;
  }
  .modal .modal-dialog .swiper-pagination .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.5rem;
    margin: 0 0.25rem;
  }
}
