html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: sans-serif;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  margin: 0 auto;
}
body.fixed {
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1920px) {
  body {
    max-width: 1920px;
  }
}

.noIcon {
  background: none !important;
}
.noIcon::before, .noIcon::after {
  display: none !important;
  content: none !important;
}

a[target$=_blank] {
  display: inline !important;
  padding-right: calc(12px + 1rem);
  background-image: url(../img/icon/icon_blank.svg);
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: right 5px bottom 3px;
}

a[href$=".pdf"],
a[href$=".doc"],
a[href$=".docx"],
a[href$=".xls"],
a[href$=".xlsx"],
a[href$=".ppt"],
a[href$=".pptm"],
a[href$=".pptx"] {
  position: relative;
  padding-right: 0;
  background: none;
}
a[href$=".pdf"]:after,
a[href$=".doc"]:after,
a[href$=".docx"]:after,
a[href$=".xls"]:after,
a[href$=".xlsx"]:after,
a[href$=".ppt"]:after,
a[href$=".pptm"]:after,
a[href$=".pptx"]:after {
  position: relative;
  bottom: 0;
  right: 0;
  font-family: "Font Awesome 6 Free";
  font-size: 0.875rem;
  margin-left: 7px;
  font-weight: 400;
}
a[href$=".pdf"].btn:after,
a[href$=".doc"].btn:after,
a[href$=".docx"].btn:after,
a[href$=".xls"].btn:after,
a[href$=".xlsx"].btn:after,
a[href$=".ppt"].btn:after,
a[href$=".pptm"].btn:after,
a[href$=".pptx"].btn:after {
  color: #fff !important;
}

a[href$=".pdf"]:after {
  content: "\f1c1" !important;
  background-image: none !important;
  color: #C70000 !important;
}

a[href$=".doc"]:after,
a[href$=".docx"]:after {
  content: "\f1c2" !important;
  color: #2b579a !important;
  background-image: none !important;
}

a[href$=".xls"]:after,
a[href$=".xlsx"]:after {
  content: "\f1c3" !important;
  color: #007233 !important;
  background-image: none !important;
}

a[href$=".ppt"]:after,
a[href$=".pptm"]:after,
a[href$=".pptx"]:after {
  content: "\f1c4" !important;
  color: #f5624a !important;
  background-image: none !important;
}

ruby[data-ruby] {
  position: relative;
  display: inline-block;
}
ruby[data-ruby] rt {
  display: none;
}
ruby[data-ruby]::after {
  content: attr(data-ruby);
  position: absolute;
  -webkit-transform: translate(-50%, -0.5em);
          transform: translate(-50%, -0.5em);
  display: block;
  left: 50%;
  top: 0;
  white-space: nowrap;
  font-size: 0.625rem;
  line-height: 1.5;
  letter-spacing: 0;
}

.iconL,
.iconR {
  position: relative;
}

.iconL {
  padding-left: clamp(1.25rem, 1.4583333333vw, 1.75rem);
}

.iconR {
  padding-right: clamp(1.25rem, 1.4583333333vw, 1.75rem);
}

.iconL::after,
.iconR::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: clamp(1rem, 0.9375vw, 1.125rem);
  width: clamp(1rem, 0.9375vw, 1.125rem);
  height: clamp(1rem, 0.9375vw, 1.125rem);
}

.iconL::after {
  left: 0;
}

.iconR::after {
  right: 0;
}

.iconArrowR::after {
  background-image: url(../img/icon/icon_arrowR.svg);
  top: 53%;
}

.iconArrowL::after {
  background-image: url(../img/icon/icon_arrowL.svg);
  top: 53%;
}

