@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/variable/pretendardvariable-dynamic-subset.css");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

a {
  color: inherit;
}

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

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

::-moz-selection {
  background-color: #811b31;
  color: #fff;
}

::selection {
  background-color: #811b31;
  color: #fff;
}

p {
  color: #4f4f4f;
  font-size: 18px;
  line-height: 1.8;
}
@media all and (max-width: 1280px) {
  p {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media all and (max-width: 800px) {
  p {
    font-size: 15px;
    line-height: 1.6;
  }
}

ul {
  font-size: 18px;
  line-height: 1.8;
  color: #4f4f4f;
}
@media all and (max-width: 1280px) {
  ul {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media all and (max-width: 800px) {
  ul {
    font-size: 15px;
    line-height: 1.6;
  }
}

img {
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.p_img {
  display: inline-block;
}

.m_img {
  display: none;
}

.hidden {
  display: none;
}

.pc-only-break {
  display: unset;
}

@media all and (max-width: 1280px) {
  .pc-only-break {
    display: none;
  }
}
@media all and (max-width: 800px) {
  .mobile-break {
    display: none;
  }
}
.wrap {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media all and (max-width: 1280px) {
  .wrap {
    width: 100%;
    padding: 0 24px;
  }
}
@media all and (max-width: 800px) {
  .wrap {
    width: 100%;
    padding: 0 16px;
  }
}

section {
  width: 100%;
  overflow: hidden;
}

table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  margin-bottom: 60px;
  box-sizing: border-box;
  table-layout: fixed;
}
table tr {
  width: 100%;
  border-bottom: 1px solid #ccc;
}
table tr:first-child {
  border-top: 1px solid #ccc;
}
table tr th {
  width: 200px;
  background-color: #fdf8f8;
  font-weight: 600;
  color: #333;
  padding: 12px 20px;
  box-sizing: border-box;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
}
table tr td {
  padding: 12px 20px;
  box-sizing: border-box;
  color: #333;
}
table tr td label {
  display: none;
}
table tr td input[type=text],
table tr td select,
table tr td textarea {
  height: 40px;
  padding: 0 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  color: #333;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
  line-height: 40px;
  font-family: "Pretendard";
}
table tr td input[type=text]:focus,
table tr td select:focus,
table tr td textarea:focus {
  outline: none;
  border-color: #811b31;
  box-shadow: 0 0 5px rgba(129, 27, 49, 0.2);
}
table tr td input.w100,
table tr td textarea.w100 {
  width: 100%;
}
table tr td textarea {
  height: 200px;
  padding: 10px 12px;
  line-height: 1.5;
  resize: vertical;
}
table tr td select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23666'%3e%3cpath d='M7 10l5 5 5-5z'/%3e%3c/svg%3e") no-repeat right 12px center;
  background-size: 20px;
  padding-right: 30px;
  cursor: pointer;
}
table tr td #b_phone1 {
  min-width: 122px;
}
table tr td .filebox {
  width: 100%;
  display: flex;
  align-items: center;
}
table tr td .filebox input[type=file] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
table tr td .filebox .upload-name {
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  font-size: 14px;
  color: #999;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  vertical-align: middle;
}
table tr td .filebox label {
  width: 60%;
  height: 38px;
  line-height: 38px;
  display: inline-block;
  border: 1px solid #eedee0;
  border-radius: 4px;
  color: #811b31;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s;
  background-color: #fdf8f8;
  margin-left: 10px;
  cursor: pointer;
}
table tr td .filebox label:hover {
  background-color: rgb(250.7333333333, 240.0666666667, 240.0666666667);
}
table tr .email_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
table .col-title {
  width: 20%;
}
table .col-content {
  width: 80%;
}

@media all and (max-width: 800px) {
  .form_table {
    width: 100%;
  }
  .form_table tr {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .form_table tr th {
    width: 100%;
    text-align: left;
    font-size: 16px;
    padding: 10px 12px;
  }
  .form_table tr td {
    width: 100%;
    text-align: left;
    padding: 10px 12px 20px;
    font-size: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
  }
  .form_table tr td input, .form_table tr td select, .form_table tr td textarea {
    width: 100%;
    font-size: 15px;
  }
  .form_table tr .email_flex {
    flex-wrap: nowrap;
  }
}

input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
input[type=checkbox]:checked + label::before {
  background-color: #811b31;
  border-color: #811b31;
  content: "✓";
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 18px;
}

label[for=agree] {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  font-size: 16px;
  color: #333;
  vertical-align: middle;
}
label[for=agree]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
}

.dim {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100;
}

.recaptcha {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

section .wrap_content {
  padding: 80px 0 120px;
  font-size: 18px;
  line-height: 30px;
}
@media all and (max-width: 800px) {
  section .wrap_content.wrap_content {
    padding: 70px 0;
  }
}
section .wrap_content .wrap .Indent {
  margin-left: 20px;
}
section .wrap_content .wrap h1 {
  font-size: 40px;
  font-weight: 700;
  color: #811b31;
  text-align: center;
  margin-bottom: 60px;
}
@media all and (max-width: 1280px) {
  section .wrap_content .wrap h1 {
    font-size: 32px;
  }
}
@media all and (max-width: 800px) {
  section .wrap_content .wrap h1 {
    font-size: 28px;
    margin-bottom: 50px;
  }
}
section .wrap_content .wrap h2.title_bullet {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #811b31;
  padding-left: 24px;
  line-height: 1.8;
}
section .wrap_content .wrap h2.title_bullet::before {
  content: "○";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: bolder;
}
@media all and (max-width: 1280px) {
  section .wrap_content .wrap h2.title_bullet {
    font-size: 20px;
    margin-bottom: 12px;
    padding-left: 22px;
  }
  section .wrap_content .wrap h2.title_bullet::before {
    font-size: 13px;
  }
}
@media all and (max-width: 800px) {
  section .wrap_content .wrap h2.title_bullet {
    font-size: 18px;
    margin-bottom: 10px;
    padding-left: 20px;
  }
  section .wrap_content .wrap h2.title_bullet::before {
    font-size: 12px;
  }
}
section .wrap_content .wrap h3.title_angle {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  padding-left: 16px;
  position: relative;
  margin-bottom: 20px;
}
section .wrap_content .wrap h3.title_angle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 20px;
  background-color: #811b31;
  border-radius: 1px;
}
@media all and (max-width: 1280px) {
  section .wrap_content .wrap h3.title_angle {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
@media all and (max-width: 800px) {
  section .wrap_content .wrap h3.title_angle {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
section .wrap_content .wrap .sub_text {
  font-size: 18px;
  line-height: 1.8;
  color: #4f4f4f;
}
section .wrap_content .wrap .sub_text strong {
  color: #811b31;
}
@media all and (max-width: 1280px) {
  section .wrap_content .wrap .sub_text {
    font-size: 16px;
    line-height: 1.6;
  }
}
section .sub_title {
  width: auto;
  height: 500px;
  display: flex;
  display: -ms-flex;
  align-items: center;
  align-items: -ms-center;
  justify-content: center;
  justify-content: -ms-center;
  background-size: cover;
}
section .sub_title .sub_visua_text {
  font-size: 36px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  filter: drop-shadow(0px 1px 16px rgba(0, 0, 0, 0.25));
  margin: 0;
  margin-top: 30px;
  word-break: keep-all;
}
section .sitemap {
  color: #811b31;
  font-weight: bold;
  font-size: 20px;
  border-bottom: 1px #d8d8d8 solid;
  border-top: 1px #d8d8d8 solid;
}
section .sitemap .wrap > ul > li {
  color: #811b31;
  display: inline-block;
  position: relative;
  border-right: 1px #d8d8d8 solid;
  height: 65px;
  line-height: 65px;
  padding: 0 20px;
}
section .sitemap .wrap > ul > li:first-child {
  border-left: 1px #d8d8d8 solid;
  padding: 0 0 0 10px;
  min-width: 50px;
  background: url("/images/home.png") no-repeat center center;
  background-size: 24px;
  color: transparent;
  cursor: pointer;
}
section .sitemap .wrap > ul > li:first-child a {
  color: transparent;
  cursor: pointer;
}
section .sitemap .wrap > ul > li a {
  color: #811b31;
  cursor: default;
}
section .sitemap .wrap .sub_sitemap {
  position: absolute;
  top: 65px;
  left: 0;
  min-width: 100px;
  padding: 0 100px 0 10px;
  display: none;
}
@media all and (max-width: 1280px) {
  section .sitemap .wrap {
    padding: 0;
    font-size: 16px;
  }
  section .sitemap .wrap ul > li {
    height: 50px;
    line-height: 50px;
    padding: 0 14px;
  }
  section .sitemap .wrap ul > li:first-child {
    padding: 0 4px;
    min-width: 40px;
    background: url(/images/home.png) no-repeat center center;
    background-size: 20px;
  }
}
section .p_img {
  display: block;
}
section .p_img img {
  width: 100%;
}
section .m_img {
  display: none;
}
section .red {
  color: red;
  font-weight: bold;
}

.email_style {
  color: inherit;
  font-size: inherit;
  text-decoration: underline;
}

.warning_text {
  color: #d11335;
  font-weight: 600;
}

.tab_btn {
  display: flex;
  width: 1000px;
  margin: 0 auto;
  border: 1px #d8d8d8 solid;
  border-top: none;
  border-right: none;
}
.tab_btn li {
  flex: 1;
  text-align: center;
  color: #333;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  padding: 15px;
  border-top: 1px #d8d8d8 solid;
  border-right: 1px #d8d8d8 solid;
  cursor: pointer;
  transition: all 0.3s;
}
.tab_btn li.on {
  background-color: #811b31;
  color: #fff;
  font-weight: 700;
}
@media all and (max-width: 1280px) {
  .tab_btn {
    width: 100%;
    flex-wrap: wrap;
  }
  .tab_btn li {
    min-width: 30%;
    font-size: 16px;
    padding: 12px;
  }
}

section .sub_title {
  background-position: center center;
  background-repeat: no-repeat;
}

section .sub_title1 {
  background: url("/images/sub_title01.png");
}

section .sub_title2 {
  background: url("/images/sub_title02.png");
}

section .sub_title3 {
  background: url("/images/sub_title03.png");
}

section .sub_title4 {
  background: url("/images/sub_title04.png");
}

section .sub_title5 {
  background: url("/images/sub_title05.png");
}

section .sub_title6 {
  background: url("/images/sub_title06.png");
}

@media all and (max-width: 1280px) {
  section .sub_title {
    background-position: 25%;
  }
  section .sub_title .sub_visua_text {
    text-align: center;
    font-size: 28px;
    margin: 0 30px;
  }
  section .sub_title1 {
    background-position: 0%;
  }
  section .sub_title2, section .sub_title5, section .sub_title6 {
    background-position: 45%;
  }
}
.dim {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100;
}

.hamburger {
  display: none;
  position: absolute;
  color: transparent;
  top: 25px;
  left: 20px;
  z-index: 101;
  cursor: pointer;
}
.hamburger::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #fff;
}
.hamburger::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 30px;
  height: 20px;
  border-top: 2px #fff solid;
  border-bottom: 2px #fff solid;
}
@media all and (max-width: 1280px) {
  .hamburger {
    display: block;
  }
}

header {
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  width: 100%;
  z-index: 999;
  opacity: 1;
}
header .wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
}
header .wrap h1 {
  margin-top: 15px;
}
header .wrap h1 img:last-child {
  display: none;
}
header .wrap nav {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-end;
}
header .wrap nav .nav {
  margin: 15px 0;
  display: flex;
  justify-content: flex-end;
}
header .wrap nav .nav > li {
  margin-left: 40px;
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
header .wrap nav .nav > li > a {
  color: #fff;
}
header .wrap nav .nav > li > .sub {
  display: none;
  position: absolute;
  width: 100%;
  min-width: 130px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  padding-top: 16px;
  font-size: 14px;
}
header .wrap nav .nav > li > .sub > li {
  background-color: rgba(45, 45, 45, 0.95);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  text-align: center;
  text-shadow: none;
  color: #fff;
  transition: all 0.3s;
}
header .wrap nav .nav > li > .sub > li:last-child {
  border-bottom: none;
}
header .wrap nav .nav > li > .sub > li:hover {
  background-color: #811b31;
  color: #fff;
}
header .wrap nav .nav > li > .sub > li > a {
  display: block;
  padding: 14px 12px;
  text-align: center;
}
header .wrap nav .top_util {
  text-align: right;
  margin: 20px 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  color: #fff;
}
header .wrap nav .top_util li {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
}
header .wrap nav .top_util li:last-child {
  background-color: #dfdfdf;
  border-radius: 4px;
  padding: 1px 6px;
}
header .wrap nav .top_util li:last-child a {
  color: #333;
}
header .wrap .close {
  display: none;
}

@media all and (max-width: 1280px) {
  header {
    position: fixed;
    top: 0;
    left: -120%;
    width: 90%;
    height: 100%;
    background-color: #fff;
    z-index: 102;
    transition: left 0.5s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  header.on {
    left: 0%;
    overflow-y: auto;
  }
  header .wrap {
    width: 90%;
    height: 100%;
    padding-top: 20px;
    box-sizing: border-box;
    display: block;
  }
  header .wrap h1 {
    text-align: center;
    margin-top: 0;
    display: flex;
    justify-content: center;
  }
  header .wrap h1 img:first-child {
    display: none;
  }
  header .wrap h1 img:last-child {
    display: block;
  }
  header .wrap nav {
    flex-direction: column-reverse;
    align-content: flex-start;
    justify-content: space-between;
    gap: 20px;
  }
  header .wrap nav .top_util {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 8px;
  }
  header .wrap nav .top_util li {
    border: 1px solid #eee;
    border-radius: 7px;
    background-color: #811b31;
    padding: 8px 10px;
    margin: 0;
  }
  header .wrap nav .top_util li:last-child {
    padding: 8px 10px;
    border-radius: 7px;
  }
  header .wrap nav .nav {
    width: auto;
    margin-top: 30px;
    text-shadow: none;
    flex-direction: column;
  }
  header .wrap nav .nav li {
    width: 100%;
    margin: 0;
    padding: 20px 0;
    text-align: left;
    border-bottom: 1px solid #eee;
  }
  header .wrap nav .nav li > a {
    font-weight: bold;
    color: #000;
  }
  header .wrap nav .nav li .sub {
    display: none;
    position: relative;
    font-size: 1em;
    padding: 0;
    background-color: #f8f8f8;
    margin-top: 16px;
  }
  header .wrap nav .nav li .sub::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 100%;
    background-color: #811b31;
    border-radius: 1px;
  }
  header .wrap nav .nav li .sub li {
    border: none;
    padding: 8px 0;
    margin: 0;
    color: #811b31;
    background-color: unset;
  }
  header .wrap nav .nav li .sub li a {
    text-align: left;
    padding: 8px 16px;
    font-weight: normal;
    color: #811b31;
  }
}
@media all and (max-width: 1280px) and (min-width: 800px) {
  header .wrap nav .nav li .sub li:hover {
    background-color: unset !important;
  }
}
@media all and (max-width: 1280px) {
  header .wrap .close {
    display: block;
    position: absolute;
    top: 10px;
    right: -10px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    color: transparent;
  }
  header .wrap .close::before, header .wrap .close::after {
    content: "";
    position: absolute;
    width: 1px;
    background-color: #000;
  }
}
@media all and (max-width: 1280px) and (min-width: 800px) {
  header .wrap .close::before, header .wrap .close::after {
    height: 40px;
    right: 20px;
    top: 5px;
  }
  header .wrap .close::before {
    transform: rotate(45deg);
  }
  header .wrap .close::after {
    transform: rotate(-45deg);
  }
}
@media all and (max-width: 800px) {
  header {
    width: 80%;
  }
  header .wrap .close::before, header .wrap .close::after {
    height: 25px;
    right: 20px;
    top: 12px;
  }
  header .wrap .close::before {
    transform: rotate(45deg);
  }
  header .wrap .close::after {
    transform: rotate(-45deg);
  }
  header .wrap .nav li .sub li:hover {
    background-color: unset !important;
    font-weight: 600;
  }
}
footer {
  padding: 0 0 50px;
  background-color: #393939;
  color: #fff;
  font-size: 15px;
}
footer .policy {
  background-color: #393939;
  width: auto;
  margin: 0 auto;
  padding: 18px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #4f4f4f;
}
footer .policy ul {
  line-height: 1.2;
}
footer .policy ul li {
  font-size: 15px;
  display: inline-block;
  margin-right: 10px;
  border-right: 1px solid #666;
  padding-right: 10px;
}
footer .policy ul li:last-child {
  border-right: none;
  padding-right: 10px;
}
footer .policy ul li a {
  font-size: inherit;
  color: #fff;
}
footer .footer-info {
  display: flex;
  justify-content: space-between;
}
footer .footer-info .left {
  width: 80%;
}
footer .footer-info .left div:last-child {
  margin-top: 20px;
}
footer .footer-info .left div:last-child p {
  color: #fff;
  font-size: inherit;
  line-height: 1.6;
}
footer .footer-info .left .p_img {
  max-width: 260px;
}
footer .footer-info .right .sns {
  text-align: right;
  padding: 0 0 20px 0;
}
footer .footer-info .right .sns li {
  display: inline-block;
  margin: 0 2px;
}
footer .footer-info .right .sns li a img {
  width: 28px;
  height: 28px;
}
footer .footer-info .family_site {
  position: relative;
  display: inline-block;
}
footer .footer-info .family_site select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 20px 10px 15px;
  box-sizing: content-box;
  border: 2px solid #515151;
  background: none;
  font-size: 14px;
  color: #727272;
  font-weight: 500;
}
footer .footer-info .family_site select::-ms-expand {
  display: none;
}
footer .footer-info .family_site::after {
  content: "›";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(90deg) scaleX(1.3) scaleY(0.9);
  font-size: 24px;
  color: #626262;
  pointer-events: none;
}
footer .footer-info .family_site p {
  display: inline-block;
  line-height: 24px;
}
footer .copy {
  padding-top: 10px;
  line-height: 1.4;
  color: #acacac;
  font-size: inherit;
}
@media all and (min-width: 1280px) and (max-width: 1600px) {
  footer {
    padding: 0px 0 30px 0;
  }
  footer .left {
    width: 66%;
  }
}
@media all and (max-width: 1280px) {
  footer {
    padding: 0 0 20px 0;
  }
  footer .left {
    width: 62%;
  }
}
@media all and (max-width: 800px) {
  footer {
    padding: 0 0 50px;
    text-align: center;
    font-size: 0.85rem;
  }
  footer .policy {
    padding: 16px 0;
    margin-bottom: 30px;
  }
  footer .policy ul li {
    font-size: 14px;
  }
  footer .footer-info {
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .footer-info .left {
    width: 100%;
  }
  footer .footer-info .left div:last-child {
    margin-top: 20px;
    line-height: normal;
  }
  footer .footer-info .right .sns {
    text-align: center;
    padding: 0 0 10px 0;
  }
  footer .footer-info .family_site .option_btn {
    margin: 10px 0;
  }
}

section .contents {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 100px 0;
  position: relative;
  margin: 0 auto;
}
section .contents .title {
  font-weight: 700;
  font-size: 2.6rem;
  color: #811b31;
  margin: 0px 0px 20px;
}
section .contents p {
  margin-bottom: 50px;
}
section .contents p span {
  color: #d11335;
  font-size: 1.2rem;
  font-weight: 700;
}
section .contents_left {
  width: 100%;
  height: auto;
  text-align: left;
  padding: 100px 0;
  position: relative;
  margin: 0 auto;
}
@media all and (max-width: 800px) {
  section .contents {
    padding: 70px 0;
  }
  section .contents .title {
    font-size: 1.75rem;
  }
  section .contents p span {
    font-size: 1rem;
  }
  section .contents_left {
    padding: 70px 0;
  }
  section .contents_left p {
    margin: 6px 0;
    line-height: 15px;
    font-size: 0.6rem;
  }
  section .contents_left p span {
    font-size: 1.5rem;
  }
}

#video_section .m_video {
  width: 100%;
  min-width: 1920px;
  display: block;
}
#video_section .m_visual {
  display: none;
}
#video_section .visual_main_text {
  position: absolute;
  width: 100%;
  top: 40%;
  left: 0%;
  color: #fff;
  text-align: center;
  font-size: 5rem;
  filter: drop-shadow(1px 3px 6px #000);
  box-sizing: border-box;
}
#video_section .visual_main_text h2 {
  font-size: 6rem;
  margin-bottom: 30px;
  font-weight: 600;
  word-break: keep-all;
}
#video_section .visual_main_text p {
  color: inherit;
  font-size: 3rem;
  word-break: keep-all;
}
#video_section .visual_main_text .visual_text01 div {
  margin-top: 30px;
}
#video_section .visual_main_text .visual_text01 div p {
  font-size: 0.3rem;
  padding: 5px 0;
}
@media all and (max-width: 1280px) {
  #video_section .visual_main_text {
    top: 50%;
    transform: translateY(-50%);
    padding: 0 4%;
  }
  #video_section .visual_main_text h2 {
    font-size: 4.4rem;
    margin-bottom: 20px;
  }
  #video_section .visual_main_text p {
    font-size: 2.4rem;
  }
}
@media all and (max-width: 800px) {
  #video_section .m_video {
    display: none;
  }
  #video_section .m_visual {
    display: block;
    width: auto;
    height: 800px;
  }
  #video_section .visual_main_text h2 {
    font-size: 3.6rem;
    margin-bottom: 20px;
  }
  #video_section .visual_main_text p {
    font-size: 1.8rem;
  }
}

