@charset "utf-8";

/* 초기화 */
html {
  overflow-y: scroll
}

@font-face {
  font-family: "Aptos";
  src: url("/fonts/aptos.ttf") format("ttf");
  font-style: normal;
  font-display: swap;
}
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css");
[data-aos="reveal-center"] {
  clip-path: circle(0% at 50% 50%);
  transform: scale(0.96);
  opacity: 0;
  transition:
    clip-path 1.1s ease-out,
    transform 0.9s ease-out,
    opacity 0.6s ease-out;
}

[data-aos="reveal-center"].aos-animate {
  clip-path: circle(150% at 50% 50%);
  transform: scale(1);
  opacity: 1;
}

/* 초기 상태: 가운데 가로선만 보이는 상태 */
[data-aos="reveal-horizontal"] {
  clip-path: inset(50% 0 50% 0);
  transform: scale(0.98);
  opacity: 0;
  transition:
    clip-path 1.1s cubic-bezier(.25, .8, .25, 1),
    transform 0.9s ease-out,
    opacity 0.6s ease-out;
}

/* 활성화 후: 전체 오픈 */
[data-aos="reveal-horizontal"].aos-animate {
  clip-path: inset(0 0 0 0);
  transform: scale(1);
  opacity: 1;
}


body {}

body {
  margin: 0;
  padding: 0;
  font-size: 0.75em;
  font-family:
    "Aptos",
    "Segoe UI",
    "Segoe UI Variable",
    -apple-system,
    BlinkMacSystemFont,
    "Inter",
    "Noto Sans KR",
    sans-serif;
  background: #fff;
  font-style: normal;
  font-weight: 300;
}

html,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img {
  margin: 0;
  padding: 0;
  border: 0
}

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

ul,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none
}

legend {
  position: absolute;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden
}

label,
input,
button,
select,
img {
  vertical-align: middle;
  font-size: 1em
}


input[type="submit"] {
  cursor: pointer
}

button {
  cursor: pointer
}


select {
  margin: 0
}
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  padding-right: 36px; /* 화살표 공간 */
  background-image: url('/img/gnb_bg.gif');
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px;
}

p {
  margin: 0;
  padding: 0;
  word-break: break-all
}

hr {
  display: none
}

pre {
  overflow-x: scroll;
  font-size: 1.1em
}

a {
  color: #000;
  text-decoration: none
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=text],
input[type=password],
textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  -webkit-box-shadow: 0 0 5px #9ed4ff;
  -moz-box-shadow: 0 0 5px #9ed4ff;
  box-shadow: 0 0 5px #9ed4ff;
  border: 1px solid #558ab7 !important;
}

.placeholdersjs {
  color: #aaa !important
}

/* 레이아웃 크기 지정 */


/* 팝업레이어 */
#hd_pop {
  z-index: 1000;
  position: relative;
  margin: 0 auto;
  height: 0
}

#hd_pop h2 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden
}

.hd_pops {
  position: absolute;
  border: 1px solid #e9e9e9;
  background: #fff
}

.hd_pops img {
  max-width: 100%
}

.hd_pops_con {}

.hd_pops_footer {
  padding: 0;
  background: #000;
  color: #fff;
  text-align: left;
  position: relative
}

.hd_pops_footer:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}

.hd_pops_footer button {
  padding: 10px;
  border: 0;
  color: #fff
}

.hd_pops_footer .hd_pops_reject {
  background: #000;
  text-align: left
}

.hd_pops_footer .hd_pops_close {
  background: #393939;
  position: absolute;
  top: 0;
  right: 0
}

/* 상단 레이아웃 */
#hd {
  background:transparent;
  position: fixed;
  width: 100%;
  padding: 2rem 0;
  z-index: 999;
  transition: all .3s
}
#hd.is-scrolled {
  padding: 1rem 0;
  background: #00000066;
}
#hd .hd_top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1360px;
  margin: auto;
}

#hd .hd_top .logo img {
  width: 160px;
}

#hd_h1 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden
}

#tnb {
  border-bottom: 1px solid #383838;
  margin: 0 auto
}

#tnb:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}

#tnb .inner {
  margin: 0 auto
}

#hd .pc-menu {
  display: flex;
  align-items: center;
  gap: 40px;
  transition: transform 0.4s ease, opacity 0.4s ease;
  will-change: transform, opacity;
}

#hd .icon-menu ul {
  display: flex;
  gap: 1rem;
  align-items: center;
}

#hd_wrapper {
  position: relative;
  margin: 0 auto;
  z-index: 999;
}

#hd_wrapper:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}

#hd_wrapper nav ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}

#hd_wrapper nav ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

#logo {
  float: left;
  padding: 30px 0 0
}

.hd_sch_wr {
  float: left;
  padding: 30px 0;
  width: 445px;
  margin-left: 65px
}

#hd_sch h3 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden
}

#hd_sch {
  border-radius: 30px;
  overflow: hidden
}

#hd_sch #sch_stx {
  float: left;
  width: 385px;
  height: 45px;
  padding-left: 10px;
  border-radius: 30px 0 0 30px;
  background: #2c2c2c;
  border: 0;
  border-right: 0;
  font-size: 1.25em;
  color: #fff
}

#hd_sch #sch_submit {
  float: left;
  width: 60px;
  height: 45px;
  border: 0;
  background: #2c2c2c;
  color: #fff;
  border-radius: 0 30px 30px 0;
  cursor: pointer;
  font-size: 16px
}

#hd_define {
  float: left
}

#hd_define:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}

#hd_define li {
  float: left;
  font-size: 1.083em;
  line-height: 14px;
  border-right: 1px solid #4a4a4a;
  position: relative;
  text-align: center;
  margin: 15px 10px 15px 0;
  padding-right: 10px
}

#hd_define li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: 0
}

#hd_define li a {
  display: inline-block;
  color: #919191
}

#hd_define li.active a {
  color: #fff
}

#hd_qnb {
  float: right;
  text-align: right
}

#hd_qnb:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}

#hd_qnb li {
  float: left;
  font-size: 1.083em;
  line-height: 14px;
  border-right: 1px solid #4a4a4a;
  position: relative;
  text-align: center;
  margin: 15px 10px 15px 0;
  padding-right: 10px
}

#hd_qnb li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: 0
}

#hd_qnb li span {
  display: block;
  margin-top: 5px;
  font-size: 0.92em
}

#hd_qnb li a {
  display: inline-block;
  color: #919191
}

#hd_qnb .visit .visit-num {
  display: inline-block;
  line-height: 16px;
  padding: 0 5px;
  margin-left: 5px;
  border-radius: 10px;
  background: #da22f5;
  color: #fff;
  font-size: 10px
}


.hd_login {
  position: absolute;
  right: 0;
  top: 60px
}

.hd_login li {
  float: left;
  margin: 0 5px;
  border-left: 1px solid #616161;
  padding-left: 10px;
  line-height: 13px
}

.hd_login li:first-child {
  border-left: 0
}

.hd_login a {
  color: #fff
}


/* 메인메뉴 */
#gnb {
  position: relative;
  background: #fff
}

#gnb>h2 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden
}

#gnb .gnb_wrap {
  margin: 0 auto;
  position: relative
}

#gnb .gnb_wrap:hover,
#gnb .gnb_wrap:focus,
#gnb .gnb_wrap:active {
  z-index: 3
}

#gnb #gnb_1dul {
  font-size: 1.083em;
  padding: 0;
  border-bottom: 1px solid #e0e2e5;
  zoom: 1
}

#gnb ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}

#gnb .gnb_1dli {
  float: left;
  line-height: 55px;
  padding: 0px;
  position: relative
}

#gnb .gnb_1dli:hover>a {
  color: #3a8afd;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out
}

.gnb_1dli .bg {
  position: absolute;
  top: 24px;
  right: 8px;
  display: inline-block;
  width: 10px;
  height: 10px;
  overflow: hidden;
  background: url('./images/gnb_bg2.gif') no-repeat 50% 50%;
  text-indent: -999px
}

.gnb_1da {
  display: block;
  font-weight: bold;
  padding: 0 15px;
  color: #080808;
  text-decoration: none
}

.gnb_1dli.gnb_al_li_plus .gnb_1da {
  padding-right: 25px
}

.gnb_2dli:first-child {
  border: 0
}

.gnb_2dul {
  display: none;
  position: absolute;
  top: 54px;
  min-width: 140px;
  padding-top: 2px
}

.gnb_2dul .gnb_2dul_box {
  border: 1px solid #e0e2e5;
  border-top: 0;
  padding: 0;
  -webkit-box-shadow: 0px 1px 5px rgba(97, 97, 97, 0.2);
  -moz-box-shadow: 0px 1px 5px rgba(97, 97, 97, 0.2);
  box-shadow: 0px 1px 5px rgba(97, 97, 97, 0.2)
}

.gnb_2da {
  display: block;
  padding: 0 10px;
  line-height: 40px;
  background: #fff;
  color: #080808;
  text-align: left;
  text-decoration: none
}

a.gnb_2da:hover {
  color: #3a8afd;
  background: #f7f7f8;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out
}

.gnb_1dli_air .gnb_2da {}

.gnb_1dli_on .gnb_2da {}

.gnb_2da:focus,
.gnb_2da:hover {
  color: #fff
}

.gnb_1dli_over .gnb_2dul {
  display: block;
  left: 0
}

.gnb_1dli_over2 .gnb_2dul {
  display: block;
  right: 0
}

.gnb_wrap .gnb_empty {
  padding: 10px 0;
  width: 100%;
  text-align: center;
  line-height: 2.7em;
  color: #080808
}

