@charset "utf-8";

/* 3rd TAB */
.tab_3rd a {
  font-weight: 700;
}
@media screen and (max-width: 820px) {
  .tab_3rd a.on {
    text-decoration: underline;
    color: rgb(0, 166, 177);
  }
  .tab_3rd a + a {
    margin-left: 20px;
  }
  .tab_3rd a i[class*="icon-"] {
    display: none;
  }
}
@media screen and (min-width: 821px) {
  .tab_3rd {
    text-align: center;
    padding: 10px 30px;
    background-color: rgba(229, 246, 246, 1);
  }
  .tab_3rd a {
    display: inline-block;
    padding: 23px 0;
    font-size: 16px;
    color: rgba(140, 158, 158, 1);
  }
  .tab_3rd a.on {
    color: rgb(21, 21, 21);
  }
  .tab_3rd a + a {
    margin-left: 70px;
  }
  .tab_3rd a i[class*="icon-"] {
    display: inline-block;
    margin-right: 10px;
    vertical-align: -7px;
  }
}

/* 하단 추가 설명 내용 */
.annotation-list li {
  position: relative;
  padding-left: 12px;
  color: #666;
}
.annotation-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: rgb(21, 21, 21);
}
@media screen and (max-width: 820px) {
  .annotation-list {
    font-size: 13px;
    line-height: 18px;
  }
  .annotation-list li + li {
    margin-top: 5px;
  }
}
@media screen and (min-width: 821px) {
  .annotation-list {
    font-size: 14px;
    line-height: 21px;
  }
  .annotation-list li + li {
    margin-top: 3px;
  }
}

/* ICON */
.icon-headset {
  display: inline-block;
  width: 18px;
  height: 16px;
  background: url(../img/icon/headset.svg) no-repeat;
  background-size: cover;
}
.icon-issued {
  display: inline-block;
  width: 33px;
  height: 32px;
  background: url(../img/icon/document.svg) no-repeat;
  background-size: cover;
}
.icon-issued-type {
  display: inline-block;
  width: 33px;
  height: 32px;
  background: url(../img/icon/file-list.svg) no-repeat;
  background-size: cover;
}
.on .icon-issued {
  background-image: url(../img/icon/document_on.svg);
}
.on .icon-issued-type {
  background-image: url(../img/icon/file-list_on.svg);
}
.icon-search-mint {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/icon/search-mint.svg) no-repeat;
  background-size: cover;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 200%;
}
@media screen and (min-width: 821px) {
  .icon-search-mint {
    width: 28px;
    height: 28px;
    background-image: url(../img/icon/search-mint_28.svg);
  }
}

/* 행정지원 안내*/
.support_wrap .common-msg {
  margin-top: 20px;
  padding: 20px;
  background: rgba(229, 246, 246, 1);
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}
.support_wrap .common-msg > p:first-child {
  font-size: 17px;
  line-height: 22px;
}
.support_wrap .common-msg > p + p {
  margin-top: 15px;
}
.support_wrap .common-msg .tit {
  display: block;
  margin-bottom: 3px;
}
.support_wrap .common-msg .tit i {
  vertical-align: -2px;
  margin-right: 5px;
}

@media screen and (min-width: 821px) {
  .support_wrap .common-msg {
    display: none;
  }
}
.table_issued .web_hide {
  display: none !important;
}

.table_issued > li > .tit {
  display: block;
  font-weight: normal;
}
.table_issued ul .tit + p b {
  font-weight: normal;
  color: #151515;
}
.table_issued ul .tit + p small {
  color: #666;
}
.table_issued ul .tit + p small,
.table_issued ul .tit + p strong {
  display: block;
}
.table_issued ul .tit + p strong small {
  color: #151515;
}
.table_issued p {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.table_issued p a {
  display: block;
  text-decoration: underline;
  padding-right: 12px;
  position: relative;
}
.table_issued p a::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  position: absolute;
  top: calc(50% - 4.5px);
  right: 0;
  background: url(../img/icon/arr_link_s2.svg) no-repeat center right / 9px auto;
}

