/* @keyframes line-repetition {
  0% {
    height: 0px;
    top: 0;
  }
  50% {
    height: 63px;
    top: 37px;
  }
  100% {
    height: 0px;
    top: 100%;
  }
}
.animate-fadeup {
  opacity: 1;
  filter: blur(0px) brightness(1);
  transform: translate3d(0, 0%, 0);
  transition: opacity 0.6s, filter 0.6s cubic-bezier(0.5, 1, 0.89, 1), transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  will-change: opacity, filter, transform;
}
.animate-fadeup.effect, .animate-fadeup.delayed_effect {
  opacity: 0;
  filter: blur(15px) brightness(1.25);
  transform: translate3d(0, 100px, 0);
}

.animate-fadeup2 {
  opacity: 1;
  transform: translate3d(0, 0%, 0);
  transition: opacity 0.6s, transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  will-change: opacity, transform;
}
.animate-fadeup2.effect, .animate-fadeup2.delayed_effect {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
}

.animate-fadeup3 {
  opacity: 1;
  transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1);
  will-change: opacity;
}
.animate-fadeup3.effect, .animate-fadeup3.delayed_effect {
  opacity: 0;
}

@keyframes flowing {
  100% {
    transform: translate(-100%, -50%);
  }
}
.mt_1 {
  margin-top: 1px;
}

.mb_1 {
  margin-bottom: 1px;
}

.ml_1 {
  margin-left: 1px;
}

.mr_1 {
  margin-right: 1px;
}

.my_1 {
  margin-top: 1px;
  margin-bottom: 1px;
}

.mx_1 {
  margin-left: 1px;
  margin-right: 1px;
}

.pt_1 {
  padding-top: 1px;
}

.pb_1 {
  padding-bottom: 1px;
}

.pl_1 {
  padding-left: 1px;
}

.pr_1 {
  padding-right: 1px;
}

.py_1 {
  padding-top: 1px;
  padding-bottom: 1px;
}

.px_1 {
  padding-left: 1px;
  padding-right: 1px;
}

.fs_1 {
  font-size: 1px !important;
}

.mt_2 {
  margin-top: 2px;
}

.mb_2 {
  margin-bottom: 2px;
}

.ml_2 {
  margin-left: 2px;
}

.mr_2 {
  margin-right: 2px;
}

.my_2 {
  margin-top: 2px;
  margin-bottom: 2px;
}

.mx_2 {
  margin-left: 2px;
  margin-right: 2px;
}

.pt_2 {
  padding-top: 2px;
}

.pb_2 {
  padding-bottom: 2px;
}

.pl_2 {
  padding-left: 2px;
}

.pr_2 {
  padding-right: 2px;
}

.py_2 {
  padding-top: 2px;
  padding-bottom: 2px;
}

.px_2 {
  padding-left: 2px;
  padding-right: 2px;
}

.fs_2 {
  font-size: 2px !important;
}

.mt_3 {
  margin-top: 3px;
}

.mb_3 {
  margin-bottom: 3px;
}

.ml_3 {
  margin-left: 3px;
}

.mr_3 {
  margin-right: 3px;
}

.my_3 {
  margin-top: 3px;
  margin-bottom: 3px;
}

.mx_3 {
  margin-left: 3px;
  margin-right: 3px;
}

.pt_3 {
  padding-top: 3px;
}

.pb_3 {
  padding-bottom: 3px;
}

.pl_3 {
  padding-left: 3px;
}

.pr_3 {
  padding-right: 3px;
}

.py_3 {
  padding-top: 3px;
  padding-bottom: 3px;
}

.px_3 {
  padding-left: 3px;
  padding-right: 3px;
}

.fs_3 {
  font-size: 3px !important;
}

.mt_4 {
  margin-top: 4px;
}

.mb_4 {
  margin-bottom: 4px;
}

.ml_4 {
  margin-left: 4px;
}

.mr_4 {
  margin-right: 4px;
}

.my_4 {
  margin-top: 4px;
  margin-bottom: 4px;
}

.mx_4 {
  margin-left: 4px;
  margin-right: 4px;
}

.pt_4 {
  padding-top: 4px;
}

.pb_4 {
  padding-bottom: 4px;
}

.pl_4 {
  padding-left: 4px;
}

.pr_4 {
  padding-right: 4px;
}

.py_4 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.px_4 {
  padding-left: 4px;
  padding-right: 4px;
}

.fs_4 {
  font-size: 4px !important;
}

.mt_5 {
  margin-top: 5px;
}

.mb_5 {
  margin-bottom: 5px;
}

.ml_5 {
  margin-left: 5px;
}

.mr_5 {
  margin-right: 5px;
}

.my_5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mx_5 {
  margin-left: 5px;
  margin-right: 5px;
}

.pt_5 {
  padding-top: 5px;
}

.pb_5 {
  padding-bottom: 5px;
}

.pl_5 {
  padding-left: 5px;
}

.pr_5 {
  padding-right: 5px;
}

.py_5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.px_5 {
  padding-left: 5px;
  padding-right: 5px;
}

.fs_5 {
  font-size: 5px !important;
}

.mt_6 {
  margin-top: 6px;
}

.mb_6 {
  margin-bottom: 6px;
}

.ml_6 {
  margin-left: 6px;
}

.mr_6 {
  margin-right: 6px;
}

.my_6 {
  margin-top: 6px;
  margin-bottom: 6px;
}

.mx_6 {
  margin-left: 6px;
  margin-right: 6px;
}

.pt_6 {
  padding-top: 6px;
}

.pb_6 {
  padding-bottom: 6px;
}

.pl_6 {
  padding-left: 6px;
}

.pr_6 {
  padding-right: 6px;
}

.py_6 {
  padding-top: 6px;
  padding-bottom: 6px;
}

.px_6 {
  padding-left: 6px;
  padding-right: 6px;
}

.fs_6 {
  font-size: 6px !important;
}

.mt_7 {
  margin-top: 7px;
}

.mb_7 {
  margin-bottom: 7px;
}

.ml_7 {
  margin-left: 7px;
}

.mr_7 {
  margin-right: 7px;
}

.my_7 {
  margin-top: 7px;
  margin-bottom: 7px;
}

.mx_7 {
  margin-left: 7px;
  margin-right: 7px;
}

.pt_7 {
  padding-top: 7px;
}

.pb_7 {
  padding-bottom: 7px;
}

.pl_7 {
  padding-left: 7px;
}

.pr_7 {
  padding-right: 7px;
}

.py_7 {
  padding-top: 7px;
  padding-bottom: 7px;
}

.px_7 {
  padding-left: 7px;
  padding-right: 7px;
}

.fs_7 {
  font-size: 7px !important;
}

.mt_8 {
  margin-top: 8px;
}

.mb_8 {
  margin-bottom: 8px;
}

.ml_8 {
  margin-left: 8px;
}

.mr_8 {
  margin-right: 8px;
}

.my_8 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.mx_8 {
  margin-left: 8px;
  margin-right: 8px;
}

.pt_8 {
  padding-top: 8px;
}

.pb_8 {
  padding-bottom: 8px;
}

.pl_8 {
  padding-left: 8px;
}

.pr_8 {
  padding-right: 8px;
}

.py_8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.px_8 {
  padding-left: 8px;
  padding-right: 8px;
}

.fs_8 {
  font-size: 8px !important;
}

.mt_9 {
  margin-top: 9px;
}

.mb_9 {
  margin-bottom: 9px;
}

.ml_9 {
  margin-left: 9px;
}

.mr_9 {
  margin-right: 9px;
}

.my_9 {
  margin-top: 9px;
  margin-bottom: 9px;
}

.mx_9 {
  margin-left: 9px;
  margin-right: 9px;
}

.pt_9 {
  padding-top: 9px;
}

.pb_9 {
  padding-bottom: 9px;
}

.pl_9 {
  padding-left: 9px;
}

.pr_9 {
  padding-right: 9px;
}

.py_9 {
  padding-top: 9px;
  padding-bottom: 9px;
}

.px_9 {
  padding-left: 9px;
  padding-right: 9px;
}

.fs_9 {
  font-size: 9px !important;
}

.mt_10 {
  margin-top: 10px;
}

.mb_10 {
  margin-bottom: 10px;
}

.ml_10 {
  margin-left: 10px;
}

.mr_10 {
  margin-right: 10px;
}

.my_10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mx_10 {
  margin-left: 10px;
  margin-right: 10px;
}

.pt_10 {
  padding-top: 10px;
}

.pb_10 {
  padding-bottom: 10px;
}

.pl_10 {
  padding-left: 10px;
}

.pr_10 {
  padding-right: 10px;
}

.py_10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.px_10 {
  padding-left: 10px;
  padding-right: 10px;
}

.fs_10 {
  font-size: 10px !important;
} */

