@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cute+Font&family=East+Sea+Dokdo&family=Gowun+Batang&family=Noto+Sans+KR:wght@100..900&family=Noto+Serif+KR:wght@200..900&family=Song+Myung&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cute+Font&family=East+Sea+Dokdo&family=Gowun+Batang&family=Noto+Sans+KR:wght@100..900&family=Noto+Serif+KR:wght@200..900&family=Song+Myung&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cute+Font&family=East+Sea+Dokdo&family=Gowun+Batang&family=Noto+Sans+KR:wght@100..900&family=Noto+Serif+KR:wght@200..900&family=Song+Myung&display=swap");
.travel dd {
  text-align: justify;
}
.travel.sub section.first {
  padding-top: 0;
}
.travel.sub section.sec_visual {
  background: url("../../images/contents/travel_visual.png") no-repeat center/cover;
}
.travel.sub section.sec_headline h2 {
  color: #003682;
}
.travel.sub section.sec_headline h2 span.font-change2 {
  color: #477bbb;
  font-family: "Gowun Batang", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
  line-height: 1;
}
.travel.sub section > .container article {
  margin-bottom: 150px;
}
.travel.sub section > .container article h3 {
  font-size: 30px;
  position: relative;
  color: #669a3b;
  margin-bottom: 30px;
}
.travel.sub section > .container article h3::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: -16px;
  width: 16px;
  height: 16px;
  background-color: #669a3b;
  border-radius: 50%;
}
.travel.sub section > .container article h3::after {
  display: block;
  content: "";
  position: absolute;
  left: 8px;
  top: -16px;
  width: 16px;
  height: 16px;
  background-color: #F18B25;
  border-radius: 50%;
}
.travel.sub section > .container article ul li {
  margin-bottom: 50px;
}
.travel.sub section > .container article ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.travel.sub section > .container article ul li dl {
  font-size: 22px;
  line-height: 1.6;
}
.travel.sub section > .container article ul li dl dt {
  margin-bottom: 0.5rem;
  font-weight: 700;
}
.travel.sub section > .container article ul li dl dd ~ dd {
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .travel.sub section > .container article ul li dl dd ~ dd {
    margin-top: 0;
  }
}
.travel.sub section > .container article ul li figure {
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 900px;
}
@media (max-width: 1024px) {
  .travel.sub section > .container article ul li figure {
    margin-top: 0 !important;
  }
}
.travel figure {
  display: block;
  margin: 0;
  width: 100%;
}
.travel figure img {
  display: block;
  width: 100%;
  margin: 0;
}
.travel figure figcaption {
  text-align: right;
}
@media (max-width: 1024px) {
  .travel.sub section {
    margin: 0;
  }
  .travel.sub section.first {
    padding-bottom: 80px;
  }
  .travel.sub section.sec_headline {
    margin: 60px 0;
  }
  .travel.sub section.sec_headline h2 span {
    font-size: 40px !important;
  }
  .travel.sub section > .container article {
    margin-bottom: 80px;
  }
  .travel.sub section > .container article h3 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .travel.sub section > .container article ul li ~ li {
    margin-top: 50px;
  }
  .travel.sub section > .container article ul li dl {
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 19px;
  }
  .travel.sub section > .container article ul li dl dt {
    font-size: 22px;
    margin: 0;
  }
}

.taste.sub section.sec_visual {
  background: url("../../images/contents/taste_visual.png") no-repeat center/cover;
}
.taste.sub section.sec_headline h2:nth-of-type(1) {
  color: #455d2d;
}
.taste.sub section.sec_headline h2:nth-of-type(2) {
  color: #7f261f;
}
.taste.sub section.sec .wrap .inner_1000 ul li.taste-grid h2 span {
  color: #DE7A66;
}
.taste.sub section.sec .wrap .inner_1000 .tip-container {
  position: relative;
}
.taste.sub section.sec .wrap .inner_1000 .tip-container h2 {
  display: block;
  position: relative;
  color: #DE7A66;
  padding-right: 30px;
  overflow: hidden;
  font-size: 22px;
}
.taste.sub section.sec .wrap .inner_1000 .tip-container h2::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  right: -73%;
  transform: translateX(-50%);
  background-color: #DE7A66;
}
@media (max-width: 1024px) {
  .taste.sub section.sec .wrap .inner_1000 .tip-container h2::after {
    right: -120%;
  }
}
.taste.sub section.sec .wrap .inner_1000 .tip-container > ol {
  list-style: none;
}
.taste.sub section.sec .wrap .inner_1000 .tip-container > ol li {
  margin-bottom: 20px;
}
.taste.sub section.sec .wrap .inner_1000 .tip-container > ol li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.taste.sub section.sec .wrap .inner_1000 .tip-container > ol li dl {
  display: flex;
  gap: 10px;
  align-items: start;
  font-size: 22px;
}
@media (max-width: 1024px) {
  .taste.sub section.sec .wrap .inner_1000 .tip-container > ol li dl {
    font-size: 19px;
  }
}
.taste.sub section.sec .wrap .inner_1000 .tip-container > ol li dl dt {
  vertical-align: top;
}
.taste.sub section.sec .wrap .inner_1000 .tip-container > ol li dl dt span {
  display: inline-block;
  width: 30px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  background-color: #DE7A66;
  color: #fff;
}
.taste.sub section.sec .wrap .inner_1000 .tip-container > ol li dl dd {
  display: inline;
  vertical-align: top;
}

#container {
  padding-bottom: 1px;
}

section {
  display: block;
  width: 100%;
  margin-bottom: 70px;
}
section .container {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
}
section .container h2 {
  display: block;
  margin: 0;
  font-size: 48px;
  line-height: 58px;
}
section .container h2 span {
  font-weight: 400;
}
section .container h3 {
  display: inline-block;
  margin: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 42px;
}
section .container p {
  display: block;
  margin: 0;
  font-size: 22px;
  line-height: 35px;
  word-break: break-all;
  text-align: justify;
}
section .container p span {
  background-color: #fef5d2;
}
section.header .container h2 {
  display: block;
  text-align: center;
  margin-bottom: 28px;
}
section.header .container h3 {
  display: block;
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 400;
  text-align: center;
}
section.header .container p {
  display: block;
  margin: 0;
  margin-bottom: 28px;
  font-size: 24px;
  text-align: center;
}
section.header .container .author figure {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 200px;
  margin-bottom: 28px;
}
section.header .container .author figure img {
  border-radius: 20px;
}
section.header .container .author dl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
section.header .container .author dl dt {
  font-size: 22px;
  line-height: 26.4px;
  font-weight: 700;
}
section.header .container .author dl dd {
  font-size: 22px;
  line-height: 26.4px;
}
section.header .container .author small {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 1024px) {
  section {
    word-break: break-all;
    margin-bottom: 60px;
  }
  section .container {
    padding: 0 16px;
  }
  section .container h3 {
    font-size: 24px;
    line-height: 38px;
  }
  section .container p {
    font-size: 19px;
    line-height: 30px;
    word-break: break-all;
    text-align: justify;
  }
  section.header .container h2 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 32px;
    word-break: break-all;
  }
  section.header .container h3 {
    font-size: 24px;
    line-height: 1.2;
  }
  section.header .container p {
    font-size: 19px;
    margin-bottom: 32px;
  }
  section .author figure {
    display: block;
    width: 100%;
    max-width: 150px;
    margin-bottom: 32px;
  }
  section .author dl {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
  section .author dl dt {
    font-size: 19px !important;
    line-height: 26.4px;
    font-weight: 700;
    vertical-align: top;
  }
  section .author dl dd {
    font-size: 19px !important;
    line-height: 26.4px;
    vertical-align: top;
  }
  section .author dl dd ~ dd {
    font-size: 16px !important;
  }
  section .author small {
    font-size: 16px;
    line-height: 20px;
  }
}