.gnb_wrap .gnb_empty a {
  color: #3a8afd;
  text-decoration: underline
}

.gnb_wrap .gnb_al_ul .gnb_empty,
.gnb_wrap .gnb_al_ul .gnb_empty a {
  color: #555
}

#gnb .gnb_menu_btn {
  background: #4158d1;
  color: #fff;
  width: 50px;
  height: 55px;
  border: 0;
  vertical-align: top;
  font-size: 18px
}

#gnb .gnb_close_btn {
  background: #fff;
  color: #b6b9bb;
  width: 50px;
  height: 50px;
  border: 0;
  vertical-align: top;
  font-size: 18px;
  position: absolute;
  top: 0;
  right: 0
}

#gnb .gnb_mnal {
  float: right;
  padding: 0
}

#gnb_all {
  display: none;
  position: absolute;
  border: 1px solid #c5d6da;
  width: 100%;
  background: #fff;
  z-index: 1000;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2)
}

#gnb_all h2 {
  font-size: 1.3em;
  padding: 15px 20px;
  border-bottom: 1px solid #e7eeef
}

#gnb_all .gnb_al_ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}

#gnb_all .gnb_al_ul>li:nth-child(5n+1) {
  border-left: 0
}

#gnb_all .gnb_al_li {
  float: left;
  width: 20%;
  min-height: 150px;
  padding: 20px;
  border-left: 1px solid #e7eeef
}

#gnb_all .gnb_al_li .gnb_al_a {
  font-size: 1.2em;
  display: block;
  position: relative;
  margin-bottom: 10px;
  font-weight: bold;
  color: #3a8afd
}

#gnb_all .gnb_al_li li {
  line-height: 2em
}

#gnb_all .gnb_al_li li a {
  color: #555
}

#gnb_all_bg {
  display: none;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999
}

/* 중간 레이아웃 */
#wrapper {}

#container_wr:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}

#container_wr {
  margin: 0 auto;
  zoom: 1
}

#aside {
  float: right;
  width: 235px;
  padding: 0;
  height: 100%;
  margin: 20px 0 20px 20px
}

#container {
  position: relative;
  float: left;
  height: auto !important;
  font-size: 1em;
  width: 100%;
  zoom: 1
}

#container:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}

#container_title {
  display: none;
  font-size: 1.333em;
  margin: 0 auto;
  font-weight: bold
}

#container_title span {
  margin: 0 auto 10px;
  display: block;
  line-height: 30px
}

.lt_wr {
  width: 32%
}

.lt_wr:nth-child(3n+1) {
  clear: both
}

.latest_wr {
  margin-bottom: 20px
}

.latest_wr:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}

.latest_top_wr {
  margin: 0 -10px 20px
}

.latest_top_wr:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}

/* 하단 레이아웃 */
#ft {
  width: 100%;
  background: #fff;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 64px;
}

#ft_wr {
  max-width: 1360px;
  margin: auto;
  padding: 84px 0 0;
  position: relative;
  text-align: left
}

#ft_wr:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}

#ft_wr .ft_cnt {
  padding: 1rem 0;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 1rem;
}

#ft_wr .ft_logo img {
  width: 200px;
}

#ft_link {
  text-align: left
}

#ft_link a {
  display: block;
  color: #fff;
  line-height: 2em;
  font-weight: bold
}

#ft_company h2 {
  font-size: 1.2em;
  margin-bottom: 20px
}

#ft_company {
  font-weight: normal;
  color: #1E1F35;
  line-height: 2em
}
#ft_company .ft_info {
  color: #474747;
  font-weight: 400;
}
#ft_catch {
  margin: 20px 0 10px
}

#ft_copy {
  max-width: 1360px;
  margin: 0 auto;
  padding: 20px 0;
  color: #1E1F35;
  text-align: left;
  font-size: 14px;
}

#top_btn {
  opacity: 0;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 2px solid #ffffffa1;
  background: transparent;
  backdrop-filter: blur(30px);
  transition: all 0.3s ease;
  z-index: 90;
}

#top_btn.is-show {
  opacity: 1;
  visibility: visible;
}

#top_btn img {
  transition: filter 0.3s ease;
}

#top_btn.is-light-bg {
  border-color: #5a5a5aa1;
}

#top_btn.is-light-bg img {
  filter: brightness(1) invert(1);
}




/* 게시물 선택복사 선택이동 */
#copymove {}

#copymove .win_desc {
  text-align: center;
  display: block
}

#copymove .tbl_wrap {
  margin: 20px
}

#copymove .win_btn {
  padding: 0 20px 20px
}

.copymove_current {
  float: right;
  background: #ff3061;
  padding: 5px;
  color: #fff;
  border-radius: 3px
}

.copymove_currentbg {
  background: #f4f4f4
}

/* 화면낭독기 사용자용 */
#hd_login_msg {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden
}

.msg_sound_only,
.sound_only {
  display: inline-block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0;
  line-height: 0;
  border: 0 !important;
  overflow: hidden !important
}

/* 본문 바로가기 */
#skip_to_container a {
  z-index: 100000;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
  overflow: hidden
}

#skip_to_container a:focus,
#skip_to_container a:active {
  width: 100%;
  height: 75px;
  background: #21272e;
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 3.3em
}

/* ie6 이미지 너비 지정 */
.img_fix {
  width: 100%;
  height: auto
}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {
  display: inline-block;
  position: relative
}

#captcha legend {
  position: absolute;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden
}

#captcha #captcha_img {
  height: 40px;
  border: 1px solid #898989;
  vertical-align: top;
  padding: 0;
  margin: 0
}

#captcha #captcha_mp3 {
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
  background: url('../img/captcha2.png') no-repeat;
  text-indent: -999px;
  border-radius: 3px
}

#captcha #captcha_reload {
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
  background: url('../img/captcha2.png') no-repeat 0 -40px;
  text-indent: -999px;
  border-radius: 3px
}

#captcha #captcha_key {
  margin: 0 0 0 3px;
  padding: 0 5px;
  width: 90px;
  height: 40px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 1.333em;
  font-weight: bold;
  text-align: center;
  border-radius: 3px;
  vertical-align: top
}

#captcha #captcha_info {
  display: block;
  margin: 5px 0 0;
  font-size: 0.95em;
  letter-spacing: -0.1em
}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {
  display: block;
  margin: 0 0 5px;
  width: 187px
}

#captcha.m_captcha #captcha_img {
  width: 160px;
  height: 60px;
  border: 1px solid #e9e9e9;
  margin-bottom: 3px;
  margin-top: 5px;
  display: block
}

#captcha.m_captcha #captcha_reload {
  position: static;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
  background: url('../img/captcha2.png') no-repeat 0 -40px;
  text-indent: -999px
}

#captcha.m_captcha #captcha_reload span {
  display: none
}

#captcha.m_captcha #captcha_key {
  margin: 0;
  padding: 0 5px;
  width: 115px;
  height: 29px;
  border: 1px solid #b8c9c2;
  background: #f7f7f7;
  font-size: 1.333em;
  font-weight: bold;
  text-align: center;
  line-height: 29px;
  margin-left: 3px
}

#captcha.m_captcha #captcha_info {
  display: block;
  margin: 5px 0 0;
  font-size: 0.95em;
  letter-spacing: -0.1em
}

#captcha.m_captcha #captcha_mp3 {
  width: 31px;
  height: 31px;
  background: url('../img/captcha2.png') no-repeat 0 0;
  vertical-align: top;
  overflow: hidden;
  cursor: pointer;
  text-indent: -9999px;
  border: none
}

/* ckeditor 단축키 */
.cke_sc {
  margin: 0 0 5px;
  text-align: right
}

.btn_cke_sc {
  display: inline-block;
  padding: 0 10px;
  height: 23px;
  border: 1px solid #ccc;
  background: #fafafa;
  color: #000;
  text-decoration: none;
  line-height: 1.9em;
  vertical-align: middle;
  cursor: pointer
}

.cke_sc_def {
  margin: 0 0 5px;
  padding: 10px;
  border: 1px solid #ccc;
  background: #f7f7f7;
  text-align: center
}

.cke_sc_def dl {
  margin: 0 0 5px;
  text-align: left;
  zoom: 1
}

.cke_sc_def dl:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}

.cke_sc_def dt,
.cke_sc_def dd {
  float: left;
  margin: 0;
  padding: 5px 0;
  border-bottom: 1px solid #e9e9e9
}

.cke_sc_def dt {
  width: 20%;
  font-weight: bold
}

.cke_sc_def dd {
  width: 30%
}

/* ckeditor 태그 기본값 */
#bo_v_con ul {
  display: block;
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px
}

#bo_v_con ol {
  display: block;
  list-style-type: decimal;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px
}

#bo_v_con li {
  display: list-item
}

/* 버튼 */
a.btn,
.btn {
  line-height: 35px;
  height: 35px;
  padding: 0 10px;
  text-align: center;
  font-weight: bold;
  border: 0;
  font-size: 1.4em;
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out
}

a.btn01 {
  display: inline-block;
  padding: 7px;
  border: 1px solid #ccc;
  background: #fafafa;
  color: #000;
  text-decoration: none;
  vertical-align: middle
}

a.btn01:focus,
a.btn01:hover {
  text-decoration: none
}

button.btn01 {
  display: inline-block;
  margin: 0;
  padding: 7px;
  border: 1px solid #ccc;
  background: #fafafa;
  color: #000;
  text-decoration: none
}