:root {
  --main-color:#F97D1D;
}

.bg_main-color {
  background: #F97D1D !important;
}

.text_main-color {
  color: #F97D1D !important;
}

.border_main-color {
  border-color: #F97D1D !important;
}

* {
  box-sizing: border-box;
}

@font-face {
  font-family: "KozGoPr6N-Regular";
  src: url(../font/KozGoPr6N-Regular.otf);
}
@font-face {
  font-family: "KozGoPr6N-Bold";
  src: url(../font/KozGoPr6N-Bold.otf);
}
@font-face {
  font-family: "A-OTF Gothic MB101 Pro B";
  src: url(../font/A-OTF\ Gothic\ MB101\ Pro\ B.otf);
}
html {
  scroll-behavior: smooth;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 0.0520833333vw;
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 0.1302083333vw;
  }
}

body {
  font-size: 14rem;
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: "KozGoPr6N-Regular";
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 25rem;
  }
}

img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrap {
  width: calc(100% - 670rem);
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .wrap {
    width: calc(100% - 100rem);
  }
}

.wrapper {
  width: calc(100% - 772rem);
  margin: auto;
}
@media print, screen and (max-width: 1280px) {
  .wrapper {
    width: calc(100% - 500rem);
  }
}
@media print, screen and (max-width: 991px) {
  .wrapper {
    width: calc(100% - 150rem);
  }
}
@media only screen and (max-width: 768px) {
  .wrapper {
    width: calc(100% - 100rem);
  }
}

.title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 18rem;
}
@media only screen and (max-width: 768px) {
  .title {
    gap: 20rem;
  }
}
.title .main-icon {
  width: 21rem;
  height: 28rem;
}
@media only screen and (max-width: 768px) {
  .title .main-icon {
    width: 35rem;
    height: 40rem;
  }
}
.title .txt {
  font-family: "KozGoPr6N-Bold";
  font-size: 18rem;
}
@media only screen and (max-width: 768px) {
  .title .txt {
    font-size: 35rem;
  }
}

.page-title {
  padding: 125rem 0 38.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5rem;
}

/* .stalker {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  border-radius: 50%;
  mix-blend-mode: exclusion;
  z-index: 99999;
} */

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.tc {
  display: block !important;
}

.tb {
  display: none !important;
}