/* contact cell (Figma typography) */
.support_wrap .common-msg .contact_cell {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.table_issued .contact_cell .contact_cell__dept,
.support_wrap .common-msg .contact_cell__dept {
  color: #151515;
  font-size: 15px;
  font-weight: 700;
  line-height: 21px;
  font-family: "SpoqaHanSansKr", "Spoqa Han Sans Neo", "Noto Sans KR", sans-serif;
}
.table_issued .contact_cell .contact_cell__addr,
.support_wrap .common-msg .contact_cell__addr {
  color: #666666;
  font-size: 15px;
  font-weight: 700;
  line-height: 21px;
  font-family: "SpoqaHanSansKr", "Spoqa Han Sans Neo", "Noto Sans KR", sans-serif;
}
.table_issued .contact_cell .contact_cell__label,
.support_wrap .common-msg .contact_cell__label {
  color: #151515;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: "SpoqaHanSansKr", "Spoqa Han Sans Neo", "Noto Sans KR", sans-serif;
}
.table_issued .contact_cell .contact_cell__num,
.support_wrap .common-msg .contact_cell__num {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: "SpoqaHanSansKr", "Spoqa Han Sans Neo", "Noto Sans KR", sans-serif;
}

@media screen and (max-width: 820px) {
  .sub_cont_wrap.support_wrap {
    padding-bottom: 60px;
  }

  .table_issued .web_hide {
    display: block !important;
  }
  .table_issued .mob_hide {
    display: none !important;
  }

  .table_issued > li:first-child {
    display: none;
  }
  .table_issued > li + li {
    margin-top: 40px;
  }
  .table_issued > li > .tit {
    padding-bottom: 15px;
    font-size: 22px;
    line-height: 1;
    border-bottom: 2px solid rgb(21, 21, 21);
  }
  .table_issued ul > li {
    margin-top: 15px;
  }
  .table_issued ul .tit {
    display: block;
    font-weight: 400;
    font-size: 16px;
  }
  .table_issued ul .tit + p {
    font-size: 14px;
    color: #666;
    display: block;
  }
  .table_issued ul .tit + p small {
    font-size: 13px;
  }
  .table_issued ul .tit + p strong small {
    color: #666;
  }
  .table_issued ul .tit + p a {
    display: inline-block;
    color: #151515;
    padding-left: 5px;
  }
  .table_issued ul .tit + p a:nth-of-type(2) {
    padding-left: 0;
    margin-top: 5px;
  }

  .support_wrap .annotation-list {
    margin-top: 40px;
  }
}
@media screen and (min-width: 821px) {
  .sub_cont_wrap.support_wrap {
    padding-bottom: 120px;
  }
  .table_issued .contact_cell {
    display: block;
  }
  .table_issued .contact_cell .contact_cell__dept,
  .table_issued .contact_cell .contact_cell__addr {
    display: inline;
  }
  .table_issued .contact_cell .contact_cell__label,
  .table_issued .contact_cell .contact_cell__num {
    display: inline;
  }
  .table_issued {
    display: flex;
    margin-top: 40px;
    text-align: center;
    font-size: 14px;
  }
  .table_issued > li {
    flex: 1;
  }
  .table_issued > li:first-child {
    flex: 0 0 136px;
  }
  .table_issued > li > .tit {
    padding: 10px 4px 10px 4px;
    color: #fff;
    background: rgba(21, 21, 21, 1);
  }
  .table_issued > li + li > .tit {
    border-left: 1px solid #e6e6e6;
  }
  .table_issued > li + li li {
    border-left: 1px solid #e6e6e6;
  }
  .table_issued ul .tit {
    display: none;
  }
  .table_issued ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border-bottom: 1px solid #e6e6e6;
    box-sizing: border-box;
  }
  .table_issued ul li b {
    font-weight: 400;
  }
  .table_issued ul li b,
  .table_issued ul li strong {
    color: rgb(21, 21, 21);
  }
  .table_issued ul li small {
    font-size: 13px;
  }
  .table_issued ul li:nth-child(1),
  .table_issued ul li:nth-child(3) {
    height: 56px;
  }
  .table_issued ul li:nth-child(2),
  .table_issued ul li:nth-child(5) {
    height: 121px;
  }
  .table_issued ul li:nth-child(4) {
    height: 81px;
  }
  .table_issued ul li:nth-child(6) {
    height: 74px;
  }
  .table_issued > li:nth-child(n + 3) ul li:nth-child(1),
  .table_issued > li:nth-child(n + 3) ul li:nth-child(3),
  .table_issued > li:nth-child(n + 3) ul li:nth-child(6) {
    visibility: hidden;
  }
  .table_issued > li:nth-child(2) ul li:nth-child(1),
  .table_issued > li:nth-child(2) ul li:nth-child(3),
  .table_issued > li:nth-child(2) ul li:nth-child(6) {
    width: 400%;
  }
  .support_wrap .annotation-list {
    margin-top: 20px;
  }
}

/* 증명서 종류 */
.table_certificated {
  position: relative;
  padding-top: 40px;
  color: #666;
}
.table_certificated li {
  display: flex;
  border-bottom: 1px solid #e6e6e6;
}
.table_certificated li > div {
  flex: 1;
}
.table_certificated li > div:first-child {
  box-sizing: border-box;
}
.table_certificated li > div:not(:first-child) {
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #e6e6e6;
  text-align: center;
}
.table_certificated .free-of-charge .tit:after {
  content: " *";
  color: #ef5088;
}
.table_certificated .tit {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #151515;
}
.table_certificated li:nth-child(1) > div:nth-child(1) .tit:before,
.table_certificated li:nth-child(1) > div:nth-child(1):before,
.table_certificated li:nth-child(1) > div:nth-child(2):before,
.table_certificated li:nth-child(1) > div:nth-child(3):before {
  position: absolute;
  top: 0;
  max-height: 40px;
  padding: 11px 0 10px 0;
  background-color: #151515;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  border-left: 1px solid #fff;
}

@media screen and (max-width: 820px) {
  .sub_cont_wrap.certificated_wrap {
    padding-bottom: 60px;
  }
  .certificated_wrap .table_certificated {
    margin-top: 20px;
  }
  .table_certificated li > div:first-child {
    flex: 0 0 calc(100% - 80px);
    padding: 15px;
  }
  .table_certificated li.free-of-charge {
    background-color: #f6f6f6;
  }
  .table_certificated li:nth-child(1) > div:nth-child(1):before {
    content: "증명서 종류 및 발급대상";
    left: 0;
    width: calc(100% - 80px);
    border-left: none;
  }
  .table_certificated li:nth-child(1) > div:nth-child(2):before {
    content: "국문";
    right: 40px;
    width: 40px;
  }
  .table_certificated li:nth-child(1) > div:nth-child(3):before {
    content: "영문";
    right: 0;
    width: 40px;
  }
  .certificated_wrap .annotation-list {
    margin-top: 15px;
  }
}

@media screen and (min-width: 821px) {
  .sub_cont_wrap.certificated_wrap {
    padding-bottom: 120px;
  }
  .certificated_wrap .table_certificated {
    margin-top: 40px;
  }
  .table_certificated li {
    font-size: 14px;
  }
  .table_certificated li > div:first-child {
    display: flex;
    flex: 1;
  }
  .table_certificated li > div:nth-child(2),
  .table_certificated li > div:nth-child(3) {
    flex: 0 0 119px;
  }
  .table_certificated li > div:first-child .tit {
    align-self: center;
    min-width: 250px;
    text-align: center;
  }
  .table_certificated li > div:first-child .tit + span {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    border-left: 1px solid #e6e6e6;
  }
  .table_certificated li:nth-child(1) > div:nth-child(1) .tit:before {
    content: "증명서 종류";
    left: 0;
    width: 250px;
    border-left: none;
  }
  .table_certificated li:nth-child(1) > div:nth-child(1):before {
    content: "발급대상";
    left: 250px;
    width: calc(100% - 490px);
  }
  .table_certificated li:nth-child(1) > div:nth-child(2):before {
    content: "국문증명";
    right: 120px;
    width: 120px;
  }
  .table_certificated li:nth-child(1) > div:nth-child(3):before {
    content: "영문증명";
    right: 0;
    width: 120px;
  }
  .certificated_wrap .annotation-list {
    margin-top: 20px;
  }
}