a.btn02 {
  display: inline-block;
  padding: 7px;
  border: 1px solid #3b3c3f;
  background: #4b545e;
  color: #fff;
  text-decoration: none;
  vertical-align: middle
}

a.btn02:focus,
.btn02:hover {
  text-decoration: none
}

button.btn02 {
  display: inline-block;
  margin: 0;
  padding: 7px;
  border: 1px solid #3b3c3f;
  background: #4b545e;
  color: #fff;
  text-decoration: none
}

.btn_confirm {
  text-align: right
}

/* 서식단계 진행 */

.btn_submit {
  border: 0;
  background: #3a8afd;
  color: #fff;
  cursor: pointer;
  border-radius: 3px
}

.btn_submit:hover {
  background: #2375eb
}

.btn_close {
  border: 1px solid #dcdcdc;
  cursor: pointer;
  border-radius: 3px;
  background: #fff
}

a.btn_close {
  text-align: center;
  line-height: 50px
}

a.btn_cancel {
  display: inline-block;
  background: #969696;
  color: #fff;
  text-decoration: none;
  vertical-align: middle
}

button.btn_cancel {
  display: inline-block;
  background: #969696;
  color: #fff;
  text-decoration: none;
  vertical-align: middle
}

.btn_cancel:hover {
  background: #aaa
}

a.btn_frmline,
button.btn_frmline {
  display: inline-block;
  width: 128px;
  padding: 0 5px;
  height: 40px;
  border: 0;
  background: #434a54;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  vertical-align: top
}

/* 우편번호검색버튼 등 */
a.btn_frmline {}

button.btn_frmline {
  font-size: 1em
}

/* 게시판용 버튼 */
a.btn_b01,
.btn_b01 {
  display: inline-block;
  color: #bababa;
  text-decoration: none;
  vertical-align: middle;
  border: 0;
  background: transparent
}

.btn_b01:hover,
.btn_b01:hover {
  color: #000
}

a.btn_b02,
.btn_b02 {
  display: inline-block;
  background: #253dbe;
  padding: 0 10px;
  color: #fff;
  text-decoration: none;
  border: 0;
  vertical-align: middle
}

a.btn_b02:hover,
.btn_b02:hover {
  background: #0025eb
}

a.btn_b03,
.btn_b03 {
  display: inline-block;
  background: #fff;
  border: 1px solid #b9bdd3;
  color: #646982;
  text-decoration: none;
  vertical-align: middle
}

a.btn_b03:hover,
.btn_b03:hover {
  background: #ebedf6
}

a.btn_b04,
.btn_b04 {
  display: inline-block;
  background: #fff;
  border: 1px solid #ccc;
  color: #707070;
  text-decoration: none;
  vertical-align: middle
}

a.btn_b04:hover,
.btn_b04:hover {
  color: #333;
  background: #f9f9f9
}

a.btn_admin,
.btn_admin {
  display: inline-block;
  color: #d13f4a;
  text-decoration: none;
  vertical-align: middle
}

/* 관리자 전용 버튼 */
.btn_admin:hover,
a.btn_admin:hover {
  color: #ff3746
}


/* 기본테이블 */
.tbl_wrap table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0 5px;
  background: #fff;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec
}

.tbl_wrap caption {
  padding: 10px 0;
  font-weight: bold;
  text-align: left
}

.tbl_head01 {
  margin: 0 0 10px
}

.tbl_head01 caption {
  padding: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden
}

.tbl_head01 thead th {
  padding: 20px 0;
  font-weight: normal;
  text-align: center;
  border-bottom: 1px solid #ececec;
  height: 40px
}

.tbl_head01 thead th input {
  vertical-align: top
}

/* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th,
.tbl_head01 tfoot td {
  padding: 10px 0;
  border-top: 1px solid #c1d1d5;
  border-bottom: 1px solid #c1d1d5;
  background: #d7e0e2;
  text-align: center
}

.tbl_head01 tbody th {
  padding: 8px 0;
  border-bottom: 1px solid #e8e8e8
}

.tbl_head01 td {
  color: #666;
  padding: 10px 5px;
  border-top: 1px solid #ecf0f1;
  border-bottom: 1px solid #ecf0f1;
  line-height: 1.4em;
  height: 60px;
  word-break: break-all
}

.tbl_head01 tbody tr:hover td {
  background: #fafafa
}

.tbl_head01 a:hover {
  text-decoration: underline
}

.tbl_head02 {
  margin: 0 0 10px
}

.tbl_head02 caption {
  padding: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden
}

.tbl_head02 thead th {
  padding: 5px 0;
  border-top: 1px solid #d1dee2;
  border-bottom: 1px solid #d1dee2;
  background: #e5ecef;
  color: #383838;
  font-size: 0.95em;
  text-align: center;
  letter-spacing: -0.1em
}

.tbl_head02 thead a {
  color: #383838
}

.tbl_head02 thead th input {
  vertical-align: top
}

/* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th,
.tbl_head02 tfoot td {
  padding: 10px 0;
  border-top: 1px solid #c1d1d5;
  border-bottom: 1px solid #c1d1d5;
  background: #d7e0e2;
  text-align: center
}

.tbl_head02 tbody th {
  padding: 5px 0;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  background: #fff
}

.tbl_head02 td {
  padding: 5px 3px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  background: #fff;
  line-height: 1.4em;
  word-break: break-all
}

.tbl_head02 a {}

/* 폼 테이블 */
.tbl_frm01 {
  margin: 0 0 20px
}

.tbl_frm01 table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0
}

.tbl_frm01 th {
  width: 70px;
  padding: 7px 13px;
  border: 1px solid #e9e9e9;
  border-left: 0;
  background: #f5f8f9;
  text-align: left
}

.tbl_frm01 td {
  padding: 7px 10px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  background: transparent
}

.wr_content textarea,
.tbl_frm01 textarea,
.form_01 textarea,
.frm_input {
  border: 1px solid #d0d3db;
  background: #fff;
  color: #000;
  vertical-align: middle;
  border-radius: 3px;
  padding: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.tbl_frm01 textarea {
  padding: 2px 2px 3px
}

.frm_input {
  height: 40px
}

.full_input {
  width: 100%
}

.half_input {
  width: 49.5%
}

.twopart_input {
  width: 385px;
  margin-right: 10px
}

.tbl_frm01 textarea,
.write_div textarea {
  width: 100%;
  height: 100px
}

.tbl_frm01 a {
  text-decoration: none
}

.tbl_frm01 .frm_file {
  display: block;
  margin-bottom: 5px
}

.tbl_frm01 .frm_info {
  display: block;
  padding: 0 0 5px;
  line-height: 1.4em
}

/*기본 리스트*/
.list_01 ul {
  border-top: 1px solid #ececec
}

.list_01 li {
  border-bottom: 1px solid #ececec;
  background: #fff;
  padding: 10px 15px;
  list-style: none;
  position: relative
}

.list_01 li:nth-child(odd) {
  background: #f6f6f6
}

.list_01 li:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}

.list_01 li:hover {
  background: #f9f9f9
}

.list_01 li.empty_li {
  text-align: center;
  padding: 20px 0;
  color: #666
}

/*폼 리스트*/
.form_01 h2 {
  font-size: 1.167em
}

.form_01 li {
  margin-bottom: 10px
}

.form_01 ul:after,
.form_01 li:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}

.form_01 .left_input {
  float: left
}

.form_01 .margin_input {
  margin-right: 1%
}

.form_01 textarea {
  height: 100px;
  width: 100%
}

.form_01 .frm_label {
  display: inline-block;
  width: 130px
}

/* 자료 없는 목록 */
.empty_table {
  padding: 50px 0 !important;
  text-align: center
}

.empty_list {
  padding: 20px 0 !important;
  color: #666;
  text-align: center
}

/* 테이블 항목별 정의 */
.td_board {
  width: 80px;
  text-align: center
}

.td_category {
  width: 80px;
  text-align: center
}

.td_chk {
  width: 30px;
  text-align: center
}

.td_date {
  width: 60px;
  text-align: center
}

.td_datetime {
  width: 110px;
  text-align: center
}

.td_group {
  width: 80px;
  text-align: center
}

.td_mb_id {
  width: 100px;
  text-align: center
}

.td_mng {
  width: 80px;
  text-align: center
}

.td_name {
  width: 100px;
  text-align: left
}

.td_nick {
  width: 100px;
  text-align: center
}

.td_num {
  width: 50px;
  text-align: center
}

.td_numbig {
  width: 80px;
  text-align: center
}

.td_stat {
  width: 60px;
  text-align: center
}

.txt_active {
  color: #5d910b
}

.txt_done {
  color: #e8180c
}

.txt_expired {
  color: #ccc
}

.txt_rdy {
  color: #8abc2a
}

/* 새창 기본 스타일 */
.new_win {
  position: relative
}

.new_win .tbl_wrap {
  margin: 0 20px
}

.new_win #win_title {
  font-size: 1.3em;
  height: 50px;
  line-height: 30px;
  padding: 10px 20px;
  background: #fff;
  color: #000;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, .1)
}

.new_win #win_title .sv {
  font-size: 0.75em;
  line-height: 1.2em
}

.new_win .win_ul {
  margin-bottom: 15px;
  padding: 0 20px
}

.new_win .win_ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}

.new_win .win_ul li {
  float: left;
  background: #fff;
  text-align: center;
  padding: 0 10px;
  border: 1px solid #d6e9ff;
  border-radius: 30px;
  margin-left: 5px
}

.new_win .win_ul li:first-child {
  margin-left: 0
}