@media print, screen and (max-width: 991px) {
  .tc {
    display: none !important;
  }
  .tb {
    display: block !important;
  }
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
@media print, screen and (min-width: 769px) {
  .pc-hide {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .sp-hide {
    display: none !important;
  }
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

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,
b,
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;
}

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

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2 {
  line-height: 1.2;
}

h3,
h4 {
  line-height: 1.5;
}

h5,
h6 {
  line-height: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

b,
strong {
  font-weight: bolder;
}

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

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

[hidden] {
  display: none !important;
}

*:focus {
  outline: none;
}

.clearfix::after {
  content: "";
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  clear: both;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

header {
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9999;
  padding: 14rem 0;
  background-color: #FFF;
  border-bottom: 1rem solid #707070;
  box-shadow: 4rem 4rem 3rem rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 768px) {
  header {
    padding: 20rem 0;
  }
}
header .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .wrap .header-logo {
  width: 432rem;
  transition: all 0.3s;
}
header .wrap .header-logo:hover {
  opacity: 0.8;
}
header .wrap .right {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 38.8rem;
}
header .wrap .right .menu-part {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25rem;
}
header .wrap .right .menu-part .menu-item {
  position: relative;
}
header .wrap .right .menu-part .menu-item::before {
  content: "";
  width: 0;
  height: 2rem;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
}
header .wrap .right .menu-part .menu-item:hover::before {
  width: 100%;
}
header .wrap .right .menu-part .menu-item:not(:last-child)::after {
  content: "";
  width: 1rem;
  height: 17rem;
  background: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -30%;
}
@media only screen and (max-width: 768px) {
  header .wrap .right .menu-part {
    display: none;
  }
}
header .wrap .right .login-btn {
  font-family: "KozGoPr6N-Bold";
  font-size: 16rem;
  color: #FFF;
  padding: 12rem 34rem;
  background-color: #00AFD0;
  border: 1rem solid #00AFD0;
  border-radius: 8.5rem;
  box-shadow: 4.3rem 4.3rem 3.2rem rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
}
header .wrap .right .login-btn:hover {
  background-color: #FFF;
  border: 1rem solid #00AFD0;
  color: #00AFD0;
  box-shadow: 4.3rem 4.3rem 3.2rem rgba(0, 175, 208, 0.3);
}
@media only screen and (max-width: 768px) {
  header .wrap .right .login-btn {
    display: none;
  }
}
header .wrap #hamburger {
  display: none;
  width: 60rem;
  height: 40rem;
  background: none;
  text-align: center;
  position: absolute;
  top: 30rem;
  right: 50rem;
  transition: all 0.5s;
  z-index: 999;
}
@media only screen and (max-width: 768px) {
  header .wrap #hamburger {
    display: block;
  }
}
header .wrap #hamburger span {
  display: block;
  width: 100%;
  height: 8rem;
  background: #000;
  position: absolute;
  opacity: 1;
  transition: all 0.5s;
}
header .wrap #hamburger span:nth-child(1) {
  top: 0;
}
header .wrap #hamburger span:nth-child(2) {
  top: 50%;
}
header .wrap #hamburger span:nth-child(3) {
  top: 100%;
}
header .wrap #hamburger.active span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
header .wrap #hamburger.active span:nth-child(2) {
  opacity: 0;
  transform: rotate(90deg);
}
header .wrap #hamburger.active span:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
}

.fv {
  width: 100%;
  height: 55.74vh;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .fv {
    height: 50vh;
  }
}
.fv .fv-img {
  width: 100%;
  height: 100%;
}
.fv .fv-img img {
  height: 100%;
}
.fv .fv-txt {
  font-family: "A-OTF Gothic MB101 Pro B";
  font-size: 60rem;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 25%;
  letter-spacing: 10rem;
}
@media only screen and (max-width: 768px) {
  .fv .fv-txt {
    width: 100%;
    font-size: 50rem;
  }
}
.fv .fv-txt span {
  display: block;
  color: #077B90;
}

