/************************************************************ 
    tab setting (from mypage.scss)
*************************************************************/
@-webkit-keyframes bar {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes bar {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.tab-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  gap: 4rem;
  margin-bottom: 6rem;
}
.tab-wrap:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E3E3E3;
}
.tab-wrap * {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 6.1rem;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 2.9rem;
  letter-spacing: -0.03em;
  color: #333;
}
.tab-wrap li {
  position: relative;
  z-index: 1;
}
.tab-wrap li.on {
  font-weight: 500;
  color: #000;
}
.tab-wrap li.on:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #E8468A;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: bar 1s forwards;
          animation: bar 1s forwards;
}

/************************************************************ 
    contents common
***********************************************************/
.container {
  padding-top: 15.8rem;
  overflow: hidden;
}
.container .top_tit {
  font-size: 7.2rem;
  line-height: 1.2;
  letter-spacing: -0.216rem;
}
.container .top_tit .f_lato {
  display: block;
  padding-bottom: 1.8rem;
  font-size: 10rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.3rem;
}
.container .top_tit.small {
  font-size: 3.4rem;
  line-height: 1.5;
  letter-spacing: -0.102rem;
}
.container .content {
  padding-top: 12rem;
}
.container .content h3 {
  font-size: 4.6rem;
  font-weight: 700;
}
.container .content div, .container .content p, .container .content span, .container .content li, .container .content strong, .container .content em {
  font-size: 1.8rem;
  vertical-align: baseline;
}
.container .content .inner > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.container .content_head_tit {
  line-height: 1.5;
  letter-spacing: -0.138rem;
}
.container .content_head .f_lato {
  line-height: 1.5;
  font-size: 5.2rem;
}

/************************************************************ 
    floating btn setting
***********************************************************/
/************************************************************ 
    common contents of footer policy areas 
***********************************************************/
.footer_policy {
  overflow: visible;
}
.footer_policy .tab-wrap {
  margin-bottom: 8rem;
}
.footer_policy .tab-wrap ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2rem;
}
.footer_policy .policy_wrap {
  padding-bottom: 20rem;
}
.footer_policy .policy_wrap h2 {
  margin: 6rem 0 0;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 170%;
  color: #333;
}
.footer_policy .policy_wrap h3 {
  margin: 3rem 0 0.6rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: -0.054rem;
  color: #333;
}
.footer_policy .policy_wrap ol {
  margin-top: 0.6rem;
}
.footer_policy .policy_wrap ol.decimal {
  list-style-type: decimal;
  list-style-position: inside;
}
.footer_policy .policy_wrap ol.lower-latin {
  list-style-type: lower-latin;
  list-style-position: inside;
}
.footer_policy .policy_wrap ol.hypen > li {
  text-indent: -1rem;
}
.footer_policy .policy_wrap ol.disc > li {
  text-indent: 0;
}
.footer_policy .policy_wrap ol.disc > li::before {
  position: absolute;
  top: 1.3rem;
  left: 0.8rem;
  display: block;
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  background-color: #808080;
  border-radius: 50%;
}
.footer_policy .policy_wrap ol.bullet_list_num > li {
  text-indent: 0;
}
.footer_policy .policy_wrap ol.bullet_list_num > li .bullet_num {
  position: absolute;
  display: block;
  left: 0;
  width: 2rem;
  font-weight: 400;
}
.footer_policy .policy_wrap ol > li {
  position: relative;
  list-style-type: inherit;
  list-style-position: inherit;
  text-indent: -1.6rem;
  padding-left: 2rem;
}
.footer_policy .policy_wrap ol > li ol {
  margin-top: 0;
}
.footer_policy .policy_wrap ol p, .footer_policy .policy_wrap ol a {
  text-indent: 0;
}
.footer_policy .policy_wrap ol p:not(.lower-latin-tit), .footer_policy .policy_wrap ol a:not(.lower-latin-tit) {
  margin-top: 0;
}
.footer_policy .policy_wrap ol p.lower-latin-tit + .lower-latin, .footer_policy .policy_wrap ol a.lower-latin-tit + .lower-latin {
  margin-top: 0;
}
.footer_policy .policy_wrap ol li, .footer_policy .policy_wrap p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: -0.048rem;
  color: #808080;
}
.footer_policy .policy_wrap ol li strong, .footer_policy .policy_wrap p strong {
  color: #333;
  font-weight: inherit;
  vertical-align: baseline;
}
.footer_policy .policy_wrap ol li a, .footer_policy .policy_wrap p a {
  vertical-align: baseline;
  text-decoration: underline;
}
.footer_policy .policy_wrap .noti {
  display: block;
  margin: 2rem 0;
  font-weight: 400;
  color: inherit;
  text-align: center;
}
.footer_policy .policy_wrap .select_area {
  padding: 6rem 0 0;
}
.footer_policy .policy_wrap .table_wrap {
  margin: 6rem auto;
  font-weight: 400;
}
.footer_policy .policy_wrap .table_wrap table {
  width: 100%;
  border: 1px solid #C0C0C0;
}
.footer_policy .policy_wrap .table_wrap table colgroup .w160 {
  width: 16rem;
}
.footer_policy .policy_wrap .table_wrap table colgroup .w180 {
  width: 18rem;
}
.footer_policy .policy_wrap .table_wrap table colgroup .w220 {
  width: 22rem;
}
.footer_policy .policy_wrap .table_wrap table tr th, .footer_policy .policy_wrap .table_wrap table tr td {
  min-height: 6rem;
  padding: 1.6rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.048rem;
  word-break: keep-all;
}
.footer_policy .policy_wrap .table_wrap table tr th {
  text-align: center;
  background-color: #F6F8F9;
  border-left: 1px solid #C0C0C0;
  color: #000;
}
.footer_policy .policy_wrap .table_wrap table tr td {
  border-top: 1px solid #C0C0C0;
  border-left: 1px solid #C0C0C0;
  color: #808080;
}