.new_win .win_ul li a {
  display: block;
  padding: 8px 0;
  color: #6794d3
}

.new_win .win_ul .selected {
  background: #3a8afd;
  border-color: #3a8afd;
  position: relative;
  z-index: 5
}

.new_win .win_ul .selected a {
  color: #fff;
  font-weight: bold
}

.new_win .win_desc {
  position: relative;
  margin: 10px;
  border-radius: 5px;
  font-size: 1em;
  background: #f2838f;
  color: #fff;
  line-height: 50px;
  text-align: left;
  padding: 0 20px
}

.new_win .win_desc i {
  font-size: 1.2em;
  vertical-align: baseline
}

.new_win .win_desc:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 50px;
  background: #da4453;
  border-radius: 3px 0 0 3px
}

.new_win .frm_info {
  font-size: 0.92em;
  color: #919191
}

.new_win .win_total {
  float: right;
  display: inline-block;
  line-height: 30px;
  font-weight: normal;
  font-size: 0.75em;
  color: #3a8afd;
  background: #f6f6f6;
  padding: 0 10px;
  border-radius: 5px
}

.new_win .new_win_con {
  margin: 20px 0;
  padding: 20px
}

.new_win .new_win_con:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}

.new_win .new_win_con2 {
  margin: 20px 0
}

.new_win .btn_confirm:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}

.new_win .win_btn {
  text-align: center
}

.new_win .cert_btn {
  margin-bottom: 30px;
  text-align: center
}

.new_win .btn_close {
  padding: 0 20px;
  height: 45px;
  overflow: hidden;
  cursor: pointer
}

.new_win .btn_submit {
  padding: 0 20px;
  height: 45px;
  font-weight: bold;
  font-size: 1.083em
}

/* 검색결과 색상 */
.sch_word {
  color: #fff;
  background: #ff005a;
  padding: 2px 5px 3px;
  line-height: 18px;
  margin: 0 2px
}

/* 자바스크립트 alert 대안 */
#validation_check {
  margin: 100px auto;
  width: 500px
}

#validation_check h1 {
  margin-bottom: 20px;
  font-size: 1.3em
}

#validation_check p {
  margin-bottom: 20px;
  padding: 30px 20px;
  border: 1px solid #e9e9e9;
  background: #fff
}

/* 사이드뷰 */
.sv_wrap {
  position: relative;
  font-weight: normal
}

.sv_wrap .sv {
  z-index: 1000;
  display: none;
  margin: 5px 0 0;
  font-size: 0.92em;
  background: #333;
  -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2)
}

.sv_wrap .sv:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #333 transparent
}

.sv_wrap .sv a {
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  line-height: 30px;
  width: 100px;
  font-weight: normal;
  color: #bbb
}

.sv_wrap .sv a:hover {
  background: #000;
  color: #fff
}

.sv_member {
  color: #333
}

.sv_on {
  display: block !important;
  position: absolute;
  top: 23px;
  left: 0px;
  width: auto;
  height: auto
}

.sv_nojs .sv {
  display: block
}

/* 페이징 */
.pg_wrap {
  clear: both;
  float: left;
  display: inline-block
}

.pg_wrap:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}

.pg {
  text-align: center
}

.pg_page,
.pg_current {
  display: inline-block;
  vertical-align: middle;
  background: #eee;
  border: 1px solid #eee
}

.pg a:focus,
.pg a:hover {
  text-decoration: none
}

.pg_page {
  color: #959595;
  font-size: 1.083em;
  height: 30px;
  line-height: 28px;
  padding: 0 5px;
  min-width: 30px;
  text-decoration: none;
  border-radius: 3px
}

.pg_page:hover {
  background-color: #fafafa
}

.pg_start {
  text-indent: -999px;
  overflow: hidden;
  background: url('../img/btn_first.gif') no-repeat 50% 50% #eee;
  padding: 0;
  border: 1px solid #eee
}

.pg_prev {
  text-indent: -999px;
  overflow: hidden;
  background: url('../img/btn_prev.gif') no-repeat 50% 50% #eee;
  padding: 0;
  border: 1px solid #eee
}

.pg_end {
  text-indent: -999px;
  overflow: hidden;
  background: url('../img/btn_end.gif') no-repeat 50% 50% #eee;
  padding: 0;
  border: 1px solid #eee
}

.pg_next {
  text-indent: -999px;
  overflow: hidden;
  background: url('../img/btn_next.gif') no-repeat 50% 50% #eee;
  padding: 0;
  border: 1px solid #eee
}

.pg_start:hover,
.pg_prev:hover,
.pg_end:hover,
.pg_next:hover {
  background-color: #fafafa
}

.pg_current {
  display: inline-block;
  background: #3a8afd;
  border: 1px solid #3a8afd;
  color: #fff;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  min-width: 30px;
  border-radius: 3px
}

/* cheditor 이슈 */
.cheditor-popup-window *,
.cheditor-popup-window :after,
.cheditor-popup-window :before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* Mobile화면으로 */
#device_change {
  display: block;
  margin: 0.3em;
  padding: 0.5em 0;
  border: 1px solid #eee;
  border-radius: 2em;
  background: #fff;
  color: #000;
  font-size: 2em;
  text-decoration: none;
  text-align: center
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

section.main .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  /* 어둡기 조절 */
  z-index: 2;
}

section.main {
  width: 100%;
  height: 100vh;
  position: fixed;
  overflow: hidden;
  z-index: -1;
}

section.main .title {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 10;
}
section.main .title>h1 {
  display: none;
}
section.main .title h1 img {
  width: 480px;
}

section.main .title .wave-text {
  font-size: 64px;
  margin-top: 4rem;
  text-wrap: nowrap;
  font-weight: 900;
  line-height: 44px;
  text-transform: uppercase;
}
section.main .title .desc-switch {
    position: relative;
    height: 5em; /* 두 문장 중 긴 쪽 기준 */
    overflow: hidden;
}

section.main .title .desc-switch .desc {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    transform: translateY(10px);
    transition:
        opacity 0.8s ease,
        transform 0.8s ease;
    font-weight: 300;
}
section.main .title .desc-switch .desc.ko {
  font-size: 28px;
}
section.main .title .desc-switch .desc.is-active {
    opacity: 1;
    transform: translateY(0);
}

section.main .title p {
  font-size: 31px;
  text-wrap: nowrap;
  margin-top: 1rem;
}

section.main .scroll {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translateX(-50%);
  z-index: 10;
  text-align: center;
  color: #fff;
  gap: .5rem;
  animation: floatY 2.2s ease-in-out infinite;
}

@keyframes floatY {
  0% {
    transform: translateX(-50%) translateY(0);
  }

  50% {
    transform: translateX(-50%) translateY(-8px);
  }

  100% {
    transform: translateX(-50%) translateY(0);
  }
}

section.main .scroll img {
  width: 40px;
}

section.main .scroll p {
  font-size: 14px;
  margin-top: 4px;
}

section.three_step {
  width: 100%;
  height: 300vh;
  padding-top: 100vh;
  background: none;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  transform-origin: top center;
  position: relative;
  top: 100vh;
  /* 화면 아래쪽에서 시작 */
  transition: transform 0.1s linear, top 0.1s linear;
}

section.three_step .top,
section.three_step .bottom {
  opacity: 0;
  transition: opacity 0.8s ease-out;
}

section.three_step .top>img {
  width: 1000px;
}

section.three_step>.bg {
  width: 100%;
  height: 200vh;
  position: absolute;
  z-index: -2;
}

section.three_step .six_step {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

/* 🔹 리스트 컨테이너 */
section.three_step .six_step ul {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;

  /* ❌ space-between 제거 */
  justify-content: flex-start;

  gap: 0;
  transition: transform 0.6s cubic-bezier(.4, 0, .2, 1);
}

/* 🔹 li 기본 상태 */
section.three_step .six_step ul li {
  flex: 0 0 16.666666666%;   /* 6개 중 기본 1칸 */
  flex-shrink: 0;
  cursor: pointer;
  /* ❌ flex: 1 제거 */
  width: calc(100% / 6);
  height: 100vh;

  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 28rem;

  position: relative;
  overflow: hidden;

  backdrop-filter: blur(5px);

  transition: flex 0.6s cubic-bezier(.4,0,.2,1);
}
section.three_step .six_step ul li.is-active {
  flex-basis: 50%; /* panel 영역 */
  backdrop-filter: none;
  cursor: default;
}

section.three_step .six_step ul li:not(.is-active) {
  flex-basis: 10%; /* 5개 합 = 50% */
}
section.three_step .six_step ul li {
  flex-basis: 16.6666666%;
}
/* default: 항상 표시 */
section.three_step .six_step ul li .default {
  z-index: 2;
  transition: opacity 0.5s ease;
  opacity: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28rem;
}

/* on: 클릭 시 표시 */
section.three_step .six_step ul li .on {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
  z-index: 5;
}
/* 🔹 panel에 들어간 li (숨김 처리) */
section.three_step .six_step ul li.is-hidden {
  width: 0;
  opacity: 0;
  pointer-events: none;
}

/* ===============================
   Hover / Overlay 유지
================================ */
section.three_step .six_step ul li::after {
  transition: all .3s;
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: -1;
  opacity: 0;
}

section.three_step .six_step ul li:hover::after {
  opacity: 1;
}

section.three_step .six_step ul li.default:hover h2 {
  text-shadow: 0px 0px 4px #fff;
}

section.three_step .six_step > ul li.default:hover img {
  box-shadow: 0px 0px 4px #fff;
}

section.three_step .six_step ul li::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.2);
}