.sec01 {
  background-color: #F1F1F1;
  padding: 53rem 0;
}
.sec01 .container {
  background-color: #FFF;
  padding: 38rem 51rem;
}
@media only screen and (max-width: 768px) {
  .sec01 .container {
    padding: 50rem;
  }
}
.sec01 .container .container01 {
  display: flex;
  gap: 20rem;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .sec01 .container .container01 {
    flex-direction: column;
  }
}
.sec01 .container .container01 .address-search .content {
  margin-top: 20rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .sec01 .container .container01 .address-search .content {
    margin-top: 30rem;
    gap: 30rem;
  }
}
.sec01 .container .container01 .address-search .content .map {
  width: 264rem;
  height: 400rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  .sec01 .container .container01 .address-search .content .map {
    width: 500rem;
    height: 650rem;
  }
}
.sec01 .container .container01 .address-search .content .item {
  display: flex;
  align-items: center;
  gap: 9.5rem;
}
@media only screen and (max-width: 768px) {
  .sec01 .container .container01 .address-search .content .item {
    gap: 20rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
.sec01 .container .container01 .address-search .content .item .parent {
  width: 90rem;
  font-family: "KozGoPr6N-Bold";
  font-size: 16rem;
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  .sec01 .container .container01 .address-search .content .item .parent {
    width: 100%;
    font-size: 30rem;
  }
}
.sec01 .container .container01 .address-search .content .item .children {
  width: 460rem;
}
@media only screen and (max-width: 768px) {
  .sec01 .container .container01 .address-search .content .item .children {
    width: 560rem;
    padding: 10rem;
  }
}
.sec01 .container .container01 .address-search .content .item .children a {
  position: relative;
  letter-spacing: 1rem;
  margin-right: 5rem;
}
@media only screen and (max-width: 768px) {
  .sec01 .container .container01 .address-search .content .item .children a {
    margin-right: 20rem;
    border-bottom: 1rem solid #000;
  }
}
.sec01 .container .container01 .address-search .content .item .children a:not(:last-child):after {
  content: "";
  width: 1rem;
  height: 17rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -9.5%;
  background-color: #000;
}
@media only screen and (max-width: 768px) {
  .sec01 .container .container01 .address-search .content .item .children a:not(:last-child):after {
    display: none;
  }
}
.sec01 .container .container01 .address-search .content .item01 {
  border: 2rem solid #173E5D;
}
.sec01 .container .container01 .address-search .content .item01 .parent {
  background-color: #173E5D;
  padding: 9.3rem 28rem 9.3rem;
}
@media only screen and (max-width: 768px) {
  .sec01 .container .container01 .address-search .content .item01 .parent {
    padding: 10rem;
  }
}
.sec01 .container .container01 .address-search .content .item02 {
  border: 2rem solid #A1C2D6;
}
.sec01 .container .container01 .address-search .content .item02 .parent {
  background-color: #A1C2D6;
  padding: 50rem 28rem;
}
@media only screen and (max-width: 768px) {
  .sec01 .container .container01 .address-search .content .item02 .parent {
    padding: 10rem;
  }
}
.sec01 .container .container01 .address-search .content .item03 {
  border: 2rem solid #ABBD33;
}
.sec01 .container .container01 .address-search .content .item03 .parent {
  background-color: #ABBD33;
  padding: 9.3rem 28rem 9.3rem;
}
@media only screen and (max-width: 768px) {
  .sec01 .container .container01 .address-search .content .item03 .parent {
    padding: 10rem;
  }
}
.sec01 .container .container01 .address-search .content .item04 {
  border: 2rem solid #E7883E;
}
.sec01 .container .container01 .address-search .content .item04 .parent {
  background-color: #E7883E;
  padding: 19rem 28rem;
}
@media only screen and (max-width: 768px) {
  .sec01 .container .container01 .address-search .content .item04 .parent {
    padding: 10rem;
  }
}
.sec01 .container .container01 .address-search .content .item05 {
  border: 2rem solid #F1BE5A;
}
.sec01 .container .container01 .address-search .content .item05 .parent {
  background-color: #F1BE5A;
  padding: 19rem 28rem;
}
@media only screen and (max-width: 768px) {
  .sec01 .container .container01 .address-search .content .item05 .parent {
    padding: 10rem;
  }
}
.sec01 .container .container01 .address-search .content .item06 {
  border: 2rem solid #A73124;
}
.sec01 .container .container01 .address-search .content .item06 .parent {
  background-color: #A73124;
  padding: 9.3rem 28rem 9.3rem;
}
@media only screen and (max-width: 768px) {
  .sec01 .container .container01 .address-search .content .item06 .parent {
    padding: 10rem;
  }
}
@media only screen and (max-width: 768px) {
  .sec01 .container .container01 .degree-search {
    margin-top: 50rem;
  }
}
.sec01 .container .container01 .degree-search .title {
  margin-left: 10rem;
}
@media only screen and (max-width: 768px) {
  .sec01 .container .container01 .degree-search .title {
    margin-left: 0;
  }
}
.sec01 .container .container01 .degree-search .content {
  margin-top: 20rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10rem;
}
@media only screen and (max-width: 768px) {
  .sec01 .container .container01 .degree-search .content {
    margin-top: 30rem;
    gap: 30rem;
  }
}
.sec01 .container .container01 .degree-search .content .item {
  width: 170rem;
  height: 170rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  border: 3rem solid #00AFD0;
  box-shadow: 4rem 4rem 3rem rgba(0, 0, 0, 0.3);
  border-radius: 10rem;
}
@media only screen and (max-width: 768px) {
  .sec01 .container .container01 .degree-search .content .item {
    width: 260rem;
    height: 260rem;
    border-radius: 30rem;
  }
}
.sec01 .container .container01 .degree-search .content .item .item-icon {
  width: 45rem;
  height: 45rem;
}
@media only screen and (max-width: 768px) {
  .sec01 .container .container01 .degree-search .content .item .item-icon {
    width: 90rem;
    height: 90rem;
  }
}
.sec01 .container .container01 .degree-search .content .item .check-icon {
  width: 40rem;
  height: 45rem;
}
@media only screen and (max-width: 768px) {
  .sec01 .container .container01 .degree-search .content .item .check-icon {
    width: 80rem;
    height: 90rem;
  }
}
.sec01 .container .container01 .degree-search .content .item .risk-icon {
  width: 50rem;
  height: 40rem;
}
@media only screen and (max-width: 768px) {
  .sec01 .container .container01 .degree-search .content .item .risk-icon {
    width: 100rem;
    height: 80rem;
  }
}
.sec01 .container .container01 .degree-search .content .item .car-icon {
  width: 70rem;
  height: 40rem;
}
@media only screen and (max-width: 768px) {
  .sec01 .container .container01 .degree-search .content .item .car-icon {
    width: 140rem;
    height: 80rem;
  }
}
.sec01 .container .container01 .degree-search .content .item .item-txt {
  font-size: 16rem;
  margin-top: 10rem;
  padding: 5rem 20rem;
  text-align: center;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .sec01 .container .container01 .degree-search .content .item .item-txt {
    font-size: 25rem;
    padding: 5rem 35rem;
    margin-top: 20rem;
  }
}
.sec01 .container .container02 {
  margin-top: 50rem;
}
.sec01 .container .container02 .content {
  margin-top: 20rem;
  display: flex;
  flex-wrap: wrap;
  gap: 18rem;
}
@media only screen and (max-width: 768px) {
  .sec01 .container .container02 .content {
    margin-top: 30rem;
    gap: 25rem;
  }
}
.sec01 .container .container02 .content .item {
  font-size: 16rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
  background-color: #FFF;
  border: 1rem solid #CBCBCB;
  border-radius: 8rem;
  box-shadow: 4rem 4rem 3rem rgba(0, 0, 0, 0.3);
  padding: 10rem 25rem;
}
@media only screen and (max-width: 768px) {
  .sec01 .container .container02 .content .item {
    font-size: 25rem;
    padding: 10rem 30rem;
  }
}

.sec02 {
  margin-top: 80rem;
  margin-bottom: 100rem;
  padding-bottom: 100rem;
  position: relative;
}
.sec02 .title {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5rem;
}
.sec02 .content {
  margin-top: 10rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 55rem;
}
.sec02 .content .content-item {
  width: 30%;
  margin-top: 50rem;
}
.sec02 .content .content-item .item-img img{
  border-radius: 15rem;
  height: 235rem;
}
@media only screen and (max-width: 768px) {
  .sec02 .content .content-item {
    width: 100%;
  }
  .sec02 .content .content-item .item-img img{
    border-radius: 30rem;
    height: 500rem;
  }
}
.sec02 .content .content-item a .item-txt {
  margin-top: 16rem;
}
.sec02 .content .content-item a .item-txt .company {
  font-size: 16rem;
  color: #077B90;
}
@media only screen and (max-width: 768px) {
  .sec02 .content .content-item a .item-txt .company {
    font-size: 30rem;
  }
}
.sec02 .content .content-item a .item-txt .message {
  margin-top: 16rem;
}
.sec02 .content .content-item a .item-txt .address {
  margin-top: 20rem;
  display: flex;
  align-items: flex-start;
  gap: 11rem;
}
@media only screen and (max-width: 768px) {
  .sec02 .content .content-item a .item-txt .address {
    gap: 20rem;
  }
}
.sec02 .content .content-item a .item-txt .address .address-icon {
  width: 20rem;
  height: 28rem;
}
@media only screen and (max-width: 768px) {
  .sec02 .content .content-item a .item-txt .address .address-icon {
    width: 30rem;
    height: 48rem;
  }
}
.sec02 .content .content-item a .item-txt .salary {
  margin-top: 12.5rem;
  display: flex;
  align-items: flex-start;
  gap: 9rem;
}
@media only screen and (max-width: 768px) {
  .sec02 .content .content-item a .item-txt .salary {
    gap: 20rem;
  }
}
.sec02 .content .content-item a .item-txt .salary .salary-icon {
  width: 21rem;
  height: 23rem;
}
@media only screen and (max-width: 768px) {
  .sec02 .content .content-item a .item-txt .salary .salary-icon {
    width: 31rem;
    height: 33rem;
  }
}
.sec02 .content .content-item a .item-txt .degree {
  margin-top: 30rem;
}
.sec02 .view {
  position: absolute;
  left: 45%;
  transform: translateX(-50%);
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  .sec02 .view {
    bottom: -10rem;
    left: 33%;
  }
}
.sec02 .view .view-btn {
  font-family: "KozGoPr6N-Bold";
  font-size: 16rem;
  color: #FFF;
  padding: 12rem 34rem;
  background-color: #00AFD0;
  border: 1rem solid #00AFD0;
  border-radius: 8.5rem;
  box-shadow: 4.3rem 4.3rem 3.2rem rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
}
.sec02 .view .view-btn:hover {
  background-color: #FFF;
  border: 1rem solid #00AFD0;
  color: #00AFD0;
  box-shadow: 4.3rem 4.3rem 3.2rem rgba(0, 175, 208, 0.3);
}
@media only screen and (max-width: 768px) {
  .sec02 .view .view-btn {
    padding: 12rem 50rem;
    font-size: 25rem;
  }
}

.sec001 {
  background-color: #F1F1F1;
  padding: 60rem 0;
  margin-top: 40rem;
}
.sec001 .box {
  background-color: #FFF;
}
.sec001 .box .tab-list {
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-top: -92rem;
}
@media only screen and (max-width: 768px) {
  .sec001 .box .tab-list {
    margin-top: -170rem;
  }
}
.sec001 .box .tab-list .tab-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 23.5rem;
  transition: 0.3s;
  width: 33%;
  padding: 25rem 0;
  background: #DBDBDB;
  cursor: pointer;
  border-top: 10rem solid #707070;
}
@media only screen and (max-width: 768px) {
  .sec001 .box .tab-list .tab-item {
    flex-direction: column;
    gap: 10rem;
    height: 200rem;
  }
}
.sec001 .box .tab-list .tab-item .tab-img {
  width: 20rem;
  height: 28rem;
}
@media only screen and (max-width: 768px) {
  .sec001 .box .tab-list .tab-item .tab-img {
    width: 30rem;
    height: 48rem;
  }
}
.sec001 .box .tab-list .tab-item .tab-txt {
  font-size: 16rem;
}
@media only screen and (max-width: 768px) {
  .sec001 .box .tab-list .tab-item .tab-txt {
    font-size: 25rem;
    text-align: center;
  }
}
.sec001 .box .tab-toggle {
  width: 30%;
  height: 80rem;
  position: relative;
  z-index: 99;
  opacity: 0;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .sec001 .box .tab-toggle {
    height: 150rem;
  }
}
.sec001 .box .tab-container {
  padding: 50rem 30rem;
}
.sec001 .box .tab-container .tab-content {
  display: none;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .sec001 .box .tab-container .tab-content {
    flex-direction: column;
  }
}
.sec001 .box .tab-container .tab-content ._left, .sec001 .box .tab-container .tab-content ._right {
  width: 45%;
}
@media only screen and (max-width: 768px) {
  .sec001 .box .tab-container .tab-content ._left, .sec001 .box .tab-container .tab-content ._right {
    width: 100%;
  }
}
.sec001 .box .tab-container .tab-content ._left .item, .sec001 .box .tab-container .tab-content ._right .item {
  display: flex;
  align-items: flex-start;
  gap: 35rem;
}
@media only screen and (max-width: 768px) {
  .sec001 .box .tab-container .tab-content ._left .item, .sec001 .box .tab-container .tab-content ._right .item {
    gap: 20rem;
  }
}
.sec001 .box .tab-container .tab-content ._left .item:not(:first-child), .sec001 .box .tab-container .tab-content ._right .item:not(:first-child) {
  margin-top: 35rem;
}
.sec001 .box .tab-container .tab-content ._left .item ._bg a, .sec001 .box .tab-container .tab-content ._right .item ._bg a {
  display: inline-block;
  width: 35rem;
  font-size: 16rem;
}
@media only screen and (max-width: 768px) {
  .sec001 .box .tab-container .tab-content ._left .item ._bg a, .sec001 .box .tab-container .tab-content ._right .item ._bg a {
    font-size: 30rem;
    width: 70rem;
  }
}
.sec001 .box .tab-container .tab-content ._left .item ._sm a, .sec001 .box .tab-container .tab-content ._right .item ._sm a {
  position: relative;
  margin-right: 5rem;
}
@media only screen and (max-width: 768px) {
  .sec001 .box .tab-container .tab-content ._left .item ._sm a, .sec001 .box .tab-container .tab-content ._right .item ._sm a {
    margin-right: 10rem;
    border-bottom: 1rem solid;
  }
}
.sec001 .box .tab-container .tab-content ._left .item ._sm a::after, .sec001 .box .tab-container .tab-content ._right .item ._sm a::after {
  content: "";
  width: 1rem;
  height: 18rem;
  background: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -5rem;
}
@media only screen and (max-width: 768px) {
  .sec001 .box .tab-container .tab-content ._left .item ._sm a::after, .sec001 .box .tab-container .tab-content ._right .item ._sm a::after {
    display: none;
  }
}
.sec001 .box .tab-container .tab-content ._left .item ._sm ._no, .sec001 .box .tab-container .tab-content ._right .item ._sm ._no {
  margin-right: 0;
}
.sec001 .box .tab-container .tab-content ._left .item ._sm ._no::after, .sec001 .box .tab-container .tab-content ._right .item ._sm ._no::after {
  width: 0;
}
.sec001 .box .tab-container .tab-content1 {
  justify-content: center;
  gap: 30rem;
}
.sec001 .box .tab-container .tab-content1 .item1 {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .sec001 .box .tab-container .tab-content1 .item1 {
    border-bottom: 1rem solid;
  }
}
.sec001 .box .tab-container .tab-content1 .item1::after {
  content: "";
  width: 0;
  height: 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #000;
  transition: all 0.5s;
}
.sec001 .box .tab-container .tab-content1 .item1:hover::after {
  width: 100%;
}
.sec001 .box .tab-toggle:nth-child(1):checked ~ .tab-list .tab-item:nth-child(1),
.sec001 .box .tab-toggle:nth-child(2):checked ~ .tab-list .tab-item:nth-child(2),
.sec001 .box .tab-toggle:nth-child(3):checked ~ .tab-list .tab-item:nth-child(3) {
  border-top: 10rem solid #00AFD0;
  background-color: #FFF;
}
.sec001 .box .tab-toggle:nth-child(1):checked ~ .tab-container .tab-content:nth-child(1),
.sec001 .box .tab-toggle:nth-child(2):checked ~ .tab-container .tab-content:nth-child(2),
.sec001 .box .tab-toggle:nth-child(3):checked ~ .tab-container .tab-content:nth-child(3) {
  display: flex;
}

.sec002 .content {
  margin-top: 60rem;
  margin-bottom: 100rem;
}
.sec002 .content .content-item {
  margin-top: 60rem;
}
@media only screen and (max-width: 768px) {
  .sec002 .content .content-item {
    width: 100%;
  }
}
.sec002 .content .content-item a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 50rem;
  width: 100%;
}
.sec002 .content .content-item a .item-img {
  width: 45%;
}
.sec002 .content .content-item a .item-txt {
  width: 45%;
}
@media only screen and (max-width: 768px) {
  .sec002 .content .content-item a {
    flex-direction: column;
    align-items: flex-start;
  }
  .sec002 .content .content-item a .item-img {
    width: 100%;
  }
  .sec002 .content .content-item a .item-txt {
    width: 100%;
  }
}
.sec002 .content .content-item a .item-txt .company {
  font-size: 16rem;
  color: #077B90;
}
@media only screen and (max-width: 768px) {
  .sec002 .content .content-item a .item-txt .company {
    font-size: 30rem;
  }
}
.sec002 .content .content-item a .item-txt .message {
  margin-top: 16rem;
}
.sec002 .content .content-item a .item-txt .address {
  margin-top: 20rem;
  display: flex;
  align-items: flex-start;
  gap: 11rem;
}
@media only screen and (max-width: 768px) {
  .sec002 .content .content-item a .item-txt .address {
    gap: 20rem;
  }
}
.sec002 .content .content-item a .item-txt .address .address-icon {
  width: 20rem;
  height: 28rem;
}
@media only screen and (max-width: 768px) {
  .sec002 .content .content-item a .item-txt .address .address-icon {
    width: 30rem;
    height: 48rem;
  }
}
.sec002 .content .content-item a .item-txt .salary {
  margin-top: 12.5rem;
  display: flex;
  align-items: flex-start;
  gap: 9rem;
}
@media only screen and (max-width: 768px) {
  .sec002 .content .content-item a .item-txt .salary {
    gap: 20rem;
  }
}
.sec002 .content .content-item a .item-txt .salary .salary-icon {
  width: 21rem;
  height: 23rem;
}
@media only screen and (max-width: 768px) {
  .sec002 .content .content-item a .item-txt .salary .salary-icon {
    width: 31rem;
    height: 33rem;
  }
}
.sec002 .content .content-item a .item-txt .degree {
  margin-top: 30rem;
}