.intro .gtelp_logo {
  max-width: 400px;
  height: auto;
  margin: 0 auto 30px;
}
.intro .gtelp_logo img {
  width: 100%;
  height: auto;
}
.intro .intro_text_kr {
  font-size: 1.2rem;
  color: #811b31;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.01rem;
  margin-bottom: 20px;
  text-align: center;
}
.intro .intro_text_kr span {
  font-weight: 700;
  font-size: inherit;
}
.intro .intro_text_en {
  font-size: 1rem;
  color: #4f4f4f;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.01rem;
  margin-bottom: 50px;
  text-align: center;
}
.intro .box_container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.intro .box_container .box {
  width: 15%;
  height: 520px;
  margin-right: 20px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: 0.5s width ease-in-out;
  background-size: cover;
}
.intro .box_container .box:last-child {
  margin-right: 0;
}
.intro .box_container .box.box01 {
  background: url("/images/box01.jpg") no-repeat center center;
}
.intro .box_container .box.box02 {
  background: url("/images/box02.jpg") no-repeat center center;
}
.intro .box_container .box.box03 {
  background: url("/images/box03.jpg") no-repeat center center;
}
.intro .box_container .box.box04 {
  background: url("/images/box04.jpg") no-repeat center center;
}
.intro .box_container .box .box_text {
  text-align: center;
  padding: 50px;
  color: #fff;
  text-shadow: 1px 1px 10px #333;
  transition-delay: 0.2s;
}
.intro .box_container .box .box_text h2 {
  font-size: 22px;
  margin-bottom: 24px;
  font-weight: 700;
  transition: 0.5s ease-in-out;
}
.intro .box_container .box .box_text h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 40px;
  color: #f4f4f4;
  opacity: 0;
}
.intro .box_container .box .box_text p {
  font-size: 20px;
  font-weight: 400;
  color: #f4f4f4;
  opacity: 0;
}
.intro .box_container .box .box_text.show {
  text-align: left !important;
  transition-delay: 0s;
}
.intro .box_container .box .box_text h2.show {
  font-size: 40px !important;
}
.intro .box_container .box .box_text h3.show {
  opacity: 1 !important;
  transition-delay: 0.1s;
  transition: 0.5s ease-in-out;
}
.intro .box_container .box .box_text p.show {
  opacity: 1 !important;
  transition-delay: 0.2s;
  transition: 0.5s ease-in-out;
}
.intro .box_container .box_hover {
  width: 50% !important;
}
.intro .box_container .box_hover .box_text {
  text-align: left !important;
}
@media all and (max-width: 1280px) {
  .intro .box_container .box {
    width: 250px;
    margin: 0 auto;
    height: 367px;
  }
  .intro .box_container .box .box_text {
    padding: 32px;
    color: #fff;
    text-shadow: 1px 1px 10px #333;
  }
  .intro .box_container .box .box_text h2 {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .intro .box_container .box .box_text h3 {
    font-size: 18px;
    margin-bottom: 32px;
    opacity: 0;
  }
  .intro .box_container .box .box_text p {
    font-size: 16px;
  }
  .intro .box_container .box .box_text h2.show {
    font-size: 26px !important;
  }
  .intro .box_container .box_hover {
    width: 80% !important;
  }
}
@media all and (max-width: 800px) {
  .intro .gtelp_logo {
    margin: 0 auto 20px;
    max-width: 65%;
  }
  .intro .intro_text_kr {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  .intro .intro_text_en {
    font-size: 0.95rem;
    margin-bottom: 20px;
  }
  .intro .box_container {
    width: 100%;
    flex-wrap: wrap;
  }
  .intro .box_container .box {
    width: 100%;
    height: auto;
    background-size: cover;
  }
  .intro .box_container .box:nth-child(2n-1) {
    top: 0px;
  }
  .intro .box_container .box.box01, .intro .box_container .box.box02, .intro .box_container .box.box03, .intro .box_container .box.box04 {
    background-size: cover;
  }
  .intro .box_container .box .box_text {
    text-align: left !important;
    padding: 30px 24px;
    text-shadow: 1px 1px 5px #333;
    margin-bottom: 50px;
  }
  .intro .box_container .box .box_text h2 {
    font-size: 1.75rem !important;
  }
  .intro .box_container .box .box_text h2.show {
    font-size: 1.75rem !important;
  }
  .intro .box_container .box .box_text h3 {
    opacity: 1 !important;
    transition-delay: 0.1s;
    transition: 0.5s ease-in-out;
  }
  .intro .box_container .box .box_text p {
    opacity: 1 !important;
    transition-delay: 0.2s;
    transition: 0.5s ease-in-out;
  }
  .intro .box_container .box_hover {
    width: 100% !important;
  }
}

.business {
  background: url("/images/bg_business.png") center fixed;
  background-size: cover;
}
.business .title {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin: 0px 0px 40px;
}
.business p.desc {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
  line-height: 150%;
}
.business .pc_swiper {
  display: block;
  position: relative;
}
.business .pc_swiper .swiper-button-next {
  right: -70px !important;
}
.business .pc_swiper .swiper-button-prev {
  left: -70px !important;
}
.business .m_swiper {
  display: none;
}
.business .swiper-wrapper .slide01 .s_box_bg {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("/images/business_item_01.png") no-repeat;
  background-size: cover;
}
.business .swiper-wrapper .slide02 .s_box_bg {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("/images/business_item_02.png") no-repeat;
  background-size: cover;
}
.business .swiper-wrapper .slide03 .s_box_bg {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("/images/business_item_03.png") no-repeat 100% 77%;
  background-size: cover;
}
.business .swiper-wrapper .slide04 .s_box_bg {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("/images/business_item_04.png") no-repeat 80% 50%;
  background-size: cover;
}
.business .swiper-wrapper .slide05 .s_box_bg {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("/images/business_item_05.png") no-repeat 70% 10%;
  background-size: cover;
}
.business .swiper-wrapper .slide06 .s_box_bg {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url("/images/business_item_06.png") no-repeat 50% 50%;
  background-size: cover;
}
.business .swiper-wrapper .slide07 .s_box_bg {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("/images/business_item_07.png") no-repeat 50% 90%;
  background-size: cover;
}
.business .swiper-wrapper .slide08 .s_box_bg {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("/images/business_item_08.png") no-repeat 85% 70%;
  background-size: cover;
}
.business .swiper-wrapper .slide09 .s_box_bg {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("/images/business_item_09.png") no-repeat 10% 0%;
  background-size: cover;
}
.business .swiper-slide {
  display: flex;
  justify-content: space-between;
}
.business .swiper-slide .s_box {
  position: relative;
  width: 100%;
  transition: 0.2s ease-in-out;
}
.business .swiper-slide .s_box .s_box_bg {
  width: 100%;
  aspect-ratio: 5/3;
}
.business .swiper-slide .s_box .s_box_txt {
  background: rgba(0, 0, 0, 0.6);
  padding: 20px;
}
.business .swiper-slide .s_box .s_box_txt p {
  color: #fff;
  font-size: 1.1rem;
  line-height: 1;
}
.business .swiper-slide .s_box:hover {
  filter: brightness(1.3);
}
@media all and (min-width: 1280px) and (max-width: 1600px) {
  .business .title {
    font-size: 3.5rem;
  }
  .business .slide_container .slide {
    width: 309px;
    height: 306px;
  }
}
@media all and (max-width: 1280px) {
  .business .title {
    font-size: 2.6rem;
  }
  .business .slide_container .slide {
    width: 290px;
    height: 245px;
  }
}
@media all and (max-width: 800px) {
  .business .title {
    font-size: 1.75rem;
    margin: 0px 0px 20px;
  }
  .business p.desc {
    font-size: 1rem;
    font-weight: 400;
  }
  .business .swiper-container {
    padding: 30px 0 60px;
  }
  .business .slide_container .slide {
    width: 200px;
    height: 169px;
  }
  .business .swiper-slide .s_box .s_box_txt {
    padding: 10px 18px;
  }
  .business .swiper-slide .s_box .s_box_txt p {
    font-size: 1rem;
  }
}

.tree {
  background: url("/images/tree_bg.png");
  background-size: cover;
  background-position: 50% 50%;
}
.tree .tree-wrap .tree-logo {
  margin-bottom: 50px;
}
.tree .tree-wrap .tree-logo .gtelp-logo {
  width: 100%;
  max-width: 360px;
  display: inline-block;
}
.tree .tree-wrap .tree-testtype {
  position: relative;
  padding-top: 50px;
}
.tree .tree-wrap .tree-testtype .tree-line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 986px;
  height: 1px;
  border-top: 1px dotted #888;
}
.tree .tree-wrap .tree-testtype .tree-line::before {
  content: "";
  display: block;
  height: 20px;
}
.tree .tree-wrap .tree-testtype .tree-testcard-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.tree .tree-wrap .tree-testtype .tree-testcard-wrapper .tree-testcard {
  position: relative;
  width: 18%;
  background: linear-gradient(180deg, #911B31 0%, #811B31 100%);
  color: #fff;
  padding: 18px 10px;
  border-radius: 6px;
  box-sizing: border-box;
  text-align: center;
  transition: 0.3s filter ease-in-out;
}
.tree .tree-wrap .tree-testtype .tree-testcard-wrapper .tree-testcard:hover {
  filter: brightness(1.1);
}
.tree .tree-wrap .tree-testtype .tree-testcard-wrapper .tree-testcard::before {
  content: "";
  position: absolute;
  top: -49px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 50px;
  border-left: 1px dotted #888;
}
.tree .tree-wrap .tree-testtype .tree-testcard-wrapper .tree-testcard .test-title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin: 0px 10px 10px 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.tree .tree-wrap .tree-testtype .tree-testcard-wrapper .tree-testcard .test-description {
  font-size: 13px;
  line-height: 1.4;
  color: #fff;
  margin: 0;
}
.tree .tree-wrap .tree-testtype .tree-testcard-wrapper .tree-testcard.business .test-description {
  line-height: 1.2;
}
.tree .tree-wrap .tree-testtype .tree-testcard-wrapper .tree-testcard.gtelp-writing::before {
  top: -95px;
  height: 95px;
}
@media (max-width: 1400px) {
  .tree .tree-wrap .tree-testtype .tree-line {
    width: 59.6%;
  }
  .tree .tree-wrap .tree-testtype .tree-testcard-wrapper {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }
  .tree .tree-wrap .tree-testtype .tree-testcard-wrapper .tree-testcard {
    width: 30%;
  }
  .tree .tree-wrap .tree-testtype .tree-testcard-wrapper .tree-testcard::before {
    top: -49px;
    height: 49px;
  }
  .tree .tree-wrap .tree-testtype .tree-testcard-wrapper .tree-testcard.gtelp-speaking::before {
    top: -89px;
    height: 90px;
  }
  .tree .tree-wrap .tree-testtype .tree-testcard-wrapper .tree-testcard.gtelp-writing::before {
    top: -49px;
    height: 49px;
  }
  .tree .tree-wrap .tree-testtype .tree-testcard-wrapper .tree-testcard.gtelp-junior::before {
    top: -193px;
    height: 193px;
    display: none;
  }
  .tree .tree-wrap .tree-testtype .tree-testcard-wrapper .tree-testcard.gtelp-business::before {
    top: -193px;
    height: 193px;
    display: none;
  }
}
@media (max-width: 800px) {
  .tree .tree-wrap .tree-logo {
    margin-bottom: 40px;
  }
  .tree .tree-wrap .tree-testtype {
    padding-top: 0;
  }
  .tree .tree-wrap .tree-testtype .tree-line {
    display: none;
  }
  .tree .tree-wrap .tree-testtype .tree-testcard-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .tree .tree-wrap .tree-testtype .tree-testcard-wrapper .tree-testcard {
    width: 80%;
  }
  .tree .tree-wrap .tree-testtype .tree-testcard-wrapper .tree-testcard::before {
    top: -19px !important;
    height: 20px !important;
    display: block !important;
  }
  .tree .tree-wrap .tree-testtype .tree-testcard-wrapper .tree-testcard.gtelp-level-test::before {
    top: -34px !important;
    height: 35px !important;
  }
}

.map .desc {
  color: #4f4f4f;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
  margin-top: 32px;
  display: block;
}
.map iframe {
  border: 1px #ccc solid;
  width: 90%;
  max-width: 1200px;
  height: 632px;
}
@media all and (max-width: 800px) {
  .map iframe {
    width: 90%;
    height: 332px;
  }
  .map .desc {
    font-size: 1rem;
    margin: 10px 0 30px;
  }
}

.intro_page .intro_part > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
  margin-bottom: 60px;
}
.intro_page .intro_part > div p {
  flex: 5.5;
  color: #333;
  line-height: 1.8;
  letter-spacing: -0.01em;
}
.intro_page .intro_part > div p strong {
  color: #811b31;
  font-weight: 500;
}
@media all and (max-width: 800px) {
  .intro_page .intro_part > div {
    flex-wrap: wrap;
    gap: 28px;
  }
  .intro_page .intro_part > div p {
    flex: 100%;
  }
}
.intro_page .intro_part > div:nth-child(2) {
  flex-direction: row-reverse;
}
.intro_page .intro_part > div > div {
  flex: 4.5;
  aspect-ratio: 127/85;
  background-size: cover;
  background-position: center;
  border-radius: 6px;
  box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.15);
}
.intro_page .intro_part .intro_img1 {
  background-image: url("/images/sub1_1_img01.png");
}
.intro_page .intro_part .intro_img2 {
  background-image: url("/images/sub1_1_img02.png");
}
.intro_page .intro_part .intro_img3 {
  background-image: url("/images/sub1_1_img03.png");
}
.intro_page .intro_way .values-list {
  display: flex;
  justify-content: center;
  gap: 80px;
  padding: 80px 0;
  flex-wrap: wrap;
}
.intro_page .intro_way .values-list .value-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 300px;
}
.intro_page .intro_way .values-list .value-item .circle-box-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.intro_page .intro_way .values-list .value-item .circle-box-wrapper .outer-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #ccc;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.intro_page .intro_way .values-list .value-item .circle-box-wrapper .outer-circle.vision-outer {
  border-color: #ddd;
}
.intro_page .intro_way .values-list .value-item .circle-box-wrapper .outer-circle.principle-outer {
  border-color: #ddd;
}
.intro_page .intro_way .values-list .value-item .circle-box-wrapper .outer-circle.philosophy-outer {
  border-color: #ddd;
}
.intro_page .intro_way .values-list .value-item .circle-box-wrapper .inner-circle {
  position: absolute;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border-radius: 50%;
  border: 20px solid;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  box-sizing: border-box;
}
.intro_page .intro_way .values-list .value-item .circle-box-wrapper .inner-circle.vision-inner {
  border-color: #811b31;
}
.intro_page .intro_way .values-list .value-item .circle-box-wrapper .inner-circle.principle-inner {
  border-color: #9f4963;
}
.intro_page .intro_way .values-list .value-item .circle-box-wrapper .inner-circle.philosophy-inner {
  border-color: #b28a9b;
}
.intro_page .intro_way .values-list .value-item .circle-box-wrapper .title {
  font-size: 28px;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
  color: #333;
}
.intro_page .intro_way .values-list .value-item .circle-box-wrapper .subtitle {
  font-size: 18px;
  font-weight: normal;
  color: #aaa;
  margin-top: 6px;
}
.intro_page .intro_way .values-list .value-item .connector-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.intro_page .intro_way .values-list .value-item .connector-wrapper .connector-line {
  width: 1px;
  height: 40px;
  background-color: #ccc;
}
.intro_page .intro_way .values-list .value-item .connector-wrapper .connector-circle {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #ccc;
  margin-top: -4px;
}
.intro_page .intro_way .values-list .value-item .text-bottom {
  margin-top: 20px;
  color: #4f4f4f;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
}
@media (min-width: 800px) and (max-width: 1280px) {
  .intro_page .intro_way .values-list {
    padding: 0;
    gap: 30px;
    margin-bottom: 50px;
  }
  .intro_page .intro_way .values-list .value-item {
    width: 30%;
  }
  .intro_page .intro_way .values-list .value-item .circle-box-wrapper .title {
    font-size: 22px;
  }
  .intro_page .intro_way .values-list .value-item .circle-box-wrapper .subtitle {
    font-size: 16px;
  }
  .intro_page .intro_way .values-list .value-item .circle-box-wrapper .inner-circle {
    border-width: 14px;
    width: calc(100% - 26px);
    height: calc(100% - 26px);
  }
}
@media all and (max-width: 800px) {
  .intro_page .intro_way .values-list {
    padding: 0;
    gap: 40px;
    margin-bottom: 50px;
  }
  .intro_page .intro_way .values-list .value-item {
    width: 100%;
    max-width: 300px;
  }
}
.intro_page .intro_way .values-core .title_line {
  display: block;
  width: 100%;
  padding: 26px 0;
  margin-bottom: 26px;
  color: #811b31;
  font-size: 32px;
  font-weight: 700;
  text-align: left;
  border-bottom: 1px solid #d8d8d8;
}
@media all and (max-width: 1280px) {
  .intro_page .intro_way .values-core .title_line {
    font-size: 28px;
    padding: 20px 0;
  }
}
@media all and (max-width: 800px) {
  .intro_page .intro_way .values-core .title_line {
    font-size: 24px;
    padding: 16px 0;
  }
}
.intro_page .intro_way .values-core ul {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.intro_page .intro_way .values-core ul li {
  width: 100%;
  flex: 1;
}
.intro_page .intro_way .values-core ul li div {
  width: 100%;
  aspect-ratio: 1/0.9;
  font-size: 32px;
  color: #fff;
  border-radius: 12px;
  overflow: hidden;
  background-size: 105%;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-size 0.5s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.intro_page .intro_way .values-core ul li div:hover {
  background-size: 130%;
}
.intro_page .intro_way .values-core ul li div p {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  filter: drop-shadow(0 1px 12px rgba(0, 0, 0, 0.25));
}
.intro_page .intro_way .values-core ul li:nth-child(1) div {
  background-image: url("/images/sub1_1_img05-2.png");
}
.intro_page .intro_way .values-core ul li:nth-child(2) div {
  background-image: url("/images/sub1_1_img05-1.png");
}
.intro_page .intro_way .values-core ul li:nth-child(3) div {
  background-image: url("/images/sub1_1_img05-3.png");
}
.intro_page .intro_way .values-core ul li p {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #4f4f4f;
  margin-top: 24px;
}
@media all and (max-width: 1280px) {
  .intro_page .intro_way .values-core ul li div > p {
    font-size: 24px;
    margin: 0;
  }
  .intro_page .intro_way .values-core ul li > p {
    font-size: 18px;
  }
}
@media all and (max-width: 800px) {
  .intro_page .intro_way .values-core ul li {
    flex: 100%;
  }
  .intro_page .intro_way .values-core ul li div > p {
    font-size: 28px;
    margin: 0;
  }
}

.ceo_page .full-wrap {
  width: 100%;
  padding: 0;
}
.ceo_page .ceo_content {
  background-image: url(/images/sub1_2_ceo-bg.png);
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  margin-top: 70px;
}
.ceo_page .ceo_content .ceo_container {
  width: 1200px;
  height: 400px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}
.ceo_page .ceo_content .ceo_container .ceo_txt > div {
  flex: 5;
}
.ceo_page .ceo_content .ceo_container .ceo_txt > div .ceo_msg {
  font-size: 26px;
  font-weight: 700;
  color: #333;
  line-height: 2;
  margin: 0;
  word-break: keep-all;
}
.ceo_page .ceo_content .ceo_container .ceo_txt > div .ceo_msg strong {
  color: #811b31;
}
.ceo_page .ceo_content .ceo_container .ceo_txt > div .ceo_name {
  display: none;
  font-size: 18px;
  margin-top: 32px;
  color: #4f4f4f;
}
.ceo_page .ceo_content .ceo_container .ceo_txt > div .ceo_name strong {
  font-weight: 700;
}
.ceo_page .ceo_content .ceo_wrap {
  display: flex;
  justify-content: end;
  height: 104%;
  position: relative;
}
.ceo_page .ceo_content .ceo_wrap .ceo_img_box {
  display: flex;
  justify-content: end;
  align-items: flex-end;
  position: relative;
}
.ceo_page .ceo_content .ceo_wrap .ceo_img_box .ceo_sign {
  width: 40%;
  max-width: 180px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateX(-100%);
}
.ceo_page .ceo_content .ceo_wrap .ceo_img_box .ceo_sign p {
  text-align: right;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  margin: 0;
}
.ceo_page .ceo_content .ceo_wrap .ceo_img_box .ceo_sign p strong {
  font-size: 18px;
  font-weight: 700;
}
.ceo_page .ceo_content .ceo_wrap .ceo_img_box .ceo_sign img {
  width: 100%;
  height: auto;
}
.ceo_page .ceo_content .ceo_wrap .ceo_img_box .ceo_img .ceo_img_pc img {
  max-width: 320px;
  width: auto;
  height: 120%;
  margin: 0;
}
.ceo_page .ceo_content .ceo_wrap .ceo_img_box .ceo_img .ceo_img_m {
  display: none;
}
@media all and (max-width: 1280px) {
  .ceo_page .ceo_content .ceo_container .ceo_txt {
    padding: 0 20px;
  }
  .ceo_page .ceo_content .ceo_container .ceo_txt > div .ceo_msg {
    font-size: 24px;
    padding-right: 120px;
  }
  .ceo_page .ceo_content .ceo_container .ceo_txt > div .ceo_name {
    display: block;
  }
  .ceo_page .ceo_content .ceo_wrap .ceo_img_box .ceo_sign {
    display: none;
  }
  .ceo_page .ceo_content .ceo_wrap .ceo_img_box img {
    height: 110%;
  }
}
@media (min-width: 800px) and (max-width: 1000px) {
  .ceo_page .ceo_content .ceo_container .ceo_txt > div .ceo_msg {
    font-size: 20px;
    padding-right: 40px;
  }
}
@media all and (max-width: 800px) {
  .ceo_page .ceo_content {
    background-image: none;
    margin-top: 50px;
  }
  .ceo_page .ceo_content .ceo_container {
    width: 100%;
    flex-direction: column-reverse;
    height: auto;
  }
  .ceo_page .ceo_content .ceo_container .ceo_txt {
    margin: 0 auto;
    padding: 0 16px;
  }
  .ceo_page .ceo_content .ceo_container .ceo_txt div .ceo_msg {
    padding: 0;
    font-size: 18px;
  }
  .ceo_page .ceo_content .ceo_wrap .ceo_img_box .ceo_img .ceo_img_pc {
    display: none;
  }
  .ceo_page .ceo_content .ceo_wrap .ceo_img_box .ceo_img .ceo_img_m {
    display: block;
    margin: 0 auto 40px;
  }
  .ceo_page .ceo_content .ceo_wrap .ceo_img_box .ceo_img .ceo_img_m img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}
.ceo_page .ceo_message {
  width: 1200px;
  margin: 0 auto;
  margin-top: 70px;
  box-sizing: border-box;
}
.ceo_page .ceo_message p {
  font-size: 18px;
  line-height: 1.6;
  color: #4f4f4f;
}
.ceo_page .ceo_message p + p {
  margin-top: 40px;
}
@media all and (max-width: 1280px) {
  .ceo_page .ceo_message {
    width: 100%;
    padding: 0 20px;
  }
  .ceo_page .ceo_message p {
    font-size: 16px;
  }
}
@media all and (max-width: 800px) {
  .ceo_page .ceo_message {
    width: 100%;
    padding: 0 16px;
  }
}

.history_page .history_container {
  width: 100%;
  margin-top: 60px;
}
.history_page .history_container .history_box {
  position: relative;
}
.history_page .history_container .history_box .history {
  display: flex;
  justify-content: space-between;
}
.history_page .history_container .history_box .history .year {
  flex: 1;
  font-weight: bold;
  font-size: 36px;
  color: #811b31;
  text-align: left;
}
.history_page .history_container .history_box .history ul {
  flex: 5;
  padding-bottom: 50px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.history_page .history_container .history_box .history ul::before {
  content: "";
  position: absolute;
  left: -4px;
  top: 10px;
  height: 100%;
  width: 2px;
  background-color: #d8d8d8;
  z-index: 1;
}
.history_page .history_container .history_box .history ul::after {
  content: "";
  position: absolute;
  left: -4px;
  top: 10px;
  height: var(--line-height, 0);
  width: 2px;
  background-color: #811b31;
  z-index: 2;
}
.history_page .history_container .history_box .history ul li {
  padding-left: 60px;
  margin: 0;
  position: relative;
  color: #4f4f4f;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: -0.01em;
}
.history_page .history_container .history_box .history ul li::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #811b31;
  border: none;
  z-index: 4;
}
.history_page .history_container .history_box .history ul li:first-child::before {
  width: 12px;
  height: 12px;
  left: -13px;
  top: 5px;
  background-color: #fff;
  border: 4px solid #811b31;
  z-index: 5;
}
@media all and (max-width: 1280px) {
  .history_page .history_container {
    margin-top: 50px;
  }
  .history_page .history_container .history_box .history {
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .history_page .history_container .history_box .history .year {
    flex: 100%;
    margin-bottom: 30px;
    font-size: 30px;
    text-align: center;
  }
  .history_page .history_container .history_box .history ul {
    padding: 0 20px;
  }
  .history_page .history_container .history_box .history ul::before {
    left: 16px;
  }
  .history_page .history_container .history_box .history ul::after {
    left: 16px;
  }
  .history_page .history_container .history_box .history ul li {
    padding-left: 24px;
  }
}

.location_page .lacation_container {
  margin-bottom: 50px;
}
.location_page h3 {
  margin-bottom: 8px !important;
}
.location_page .traffic_box {
  display: flex;
  flex-flow: row nowrap;
  border-bottom: 1px #d8d8d8 solid;
  padding: 24px 0;
}
.location_page .traffic_box .traffic_icon {
  flex: 1;
  align-self: flex-start;
}
@media all and (max-width: 800px) {
  .location_page .traffic_box .traffic_icon {
    flex: 2;
  }
}
.location_page .traffic_box .traffic_contents {
  flex: 12;
  align-self: center;
}
.location_page .traffic_box .bus_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}
.location_page .traffic_box .bus_list li {
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding: 0px 8px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
}
.location_page .traffic_box .bus_list:nth-of-type(1) li {
  background-color: #386de8;
}
.location_page .traffic_box .bus_list:nth-of-type(2) li {
  background-color: #4cbb53;
}
.location_page .traffic_box .bus_list:nth-of-type(3) li {
  background-color: #fb5852;
}
.location_page .traffic_box .bus_list:nth-of-type(4) li {
  background-color: #a4c955;
}
@media all and (max-width: 1280px) {
  .location_page .traffic_box {
    gap: 20px;
  }
}

.ci_page .ci_container {
  margin-bottom: 80px;
}
.ci_page .ci_container .ci_box {
  margin-top: 32px;
}
.ci_page .ci_copy_wrap {
  border: 1px #d8d8d8 solid;
}
.ci_page .ci_copy_wrap .ci_text {
  padding: 30px 34px;
}
.ci_page .ci_copy_wrap .ci_text p:last-child {
  margin-top: 20px;
}
.ci_page .ci_copy_wrap .ci_copy {
  padding: 30px 34px;
  background-color: #efefef;
  border: 1px solid #efefef;
}
.ci_page .ci_copy_wrap .ci_copy p {
  color: #4f4f4f;
}
@media all and (max-width: 1280px) {
  .ci_page .ci_container {
    margin-bottom: 60px;
  }
}
@media all and (max-width: 800px) {
  .ci_page .ci_container {
    margin-bottom: 50px;
  }
}

.estbg_page .main_task .title_line {
  display: block;
  width: 100%;
  padding: 26px 0;
  margin-bottom: 26px;
  color: #811b31;
  font-size: 32px;
  font-weight: 700;
  text-align: left;
  border-bottom: 1px solid #d8d8d8;
  margin-top: 80px;
  margin-bottom: 50px;
}
@media all and (max-width: 1280px) {
  .estbg_page .main_task .title_line {
    font-size: 28px;
    padding: 20px 0;
  }
}
@media all and (max-width: 800px) {
  .estbg_page .main_task .title_line {
    font-size: 24px;
    padding: 16px 0;
  }
}
@media all and (max-width: 1280px) {
  .estbg_page .main_task .title_line {
    margin-bottom: 30px;
  }
}
.estbg_page .main_task .task_list {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
}
.estbg_page .main_task .task_list li {
  text-align: center;
  position: relative;
  margin: 0 -20px;
  flex-basis: 350px;
  max-width: 350px;
}
.estbg_page .main_task .task_list li .task_icon {
  margin-bottom: 25px;
  position: relative;
  width: 310px;
  height: 310px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.estbg_page .main_task .task_list li .task_icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fdf8f8;
  z-index: -1;
}
.estbg_page .main_task .task_list li .task_icon img {
  width: 90%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 1;
}
.estbg_page .main_task .task_list li h3 {
  width: 80%;
  font-size: 18px;
  font-weight: bold;
  color: #811b31;
  margin: auto;
  margin-bottom: 15px;
  margin-top: 25px;
}
.estbg_page .main_task .task_list li p {
  width: 80%;
  margin: auto;
  font-size: 16px;
  color: #666;
}
@media all and (max-width: 1280px) {
  .estbg_page .main_task .task_list {
    flex-wrap: wrap;
    gap: 40px 0;
  }
  .estbg_page .main_task .task_list li {
    margin: 0;
    flex-basis: calc(50% - 5px);
    min-width: calc(50% - 5px);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media all and (max-width: 800px) {
  .estbg_page .main_task .task_list {
    gap: 40px 0;
  }
  .estbg_page .main_task .task_list li {
    margin: 0;
    flex-basis: 100%;
    min-width: 100%;
  }
}

.research_page .main_research .title_line {
  display: block;
  width: 100%;
  padding: 26px 0;
  margin-bottom: 26px;
  color: #811b31;
  font-size: 32px;
  font-weight: 700;
  text-align: left;
  border-bottom: 1px solid #d8d8d8;
  margin-top: 80px;
  margin-bottom: 50px;
}
@media all and (max-width: 1280px) {
  .research_page .main_research .title_line {
    font-size: 28px;
    padding: 20px 0;
  }
}
@media all and (max-width: 800px) {
  .research_page .main_research .title_line {
    font-size: 24px;
    padding: 16px 0;
  }
}
@media all and (max-width: 1280px) {
  .research_page .main_research .title_line {
    margin-bottom: 30px;
  }
}
.research_page .main_research .research_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.research_page .main_research .research_list li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(33.3333333333% - 16px);
  height: 137px;
  text-align: center;
  background-color: #fdf8f8;
  border: 1px solid #eedee0;
  margin: 0;
  padding: 16px;
  box-sizing: border-box;
}
.research_page .main_research .research_list li p {
  color: #773c49;
  font-size: 18px;
  font-weight: 500;
  word-break: keep-all;
}
@media all and (max-width: 1280px) {
  .research_page .main_research .research_list li p {
    font-size: 16px;
  }
}
@media all and (max-width: 800px) {
  .research_page .main_research .research_list {
    gap: 20px 12px;
  }
  .research_page .main_research .research_list li {
    width: calc(50% - 8px);
  }
}

.orgchart_page .org_chart {
  margin-top: 80px;
}
.orgchart_page .org_chart img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 800px) {
  .orgchart_page .org_chart {
    display: none;
  }
}
.orgchart_page .org_chart_m {
  display: none;
}
.orgchart_page .org_chart_m img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 800px) {
  .orgchart_page .org_chart_m {
    display: block;
  }
}

.industry_page .industry_container {
  display: grid;
  gap: 20px;
  justify-content: center;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.industry_page .industry_container .ind_item {
  position: relative;
  width: 100%;
  padding-top: 133.3333333333%;
  overflow: hidden;
}
.industry_page .industry_container .ind_item .ind_img_box {
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.3s ease-in-out;
  z-index: 1;
}
.industry_page .industry_container .ind_item .ind_img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
.industry_page .industry_container .ind_item .ind_text {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.industry_page .industry_container .ind_item .ind_text .ind_title {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 28px;
  text-align: center;
  line-height: 1.6;
  font-weight: 700;
  padding: 0 10px;
  filter: drop-shadow(0px 1px 8px rgba(0, 0, 0, 0.5));
  transition: opacity 0.3s ease-in-out;
}
.industry_page .industry_container .ind_item .ind_text .ind_description {
  width: 100%;
  height: auto;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.industry_page .industry_container .ind_item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 4;
}
.industry_page .industry_container .ind_item:hover .ind_img_box .ind_img {
  transform: scale(1.1);
}
.industry_page .industry_container .ind_item:hover .ind_text .ind_title {
  opacity: 0;
}
.industry_page .industry_container .ind_item:hover .ind_text .ind_description {
  opacity: 1;
}
.industry_page .industry_container .ind_item:hover::after {
  opacity: 1;
}
@media all and (max-width: 1280px) {
  .industry_page .industry_container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .industry_page .industry_container .ind_item .ind_text .ind_title {
    opacity: 1;
    position: static;
    transform: none;
  }
  .industry_page .industry_container .ind_item .ind_text .ind_description {
    opacity: 1;
    position: static;
    transform: none;
  }
  .industry_page .industry_container .ind_item::after {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .industry_page .industry_container .ind_item:hover .ind_img_box .ind_img {
    transform: none;
  }
  .industry_page .industry_container .ind_item:hover .ind_text .ind_title {
    opacity: 1;
  }
  .industry_page .industry_container .ind_item:hover .ind_text .ind_description {
    opacity: 1;
  }
  .industry_page .industry_container .ind_item:hover::after {
    opacity: 1;
  }
}
@media all and (max-width: 800px) {
  .industry_page .industry_container {
    grid-template-columns: 1fr;
  }
}

.use_page .stat_container {
  width: 100%;
  padding: 60px 0;
}
.use_page .stat_container .stat_lab .stat_box {
  border: 1px #d8d8d8 solid;
  padding: 20px;
  margin-top: 20px;
}
.use_page .stat_container .stat_lab .stat_box .title_s {
  font-weight: bold;
  font-size: 20px;
}
.use_page .stat_container .stat_lab .stat_box .txt {
  list-style: initial;
  margin-left: 15px;
  margin-bottom: 15px;
}
.use_page .stat_container .company_btn {
  width: 100%;
  display: flex;
}
.use_page .stat_container .company_btn::after {
  display: block;
}
.use_page .stat_container .company_btn li {
  width: 100%;
  padding: 12px;
  text-align: center;
  cursor: pointer;
  background-color: #e8e8e8;
  font-size: 18px;
  font-weight: 500;
  color: #4f4f4f;
}
.use_page .stat_container .company_btn li.active {
  background-color: #a5a4a4;
  color: #fff;
}
@media all and (max-width: 800px) {
  .use_page .stat_container .company_btn li {
    font-size: 16px;
    padding: 10px;
  }
}
.use_page .stat_container .company_btn li:not(:last-child) {
  border-right: 2px solid white;
}
.use_page .stat_container .company_list_con .company_list {
  padding: 30px 40px;
  box-sizing: border-box;
  border: 1px solid #d8d8d8;
  border-top: none;
  margin-top: -1px;
  display: none;
  flex-wrap: wrap;
  gap: 14px 0;
}
.use_page .stat_container .company_list_con .company_list::after {
  content: "";
  display: block;
}
.use_page .stat_container .company_list_con .company_list li {
  width: 32%;
  color: #4f4f4f;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  margin-right: 1%;
}
.use_page .stat_container .company_list_con .company_list.active {
  display: flex !important;
}
@media all and (max-width: 800px) {
  .use_page .stat_container .company_list_con .company_list {
    padding: 20px 12px;
  }
  .use_page .stat_container .company_list_con .company_list li {
    width: 47%;
    margin-right: 2%;
    font-size: 15px;
  }
}
.use_page .stat_container .box {
  overflow: hidden;
  width: 100%;
  padding: 30px 40px;
  box-sizing: border-box;
  border: 1px solid #d8d8d8;
  margin-top: 60px;
}
.use_page .stat_container .box .txt {
  margin-left: 30px;
}
.use_page .stat_container .box .txt li {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #4f4f4f;
  text-align: left;
  margin-bottom: 4px;
  list-style: circle;
}
.use_page .stat_container .margin-top {
  margin-top: 30px;
}
.use_page .stat_container ul.banner {
  overflow: hidden;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}
.use_page .stat_container ul.banner li {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 0;
  border: 1px solid #d8d8d8;
  box-sizing: border-box;
}
.use_page .stat_container ul.banner li:last-child {
  margin-right: 0px;
}
.use_page .stat_container ul.banner li a {
  width: 134px;
  height: 44px;
}
.use_page .stat_container ul.banner li a img {
  width: 100%;
  height: 44px;
  -o-object-fit: contain;
     object-fit: contain;
}
.use_page .stat_container ul.banner:not(:first-child) {
  margin-top: 24px;
}
.use_page .stat_container ul.banner1 {
  overflow: hidden;
  width: 100%;
}
.use_page .stat_container ul.banner1 li {
  width: 100%;
  display: inline-block;
  padding: 20px 40px;
  box-sizing: border-box;
  margin-bottom: 40px;
  border: 1px solid #d8d8d8;
  vertical-align: top;
}
.use_page .stat_container ul.banner1 li .govment_img {
  width: auto;
  height: 46px;
}
.use_page .stat_container ul.banner1 li div.banner-wrap {
  width: 100%;
  display: flex;
  margin-top: 10px;
  gap: 30px;
}
.use_page .stat_container ul.banner1 li div.banner-wrap div.banner-content {
  width: 100%;
  font-size: 18px;
}
.use_page .stat_container ul.banner1 li div.banner-wrap a {
  color: #333;
}
.use_page .stat_container ul.banner1 li div.banner-wrap a img {
  margin-left: 5px;
}
.use_page .stat_container ul.banner1 li:last-child {
  margin-bottom: 0;
}
.use_page .stat_container ul li p img {
  margin-left: 5px;
}
.use_page .use_info {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #4f4f4f;
  text-align: left;
}
@media all and (max-width: 1280px) {
  .use_page .tab_btn li {
    min-width: 40% !important;
  }
  .use_page .stat_container ul.banner1 li {
    padding: 16px 16px 24px;
  }
  .use_page .stat_container ul.banner1 li div.banner-wrap div.banner-content {
    font-size: 16px;
  }
  .use_page .stat_container ul.banner {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
  .use_page .stat_container ul.banner li a {
    width: 90%;
    display: flex;
    justify-content: center;
  }
  .use_page .stat_container .box {
    padding: 16px 24px;
  }
}
@media all and (max-width: 800px) {
  .use_page .stat_container ul.banner1 li {
    padding: 16px 12px 20px;
    margin-bottom: 30px;
  }
  .use_page .stat_container ul.banner1 li div.banner-wrap {
    flex-wrap: wrap;
    gap: 0;
  }
  .use_page .stat_container ul.banner1 li div.banner-wrap div.banner-content {
    font-size: 15px;
  }
  .use_page .stat_container ul.banner {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
  .use_page .stat_container .box {
    padding: 20px 12px;
  }
  .use_page .stat_container .box .txt {
    margin-left: 20px;
  }
  .use_page .stat_container .box .txt li {
    font-size: 15px;
  }
}

.csr_page .sub_text {
  text-align: center;
}
.csr_page .csr_container {
  margin-top: 80px;
}
.csr_page .csr_container .csr_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  margin-bottom: 80px;
}
.csr_page .csr_container .csr_item .csr_txt {
  flex: 5.5;
  width: 100%;
}
.csr_page .csr_container .csr_item .csr_txt > span {
  display: inline-block;
  background-color: #811b31;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 5px 15px;
  margin-bottom: 20px;
  border-radius: 4px;
}
.csr_page .csr_container .csr_item .csr_txt h2 {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  margin-bottom: 25px;
  line-height: 1.2;
}
.csr_page .csr_container .csr_item .csr_txt > p {
  font-size: 16px;
  color: #4f4f4f;
  line-height: 1.6;
}
.csr_page .csr_container .csr_item .csr_txt .add-margin {
  margin-top: 20px;
}
.csr_page .csr_container .csr_item .csr_txt .csr_link {
  display: inline-block;
  border: 1px solid #eedee0;
  padding: 12px 30px;
  border-radius: 5px;
  margin-top: 40px;
  color: #811b31;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s;
  background-color: #fdf8f8;
}
.csr_page .csr_container .csr_item .csr_txt .csr_link:hover {
  background-color: rgb(250.7333333333, 240.0666666667, 240.0666666667);
}
.csr_page .csr_container .csr_item .csr_img {
  flex: 4.5;
  width: 100%;
}
.csr_page .csr_container .csr_item .csr_img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
  box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.15);
}
.csr_page .csr_container .csr_bullet {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}
.csr_page .csr_container .csr_bullet li {
  position: relative;
  font-size: 16px;
  color: #4f4f4f;
  text-align: left;
  line-height: 1.6;
  display: flex;
  align-items: center;
  margin: 0;
  padding-left: 14px;
}
.csr_page .csr_container .csr_bullet li::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #4f4f4f;
  flex-shrink: 0;
  position: absolute;
  left: 0px;
  top: 10px;
}
.csr_page .csr_container .csr_list {
  padding: 40px 44px;
  background-color: #f4f4f4;
  border-radius: 8px;
  margin-top: -30px;
  margin-bottom: 80px;
}
.csr_page .csr_container .align_left {
  flex-direction: row-reverse;
}
.csr_page .csr_container .margin_bottom {
  margin-bottom: 0;
}
@media all and (max-width: 1280px) {
  .csr_page .csr_container .csr_item {
    gap: 30px;
  }
  .csr_page .csr_container .csr_item .csr_txt h2 {
    font-size: 24px;
  }
  .csr_page .csr_container .csr_item .csr_txt span {
    padding: 3px 14px;
    font-size: 18px;
  }
  .csr_page .csr_container .csr_item .csr_txt .csr_link {
    padding: 10px 24px;
    font-size: 14px;
    margin-top: 30px;
  }
  .csr_page .csr_container .csr_item .csr_txt p {
    font-size: 15px;
  }
  .csr_page .csr_container .csr_item .csr_img img {
    height: auto;
  }
  .csr_page .csr_container .csr_bullet {
    gap: 6px;
  }
  .csr_page .csr_container .csr_bullet li {
    font-size: 15px;
  }
}
@media all and (max-width: 800px) {
  .csr_page .csr_container {
    margin-top: 60px;
  }
  .csr_page .csr_container .csr_item {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 60px;
  }
  .csr_page .csr_container .csr_item .csr_txt {
    text-align: center;
  }
  .csr_page .csr_container .csr_item .csr_txt h2 {
    font-size: 20px;
  }
  .csr_page .csr_container .csr_item .csr_txt span {
    padding: 2px 12px;
    font-size: 16px;
  }
  .csr_page .csr_container .csr_item .csr_txt .csr_link {
    margin-top: 20px;
  }
  .csr_page .csr_container .csr_item .csr_img img {
    height: auto;
  }
  .csr_page .csr_container .csr_bullet {
    align-items: center;
  }
}

.board_list_page table {
  width: 100%;
  font-size: 18px;
  line-height: 1.4;
}
.board_list_page table a {
  color: #333;
  line-height: 1.6;
}
.board_list_page table tr th {
  background-color: #811b31;
  color: #fff;
  text-align: center;
  font-weight: 600;
  padding: 14px;
}
.board_list_page table tr:first-child {
  border: none;
}
.board_list_page table tr th:first-child {
  border-radius: 8px 0 0 8px;
}
.board_list_page table tr th:last-child {
  border-radius: 0 8px 8px 0;
}
.board_list_page table tr td {
  text-align: center;
  padding: 14px;
}
.board_list_page table tr td:nth-child(1) {
  font-weight: 500;
  color: #333;
}
.board_list_page table tr td:nth-child(2) {
  text-align: left;
}
.board_list_page table tr td:nth-child(3) {
  color: #4f4f4f;
  min-width: -moz-max-content;
  min-width: max-content;
}
.board_list_page table tr td:nth-child(4) {
  color: #4f4f4f;
}
.board_list_page table tr td.notice_chk:first-child {
  color: #d11335;
}
.board_list_page .paging {
  text-align: center;
  margin-top: 25px;
}
.board_list_page .paging a {
  display: inline-block;
  width: 44px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  color: #4f4f4f;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 0 4px;
  transition: all 0.3s ease;
}
.board_list_page .paging a i {
  height: inherit;
  line-height: inherit;
  color: #4f4f4f;
}
.board_list_page .paging a:first-child {
  margin-left: 0;
}
.board_list_page .paging a:last-child {
  margin-right: 0;
}
.board_list_page .paging a:hover {
  background-color: #f0f0f0;
  border-color: #ccc;
}
.board_list_page .paging a.on {
  background-color: #811b31;
  color: #fff;
  border-color: #811b31;
  font-weight: 600;
}
.board_list_page .paging .on {
  display: inline-block;
  overflow: initial;
}
@media all and (max-width: 1280px) {
  .board_list_page table {
    font-size: 16px;
  }
  .board_list_page table tr th, .board_list_page table tr td {
    padding: 14px;
  }
}
@media all and (max-width: 800px) {
  .board_list_page table {
    font-size: 15px;
  }
  .board_list_page table tr th, .board_list_page table tr td {
    padding: 12px;
  }
  .board_list_page table tr th:nth-child(2) {
    border-radius: 0 8px 8px 0;
  }
  .board_list_page table .hide-on-mobile {
    display: none;
  }
  .board_list_page table th.hide-on-mobile,
  .board_list_page table td.hide-on-mobile {
    display: none;
  }
  .board_list_page .paging a {
    width: 9%;
    min-width: 30px;
    height: 36px;
    line-height: 36px;
    margin: 0 4px;
  }
}

.board_view_page table {
  font-size: 16px;
  line-height: 1.6;
}
.board_view_page table tr th {
  font-weight: 600;
  padding: 0 42px;
  max-width: 120px;
  color: #333;
  border-right: 1px solid #ccc;
  box-sizing: border-box;
}
.board_view_page table .t_left {
  text-align: left;
}
.board_view_page table tr td {
  padding: 14px;
  color: #333;
  line-height: 1.8;
  box-sizing: border-box;
}
.board_view_page table tr td a {
  color: #811b31;
  font-weight: 500;
  display: block;
}
.board_view_page table .col-width {
  width: 120px;
}
.board_view_page table img {
  max-width: 100%;
  height: auto;
}
.board_view_page .list_btn {
  display: inline-block;
  border: 1px solid #eedee0;
  padding: 14px 80px;
  border-radius: 5px;
  margin-top: 20px;
  color: #811b31;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s;
  background-color: #fdf8f8;
  cursor: pointer;
}
.board_view_page .list_btn:hover {
  background-color: rgb(250.7333333333, 240.0666666667, 240.0666666667);
}
.board_view_page .download_btn {
  display: block;
  width: 240px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #eedee0;
  border-radius: 5px;
  color: #811b31;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s;
  background-color: #fdf8f8;
  cursor: pointer;
}
.board_view_page .download_btn:hover {
  background-color: rgb(250.7333333333, 240.0666666667, 240.0666666667);
}
@media all and (max-width: 800px) {
  .board_view_page table {
    font-size: 15px;
  }
  .board_view_page table tr th {
    padding: 10px 20px;
  }
  .board_view_page table tr td {
    padding: 10px;
  }
  .board_view_page table .col-width {
    width: 80px;
  }
  .board_view_page .download_btn {
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-size: 15px;
  }
}

.promotion-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin: 0 auto;
  padding: 20px;
}
.promotion-container .promo-card {
  width: 100%;
  background-color: #f3f3f3;
  border-radius: 12px;
  overflow: hidden;
}
.promotion-container .promo-card:first-child {
  grid-column: span 2;
}
.promotion-container .promo-card .promo-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.promotion-container .promo-card:first-child .promo-wrap {
  flex-direction: row;
}
.promotion-container .promo-card:first-child {
  margin-bottom: 20px;
}
.promotion-container .promo-card:first-child .promo-video {
  width: 50%;
  aspect-ratio: 16/9;
}
.promotion-container .promo-card:first-child .promo-content {
  width: 50%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.promotion-container .promo-card .promo-video {
  width: 100%;
  aspect-ratio: 16/9;
}
.promotion-container .promo-card .promo-content {
  padding: 30px 30px 36px;
  box-sizing: border-box;
  margin: 0;
}
.promotion-container .promo-content {
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.promotion-container .promo-content .promo-title {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px 0;
  line-height: 1.4;
}
.promotion-container .promo-content .promo-date {
  font-size: 16px;
  color: #4f4f4f;
  line-height: 1.6;
  margin-bottom: 5px;
}
.promotion-container .promo-content .promo-description {
  font-size: 16px;
  color: #4f4f4f;
  line-height: 1.6;
  margin-top: 16px;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media all and (max-width: 1280px) {
  .promotion-container {
    gap: 40px;
    padding: 12px;
  }
  .promotion-container .promo-card .promo-content {
    padding: 26px 26px 30px;
  }
  .promotion-container .promo-card .promo-content .promo-title {
    font-size: 20px;
  }
  .promotion-container .promo-card .promo-content .promo-description {
    font-size: 15px;
    margin-top: 14px;
  }
}
@media all and (max-width: 800px) {
  .promotion-container {
    grid-template-columns: 1fr;
    padding: 10px;
  }
  .promotion-container .promo-card:first-child {
    grid-column: span 1;
  }
  .promotion-container .promo-card .promo-wrap {
    flex-direction: column;
  }
  .promotion-container .promo-card .promo-video {
    padding: 0;
  }
  .promotion-container .promo-card .promo-content {
    width: 100%;
    padding: 20px 24px 30px;
  }
  .promotion-container .promo-card .promo-content .promo-title {
    font-size: 18px;
  }
  .promotion-container .promo-card .promo-content .promo-description {
    margin-top: 12px;
  }
  .promotion-container .promo-card:first-child .promo-wrap {
    flex-direction: column;
  }
  .promotion-container .promo-card:first-child .promo-wrap .promo-video {
    width: 100%;
  }
  .promotion-container .promo-card:first-child .promo-wrap .promo-content {
    width: 100%;
    padding: 20px 24px 30px;
  }
}

.carrers_page .careers-container {
  margin: 0 auto;
  text-align: center;
  color: #333;
}
.carrers_page .careers-header {
  margin-bottom: 60px;
}
.carrers_page .careers-header h3 {
  font-size: 22px;
  font-weight: 400;
  line-height: 2;
  color: #4f4f4f;
}
.carrers_page .careers-header h3 .highlight {
  color: #811b31;
  font-weight: 700;
}
.carrers_page .careers-values {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-bottom: 80px;
  position: relative;
}
.carrers_page .careers-values::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  right: 8px;
  height: 2px;
  background-image: linear-gradient(to right, #ccc 50%, transparent 50%);
  background-size: 5px 1px;
  transform: translateY(-50%);
  z-index: -1;
}
.carrers_page .careers-values::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.carrers_page .careers-values .careers-value-item:last-child::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -50%;
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;
  transform: translate(50%, -50%);
  z-index: 1;
}
.carrers_page .careers-value-item {
  width: 22%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}
.carrers_page .careers-value-item .careers-value-circle {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}
.carrers_page .careers-value-item .careers-value-circle .careers-value-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 18px;
}
.carrers_page .careers-value-item .careers-value-circle .careers-value-subtitle {
  font-size: 18px;
  opacity: 0.7;
  line-height: 100%;
}
.carrers_page .careers-value-item:nth-child(1) .careers-value-circle {
  background-color: #9a495a;
}
.carrers_page .careers-value-item:nth-child(2) .careers-value-circle {
  background-color: #bc979f;
}
.carrers_page .careers-value-item:nth-child(3) .careers-value-circle {
  background-color: #917379;
}
.carrers_page .careers-description {
  display: flex;
  flex-direction: column;
  gap: 50px;
  text-align: left;
}
.carrers_page .careers-description .careers-description-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.carrers_page .careers-description .careers-description-item h3 {
  position: relative;
  font-weight: 700;
  margin-bottom: 12px;
  color: #333;
  padding-left: 24px;
}
.carrers_page .careers-description .careers-description-item h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border: 3px solid #811b31;
  border-radius: 50%;
}
.carrers_page .careers-description .careers-description-item p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  color: #666;
}
@media all and (max-width: 1280px) {
  .carrers_page .careers-header h3 {
    font-size: 20px;
  }
  .carrers_page .careers-values {
    gap: 0;
    margin-bottom: 60px;
  }
  .carrers_page .careers-values::before {
    left: 4px;
    right: 4px;
  }
  .carrers_page .careers-values .careers-value-item:last-child::before {
    right: 0;
  }
  .carrers_page .careers-values .careers-value-item {
    width: 33.3333333333%;
  }
  .carrers_page .careers-values .careers-value-item .careers-value-circle {
    width: 77%;
    margin-bottom: 16px;
  }
  .carrers_page .careers-values .careers-value-item .careers-value-circle .careers-value-title {
    font-size: 24px;
  }
  .carrers_page .careers-values .careers-value-item .careers-value-circle .careers-value-subtitle {
    font-size: 16px;
  }
}
@media all and (max-width: 800px) {
  .carrers_page .careers-header h3 {
    font-size: 18px;
  }
  .carrers_page .careers-values {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
  }
  .carrers_page .careers-values::before {
    display: none;
  }
  .carrers_page .careers-values::after {
    display: none;
  }
  .carrers_page .careers-values .careers-value-item {
    width: 90%;
  }
  .carrers_page .careers-values .careers-value-item .careers-value-circle {
    margin-bottom: 10px;
  }
  .carrers_page .careers-values .careers-value-item .careers-value-circle .careers-value-title {
    font-size: 20px;
  }
  .carrers_page .careers-value-item:last-child::before {
    display: none;
  }
  .carrers_page .careers-description .careers-description-item::before {
    top: 6px;
    width: 12px;
    height: 12px;
  }
  .carrers_page .careers-description .careers-description-item h4 {
    font-size: 18px;
  }
  .carrers_page .careers-description .careers-description-item p {
    font-size: 15px;
  }
}