.container {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
}

section.title {
  display: block;
  text-align: center;
}
section.title h3 {
  display: block;
  font-size: 48px;
  line-height: 58px;
}
section.title h3 span {
  font-family: Cute Font;
  font-weight: 400;
  font-style: normal;
}
section.title p {
  display: block;
  font-size: 24px;
  margin-top: 30px;
}
section.title .author dl {
  display: block;
  font-size: 22px;
  margin-top: 30px;
}
section.title .author dl dt {
  display: inline-block;
  font-weight: 700;
}
section.title .author dl dd {
  display: inline-block;
}
section.title .author dl dd ~ dd {
  display: block;
  margin-top: 5px;
  font-size: 18px;
}
section.title .author dl ~ dl {
  margin-top: 15px;
}
@media (max-width: 1024px) {
  section.title h3 {
    font-size: 32px;
    line-height: 38px;
  }
  section.title p {
    font-size: 19px;
  }
  section.title .author {
    font-size: 19px;
    line-height: 26.4px;
  }
  section.title .author dl {
    font-size: 19px;
  }
  section.title .author dl dd ~ dd {
    margin: 0;
    font-size: 16px;
    line-height: 1;
  }
}
section .wrap {
  word-break: break-all;
  text-align: justify;
}

.dict section.title .roma {
  font-family: "Gowun Batang", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
  vertical-align: top;
}
.dict section.title h3 > img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 450px;
}
.dict section.wrap .container ul.word-list li dl {
  word-break: break-all;
  text-align: justify;
}
.dict section.wrap .container ul.word-list li dl dt {
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  padding: 5px 50px;
  color: #fff;
  background-color: #38978b;
  font-size: 26px;
  border-radius: 999px;
  z-index: 0;
}
.dict section.wrap .container ul.word-list li dl dd {
  display: block;
  font-size: 22px;
}
.dict section.wrap .container ul.word-list li dl dd.item {
  display: flex;
  gap: 30px;
}
.dict section.wrap .container ul.word-list li dl dd.item figure {
  width: 30%;
}
.dict section.wrap .container ul.word-list li dl dd > ul {
  margin-top: 10px;
}
.dict section.wrap .container ul.word-list li dl dd > ul > li > span {
  color: #ef813d;
}
.dict section.wrap .container ul.word-list li dl dd > ul > li ~ li {
  margin-top: 15px;
}
.dict section.wrap .container ul.word-list li dl dd > ul > li > .math {
  display: flex;
  align-items: center;
  gap: 20px;
}
.dict section.wrap .container ul.word-list li dl dd > ul > li > .math > div {
  display: flex;
  flex-direction: column;
}
.dict section.wrap .container ul.word-list li dl dd > ul > li > .math > div > span ~ span {
  display: block;
  padding-top: 2px;
  border-top: 1px solid #000;
}
@media (max-width: 1024px) {
  .dict section.wrap .container ul.word-list li dl dd > ul > li > .math > * {
    font-size: 15px;
  }
}
.dict section.wrap .container ul.word-list li dl dd .year-list ol li ~ li {
  margin-top: 10px;
}
.dict section.wrap .container ul.word-list li dl dd .year-list ol li dl {
  display: flex;
  align-items: center;
}
.dict section.wrap .container ul.word-list li dl dd .year-list ol li dl dt {
  border-radius: 10px;
  padding: 20px 40px;
}
.dict section.wrap .container ul.word-list li dl dd .year-list ol li dl dd {
  padding: 5px 20px 5px 20px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  background-color: #dadada;
}
.dict section.wrap .container ul.word-list li dl dd .year-list ol li dl dd > span {
  color: #ef813d;
  font-weight: bold;
}
.dict section.wrap .container ul.word-list li dl dd .year-list ol li:nth-of-type(1) dl dt {
  background-color: #185884;
}
.dict section.wrap .container ul.word-list li dl dd .year-list ol li:nth-of-type(2) dl dt {
  background-color: #4783bb;
}
.dict section.wrap .container ul.word-list li dl dd .year-list ol li:nth-of-type(3) dl dt {
  background-color: #50b6da;
}
.dict section.wrap .container ul.word-list li dl dd .year-list ol li:nth-of-type(4) dl dt {
  background-color: #f18d00;
}
.dict section.wrap .container ul.word-list li dl dd .year-list ol li:nth-of-type(5) dl dt {
  background-color: #33abab;
}
.dict section.wrap .container ul.word-list li dl dd .year-list ol li:nth-of-type(6) dl dt {
  background-color: #54ba87;
}
.dict section.wrap .container ul.word-list li ~ li {
  margin-top: 60px;
}
.dict section .table-container {
  overflow-x: auto;
}
.dict section .table-container table {
  white-space: nowrap;
  min-width: 800px;
}
.dict section .table-container table td, .dict section .table-container table th {
  padding: 10px;
  border: 2px solid #fff;
}
.dict section .table-container table thead tr {
  color: #fff;
}
.dict section .table-container table thead tr th:nth-of-type(1) {
  background-color: #359e91;
}
.dict section .table-container table thead tr th:nth-of-type(2) {
  background-color: #ec7279;
}
.dict section .table-container table thead tr th:nth-of-type(3) {
  background-color: #32a366;
}
.dict section .table-container table thead tr th:nth-of-type(4) {
  background-color: #ef813d;
}
.dict section .table-container table tbody b {
  display: block;
}
.dict section .table-container table tbody th {
  font-weight: 400;
}
.dict section .table-container table tbody tr:nth-of-type(2n + 2) {
  background-color: #e6e6e7;
}
.dict section .table-container table tbody tr:last-child {
  background-color: #d0e1dd;
}
.dict section ol {
  list-style: none;
}
@media (max-width: 1024px) {
  .dict section.title h3 > img {
    max-width: 250px;
  }
  .dict section.wrap .container ul.word-list li dl dt {
    font-size: 24px;
    padding: 10px 30px;
    font-weight: 700;
  }
  .dict section.wrap .container ul.word-list li dl dd {
    font-size: 19px;
  }
  .dict section.wrap .container ul.word-list li dl dd.item {
    flex-direction: column;
  }
  .dict section.wrap .container ul.word-list li dl dd.item figure {
    width: 100%;
  }
  .dict section.wrap .container ul.word-list li dl dd .year-list ol li ~ li {
    margin-top: 30px;
  }
  .dict section.wrap .container ul.word-list li dl dd .year-list ol li dl {
    flex-direction: column;
    gap: 5px;
  }
  .dict section.wrap .container ul.word-list li dl dd .year-list ol li dl dt {
    margin: 0;
    border-radius: 10px;
    padding: 5px 20px;
  }
  .dict section.wrap .container ul.word-list li dl dd .year-list ol li dl dd {
    display: block;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
  }
  .dict section.wrap .container ul.word-list li dl dd .year-list ol li dl dd > span {
    color: #ef813d;
    font-weight: bold;
  }
  .dict section.wrap .container ul.word-list li ~ li {
    margin-top: 40px;
  }
}