/* FAQ */
.faq_search_box {
  display: flex;
  background-color: #e5f6f6;
}
.faq_search_box input {
  flex: 1;
  background-color: transparent;
  border: none;
}
.faq_search_box input::placeholder {
  color: #00a6b1;
}
.faq_search_box input + button {
  background-color: #e5f6f6;
}
.tab_sorting > a {
  display: inline-block;
  font-weight: 700;
}
.tab_sorting > a.on {
  position: relative;
}
.tab_sorting > a.on:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
}

.faq_accordion {
  border-top: 2px solid #151515;
  border-bottom: 1px solid #151515;
}
.faq_accordion dl {
  position: relative;
}
.faq_accordion dl + dl {
  border-top: 1px solid #e6e6e6;
}
.faq_accordion dl:before {
  content: "Q";
  position: absolute;
  border-radius: 50%;
  background-color: #f2f2f2;
  color: #151515;
  font-weight: 700;
  text-align: center;
}
.faq_accordion dt {
  font-size: 16px;
  line-height: 22px;
  color: #151515;
}
.faq_accordion dt > a:before {
  color: #737d8d;
}
.faq_accordion dt > a:after {
  content: "";
  position: absolute;
  background-size: cover;
  transform: rotate(180deg);
}
.faq_accordion dt[data-category="01"] > a:before {
  content: "회원";
}
.faq_accordion dt[data-category="02"] > a:before {
  content: "혜택";
}
.faq_accordion dt[data-category="03"] > a:before {
  content: "결제/지급";
}
.faq_accordion dt[data-category="04"] > a:before {
  content: "기타";
}
.faq_accordion dd {
  display: none;
}
.faq_accordion dl.on dt a:before {
  color: #ef5088;
}
.faq_accordion dl.on dt a:after {
  transform: rotate(0deg);
}
.faq_accordion dl.on dt {
  font-weight: 700;
}
.faq_accordion dl.on:before {
  background-color: #ef5088;
  color: #fff;
}
.faq_accordion dl.on dd {
  display: block;
}

@media screen and (max-width: 820px) {
  .faq_search_box {
    padding: 20px 20px;
  }
  .faq_search_box input {
    height: 22px;
    line-height: 22px;
    font-size: 16px;
  }
  .faq_search_box input + button {
    flex: 0 0 20px;
    height: 22px;
    padding: 1px 0;
    margin-left: 10px;
  }
  .tab_sorting {
    margin-top: 30px;
  }
  .tab_sorting > a {
    padding-bottom: 4px;
    font-size: 16px;
    line-height: 21px;
  }
  .tab_sorting > a + a {
    margin-left: 20px;
  }
  .tab_sorting > a.on {
    color: #00a6b1;
  }
  .tab_sorting > a.on:after {
    background-color: #00a6b1;
  }
  .faq_accordion {
    margin-top: 20px;
  }
  .faq_accordion dl {
    padding-left: 42px;
    padding-bottom: 18px;
    padding-top: 18px;
    padding-right: 30px;
  }
  .faq_accordion dl:before {
    left: 0;
    top: 16px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
  }
  .faq_accordion dt > a:before {
    display: block;
    font-size: 13px;
  }
  .faq_accordion dt > a:after {
    right: 0;
    top: calc(50% - 8px);
    width: 16px;
    height: 16px;
    background: url(../img/icon/faq-arrow_mobile.svg) no-repeat;
  }
  .faq_accordion dl.on dd {
    margin-top: 12px;
  }
}
@media screen and (min-width: 821px) {
  .faq_search_box {
    padding: 61px 270px;
  }
  .faq_search_box input {
    height: 28px;
    line-height: 28px;
    font-size: 18px;
  }
  .faq_search_box input + button {
    flex: 0 0 28px;
    height: 28px;
    padding: 0;
    margin-left: 20px;
  }
  .tab_sorting {
    margin-top: -12px;
    margin-left: 70px;
  }
  .tab_sorting > a {
    padding-bottom: 8px;
    font-size: 18px;
    line-height: 21px;
  }
  .tab_sorting > a + a {
    margin-left: 37px;
  }
  .tab_sorting > a.on {
    color: #151515;
  }
  .tab_sorting > a.on:after {
    background-color: #151515;
  }
  .faq_accordion {
    margin-top: 60px;
  }
  .faq_accordion dl {
    padding-left: 86px;
    padding-bottom: 22px;
    padding-top: 22px;
    padding-right: 50px;
  }
  .faq_accordion dl:before {
    left: 30px;
    top: 20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
  }
  .faq_accordion dt > a:before {
    display: inline-block;
    width: 94px;
    font-size: 15px;
    line-height: 26px;
  }
  .faq_accordion dt > a {
    font-size: 18px;
    line-height: 28px;
  }
  .faq_accordion dt > a:after {
    right: 20px;
    top: calc(50% - 14px);
    width: 20px;
    height: 27px;
    background: url(../img/icon/faq-arrow_web.svg) no-repeat;
  }
  .faq_accordion dl.on {
    background-color: #f6f6f6;
  }
  .faq_accordion dl.on dt {
    text-decoration: underline;
  }
  .faq_accordion dl.on dd {
    margin-top: 15px;
    padding-left: 94px;
    font-size: 15px;
  }
}