/* 단계별 톤 유지 */
section.three_step .six_step ul li:nth-child(1)::before { background-color: rgba(0, 0, 0, 0.15); }
section.three_step .six_step ul li:nth-child(2)::before { background-color: rgba(0, 0, 0, 0.25); }
section.three_step .six_step ul li:nth-child(3)::before { background-color: rgba(0, 0, 0, 0.35); }
section.three_step .six_step ul li:nth-child(4)::before { background-color: rgba(0, 0, 0, 0.45); }
section.three_step .six_step ul li:nth-child(5)::before { background-color: rgba(0, 0, 0, 0.55); }
section.three_step .six_step ul li:nth-child(6)::before { background-color: rgba(0, 0, 0, 0.65); }

/* 텍스트 / 이미지 유지 */
section.three_step .six_step .six-step-panel .title .morebtn a img {
  border-radius: 50%;
}

section.three_step .six_step ul li h2 {
  transform: rotate(-90deg) translateX(50%);
  color: #fff;
  font-size: 40px;
  text-wrap: nowrap;
  transition: all .2s;
}
section.three_step .six_step .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
/* ===============================
   six-step-panel
================================ */
section.three_step .six_step .six-step-panel {
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(.4, 0, .2, 1);
  z-index: 10;
}

/* panel 활성화 */
section.three_step .six_step .six-step-panel.is-active {
  transform: translateX(0);
}

section.three_step .six_step .six-step-panel .title {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  right: 4rem;

  display: flex;
  align-items: flex-end;
  gap: 0;

  z-index: 10;
}

section.three_step .six_step .six-step-panel .title h1 img {
  height: 200px;
}

section.three_step .six_step .six-step-panel .title .morebtn {
  border: 1px solid #fff;
  border-radius: 50px;
  cursor: pointer;
  transition: all .3s;
}

section.three_step .six_step .six-step-panel .title .morebtn a {
  padding: 6px 16px;
  font-size: 24px;
  font-weight: 300;
  color: #fff;

  display: flex;
  align-items: center;
  gap: 1rem;
}

section.three_step .six_step .six-step-panel .title .morebtn:hover {
  background-color: #fff;
}

section.three_step .six_step .six-step-panel .title .morebtn:hover a {
  color: #1e1f34;
}

section.three_step .six_step .six-step-panel .title .morebtn:hover a img {
  filter: brightness(0) invert(0);
}


section.three_step .six_step .btn-return {
  display: none;
  position: absolute;
  bottom: 114px;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  z-index: 2;
  background: url('/img/icon_return.png') no-repeat center / contain;
  border: 0;
  opacity: 0;
  transition: all .3s;
  transition-delay: 0s; /* 중요 */
  cursor: pointer;

}
section.three_step .six_step>ul li:hover .btn-return img {
  box-shadow: none;
}
.six_step .list li.is-active .btn-return {
  opacity: 1;
  transition-delay: 1s;
}
section.three_step .six_step .btn-return img {
  filter: brightness(0) invert(1);
  width: 100%;
}

section.three_step .six_step .six-step-panel img.target {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

section.three_step .six_step .six-step-panel.is-active {
  transform: translateX(0);
  width: 100%;
  z-index: -1;
}


section.three_step .six_step .right {
  display: none;
  width: 3%;
  height: 100%;
  z-index: 10;
}

section.three_step .six_step .right ul {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

section.three_step .six_step .right ul li {
  width: 100%;
  height: 100%;
}

section.three_step>img {
  width: 1000px;
}

section.three_step .top {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

section.three_step .top .rec {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  position: relative;
}

section.three_step .top .rec img {
  width: 216px;
  transition: transform 0.35s ease-out;
  will-change: transform;
}

section.three_step .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  color: #fff;
  width: 100%;
  text-align: center;
}

section.three_step .title h1.logo img {
  width: 480px;
  margin-top: 2.5rem;
}
section.three_step .title .headline-switch {
  width: 100%;
    position: relative;
    height: 10.4em; /* h3 한 줄 높이 */
    margin-bottom: 1.2rem;
}

section.three_step .title .headline-switch .headline {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    transform: translateY(12px);
    transition:
        opacity 0.9s ease,
        transform 0.9s ease;
    font-weight: 500;
}
section.three_step .title .headline-switch .headline.ko {
  font-size: 40px;
}

section.three_step .title .headline-switch .headline.is-active {
    opacity: 1;
    transform: translateY(0);
}

section.three_step .title h3 {
  font-size: 48px;
  margin-top: 4rem;
  text-wrap: nowrap;
}

section.three_step .title p {
  font-size: 24px;
  letter-spacing: 4px;
  text-wrap: nowrap;
}

section.three_step .six_step {
  width: 100%;
  height: 100vh;
}

section.three_step .six_step ul {
  display: flex;
  overflow: hidden;
  align-items: center;
}

section.three_step .six_step ul li.right {
  position: absolute;
  right: 0;
  width: 63px;
}

section.three_step .six_step ul li.right img {
  width: 100%;
  height: 1079px;
}

section.three_step .six_step ul li.is-hidden {
  opacity: 0;
  width: 0;
  overflow: hidden;
  pointer-events: none;
}

.six-step-sub {
  width: 100%;
  height: 1079px;
}

.six-step-sub .sub-wrap {
  position: relative;
  height: 100%;
}

.six-step-sub img {
  width: 100%;
  display: block;
}


section.rewards {
  width: 100%;
  height: 100vh;
  background: url(/img/reward.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

section.rewards .inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10rem;
  max-width: 1360px;
  margin: auto;
}

section.rewards .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 3rem;
  color: #fff;
}

section.rewards .title h3 {
  font-size: 64px;
  font-weight: 900;
}

section.rewards .title h1 {
  font-size: 104px;
  font-weight: 900;
  line-height: 1;
}

section.rewards .title p {
  font-size: 16px;
  line-height: 1.8;
}
section.rewards .title p b {
  font-weight: 700;
}
section.rewards .title p b.underbar {
  text-decoration: underline;
}

section.rewards .title p span {
  color: #42A9DE;
}

section.rewards .title .btn {
  height: unset;
  line-height: unset;
  border: 1px solid #fff;
  border-radius: 50px;
  cursor: pointer;
}
section.rewards .title .btn:hover {
  background-color: #fff;
}
section.rewards .title .btn:hover a {
  color: #1e1f34;
}
section.rewards .title .btn:hover a img {
  filter: brightness(0) invert(0);
}
section.rewards .title .btn a {
  display: block;
  padding: 6px 16px;
  gap: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  font-size: 24px;
  color: #fff;
}

section.rewards .qr_code {
  width: 216px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

section.rewards .qr_code img {
  width: 100%;
}

section.rewards .qr_code p {
  font-size: 20px;
  font-weight: 700;
  color: #C37CB3;
}

/* Products */
.sub-top.products {
  height: 800px;
  background: url(/img/products_sub.jpg);
  background-size: cover;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}

.sub-top.products>img {
  width: 24px;
}

.sub-top.products h4 {
  color: #fff;
  font-size: 32px;
  font-weight: 300;
}

.sub-top.products h2 {
  color: #fff;
  font-size: 40px;
  margin-bottom: 2rem;
}

.sub-top.products h3 {
  color: #fff;
  font-size: 32px;
}

.sub-top.products .line {
  background: #fff;
  height: 2px;
  width: 100px;
}

.sub-top.products .cont {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 1360px;
}

.sub-top.products .title {
  text-align: left;
}

.sub-top.products .logo {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.sub-top.products p {
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
}

section.products {
  width: 100%;
  max-width: 1360px;
  margin: auto;
}

section.products .search {
  width: 100%;
  max-width: 1450px;
  text-align: right;
  margin: 4rem 0 2rem;
}

section.products ul {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid #ddd;
}

section.products ul li {
  width: 100%;
  cursor: pointer;
  background: #f8f8f8;
  border-radius: 15px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  border: 1px solid transparent;
    transition: border-color 0.2s ease;
    padding-bottom: 1rem;
}
section.products ul li:hover {
  border-color: #302a4f45;
}
section.products ul li img {
  padding: 4rem 1rem;
}
section.products ul li .product-subject {
  font-weight: 900;
  font-size: 32px;
  padding: 0 1rem;
}
section.products ul li .product-seo-title {
  width: 100%;
}
section.products ul li .product-seo-title span {
  font-size: 16px;
  font-weight: 700;
  margin: 8px 0;
  padding: 8px 1rem;
  display: block;
  width: 90%;
  border-radius: 0 5px 5px 0;
}
section.products ul li .morebtn {
  width: 100%;
  text-align: right;
  padding: 1rem;
  margin-top: 1rem;
}
section.products ul li .morebtn a {
  padding: 4px 10px;
  border: 1px solid #9d9d9d;
  border-radius: 50px;
  transition: all .3s;
  display: inline-block;
}
section.products ul li .morebtn a:hover {
  background: #302a4f;
  color: #fff;
}

#productModal .modal-content .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0 0 30px;
}
#productModal .modal-content .title .product-subject span {
  font-size: 48px;
  font-weight: 900;
}
#productModal .modal-content .title .product-seo-title span {
  font-size: 20px;
  font-weight: 900;
  padding: 8px 8rem 8px 1rem;
  display: block;
  border-radius: 5px 0 0 5px;
}
#modalImage {
  padding: 30px;
  padding-bottom: 8px;
}
#productModal .modal-content .editor-content {
  padding: 30px 30px 50px 30px;
  padding-top: 0;
  text-align: left;
}
#productModal .modal-content .editor-content p b {
  display: block;
  font-weight: 900;
  font-size: 16px;
  padding: .5rem 0;
  
}
#productModal .modal-content .editor-content p {
  font-weight: 500;
}