.page-title {
  padding-bottom: 0;
}

.sec0001 {
  margin-top: 97rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40rem;
}
@media only screen and (max-width: 768px) {
  .sec0001 {
    flex-direction: column;
  }
}
.sec0001 .message .message-title {
  font-size: 16rem;
  color: #077B90;
}
@media only screen and (max-width: 768px) {
  .sec0001 .message .message-title {
    font-size: 30rem;
  }
}
.sec0001 .message .message-content {
  margin-top: 20rem;
}
.sec0001 .image-part {
  width: 40%;
}
/* .sec0001 .image-part .image-item{
  height: 300rem;
} */
@media only screen and (max-width: 768px) {
  .sec0001 .image-part {
    width: 100%;
  }
  /* .sec0001 .image-part .image-item{
    height: 500rem;
  } */
}

.sec0002 {
  margin-top: 60rem;
  background-color: #F1F1F1;
  padding: 115rem 0 70rem;
}
.sec0002 .wrap .container {
  position: relative;
  background-color: #FFF;
  padding: 37rem 53rem 150rem 49rem;
}
.sec0002 .wrap .container .item .content-item {
  margin-top: 40rem;
}
.sec0002 .wrap .container .item .content-item table, .sec0002 .wrap .container .item .content-item tr, .sec0002 .wrap .container .item .content-item td {
  border: 2rem solid #E6E6E6;
  border-collapse: collapse;
}
.sec0002 .wrap .container .item .content-item table {
  width: 100%;
}
.sec0002 .wrap .container .item .content-item table tr {
  height: 80rem;
}
.sec0002 .wrap .container .item .content-item table tr ._ca {
  width: 25%;
  padding: 30rem;
  font-size: 16rem;
  text-align: center;
  background-color: #F2F2F2;
}
@media only screen and (max-width: 768px) {
  .sec0002 .wrap .container .item .content-item table tr ._ca {
    font-size: 25rem;
    padding: 30rem 5rem;
  }
}
.sec0002 .wrap .container .item .content-item table tr ._cd {
  padding-left: 35rem;
}
.sec0002 .wrap .container .item-2 {
  margin-top: 100rem;
}
.sec0002 .wrap .container .bid {
  position: absolute;
  left: 40%;
  transform: translateX(-50%);
  bottom: 60rem;
}
.sec0002 .wrap .container .bid .bid-btn {
  font-family: "KozGoPr6N-Bold";
  font-size: 16rem;
  color: #FFF;
  padding: 12rem 34rem;
  background-color: #00AFD0;
  border: 1rem solid #00AFD0;
  border-radius: 8.5rem;
  box-shadow: 4.3rem 4.3rem 3.2rem rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
}
.sec0002 .wrap .container .bid .bid-btn:hover {
  background-color: #FFF;
  border: 1rem solid #00AFD0;
  color: #00AFD0;
  box-shadow: 4.3rem 4.3rem 3.2rem rgba(0, 175, 208, 0.3);
}
@media only screen and (max-width: 768px) {
   .sec0002 .wrap .container .bid {
       left: 33%;
   }
  .sec0002 .wrap .container .bid .bid-btn {
    padding: 12rem 50rem;
    font-size: 25rem;
  }
}