/* 동창 혜택 안내 */
.giftinfor_wrap .mob_msg {
  font-size: 15px;
  line-height: 22px;
  color: #00a6b1;
  text-align: center;
}
.giftinfor_wrap .giftinfor_list dl {
  position: relative;
}
.giftinfor_wrap .giftinfor_list dl:before {
  content: "";
}
.giftinfor_wrap .giftinfor_list dt {
  font-size: 18px;
  font-weight: 700;
}
.giftinfor_wrap .giftinfor_list dl:before {
  border: 1px solid #151515;
  border-radius: 50%;
  box-shadow: 0 6px 15px 0 #0000001a;
  background-size: cover;
  background-repeat: no-repeat;
}
.giftinfor_wrap .giftinfor_list dl:nth-child(1):before {
  background-image: url(../img/giftinfo01.png);
}
.giftinfor_wrap .giftinfor_list dl:nth-child(2):before {
  background-image: url(../img/giftinfo02.png);
}
.giftinfor_wrap .giftinfor_list dl:nth-child(3):before {
  background-image: url(../img/giftinfo03.png);
}
.giftinfor_payment {
  position: relative;
  background-color: #e5f6f6;
}
.giftinfor_payment:before {
  content: "";
  position: absolute;
  left: 0;
  background: url(../img/giftinfo04.png) no-repeat;
  background-size: cover;
}
.giftinfor_payment .tit {
  color: #151515;
  font-weight: 400;
}
.giftinfor_payment .tit em {
  font-weight: 700;
}
.giftinfor_payment .btn-area {
  display: flex;
}
.giftinfor_payment .btn-area > a {
  flex: 1;
  background: #fff url(../img/icon/arr_link_g2.png) no-repeat center right 20px;
  font-size: 15px;
  line-height: 50px;
  color: #666;
  padding-left: 20px;
  box-sizing: border-box;
  transition: 0.23s ease;
}
.giftinfor_payment .btn-area > a:hover {
  background-position: center right 15px;
}
.giftinfor_payment .btn-area > a:first-child {
  background-color: #00a6b1;
  background-image: url(../img/icon/arr_link_w2.png);
  color: #fff;
  font-weight: 700;
}
.giftinfor_payment .btn-area > a + a {
  margin-left: 10px;
}
.giftinfor_benefit > .tit {
  display: block;
  font-weight: 700;
  text-align: center;
}
.giftinfor_benefit_list .visual {
  position: relative;
}
.giftinfor_benefit_list > div .tit {
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}
.giftinfor_benefit_list ul li {
  position: relative;
  padding-left: 12px;
  color: #666;
}
.giftinfor_benefit_list ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: rgb(21, 21, 21);
}
.giftinfor_benefit_list ul {
  font-size: 15px;
  line-height: 22px;
}
.giftinfor_benefit_list a:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 9px;
  margin-left: 25px;
  background: url(../img/icon/arrow-right_9.svg) no-repeat;
  background-size: cover;
}
.giftinfor_benefit_list .contboxbtn {
  text-align: left;
  padding-left: 10px;
}
.giftinfor_benefit_list .contboxbtn a:before {
  background-color: #eee;
}

@media screen and (max-width: 820px) {
  .sub_cont_wrap.giftinfor_wrap {
    padding-bottom: 60px;
  }
  .giftinfor_wrap .giftinfor_list {
    padding: 0 20px;
  }
  .giftinfor_wrap .giftinfor_list dl {
    display: flex;
    flex-flow: column;
    justify-content: center;
    min-height: 100px;
    padding-left: 120px;
    margin-top: 25px;
  }
  .giftinfor_wrap .giftinfor_list dl + dl {
    margin-top: 20px;
  }
  .giftinfor_wrap .giftinfor_list dl:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
  }
  .giftinfor_wrap .giftinfor_list dl:nth-child(1):before {
    background-image: url(../img/giftinfo01_m.png);
  } /* 221116 */
  .giftinfor_wrap .giftinfor_list dl:nth-child(2):before {
    background-image: url(../img/giftinfo02_m.png);
  } /* 221116 */
  .giftinfor_wrap .giftinfor_list dl:nth-child(3):before {
    background-image: url(../img/giftinfo03_m.png);
  } /* 221116 */
  .giftinfor_wrap .giftinfor_list dt {
    margin-bottom: 8px;
  }
  .giftinfor_wrap .giftinfor_list dd {
    font-size: 14px;
    line-height: 20px;
  }
  .giftinfor_payment {
    margin-top: 50px;
    padding: 105px 35px 70px 35px;
    text-align: center;
  }
  .giftinfor_payment:before {
    top: -25px;
    width: 225px;
    height: 221px;
  }
  .giftinfor_payment .tit {
    position: relative;
    display: inline;
  }
  .giftinfor_payment .tit:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 8px;
    background-color: #c2e2e2;
  }
  .giftinfor_payment .tit span {
    position: relative;
    font-size: 26px;
  }
  .giftinfor_payment .btn-area {
    margin-top: 25px;
  }
  .giftinfor_payment .btn-area > a {
    text-align: left;
  }
  .giftinfor_benefit {
    position: relative;
    margin-top: -19px;
    padding: 0 20px;
  }
  .giftinfor_benefit > .tit {
    font-size: 26px;
  }
  .giftinfor_benefit_list {
    margin-top: 30px;
  }
  .giftinfor_benefit_list .visual {
    position: relative;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .giftinfor_benefit_list .visual:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 120px;
    height: 120px;
    z-index: -1;
  }
  .giftinfor_benefit_list > div {
    max-width: none;
  }
  .giftinfor_benefit_list > div + div {
    margin-top: 40px;
  }
  .giftinfor_benefit_list > div:nth-child(1) .visual:before {
    background-color: #c2cbcb;
  }
  .giftinfor_benefit_list > div:nth-child(2) .visual:before {
    background-color: #00a6b1;
  }
  .giftinfor_benefit_list > div:nth-child(3) .visual:before {
    background-color: #ef5088;
  }
  .giftinfor_benefit_list .tit {
    display: block;
    width: calc(100vw - 50px);
    height: calc((100vw - 50px) * (150 / 310));
  }
  .giftinfor_benefit_list > div:nth-child(1) .tit {
    background: url(../img/giftinfo05_mob.png) no-repeat;
    background-size: cover;
  }
  .giftinfor_benefit_list > div:nth-child(2) .tit {
    background: url(../img/giftinfo06_mob.png) no-repeat;
    background-size: cover;
  }
  .giftinfor_benefit_list > div:nth-child(3) .tit {
    background: url(../img/giftinfo07_mob.png) no-repeat;
    background-size: cover;
  }
  .giftinfor_benefit_list ul {
    margin-top: 15px;
    margin-bottom: 21px;
  }
  .giftinfor_benefit_list ul li + li {
    margin-top: 3px;
  }
}
@media screen and (min-width: 821px) {
  .sub_cont_wrap.giftinfor_wrap {
    padding-bottom: 120px;
  }
  .giftinfor_wrap .giftinfor_list {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-around;
  }
  .giftinfor_wrap .giftinfor_list dl {
    text-align: center;
  }
  .giftinfor_wrap .giftinfor_list dl:before {
    display: block;
    width: 140px;
    height: 140px;
    margin: 0 auto 25px auto;
  }
  .giftinfor_wrap .giftinfor_list dt {
    margin-bottom: 12px;
  }
  .giftinfor_wrap .giftinfor_list dd {
    font-size: 15px;
    line-height: 24px;
  }
  .giftinfor_payment {
    height: 50px;
    padding: 125px 0;
    margin-top: -37px;
  }
  .giftinfor_payment:before {
    top: -29px;
    width: 480px;
    height: 473px;
  }
  .giftinfor_payment > div {
    position: relative;
    width: 700px;
    margin: 0 auto;
    padding: 0 10px;
  }
  .giftinfor_payment > div:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 7px;
    width: 100%;
    height: 8px;
    background-color: #c2e2e2;
  }
  .giftinfor_payment > div:after {
    content: "";
    display: block;
    clear: both;
  }
  .giftinfor_payment .tit {
    position: relative;
    float: left;
    font-size: 32px;
  }
  .giftinfor_payment .tit:before {
    bottom: 7px;
  }
  .giftinfor_payment .btn-area {
    position: relative;
    float: right;
    width: 306px;
  }
  .giftinfor_benefit {
    position: relative;
    width: 1140px;
    margin: -20px auto 0 auto;
  }
  .giftinfor_benefit > .tit {
    font-size: 28px;
  }
  .giftinfor_benefit_list {
    display: flex;
    margin-top: 65px;
  }
  .giftinfor_benefit_list > div {
    flex: 1;
    max-width: 346px;
  }
  /* .giftinfor_benefit_list > div + div{margin-left:160px;}221116 */
  .giftinfor_benefit_list > div + div {
    margin-left: 46px;
  }
  .giftinfor_benefit_list > div .tit {
    display: block;
    width: 100%;
    height: 180px;
  }
  .giftinfor_benefit_list > div:nth-child(1) .tit {
    background: url(../img/giftinfo05_web.png) no-repeat;
    background-size: cover;
  }
  .giftinfor_benefit_list > div:nth-child(2) .tit {
    background: url(../img/giftinfo06_web.png) no-repeat;
    background-size: cover;
  }
  .giftinfor_benefit_list > div:nth-child(3) .tit {
    background: url(../img/giftinfo07_web.png) no-repeat;
    background-size: cover;
  }
  .giftinfor_benefit_list .visual {
    position: relative;
  }
  .giftinfor_benefit_list .visual:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    z-index: -1;
    right: -10px;
    bottom: -10px;
  }
  .giftinfor_benefit_list > div:nth-child(1) .visual:before {
    background-color: #bac5c5;
  }
  .giftinfor_benefit_list > div:nth-child(2) .visual:before {
    background-color: #00a6b1;
  }
  .giftinfor_benefit_list > div:nth-child(3) .visual:before {
    background-color: #ef5088;
  }
  .giftinfor_benefit_list ul {
    margin-top: 30px;
    margin-bottom: 36px;
  }
  .giftinfor_benefit_list ul li + li {
    margin-top: 5px;
  }
}