/* about */

.sub-top.about {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6rem;
  overflow: hidden;
}

.sub-top.about .left {
  margin-left: 12rem;
}

.sub-top.about .left h1 {
  font-size: 120px;
  font-weight: 900;
  color: #fff;
}

.sub-top.about .left h1 span {
  color: #42A9DE;
}

.sub-top.about .left p {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
}

.sub-top.about .left p b {
  font-weight: 700;
}

.sub-top.about .left .top {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.sub-top.about .left .bottom {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.sub-top.about .right {
  padding-top: 8rem;
  width: 1000px;
}
.sub-top.about .right img {
  width: 100%;
  will-change: clip-path, opacity;
}
section.develop {
  height: 106vh;
  background: url(/img/about_2.png);
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

section.develop .list {
  text-align: center;
  margin-top: 20rem;
}
section.develop .list img {
  width: 80%;
}
section.develop .text {
  position: absolute;
  color: #fff;
  text-align: center;
  font-size: 36px;
  left: 50%;
  top: 10%;
  line-height: 1;
  transform: translate(-50%, -50%);
}
section.develop .text h1 {
  font-size: 64px;
  font-weight: 900;
}
section.develop .text h2 {
  font-weight: 900;
  font-size: 48px;
}
section.develop .outline-text {
  position: absolute;
  left: 50.15%;
  top: 10.15%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: transparent;
  /* 글자 내부 제거 */
  -webkit-text-stroke: 1px #fff;
  /* 두께 + 색상 */
  line-height: 1;
}
section.develop .outline-text h1 {
  font-size: 64px;
  font-weight: 900;

}
section.develop .outline-text h2 {
  font-weight: 900;
  font-size: 48px;
}
section.earth {
  height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  padding-bottom: 18rem;
  overflow: hidden;
}

section.earth::before {
  content: '';
  position: absolute;
  top: -12%;
  background: #00023a;
  filter: blur(44px);
  display: block;
  width: 200%;
  height: 240px;
  z-index: 1;
}
section.earth::after {
  content: '';
  position: absolute;
  bottom: -12%;
  background: #16173b;
  filter: blur(44px);
  display: block;
  width: 200%;
  height: 240px;
  z-index: 1;
}
section.earth .bg {
  width: 100%;
}

section.earth .bg img {
  width: 100%;
  display: block;
  animation: holes 5s infinite ease-in-out;
}

@keyframes holes {
  0% {
    -webkit-mask-position: 0 0;
    opacity: 1;
  }

  20% {
    opacity: 0.2;
  }

  40% {
    opacity: 1;
  }

  60% {
    opacity: 0.4;
  }

  100% {
    opacity: 1;
  }
}


section.earth .title {
  position: relative;
  z-index: 10;
}

section.earth .title h1 {
  text-align: center;
}

section.earth .title h1 img {
  width: 280px;
}

section.earth .title p {
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

section.earth .worldwide {
  width: 100%;
  height: 100px;
  position: relative;
  z-index: 10;
  padding-bottom: 10rem;
}

section.earth .worldwide .text {
  position: absolute;
  color: #fff;
  text-align: center;
  font-size: 124px;
  font-weight: 900;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  line-height: 100px;
}

section.earth .worldwide .outline-text {
  position: absolute;
  left: 50.3%;
  top: 62%;
  transform: translate(-50%, -50%);
  font-size: 124px;
  font-weight: 900;
  text-align: center;
  color: transparent;
  /* 글자 내부 제거 */
  -webkit-text-stroke: 1px #fff;
  /* 두께 + 색상 */
  line-height: 100px;
  z-index: 10;
}

section.namica {
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  color: #fff;
  overflow: hidden;
}
section.namica>img {
  width: 100%;
  object-fit: cover;
}
section.namica::after {
  content: '';
  position: absolute;
  top: -12%;
  background: #16173b;
  filter: blur(44px);
  display: block;
  width: 200%;
  height: 240px;
  z-index: 1;
}
section.namica .inner {
  width: 1360px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 4rem;
}

section.namica .title h1 {
  font-size: 88px;
}

section.namica .title .sub {
  display: flex;
  align-items: center;
}

section.namica .title .sub .th {
  position: relative;
  font-size: 72px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: .5rem 1.5rem;
  border-radius: 50%;
  z-index: 1;
}

section.namica .title .sub .th::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid transparent;

  /* 보더만 그라디언트 */
  background: linear-gradient(to right,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1) 15%,
      rgba(255, 255, 255, 0) 75%) border-box;

  -webkit-mask:
    linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;

  pointer-events: none;
  z-index: -1;
}


section.namica .title .sub .th span {
  font-size: 24px;
  margin-top: 8px;
  font-weight: 500;
}

section.namica .title .sub p {
  font-size: 20px;
}

section.namica .cont {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
}

section.namica .cont h3 {
  padding: .5rem 4rem .5rem 1.2rem;
  background: linear-gradient(
  to right,
  #1E1F35 0%,
  rgba(30, 31, 53, 0.6) 50%,
  rgba(30, 31, 53, 0) 100%
);
  font-size: 30px;
  color: #ffffff5c;
}

section.namica .cont p {
  font-size: 24px;
  padding: 0 1.2rem;
}

section.namica .cont h3 span {
  color: #fff;
}

section.namica .wave {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
}

#caustics {
  width: 100%;
  height: 100%;
  display: block;
  mix-blend-mode: screen;
  /* 핵심 */
  pointer-events: none;
}


section.menufacturing {
  height: 100vh;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.menufacturing .bg {
  width: 100%;
  height: 100vh;
  position: absolute;
}

section.menufacturing .bg::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100vh;
  display: block;
  background: rgba(0, 0, 0, 0.65);
}

section.menufacturing h1 {
  text-align: center;
  font-weight: 900;
  color: #fff;
  font-size: 148px;
  line-height: 1;
  position: relative;
}

section.menufacturing h1 .outline-text {
  color: transparent;
  /* 글자 내부 제거 */
  -webkit-text-stroke: 2px #fff;
}


/* Articles */
.sub-top.articles {
  height: 412px;
  background: url(/img/article_sub.png);
  background-size: cover;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}

.sub-top.articles>img {
  width: 24px;
}

.sub-top.articles h3 {
  color: #fff;
  font-size: 32px;
}

.sub-top.articles .line {
  background: #fff;
  height: 2px;
  width: 100px;
}

section.articles {
  margin-top: 2rem;
}

section.articles ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem 2rem;
  max-width: 1360px;
  margin: auto;
}

section.articles ul li {
  width: 100%;
  border: 1px solid #eee;
  transition: all .3s ease;
  overflow: hidden;
  border-radius: 15px;
}
section.articles ul li p:first-child a {
  display: block;
  height: 400px;
  overflow: hidden;
}
section.articles ul li:hover {
  border-color: #302a4f45;
}
section.articles ul li:hover img {
  transform: scale(1.07);
}
section.articles ul li img {
  height: 400px;
  object-fit: cover;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
  transition: all .3s;
}

section.articles ul li p.title {
  font-weight: 600;
  margin: 1rem 0;
  font-size: 20px;
}

section.articles ul li p.date {
  color: #8d8d8d;
}

/* section.articles ul li p.content {
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 300px;
  white-space: nowrap;
  font-size: 14px;
} */

section.articles ul li p.more {
  margin: 2rem 1rem 10px;
  padding-bottom: 1rem;
  text-align: right;
}
section.articles ul li p {
  padding: 0 1rem;
}
section.articles ul li p:first-child {
  padding-left: 0;
}
section.articles ul li p.more a {
  padding: 4px 10px;
  border: 1px solid #9d9d9d;
  border-radius: 50px;
  transition: all .3s;
  display: inline-block;
}
section.articles ul li p.more a:hover {
  background-color: #1e1f34;
  color: #fff;
}
section.view-wrap {
  max-width: 1360px;
  margin: auto;
  margin-top: 4rem;
}

section.view-wrap .title {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

section.view-wrap .title h2 {
  font-size: 28px;
}

section.view-wrap .view-content {
  font-size: 14px;
  margin: 6rem 0;
}

section.view-wrap .view-images {
  text-align: center;
}

section.view-wrap .view-files {
  margin: 2rem 0;
}

section.view-wrap .btn_fixed_top {
  text-align: right;
}

section.view-wrap .btn_fixed_top button {
  font-size: 16px;
}

/* clinics */
.sub-top.clinics {
  height: 412px;
  background: url(/img/clinics_sub.jpg);
  background-size: cover;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}

.sub-top.clinics>img {
  width: 24px;
}

.sub-top.clinics h2 {
  color: #fff;
  font-size: 40px;
}

.sub-top.clinics h3 {
  color: #fff;
  font-size: 32px;
}

.sub-top.clinics .line {
  background: #fff;
  height: 2px;
  width: 100px;
}

.sub-top.clinics p {
  color: #fff;
}

/* Clinics */
main.clinic {
  max-width: 1360px;
  margin: 4rem auto;
  margin-bottom: 12rem;
}
main.clinic .clinic-page {
  text-align: center;
}
main.clinic .update-notice {
          text-align: center; 
            font-weight: 500; 
            font-size: 20px;
            margin-top: 18rem;
            display: inline-block;
            padding: 1rem 2rem;
            border-radius: 15px;
}
main.clinic .update-notice::after {
  content: url(/img/ft_logo.png);
  position: absolute;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%) scale(.4);
  opacity: .1;
}
main.clinic .caution {
  text-align: center;
  margin-bottom: 4rem;
}