.issue p {
  text-align: justify;
}
.issue section .container h3 {
  line-height: 38px;
  color: #139794;
  padding-left: 16px;
  border-left: 6px solid #139794;
  margin-bottom: 30px;
}
.issue section .container figure {
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}
.issue section.header .container h2 {
  font-weight: 400;
}
@media (max-width: 1024px) {
  .issue section .container h3 {
    font-size: 22px;
    line-height: 32px;
    text-align: justify;
    letter-spacing: -2px;
  }
}

.strategy section.header .container h2 {
  font-weight: 400;
}
.strategy section.header .container p {
  text-align: center;
}
.strategy section .container p {
  text-align: justify;
}
.strategy section .container h3 {
  line-height: 38px;
  color: #139794;
  padding-left: 16px;
  border-left: 6px solid #139794;
  margin-bottom: 30px;
}
.strategy section .container figure {
  display: block;
  margin: 0 auto;
}
.strategy section .container figure img {
  border-radius: 0;
}
.strategy section .container article {
  margin-top: 30px;
}
.strategy section .container article strong {
  display: block;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  font-size: 22px;
  color: #139794;
}
.strategy section .container article strong > span {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 14px;
  color: #888;
}
@media (max-width: 1024px) {
  .strategy section .container article strong > span {
    position: static;
    top: 0;
    display: block;
    text-align: right;
    margin-top: 10px;
  }
}
.strategy section .container article ~ article {
  margin-top: 60px;
}
.strategy section .table-container {
  display: block;
  overflow-x: auto;
}
.strategy section .table-container table thead th {
  background-color: #01a479;
}
.strategy section .table-container table tbody tr th {
  background-color: #fff;
  color: #000;
}
.strategy section .table-container table tbody tr.bg th, .strategy section .table-container table tbody tr.bg td {
  background-color: #fcdfbf;
}
.strategy .box {
  display: flex;
  gap: 20px;
}
.strategy .box > div {
  flex: 1 1 auto;
}
.strategy .box ~ .box {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .strategy section .container h3 {
    line-height: 34px;
    text-align: justify;
    letter-spacing: -2px;
  }
  .strategy section .container article {
    overflow: scroll;
    margin-top: 30px;
  }
  .strategy section .container article strong {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    font-size: 19px;
    color: #139794;
  }
  .strategy .caption {
    font-size: 17px;
  }
  .strategy .box {
    flex-direction: column;
    gap: 30px;
  }
  .strategy .box ~ .box {
    margin-top: 60px;
  }
}

