@charset "utf-8";



/* [수정] 메인 헤더 섹션 스타일 정의 */
:root {
  --logo-w: 150px;
  --logo-h: 38px;
}

.idmc-logo {
  width: var(--logo-w);
  height: var(--logo-h);
}

.main-header {
  width: 100%;
  min-height: 6rem;
  background: #000000B3;
  will-change: background, height;
  transition: background 0.3s, min-height 0.3s;
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 99
}

.main-header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.12) 60%, rgba(0, 0, 0, 0) 100%);
  transition: opacity 0.3s, visibility 0.3s
}

.main-header.top-menu-active {
  padding-top: 6.7rem
}

.main-header.header-top-active {
  background: transparent
}

.main-header.header-top-active::after {
  opacity: 1;
  visibility: visible
}

.main-header.header-top-active:hover {
  background: rgba(0, 0, 0, 0.7)
}

.main-header.header-top-active:hover::after {
  opacity: 0;
  visibility: hidden
}

.main-header.gnb-active {
  min-height: 28rem
}

.main-header.top-menu-active.gnb-active {
  min-height: calc(28rem + 6.6rem)
}

.main-header.block-active {
  background: #000 !important
}

.main-header .header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 8rem;
  box-sizing: border-box
}

.main-header.top-menu-active .header-container {
  padding-top: 6.7rem
}

.main-header .header-top {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #111
}

.main-header .user-menu {
  width: 100%;
  max-width: 1440px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 8rem;
  margin: 0 auto
}

.main-header .user-menu li {
  position: relative
}

.main-header .user-menu li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 1.2rem;
  background: #767676
}

.main-header .user-menu li a {
  padding: 2rem 1.2rem;
  color: #e5e5e5;
  text-align: center;
  white-space: nowrap
}

.main-header .user-menu li:last-child a {
  padding: 2rem 0 2rem 1.2rem
}

.main-header .header-left {
  display: flex;
  align-items: center;
  gap: 3rem
}

.main-header .header-title {
  margin-bottom: 0
}

.main-header .header-title a {
  height: 3.8rem
}

.main-header .header-title img {
  height: 100%;
  object-fit: contain;
  vertical-align: top
}

.main-header .header-gnb {
  position: relative
}

.main-header .header-gnblist {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%
}

.main-header .header-gnbitem {
  position: relative
}

.main-header .header-gnblink {
  height: 100%;
  padding: 2.8rem 3rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  font-weight: var(--fw-medium);
  font-size: 1.6rem !important;
}

.main-header .header-gnblink span {
  position: relative
}

.main-header .header-gnblink span::after {
  content: "";
  height: 0.2rem;
  width: 100%;
  transition: 0.3s;
  transform: scaleX(0);
  position: absolute;
  bottom: -100%;
  left: 0
}

.main-header .header-sublist {
  width: 100%;
  position: absolute;
  top: 100%;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 1
}

.main-header .header-gnb:hover .header-sublist {
  opacity: 1;
  overflow: hidden;
  pointer-events: auto;
  transition: opacity 0.3s 0.3s
}

.main-header .header-gnbitem:hover .header-gnblink span::after {
  background: #fff;
  transform: scaleX(1)
}

.main-header .header-subitem {
  width: 100%;
  text-align: center;
  overflow: hidden
}

.main-header .header-subitem:hover {
  color: #fff
}

.main-header .header-sublink {
  width: 100%;
  padding: 1rem;
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.2s, background 0.2s;
  will-change: color, background;
  font-size: 1.4rem;
}

.main-header .header-sublink:hover {
  color: #fff
}

.main-header .header-right {
  display: flex;
  align-items: center
}

.main-header .header-right .header-gnb {
  margin-right: 1.8rem
}

.main-header .header-lang {
  position: relative
}

.main-header .header-langbtn {
  position: relative;
  border: none;
  background: none
}

.main-header .header-langlist {
  position: absolute;
  top: 100%;
  left: -50%;
  z-index: 200;
  background: #111111
}