/************************************************************ 
    footer
***********************************************************/
#footer_contact .top {
  color: #000;
}
#footer_contact .top_tit {
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.138rem;
}
#footer_contact .top_txt {
  margin-top: 3rem;
  font-size: 3.4rem;
  line-height: 1.5;
  letter-spacing: -0.102rem;
}
#footer_contact .top_txt span {
  vertical-align: baseline;
}
#footer_contact .top_txt span.fc_primary {
  color: #E8468A;
  font-weight: inherit;
}
#footer_contact .top_txt_desc {
  margin-top: 3.6rem;
  font-size: 1.8rem;
  font-weight: 400;
  color: #333;
  line-height: 1.8;
  letter-spacing: -0.054rem;
}
#footer_contact .top_txt_desc + .top_txt_desc {
  margin-top: 1.2rem;
}
#footer_contact .content {
  padding: 19.5rem 0 12rem 30.6rem;
  color: #000;
}
#footer_contact .content_row {
  display: grid;
  grid-template-columns: 30rem 69.4rem;
  border-top: 1px solid #000;
}
#footer_contact .content_head {
  grid-column: 1/3;
  padding: 5rem 0 4rem;
  font-size: 3.4rem;
  line-height: 1.5;
  letter-spacing: -0.102rem;
}
#footer_contact .content_head ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
#footer_contact .content_head ul li {
  margin-right: 1rem;
  font-size: inherit;
  list-style: inherit;
  letter-spacing: inherit;
}
#footer_contact .content_head ul li .btn_file_down {
  display: inline-block;
  width: 3rem;
  height: 2.4rem;
  background: url("../images/icon/btn_down_file.svg") center center no-repeat;
  background-size: 100%;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}
#footer_contact .content_txt {
  width: 100%;
  padding-bottom: 6.9rem;
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
}
#footer_contact .content_txt strong {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: -0.066rem;
}
#footer_contact .content_txt dl dt {
  font-size: 2.2rem;
  line-height: 1.7;
  letter-spacing: -0.066rem;
}
#footer_contact .content_txt dl dd {
  margin-top: 0.2rem;
  height: 2.9rem;
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #333;
  line-height: 1.8;
}
#footer_contact .content_txt dl dd .clipboard_item {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#footer_contact .content_txt dl dd .clipboard_item_target {
  font-family: inherit;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.8;
}
#footer_contact .content_txt dl dd .clipboard_item_copy_btn {
  margin-left: 0.5rem;
  width: 2.4rem;
  height: 2.4rem;
  background: url("../images/icon/btn_clipboard_copy.svg") center center no-repeat;
  background-size: 100%;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  cursor: pointer;
}
#footer_contact .content_txt dl dd .clipboard_item_feedback {
  position: absolute;
  right: 0;
  background-color: #999;
}
#footer_contact .content_txt dl dd + dt {
  margin-top: 1.3rem;
}

html[lang=en] #footer_contact .content_head {
  font-size: 2.8rem;
  letter-spacing: -0.084rem;
}
html[lang=en] #footer_contact .content_head ul {
  gap: 2rem;
}