.building section.header .container h2 span {
  font-weight: 700;
  color: #139794;
}
.building section.header .container .personal-history ul {
  display: flex;
  width: fit-content;
  margin: 0 auto;
  flex-direction: column;
  gap: 4px;
  margin-top: 30px;
  font-size: 19px;
}
.building section.header .container .personal-history ul li {
  display: block;
  position: relative;
  padding-left: 20px;
}
.building section.header .container .personal-history ul li::before {
  content: attr(data-before);
  position: absolute;
  font-size: 16px;
  left: 0;
  top: 0;
  color: #139794;
}
.building section.header .container .personal-history ul li:nth-last-child(1) {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-left: 0;
  margin-top: 20px;
}
.building section.header .container .personal-history ul li:nth-last-child(1) img {
  border-radius: 0;
}
.building section .container {
  font-size: 22px;
}
@media (max-width: 1024px) {
  .building section .container {
    font-size: 19px;
  }
}
.building section .container p, .building section .container dd {
  text-align: justify;
}
.building section .container h3 {
  display: inline-block;
  position: relative;
  color: #139794;
  margin-bottom: 20px;
}
.building section .container h3 span {
  display: inline-block;
  vertical-align: text-top;
  border: 4px solid #e8882b;
  margin-right: 10px;
  border-radius: 999px;
  width: 25px;
  line-height: 25px;
  height: 100%;
  text-align: center;
  background-color: #fff;
  color: #e8882b;
  font-size: 16px;
}
.building section .container article {
  overflow-x: scroll;
}
.building section .container article strong {
  display: block;
  text-align: center;
  margin-bottom: 20px;
  font-size: 22px;
  color: #139794;
}
.building section .container > .item-img {
  margin-top: 30px;
}
.building section .container .item-box {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}
.building section .container .item-box .summary {
  display: block;
  padding: 30px 0;
  flex: 1 1 auto;
  border-top: 2px solid #00848B;
  border-bottom: 2px solid #00848B;
  height: fit-content;
}
.building section .container .item-box .summary p {
  font-weight: bold;
  color: #00848B;
}
.building section .container .item-box .item-img.type-1 {
  flex: 1 1 230%;
}
.building section .container .item-box .item-img.type-2 {
  flex: 1 1 65%;
}
.building section img {
  border-radius: 0;
}
.building section.tip .container .section-header {
  background-color: #e8882b;
  padding: 5px 15px;
  border: 1px solid #000;
}
.building section.tip .container .section-header h3 {
  margin: 0;
  color: #fff;
}
.building section.tip .container .section-content {
  padding: 10px 30px;
  border: 1px solid #000;
}
.building section .building-list ul li {
  position: relative;
  padding-left: 20px;
}
.building section .building-list ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0px;
}
.building section .building-list ul li ~ li {
  margin-top: 8px;
}
.building section .note {
  position: relative;
  padding: 50px 30px 30px;
  border: 1px solid #333;
  overflow: visible !important;
}
.building section .note::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 50px;
  top: -24px;
  left: 5%;
  background: url("../../images/contents/img_building_note_spring.png") no-repeat 50% 50%/100% auto;
  z-index: 10;
}
.building section .note::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 50px;
  top: -24px;
  right: 5%;
  background: url("../../images/contents/img_building_note_spring.png") no-repeat 50% 50%/100% auto;
  z-index: 10;
}
.building section .note .article-header dl {
  display: flex;
  align-items: center;
  gap: 20px;
}
.building section .note .article-header dl dt {
  width: 80px;
  text-align: center;
  background-color: #009d99;
  color: #fff;
}
.building section .note .article-header dl dd {
  color: #009d99;
  font-weight: bold;
}
.building section .note .article-content {
  margin-top: 30px;
}
.building section .note .article-content > dl {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.building section .note .article-content > dl > dt {
  display: block;
  position: relative;
}
.building section .note .article-content > dl > dt span {
  display: inline-block;
  width: 80px;
  text-align: center;
  background-color: #009d99;
  color: #fff;
}
.building section .note .article-content > dl > dt::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #009d99;
}
.building section .note .article-content > dl dd .caution {
  margin-top: 30px;
  padding: 0px 20px 20px 0px;
  border: 1px solid #c92d0d;
  border-radius: 40px;
  background-color: #eee;
}
.building section .note .article-content > dl dd .caution.blue {
  border: 1px solid #0059a2;
}
.building section .note .article-content > dl dd .caution.blue dl dt {
  background-color: #0059a2;
}
.building section .note .article-content > dl dd .caution dl {
  display: table;
  table-layout: fixed;
}
.building section .note .article-content > dl dd .caution dl dt {
  display: inline-block;
  background-color: #c92d0d;
  color: #fff;
  width: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 100%;
}
.building section .note .article-content > dl dd .caution dl dd {
  display: table-cell;
  vertical-align: bottom;
  padding-top: 20px;
  padding-left: 20px;
}
.building section .note .article-content > dl dd .caution dl dd span {
  color: #0059a2;
  text-decoration: underline;
  text-underline-position: under;
  background: none;
}
.building section .note .article-content > dl dd .caution dl dd p ~ p {
  margin-top: 40px;
}
.building section .note .article-content > dl dd .caution dl dd .list {
  margin-top: 20px;
}
.building section .note .article-content > dl dd .caution dl dd .list ol li ~ li {
  margin-top: 10px;
}
.building section .note ~ article {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .building section .note {
    position: relative;
    padding: 50px 15px 30px;
  }
  .building section .note .article-header dl {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
  .building section .note .article-header dl dt {
    min-width: 80px;
  }
  .building section .note .article-header dl dd {
    color: #009d99;
    font-weight: bold;
  }
  .building section .note .article-content {
    margin-top: 30px;
  }
  .building section .note .article-content > dl {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .building section .note .article-content > dl > dt {
    display: block;
    position: relative;
  }
  .building section .note .article-content > dl > dt span {
    display: inline-block;
    width: 80px;
    text-align: center;
    background-color: #009d99;
    color: #fff;
  }
  .building section .note .article-content > dl > dt::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #009d99;
  }
  .building section .note .article-content > dl dd .caution {
    padding: 20px 10px;
  }
  .building section .note .article-content > dl dd .caution dl {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .building section .note .article-content > dl dd .caution dl dt {
    width: 50px;
    line-height: 50px;
  }
  .building section .note .article-content > dl dd .caution dl dd {
    display: block;
    padding: 0;
    margin-top: 20px;
  }
  .building section .note ~ article {
    margin-top: 60px;
  }
}
.building section .point {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  border-radius: 30px;
  background-color: #feeecf;
  position: relative;
  padding: 20px;
  overflow: visible !important;
}
.building section .point .article-header {
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #c82f2f;
}
.building section .point .article-header small {
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 20px;
  background-color: #c82f2f;
  color: #fff;
  font-weight: bold;
  border-radius: 30px;
}
.building section .point .article-header strong {
  color: #000;
  margin: 40px 0 0;
  font-size: 26px;
}
@media (max-width: 1024px) {
  .building section .point .article-header strong {
    font-size: 22px;
    margin-top: 20px;
  }
}
.building section .point .article-content {
  padding-top: 20px;
}
@media (max-width: 1024px) {
  .building section.header .container .personal-history ul {
    font-size: 17px;
  }
  .building section.header .container .personal-history ul li:nth-last-child(1) {
    gap: 15px;
    font-size: 18px;
  }
  .building section.header .container .personal-history ul li:nth-last-child(1) p {
    text-align: left;
    margin: 0;
  }
  .building section .container h3 {
    text-align: justify;
  }
  .building section .container article strong {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    font-size: 19px;
    color: #139794;
  }
  .building section .container > .img_flex > li:nth-of-type(1) {
    font-size: 16px;
  }
  .building section .container > .img_flex > li:nth-of-type(1) br {
    display: none;
  }
  .building section .container .item-box {
    flex-direction: column;
  }
  .building section .container .item-box .summary {
    padding: 15px 0;
  }
  .building section.tip .container .section-header h3 {
    display: flex;
    gap: 10px;
  }
  .building section.tip .container .section-header h3 span {
    width: 41px;
    line-height: 30px;
    margin: 0;
  }
  .building section.tip .container .section-content {
    padding: 10px 20px;
  }
}
.building .mbr_sm {
  flex-direction: row;
}

.business section.header .container h2 span {
  color: #395185;
  font-weight: bold;
}
.business section .container .content-container {
  display: flex;
  gap: 20px;
}
.business section .container .content-container .sub-title {
  display: flex;
  width: 25%;
  height: fit-content;
  gap: 20px;
  padding: 40px 20px;
  border: 1px solid #00848B;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-size: 26px;
  font-weight: 700;
  line-height: 42px;
  color: #00848B;
  box-shadow: -5px -5px 0;
}
.business section .container .content-container .sub-title h3 {
  width: 100%;
}
.business section .container .content-container .sub-content {
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: 75%;
}
.business section .container .content-container .sub-content h4 {
  display: block;
  font-size: 22px;
  margin-bottom: 30px;
  background-color: #e1dfef;
  padding: 10px;
  color: #6862aa;
  border-bottom: 2px solid #6862aa;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.business section .container .content-container .sub-content ul.check-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: justify;
}
.business section .container .content-container .sub-content ul.check-list ~ .check-list {
  margin-top: 50px;
}
.business section .container .content-container .sub-content ul.check-list.none {
  margin-top: 0;
}
.business section .container .content-container .sub-content ul.check-list li:nth-of-type(1) {
  margin-bottom: 10px;
}
.business section .container .content-container .sub-content ul.check-list li:nth-of-type(1).none {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .business section .container .content-container .sub-content ul.check-list li:nth-of-type(1) {
    margin-bottom: 0;
  }
}
.business section .container .content-container .sub-content ul.check-list li strong {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 19px;
  padding: 0 10px;
  background-color: #ec6517;
  color: #fff;
}
.business section .container .content-container .sub-content ul.check-list li p.circle {
  position: relative;
  margin-top: 5px;
  line-height: normal;
  height: 100%;
  vertical-align: middle;
  padding-left: 20px;
  font-size: 19px;
}
.business section .container .content-container .sub-content ul.check-list li p.circle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border: 2px solid #00848B;
  border-radius: 100%;
}
@media (max-width: 1024px) {
  .business section .container .content-container .sub-content ul.check-list li p.circle::before {
    top: 30%;
  }
}
.business section .container .content-container .sub-content ul.check-list li dl {
  display: flex;
  gap: 15px;
  font-size: 22px;
  font-weight: 600;
}
.business section .container .content-container .sub-content ul.check-list li dl dt {
  position: relative;
  padding-left: 30px;
  height: fit-content;
  white-space: nowrap;
}
.business section .container .content-container .sub-content ul.check-list li dl dt span {
  font-weight: 400;
}
.business section .container .content-container .sub-content ul.check-list li dl dt::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url("../../images/contents/con_business_chk.svg") no-repeat center/contain;
}
.business section .container .content-container .sub-content ul.check-list li dl dt.mobile.br::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 25%;
  left: 0;
  transform: translateY(-50%);
  background: url("../../images/contents/con_business_chk.svg") no-repeat center/contain;
}
@media (max-width: 1024px) {
  .business section .container .content-container .sub-content ul.check-list li dl dt.mobile.br::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 13%;
    left: 0;
    transform: translateY(-50%);
    background: url("../../images/contents/con_business_chk.svg") no-repeat center/contain;
  }
}
@media (max-width: 1024px) {
  .business section .container .content-container .sub-content ul.check-list li dl dt.mobile::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 13%;
    left: 0;
    transform: translateY(-50%);
    background: url("../../images/contents/con_business_chk.svg") no-repeat center/contain;
  }
}
.business section .container .content-container .sub-content ul.check-list li dl dt.none {
  display: inline;
  padding: 0;
}
.business section .container .content-container .sub-content ul.check-list li dl dt.none strong {
  margin: 0;
}
.business section .container .content-container .sub-content ul.check-list li dl dt.none::before {
  background: none;
}
.business section .container .content-container .sub-content ul.check-list li dl dd {
  font-weight: 400;
}
.business section .container .content-container .sub-content ul.check-list li dl dd span {
  font-size: 15px;
}
.business section .container .content-container .sub-content ul.check-list li small {
  display: block;
  margin-top: 5px;
  color: #ec6517;
  font-size: 19px;
  font-weight: 500;
  line-height: normal;
}
.business section .container .content-container .sub-content ul.check-list li small span {
  color: #121212;
  font-size: 16px;
  font-weight: 400;
}
.business section .container .content-container .sub-content .tip {
  word-break: break-all;
  text-align: justify;
  font-size: 22px;
}
.business section .container .content-container .sub-content .tip ul li dl dt {
  display: inline-block;
  margin-bottom: 10px;
  background-color: orange;
  padding: 5px 15px;
  color: #fff;
  border-bottom-left-radius: 25px;
  border-top-right-radius: 25px;
}
.business section .container .content-container .sub-content .tip ul li ~ li {
  margin-top: 30px;
}
.business section .container .content-container .sub-content .tip ul li figure {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 250px;
}
.business section .container .content-container .sub-content .service {
  background-color: #f0eff7;
}
.business section .container .content-container .sub-content .service h3 {
  display: block;
  text-align: center;
  font-size: 20px;
  background-color: #6862aa;
  color: #fff;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
.business section .container .content-container .sub-content .service ol {
  list-style: none;
  padding: 20px;
}
.business section .container .content-container .sub-content .service ol.service-list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.business section .container .content-container .sub-content .service ol.service-list li {
  width: calc(50% - 10px);
}
.business section .container .content-container .sub-content .service ol.service-list li dl {
  font-size: 19px;
  font-weight: bold;
}
.business section .container .content-container .sub-content .service ol.service-list li dl dt {
  color: #6862aa;
  margin-bottom: 10px;
}
.business section .container .content-container .sub-content .service ol.service-list li dl dd figure img {
  border-radius: 0;
}
.business section .container .content-container .sub-content .effect {
  padding: 20px;
  border: 1px solid #e5662f;
  box-shadow: 6px 6px 1px #e5662f;
}
.business section .container .content-container .sub-content .effect dl {
  font-size: 22px;
}
.business section .container .content-container .sub-content .effect dl dt {
  color: #e5662f;
  font-weight: bold;
  margin-bottom: 20px;
}
.business section .container .content-container .sub-content .effect dl dd {
  font-size: 19px;
}
.business section .container .content-container .sub-content p.notice {
  color: #6862aa;
  font-size: 16px;
  line-height: 1.2;
}
.business section .container .content-container .sub-content p.notice a {
  color: #6862aa;
}
.business section .container .content-container sup {
  color: #ec6517;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 1024px) {
  .business section .container .content-container {
    flex-direction: column;
    gap: 30px;
  }
  .business section .container .content-container .sub-title {
    padding: 20px;
    align-items: start;
    width: 100%;
  }
  .business section .container .content-container .sub-title h3 {
    width: 100%;
    word-break: break-all;
  }
  .business section .container .content-container .sub-content {
    width: 100%;
    gap: 40px;
  }
  .business section .container .content-container .sub-content h4 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .business section .container .content-container .sub-content ul.check-list {
    gap: 10px;
  }
  .business section .container .content-container .sub-content ul.check-list ~ .check-list {
    margin-top: 30px;
  }
  .business section .container .content-container .sub-content ul.check-list li dl {
    flex-direction: column;
    gap: 2px;
    font-size: 19px;
    line-height: 30px;
  }
  .business section .container .content-container .sub-content ul.check-list li dl dt {
    white-space: wrap;
  }
  .business section .container .content-container .sub-content ul.check-list li small {
    font-size: 15px;
  }
  .business section .container .content-container .sub-content .tip {
    font-size: 19px;
    line-height: 30px;
    text-align: justify;
    word-break: break-all;
  }
  .business section .container .content-container .sub-content .tip ul li dl dt {
    display: inline-block;
    margin-bottom: 10px;
    background-color: orange;
    padding: 5px 15px;
    color: #fff;
    border-bottom-left-radius: 25px;
    border-top-right-radius: 25px;
    font-weight: bold;
  }
  .business section .container .content-container .sub-content .tip ul li ~ li {
    margin-top: 30px;
  }
  .business section .container .content-container .sub-content .service {
    background-color: #f0eff7;
  }
  .business section .container .content-container .sub-content .service h3 {
    display: block;
    text-align: center;
    font-size: 20px;
    background-color: #6862aa;
    color: #fff;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }
  .business section .container .content-container .sub-content .service ol {
    list-style: none;
    padding: 20px;
    line-height: 30px;
  }
  .business section .container .content-container .sub-content .service ol.service-list {
    flex-direction: column;
    gap: 25px;
  }
  .business section .container .content-container .sub-content .service ol.service-list li {
    width: 100%;
  }
  .business section .container .content-container .sub-content .service ol.service-list li dl {
    font-size: 19px;
    font-weight: bold;
  }
  .business section .container .content-container .sub-content .service ol.service-list li dl dt {
    color: #6862aa;
    margin-bottom: 10px;
  }
  .business section .container .content-container .sub-content .service ol.service-list li dl dd figure img {
    border-radius: 0;
  }
  .business section .container .content-container .sub-content .effect {
    padding: 20px;
    border: 1px solid #e5662f;
    box-shadow: 6px 6px 1px #e5662f;
  }
  .business section .container .content-container .sub-content .effect dl {
    font-size: 22px;
  }
  .business section .container .content-container .sub-content .effect dl dt {
    color: #e5662f;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .business section .container .content-container .sub-content .effect dl dd {
    font-size: 19px;
  }
  .business section .container .content-container .sub-content p.notice {
    color: #6862aa;
    font-size: 19px;
    line-height: 1.2;
  }
  .business section .container .content-container .sub-content p.notice a {
    color: #6862aa;
  }
}

.business2 section .container .content-container .sub-content article.map h5 {
  display: block;
  text-align: center;
  font-size: 22px;
  color: #ec6517;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .business2 section .container .content-container .sub-content article.map h5 {
    font-size: 19px;
    margin-bottom: 10px;
  }
}
.business2 section .container .content-container .sub-content article.map figure {
  display: block;
  margin: 0;
  width: 100%;
}
.business2 section .container .content-container .sub-content article.map figure img {
  display: block;
  margin: 0;
  width: 100%;
}

.tax p {
  text-align: justify;
}
.tax section.header .container .author-text figure {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 200px;
  margin-bottom: 28px;
}
.tax section.header .container .author-text dl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.tax section.header .container .author-text dl dt {
  font-size: 22px;
  line-height: 26.4px;
  font-weight: 700;
}
.tax section.header .container .author-text dl dd {
  font-size: 22px;
  line-height: 26.4px;
}
.tax section.header .container .author-text small {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
}
.tax section.header .container .author {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 50px;
  width: fit-content;
  height: fit-content;
  border-radius: 25px;
}
.tax section.header .container .author .author-image {
  margin: 0;
}
.tax section.header .container .author .author-image figure {
  margin: 0;
}
.tax section.header .container .author .personal-history {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 35px;
}
.tax section.header .container .author .personal-history > dl {
  display: block;
  text-align: left;
}
.tax section.header .container .author .personal-history > .history {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 19px;
}
.tax section.header .container .author .personal-history > .item-box {
  display: flex;
  align-items: end;
  gap: 50px;
}
.tax section.header .container .author .personal-history > .item-box ul.info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tax section.header .container .author .personal-history > .item-box ul.info li dl {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 5px;
}
.tax section.header .container .author .personal-history > .item-box ul.info li dl dt {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 30px;
  width: 30px;
  background-color: #121212;
  color: #fff;
  border-radius: 100%;
  margin-right: 10px;
}
.tax section.header .container .author .personal-history > .item-box .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.tax section.header .container .author .personal-history > .item-box .icon figure {
  display: block;
  margin: 0;
  max-width: 30px;
}
.tax section.header .container .author .personal-history > .item-box .icon figure img {
  display: block;
  margin: 0;
}
@media (max-width: 1024px) {
  .tax section.header .container .author-text figure {
    display: block;
    width: 100%;
    max-width: 150px;
    margin-bottom: 32px;
  }
  .tax section.header .container .author-text dl {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
  .tax section.header .container .author-text dl dt {
    font-size: 19px;
    line-height: 26.4px;
    font-weight: 700;
  }
  .tax section.header .container .author-text dl dd {
    font-size: 19px;
    line-height: 26.4px;
  }
  .tax section.header .container .author-text small {
    font-size: 16px;
    line-height: 20px;
  }
  .tax section.header .container .author {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 20px;
    width: fit-content;
    height: fit-content;
    border-radius: 25px;
  }
  .tax section.header .container .author .author-image {
    width: 100%;
  }
  .tax section.header .container .author .author-image figure {
    margin: 0 auto;
    width: 70%;
    max-width: fit-content;
  }
  .tax section.header .container .author .author-image figure img {
    display: block;
    width: 100%;
  }
  .tax section.header .container .author .personal-history {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
  }
  .tax section.header .container .author .personal-history > dl {
    display: block;
    text-align: left;
  }
  .tax section.header .container .author .personal-history > dl dt {
    font-size: 22px;
    text-align: center;
  }
  .tax section.header .container .author .personal-history > .history {
    display: flex;
    flex-direction: column;
    gap: 0;
    font-size: 19px;
  }
  .tax section.header .container .author .personal-history > .item-box {
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }
  .tax section.header .container .author .personal-history > .item-box ul.info {
    display: flex;
    width: 100%;
    gap: 10px;
  }
  .tax section.header .container .author .personal-history > .item-box ul.info li dl {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
  }
  .tax section.header .container .author .personal-history > .item-box ul.info li dl dt {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 30px;
    width: 30px;
    background-color: #121212;
    color: #fff;
    border-radius: 100%;
    margin-right: 0;
  }
  .tax section.header .container .author .personal-history > .item-box .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .tax section.header .container .author .personal-history > .item-box .icon figure {
    display: block;
    margin: 0;
    max-width: 30px;
  }
  .tax section.header .container .author .personal-history > .item-box .icon figure img {
    display: block;
    margin: 0;
  }
}
.tax section .container .section-title {
  position: relative;
  color: #fff;
  background: #585757;
  margin-bottom: 28px;
}
.tax section .container .section-title span {
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  width: 50px;
  line-height: 55px;
  background-color: #d97635;
  font-size: 26px;
  font-weight: 700;
}
.tax section .container .section-title h2 {
  display: inline;
  font-size: 26px;
  line-height: 55px;
}
.tax section .container .section-content {
  font-size: 22px;
}
.tax section .container .section-content article {
  margin-bottom: 40px;
}
.tax section .container .section-content article:nth-last-child(1) {
  margin-bottom: 0;
}
.tax section .container .section-content article h3 {
  font-size: 22px;
  text-decoration: underline;
  text-underline-position: under;
  margin-bottom: 5px;
}
.tax section .container .section-content article strong {
  display: block;
  text-align: center;
  margin-bottom: 20px;
  font-size: 22px;
  color: #139794;
}
.tax section .container .section-content article table {
  display: table;
}
.tax section .container .section-content article table th {
  display: table-cell;
}
.tax section .container .section-content article table td {
  display: table-cell;
  text-align: left;
  padding-left: 10px;
}
.tax section .container .section-content article table.center td {
  text-align: center;
}
.tax section .container .section-content article table.center tfoot tr td {
  text-align: left;
}
.tax section .container .section-content article table tfoot tr {
  border: none;
}
.tax section .container .section-content article table tfoot tr td {
  border: none;
  padding-top: 10px;
  text-align: left;
}
.tax section .container .section-content article table tfoot tr td span {
  color: #E27833;
}
.tax section .container .section-content article.brown {
  display: block;
  background-color: #f3f2f1;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.tax section .container .section-content article.brown h5 {
  display: block;
  width: fit-content;
  padding: 0 40px;
  font-size: 22px;
  background-color: #72675f;
  color: #fff;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.tax section .container .section-content article.brown > div {
  padding: 30px;
}
.tax section .container .section-content article.brown > div p {
  font-size: 20px;
  font-weight: 700;
}
.tax section .container .section-content article.brown > div p sup {
  color: #ec6517;
  line-height: normal;
}
.tax section .container .section-content article.brown > div dl {
  display: flex;
  gap: 15px;
  width: 100%;
  margin-top: 15px;
}
.tax section .container .section-content article.brown > div dl:nth-of-type(1) {
  margin-top: 40px;
}
.tax section .container .section-content article.brown > div dl dt {
  width: 10%;
  font-size: 20px;
  text-decoration: none;
}
.tax section .container .section-content article.brown > div dl dt span {
  color: #d97635;
}
.tax section .container .section-content article.brown > div dl dd {
  width: 90%;
  font-size: 20px;
}
.tax section .container .section-content article.rounded h3 {
  display: block;
  width: fit-content;
  padding: 10px 40px;
  color: #7b6e66;
  text-decoration: none;
  border: 2px solid #7b6e66;
  border-radius: 999px;
  box-shadow: 2px 2px;
  margin-bottom: 20px;
}
.tax section .container .section-content article > ul.tax-list {
  margin-top: 20px;
  font-size: 22px;
}
.tax section .container .section-content article > ul.tax-list li dl dt {
  display: inline-block;
  box-sizing: content-box;
  width: 15px;
  text-align: center;
  text-decoration: none;
  background-color: #fdeddc;
  border: 4px solid #e88829;
  color: #df5c2c;
  line-height: 15px;
  border-radius: 100%;
  margin-right: 5px;
  font-size: 12px;
}
.tax section .container .section-content article > ul.tax-list li dl dd {
  display: inline;
  line-height: 25px;
  vertical-align: middle;
}
.tax section .container .section-content article > ul.row.images .tax_col_bg {
  background-position: center;
  background-size: 100% 102%;
  padding: 10px 0px 100px;
}
.tax section .container .section-content article > ul.row.images .tax_col_bg dl dt {
  padding: 0;
  vertical-align: middle;
  text-align: center;
}
.tax section .container .section-content article > ul.row.images .tax_col_bg dl dd {
  vertical-align: middle;
  padding-left: 20px;
  font-weight: 600;
}
.tax section .container .section-content article > ul.row.images .tax_col_bg dl dd span {
  color: #df5c2c;
}
.tax section .container .section-content article > ul.row.images .tax_col_bg dl dd::before {
  content: "";
  position: absolute;
  top: 7px;
  left: -10px;
  width: 20px;
  height: 20px;
  background-image: url("../../images/contents/tax_icon_img01.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.tax section .container .section-content > ol {
  margin-top: 30px;
  list-style: none;
}
.tax section .container .section-content > ol li > strong {
  color: #df5c2c;
  margin-bottom: 8px;
}
.tax section .container .section-content > ol li ~ li {
  margin-top: 50px;
}
.tax section .container .section-content dl dt {
  text-decoration: underline;
  text-underline-position: under;
  font-weight: bold;
  margin-bottom: 10px;
}
.tax section .container .section-content dl dt figure {
  display: block;
  margin: 0;
  width: 100%;
}
.tax section .container .section-content dl.none {
  text-decoration: none;
  color: #f68936;
}
.tax section .container .section-content dl.none dt {
  text-decoration: none;
}
.tax section .container .section-content dl.none span {
  display: inline-block;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 999px;
  text-align: center;
  background-color: #f68936;
  color: #fff;
}
.tax section .container .section-content dl.none dl.check dd {
  color: #121212;
}
.tax section .container .section-content dl.check ~ .check {
  margin-top: 0px;
}
.tax section .container .section-content dl.check dd {
  display: inline;
  font-weight: bold;
}
.tax section .container .section-content dl.check dd > span {
  color: #f18b25;
}
.tax section .container .section-content dl.num {
  display: flex;
  gap: 10px;
}
.tax section .container .section-content dl.num dt {
  flex: 0 0 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  text-decoration: 0;
  width: 40px;
  height: 35px;
  line-height: 100%;
  vertical-align: middle;
  text-align: center;
  border-radius: 100%;
  border: 4px solid #f18b25;
  background-color: #feeedd;
  color: #f18b25;
  box-sizing: border-box;
  font-size: 16px;
}
.tax section .container .section-content dl.num dd {
  flex: 1 1 auto;
  display: inline-block;
  vertical-align: top;
}
.tax section .container .section-content dl ~ dl {
  margin-top: 20px;
}
.tax section .container .note {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
  padding: 10px;
  background-color: #666;
}
.tax section .container .note > dl {
  padding: 30px;
  background-color: #fff;
}
.tax section .container .note > dl > dt {
  position: relative;
  text-decoration: 0;
  text-align: center;
  padding: 40px 0 20px;
  border-bottom: 1px solid #666;
  color: #444;
}
.tax section .container .note > dl > dt::after {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../images/contents/img_tax_note_spring.png") no-repeat top/100% auto;
}
.tax section .container .note > dl dd > ul > li ~ li {
  margin-top: 0px;
}
.tax section .container .item-img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}
.tax section .container .item-img img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.tax section .container article.table {
  margin-top: 30px;
}
.tax section .container article.table table thead tr th:nth-of-type(1) {
  width: 20%;
}
.tax section ul.last {
  margin-top: 30px;
}
.tax section dl.check dt {
  display: inline-block;
  vertical-align: middle;
}
.tax section dl.check dt figure {
  max-width: 20px;
}
.tax section dl.check dd {
  display: inline-block;
}
.tax section dl.notice {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}
.tax section dl.notice > dt {
  text-align: center;
  text-decoration: none !important;
  color: #fff;
  background-color: #00848B;
  padding: 5px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  margin-bottom: 0 !important;
}
.tax section dl.notice > dt span {
  display: inline;
  background-color: #fff;
  color: #00848B;
  padding: 0 5px;
}
.tax section dl.notice > dd {
  background-color: #f4f4f4;
  padding: 20px;
  font-weight: bold;
}
.tax section dl.notice > dd span {
  color: #f68936;
}
.tax section dl.notice > dd dl.check ~ dl {
  margin-top: 20px !important;
}
.tax section .caution {
  display: block;
  padding: 30px;
  background-color: rgba(255, 235, 148, 0.5);
}
.tax section .caution h3 {
  display: inline-block;
  margin-bottom: 20px;
  text-align: left;
  background-color: #00848B;
  padding: 0 5px;
  color: #fff;
  font-size: 20px;
}
.tax section .caution p b {
  display: inline;
  background-image: linear-gradient(#fee1a4, #fee1a4);
}
.tax section .caution .check {
  margin-top: 20px;
  font-size: 18px;
}
.tax section .caution .check dt {
  vertical-align: top;
}
.tax section .caution .check dd {
  vertical-align: middle;
}
.tax section .caution .check ~ .check {
  margin: 0;
}
.tax .table-container {
  margin-top: 30px;
  text-align: center;
}
.tax .table-container h3 {
  font-size: 20px;
  color: #009d9a;
  margin-bottom: 20px;
  white-space: wrap;
}
.tax .table-container table {
  white-space: wrap;
}
.tax .table-container table tr, .tax .table-container table td, .tax .table-container table th {
  border: 1px solid #009d9a;
  padding: 20px !important;
}
@media (max-width: 1024px) {
  .tax .table-container table tr, .tax .table-container table td, .tax .table-container table th {
    font-size: 15px !important;
  }
}
.tax .table-container table thead tr th ~ th {
  border-left: 2px solid #fff !important;
}
.tax .tax-note .article-header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-align: center;
  padding: 20px;
  background-color: #846e7d;
  color: #fff;
}
.tax .tax-note .article-header .item-img {
  display: block;
  margin: 0;
  width: 100%;
  max-width: 50px;
}
.tax .tax-note .article-header .item-img img {
  display: block;
  margin: 0;
  width: 100%;
}
@media (max-width: 1024px) {
  .tax .tax-note .article-header {
    flex-direction: column;
  }
  .tax .tax-note .article-header h3 {
    text-align: left;
  }
}
.tax .tax-note .article-content {
  background-color: #f4f4f4;
}
.tax .tax-note .article-content .check-list {
  margin: 0;
  padding: 30px;
}
@media (max-width: 1024px) {
  .tax .tax-note .article-content .check-list {
    padding: 15px;
  }
  .tax .tax-note .article-content .check-list li {
    font-size: 19px;
  }
}
.tax .tax-note .article-content .check-list b > span {
  color: #ec6517;
}
.tax .check-list {
  margin-top: 30px;
}
.tax .check-list > ul > li {
  position: relative;
  padding-left: 25px;
}
.tax .check-list > ul > li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("../../images/contents/img_tax_check_ic.png") no-repeat center/100% auto;
}
.tax .check-list > ul > li.green::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("../../images/contents/ico_checked.png") no-repeat center/100% auto;
}
.tax .check-list > ul > li ~ li {
  margin-top: 15px;
}
.tax .box ~ .box {
  margin-top: 50px;
}
.tax .list {
  margin-top: 20px;
}
.tax ol li ~ li {
  margin-top: 20px;
}
.tax li {
  list-style: none;
}
@media (max-width: 1024px) {
  .tax section.header .container .author .author-image figure {
    max-width: 100px;
  }
  .tax section.header dl dt {
    text-decoration: none !important;
    margin: 0;
  }
  .tax section .container .section-title {
    display: flex;
    gap: 10px;
  }
  .tax section .container .section-title span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    margin: 0;
    height: auto;
  }
  .tax section .container .section-title h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    line-height: 1.8;
    height: auto;
    margin: 0;
    padding-right: 10px;
  }
  .tax section .container .section-content article {
    margin-bottom: 40px;
    overflow-x: scroll;
  }
  .tax section .container .section-content article:nth-last-child(1) {
    margin-bottom: 0;
  }
  .tax section .container .section-content article h3 {
    font-size: 22px;
    text-decoration: underline;
    text-underline-position: under;
    margin-bottom: 10px;
  }
  .tax section .container .section-content article strong {
    display: block;
    text-align: left;
    margin-bottom: 10px;
    font-size: 19px;
    color: #139794;
  }
  .tax section .container .section-content article.brown {
    display: block;
    background-color: #f3f2f1;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .tax section .container .section-content article.brown h5 {
    display: block;
    width: fit-content;
    padding: 0 40px;
    font-size: 22px;
    background-color: #72675f;
    color: #fff;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .tax section .container .section-content article.brown > div {
    padding: 15px;
  }
  .tax section .container .section-content article.brown > div p {
    font-size: 16px;
    line-height: normal;
  }
  .tax section .container .section-content article.brown > div dl {
    margin-top: 15px;
    gap: 10px;
  }
  .tax section .container .section-content article.brown > div dl:nth-of-type(1) {
    margin-top: 20px;
  }
  .tax section .container .section-content article.brown > div dl dt {
    width: fit-content;
    font-size: 16px;
    text-decoration: none;
    word-break: break-all;
    white-space: nowrap;
  }
  .tax section .container .section-content article.brown > div dl dt span {
    color: #d97635;
  }
  .tax section .container .section-content article.brown > div dl dd {
    width: fit-content;
    font-size: 16px;
  }
  .tax section .container .section-content article.rounded h3 {
    font-size: 19px;
    width: 100%;
    text-align: center;
    padding: 10px;
  }
  .tax section .container .section-content article > ul.tax-list {
    margin-top: 20px;
    font-size: 22px;
  }
  .tax section .container .section-content article > ul.tax-list li ~ li {
    margin-top: 10px;
  }
  .tax section .container .section-content article > ul.tax-list li dl {
    line-height: normal;
  }
  .tax section .container .section-content article table.nowrap {
    white-space: nowrap;
  }
  .tax section .container .section-content article table.nowrap.left th, .tax section .container .section-content article table.nowrap.left td {
    text-align: left;
    padding: 4px 10px;
  }
  .tax section .container .section-content dl.num dt {
    flex: 0 0 25px;
    width: 25px;
    height: 25px;
  }
  .tax section .container .note > dl {
    padding: 10px;
  }
  .tax section .container .note > dl > dt {
    padding: 10px 0;
  }
  .tax section .container .note > dl > dt::after {
    top: -30px;
    height: 30px;
    width: calc(100% + 10px);
    background: url("../../images/contents/img_tax_note_spring.png") no-repeat top/auto 100%;
  }
  .tax section .container .note > dl dd > ul > li ~ li {
    margin-top: 0px;
  }
  .tax ol {
    margin-top: 30px;
    list-style: none;
  }
  .tax ol li ~ li {
    margin-top: 30px;
  }
  .tax dl dt {
    font-size: 20px;
    margin-bottom: 15px !important;
  }
  .tax dl dd {
    font-size: 19px;
    word-break: break-all;
    text-align: justify;
    line-height: 30px;
  }
  .tax dl.none {
    text-decoration: none;
    color: #f68936;
  }
  .tax dl.none span {
    display: inline-block;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 999px;
    text-align: center;
    background-color: #f68936;
    color: #fff;
  }
  .tax dl.none dl.check dd {
    color: #121212;
  }
  .tax dl.check ~ .check {
    margin-top: 0px;
  }
  .tax dl.check dd {
    display: inline;
  }
  .tax dl ~ dl {
    margin-top: 20px;
  }
  .tax article.table {
    margin-top: 30px;
  }
  .tax article.table table thead tr th:nth-of-type(1) {
    width: 20%;
  }
  .tax article.table table tbody tr td > ul li {
    margin-top: 20px !important;
  }
  .tax ul.last {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .tax dl.check {
    display: flex;
    gap: 10px;
    align-items: start;
    margin-top: 10px !important;
  }
  .tax dl.check dt {
    display: inline-block;
    vertical-align: middle;
    margin: 0 !important;
    width: 100%;
    max-width: 20px;
  }
  .tax dl.check dt figure {
    max-width: 20px;
    height: auto;
    font-size: 0;
    padding-top: 5px;
    width: 100%;
  }
  .tax dl.check dt figure img {
    width: 100%;
  }
  .tax dl.check dd {
    display: inline-block;
    text-align: justify;
    word-break: break-all;
    line-height: 30px;
  }
  .tax dl.notice {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
  }
  .tax dl.notice > dt {
    text-align: center;
    text-decoration: none !important;
    color: #fff;
    background-color: #00848B;
    padding: 5px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    margin-bottom: 0 !important;
  }
  .tax dl.notice > dt span {
    display: inline;
    background-color: #fff;
    color: #00848B;
    padding: 0 5px;
  }
  .tax dl.notice > dd {
    background-color: #f4f4f4;
    padding: 10px !important;
    font-weight: bold;
  }
  .tax dl.notice > dd span {
    color: #f68936;
  }
  .tax dl.notice > dd dl.check ~ dl {
    margin-top: 20px !important;
  }
  .tax .caution {
    display: block;
    padding: 30px;
    background-color: rgba(255, 235, 148, 0.5);
  }
  .tax .caution h3 {
    display: inline-block;
    margin-bottom: 20px;
    text-align: left;
    background-color: #00848B;
    padding: 0 5px;
    color: #fff;
    font-size: 20px;
  }
  .tax .caution p b {
    display: inline;
    background-image: linear-gradient(#fee1a4, #fee1a4);
  }
  .tax .caution .check {
    margin-top: 20px;
    font-size: 18px;
  }
  .tax .caution .check dt {
    vertical-align: top;
  }
  .tax .caution .check dd {
    vertical-align: middle;
  }
  .tax .caution .check ~ .check {
    margin: 0;
  }
}

.qna h3.answer, .qna dd, .qna p, .qna li {
  text-align: justify;
}
.qna dd {
  line-height: 35.2px;
}
@media (max-width: 1024px) {
  .qna dd {
    line-height: 30.4px;
  }
}
.qna section .container h3 strong {
  display: inline-block;
  font-weight: 700;
  padding: 5px 25px;
  background: #139794;
  border-radius: 999px;
  color: #fff;
  margin-bottom: 30px;
}
.qna section .container ol {
  display: block;
  margin-top: 20px;
  font-size: 22px;
}
.qna section .container ol li span {
  background-color: #fbf2d1;
}
.qna section .container ol li ~ li {
  margin-top: 10px;
}
.qna section .inner_1280 dl dd span {
  background-image: linear-gradient(#fef5d2, #fef5d2);
}
@media (max-width: 1024px) {
  .qna section .container h3 {
    display: block;
    color: #fff;
    background-color: #009d99;
    margin-bottom: 20px;
    padding: 10px;
    letter-spacing: -2px;
  }
  .qna section .container h3 strong {
    display: inline;
    border-radius: 0;
    background-color: transparent;
    padding: 0;
    margin: 0;
  }
  .qna section .container ol {
    font-size: 19px;
  }
  .qna section .container ol li ~ li {
    margin-top: 2px;
  }
  .qna section .container ol li div.index {
    padding-left: 10px;
  }
  .qna section .container ol li div.index > p {
    font-size: 19px;
  }
  .qna section .container ol li div.index.last > p {
    font-size: 19px;
  }
  .qna section .container ol li div.index.last > p ~ p {
    margin-top: 10px;
  }
  .qna dl.answer_dl {
    word-break: break-all;
  }
  .qna dl.answer_dl dt {
    word-break: break-all;
  }
  .qna dl.answer_dl dd {
    word-break: break-all;
  }
}/*# sourceMappingURL=enjoy.css.map */