.main-header .header-langitem {
  max-height: 0;
  transition: all 0.5s;
  overflow: hidden
}

.main-header .header-langitem a {
  padding: 0.6rem 1.6rem;
  color: var(--white);
  opacity: 0.7
}

.main-header .header-langitem a:hover {
  opacity: 1
}

.main-header .header-lang:hover .header-langbtn::after {
  transform: translateY(-50%) rotate(180deg)
}

.main-header .header-lang:hover .header-langitem {
  max-height: 6.8rem
}

.main-header .header-utils>ul {
  display: flex;
  align-items: center
}

.main-header .header-utils>ul>li {
  margin-left: 1.2rem
}

.main-header .header-utils>ul>li>img {
  width: auto;
  height: 100%;
  object-fit: cover;
  vertical-align: top
}

.main-header .header-utils img {
  filter: invert(1)
}

.main-header .header-right button {
  max-width: 3.2rem;
  background: none;
  border: none
}

.main-header .header-right button img {
  width: auto;
  max-height: 100%;
  object-fit: cover;
  vertical-align: top
}

.main-header .header-utils .member a {
  width: 3.2rem;
  height: 3.2rem;
  font-size: 0;
  display: block
}

.main-header .header-utils .member img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  vertical-align: top
}

.main-header .header-utils .btn-allmenu {
  display: flex;
  flex-direction: column;
  gap: 0.6rem
}

.main-header .header-utils .btn-allmenu:hover .ico-hamburger:nth-child(2) {
  width: 2.4rem
}

.main-header .header-utils .btn-allmenu .ico-hamburger,
.main-header .btn-momenu .ico-hamburger {
  width: 2.4rem;
  height: 0.2rem;
  background: #fff;
  border-radius: 1rem;
  transition: width 0.3s, transform 0.3s, opacity 0.3s;
  will-change: width, transform, opacity
}

.main-header .header-utils .btn-allmenu .ico-hamburger:nth-child(even),
.main-header .btn-momenu .ico-hamburger:nth-child(2) {
  width: 1.4rem
}

.main-header .btn-momenu {
  display: none
}

.main-header .btn-moclose {
  display: none
}

.main-header .header-fullmenu {
  position: fixed;
  z-index: 99999;
  padding: 0 2.4rem;
  background: #000;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  overflow: hidden
}

.main-header .header-fullmenu.fullmenu-right {
  width: 0;
  height: 100%;
  top: 0;
  right: 0
}

.main-header .header-fullmenu.fullmenu-left {
  width: 0;
  height: 100%;
  top: 0;
  left: 0
}

.main-header .header-fullmenu.fullmenu-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 0
}

.main-header .header-fullmenu.fullmenu-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0
}

.main-header .header-fullmenu.fullmenu-active {
  width: 100%;
  height: 100vh;
  opacity: 1;
  visibility: visible
}

.main-header .fullmenu-wrapper {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  max-width: 128rem;
  margin: 0 auto
}

.main-header .fullmenu-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10rem
}

.main-header .fullmenu-title {
  margin-bottom: 0
}

.main-header .fullmenu-title a {
  height: 4.3rem
}

.main-header .fullmenu-title img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.main-header .fullmenu-gnblist {
  display: flex;
  justify-content: center
}

.main-header .fullmenu-gnbitem {
  width: 20%
}

.main-header .fullmenu-gnbitem+.fullmenu-gnbitem {
  margin-left: 4rem
}

.main-header .fullmenu-gnblink {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

.main-header .fullmenu-gnblink::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 0.1rem;
  background: #ffffff;
  transition: 0.2s
}

.main-header .fullmenu-gnblink.on::after {
  width: 18rem
}

.main-header .fullmenu-sublist {
  padding-top: 4rem
}

.main-header .fullmenu-subitem+.fullmenu-subitem {
  padding-top: 0.8rem
}

.main-header .fullmenu-sublink {
  color: #a2a2a2;
  position: relative;
  padding-bottom: 5px;
  transition: 0.3s
}