@media screen and (min-width: 480px) {
  a[href$=".pdf"].btn:hover:after, a[href$=".pdf"].btn:focus-visible:after,
  a[href$=".doc"].btn:hover:after,
  a[href$=".doc"].btn:focus-visible:after,
  a[href$=".docx"].btn:hover:after,
  a[href$=".docx"].btn:focus-visible:after,
  a[href$=".xls"].btn:hover:after,
  a[href$=".xls"].btn:focus-visible:after,
  a[href$=".xlsx"].btn:hover:after,
  a[href$=".xlsx"].btn:focus-visible:after,
  a[href$=".ppt"].btn:hover:after,
  a[href$=".ppt"].btn:focus-visible:after,
  a[href$=".pptm"].btn:hover:after,
  a[href$=".pptm"].btn:focus-visible:after,
  a[href$=".pptx"].btn:hover:after,
  a[href$=".pptx"].btn:focus-visible:after,
  a[target$=_blank].btn:hover:after,
  a[target$=_blank].btn:focus-visible:after {
    color: #000 !important;
  }
}
.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.btnStyle .btnInner {
  cursor: pointer;
  text-align: center;
  display: inline-block !important;
  font-size: clamp(1rem, 0.9375vw, 1.125rem) !important;
  font-weight: 700 !important;
  min-width: 16.875rem;
  outline: none !important;
  border: 1px solid #0D8725 !important;
  background-color: #fff !important;
  border-radius: 10000px !important;
  padding: clamp(16px, 0.9375vw, 18px) 1rem clamp(18px, 1.1458333333vw, 22px) !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.btnStyle .btnInner span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block !important;
  line-height: 1.3 !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: transparent !important;
}
.btnStyle .btnInner::after {
  position: absolute;
  content: "";
  width: 1rem !important;
  height: 1rem !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btnStyle .btnInner.hover, .btnStyle .btnInner:hover, .btnStyle .btnInner:focus-visible {
  border-color: rgba(13, 135, 37, 0.5) !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btnStyle .btnInner.hover span, .btnStyle .btnInner:hover span, .btnStyle .btnInner:focus-visible span {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btnStyle .btnInner.hover::after, .btnStyle .btnInner:hover::after, .btnStyle .btnInner:focus-visible::after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btnStyle.btnIconR .btnInner {
  padding-right: 2rem !important;
}
.btnStyle.btnIconR .btnInner::after {
  right: 0.5rem !important;
}
.btnStyle.btnIconL .btnInner {
  padding-left: 2rem !important;
}
.btnStyle.btnIconL .btnInner::after {
  left: 0.5rem !important;
}
.btnStyle.iconArwR .btnInner {
  border: 1px solid #0D8725 !important;
  background-color: #0D8725 !important;
}
.btnStyle.iconArwR .btnInner span {
  color: #fff !important;
}
.btnStyle.iconArwR .btnInner::after {
  width: 1rem !important;
  height: 1rem !important;
  background-image: url(../img/icon/icon_btnArwR_white.svg) !important;
}
.btnStyle.iconArwR .btnInner.hover, .btnStyle.iconArwR .btnInner:hover, .btnStyle.iconArwR .btnInner:focus-visible {
  background-color: rgba(13, 135, 37, 0.5) !important;
  color: #333 !important;
}
.btnStyle.iconArwR .btnInner.hover span, .btnStyle.iconArwR .btnInner:hover span, .btnStyle.iconArwR .btnInner:focus-visible span {
  color: #333 !important;
}
.btnStyle.iconArwR .btnInner.hover::after, .btnStyle.iconArwR .btnInner:hover::after, .btnStyle.iconArwR .btnInner:focus-visible::after {
  background-image: url(../img/icon/icon_btnArwR_black.svg) !important;
}
.btnStyle.iconArwL .btnInner::after {
  background-image: url(../img/icon/icon_arrowL.svg) !important;
}
.btnStyle.iconArwL .btnInner.hover span, .btnStyle.iconArwL .btnInner:hover span, .btnStyle.iconArwL .btnInner:focus-visible span {
  opacity: 0.7;
}
.btnStyle.iconArwL .btnInner.hover::after, .btnStyle.iconArwL .btnInner:hover::after, .btnStyle.iconArwL .btnInner:focus-visible::after {
  opacity: 0.7;
}
.btnStyle.iconCloseL .btnInner::after {
  background-image: url(../img/icon/icon_btnClose.svg) !important;
}
.btnStyle.iconCloseL .btnInner.hover span, .btnStyle.iconCloseL .btnInner:hover span, .btnStyle.iconCloseL .btnInner:focus-visible span {
  opacity: 0.7;
}
.btnStyle.iconCloseL .btnInner.hover::after, .btnStyle.iconCloseL .btnInner:hover::after, .btnStyle.iconCloseL .btnInner:focus-visible::after {
  opacity: 0.7;
}
.btnStyle.btnOrange .btnInner {
  background: linear-gradient(94deg, #FFCC41 7.39%, #FD9157 92.46%) !important;
}
.btnStyle.btnOrange .btnInner::before {
  background: linear-gradient(94deg, #FFC19F 7.39%, #FFFBD4 92.46%);
}
.btnStyle.btnBlue .btnInner {
  background: linear-gradient(94deg, #7CE7FF 7.39%, #35A2E5 92.46%) !important;
}
.btnStyle.btnBlue .btnInner::before {
  background: linear-gradient(94deg, #B7D1E2 7.39%, #DBF8FF 92.46%) !important;
}
.btnStyle.btnGrad .btnInner {
  border: none !important;
  position: relative;
  display: inline-block;
  overflow: hidden;
  z-index: 1;
  width: 48.3333333333%;
}
.btnStyle.btnGrad .btnInner span {
  color: #333 !important;
}
.btnStyle.btnGrad .btnInner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  border-radius: 10000px !important;
}
.btnStyle.btnGrad .btnInner:hover::before, .btnStyle.btnGrad .btnInner:focus-visible::before {
  opacity: 1 !important;
}
@media screen and (max-width: 1200px) {
  .btnStyle .btnInner {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .btnStyle {
    text-align: center;
  }
  .btnStyle .btnInner {
    max-width: 335px !important;
    font-size: 1rem !important;
    padding: 16px 48px !important;
  }
  .btnStyle.iconArwR .btnInner span::after {
    width: 24px !important;
    height: 24px !important;
  }
  .btnStyle.iconArwL .btnInner span, .btnStyle.iconCloseL .btnInner span {
    text-align: left;
    padding-left: 43px !important;
  }
  .btnStyle.btnGrad .btnInner {
    width: 100%;
  }
}

#header {
  z-index: 9999;
  width: 100%;
  position: fixed;
  top: 0;
  background-color: #fff;
  padding: min(0.8333333333vw, 16px) min(3.125vw, 60px);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
}
#header .inner a {
  text-decoration: none;
}
#header .inner .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .inner .headerLogo {
  width: clamp(17.5rem, 26.1979166667vw, 31.4375rem);
  margin-right: 1.25vw;
}
#header .inner .headerLogo a:focus-visible {
  outline-offset: 5px;
  -webkit-transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
  transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
}
#header .inner .headerLogo img {
  width: 100%;
}
#header .inner .headerR {
  font-size: clamp(1rem, 1.0416666667vw, 1.25rem);
  font-family: "Inter", serif;
  font-weight: 400;
  line-height: 1.5;
}
#header .inner .toolArea {
  gap: 16px clamp(0.75rem, 1.6666666667vw, 2rem);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#header .inner .tool {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#header .inner .tool button {
  border: solid #0D8725;
  border-width: 1px !important;
  border-radius: 20px;
  background-color: #fff;
  font-size: clamp(1rem, 1.0416666667vw, 1.25rem);
  padding: 2px 0.9375vw;
}
#header .inner .tool button.on {
  background-color: #0D8725;
  color: #fff;
}
#header .inner .tool button:first-child {
  margin-right: 0.5208333333vw;
}
#header .inner .fzChange {
  margin-left: 0.5208333333vw;
}
#header .inner .lang .gtranslate_wrapper {
  position: relative;
}
#header .inner .lang .gtranslate_wrapper::before, #header .inner .lang .gtranslate_wrapper::after {
  content: "";
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}
#header .inner .lang .gtranslate_wrapper::before {
  width: 1rem;
  height: 1rem;
  left: 0;
  top: 55%;
  background-image: url(../img/icon/icon_earth.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#header .inner .lang .gtranslate_wrapper::after {
  width: 1rem;
  height: 1rem;
  right: 0;
  top: 60%;
  background-image: url(../img/icon/icon_arrowB_black.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#header .inner .lang .gt_selector {
  padding-right: 1rem;
  padding-left: 1.5rem;
  font-family: "Inter", serif;
  cursor: pointer;
  border: none;
  border-radius: 0;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: clamp(1.125rem, 1.0416666667vw, 1.25rem);
  font-weight: 400;
  position: relative;
  z-index: 1;
}
#header .inner .lang .gt_selector::-ms-expand {
  display: none;
}
#header .inner .lang .gt_selector:focus-visible {
  outline-offset: 5px;
  -webkit-transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
  transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
}
#header .inner .lang .gt_option {
  display: none;
}
#header .inner .lang .gt_option a {
  font-size: clamp(1.125rem, 1.0416666667vw, 1.25rem);
  font-weight: 400;
  font-family: "Inter", serif;
  cursor: pointer;
  width: 100%;
  height: 100%;
  padding: 10px;
  text-align: center;
}
#header .inner .lang .gt_option a:not(:last-child) {
  border-bottom: 1px solid #B3B3B3;
}
#header .inner .lang .gt_option.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 2.1875rem;
  left: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  text-align: center;
  z-index: 1;
  position: absolute;
  border: 1px solid #B3B3B3;
  border-radius: 10px;
}
#header .inner form {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#header .inner form input[type=search] {
  font-size: 1.125rem;
}
#header .inner #gForm {
  max-width: clamp(10rem, 10.4166666667vw, 12.5rem);
  padding: 2px 0.5208333333vw;
  border-radius: 20px;
  background-color: #fff;
  border: 1px solid #0D8725;
  margin-right: 8px;
}
#header .inner #gForm::-webkit-search-cancel-button {
  width: 1rem;
  height: 1rem;
  cursor: pointer;
}
#header .inner #searchBtn {
  background-color: #0D8725;
  color: transparent;
  width: clamp(2.0625rem, 1.71875vw, 2.0625rem);
  height: clamp(2.0625rem, 1.71875vw, 2.0625rem);
  background-image: url(../img/icon/icon_search.svg);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  position: relative;
}
#header .inner nav ul {
  gap: 4px 2.0833333333vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#header .inner nav ul li a {
  max-width: -webkit-fit-content !important;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
  font-size: clamp(1rem, 0.9375vw, 1.125rem);
  padding-bottom: 2px;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#header .inner nav ul li a::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #0D8725;
  position: absolute;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#header .inner nav ul li a:focus-visible {
  outline-offset: 5px;
  -webkit-transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
  transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
}
#header .inner nav ul li a:hover, #header .inner nav ul li a:focus-visible {
  color: #0D8725;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#header .inner nav ul li a:hover::after, #header .inner nav ul li a:focus-visible::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#header .inner nav ul .btnStyle .btnInner {
  padding: clamp(16px, 0.8333333333vw, 16px) !important;
}
#header .inner nav ul .btnStyle .btnInner::after {
  content: none;
}
#header #flarge {
  display: none;
}
@media screen and (max-width: 1900px) {
  #header #flarge {
    display: block;
  }
  #header #flarger {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  #header {
    padding: 2.1333333333vw;
  }
}
@media screen and (max-width: 980px) {
  #header .spOnly {
    display: block !important;
  }
  #header .inner .headerL {
    width: 100%;
    position: relative;
    z-index: 9998;
    padding: 0;
  }
  #header .inner .headerLogo {
    width: 280px;
  }
  #header .inner .btnMenu {
    width: 46px;
    height: 46px;
  }
  #header .inner .btnMenu button {
    background-color: transparent;
    height: 100%;
  }
  #header .inner .headerR {
    width: 89.3333333333vw;
    margin: auto;
    font-size: 1.125rem;
    padding-top: 16px;
    padding-bottom: 32px;
    background-color: #fff;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #header .inner .toolArea {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    gap: 10px;
    font-size: 1.125rem;
  }
  #header .inner .fzChange {
    margin-left: 8px;
  }
  #header .inner .tool button {
    border-radius: 20px;
    font-size: 1.125rem;
    line-height: 1;
    padding: 2px 20px 4px;
  }
  #header .inner .tool button:first-child {
    margin-right: 8px;
  }
  #header .inner .searchBox {
    padding: 3px 0;
  }
  #header .inner #gForm {
    max-width: 400px;
    width: calc(89.3333333333vw - 44px);
    padding: 2px 0.625rem;
    font-size: 1.125rem;
  }
  #header .inner #searchBtn {
    width: 33px;
    height: 33px;
  }
  #header .inner nav {
    width: 89.3333333333vw;
    margin: auto;
  }
  #header .inner nav ul {
    width: 100%;
    display: block;
  }
  #header .inner nav ul li a {
    font-size: 1.125rem;
    padding: 16px 1.5rem 16px 0;
    width: 100%;
    height: 100%;
    max-width: 100% !important;
    position: relative;
  }
  #header .inner nav ul li a::after {
    position: absolute;
    content: "";
    width: 1rem;
    height: 1rem;
    top: calc(16px + 0.34375rem);
    -webkit-transform: unset;
            transform: unset;
    background-color: transparent;
    left: calc(100% - 1rem);
    background-image: url(../img/icon/icon_arrowR_green.svg);
    background-size: cover;
  }
  #header .inner nav ul .btnStyle {
    margin-top: 48px;
  }
  #header .inner nav ul .btnStyle a::after {
    content: none;
  }
  #header .spNav {
    display: block !important;
    padding: 0 0 6.25rem;
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    top: -100vh;
    left: 0;
    z-index: 9999;
    -webkit-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
  }
  #header .spNav.open {
    top: 0;
    -webkit-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
  }
  #header .spNav .headerL {
    padding: 2.1333333333vw;
  }
}