/* 회부납부 안내 */
.duesinfor_wrap h4 {
  font-weight: 700;
  text-align: center;
}
.duesinfor_table {
  table-layout: fixed;
  border-collapse: collapse;
  text-align: center;
  color: #666;
}
.duesinfor_table thead th {
  height: 40px;
  color: #fff;
  background-color: #151515;
  font-weight: 400;
}
.duesinfor_table thead th + th {
  border-left: 1px solid #fff;
}
.duesinfor_table tbody td {
  vertical-align: middle;
  border-bottom: 1px solid #eee;
}
.duesinfor_table tbody td:first-child,
.duesinfor_table tbody td:last-child {
  color: #151515;
}
.duesinfor_table tbody td + td {
  border-left: 1px solid #eee;
}
.duesinfor_table .td {
  text-align: left;
}
.duesinfor_table + .etc_txt {
  display: block;
  font-size: 14px;
  line-height: 21px;
  color: #888;
  margin-top: 15px;
  word-break: keep-all;
}
.duesinfor-payment {
  position: relative;
  background-color: #f3f5f9;
}
.duesinfor-payment h4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}
.duesinfor-payment .tit {
  display: block;
}
.duesinfor-payment .account-info strong {
  display: block;
  margin-bottom: 8px;
  color: #114882;
}
.duesinfor-payment .account-info .annotation {
  position: relative;
  margin-top: 24px;
  padding-left: 16px;
  color: #7d8383;
  font-size: 14px;
}
.duesinfor-payment .account-info .annotation > a {
  color: #114882;
  font-weight: 700;
  text-decoration: underline;
}
.duesinfor-payment .account-info .annotation:before {
  content: "※ ";
  position: absolute;
  left: 0;
}
.duesinfor-payment .online-payment {
  margin-top: 15px;
  padding: 22px 0;
  text-align: center;
  border: 2px solid #cce9e9;
  display: flex;
}
.duesinfor-payment .online-payment span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: calc(100% / 3);
  font-size: 15px;
  line-height: 22px;
}
.duesinfor-payment .online-payment span + span:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 14px;
  background-color: #c1e2e2;
  position: absolute;
  top: 4px;
  left: 0;
}
.duesinfor-payment .btn-area {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}
.duesinfor-payment .btn-title {
  color: #151515;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
}
.duesinfor-payment .btn-area a {
  display: block;
  width: calc(100% - 80px);
  line-height: 68px;
  text-align: center;
  color: #003c8a;
  background: #fff;
  /* background: #fff url(../img/icon/arr_link_g2.png) no-repeat center right 20px; */
  font-size: 18px;
  transition: 0.23s ease;
  font-weight: 700;
}