.main-header .fullmenu-sublink::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: var(--white);
  position: absolute;
  top: 100%;
  right: 0;
  transition: width 0.7s cubic-bezier(0.22, 0.61, 0.36, 1)
}

.main-header .fullmenu-sublink:hover {
  color: var(--white)
}

.main-header .fullmenu-sublink:hover::before {
  width: 100%;
  right: auto;
  left: 0
}

.main-header .fullmenu-close {
  position: fixed;
  right: 8rem;
  top: 2.4rem;
  width: 3.2rem;
  height: 3.2rem;
  padding: 0.5rem;
  background: transparent;
  border: none
}

.main-header .fullmenu-close img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

@media (max-width: 1120px) {
  /* 1. 왼쪽 여백 밀착 */
  .main-header .header-container {
    padding-left: 1.5rem !important;
  }

  /* 2. 로고 크기 확대 및 정렬 */
  .main-header .header-title a {
    width: 12rem !important;   /* 확대된 가로 크기 */
    height: 3.8rem !important;  /* 확대된 세로 크기 */
    display: flex;
    align-items: center;
  }

  .main-header .header-title img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left center;
  }

  .main-header .header-gnblink {
    padding: 2.8rem 2.4rem
  }
}

@media (max-width: 992px) {
  .main-header {
    padding-top: 0;
    padding-bottom: 0
  }

  .main-header.header-top-active:hover {
    background: transparent
  }

  .main-header.top-menu-active .header-container {
    padding-top: 0
  }

  .main-header.gnb-active,
  .main-header.top-menu-active.gnb-active {
    min-height: auto
  }

  .main-header.header-top-active:hover::after {
    opacity: 1;
    visibility: visible
  }

  .main-header .header-gnb {
    width: 100%;
    height: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background: #111;
    overflow: hidden;
    padding: 0 2.4rem;
    transition: height 0.3s;
    z-index: 9
  }

  .main-header.block-active .header-gnb {
    height: calc(100vh - 6rem);
    padding-bottom: 19rem;
    overflow-y: auto
  }

  .main-header .header-container {
    min-height: 6rem
	padding-left: 1rem !important;
  }

  .main-header .header-top {
    border: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s 0.1s, visibilty 0.3s 0.1s;
    will-change: opacity, visibility;
    z-index: 10
  }

  .main-header.block-active .header-top {
    top: 100%;
    opacity: 1;
    visibility: visible
  }

  .main-header .user-menu {
    padding: 0 2.2rem;
    justify-content: flex-start
  }

  .main-header .user-menu li a,
  .main-header .user-menu li:last-child a {
    padding: 2.4rem 1.2rem
  }

  .main-header .user-menu li:first-child a {
    padding-left: 0
  }

 
  .main-header .header-center {
    width: 100%;
    height: 0;
    top: 100%;
    left: 0;
    transform: none
  }

  .main-header .header-gnblist {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s 0.1s
  }

  .main-header .header-gnblink {
    display: flex;
    align-items: flex-end;
    width: 100%;
    padding: 1.8rem 0;
    text-align: left;
    transition: border 0.3s;
    will-change: border;
    border-bottom: 1px solid #707070
  }

  .main-header.top-menu-active .header-gnbitem:first-child .header-gnblink {
    padding-top: 6.8rem
  }

  .main-header .header-gnbitem:hover .header-gnblink span {
    border: none
  }

  .main-header .header-gnbitem:hover .header-gnblink span::after {
    content: none
  }

  .main-header .header-sublist {
    display: none;
    height: auto;
    position: relative;
    opacity: 1;
    padding: 1.8rem 0 2rem 0
  }

  .main-header .header-gnbitem.item-active .header-gnblink {
    border-bottom: 1px solid #fff
  }

  .main-header .header-subitem {
    width: 100%;
    text-align: left
  }

  .main-header .header-subitem+.header-subitem {
    padding-top: 0.8rem
  }

  .main-header .header-sublink {
    padding: 0;
    color: var(--text-color3)
  }

  .main-header .header-sublink:active {
    color: #111111
  }

  .main-header .header-right button,
  .main-header .header-utils .member a {
    width: 2.8rem;
    height: 2.8rem
  }

  .main-header .header-lang:hover .header-langitem {
    max-height: 0
  }

  .main-header .header-lang.lang-active .header-langitem {
    max-height: 6.8rem
  }

  .main-header .header-lang:hover .header-langbtn::after {
    transform: translateY(-50%) rotate(0)
  }

  .main-header .header-lang.lang-active .header-langbtn::after {
    transform: translateY(-50%) rotate(180deg)
  }

  .main-header .header-utils>ul>li {
    margin-left: 0.6rem
  }

  .main-header .header-utils .allmenu {
    display: none
  }

  .main-header .btn-momenu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.6rem;
    margin-left: 0.6rem
  }

  .main-header .btn-momenu .ico-hamburger {
    width: 2rem
  }

  .main-header .btn-momenu .ico-hamburger:nth-child(2) {
    width: 1.2rem
  }

  .main-header.block-active .header-center {
    pointer-events: auto
  }

  .main-header.block-active .header-gnblist {
    opacity: 1;
    visibility: visible
  }

  .main-header .header-gnbitem:has(.header-subitem) .header-gnblink::after {
    content: "";
    display: flex;
    width: 1.6rem;
    height: 1.6rem;
    background-image: url(../icons/ico_downarrow_white.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    transition: transform 0.3s;
    will-change: transform
  }

  .main-header.block-active .header-gnblink {
    align-items: center;
    justify-content: space-between
  }

  .main-header.block-active .header-gnbitem.item-active .header-gnblink::after {
    content: "";
    transform: rotate(180deg)
  }

  .main-header.block-active .btn-momenu .ico-hamburger:nth-child(1) {
    transform: translateY(0.8rem) rotate(45deg)
  }

  .main-header.block-active .btn-momenu .ico-hamburger:nth-child(3) {
    transform: translateY(-0.8rem) rotate(-45deg)
  }

  .main-header.block-active .btn-momenu .ico-hamburger:nth-child(2) {
    opacity: 0;
    visibility: hidden
  }

  .main-header .header-fullmenu {
    display: none
  }
}
/* main-footer [SMmnSnX7Xa] */
.main-footer {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  background: var(--black)
}