.company-info {
  margin-top: 80rem;
  font-size: 16rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .company-info {
    font-size: 30rem;
  }
}

hr {
  height: 2rem;
  background-color: #E6E6E6;
  border: none;
  margin: 60rem 0 80rem;
}

.bid-form form {
  font-size: 16rem;
}
@media only screen and (max-width: 768px) {
  .bid-form form {
    font-size: 25rem;
  }
}
.bid-form form .form-item:not(:first-child) {
  margin-top: 60rem;
}
@media only screen and (max-width: 768px) {
  .bid-form form .form-item:not(:first-child) {
    margin-top: 80rem;
  }
}
.bid-form form .form-item ._top .need {
  background: #C1272D;
  color: #FFF;
  padding: 5rem 12rem;
  margin-left: 10rem;
}
@media only screen and (max-width: 768px) {
  .bid-form form .form-item ._top .need {
    padding: 12rem 25rem;
    margin-left: 20rem;
  }
}
.bid-form form .form-item ._bottom {
  margin-top: 25rem;
}
.bid-form form .form-item ._bottom input {
  border: 2rem solid #CBCBCB;
  border-radius: 8rem;
  height: 35rem;
}
@media only screen and (max-width: 768px) {
  .bid-form form .form-item ._bottom input {
    height: 60rem;
    border-radius: 15rem;
  }
}
.bid-form form .form-item ._bottom ._half {
  width: 195rem;
  margin-right: 35rem;
}
@media only screen and (max-width: 768px) {
  .bid-form form .form-item ._bottom ._half {
    width: 240rem;
  }
}
.bid-form form .form-item ._bottom ._full {
  width: 510rem;
}
@media only screen and (max-width: 768px) {
  .bid-form form .form-item ._bottom ._full {
    width: 100%;
  }
}
.bid-form form .form-item ._bottom input[type=radio], .bid-form form .form-item ._bottom input[type=checkbox] {
  width: 20rem;
  border-color: #CBCBCB;
  margin-right: 10rem;
}
@media only screen and (max-width: 768px) {
  .bid-form form .form-item ._bottom input[type=radio], .bid-form form .form-item ._bottom input[type=checkbox] {
    width: 30rem;
    margin-right: 20rem;
  }
}
.bid-form form .form-item .flex-bottom {
  display: flex;
  align-items: center;
}
.bid-form form .form-item .flex-bottom label {
  margin-right: 20rem;
}
.bid-form form .form-item ._last {
  display: flex;
  flex-direction: column;
  gap: 20rem;
}
@media only screen and (max-width: 768px) {
  .bid-form form .form-item ._last {
    gap: 0;
  }
}
.bid-form form .form-item ._last ._last01, .bid-form form .form-item ._last ._last02 {
  display: flex;
  align-items: center;
  gap: 45rem;
}
@media only screen and (max-width: 768px) {
  .bid-form form .form-item ._last ._last01, .bid-form form .form-item ._last ._last02 {
    flex-direction: column;
    align-items: flex-start;
    gap: 30rem;
  }
}
.bid-form form .form-item ._last ._last01 ._flex, .bid-form form .form-item ._last ._last02 ._flex {
  display: flex;
  align-items: center;
  gap: 20rem;
}
@media only screen and (max-width: 768px) {
  .bid-form form .form-item ._last ._last01 ._flex, .bid-form form .form-item ._last ._last02 ._flex {
    gap: 10rem;
  }
}
@media only screen and (max-width: 768px) {
  .bid-form form .form-item ._last ._last01 ._other, .bid-form form .form-item ._last ._last02 ._other {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
}
.bid-form form .submit {
  margin: 145rem 0;
  text-align: center;
}
.bid-form form .submit #submit-btn {
  font-family: "KozGoPr6N-Bold";
  font-size: 16rem;
  color: #FFF;
  padding: 12rem 50rem;
  background-color: #00AFD0;
  border: 1rem solid #00AFD0;
  border-radius: 8.5rem;
  box-shadow: 4.3rem 4.3rem 3.2rem rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
}
.bid-form form .submit #submit-btn:hover {
  background-color: #FFF;
  border: 1rem solid #00AFD0;
  color: #00AFD0;
  box-shadow: 4.3rem 4.3rem 3.2rem rgba(0, 175, 208, 0.3);
}
@media only screen and (max-width: 768px) {
  .bid-form form .submit #submit-btn {
    padding: 12rem 70rem;
    font-size: 25rem;
  }
}