.duesinfor-payment .btn-area a:last-child {
  border: 1px solid #003c8a33;
}
.duesinfor-payment .btn-area a:last-child::after {
  content: "";
  background: url(../img/icon/arr_link_blue.svg) no-repeat center / contain;
  width: 18px;
  display: inline-block;
  height: 14px;
}
.duesinfor-payment .btn-area a span {
  width: 160px;
  display: inline-block;
}
.duesinfor-payment .btn-area a:hover {
  background-position: center right 15px;
}
.duesinfor-payment .btn-area a:first-child {
  font-weight: 700;
  color: #fff;
  margin-right: 10px;
  background-color: #1a5fba;
}
.duesinfor-payment .btn-area a:first-child::after {
  content: "";
  background: url(../img/icon/arr_link_w2.png) no-repeat center / contain;
  width: 18px;
  display: inline-block;
  height: 14px;
}
.duesinfor-payment .contboxbtn {
  margin-top: 35px;
  padding-left: 13px;
}
.duesinfor-payment .contboxbtn a:before {
  background-color: #98e7e7;
}
.duesinfor-payment .contboxbtn a:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 9px;
  margin-left: 25px;
  background: url(../img/icon/arrow-right_9.svg) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 820px) {
  .sub_cont_wrap.duesinfor_wrap {
    padding-bottom: 60px;
  }
  .duesinfor_wrap h4 {
    font-size: 22px;
  }
  .duesinfor_table {
    margin-top: 25px;
  }
  .duesinfor_table thead th:nth-child(1) {
    width: 80px;
  }
  .duesinfor_table thead th:nth-child(3) {
    width: 80px;
  }
  .duesinfor_table tbody td {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .duesinfor_table .td li {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .duesinfor_table .td li:last-child {
    padding-bottom: 0;
  }
  .duesinfor_table .td li + li {
    padding-top: 10px;
    border-top: 1px solid #eee;
  }
  .duesinfor_table .td li p {
    position: relative;
    padding-left: 10px;
  }
  .duesinfor_table .td li p:before {
    content: "-";
    position: absolute;
    left: 0;
  }
  .duesinfor_table [data-mob-after]:after {
    content: attr(data-mob-after);
  }
  .duesinfor_table + .etc_txt {
    font-size: 12px;
    line-height: 18px;
  }
  .duesinfor-payment {
    margin-top: 48px;
    padding: 0 24px 0;
  }
  .duesinfor-payment li {
    padding: 40px 0 24px;
  }
  .duesinfor-payment li + li {
    border-top: 1px solid #c6e0e0;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .duesinfor-payment li .tit {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .duesinfor-payment .account-info {
    font-size: 16px;
  }
  .duesinfor-payment .account-info strong {
    font-size: 22px;
    margin-bottom: 4px;
  }
  .duesinfor-payment .account-info .annotation {
    margin-top: 16px;
    font-size: 12px;
  }
  .duesinfor-payment .online-payment {
    padding: 18px 16px;
  }
  .duesinfor-payment .online-payment span {
    width: auto;
    font-size: 14px;
    line-height: 21px;
  }
  .duesinfor-payment .online-payment span + span:before {
    position: static;
    margin-left: 15px;
    margin-right: 15px;
  }
  .duesinfor-payment .btn-title {
    font-size: 16px;
  }
  .duesinfor-payment .btn-area {
    margin-top: 16px;
    gap: 8px;
    flex-direction: inherit;
  }
  .duesinfor-payment .btn-area a {
    text-align: left;
    padding-left: 20px;
    width: calc(50% - 32px);
    font-size: 14px;
    line-height: 46px;
  }
  .duesinfor-payment .btn-area a span {
    width: 79px;
  }
  .duesinfor-payment .btn-area a::after {
    width: 12px !important;
    height: 10px !important;
  }
  .duesinfor_table_B tbody tr td {
    padding: 10px;
    font-size: 14px;
  }
  .duesinfor_table_B tbody tr,
  .duesinfor_table_B thead tr {
    height: 38px;
  }
  .duesinfor_table_B thead tr th {
    font-weight: 500;
    font-size: 14px;
  }
  .duesinfor_table_B tbody tr td.cont,
  .duesinfor_table_B.mt24 tbody tr td {
    white-space: nowrap;
  }
  .etc_txt.gray {
    font-size: 12px;
  }
}
@media screen and (min-width: 821px) {
  .sub_cont_wrap.duesinfor_wrap {
    padding-bottom: 120px;
  }
  .duesinfor_wrap h4 {
    font-size: 28px;
  }
  .duesinfor_table {
    width: 100%;
    margin-top: 30px;
  }
  .duesinfor_table thead th:nth-child(1) {
    width: 160px;
  }
  .duesinfor_table thead th:nth-child(2) {
    position: relative;
    padding-right: 220px;
  }
  .duesinfor_table thead th:nth-child(2):after {
    content: "금액(원)";
    position: absolute;
    right: 0;
    top: 0;
    width: 220px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-left: 1px solid #fff;
  }
  .duesinfor_table thead th:nth-child(3) {
    width: 220px;
  }
  .duesinfor_table .td li {
    display: flex;
  }
  .duesinfor_table .td li p {
    flex: 1;
    padding: 10px 30px;
    box-sizing: border-box;
  }
  .duesinfor_table .td li p:last-child {
    flex: 0 0 220px;
    text-align: center;
    border-left: 1px solid #eee;
  }
  .duesinfor_table .td li:not(:first-child) {
    border-top: 1px solid #eee;
  }
  .duesinfor-payment {
    margin-top: 80px;
  }
  .duesinfor-payment ul {
    display: flex;
    padding: 60px 0;
  }
  .duesinfor-payment ul li {
    flex: 1;
    padding: 0 80px;
  }
  .duesinfor-payment ul li + li {
    border-left: 1px solid #c6e0e0;
    padding-right: 20px;
  }
  .duesinfor-payment li .tit {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .duesinfor-payment .account-info {
    font-size: 18px;
  }
  .duesinfor-payment .account-info strong {
    font-size: 28px;
  }
  /* .duesinfor-payment .online-payment span + span:before{margin-left:25px;margin-right:25px;} */
}

/* 진료비 감면 안내 */
.medical_benefit_wrap {
  letter-spacing: -1px;
}
.medical_benefit_wrap h4 {
  font-weight: 700;
  text-align: center;
}
.medical_benefit_table {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  text-align: center;
}
.medical_benefit_table thead th {
  height: 40px;
  color: #fff;
  background-color: #151515;
  font-weight: 400;
}
.medical_benefit_table thead th + th {
  border-left: 1px solid #fff;
}
.medical_benefit_table tbody td {
  vertical-align: middle;
  border-bottom: 1px solid #eee;
  padding: 10px;
}
.medical_benefit_table tbody td + td {
  border-left: 1px solid #eee;
}
.medical_benefit .annotaiton {
  margin-top: 15px;
  color: #666;
}
.medical_benefit .annotaiton li + li {
  margin-top: 3px;
}
.medical_benefit_process {
  position: relative;
}
.medical_benefit_process .view-box {
  /* background-color: #e5f6f6; */
  background-color: #f3f5f9;
}
.medical_benefit_process h4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}
.medical_benefit_process ol > li {
  position: relative;
}
.medical_benefit_process ol > li:not(.medical_benefit_target) {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  background-color: #f87154;
  text-align: center;
}
.medical_benefit_process ol > li:first-child,
.medical_benefit_process ol > li:last-child {
  background-color: #114882;
}
.medical_benefit_process ol > li > strong {
  display: block;
  font-size: 16px;
}
.medical_benefit_process ol > li > strong + p {
  font-size: 13px;
}
.medical_benefit_process ol > li.medical_benefit_target > div {
  position: relative;
  background-color: #fff;
  font-size: 13px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.medical_benefit_process ol > li.medical_benefit_target strong {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}
.medical_benefit_process ol > li.medical_benefit_target .annotation {
  margin-top: 4px;
  font-size: 12px;
  color: #666666;
}
.medical_benefit_process .info_text {
  margin-top: 15px;
  color: #666;
  font-size: 13px;
}
.medical_benefit_process + .btn-area {
  text-align: center;
}
.medical_benefit_process + .btn-area.blue a {
  background: #114882;
  border-radius: 4px;
  color: #fff;
  width: auto;
  padding: 0 16px;
  font-size: 15px;
  border: none;
}
.medical_benefit_process + .btn-area a {
  display: inline-block;
  width: 180px;
  border: 1px solid #151515;
  text-align: center;
  line-height: 40px;
}

@media screen and (max-width: 820px) {
  .sub_cont_wrap.medical_benefit_wrap {
    padding-bottom: 60px;
  }
  .medical_benefit_wrap h4 {
    font-size: 22px;
  }
  .medical_benefit_table {
    margin-top: 25px;
  }
  .medical_benefit_table thead th:nth-child(1) {
    width: 40%;
  }
  .medical_benefit_table thead th:nth-child(2),
  .medical_benefit_table thead th:nth-child(3) {
    width: 30%;
  }
  .medical_benefit {
    font-size: 13px;
  }
  .medical_benefit_process {
    margin-top: 60px;
  }
  .medical_benefit_process .view-box {
    padding: 40px 20px;
  }
  .medical_benefit_process ol > li:not(.medical_benefit_target) {
    width: 130px;
    height: 130px;
    margin-left: auto;
    margin-right: auto;
  }
  .medical_benefit_process ol > li > strong {
    margin-bottom: 5px;
  }
  .medical_benefit_process ol > li.medical_benefit_target {
    display: flex;
    margin: 32px 0 29px 0;
  }
  .medical_benefit_process ol > li.medical_benefit_target > div {
    flex: 1;
    padding: 20px;
    text-align: center;
    display: inline-block;
  }
  .medical_benefit_process ol > li.medical_benefit_target > div .minh118 {
    height: 118px;
    display: flex;
    align-items: center;
  }
  .medical_benefit_process ol > li.medical_benefit_target > div + div {
    margin-left: 10px;
  }
  .medical_benefit_process ol > li:last-child {
    margin-top: 20px;
  }
  .medical_benefit_process ol > li:nth-child(2):before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
    width: 152px;
    height: 32px;
    background: url(../img/icon/arrow-medical01_mob.svg) no-repeat;
    background-size: cover;
  }
  .medical_benefit_process ol > li:nth-child(3):before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
    width: 146px;
    height: 29px;
    background: url(../img/icon/arrow-medical02_mob.svg) no-repeat;
    background-size: cover;
  }
  .medical_benefit_process ol > li:last-child:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
    width: 7px;
    height: 19px;
    background: url(../img/icon/arrow-down_19.svg) no-repeat;
    background-size: cover;
  }
  .medical_benefit_process + .btn-area {
    margin-top: 40px;
  }
  .medical_benefit_process + .btn-area a {
    background-color: #151515;
    color: #fff;
  }
}
@media screen and (min-width: 821px) {
  .sub_cont_wrap.medical_benefit_wrap {
    padding-bottom: 120px;
  }
  .medical_benefit_wrap h4 {
    font-size: 28px;
  }
  .medical_benefit_table {
    margin-top: 30px;
  }
  .medical_benefit {
    font-size: 14px;
  }
  .medical_benefit_process {
    margin-top: 100px;
  }
  .medical_benefit_process .view-box {
    overflow-x: auto;
    padding: 72px 70px;
  }
  .medical_benefit_process ol {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1000px;
    margin: 0 auto;
    background: url(../img/icon/arrow-medical01_web.svg) no-repeat 150px 50%;
  }
  .medical_benefit_process ol > li:not(.medical_benefit_target) {
    width: 150px;
    height: 150px;
  }
  .medical_benefit_process ol > li > strong {
    margin-bottom: 10px;
  }
  .medical_benefit_process ol > li.medical_benefit_target {
    margin: 0 70px;
  }
  .medical_benefit_process ol > li.medical_benefit_target > div {
    width: 370px;
    height: 110px;
    padding: 20px 30px;
    box-sizing: border-box;
  }
  .medical_benefit_process ol > li.medical_benefit_target > div + div {
    margin-top: 15px;
  }
  .medical_benefit_process ol > li:last-child {
    margin-left: 40px;
  }
  .medical_benefit_process + .btn-area {
    margin-top: 50px;
  }
}