.main-footer .footer-top {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 2.4rem
}

.main-footer .footer-logo {
  margin-bottom: 0;
  text-align: center
}

.main-footer .footer-logo img {
  height: 3.2rem;
  object-fit: contain
}

.main-footer .footer-menulist {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.main-footer .footer-menulink a {
  padding: 0 1.2rem;
  color: var(--white);
  font-size: var(--fs-p2)
}

.main-footer .footer-menulink {
  position: relative
}

.main-footer .footer-menulink+.footer-menulink::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 1.4rem;
  background: rgba(255, 255, 255, 0.1)
}

.main-footer .footer-snslist {
  display: flex;
  align-items: center
}

.main-footer .footer-snsitem+.footer-snsitem {
  margin-left: 0.8rem
}

.main-footer .footer-snslink {
  padding: 0.6rem;
  width: 3.6rem;
  height: 3.6rem
}

.main-footer .footer-snslink img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.main-footer .footer-bottom {
  padding-top: 2.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1)
}

.main-footer .footer-txt {
  display: flex;
  justify-content: center;
  font-size: var(--fs-p2)
}

.main-footer .footer-txt a{
  color:#FFFFFF80;
}

.main-footer .footer-txt+.footer-txt {
  margin-top: 0.3rem
}

.main-footer .footer-txt p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.5)
}

.main-footer .footer-txt p+p {
  margin-left: 0.8rem
}

.main-footer .footer-txt p span+span {
  margin-left: 0.8rem
}

.main-footer .footer-modal {
  overflow-y: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  padding: 2.4rem;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s, visibility 0.3s;
  will-change: opacity
}

.main-footer .footer-modal.block-active {
  opacity: 1;
  visibility: visible
}

.main-footer .modal-area {
  width: 100%;
  max-width: 92rem;
  background: var(--white);
  border-radius: 0.6rem
}