.hrsystem_page .system_container:not(:last-child) {
  margin-bottom: 60px;
}
.hrsystem_page .system_wrap {
  margin-top: 24px;
}
.hrsystem_page .system_wrap ul {
  margin-top: 16px;
  padding-left: 30px;
  list-style: circle;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.hrsystem_page .system_wrap ul li {
  color: #4f4f4f;
}
.hrsystem_page .filter-brown {
  filter: hue-rotate(180deg) saturate(0.5);
}
@media all and (max-width: 800px) {
  .hrsystem_page .system_container .p_img {
    display: none;
  }
  .hrsystem_page .system_container .m_img {
    display: block;
  }
}

.recruit_page .r_notice {
  margin-bottom: 20px;
}
.recruit_page table {
  table-layout: unset;
}
.recruit_page table colgroup col:first-child {
  width: 20%;
}
.recruit_page table colgroup col:nth-child(2) {
  width: 30%;
}
.recruit_page table colgroup col:last-child {
  width: 50%;
}
.recruit_page table tr th:not(:last-child) {
  border-right: 1px solid #ccc;
}
.recruit_page table tr th {
  border-top: 2px solid rgba(129, 27, 49, 0.6);
}
.recruit_page table tr td {
  box-sizing: border-box;
}
.recruit_page table tr td:not(:last-child) {
  border-right: 1px solid #ccc;
}
.recruit_page .recruit_container:not(:last-child) {
  margin-bottom: 60px;
}
.recruit_page .recruit-wrap:not(:last-child) {
  margin-bottom: 60px;
}
.recruit_page .recruit_list {
  padding-left: 30px;
  list-style: circle;
}
.recruit_page .recruit_list li {
  color: #4f4f4f;
  font-weight: 400;
  line-height: 1.8;
}
.recruit_page .apply_btn {
  display: inline-block;
  border: 1px solid #eedee0;
  padding: 12px 80px;
  border-radius: 5px;
  margin-top: 20px;
  color: #811b31;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s;
  background-color: #fdf8f8;
  cursor: pointer;
}
.recruit_page .apply_btn:hover {
  background-color: rgb(250.7333333333, 240.0666666667, 240.0666666667);
}
.recruit_page .filter-red {
  filter: hue-rotate(136deg) saturate(0.8);
}
@media all and (max-width: 1280px) {
  .recruit_page table {
    font-size: 16px;
    line-height: 1.6;
  }
  .recruit_page .recruit_list {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media all and (max-width: 800px) {
  .recruit_page .r_notice {
    margin-bottom: 0;
  }
  .recruit_page table {
    font-size: 15px;
    margin-bottom: 50px;
    border-bottom: 1px solid #ccc;
  }
  .recruit_page table colgroup col {
    width: 100% !important;
  }
  .recruit_page table thead {
    display: none;
  }
  .recruit_page table tbody,
  .recruit_page table tr,
  .recruit_page table td {
    display: block;
    width: 100%;
  }
  .recruit_page table tr {
    margin-bottom: 16px;
    border: none;
  }
  .recruit_page table tr:first-child {
    border: none;
  }
  .recruit_page table tr td:not(:last-child) {
    border: none;
  }
  .recruit_page table td {
    padding: 0;
    border: none;
  }
  .recruit_page table td p {
    padding: 0 12px;
    font-size: 15px;
    line-height: 1.6;
  }
  .recruit_page table td::before {
    content: attr(data-label);
    font-weight: 700;
    display: block;
    margin-top: 20px;
    margin-bottom: 8px;
    padding: 8px 12px;
    box-sizing: border-box;
    color: #333;
    background-color: #fdf8f8;
    border-top: 2px solid rgba(129, 27, 49, 0.6);
    border-bottom: 1px solid #ccc;
  }
  .recruit_page .recruit-wrap:not(:last-child) {
    margin-bottom: 50px;
  }
  .recruit_page .recruit_list {
    font-size: 15px;
    padding-left: 20px;
  }
}

.customer_page .customer_wrap:not(:last-child) {
  margin-bottom: 60px;
}
.customer_page .customer_wrap:not(:last-child) .sub_txt {
  color: #4f4f4f;
}
.customer_page .customer_box1 {
  padding: 15px 25px;
  border-radius: 10px;
  background-color: #fdf8f8;
}
.customer_page .customer_box1 p {
  color: #333;
}
.customer_page .customer_box2 {
  margin: 20px 0;
  list-style: none;
}
.customer_page .customer_box2 li:first-child {
  border-top: 1px #d8d8d8 solid;
}
.customer_page .customer_box2 li {
  font-size: 18px;
  border-bottom: 1px #d8d8d8 solid;
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.customer_page .customer_box2 li a {
  display: inline-block;
  border: 1px solid #eedee0;
  padding: 4px 12px;
  border-radius: 5px;
  margin-top: 20px;
  color: #811b31;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s;
  background-color: #fdf8f8;
  cursor: pointer;
  margin-top: 0;
}
.customer_page .customer_box2 li a:hover {
  background-color: rgb(250.7333333333, 240.0666666667, 240.0666666667);
}
@media all and (max-width: 1280px) {
  .customer_page .customer_box2 li {
    font-size: 16px;
    flex-wrap: wrap;
  }
  .customer_page .customer_box2 li div {
    width: 100%;
    margin-top: 8px;
  }
  .customer_page .customer_box2 li div a {
    text-align: left;
    font-size: 16px;
  }
}
@media all and (max-width: 800px) {
  .customer_page .customer_box2 li {
    font-size: 15px;
  }
  .customer_page .customer_box2 li div a {
    font-size: 15px;
  }
}
.customer_page .customer_box3 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.customer_page .customer_box3 li {
  color: #333;
  list-style: decimal;
  margin-left: 40px;
}

.privacy {
  height: 240px;
  overflow-y: scroll;
  border: 1px solid #ccc;
  padding: 24px 20px;
  text-align: left;
  font-size: 15px;
  margin-bottom: 12px;
}

.recaptcha {
  display: flex;
  justify-content: center;
  margin: 28px 0 10px;
}

.btn_wrap {
  display: flex;
  justify-content: center;
}
.btn_wrap button {
  display: inline-block;
  border: 1px solid #eedee0;
  padding: 18px 130px;
  border-radius: 5px;
  margin-top: 20px;
  color: #811b31;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s;
  background-color: #fdf8f8;
  cursor: pointer;
}
.btn_wrap button:hover {
  background-color: rgb(250.7333333333, 240.0666666667, 240.0666666667);
}

.required_sign {
  font-size: 14px;
  color: #811b31;
  margin-right: 4px;
}/*# sourceMappingURL=style.css.map */