main {
  width: 100%;
}
main .faqList li:not(:last-child) {
  margin-bottom: 16px;
}
main .faqList li .faqTit,
main .faqList li .faqCont {
  padding: clamp(1rem, 1.25vw, 1.5rem) clamp(0.625rem, 0.8333333333vw, 1rem);
}
main .faqList li .faqTit .faqIn,
main .faqList li .faqCont .faqIn {
  display: block;
  padding-left: calc(clamp(2.5rem, 3.125vw, 3.75rem) + 16px);
  position: relative;
}
main .faqList li .faqTit .faqIn::before,
main .faqList li .faqCont .faqIn::before {
  position: absolute;
  width: clamp(2.5rem, 3.125vw, 3.75rem);
  height: clamp(2.5rem, 3.125vw, 3.75rem);
  border-radius: 50%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: clamp(1.25rem, 1.6666666667vw, 2rem);
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main .faqList li .faqTit {
  width: 100%;
  background-color: transparent;
  text-align: left;
  font-size: clamp(1rem, 1.0416666667vw, 1.25rem);
  font-weight: 700;
  line-height: 1.5;
  text-decoration: underline;
}
main .faqList li .faqTit .faqIn {
  padding-right: clamp(2.125rem, 3.3333333333vw, 4rem);
}
main .faqList li .faqTit .faqIn::before {
  background-color: #0D8725;
  color: #fff;
  content: "Q";
}
main .faqList li .faqTit .faqIn::after {
  position: absolute;
  content: "";
  width: clamp(1.25rem, 1.25vw, 1.5rem);
  height: clamp(1.25rem, 1.25vw, 1.5rem);
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/icon/icon_arrowB_green.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
main .faqList li .faqTit.opened .faqIn::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
main .faqList li .faqCont {
  margin-top: 16px;
  display: none;
}
main .faqList li .faqCont .faqIn::before {
  background-color: #ECF3ED;
  color: #0D8725;
  content: "A";
}
@media screen and (max-width: 768px) {
  main .faqList li .faqTit,
  main .faqList li .faqCont {
    padding: 10px 0;
  }
}

#footer {
  width: 100%;
  background-color: #1D5C44;
  padding: 3.3333333333vw 1.6666666667vw;
}
#footer div,
#footer p,
#footer a,
#footer span {
  color: #fff;
}
#footer .inner {
  width: 100%;
  max-width: clamp(75rem, 62.5vw, 75rem);
  margin: auto;
}
#footer #footerContact {
  margin-bottom: 64px;
}
#footer #footerContact .h2Style {
  font-size: clamp(2rem, 2.5vw, 3rem);
  font-weight: 500;
  margin-bottom: 16px;
  color: #fff;
}
#footer #footerContact .h2Style span {
  display: block;
  color: #fff;
  font-size: clamp(1rem, 1.25vw, 1.5rem);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #footer #footerContact .h2Style {
    font-size: 2rem;
    margin-bottom: 24px;
  }
  #footer #footerContact .h2Style span {
    font-size: 1rem;
  }
}
#footer #footerContact p {
  font-size: clamp(1rem, 1.0416666667vw, 1.25rem);
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 24px;
}
#footer #footerContact .contL {
  width: 47.3333333333%;
}
#footer #footerContact .contR {
  width: 48.3333333333%;
}
#footer #footerContact .btnGrad {
  width: 100%;
}
#footer #footerContact .btnGrad .btnInner {
  width: 100% !important;
}
#footer #footerContact .btnGrad:first-child {
  margin-bottom: 32px;
}
#footer #infoArea {
  margin-bottom: 64px;
}
#footer #infoArea .contL {
  width: 57.6666666667%;
  font-weight: 500;
  line-height: 1.5;
}
#footer #infoArea .contL .footerLogo {
  width: clamp(9.625rem, 15.625vw, 18.75rem);
  margin-bottom: 1.0416666667vw;
}
#footer #infoArea .contL .footerLogo a:focus-visible {
  outline-offset: 5px;
  -webkit-transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
  transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
}
#footer #infoArea .contL .footerTit {
  font-size: 1.5rem;
  margin-bottom: 1.0416666667vw;
}
#footer #infoArea .contL .footerInfo > div {
  font-size: 1rem;
  font-weight: 400;
}
#footer #infoArea .contL .footerInfo p {
  font-size: clamp(1rem, 1.0416666667vw, 1.25rem);
  font-weight: 400;
}
#footer #infoArea .contL .footerInfo p:not(:last-child) {
  margin-bottom: 8px;
}
#footer #infoArea .contL .footerInfo p span:first-child {
  padding: 0 4px;
  background-color: #fff;
  font-size: 1rem;
  font-weight: 500;
  color: #1D5C44;
  display: inline-block;
  margin-right: 8px;
}
#footer #infoArea .contL .footerInfo .telLink a {
  color: #fff !important;
}
#footer #infoArea .contR {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
}
#footer #infoArea .contR a {
  font-size: 1rem;
  font-weight: 400;
}
#footer .copy {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  #footer {
    padding: 32px;
  }
  #footer .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  #footer {
    padding: 32px 20px;
  }
  #footer .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #footer #footerContact .contL,
  #footer #infoArea .contL {
    width: 100%;
  }
  #footer #footerContact .contR,
  #footer #infoArea .contR {
    width: 100%;
  }
  #footer #footerContact {
    margin-bottom: 42px;
  }
  #footer #footerContact .btnGrad:first-child {
    margin-bottom: 10px;
  }
  #footer #infoArea {
    margin-bottom: 32px;
  }
  #footer #infoArea .contL {
    margin-bottom: 16px;
  }
  #footer #infoArea .contL .footerInfo p span {
    display: inline-block;
    margin-bottom: 8px;
  }
  #footer #infoArea .contR {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
  #footer .copy {
    font-size: 0.75rem;
  }
}

.telLink a {
  text-decoration: underline !important;
  color: #333 !important;
}