.main-footer .info-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.4rem;
  border-bottom: 1px solid #e5e5e5
}

.main-footer .modal-close {
  cursor: pointer
}

.main-footer .info-area {
  overflow-y: auto
}

.main-footer .modal-email .info-area {
  max-height: 17rem
}

.main-footer .modal-privacy .info-area {
  max-height: 70.3rem
}

.main-footer .info-group+.info-group {
  margin-top: 2.4rem
}

.main-footer .info-group strong {
  display: block;
  padding-bottom: 1.2rem
}

.main-footer .info-desc {
  overflow-y: auto;
  padding: 1.6rem;
  max-height: 20.7rem;
  background: #f8f8fa;
  border-radius: 1.6rem;
  scrollbar-width: none
}

.main-footer .info-desc p.fw-medium {
  font-weight: var(--fw-medium)
}

.main-footer .info-desc .mtb {
  margin: 2.4rem 0
}

.main-footer .info-desc em {
  display: flex;
  align-items: center;
  position: relative;
  margin: 2.4rem 0 1rem;
  font-style: normal;
  font-weight: 600
}

.main-footer .info-list em::before {
  content: "";
  margin-right: 0.8rem;
  width: 0.4rem;
  height: 0.4rem;
  background: #000;
  border-radius: 50%
}

.main-footer .info-list p {
  padding-left: 1.2rem
}

@media (max-width: 992px) {
  .main-footer {
    padding-top: 4rem;
    padding-bottom: 4rem
  }

  .main-footer .footer-top {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0
  }

  .main-footer .footer-menulist {
    position: relative;
    left: 0;
    transform: translate(0);
    margin-top: 2.4rem
  }

  .main-footer .footer-menulink a {
    padding: 0 0.8rem
  }

  .main-footer .footer-snslist {
    justify-content: center;
    margin: 1.2rem 0 2.4rem 0
  }

  .main-footer .footer-bottom {
    text-align: center
  }

  .main-footer .footer-txt {
    flex-direction: column
  }

  .main-footer .footer-txt p+p {
    margin-left: 0
  }

  .main-footer .footer-txt+.footer-txt {
    margin-top: 0.6rem
  }
}

@media (max-width: 576px) {
  .main-footer .footer-menulist {
    display: grid;
    grid-template-columns: auto auto;
    text-align: center
  }

  .main-footer .footer-menulink:nth-last-child(1):nth-child(odd) {
    grid-column: span 2
  }

  .main-footer .footer-menulink+.footer-menulink:nth-child(odd)::after {
    content: none
  }
}
/* sub-visual 공통 */
.sub-visual {
    overflow: hidden;
    position: relative;
}

.sub-visual .block_overlay {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.3;
    background-color: #000;
}

.sub-visual .contents-container {
    height: 40rem;
    position: relative;
    z-index: 1;
}

.sub-visual-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    text-align: center;
}

.sub-visual-inner .textset-tit {
    font-weight: var(--fw-bold);
    font-size: 5rem;
    color: #fff;
}

.sub-visual-inner .textset-desc {
    color: rgba(255, 255, 255, 0.8);
    margin-top: 1rem;
}

/* 각 페이지별 배경 이미지 */
#sub-visual-worship { background: url('../images/sub-top-01.png') no-repeat center / cover; }
#sub-visual-mission { background: url('../images/sub-top-02.png') no-repeat center / cover; }
#sub-visual-training { background: url('../images/sub-top-07.png') no-repeat center / cover; }
#sub-visual-edu { background: url('../images/sub-top-04.png') no-repeat center / cover; }
#sub-visual-news { background: url('../images/sub-top-05.png') no-repeat center / cover; }
#sub-visual-about { background: url('../images/sub-top-06.png') no-repeat center / cover; }
#sub-visual-bulletin { background: url('../images/sub-top-03.png') no-repeat center / cover; }

@media (max-width: 992px) {
    .sub-visual .contents-container {
        height: 26rem;
    }

    .sub-visual-inner .textset-tit {
        font-size: 3.5rem;
    }
}