.sub-title {
  margin-top: 20rem;
  text-align: center;
}

.content {
  margin-top: 90rem;
  line-height: 2.5;
}
.content ._txt02 {
  margin: 30rem 0;
}
@media only screen and (max-width: 768px) {
  .content ._txt02 {
    margin: 50rem 0;
  }
}
.content ._txt02 .item span {
  font-size: 16rem;
  color: #077B90;
}
@media only screen and (max-width: 768px) {
  .content ._txt02 .item span {
    font-size: 30rem;
  }
}
.content ._txt02 .item .indent-txt {
  font-size: 14rem;
  color: #000;
  text-indent: 24rem;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .content ._txt02 .item .indent-txt {
    font-size: 25rem;
    text-indent: 0;
    display: inline;
  }
}

.btn-part {
  margin-top: 80rem;
  margin-bottom: 300rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 70rem;
}
@media only screen and (max-width: 768px) {
  .btn-part {
    margin-bottom: 150rem;
  }
}
.btn-part .agree-btn, .btn-part .disagree-btn {
  font-family: "KozGoPr6N-Bold";
  font-size: 16rem;
  color: #FFF;
  padding: 12rem 34rem;
  background-color: #00AFD0;
  border: 1rem solid #00AFD0;
  border-radius: 8.5rem;
  box-shadow: 4.3rem 4.3rem 3.2rem rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
}
.btn-part .agree-btn:hover, .btn-part .disagree-btn:hover {
  background-color: #FFF;
  border: 1rem solid #00AFD0;
  color: #00AFD0;
  box-shadow: 4.3rem 4.3rem 3.2rem rgba(0, 175, 208, 0.3);
}
@media only screen and (max-width: 768px) {
  .btn-part .agree-btn, .btn-part .disagree-btn {
    padding: 12rem 50rem;
    font-size: 25rem;
  }
}
.btn-part .disagree-btn {
  background-color: #989898;
  border: 1rem solid #989898;
  padding: 12rem 25rem;
}
.btn-part .disagree-btn:hover {
  background-color: #FFF;
  border: 1rem solid #989898;
  color: #989898;
  box-shadow: 4.3rem 4.3rem 3.2rem rgba(152, 152, 152, 0.3);
}