main.clinic .contents {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

main.clinic .contents .hospital_list {
  width: 35%;
  overflow-y: auto;
  max-height: 600px;
}

main.clinic .contents .hospital_list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

main.clinic .contents .hospital_list li {
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 16px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition: all .3s;
}
main.clinic .contents .hospital_list li:hover {
  background: #302a4f;
}
main.clinic .contents .hospital_list li:hover dt {
  border-color: #fff;
  color: #fff;
}
main.clinic .contents .hospital_list li:hover dd {
  color: #fff;
}
main.clinic .contents .hospital_list li:hover dd:first-of-type {
  color: #fff;
}
/* dl 내용 */
main.clinic .contents .hospital_list dl {
  margin: 0;
}

main.clinic .contents .hospital_list dt {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 6px;
  color: #1E1F35;
  padding: 8px 8px;
  border-bottom: 1px solid #1e1f35;
  width: 94%;
  margin: auto;
}

main.clinic .contents .hospital_list dd {
  margin: 0;
  font-size: 14px;
  color: #555;
  padding: 4px 20px;
}

main.clinic .contents .hospital_list dd:first-of-type {
  font-weight: 500;
  color: #1e1f35;
  margin-top: 16px;
}

main.clinic .contents .hospital_list dd:last-of-type {
  margin-bottom: 12px;
}

#search_form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  margin-bottom: 2rem;
}

#search_form>div {
  width: 30%;
}

#search_form .search-input-wrapper {
  width: 40%;
  display: flex;
}

#search_form .search-input-wrapper button {
  background: none;
  border: 0;
}

#search_form select,
#search_form .search-input-wrapper input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #1E1F35;
  padding: 6px 12px;
  font-size: 16px;
}

.hospital-infowindow {
  padding: 12px 25px 10px 18px;
  font-size: 14px;
  transform: scale(1.05);
  color: #333;
  background-color: #fff;
  border: 1px solid #1E1F35;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.hospital-infowindow strong {
  text-wrap: nowrap;
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
  color: #1E1F35;
  font-weight: 700;
}

.hospital-infowindow p {
  margin: 2px 0;
  font-size: 12px;
  text-wrap: nowrap;
}

.hospital-infowindow p:last-child {
  color: #939393;
}

/* Contact */
.sub-top.contact {
  height: 412px;
  background: url(/img/contact_sub.jpg);
  background-size: cover;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}

.sub-top.contact>img {
  width: 24px;
}

.sub-top.contact h2 {
  color: #fff;
  font-size: 34px;
}

.sub-top.contact h3 {
  color: #fff;
  font-size: 32px;
}

.sub-top.contact .line {
  background: #fff;
  height: 2px;
  width: 100px;
}

.sub-top.contact p {
  color: #fff;
}

section.contact_form {
  max-width: 1200px;
  margin: 4rem auto;
  margin-bottom: 12rem;
}

#wr_sort {
  border-radius: 50px;
  padding-left: 1rem;
}

.contact_form .form_row {
  margin-bottom: 20px;
  border-color: #ddd;
}

.contact_form .two_col {
  display: flex;
  gap: 80px;
  padding: 2rem 0 3rem;
  margin: 1rem 0;
  border-bottom: 1px solid #ddd;
}

.contact_form .two_col>div {
  display: flex;
  align-items: center;
  flex: 1;
}

.contact_form .form_row.textarea {
  padding-top: 2rem;
  margin-bottom: 6rem;
  display: flex;
  align-items: flex-start;
}

.contact_form label {
  display: flex;
  align-items: center;
  font-weight: 500;
  text-wrap: nowrap;
  font-size: 16px;
  width: 200px;
}

.contact_form input,
.contact_form select,
.contact_form textarea {
  width: 100%;
  padding: .5rem;
  box-sizing: border-box;
  border: 1px solid #eee;
  border-radius: 5px;
  font-size: 14px;
}

.form_submit {
  text-align: center;
}

.form_submit button {
  width: 320px;
  padding: .5rem 0;
  text-align: center;
  background: #6464A3;
  color: #fff;
  font-weight: 600;
  border: 0;
  border-radius: 50px;
  font-size: 14px;
}

.required {
  color: #001F4D;
}

/* 개인정보 동의 영역 */
.privacy_row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  text-align: center;
}

.privacy_row label {
  width: unset;
}

.privacy_check {
  font-size: 14px;
}

.privacy_btn {
  background: none;
  border: none;
  color: #555;
  cursor: pointer;
  padding: 0;
}

/* 모달 */
.privacy_modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
}

.privacy_modal.active {
  display: block;
}

.modal_inner {
  background: #fff;
  max-width: 500px;
  margin: 10vh auto;
  padding: 30px;
  position: relative;
}

.modal_inner h3 {
  margin-bottom: 15px;
}

.modal_content {
  font-size: 14px;
  line-height: 1.6;
}

.modal_close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
}

/* global */
body.is-global #hd_wrapper nav ul li a {
  color: #333;
}

body.is-global #hd .icon-menu ul li a img {
  filter: brightness(0) invert(0);
}

#hd .hd_top .logo img.color {
  display: none;
}

body.is-global #hd .hd_top .logo img {
  display: none;
}

body.is-global #hd .hd_top .logo img.color {
  display: block;
}
body.is-global #hd.is-scrolled {
  background: #ffffffd6;
}
section.global {
  max-width: 1360px;
  margin: 12rem auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0rem;
  padding-bottom: 12rem;
  border-bottom: 1px solid #ddd;
}