/* 장례지원 안내 */
.funeral_benefit_wrap {
  letter-spacing: -1px;
}
.funeral_benefit_wrap h4 {
  font-weight: 700;
  text-align: center;
}
.funeral_benefit .subtitle {
  margin-top: 15px;
  text-align: center;
  color: #666;
  word-break: keep-all;
}
.funeral_benefit .subtitle span {
  color: #151515;
  font-weight: 700;
}
.funeral_benefit_table_wrap {
  overflow-x: auto;
}
.funeral_benefit_table {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.funeral_benefit_table th {
  color: #fff;
  background-color: #151515;
  font-weight: 400;
  vertical-align: middle;
  text-align: center;
  padding: 12px 16px;
  border-bottom: 1px solid #fff;
}
.funeral_benefit_table td {
  vertical-align: middle;
  text-align: left;
  color: #151515;
  padding: 12px 16px;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
}
.funeral_benefit_table td.tc {
  text-align: center;
  font-weight: 700;
}
.funeral_benefit_table td ul li + li {
  margin-top: 4px;
}
.funeral_benefit .annotaiton {
  margin-top: 15px;
  color: #666;
}
.funeral_benefit .annotaiton li + li {
  margin-top: 3px;
}
.funeral_benefit_process {
  position: relative;
}
.funeral_benefit_process .view-box {
  background-color: #f3f5f9;
}
.funeral_benefit_process h4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}
.funeral_benefit_process ol > li {
  position: relative;
}
.funeral_benefit_process ol > li:not(.funeral_benefit_target) {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  background-color: #f87154;
  text-align: center;
}
.funeral_benefit_process ol > li:first-child,
.funeral_benefit_process ol > li:last-child {
  background-color: #114882;
}
.funeral_benefit_process ol > li > strong {
  display: block;
  font-size: 16px;
}
.funeral_benefit_process ol > li.funeral_benefit_target > div {
  position: relative;
  background-color: #fff;
  font-size: 13px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.funeral_benefit_process ol > li.funeral_benefit_target strong {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}
.funeral_benefit_process ol > li.funeral_benefit_target .annotation {
  margin-top: 4px;
  font-size: 12px;
  color: #666666;
}
.funeral_benefit_process + .btn-area {
  text-align: center;
}
.funeral_benefit_process + .btn-area a {
  display: inline-block;
  width: 180px;
  border: 1px solid #151515;
  text-align: center;
  line-height: 40px;
}

@media screen and (max-width: 820px) {
  .sub_cont_wrap.funeral_benefit_wrap {
    padding-bottom: 60px;
  }
  .funeral_benefit_wrap h4 {
    font-size: 22px;
  }
  .funeral_benefit_table_wrap {
    margin-top: 25px;
  }
  .funeral_benefit_table {
    min-width: 600px;
  }
  .funeral_benefit {
    font-size: 13px;
  }
  .funeral_benefit_process {
    margin-top: 60px;
  }
  .funeral_benefit_process .view-box {
    padding: 40px 20px;
  }
  .funeral_benefit_process ol > li:not(.funeral_benefit_target) {
    width: 130px;
    height: 130px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    box-sizing: border-box;
  }
  .funeral_benefit_process ol > li > strong {
    margin-bottom: 5px;
  }
  .funeral_benefit_process ol > li.funeral_benefit_target {
    display: flex;
    margin: 32px 0 29px 0;
  }
  .funeral_benefit_process ol > li.funeral_benefit_target > div {
    flex: 1;
    padding: 20px;
    text-align: center;
    display: inline-block;
  }
  .funeral_benefit_process ol > li.funeral_benefit_target > div + div {
    margin-left: 10px;
  }
  .funeral_benefit_process ol > li:last-child {
    margin-top: 20px;
  }
  .funeral_benefit_process ol > li:nth-child(2):before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
    width: 152px;
    height: 32px;
    background: url(../img/icon/arrow-medical01_mob.svg) no-repeat;
    background-size: cover;
  }
  .funeral_benefit_process ol > li:nth-child(3):before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
    width: 146px;
    height: 29px;
    background: url(../img/icon/arrow-medical02_mob.svg) no-repeat;
    background-size: cover;
  }
  .funeral_benefit_process ol > li:last-child:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
    width: 7px;
    height: 19px;
    background: url(../img/icon/arrow-down_19.svg) no-repeat;
    background-size: cover;
  }
  .funeral_benefit_process + .btn-area {
    margin-top: 40px;
  }
  .funeral_benefit_process + .btn-area a {
    background-color: #151515;
    color: #fff;
  }
}
@media screen and (min-width: 821px) {
  .sub_cont_wrap.funeral_benefit_wrap {
    padding-bottom: 120px;
  }
  .funeral_benefit_wrap h4 {
    font-size: 28px;
  }
  .funeral_benefit_table_wrap {
    margin-top: 30px;
  }
  .funeral_benefit {
    font-size: 14px;
  }
  .funeral_benefit_process {
    margin-top: 100px;
  }
  .funeral_benefit_process .view-box {
    overflow-x: auto;
    padding: 72px 70px;
  }
  .funeral_benefit_process ol {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1000px;
    margin: 0 auto;
    background: url(../img/icon/arrow-medical01_web.svg) no-repeat 150px 50%;
  }
  .funeral_benefit_process ol > li:not(.funeral_benefit_target) {
    width: 150px;
    height: 150px;
    padding: 10px;
    box-sizing: border-box;
  }
  .funeral_benefit_process ol > li > strong {
    margin-bottom: 10px;
  }
  .funeral_benefit_process ol > li.funeral_benefit_target {
    margin: 0 70px;
  }
  .funeral_benefit_process ol > li.funeral_benefit_target > div {
    width: 370px;
    height: 110px;
    padding: 20px 30px;
    box-sizing: border-box;
  }
  .funeral_benefit_process ol > li.funeral_benefit_target > div + div {
    margin-top: 15px;
  }
  .funeral_benefit_process ol > li:last-child {
    margin-left: 40px;
  }
  .funeral_benefit_process + .btn-area {
    margin-top: 50px;
  }
}