footer .footer01 {
  background-color: #00AFD0;
  padding: 25rem 0;
}
@media only screen and (max-width: 768px) {
  footer .footer01 {
    padding-top: 50rem;
    padding-bottom: 100rem;
  }
}
footer .footer01 .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  footer .footer01 .wrap {
    flex-direction: column;
    align-items: flex-start;
    position: relative;
  }
}
footer .footer01 .wrap .header-logo {
  width: 432rem;
  transition: all 0.3s;
}
footer .footer01 .wrap .header-logo:hover {
  opacity: 0.8;
}
footer .footer01 .wrap .right {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 38.8rem;
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  footer .footer01 .wrap .right {
    position: absolute;
    right: 0;
    bottom: -70rem;
  }
}
footer .footer01 .wrap .right .menu-part {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25rem;
}
footer .footer01 .wrap .right .menu-part .menu-item {
  position: relative;
}
footer .footer01 .wrap .right .menu-part .menu-item::before {
  content: "";
  width: 0;
  height: 2rem;
  background-color: #FFF;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s;
}
footer .footer01 .wrap .right .menu-part .menu-item:hover::before {
  width: 100%;
}
footer .footer01 .wrap .right .menu-part .menu-item:not(:last-child)::after {
  content: "";
  width: 1rem;
  height: 17rem;
  background: #FFF;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -30%;
}
@media only screen and (max-width: 768px) {
  footer .footer01 .wrap .right .menu-part .menu-item:not(:last-child)::after {
    right: -15%;
    height: 30rem;
  }
}
footer .footer02 {
  background-color: #077B90;
  font-size: 10rem;
  color: #FFF;
  text-align: center;
  padding: 10rem 0;
}
@media only screen and (max-width: 768px) {
  footer .footer02 {
    font-size: 20rem;
    padding: 20rem 0;
  }
}

#menu {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  color: #FFF;
  position: fixed;
  top: 0;
  right: -100%;
  transition: all 0.5s;
  z-index: 998;
  overflow-y: scroll;
}
#menu ul {
  font-size: 50rem;
  line-height: 2;
  width: 75%;
  margin: auto;
  margin-top: 350rem;
}
#menu ul li {
  margin-top: 30rem;
}
#menu ul .nav-login {
  margin-top: 150rem;
  border: 1rem solid #FFF;
  border-radius: 130rem;
  width: calc(100% - 10vw);
  padding: 15rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#menu ul .nav-login::after {
  content: "";
  width: 0;
  height: 1rem;
  background-color: #FFF;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  animation: lineAnimation 2s infinite;
}
@keyframes lineAnimation {
  0% {
    width: 0;
    right: 25rem;
  }
  100% {
    width: 100rem;
    right: -75rem;
  }
}
#menu.active {
  right: 0;
}


/* thank page css */
.thank_page {
  margin-top: 160rem;
  text-align: center;
}
.thank_page #thank_txt {
  font-size: 40rem;
  color: #077B90;
}
.thank_page .contact_you{
  font-size: 25rem;
  margin-top: 5rem;
}
.thank_page #company_info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 250rem;
  margin: auto;
  margin-top: 80rem;
  font-size: 20rem;
}
.thank_page #company_info .company-name ._cn, .thank_page #company_info .company-address ._ad {
  color: #FF0000;
} 
.thank_page .no_contact {
  margin-top: 80rem;
  border: 1rem solid #077B90;
  border-radius: 30rem;
  padding: 30rem;
  margin-bottom: 100rem;
}
.thank_page .no_contact .sorry {
  font-size: 20rem;
}
.thank_page .no_contact .sorry_number {
  font-size: 35rem;
  color: #FF0000;
  margin-top: 5rem;
}


@media only screen and (max-width: 768px) {
  .thank_page {
    margin-top: 200rem;
    text-align: center;
  }
  .thank_page #thank_txt {
    font-size: 60rem;
    color: #077B90;
  }
  .thank_page .contact_you{
    font-size: 35rem;
    margin-top: 10rem;
  }
  .thank_page #company_info {
    width: 100%;
    margin-top: 100rem;
    font-size: 30rem;
  }
  .thank_page #company_info .company-name ._cn, .thank_page #company_info .company-address ._ad {
    color: #FF0000;
  } 
  .thank_page .no_contact {
    margin-top: 100rem;
    margin-bottom: 150rem;
  }
  .thank_page .no_contact .sorry {
    font-size: 30rem;
  }
  .thank_page .no_contact .sorry_number {
    font-size: 45rem;
    margin-top: 10rem;
  }
}
/*# sourceMappingURL=style.css.map */