section.global .left {
  width: 564px;
  height: 725px;
  background: url(/img/global_left.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  gap: 1rem;
}

section.global .left h2 {
  text-align: center;
  font-size: 56px;
}

section.global .left .btn a {
  color: #fff;
  border-radius: 50px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0 1rem;
  transition: all .3s;
}
section.global .left .btn a:hover {
  background: #fff;
  color: #302a4f;
}
section.global .left .btn a:hover img {
  filter: brightness(0) invert(0);
}
section.global .right {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}

section.global .right .top {
  text-align: center;
}

section.global .right .top p {
  font-size: 16px;
  font-weight: 600;
  color: #848C91;
  margin-bottom: .5rem;
}

section.global .right .bottom {
  width: 100%;
}

section.global .right .bottom ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

section.global .right .bottom ul li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

section.global .right .bottom ul li:last-child {
  border-bottom: 0;
}

section.global .right .bottom ul li .title {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

section.global .right .bottom ul li .title p {
  font-size: 16px;
  font-weight: 500;
  color: #848c91;
}

section.global .right .bottom ul li .btn a {
  color: #848c91;
  border-radius: 50px;
  border: 1px solid #848C91;
  ;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0 1rem;
  transition: all .3s;
}
section.global .right .bottom ul li .btn a:hover {
  background: #302a4f;
  color: #fff;
}
section.global .right .bottom ul li .btn a:hover img {
  filter: brightness(1) invert(0);
}
section.global .right .bottom ul li .btn a img {
  filter: brightness(0) invert(0);
}

@media (max-width: 768px) {
  #top_btn {
    right: 20px;
    bottom: 20px;
  }
  #hd .hd_top {
    width: 90%;
    margin: auto;
  }
  section.main .title h1 img {
    width: 240px;
  }
  section.main .title .wave-text {
    font-size: 20px;
    margin-top: 2rem;
  }
  section.main .title .desc-switch .desc.ko {
    font-size: 14px;
  }
  section.main .title .desc-switch {
    width: 90%;
    margin: auto;
    margin-top: .5rem;
  }
  section.main .title p {
    font-size: 16px;
    text-wrap: wrap;
    margin-top: 0;
  }
  main>section {
    overflow: hidden;
  }
  section.main {
    position: relative;
  }
  section.three_step {
    top: 0!important;
    padding-top: 0;
    height: 154vh;
  }
  section.three_step .top {
    height: 90vh;
  }
  section.three_step .top img {
    width: 100%;
  }
  section.three_step .top .rec {
    gap: 1rem;
    flex-wrap: wrap-reverse;
    flex-direction: row-reverse;
  }
  section.three_step .top .rec img {
    width: 150px;
  }
  section.three_step .title {
    gap: 1rem;
  }
  section.three_step .title .headline-switch {
    height: 6.4em;
  }
  section.three_step .title .headline-switch .headline.ko {
    font-size: 16px;
  }
  section.three_step .title h3 {
    font-size: 16px;
  }
  section.three_step .title h1.logo img {
    width: 240px;
    margin-top: 0;
  }
  section.three_step .title p {
    font-size: 16px;
    letter-spacing: 2px;
  }
  section.three_step .top, section.three_step .bottom {
    opacity: 1;
  }
  section.three_step .bottom {
    position: absolute;
    bottom: 0;
    height: 64vh;
  }
  section.three_step .six_step ul {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
  }
  section.three_step .six_step ul li {
    width: 100%;
    height: 88px;
    gap: 1rem;
    flex-direction: row;
  }
  
  section.three_step .six_step ul li h2 {
    width: 204px;
    transform: unset;
    font-size: 20px;
  }
  section.three_step .six_step .right {
    width: 15%;
  }
  section.three_step .six_step .right img {
    width: 20px;
  }
  section.three_step .six_step .six-step-panel {
    top: 88px;
  }
  section.three_step .six_step .six-step-panel.is-active {
    width: 100%;
  }
  section.three_step .six_step ul li.is-hidden {
    height: 0;
  }
  section.three_step .six_step ul li .default {
    gap: 2rem;
    flex-direction: row;
  }
  section.three_step .six_step ul li .default img {
    width: 32px;
  }
  section.three_step .six_step .bg img {
    height: 100%;
  }
  section.three_step .six_step .six-step-panel .title {
    right: 1rem;
    left: unset;
    bottom: 50%;
    align-items: flex-end;
  }
  section.three_step .six_step .six-step-panel .title h1 {
    font-size: 36px;
    text-align: left;
  }
  section.three_step .six_step .six-step-panel .title h1 img {
    width: auto;
    height: 96px;
  }
  section.three_step .six_step .six-step-panel .title .morebtn a {
    font-size: 14px;
  }
  section.three_step .six_step .six-step-panel .title .morebtn a img {
    height: 12px;
  }
  section.rewards {
    height: 80vh;
  }
  section.rewards .inner {
    flex-direction: column;
    justify-content: center;
    gap: 4rem;
  }
  section.rewards .qr_code p {
    font-size: 16px;
  }
  section.rewards .qr_code img {
    width: 80px;
  }
  section.rewards .title {
    width: 90%;
    gap: 1.5rem;
  }
  section.rewards .title h3 {
    font-size: 28px;
    display: flex;
    align-items: center;
    gap: .5rem;
  }
  section.rewards .title h3 img {
    height: 24px;
  }
  section.rewards .title h1 {
    font-size: 36px;
  }
  section.rewards .title p {
    font-size: 12px;
  }
  section.rewards .title .btn {
    padding: 0;
  }
  section.rewards .title .btn a {
    font-size: 14px;
  }
  section.rewards .title .btn a img {
    height: 12px;
  }
  #ft {
    width: 90%;
    font-size: 12px;
  }
  #ft_company .ft_info {
    font-size: 12px;
  }
  #ft_wr .ft_logo img {
    width: 140px;
  }
  #ft_copy {
    font-size: 12px;
  }

  /* about */
  .sub-top.about {
    flex-direction: column;
    gap: 2rem;
  }
  .sub-top.about .left {
    margin: 0;
    margin-top: 4rem;
  }
  .sub-top.about .left h1 {
    font-size: 64px;
  }
  
  .sub-top.about .left p {
    font-size: 14px;
    line-height: 1.2;
  }
  .sub-top.about .right {
    padding-top: 0;
    overflow: hidden;
    width: 400px;
    padding-left: 4rem;
  }
  .sub-top.about .right img {
    width: 100%;
  }
  section.menufacturing h1 {
    font-size: 40px;
  }
  section.menufacturing h1 .outline-text {
    -webkit-text-stroke : 1px #fff
  }
  section.develop {
    height: 101vh;
  }
  section.develop .text {
    font-size: 24px;
  }
  section.develop .outline-text {
    font-size: 24px;
    -webkit-text-stroke: 1px #fff;
  }
  section.develop .list {
    overflow-x: scroll;
    overflow-y: hidden;
    width: 90%;
    margin: auto;
    margin-top: 20rem;
  }
  section.develop .list::-webkit-scrollbar {
    height: 6px;
  }
  section.develop .list::-webkit-scrollbar-thumb {
    background: #8162ab;
    border-radius: 10px;
  }
  section.develop .list::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #fff;
  }
  section.develop .list img {
    width: 250%;
  }
  section.earth {
    height: 70vh;
    gap: 2rem;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  section.earth::before {
    top: -14%;
    height: 120px;
    filter: blur(16px);
  }
  section.namica::after {
    top: -8%;
    height: 120px;
    filter: blur(16px);
  }
  section.earth .title h1 img {
    width: 200px;
  }
  section.earth .title p {
    font-size: 14px;
    margin-top: 4px;
  }
  section.earth .worldwide {
    padding-bottom: 0;
  }
  section.earth .worldwide .text {
    font-size: 48px;
    text-wrap: nowrap;
    line-height: unset;
  }
  section.earth .worldwide .outline-text {
    font-size: 48px;
    left: 51%;
    text-wrap: nowrap;
    top: 61%;
    line-height: unset;
    -webkit-text-stroke: 1px #fff
  }
  section.namica {
    height: 80vh;

  }
  section.namica .bg {
    position: absolute;
  }
  section.namica>img {
    height: 100%;
  }
  section.namica .inner {
    width: 90%;
  }
  section.namica .title h1 {
    font-size: 36px;
  }
  section.namica .cont h3 {
    font-size: 16px;
  }
  section.namica .cont p {
    font-size: 14px;
  }
  section.menufacturing {
    height: 80vh;
  }
  section.menufacturing .bg {
    height: 80vh;
  }
  section.menufacturing .bg::before {
    height: 80vh;
  }
  /* products */
  .sub-top.products {
    height: 560px;
  }
  .sub-top.products .cont {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  .sub-top.products .title {
    width: 90%;
  }
  .sub-top.products .logo img {
    height: 24px;
  }
  .sub-top.products h4 {
    font-size: 16px;
  }
  .sub-top.products h2 {
    font-size: 20px;
    margin-bottom: 1rem;
  }
  .sub-top.products p {
    font-size: 12px;
  }
  .ooc-search-row {
    text-align: center!important;
  }
  section.products ul {
    flex-direction: column;
  }
  section.products ul li {
    width: 90%;
  }
  section.products ul li img {
    width: 100%;
  }
  .sub-top.articles {
    height: 280px;
  }
  section.articles {
    overflow: visible;
  }
  section.articles ul li img {
    width: 100%!important;
    height: 400px;
  }
  section.articles ul {
    display: flex;
    width: 90%;
    flex-direction: column;
    gap: 3rem;
  }
  section.articles ul li {
    width: 100%;
  }
  section.articles ul li p.content {
    height: 40px;
    line-height: 10px;
    padding-top: 2px;
    font-size: 12px;
    margin-top: 8px;
  }
  section.articles ul li p.more {
    margin-top: 1rem;
  }
  section.view-wrap {
    width: 90%;
    gap: 1rem;
  }
  section.view-wrap .view-images img {
    width: 100%;
    border-radius: 15px;
    margin: 1rem 0;
  }
  section.view-wrap .view-content {
    font-size: 12px;
    padding-top: 2rem;
    margin: 0;
  }


  /* clinics */ 
  .sub-top.clinics {
    height: 280px;
    gap: .5rem;
  }
  .sub-top.clinics h2 {
    font-size: 24px;
    font-weight: 400;
  }
  main.clinic .caution {
    text-wrap-style: balance;
    font-weight: 400;
    color: #9d9d9d;
  }
  main.clinic .update-notice {

  }
  #search_form {
    width: 90%;
    margin: auto;
    margin-bottom: 2rem;
    gap: 1rem;
  }
  #search_form select, #search_form .search-input-wrapper input {
    font-size: 14px;
  }
  main.clinic .contents {
    width: 90%;
    margin: auto;
    position: relative;
    gap: 0;
  }
  main.clinic .contents .hospital_list {
    width: 40%;
    position: absolute;
    left: 0;
    z-index: 10;
  }
  main.clinic .contents .hospital_list dt {
    font-size: 14px;
  }
  main.clinic .contents .hospital_list dd:first-of-type {
    font-size: 12px;
  }
  main.clinic .contents .hospital_list li {
    background: #fff;
  }
  #map {
    height: 600px;
  }

  /* contact */
  .sub-top.contact {
    height: 280px;
    gap: .5rem;
  }
  .sub-top.contact h2 {
    font-size: 24px;
    font-weight: 400;
  }
  .sub-top.contact p {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  section.contact_form {
    width: 90%;
    margin: 3rem auto;
  }
  .contact_form input, .contact_form select, .contact_form textarea {
    padding: 8px;
  }
  #wr_sort {
    padding-left: 1rem;
  }
  .contact_form .two_col {
    flex-direction: column;
    gap: 20px;
    padding: 0rem 0 2rem;
    margin: 2rem 0;
  }
  .contact_form .form_row.textarea {
    padding-top: 0;
    margin-bottom: 4rem;
  }
  .form_submit button {
    font-size: 16px;
  }
  .modal_inner {
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    width: 90%;
    border-radius: 15px;
  }

  /* global */
  section.global {
    width: 90%;
    flex-direction: column;
    gap: 4rem;
    padding: 0;
    margin: 6.5rem auto;
    margin-bottom: 2rem;
  }
  section.global .left {
    width: 100%;
    height: 400px;
    border-radius: 15px;
  }
  section.global .left h2 {
    font-size: 32px;
  }
  section.global .right {
    width: 100%;
    gap: 2rem;
  }
  section.global .right .top img {
    width: 200px;
  }
  section.global .right .bottom ul li {
    gap: 0;
  }
  section.global .right .bottom ul li .title {
    align-items: flex-start;
  }
  section.global .right .bottom ul li .title p {
    font-size: 14px;
  }
  section.global .right .bottom ul li .title img {
    height: 24px;
  }
  section.global .right .bottom ul li .btn {
    height: unset;
    line-height: unset;
    padding: 0;
  }
  section.global .right .bottom ul li .btn a {
    padding: 6px 1rem;
  }
  section.global .right .bottom ul li .btn a img {
    width: 48px;
  }
  section.global .right .bottom ul li:last-child {
    padding-bottom: 0;
  }
  body.is-global #hd .hamburger-btn span {
    background: #302a4f;
  } 
  body.is-global #hd .icon-menu ul li a img {
    filter: unset;
  }
}