@charset "UTF-8";
/*
$primary-5: #eff5ff;
$primary-10: #d3e1fb;
$primary-20: #a7c4f7;
$primary-30: #7ca6f3;
$primary-40: #5089ef;
$primary-50: #246beb;
$primary-60: #1d56bc;
$primary-70: #16408d;
$primary-80: #0e2b5e;
$primary-90: #07152f;
*/
/*
$box_blue: #418EF2;
*/
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Urbanist:ital,wght@0,900;1,900&display=swap");
/* ********************************************************************************* *
*  01) 폰트
* ********************************************************************************* */
/* pretendard */
@font-face {
  font-family: "PretendardGOV";
  font-weight: 100;
  src: url("../fonts/PretendardGOV-Thin.woff") format("woff");
  src: url("../fonts/PretendardGOV-Thin.woff2") format("woff2");
}
@font-face {
  font-family: "PretendardGOV";
  font-weight: 200;
  src: url("../fonts/PretendardGOV-ExtraLight.woff") format("woff");
  src: url("../fonts/PretendardGOV-ExtraLight.woff2") format("woff2");
}
@font-face {
  font-family: "PretendardGOV";
  font-weight: 300;
  src: url("../fonts/PretendardGOV-Light.woff") format("woff");
  src: url("../fonts/PretendardGOV-Light.woff2") format("woff2");
}
@font-face {
  font-family: "PretendardGOV";
  font-weight: 400;
  src: url("../fonts/PretendardGOV-Regular.woff") format("woff");
  src: url("../fonts/PretendardGOV-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "PretendardGOV";
  font-weight: 500;
  src: url("../fonts/PretendardGOV-Medium.woff") format("woff");
  src: url("../fonts/PretendardGOV-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "PretendardGOV";
  font-weight: 600;
  src: url("../fonts/PretendardGOV-SemiBold.woff") format("woff");
  src: url("../fonts/PretendardGOV-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "PretendardGOV";
  font-weight: 700;
  src: url("../fonts/PretendardGOV-Bold.woff") format("woff");
  src: url("../fonts/PretendardGOV-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "PretendardGOV";
  font-weight: 800;
  src: url("../fonts/PretendardGOV-ExtraBold.woff") format("woff");
  src: url("../fonts/PretendardGOV-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: "PretendardGOV";
  font-weight: 900;
  src: url("../fonts/PretendardGOV-Black.woff") format("woff");
  src: url("../fonts/PretendardGOV-Black.woff2") format("woff2");
}
/* ********************************************************************************* *
*  02) 기본
* ********************************************************************************* */
html {
  transform-origin: top center;
  transition: transform 0.2s ease-in-out;
}
html.hidden {
  overflow: hidden;
}
@media (max-width: 1400px) {
  html {
    font-size: 62.5%;
  }
}
@media (max-width: 1040px) {
  html {
    font-size: 56.25%;
  }
}
@media (max-width: 760px) {
  html {
    font-size: 50%;
  }
}

a:focus-visible,
button:focus-visible,
textarea:focus-visible,
input:focus-visible,
select:focus-visible,
.ag:focus-visible {
  outline: 0.2rem dashed #ff7f00;
  outline-offset: 0.2rem;
}

/* ********************************************************************************* *
*  03) 상단
* ********************************************************************************* */

.header-wrap:nth-child(1) {
  background-color: #f0f0f0;
}

.header-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 6rem;
  width: 100%;
  min-height: 4.8rem;
}
.header-title .innr {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.header-title .innr li a {
  font-size: 1.5rem;
  font-weight: 300;
}

.header-group {
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 144rem;
  width: 100%;
  min-height: 12rem;
}

.head-search {
  width: 100%;
}
.head-search fieldset {
  display: flex;
  align-items: center;
  justify-content: center;
}
.head-search fieldset form {
  position: relative;
  max-width: 30rem;
  width: 100%;
}
.head-search fieldset form button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0.4rem;
  bottom: 0.4rem;
  right: 0.8rem;
  width: 3.2rem;
  border-radius: 0rem;
  -webkit-border-radius: 0rem;
  -moz-border-radius: 0rem;
  -ms-border-radius: 0rem;
  -o-border-radius: 0rem;
}
.head-search fieldset form button:focus-visible {
  outline-offset: -0.2rem;
}
.head-search .fm-none {
  padding: 0 4.8rem 0 1.6rem;
  width: 100%;
  min-height: 4rem;
  border: 0.1rem solid #c6c6c6;
  border-radius: 0rem;
  -webkit-border-radius: 0rem;
  -moz-border-radius: 0rem;
  -ms-border-radius: 0rem;
  -o-border-radius: 0rem;
}

.head-keyword {
  position: relative;
}
.head-keyword ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
}
.head-keyword ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  font-size: 1.3rem;
  font-weight: 300;
}
.head-keyword ul li a:before {
  content: "#";
}
.head-keyword .popular_inner {
  position: relative;
  top: 1rem;
  bottom: 0;
  right: 0;
  left: 0;
}

/*상단메뉴*/
.head-logo {
  display: flex;
  align-items: center;
  min-height: 12rem;
  font-size: 5rem;
  font-family: "Urbanist";
  font-weight: 900;
  color: #ff7f00;
}
.head-logo img {
  display: none;
  width: auto;
  max-width: 100%;
  height: auto;
}
@media (max-width: 1400px) {
  .head-logo {
    min-height: 11rem;
  }
  #header {
    position: sticky;
    top: 0;
    z-index: 9999;
    background-color: #fff;
  }
}

.head-member {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  min-height: 12rem;
}
.head-member .bt {
  min-width: 4rem;
  height: 4rem;
  text-indent: -9999rem;
  border-radius: 0.4rem;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  -ms-border-radius: 0.4rem;
  -o-border-radius: 0.4rem;
}
.head-member .bt-login {
  background-image: url("../img/bt-login.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.head-member .bt-logout {
  background-image: url("../img/bt-logout.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.head-member .bt-modify-user {
  background-image: url("../img/bt-modify-user.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.head-member .bt-settings {
  background-image: url("../img/bt-settings.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.head-member .bt-search {
  background-image: url("../img/bt-search.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media (max-width: 1400px) {
  .head-member {
    padding-right: 6rem;
    min-height: 11rem;
  }
  .head-member .bt-login {
    background-size: 2.3rem auto;
  }
  .head-member .bt-modify-user {
    background-size: 2.3rem auto;
  }
  .head-member .bt-settings {
    background-size: 2.3rem auto;
  }
  .head-member .bt-logout {
    background-size: 2.3rem auto;
  }
  .head-member .bt-search {
    background-size: 2.4rem auto;
  }
}

.nocategory {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 6rem;
}

.header-category {
  display: flex;
  align-items: flex-start;
  justify-content: center; /* position: absolute; top: 0;  */
  padding: 0 6rem;
  transition: max-height 0.3s;
}
.head-logo:hover {
  color: #6462d0;
}
.header-category:hover .head-logo a {
  text-decoration: none;
}
.header-category .depth1 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 3.6rem;
  padding-right: 6rem;
  width: 100%;
}
.header-category .depth1 .dl1 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 4;
  min-height: 12rem;
}
.header-category .depth1 .dl1:hover .da1 {
  color: #1272d9;
}
.header-category .depth1 .dl1:hover .arrow {
  transform: rotate(-180deg);
}
.header-category .depth1 .dl1:hover .depth2 {
  top: 10rem;
  height: auto;
  opacity: 1;
  visibility: visible;
}
.header-category .depth1 .dl1 .da1 {
  display: flex;
  align-items: center;
  position: relative;
  height: 4rem;
  font-size: 2rem;
  font-weight: 700;
  color: #665d55;
  text-decoration: none;
}
.header-category .depth1 .dl1 .da1:before {
  content: "";
  position: absolute;
  margin-top: 2.4rem;
  width: 0;
  height: 0.1rem;
  background-color: #fff;
  transform-origin: center;
  transform: scaleX(0);
  transition: transform 0.3s;
}
.header-category .depth1 .dl1 .arrow {
  width: 2.6rem;
  height: 4rem;
  background-image: url("../img/depth-arrow.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: transform 0.3s ease-out;
}
.header-category .depth1 .dl1.gact .da1:before {
  width: 100%;
  transform: scaleX(1);
  background-color: #fff;
}
.header-category .depth1 .dl1:hover .da1:before {
  width: 100%;
  transform: scaleX(1);
  background-color: #246beb;
}
.header-category .depth2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  position: absolute;
  z-index: 111;
  top: 1rem;
  padding: 3.2rem 2.4rem;
  height: 0;
  background-color: rgba(255, 255, 255, 0.75);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease;
}
.header-category .depth2 .dl2 .da2 {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 400;
  color: #665d55;
  white-space: nowrap;
}
.header-category .depth2 .dl2 .da2:hover,
.header-category .depth2 .dl2 .da2:focus,
.header-category .depth2 .dl2 .da2.gact {
  color: #246beb;
}

@media (max-width: 1400px) {
  .header-category {
    justify-content: space-between;
  }
  .header-category .depth1 {
    display: none;
  }
}
@media (max-width: 1040px) {
  .header-category {
    padding: 0 1.2rem;
  }
}
/* header > sitemap */
.ct-btn {
  display: none;
  position: absolute;
  z-index: 1150;
  top: 0;
  right: 0;
  width: 7rem;
  height: 11rem;
  cursor: pointer;
}
.ct-btn .bar {
  display: block;
  position: relative;
  margin: -0.2rem auto 0;
  width: 2.4rem;
  height: 1.8rem;
  transform: rotate(0deg);
  transition: 0.4s ease-in-out;
}
.ct-btn .bar .bars {
  display: block;
  width: 100%;
  height: 0.1rem;
  position: absolute;
  background-color: #665d55;
  transition: 0.4s ease-in-out;
}
.ct-btn .bar .bar1 {
  top: 0;
  left: 0;
}
.ct-btn .bar .bar2 {
  top: 50%;
  left: 0;
}
.ct-btn .bar .bar3 {
  top: 100%;
  left: 0;
}
@media (max-width: 1400px) {
  .ct-btn {
    display: block;
  }
}

.ct-act .ct-btn {
  position: fixed;
}
.ct-act .ct-btn .bar .bar1 {
  top: 50%;
  transform: rotate(-135deg);
}
.ct-act .ct-btn .bar .bar2 {
  width: 200%;
  opacity: 0;
}
.ct-act .ct-btn .bar .bar3 {
  width: 100%;
  top: 50%;
  transform: rotate(135deg);
  margin: 0;
}
.ct-act .ct-btn .bar .bars {
  background-color: #2d2d2d !important;
}
.ct-act .ct-nav {
  bottom: 0;
  visibility: visible;
}

.gact .ct-btn .bar .bars {
  background-color: #555555;
}

.ct-member {
  display: flex;
  align-items: center;
  gap: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  padding: 4rem;
}

.ct-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 1149;
  top: 0;
  right: 0;
  left: 0;
  background: #fff;
  visibility: hidden;
  transition: 0.8s ease-in-out;
  /* .dp1 { display: flex; flex-direction: column; justify-content: center; gap: 12rem;}
  .dp2 { display: flex; flex-direction: column; gap: 0.2rem; } */
}
.ct-nav::before {
  content: "";
  width: 100%;
  min-height: 27.2rem;
  background-image: url("../img/mobile/bg-aside.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
}

@media (max-width: 1400px) {
  body {
    position: relative;
    left: 0;
    transition: 0.4s ease-in-out;
  }
  .ct-member {
    position: static;
    padding: 3rem;
  }
  .ct-nav {
    flex-direction: column;
    justify-content: flex-start;
    position: fixed;
    z-index: 1149;
    top: 0;
    right: -100%;
    left: auto;
    padding-top: 11rem;
    width: 100%;
    height: 100%;
    background-color: #f3ebe5;
    visibility: hidden;
    transition: 0.4s ease-in-out;
  }
  .ct-nav .dp1 {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    padding-top: 2rem;
    width: 100%;
    overflow: hidden;
  }
  .ct-nav .dp2 {
    display: none;
    padding: 2rem 1.2rem;
  }
  .ct-nav .act .dp2 {
    display: block;
  }
  .ct-nav .act .link1 {
    color: rgb(0, 0, 0);
  }
  .ct-nav .act .link1 i {
    transform: rotate(180deg);
  }
  .ct-nav .ct1 {
    padding: 0 4.8rem;
    border-top: 0rem solid rgba(0, 0, 0, 0.1);
  }
  .ct-nav .ct1 .link1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 2.4rem;
    font-weight: 600;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.6);
  }
  .ct-nav .ct1 .link1 i {
    font-size: 2.4rem;
    transform: rotate(0deg);
    transition: 0.2s ease;
  }
  .ct-nav .ct1 .link1:hover {
    color: #1272d9;
  }
  .ct-nav .ct2 {
    padding: 0.8rem 0;
    border-top: 0rem solid rgba(0, 0, 0, 0.1);
  }
  .ct-nav .ct2 .link2 {
    display: flex;
    align-items: center;
    font-size: 2rem;
    font-weight: 400;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.6);
  }
  .ct-nav .sel .link2,
  .ct-nav .sel .link2:hover {
    color: rgb(0, 0, 0);
    text-decoration: underline;
  }
  .ct-act {
    overflow: hidden;
  }
  .ct-act body {
    position: relative;
    left: -32rem;
  }
  .ct-act body::before {
    content: "";
    position: absolute;
    z-index: 100;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .ct-act .ct-nav {
    align-items: flex-start;
    right: 0;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: visible;
  }
}
/* ********************************************************************************* *
*  04) 하단
* ********************************************************************************* */
.footer-contain {
  position: relative;
  height: 36rem;
  background-image: url("../img/cycle3.svg");
  background-repeat: no-repeat;
  background-position: 120% 80%;
  overflow: hidden;
}
.footer-contain::before {
  content: "";
  display: flex;
  position: absolute;
  top: 20rem;
  left: -20rem;
  width: 38rem;
  height: 38rem;
  border: 5rem solid #ffb2d5;
  border-radius: 38rem;
  -webkit-border-radius: 38rem;
  -moz-border-radius: 38rem;
  -ms-border-radius: 38rem;
  -o-border-radius: 38rem;
}
.footer-contain::after {
  content: "";
  display: flex;
  position: absolute;
  top: 27rem;
  right: 36em;
  width: 18rem;
  height: 18rem;
  background-color: #1272d9;
  border-radius: 38rem;
  -webkit-border-radius: 38rem;
  -moz-border-radius: 38rem;
  -ms-border-radius: 38rem;
  -o-border-radius: 38rem;
}
.footer-contain .footer-wrap {
  display: flex;
  gap: 10rem;
  position: relative;
  padding: 0 6rem;
  border-top: 0.1rem solid #e4e4e4;
}
.footer-contain .footer-wrap h2 {
  display: flex;
  position: relative;
  top: 3.2rem;
  width: 26rem;
  font-size: 8rem;
  font-family: "Urbanist";
  font-weight: 900;
  color: #ff7f00;
}
.footer-contain .footer-wrap h2 a {
  text-decoration: none;
}
.footer-contain .footer-wrap h2 img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.footer-contain .fnb {
  display: flex;
  align-items: center;
  width: 100%;
}
.footer-contain .fnb ul {
  display: flex;
  gap: 3.4rem;
}
.footer-contain .fnb a {
  display: flex;
  align-items: center;
  height: 7.2rem;
  font-size: 1.6rem;
  color: #000000;
}
.footer-contain .sns {
  position: absolute;
  top: -7.3rem;
  right: 6rem;
  padding: 1.5rem 0;
}
.footer-contain .sns ul {
  display: flex;
  gap: 2.2rem;
}
.footer-contain .sns a {
  display: flex;
  min-width: 4.2rem;
  height: 4.2rem;
  border: 0.1rem solid #665d55;
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
}
.footer-contain .sns a span {
  display: none;
}
.footer-contain .sns .sns1 {
  background-image: url("../img/bt-sns1.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.footer-contain .sns .sns2 {
  background-image: url("../img/bt-sns2.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.footer-contain .sns .sns3 {
  background-image: url("../img/bt-sns3.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.footer-contain .sns .sns4 {
  background-image: url("../img/bt-sns4.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.footer-contain .add {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  padding: 5rem 0 0 0;
}
.footer-contain .add strong {
  display: flex;
  gap: 0.6rem;
  font-size: 1.8rem;
  color: #665d55;
}
.footer-contain .add span {
  display: flex;
  gap: 1.2rem;
  font-size: 1.8rem;
  word-break: keep-all;
  color: #665d55;
}
.footer-contain .add cite {
  display: block;
  padding-top: 2.6rem;
  font-size: 1.5rem;
  font-style: normal;
  white-space: nowrap;
  color: #717171;
}
.footer-contain .tel {
  position: absolute;
  top: 5rem;
  right: 6rem;
  padding: 3.2rem;
  background-color: #f3ebe5;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
}
.footer-contain .tel h3 {
  display: inline-flex;
  align-items: center;
  padding: 0 2rem;
  height: 3.7rem;
  font-size: 1.4rem;
  color: #fff;
  background-color: #ff7f00;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
}
.footer-contain .tel p {
  padding-top: 0.8rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: #665d55;
}
.footer-contain .tel ul {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  padding: 1.6rem 0 0 0;
}
.footer-contain .tel li {
  font-size: 1.4rem;
  font-weight: 400;
  color: #665d55;
}
@media (max-width: 1400px) {
  .footer-contain {
    height: auto;
  }
  .footer-contain::before {
    top: 60rem;
    left: -12rem;
    width: 24rem;
    height: 24rem;
    background-size: 18rem auto;
  }
  .footer-contain::after {
    top: 24rem;
    right: 19rem;
    width: 14rem;
    height: 14rem;
    background-color: #1272d9;
    border-radius: 38rem;
    -webkit-border-radius: 38rem;
    -moz-border-radius: 38rem;
    -ms-border-radius: 38rem;
    -o-border-radius: 38rem;
  }
  .footer-contain .footer-wrap {
    flex-direction: column;
    gap: 0;
    position: relative;
    z-index: 2;
    padding: 0 1.2rem;
  }
  .footer-contain .footer-wrap h2 {
    position: absolute;
    top: auto;
    bottom: 0;
  }
  .footer-contain .footer-wrap .sns {
    position: static;
  }
  .footer-contain .footer-wrap .add {
    padding-bottom: 10rem;
  }
  .footer-contain .footer-wrap .add cite {
    padding-top: 1rem;
  }
  .footer-contain .footer-wrap .tel {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 2.4rem;
  }
}

#main img {
  width: 100% !important;
  height: auto;
}
@media (max-width: 1400px) {
  #main img {
    height: 69rem;
    object-fit: cover;
  }
}

#container {
  overflow: hidden;
}

.sub-wrap {
  position: relative;
  z-index: 2;
}

.sub-visual {
  background-color: #f3ebe5;
}
.sub-visual .tit {
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 140rem;
  width: 100%;
  height: 38.4rem;
  font-size: 5rem;
  color: #665d55;
}
.sub-visual::before {
  content: "";
  display: block;
  position: absolute;
  left: 40%;
  width: 60%;
  height: 38.4rem;
  background-size: cover;
}
.sub-visual.visual1::before {
  background-image: url("../img/visual1.png");
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
.sub-visual.visual2::before {
  background-image: url("../img/visual2.png");
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
.sub-visual.visual3::before {
  background-image: url("../img/visual3.png");
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
.sub-visual.visual4::before {
  background-image: url("../img/visual4.png");
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
.sub-visual.visual5::before {
  background-image: url("../img/visual5.png");
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
.sub-visual.visual6::before {
  background-image: url("../img/visual6.png");
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
.sub-visual.visual7::before {
  background-image: url("../img/visual7.png");
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
@media (max-width: 1400px) {
  .sub-visual {
    display: flex;
    flex-direction: column;
  }
  .sub-visual::before {
    position: static;
    width: 100%;
    height: 19rem;
  }
  .sub-visual .tit {
    padding: 6.8rem 3.2rem;
    height: auto;
  }
}

.sub-cont {
  padding: 16rem 0;
}
.sub-cont .kwrap {
  position: relative;
  margin: 0 auto;
  max-width: 140rem;
  width: 100%;
}
.sub-cont.cont11 {
  background-color: #fff;
}
.sub-cont.cont12 {
  position: relative;
  z-index: 3;
  background-color: #f3ebe5;
}
.sub-cont.cont13 {
  background-color: #fff;
}
.sub-cont.cont21 {
  background-color: #fff;
}
.sub-cont.cont22 .kwrap {
  position: relative;
  background-color: #f3ebe5;
}
.sub-cont.cont22 .txt-grb {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1400px) {
  .sub-cont {
    padding: 9rem 1.2rem;
  }
}

.img-grb {
  display: flex;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
@media (max-width: 1400px) {
  .img-grb {
    flex-direction: column;
  }
}

.img-ban {
  display: flex;
  gap: 4rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.img-ban .innr {
  position: relative;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  overflow: hidden;
}
.img-ban img {
  width: 100%;
}
.img-ban .txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 0 5rem;
  height: 17rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 5.26%, rgba(0, 0, 0, 0.6) 71.05%);
}
.img-ban .txt strong {
  font-size: 3rem;
  color: #fff;
}
.img-ban .txt span {
  font-size: 2.4rem;
  color: #fff;
}
@media (max-width: 1400px) {
  .img-ban {
    flex-direction: column;
  }
}

.flw-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16.4rem;
}
.flw-ico .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.flw-ico .ico {
  position: relative;
  margin-bottom: 2rem;
  width: 24rem;
  height: 24rem;
  background-color: #fff;
  border-radius: 24rem;
  -webkit-border-radius: 24rem;
  -moz-border-radius: 24rem;
  -ms-border-radius: 24rem;
  -o-border-radius: 24rem;
}
.flw-ico .ico::after {
  content: "";
  position: absolute;
  top: 40%;
  left: -50%;
  display: block;
  width: 6rem;
  height: 6rem;
  background-image: url("../img/ico-school-arrow.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.flw-ico .tit {
  font-size: 1.6rem;
  font-weight: 700;
  color: #ff7f00;
}
.flw-ico .txt {
  font-size: 2.4rem;
  font-weight: 500;
  color: #555555;
}
.flw-ico .ico1 {
  background-image: url("../img/ico-school-step01.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.flw-ico .ico1::after {
  display: none;
}
.flw-ico .ico2 {
  background-image: url("../img/ico-school-step02.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.flw-ico .ico3 {
  background-image: url("../img/ico-school-step03.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media (max-width: 1400px) {
  .flw-ico {
    flex-direction: column;
    gap: 12rem;
  }
  .flw-ico .ico::after {
    top: -35%;
    left: calc(50% - 3rem);
    transform: rotate(90deg);
  }
}

.flw-grb {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
.flw-grb .innr {
  width: calc((100% - 3rem) / 2);
}
.flw-grb .item {
  padding: 4.6rem 5.6rem 4.2rem 5.6rem;
  min-height: 27.5rem;
  background-color: #fff;
  box-shadow: 0.2rem 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.25);
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.flw-grb .tit {
  display: flex;
  flex-direction: column;
  line-height: 1.4;
  font-size: 2.4rem;
  font-weight: 700;
  color: #665d55;
}
.flw-grb .txt {
  padding-top: 2.5rem;
  line-height: 1.6;
  font-size: 2rem;
  color: #665d55;
}
.flw-grb .innr:nth-child(1) .item {
  background-image: url("../img/about-school1.svg");
  background-repeat: no-repeat;
  background-position: 92% 20%;
}
.flw-grb .innr:nth-child(1) .tit span {
  color: #ffd800;
}
.flw-grb .innr:nth-child(2) .item {
  background-image: url("../img/about-school2.svg");
  background-repeat: no-repeat;
  background-position: 92% 20%;
}
.flw-grb .innr:nth-child(2) .tit span {
  color: #22cdab;
}
.flw-grb .innr:nth-child(3) .item {
  background-image: url("../img/about-school3.svg");
  background-repeat: no-repeat;
  background-position: 92% 20%;
}
.flw-grb .innr:nth-child(3) .tit span {
  color: #39c02a;
}
.flw-grb .innr:nth-child(4) .item {
  background-image: url("../img/about-school4.svg");
  background-repeat: no-repeat;
  background-position: 92% 20%;
}
.flw-grb .innr:nth-child(4) .tit span {
  color: #1272d9;
}
.flw-grb .innr:nth-child(5) .item {
  background-image: url("../img/about-school5.svg");
  background-repeat: no-repeat;
  background-position: 92% 20%;
}
.flw-grb .innr:nth-child(5) .tit span {
  color: #8d8bdc;
}
.flw-grb .innr:nth-child(6) .item {
  background-image: url("../img/about-school6.svg");
  background-repeat: no-repeat;
  background-position: 92% 20%;
}
.flw-grb .innr:nth-child(6) .tit span {
  color: #ffb2d5;
}
@media (max-width: 1400px) {
  .flw-grb {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .flw-grb .innr {
    width: 100%;
  }
  .flw-grb .innr .item {
    padding: 4rem 3rem;
    min-height: auto;
    background-size: 6rem auto;
  }
  .flw-grb .tit {
    word-break: keep-all;
  }
  .flw-grb .txt {
    word-break: keep-all;
  }
  .flw-grb .txt br {
    display: none;
  }
}

.pro-grb {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  position: relative;
  z-index: 3;
}
.pro-grb .innr {
  width: calc((100% - 0rem) / 1);
}
.pro-grb .item {
  padding: 7rem 6rem 4.2rem 6rem;
  min-height: 25.7rem;
  border: 0.1rem solid #e4e4e4;
  background-color: #fff;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
}
.pro-grb .tit {
  line-height: 1.4;
  font-size: 2.8rem;
  font-weight: 700;
  color: #665d55;
}
.pro-grb .txt {
  padding-top: 2rem;
  line-height: 1.6;
  font-size: 2.4rem;
  font-weight: 400;
  color: #665d55;
}
.pro-grb .innr:nth-child(1) .item {
  background-image: url("../img/about-program1.svg");
  background-repeat: no-repeat;
  background-position: 92% 50%;
}
.pro-grb .innr:nth-child(1) .tit span {
  color: #1272d9;
}
.pro-grb .innr:nth-child(2) .item {
  background-image: url("../img/about-program2.svg");
  background-repeat: no-repeat;
  background-position: 92% 50%;
}
.pro-grb .innr:nth-child(2) .tit span {
  color: #39c02a;
}
.pro-grb .innr:nth-child(3) .item {
  background-image: url("../img/about-program3.svg");
  background-repeat: no-repeat;
  background-position: 92% 50%;
}
.pro-grb .innr:nth-child(3) .tit span {
  color: #ffb2d5;
}
.pro-grb .innr:nth-child(4) .item {
  background-image: url("../img/about-program4.svg");
  background-repeat: no-repeat;
  background-position: 92% 50%;
}
.pro-grb .innr:nth-child(4) .tit span {
  color: #ffd800;
}
.pro-grb .innr:nth-child(5) .item {
  background-image: url("../img/about-program5.svg");
  background-repeat: no-repeat;
  background-position: 92% 50%;
}
.pro-grb .innr:nth-child(5) .tit span {
  color: #8d8bdc;
}
@media (max-width: 1400px) {
  .pro-grb {
    text-align: center;
  }
  .pro-grb .innr .item {
    padding: 20rem 2.8rem 2.8rem 2.8rem;
    min-height: auto;
    background-position: 50% 10% !important;
    background-size: 12rem auto;
  }
  .pro-grb .tit {
    padding: 0 4rem;
    word-break: keep-all;
  }
  .pro-grb .txt {
    word-break: keep-all;
  }
  .pro-grb .txt br {
    display: none;
  }
}

.txt-grb h3 {
  font-size: 4rem;
  color: #665d55;
}
.txt-grb p {
  line-height: 1.6;
  font-size: 2.4rem;
  color: #665d55;
}
@media (max-width: 1400px) {
  .txt-grb h3 {
    font-size: 3.2rem;
  }
}
@media (max-width: 1400px) {
  .txt-grb {
    position: static !important;
    padding-top: 4rem;
    transform: translate(0, 0) !important;
  }
}

.cre-grb {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 46rem;
  position: relative;
  height: 110rem;
}
.cre-grb .innr {
  position: relative;
}
.cre-grb .innr::before {
  content: "";
  position: absolute;
  width: 12rem;
  height: 12rem;
  background-image: url("../img/academics-arrow.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.cre-grb .innr:nth-child(1)::before {
  bottom: -8rem;
  right: -20rem;
}
.cre-grb .innr:nth-child(1) .tit {
  background-color: #ffb2d5;
}
.cre-grb .innr:nth-child(2) {
  position: absolute;
  right: 7rem;
}
.cre-grb .innr:nth-child(2)::before {
  bottom: -15rem;
  left: -8rem;
  transform: rotate(90deg);
}
.cre-grb .innr:nth-child(2) .tit {
  background-color: #39c02a;
}
.cre-grb .innr:nth-child(3)::before {
  top: -8rem;
  left: -10rem;
  transform: rotate(180deg);
}
.cre-grb .innr:nth-child(3) .tit {
  background-color: #1272d9;
}
.cre-grb .innr:nth-child(4) {
  position: absolute;
  left: 8rem;
}
.cre-grb .innr:nth-child(4)::before {
  top: -18rem;
  right: -8rem;
  transform: rotate(270deg);
}
.cre-grb .innr:nth-child(4) .tit {
  background-color: #ffd800;
}
.cre-grb .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cre-grb .tit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 3rem;
  height: 6rem;
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
  background-color: #000000;
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
}
.cre-grb .txt {
  padding-top: 2rem;
  line-height: 1.6;
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
  color: #665d55;
}
@media (max-width: 1400px) {
  .cre-grb {
    gap: 0;
    padding-bottom: 6rem;
    text-align: center;
    height: auto;
  }
  .cre-grb .innr::before {
    display: block;
    transform: rotate(0) !important;
    position: static;
    margin: 0 auto;
    width: 12rem;
    height: 20rem;
    background-image: url("../img/academics-arrow2.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .cre-grb .innr:nth-child(1)::before {
    display: none;
  }
  .cre-grb .innr:nth-child(2) {
    position: static;
  }
  .cre-grb .innr:nth-child(4) {
    position: static;
  }
}

.dat-grb {
  display: flex;
}

.btn-grb {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-grb .bt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.btn-grb .bt-apply {
  width: 18.4rem;
  height: 5rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #ff7f00;
  border: 0.1rem solid #ff7f00;
  border-radius: 4rem;
  -webkit-border-radius: 4rem;
  -moz-border-radius: 4rem;
  -ms-border-radius: 4rem;
  -o-border-radius: 4rem;
}

/**/
.tbl-box {
  overflow: hidden;
  border: 0.1rem solid #FF7F00;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.tbl-box table {
  width: 100%;
  border-collapse: collapse;
}
.tbl-box table thead th {
  height: 6rem;
  font-size: 2rem;
  color: #fff;
  border: 0.1rem solid #FF7F00;
  background-color: #FF7F00;
}
.tbl-box table tbody tr td:first-child {
  border-left: 0;
}
.tbl-box table tbody tr td:last-child {
  border-right: 0;
}
.tbl-box table tbody td {
  height: 6rem;
  font-size: 1.8rem;
  text-align: center;
  color: #000000;
  border: 0.1rem solid #FF7F00;
  border-bottom: 0;
}

/**/
.tbl-grb {
  overflow: hidden;
  border: 0.1rem solid #FF7F00;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.tbl-grb table {
  width: 100%;
  border-collapse: collapse;
}
.tbl-grb table thead th {
  height: 7.2rem;
  font-size: 2rem;
  color: #fff;
  background-color: #FF7F00;
}
.tbl-grb table thead td {
  height: 7.2rem;
  font-size: 1.8rem;
  text-align: center;
  color: #8e8e8e;
  border-top: 0.1rem solid #FF7F00;
}
.tbl-grb table tbody tr:first-child th,
.tbl-grb table tbody tr:first-child td {
  border-top: 0;
}
.tbl-grb table tbody th {
  height: 7.2rem;
  font-size: 2rem;
  color: #fff;
  border-top: 0.1rem solid #fff;
  background-color: #FF7F00;
}
.tbl-grb table tbody td {
  height: 7.2rem;
  font-size: 1.8rem;
  text-align: center;
  color: #000000;
  border-top: 0.1rem solid #FF7F00;
}


/**/
.tbl-con {
  overflow: hidden;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.tbl-con table {
  width: 100%;
  border-collapse: collapse;
}
.tbl-con table thead {
  border-bottom: 0.1rem solid #f3ebe5;
}
.tbl-con table thead th {
  height: 7.2rem;
  font-size: 2rem;
  color: #665d55;
  border-top: 0.1rem solid #fff;
  background-color: #f3ebe5;
}
.tbl-con table thead td {
  height: 7.2rem;
  font-size: 1.8rem;
  text-align: center;
  color: #665d55;
  border-top: 0.1rem solid #f3ebe5;
}
.tbl-con table tbody {
  border-bottom: 0.1rem solid #f3ebe5;
}
.tbl-con table tbody th {
  height: 7.2rem;
  font-size: 2rem;
  color: #665d55;
  border-top: 0.1rem solid #fff;
  background-color: #fff;
}
.tbl-con table tbody td {
  height: 7.2rem;
  font-size: 1.8rem;
  text-align: center;
  color: #665d55;
  border-top: 0.1rem solid #f3ebe5;
}
.tbl-con .bt {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 3.8rem;
  margin: 0 auto;
  height: 3.4rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  background-color: #ff7f00;
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
}

[class^="bg-pattern-"] {
  position: absolute;
  z-index: 1;
  background-size: 100% auto;
}

.bg-pattern-11 {
  bottom: -30rem;
  left: -17rem;
  width: 27.6rem;
  height: 27.6rem;
  background-image: url("../img/bg-pattern-11.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.bg-pattern-12 {
  top: -22rem;
  right: -20rem;
  width: 27.2rem;
  height: 27.2rem;
  background-image: url("../img/bg-pattern-12.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.bg-pattern-13 {
  bottom: 20rem;
  right: -20rem;
  width: 26rem;
  height: 26rem;
  background-image: url("../img/bg-pattern-13.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.bg-pattern-21 {
  top: -31rem;
  left: -57rem;
  width: 47.5rem;
  height: 47.5rem;
  background-image: url("../img/bg-pattern-21.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.bg-pattern-22 {
  top: 67rem;
  right: -20rem;
  width: 29.6rem;
  height: 29rem;
  background-image: url("../img/bg-pattern-22.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.bg-pattern-41 {
  top: 12rem;
  left: -17rem;
  width: 25rem;
  height: 25rem;
  background-image: url("../img/bg-pattern-41.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media (max-width: 1400px) {
  .bg-pattern-41 {
    top: -10rem;
    left: -8rem;
    width: 16rem;
    height: 16rem;
  }
}

.bg-pattern-42 {
  bottom: 20rem;
  right: -12rem;
  width: 21.2rem;
  height: 21.2rem;
  background-image: url("../img/bg-pattern-42.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.bg-pattern-51 {
  top: 12rem;
  left: -17rem;
  width: 14.7rem;
  height: 14.7rem;
  background-image: url("../img/bg-pattern-51.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.bg-pattern-52 {
  top: -26rem;
  right: -26rem;
  width: 52.8rem;
  height: 52.8rem;
  background-image: url("../img/bg-pattern-52.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.bg-pattern-61 {
  top: 56rem;
  left: -50rem;
  width: 25.6rem;
  height: 29rem;
  background-image: url("../img/bg-pattern-61.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.bg-pattern-62 {
  top: 4.6rem;
  right: -15rem;
  width: 10rem;
  height: 10rem;
  background-image: url("../img/bg-pattern-62.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.bg-pattern-63 {
  bottom: 35rem;
  right: -40rem;
  width: 22rem;
  height: 22rem;
  background-image: url("../img/bg-pattern-63.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

/**/
.teacher-list {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  position: relative;
  z-index: 1;
}
.teacher-list .innr {
  width: calc((100% - 6rem) / 3);
}
.teacher-list .item {
  display: grid;
  position: relative;
  z-index: 2;
  padding: 2.8rem;
  width: 100%;
  background-color: #fff;
  box-shadow: 0.4rem 0.4rem 0.8rem 0 rgba(0, 0, 0, 0.16);
}
.teacher-list .item:hover .lik {
  display: flex;
}
.teacher-list .img {
  width: 100%;
  height: 52rem;
  background-color: #c6c6c6;
}
.teacher-list .img img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.teacher-list .image {
  display: block;
  width: 100%;
  padding-bottom: 120%;
}
.teacher-list .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  position: absolute;
  bottom: 2.8rem;
  right: 2.8rem;
  left: 2.8rem;
  min-height: 12rem;
  color: #fff;
}
.teacher-list .box span {
  font-size: 2.4rem;
}
.teacher-list .box strong {
  font-size: 3.4rem;
}
.teacher-list .lik {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15.4rem;
  height: 4rem;
  font-size: 1.2rem;
  color: #fff;
  background-color: #ff7f00;
  border-radius: 4rem;
  -webkit-border-radius: 4rem;
  -moz-border-radius: 4rem;
  -ms-border-radius: 4rem;
  -o-border-radius: 4rem;
}
@media (max-width: 1400px) {
  .teacher-list {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .teacher-list .innr {
    width: 100%;
  }
  .teacher-list .img {
    height: auto;
  }
  .teacher-list .img img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}

/**/
.teacher-view {
  display: flex;
  gap: 5rem;
}
.teacher-view .img {
  min-width: 30rem;
  height: 40rem;
  background-color: #c6c6c6;
}
.teacher-view .img img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.teacher-view .box {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0 0.5rem 0 0;
  height: 40rem;
  overflow-y: auto;
}
.teacher-view .box .tit {
  font-size: 2rem;
  font-weight: 700;
  color: #000000;
}
.teacher-view .box .txt {
  font-size: 1.8rem;
  color: #8e8e8e;
}
.teacher-view .box .txt ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.teacher-view .box .txt li {
  display: flex;
  gap: 0.4rem;
}
.teacher-view .box .txt li::before {
  content: "ㆍ";
  font-size: 1.5rem;
}
@media (max-width: 1400px) {
  .teacher-view {
    flex-direction: column;
  }
  .teacher-view .img {
    min-width: auto;
    height: auto;
  }
  .teacher-view .img img {
    width: 100%;
  }
  .teacher-view .box {
    display: block;
    padding: 0 0.5rem 0 0;
    height: auto;
    overflow-y: auto;
  }
  .teacher-view .box .tit {
    font-size: 2rem;
    font-weight: 700;
    color: #000000;
  }
  .teacher-view .box .txt {
    font-size: 1.8rem;
    color: #8e8e8e;
  }
  .teacher-view .box .txt ul {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .teacher-view .box .txt li {
    display: flex;
    gap: 0.4rem;
  }
  .teacher-view .box .txt li::before {
    content: "ㆍ";
    font-size: 1.5rem;
  }
}

/**/
.gallery-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  position: relative;
  z-index: 1;
}
.gallery-list .innr {
  width: calc((100% - 6rem) / 4);
}
.gallery-list .item {
  display: grid;
  position: relative;
  z-index: 2;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.gallery-list .img {
  width: 100%;
  height: 33.5rem;
  background-color: #c6c6c6;
}
.gallery-list .img img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.gallery-list .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  position: absolute;
  bottom: 2.8rem;
  right: 2.8rem;
  left: 2.8rem;
  min-height: 12rem;
  color: #fff;
}
.gallery-list .box span {
  font-size: 2.4rem;
}
.gallery-list .box strong {
  font-size: 3.4rem;
}
@media (max-width: 1400px) {
  .gallery-list .innr {
    width: calc((100% - 2rem) / 2);
  }
  .gallery-list .img {
    padding-bottom: 100%;
    height: auto;
  }
  .gallery-list .img img {
    position: absolute;
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
  }
}

/**/
.gallery-view {
  display: flex;
  gap: 5rem;
}
.gallery-view .img {
  min-width: 30rem;
  height: 40rem;
  background-color: #c6c6c6;
}
.gallery-view .img img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.gallery-view .box {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 40rem;
}
.gallery-view .box .tit {
  font-size: 2rem;
  font-weight: 700;
  color: #000000;
}
.gallery-view .box .txt {
  font-size: 1.8rem;
  color: #8e8e8e;
}
.gallery-view .box .txt ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.gallery-view .box .txt li {
  display: flex;
  gap: 0.4rem;
}
.gallery-view .box .txt li::before {
  content: "ㆍ";
  font-size: 1.5rem;
}

/**/
.contact-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6rem;
}
.contact-list .item {
  max-width: 64rem;
  width: 100%;
}
.contact-list .tit {
  padding: 2rem 0;
  font-size: 3rem;
  font-weight: 700;
  color: #665D55;
  border-bottom: 0.1rem solid #665D55;
}
.contact-list .txt {
  padding: 4rem 0;
  font-size: 2rem;
  color: #665D55;
}
.contact-list .txt ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.contact-list .txt li {
  display: flex;
  align-items: center;
  gap: 2rem;
  width: 100%;
}
.contact-list .txt i {
  display: inline-flex;
  min-width: 3.6rem;
  height: 3.6rem;
  background-color: #FF7F00;
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
}
.contact-list .txt .ico1 {
  background-image: url("../img/ico-contact-01.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.contact-list .txt .ico2 {
  background-image: url("../img/ico-contact-02.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.contact-list .txt .ico3 {
  background-image: url("../img/ico-contact-03.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.contact-list .map {
  max-width: 70rem;
  width: 100%;
  height: 49.2rem;
  background-color: #e4e4e4;
}
@media (max-width: 1400px) {
  .contact-list {
    flex-direction: column;
    gap: 4rem;
    padding: 0 1.2rem;
  }
  .contact-list .innr {
    width: 100%;
  }
  .contact-list .txt li {
    align-items: flex-start;
  }
  .contact-list .txt i {
    position: relative;
    top: -0.5rem;
    background-size: 50% auto;
  }
  .contact-list .txt strong {
    min-width: 5.2rem;
  }
  .contact-list .txt span {
    word-break: keep-all;
  }

  .contact-list .map {
    height: 40rem !important;
  }
}

/*페이징*/
.paging-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  padding: 6rem 0;
}
.paging-group .paging-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  position: relative;
  top: -0.15rem;
}
.paging-group .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  line-height: 2.4rem;
  font-size: 1.6rem;
  text-decoration: none;
  color: #8e8e8e;
  overflow: hidden;
  cursor: pointer;
  border-radius: 4rem;
  -webkit-border-radius: 4rem;
  -moz-border-radius: 4rem;
  -ms-border-radius: 4rem;
  -o-border-radius: 4rem;
}
.paging-group .num:focus,
.paging-group .num:hover {
  color: #000000;
}
@media (max-width: 1040px) {
  .paging-group .num {
    min-width: 2rem;
    height: 2rem;
  }
}
.paging-group .current {
  color: #000000;
  background-size: 1.6rem auto;
}
.paging-group .ico {
  min-width: 1.6rem;
  height: 2.4rem;
}
.paging-group .ico-first {
  background-image: url("../img/ico-first.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.paging-group .ico-prev {
  background-image: url("../img/ico-prev.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.paging-group .ico-next {
  background-image: url("../img/ico-next.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.paging-group .ico-end {
  background-image: url("../img/ico-end.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

/* ********************************************************************************* *
*  06) 로그인
* ********************************************************************************* */
.login-form {
  position: relative;
  margin: 0 auto;
  max-width: 51rem;
  width: 100%;
  padding: 12rem 0 16rem 0;
}
.login-form h2 {
  padding-bottom: 6.2rem;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  color: #000000;
}
.login-form .bt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 5.2rem;
  font-size: 1.6rem;
  font-weight: 600;
  border-radius: 0.4rem;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  -ms-border-radius: 0.4rem;
  -o-border-radius: 0.4rem;
}
.login-form .bt-login {
  color: #fff;
  background-color: #ff7f00;
}
.login-form .bt-normal {
  color: #665d55;
  background-color: #f3ebe5;
}
.login-form .bt-join {
  color: #fff;
  background-color: #ff7f00;
}

.login-form .bt-authnum {
  font-size: 1.6rem;
  color: #2d2d2d;
  border: 0.1rem solid #2d2d2d;
}

.login-form .bt-zip {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12rem;
  height: 5.2rem;
  font-size: 1.6rem;
  color: #2d2d2d;
  border: 0.1rem solid #2d2d2d;
  border-radius: 0.4rem;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  -ms-border-radius: 0.4rem;
  -o-border-radius: 0.4rem;
}
@media (max-width: 1040px) {
  .login-form {
    padding: 10rem 1.2rem 14rem 1.2rem;
  }
}

.form-box {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}
.form-box.join {
  gap: 2rem;
}
.form-box .innr {
  width: 100%;
}
.form-box .innr .tit {
  display: block;
  padding-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #1d1d1d;
}
.form-box .innr .tit em {
  font-size: 1.6rem;
  font-weight: 600;
  color: #de3412;
}
.form-box .innr .con {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.form-box .innr .con + .con {
  margin-top: 1rem;
}
.form-box .innr .tip {
  display: block;
  padding-top: 1rem;
  font-size: 1.6rem;
  color: #8e8e8e;
}
.form-box .fm-txt {
  padding: 0 2rem;
  width: 100%;
  height: 5.4rem;
  font-size: 1.6rem;
  border: 0.1rem solid #96979b;
  border-radius: 0.4rem;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  -ms-border-radius: 0.4rem;
  -o-border-radius: 0.4rem;
}

.form-chk {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.4rem 0;
}
.form-chk .fm-chk {
  position: absolute;
  z-index: -1;
  width: 2rem;
  height: 2rem;
  appearance: none;
  border-radius: 0.4rem;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  -ms-border-radius: 0.4rem;
  -o-border-radius: 0.4rem;
}
.form-chk .fm-chk + label {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.6rem;
  font-weight: 600;
  word-break: keep-all;
  cursor: pointer;
}
.form-chk .fm-chk + label:before {
  content: "";
  min-width: 2.4rem;
  height: 2.4rem;
  border: 0.1rem solid #c6c6c6;
  background-color: #c6c6c6;
  background-image: url("../img/fm-chk.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 0.2rem;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  -ms-border-radius: 0.2rem;
  -o-border-radius: 0.2rem;
  transition: 0.2s ease-out;
}
.form-chk .fm-chk + label:hover:before,
.form-chk .fm-chk + label:focus:before {
  border-color: #ff7f00;
  background-color: #ff7f00;
}
.form-chk .fm-chk + label:focus-visible {
  outline: 0.2rem solid rgba(0, 0, 0, 0.05);
}
.form-chk .fm-chk:checked + label:before {
  border-color: #ff7f00;
  background-color: #ff7f00;
}
.form-chk .fm-chk.small + label {
  font-size: 1.4rem;
}
.form-chk .fm-chk.small + label:before {
  min-width: 1.6rem;
  height: 1.6rem;
  background-size: 0.8rem auto;
}
.form-chk .fm-chk:disabled + label {
  color: #5a5e6a;
  cursor: not-allowed;
  pointer-events: none;
}
.form-chk .fm-chk:disabled + label:before {
  border: 0.1rem solid #e4e7ea;
  background-color: #f2f4f5;
}
.form-chk .fm-chk:disabled:checked + label:before {
  border-color: #e4e7ea;
  background-color: #f2f4f5;
  background-image: url("../img/fm-chk-disabled.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.form-chk .bt-secure {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  font-size: 1.4rem;
  font-weight: 600;
}
.form-chk .bt-secure .ico {
  width: 2rem;
  height: 2rem;
  background-image: url("../img/ico-secure.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.form-chk.rows {
  flex-direction: column;
  align-items: flex-start;
  gap: 4rem;
  padding: 4rem 0;
}
.form-chk.rows .tit {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding-bottom: 0.8rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #000000;
}
.form-chk.rows .ico {
  display: inline-flex;
  align-items: center;
  width: 1.8rem;
  height: 2rem;
  background-image: url("../img/ico-arr.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.form-lik {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 3.2rem;
  padding: 1.4rem 0 3.6rem 0;
}
.form-lik a {
  font-size: 1.6rem;
  font-weight: 500;
  color: #665d55;
}
.form-lik em {
  display: block;
  width: 0.1rem;
  height: 2rem;
  background-color: #d8d9dc;
}

/* header > search */
.modal-search {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 3000;
  top: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 0 2rem 4rem 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  animation: VisibleAnimation 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.modal-search.mact {
  display: flex;
  animation: SearchEffect 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.hidden #wrap::before {
  content: "";
  position: absolute;
  z-index: 290;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
}

.head-search .title {
  display: flex;
  align-items: center;
  padding: 0 6rem;
  min-height: 12rem;
}
.head-search .title a {
  font-size: 5rem;
  font-family: "Urbanist";
  font-weight: 900;
  color: #ff7f00;
  text-decoration: none;
}
.head-search .search-area {
  padding: 12rem 0;
}
.head-search .search-area fieldset {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.8rem;
}
.head-search .search-area .search-form {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.head-search .search-area .search-form input {
  padding: 0 3rem;
  width: 62rem;
  min-height: 5.6rem;
  font-size: 1.6rem;
  color: #000000;
  border: 0.1rem solid #ff7f00;
  background-color: #fff;
  box-shadow: 0.2rem 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.16);
  border-radius: 6rem;
  -webkit-border-radius: 6rem;
  -moz-border-radius: 6rem;
  -ms-border-radius: 6rem;
  -o-border-radius: 6rem;
}
.head-search .search-area .bt-search {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: -8rem;
}
.head-search .search-area .bt-search::before {
  content: "";
  min-width: 5.6rem;
  height: 5.6rem;
  background-color: #ff7f00;
  background-image: url("../img/bt-modal-search.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  box-shadow: 0.2rem 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.16);
  border-radius: 6rem;
  -webkit-border-radius: 6rem;
  -moz-border-radius: 6rem;
  -ms-border-radius: 6rem;
  -o-border-radius: 6rem;
}
.head-search .search-area .bt-search-close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 6rem;
  min-width: 4.4rem;
  height: 12rem;
  background-image: url("../img/bt-close.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media (max-width: 1400px) {
  .head-search .title {
    padding: 0 1.2rem;
    min-height: 11rem;
    border-bottom: 0.1rem solid #e4e4e4;
  }
  .head-search .search-area {
    padding: 10rem 0;
  }
  .head-search .search-area .bt-search-close {
    right: 1.2rem;
    height: 11rem;
  }
}
@media (max-width: 1040px) {
  .head-search .search-area fieldset {
    justify-content: flex-start;
    gap: 1rem;
    padding: 0 2.8rem;
  }
  .head-search .search-area fieldset .search-form {
    width: 84%;
  }
  .head-search .search-area fieldset .search-form input {
    width: 100%;
  }
}

.serch-title {
  border-top: 0.1rem solid #8e8e8e;
  border-bottom: 0.1rem solid #d8d8d8;
}
.serch-title h3 {
  padding: 4rem 0 2rem 0;
  font-size: 4rem;
  color: #665d55;
}

.serch-list .innr {
  width: 100%;
}
.serch-list .item {
  padding: 4rem 0;
  border-bottom: 0.1rem solid #d8d8d8;
}
.serch-list .dat {
  font-size: 1.6rem;
  color: #000000;
}
.serch-list .tit {
  padding: 0.6rem 0 2rem 0;
  font-size: 2.8rem;
  font-weight: 700;
  color: #665d55;
}
.serch-list .txt {
  line-height: 1.5;
  font-size: 2.2rem;
  color: #665d55;
}
.serch-list .bts {
  padding-top: 3.2rem;
}
.serch-list .bts .bt {
  font-size: 1.6rem;
  text-decoration: underline;
  color: #000000;
}

.serch-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6rem 0;
}
.serch-button .bt-more {
  display: inline-flex;
}
.serch-button .bt-more .ico {
  min-width: 5.6rem;
  height: 5.6rem;
  background-color: #ff7f00;
  background-image: url("../img/bt-more.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  box-shadow: 0.2rem 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.16);
  border-radius: 6rem;
  -webkit-border-radius: 6rem;
  -moz-border-radius: 6rem;
  -ms-border-radius: 6rem;
  -o-border-radius: 6rem;
}

/* ********************************************************************************* *
*  02) 모달
* ********************************************************************************* */
.user-head {
  border-bottom: 0.1rem solid #e4e4e4;
}
.user-head h3 {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 0 4rem;
  min-height: 10rem;
  font-size: 3.4rem;
  color: #000000;
}
.user-head h3 span {
  font-size: 2.4rem;
  font-weight: 400;
  color: #8e8e8e;
}
.user-head + .user-body {
  padding-top: 3rem;
}
.user-head .tit {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 3rem 4rem;
  font-size: 1.8rem;
  font-weight: 400;
  color: #000000;
}
.user-head .tit .ico {
  min-width: 2rem;
  height: 2rem;
  border: 0.1rem solid #ff7f00;
  background-color: #ff7f00;
  background-image: url("../img/fm-chk.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 0.2rem;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  -ms-border-radius: 0.2rem;
  -o-border-radius: 0.2rem;
}
@media (max-width: 1400px) {
  .user-head h3 {
    font-size: 3rem;
  }
  .user-head h3 span {
    display: none;
    font-size: 1.7rem;
    font-weight: 400;
    color: #8e8e8e;
  }
}

.user-body {
  padding: 4rem;
}
@media (max-width: 1400px) {
  .user-body {
    height: calc(100vh - 22rem);
    overflow-y: auto;
  }
}

.user-foot {
  /* Modal Button */
}
.user-foot .bt-close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1001;
  top: 2.5rem;
  right: 3rem;
  min-width: 4.4rem;
  height: 4.4rem;
  background-color: #fff;
  background-image: url("../img/bt-close.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 4rem auto;
  border-radius: 4.4rem;
  -webkit-border-radius: 4.4rem;
  -moz-border-radius: 4.4rem;
  -ms-border-radius: 4.4rem;
  -o-border-radius: 4.4rem;
}
.user-foot .bt-close:hover,
.user-foot .bt-close:focus {
  background-color: #e4e4e4;
}
@media (max-width: 1040px) {
  .user-foot .bt-close {
    right: 2rem;
    min-width: 3.2rem;
    height: 3.2rem;
  }
}

.user-text {
  line-height: 1.4;
  font-size: 1.4rem;
  color: #000000;
}
.user-text ol {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.user-text li {
  display: flex;
}
.user-text li::before {
  content: "ㆍ";
  min-width: 2rem;
}
.user-text p + p {
  margin-top: 1rem;
}
.user-text .tac {
  display: flex;
  align-items: center;
  justify-content: center;
}

.user-list {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  padding: 3rem;
  margin-bottom: 2rem;
  background-color: #f0f0f0;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
}
.user-list .innr + .innr {
  padding-top: 2.4rem;
  margin-top: 1rem;
  border-top: 0.1rem solid #c6c6c6;
}
.user-list .item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.user-list .tit {
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  color: #000000;
}
.user-list .tit .ico {
  position: absolute;
  top: 0.5rem;
  left: -1rem;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #ff7f00;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
}
.user-list .txt {
  font-size: 1.4rem;
  color: #000000;
}

.user-form {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  padding: 3rem;
  background-color: #f0f0f0;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
}
.user-form .innr {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.user-form .item {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
}
.user-form .tit {
  min-width: 8rem;
  font-size: 1.4rem;
  color: #000000;
}
.user-form .con {
  width: 100%;
}

.modal-wrap {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 1000;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(0.5rem);
  -webkit-backdrop-filter: blur(0.5rem);
  overflow: hidden;
  transition: 0.4s ease-in-out;
}
.modal-wrap.mact {
  display: flex;
  pointer-events: auto;
}
.modal-wrap .modal-user {
  animation: blowOpen 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.modal-wrap .modal-user.act .modal-user {
  animation: blowClose 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

/* Animation */
@keyframes blowOpen {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blowClose {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
.modal-user {
  width: 100%;
  background-color: #fff;
  /**/
  /**/
  /**/
  /**/
  /**/
  /**/
}
.modal-user .fm-chk {
  position: absolute;
  z-index: -1;
  width: 2rem;
  height: 2rem;
  appearance: none;
  border-radius: 0.4rem;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  -ms-border-radius: 0.4rem;
  -o-border-radius: 0.4rem;
}
.modal-user .fm-chk + label {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  font-size: 1.6rem;
  word-break: keep-all;
  cursor: pointer;
}
.modal-user .fm-chk + label:before {
  content: "";
  min-width: 2rem;
  height: 2rem;
  border: 0.1rem solid #c6c6c6;
  background-color: #c6c6c6;
  background-image: url("../img/fm-chk.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 0.2rem;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  -ms-border-radius: 0.2rem;
  -o-border-radius: 0.2rem;
  transition: 0.2s ease-out;
}
.modal-user .fm-chk + label:hover:before,
.modal-user .fm-chk + label:focus:before {
  border-color: #ff7f00;
  background-color: #ff7f00;
}
.modal-user .fm-chk + label:focus-visible {
  outline: 0.2rem solid rgba(0, 0, 0, 0.05);
}
.modal-user .fm-chk:checked + label:before {
  border-color: #ff7f00;
  background-color: #ff7f00;
}
.modal-user .fm-chk:disabled + label {
  color: #5a5e6a;
  cursor: not-allowed;
  pointer-events: none;
}
.modal-user .fm-chk:disabled + label:before {
  border: 0.1rem solid #e4e7ea;
  background-color: #fff;
}
.modal-user .fm-chk:disabled:checked + label:before {
  border-color: #e4e7ea;
  background-color: #fff;
  background-image: url("../img/fm-chk-disabled.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.modal-user .fm-rad {
  position: absolute;
  width: 2rem;
  height: 2rem;
  appearance: none;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
}
.modal-user .fm-rad + label {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  position: relative;
  padding-right: 0.6rem;
  font-size: 1.4rem;
  word-break: keep-all;
  color: #1d2125;
  cursor: pointer;
}
.modal-user .fm-rad + label span {
  display: inline-flex;
  align-items: center;
  line-height: 1.3;
}
.modal-user .fm-rad + label::before,
.modal-user .fm-rad + label::after {
  content: "";
  min-width: 2rem;
  height: 2rem;
  transition: 0.2s ease-in-out;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
}
.modal-user .fm-rad + label::before {
  border: 0.1rem solid #ccd1d6;
  background-color: #fff;
}
.modal-user .fm-rad + label::after {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background-color: transparent;
}
.modal-user .fm-rad + label:hover::before,
.modal-user .fm-rad + label:focus::before {
  border-color: #ff7f00;
  background-color: #fff;
}
.modal-user .fm-rad + label:focus-visible {
  outline: 0.2rem solid rgba(0, 0, 0, 0.05);
}
.modal-user .fm-rad:checked + label::before {
  border-color: #ff7f00;
  background-color: #fff;
}
.modal-user .fm-rad:checked + label::after {
  margin: 0.52rem 0.48rem;
  min-width: 1rem;
  height: 1rem;
  background-color: #ff7f00;
}
.modal-user .fm-sel {
  padding: 0 6rem 0 1.6rem;
  width: 100%;
  height: 4rem;
  font-size: 1.4rem;
  color: #8e8e8e;
  border: 0.1rem solid #fff;
  background-image: url("../img/fm-sel.svg");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  border-radius: 0.4rem;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  -ms-border-radius: 0.4rem;
  -o-border-radius: 0.4rem;
  appearance: none;
}
.modal-user .fm-sel.error {
  border-color: #de3412;
}
.modal-user .fm-sel:hover,
.modal-user .fm-sel:focus-visible {
  border-color: #2d2d2d;
}
.modal-user .fm-txt {
  padding: 1.4rem;
  width: 100%;
  height: 4rem;
  font-size: 1.4rem;
  color: #8e8e8e;
  border: 0.1rem solid #fff;
  border-radius: 0.4rem;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  -ms-border-radius: 0.4rem;
  -o-border-radius: 0.4rem;
}
.modal-user .fm-txt.error {
  border-color: #de3412;
}
.modal-user .fm-txt:hover,
.modal-user .fm-txt:focus-visible {
  color: #000000;
}
.modal-user .fm-dat {
  position: relative;
  padding: 0 1.6rem;
  padding-right: 5rem;
  width: 100%;
  height: 6rem;
  font-size: 1.7rem;
  color: #8e8e8e;
  border: 0.1rem solid #fff;
  border-radius: 0.8rem;
  -webkit-border-radius: 0.8rem;
  -moz-border-radius: 0.8rem;
  -ms-border-radius: 0.8rem;
  -o-border-radius: 0.8rem;
  resize: none;
}
.modal-user .fm-dat.error {
  border-color: #de3412;
}
.modal-user .fm-dat:hover,
.modal-user .fm-dat:focus-visible {
  border-color: #2d2d2d;
}
.modal-user .fm-dat::-webkit-calendar-picker-indicator {
  position: absolute;
  z-index: 1;
  right: 1.6rem;
  opacity: 0;
  cursor: pointer;
}
.modal-user .fm-dat::after {
  content: url("../img/ico-date.svg");
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 1.6rem;
  width: 2rem;
  height: 2rem;
  transform: translateY(-50%);
  pointer-events: none;
}
.modal-user .fm-tme {
  position: relative;
  padding: 0 1.6rem;
  padding-right: 5rem;
  width: 100%;
  height: 6rem;
  font-size: 1.7rem;
  color: #8e8e8e;
  border: 0.1rem solid #fff;
  border-radius: 0.8rem;
  -webkit-border-radius: 0.8rem;
  -moz-border-radius: 0.8rem;
  -ms-border-radius: 0.8rem;
  -o-border-radius: 0.8rem;
  resize: none;
}
.modal-user .fm-tme.error {
  border-color: #de3412;
}
.modal-user .fm-tme:hover,
.modal-user .fm-tme:focus-visible {
  border-color: #2d2d2d;
}
.modal-user .fm-tme::-webkit-calendar-picker-indicator {
  position: absolute;
  z-index: 1;
  right: 1.6rem;
  opacity: 0;
  cursor: pointer;
}
.modal-user .fm-tme::after {
  content: url("../img/ico-time.svg");
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 1.6rem;
  width: 2rem;
  height: 2rem;
  transform: translateY(-50%);
  pointer-events: none;
}
.modal-user .user-foot {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.modal-user .bt {
  transition: 0.2s ease-in-out;
}
.modal-user .bt-active {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  max-width: 18.4rem;
  width: 100%;
  min-height: 5rem;
  font-size: 1.6rem;
  font-weight: 800;
  color: #fff;
  background-color: #ff7f00;
  border-radius: 5rem;
  -webkit-border-radius: 5rem;
  -moz-border-radius: 5rem;
  -ms-border-radius: 5rem;
  -o-border-radius: 5rem;
}
.modal-user .bt-active:hover,
.modal-user .bt-active:focus-visible {
  background-color: #c56200;
}
.modal-user .bt-normal {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  max-width: 18.4rem;
  width: 100%;
  min-height: 5rem;
  font-size: 1.6rem;
  font-weight: 800;
  color: #8e8e8e;
  border: 0.1rem solid #e4e4e4;
  background-color: #fff;
  border-radius: 3.6rem;
  -webkit-border-radius: 3.6rem;
  -moz-border-radius: 3.6rem;
  -ms-border-radius: 3.6rem;
  -o-border-radius: 3.6rem;
}
.modal-user .bt-normal:hover,
.modal-user .bt-normal:focus-visible {
  color: #2d2d2d;
  border-color: #2d2d2d;
}
@media (max-width: 1400px) {
  .modal-user {
    width: 90% !important;
  }
}

.modal-header {
  position: absolute;
}

.modal-title {
  font-size: 3rem;
  color: #3a434b;
}

.modal-info {
  display: flex;
  gap: 3.6rem;
}
.modal-info .md-info {
  padding-top: 6rem;
  width: 100%;
}
.modal-info .md-info .img img {
  width: 100%;
  height: auto;
}
.modal-info .md-info .txt {
  padding: 2rem 0;
}
.modal-info .md-info .txt ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.modal-info .md-info .txt li {
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
  font-size: 1.7rem;
  color: #3a434b;
}
.modal-info .md-info .txt li strong {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  min-height: 2.6rem;
  white-space: nowrap;
  position: relative;
}
.modal-info .md-info .txt li strong::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background-color: #7694d2;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
}
.modal-info .md-info .txt li span {
  padding: 0.3rem 0;
  word-break: keep-all;
}
.modal-info .md-line {
  display: flex;
  align-items: center;
  width: 0.1rem;
  min-height: 100%;
  background-color: #ccc;
}
.modal-info .md-list {
  padding: 0 1rem 0 0;
  width: 100%;
  height: 60rem;
  overflow: hidden;
  overflow-y: auto;
}
.modal-info .md-list .md-title {
  padding-bottom: 2rem;
}
.modal-info .md-list .md-title h4 {
  font-size: 2rem;
  font-weight: 600;
  color: #3a434b;
}

.md-organ {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.md-organ .flow {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
.md-organ .flow strong {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.6rem;
  min-width: 10rem;
  min-height: 3.8rem;
}
.md-organ .flow span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 13rem;
  min-height: 3.8rem;
}
.md-organ .flow ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}
.md-organ .flow .txt0 {
  color: #fff;
  background-color: #0e51ad;
}
.md-organ .flow .txt1 {
  color: #fff;
  background-color: #555555;
}
.md-organ .flow .txt2 {
  color: #555555;
  background-color: #e4e8ec;
}
.md-organ .flow .txt3 {
  color: #fff;
  background-color: #748db8;
}

.md-table {
  padding: 2rem 0;
}
.md-table table {
  width: 100%;
}
.md-table table thead {
  background-color: #dce1ec;
}
.md-table table thead th {
  padding: 1.2rem 0;
  font-size: 1.6rem;
  color: #3a434b;
}
.md-table table tbody tr td:first-child {
  border-left: 0;
}
.md-table table tbody tr td:last-child {
  border-right: 0;
}
.md-table table tbody td {
  padding: 0.4rem 0;
  text-align: center;
  border: 0.1rem solid #dee3ee;
}

.grid-container {
  display: grid;
  grid-template-columns: 65.3rem 42rem 25.3rem; /* 총합 = 653+420+253=1326 */
  grid-template-rows: 26.5rem 32.3rem 23.5rem 1.9rem; /* 필요 시 마지막 row로 높이 맞춤 */
  gap: 1rem;
  grid-template-areas: "item1 item2 item2" "item3 item4 item6" "item3 item5 item6";
  margin: 0 auto;
  max-width: 132.6rem;
  width: 100%;
  height: 84.2rem;
}
.grid-container .innr1 {
  grid-area: item1;
}
.grid-container .innr2 {
  grid-area: item2;
}
.grid-container .innr3 {
  grid-area: item3;
}
.grid-container .innr4 {
  grid-area: item4;
}
.grid-container .innr5 {
  grid-area: item5;
}
.grid-container .innr6 {
  grid-area: item6;
}

.grid-innr {
  border: 0.1rem solid #e4e4e4;
  background-color: #fff;
}

.sect-tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 0 2.8rem;
  min-height: 5rem;
}
.sect-tit::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.1rem;
  background-color: #ccd0d3;
}
.sect-tit h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.sect-tit .bt-more i {
  display: flex;
  position: relative;
  width: 1.4rem;
  height: 1.4rem;
}
.sect-tit .bt-more i::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 0.1rem);
  width: 0.2rem;
  height: 1.4rem;
  background-color: #787c87;
}
.sect-tit .bt-more i::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.1rem);
  left: 0;
  width: 1.4rem;
  height: 0.2rem;
  background-color: #787c87;
}
.sect-tit .bt-more span {
  display: none;
}

.sect-con {
  display: flex;
  align-items: center;
}
.sect-con .line {
  min-width: 0.1rem;
  height: 14rem;
  background-color: #d9e0e5;
}

.sect-tab {
  position: relative;
}
.sect-tab .tabs {
  display: flex;
  position: absolute;
  z-index: 2;
  top: -5rem;
  right: 3rem;
}
.sect-tab .bt-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 10rem;
  min-height: 5rem;
}
.sect-tab .bt-tab:hover {
  font-weight: 700;
  color: #0075e0;
}
.sect-tab .bt-tab:hover::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 0.3rem;
  background-color: #0075e0;
}
.sect-tab .bt-tab.act {
  font-weight: 700;
  color: #0075e0;
}
.sect-tab .bt-tab.act::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 0.3rem;
  background-color: #0075e0;
}
.sect-tab .cons {
  display: flex;
  align-items: center;
  height: 51.6rem;
}
.sect-tab .cons.hide {
  display: none;
}
.sect-tab .cons p {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  position: absolute;
  z-index: 2;
  top: 5rem;
  right: 2rem;
  font-size: 1.5rem;
  color: #7a90bb;
}
.sect-tab .cons p i {
  min-width: 1.6rem;
  height: 1.6rem;
  background-image: url("../img/ico-map.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 2rem auto;
}
.sect-tab .cons .map-korea {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  background-image: url("../img/map-korea.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.sect-tab .cons .map-korea li {
  display: flex;
  position: absolute;
}
.sect-tab .cons .map-korea li:nth-child(1) {
  top: 12rem;
  left: 23rem;
}
.sect-tab .cons .map-korea li:nth-child(2) {
  top: 12rem;
  left: 23rem;
}
.sect-tab .cons .map-korea li:nth-child(3) {
  top: 12rem;
  left: 23rem;
}
.sect-tab .cons .map-korea li:nth-child(4) {
  top: 12rem;
  left: 23rem;
}
.sect-tab .cons .map-korea li:nth-child(5) {
  top: 12rem;
  left: 23rem;
}
.sect-tab .cons .map-korea li:nth-child(6) {
  top: 12rem;
  left: 23rem;
}
.sect-tab .cons .map-korea li:nth-child(7) {
  top: 12rem;
  left: 23rem;
}
.sect-tab .cons .map-korea li:nth-child(8) {
  top: 12rem;
  left: 23rem;
}
.sect-tab .cons .map-korea .link {
  width: 1.8rem;
  height: 1.8rem;
  border: 0.4rem solid #fff;
  background-color: #0075e0;
  box-shadow: 0 0.4rem 0.8rem 0 rgba(0, 0, 0, 0.4);
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
  transition: transform 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
  transform-origin: center;
}
.sect-tab .cons .map-korea .link:hover {
  transform: scale(2.1);
  border-color: #529eeb;
  background-color: #fff;
}
.sect-tab .cons .map-world {
  display: flex;
  width: 100%;
  height: 36.7rem;
  position: relative;
  background-image: url("../img/map-world.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.sect-tab .cons .map-world li {
  display: flex;
  position: absolute;
  z-index: 1;
}
.sect-tab .cons .map-world li:hover {
  z-index: 2;
}
.sect-tab .cons .map-world li:nth-child(1) {
  top: 12rem;
  left: 11rem;
}
.sect-tab .cons .map-world li:nth-child(2) {
  top: 15rem;
  left: 13.5rem;
}
.sect-tab .cons .map-world li:nth-child(3) {
  top: 14rem;
  left: 15.8rem;
}
.sect-tab .cons .map-world li:nth-child(4) {
  top: 22rem;
  left: 19rem;
}
.sect-tab .cons .map-world li:nth-child(5) {
  top: 25rem;
  left: 21.5rem;
}
.sect-tab .cons .map-world li:nth-child(6) {
  top: 28.8rem;
  left: 19.6rem;
}
.sect-tab .cons .map-world li:nth-child(7) {
  top: 3.7rem;
  left: 23rem;
}
.sect-tab .cons .map-world li:nth-child(8) {
  top: 4.6rem;
  left: 25.6rem;
}
.sect-tab .cons .map-world li:nth-child(9) {
  top: 17.6rem;
  left: 32rem;
}
.sect-tab .cons .map-world li:nth-child(10) {
  top: 21.8rem;
  left: 34.6rem;
}
.sect-tab .cons .map-world li:nth-child(11) {
  top: 25.2rem;
  left: 35rem;
}
.sect-tab .cons .map-world li:nth-child(12) {
  top: 20rem;
  left: 37.5rem;
}
.sect-tab .cons .map-world li:nth-child(13) {
  top: 11rem;
  left: 36.5rem;
}
.sect-tab .cons .map-world li:nth-child(14) {
  top: 9.4rem;
  left: 40.4rem;
}
.sect-tab .cons .map-world .link {
  width: 1.8rem;
  height: 1.8rem;
  border: 0.4rem solid #fff;
  background-color: #0075e0;
  box-shadow: 0 0.4rem 0.8rem 0 rgba(0, 0, 0, 0.4);
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
  transition: transform 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
  transform-origin: center;
}
.sect-tab .cons .map-world .link:hover {
  transform: scale(2.1);
  border-color: #529eeb;
  background-color: #fff;
}

.con-graph {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 21.3rem;
}
.con-graph h4 {
  text-align: center;
}

.wrd-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-top: 1.6rem;
}
.wrd-wrap .wrd {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  position: relative;
  font-size: 1.3rem;
  font-weight: 500;
  color: #8e8e8e;
}
.wrd-wrap .wrd::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
}
.wrd-wrap .wr1::before {
  background-color: #2b65f0;
}
.wrd-wrap .wr2::before {
  background-color: #ffa800;
}
.wrd-wrap .wr3::before {
  background-color: #c3c3c3;
}
.wrd-wrap .wr4::before {
  background-color: #b468ef;
}
.wrd-wrap .wr5::before {
  background-color: #26c9a8;
}
.wrd-wrap .wr6::before {
  background-color: #fb681f;
}
.wrd-wrap .or1::before {
  background-color: #2b65f0;
}
.wrd-wrap .or2::before {
  background-color: #ffa800;
}
.wrd-wrap .or3::before {
  background-color: #c3c3c3;
}
.wrd-wrap .or4::before {
  background-color: #fb681f;
}
.wrd-wrap .or5::before {
  background-color: #b468ef;
}
.wrd-wrap .or6::before {
  background-color: #26c9a8;
}

.board-wrap .board-list {
  padding: 2rem;
  width: 100%;
}
.board-wrap .board-list .innr2 {
  position: relative;
  padding-bottom: 2rem;
}
.board-wrap .board-list .innr2::after {
  content: "";
  position: absolute;
  bottom: 1.2rem;
  width: 100%;
  height: 0.1rem;
  background-color: #e4e4e4;
}
.board-wrap .board-list .innr2 .item {
  padding: 1rem;
}
.board-wrap .board-list .innr2 .item .tit {
  line-height: 1.5;
  font-size: 1.7rem;
  font-weight: 600;
  color: #3a434b;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.board-wrap .board-list .innr2 .item .dat {
  display: none;
}
.board-wrap .board-list .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  min-height: 3.6rem;
  text-decoration: none;
}
.board-wrap .board-list .item:hover .tit {
  text-decoration: underline;
}
.board-wrap .board-list .tit {
  font-size: 1.6rem;
  font-weight: 600;
  color: #3a434b;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.board-wrap .board-list .dat {
  padding-left: 1.2rem;
  font-size: 1.5rem;
  white-space: nowrap;
  color: #3a434b;
}
.board-wrap .nodata {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}

.system-wrap .system-list {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  background-color: #f0f0f0;
}
.system-wrap .system-list .innr {
  background-color: #fff;
}
.system-wrap .system-list .item {
  display: flex;
  align-items: center;
  height: 5.2rem;
}
.system-wrap .system-list .ico {
  margin-left: 2rem;
  width: 3.6rem;
  height: 3.6rem;
}
.system-wrap .system-list .tit {
  font-size: 1.6rem;
  font-weight: 700;
  color: #555555;
}
.system-wrap .system-list .sys01 {
  background-image: url("../img/sys01.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 2.8rem auto;
}
.system-wrap .system-list .sys02 {
  background-image: url("../img/sys02.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 2.8rem auto;
}
.system-wrap .system-list .sys03 {
  background-image: url("../img/sys03.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 2.8rem auto;
}
.system-wrap .system-list .sys04 {
  background-image: url("../img/sys04.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 2.8rem auto;
}
.system-wrap .system-list .sys05 {
  background-image: url("../img/sys05.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 2.8rem auto;
}
.system-wrap .system-list .sys06 {
  background-image: url("../img/sys06.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 2.8rem auto;
}
.system-wrap .system-list .sys07 {
  background-image: url("../img/sys07.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 2.8rem auto;
}
.system-wrap .system-list .sys08 {
  background-image: url("../img/sys08.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 2.8rem auto;
}
.system-wrap .system-list .sys09 {
  background-image: url("../img/sys09.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 2.8rem auto;
}
.system-wrap .system-list .sys00 {
  background-image: url("../img/sys00.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 2.8rem auto;
}

.frm-box {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.frm-box .inr {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.frm-box .fm-dat {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 1.2rem;
  width: 11rem;
  height: 3rem;
  font-size: 1.5rem;
  color: #2c3f52;
  border: 0.1rem solid #bcc3ca;
  background-color: #f1f5f9;
  border-radius: 0.2rem;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  -ms-border-radius: 0.2rem;
  -o-border-radius: 0.2rem;
}
.frm-box .fm-dat.error {
  border-color: #de3412;
}
.frm-box .fm-dat:hover,
.frm-box .fm-dat:focus-visible {
  border-color: #555555;
}
.frm-box .fm-dat::-webkit-calendar-picker-indicator {
  position: absolute;
  z-index: 1;
  right: 1.6rem;
  opacity: 0;
  cursor: pointer;
}
.frm-box .fm-dat::after {
  content: url("../img/ico-date.png");
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 1rem;
  width: 2rem;
  height: 2rem;
  transform: translateY(-50%);
  pointer-events: none;
}
.frm-box .bt-srh {
  width: 4.8rem;
  height: 3rem;
  font-size: 1.5rem;
  white-space: nowrap;
  color: #fff;
  background-color: #7b94c3;
  border-radius: 0.2rem;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  -ms-border-radius: 0.2rem;
  -o-border-radius: 0.2rem;
}

.mySwiper {
  height: calc(100vh - 120px);
  overflow: hidden;
}

@media (max-width: 767px) {
  .mySwiper {
    height: calc(100vh - 88px);
    overflow: hidden;
  }
}

/* 슬라이드가 컨테이너를 꽉 채우게 */
.mySwiper .swiper-slide {
  width: 100%;
  height: 100%;
}

/* 이미지를 왜곡 없이 꽉 채우게 */
.mySwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 비율 유지 + 잘라내며 꽉 채움 */
  object-position: center; /* 가운데 정렬 */
  display: block;
}

.wn_new_table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Malgun Gothic", "Apple SD Gothic Neo", sans-serif;
  font-size: 14px;
  margin-top: 20px;
}

.wn_new_table th,
.wn_new_table td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}

.wn_new_table th {
  background-color: #f2f2f2;
  font-weight: bold;
}

.wn_new_table_th {
  background-color: #f2f2f2;
  font-weight: bold;
}

/* .wn_new_table tr:nth-child(even) {
  background-color: #fafafa;
} */

.tr_bg_gray {
  background-color: #fafafa;
}

.wn_new_table td[colspan],
td[rowspan] {
  background-color: #fff;
}

.wn_new_table td {
  white-space: nowrap;
}

.wn_new_table_mo {
  width: 100%;
  border-collapse: collapse;
  font-family: "Malgun Gothic", "Apple SD Gothic Neo", sans-serif;
  font-size: 12px;
  margin-top: 20px;
}

.wn_new_table_mo td {
  text-align: left;
  white-space: nowrap;
}

.wn_new_table_mo th,
.wn_new_table_mo td {
  border: 1px solid #ccc;
  padding: 5px;
  vertical-align: middle;
}

.wn_new_table_mo th {
  background-color: #f2f2f2;
  font-weight: bold;
}

.wn_new_table_th {
  width: 120px;
  background-color: #f2f2f2;
  font-weight: bold;
  text-align: center !important;
}

/* .wn_new_table tr:nth-child(even) {
  background-color: #fafafa;
} */

.tr_bg_gray {
  background-color: #fafafa;
}

.wn_new_table_mo td[colspan],
td[rowspan] {
  background-color: #fff;
}

.bt-myReservation {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12rem;
  height: 4.2rem;
  font-size: 1.6rem;
  color: #2d2d2d;
  border: 0.1rem solid #2d2d2d;
  border-radius: 0.4rem;
  -webkit-border-radius: 0.4rem;
  margin-bottom:5px;
}

.pr_tb_item.on {
  background-color: #ffeedd !important;
}

.pr_tb_item.end {
  background-color: #eeeeee !important;
  color:#999 !important;
}

mark.hl {
  background: #ffeb3b;
  padding: 0 .1em;
  border-radius: .1em;
}

@media (max-width: 1400px) {
  .img-grb .innr img{
    margin-bottom:10px;
    border-radius:10px;
  }
}