﻿


.nav_item.home.active .icon { background-image: url("/common/img/masterpage/bottom_nav/icon_home_active.svg"); }

.container{
    padding: 1rem;
}


/*팝업모달이벤트 24.11.20*/
/*.mo_modalbox{
   display: block ;
}*/
 
.smog2 {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 0.5);
    z-index: 1000;
}
 
.mo_modalbox{
    width: 470px;
    position: fixed;
    top: 48%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10000000000;
    transition: all 0.3s ease;
    animation: unset;
    visibility: hidden;
     display:none;


}
.modal_pagination {
    margin: 0 auto;
    display: table;
    margin-bottom:10px;
}
.modal_pagination .swiper-pagination-bullet {
    margin-right:6px;
    width:9px;
    height:9px;
        background: #ffffff;
        opacity: 1;
    transition:all 0.3s ease;
}
 
.modal_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background:var(--sub-color);
    width:40px !important;
    border-radius:20px;
     transition:all 0.3s ease;
     opacity:1;
}
 

.mo_modal_event img{
    width: 100%;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    object-fit: contain;
}

.mo_modal_event:hover{
    cursor:pointer;
}
.mo_modal_btn{
    display:flex;
    align-items:center;
    justify-content:space-between;
    background:#ffffff;
    height:70px;
   border-bottom-left-radius:20px;
    border-bottom-right-radius:20px;
 
}
.mo_modal_btn button{
    width:50%;
    background:transparent;
    border-radius:unset;
    height:70px;          
    color: #4a4a4a;
}
.mo_modal_btn button:first-child{
    border-right:1px solid #bfbfbf;
}
 
/*.wrap{
    margin-top:100px;
}*/

.mo_modalbox .swiper-button-next, .swiper-button-prev {
    display: none;
}

 
@media(max-width:520px) {
    .mo_modalbox {
        width: 100%;
        display: block ;
        display: none;
        top: unset;
        left: 0;
        bottom:0;
        transform: unset;
    }
    .mo_modal_btn {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
}


 




/* 1. 메인배너 */
.mainbanner_wrap {
    position: relative;
}
.swiper {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.swiper-wrapper {
    display: flex;
    transition-timing-function: ease-in-out;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}
.pc_banner {
    width: 100%;
    height: auto;
    object-fit: cover; 
    cursor: pointer;
}
.banner a{
    display: block;
}
.banner img{
    width: 100%;
    cursor: pointer;

}
 .main_controls{
    position: absolute;
    right: 1rem;
    z-index: 1;
    /*bottom: 80px;*/
    bottom: 20px;
    display: flex;
    column-gap: 4px;
}
.banner-controls {
        bottom: 0;
    position: relative;
    display: flex;
    z-index: 100;
    justify-content: flex-end;
    align-items: center;
}
/* 상태 원형 */
.autoplay-progress {
    position: relative;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.autoplay-progress svg {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}
.autoplay-progress .progress-background {
    stroke-width: 3px;
    stroke: rgba(0, 0, 0, 0.2); /* 배경용 동그라미 선 색상 */
    fill: none;
}
.autoplay-progress .progress-foreground {
    stroke-width: 3px;
    stroke: #5A5A5A; /* 진행용 동그라미 선 색상 */
    fill: none;
    stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
    stroke-dasharray: 125.6;
}
/* 페이지네이션 스타일 */
.banner .swiper-pagination {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.22);
    width: fit-content;
    width: 64px;
    /* padding: 8px; */
    height: 36px;
    line-height: 36px;
    border-radius: 20px;
    left: auto;
    right: 44px;
    bottom: 0;
    color: #ffffff;
}
.banner .swiper-pagination span{
    font-weight: 600;
    color: #555;
    margin: 0 3px;
    color: #ffffff;
}
/* 자동재생 */
.autoplay-controls {
    display: flex;
    gap: 10px;
    align-items: center;
    position: absolute;
}
.autoplay-controls button {
    /* padding: 8px 16px; */
    font-size: 14px;
    cursor: pointer;
    border: none;
    background: transparent;
    height: auto;
    position: absolute;
}
.autoplay-controls button img {
    position: relative;
    top: -1px;
    right: 24px;
    width: 11px;
    height: 11px;
}

.mainBanner{
    display: block;
}
.mobileBanner{
    display: block;
}
@media (max-width:480px) {
    .mainBanner{
        display: none;
    }
    .mobileBanner{
        display: block;
    }
}


/* 탭메뉴 */
.tab_menu{
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.3); /* 투명한 흰 배경 */
    backdrop-filter: blur(8px); /* ✅ 블러 효과 */
    -webkit-backdrop-filter: blur(8px); /* ✅ 사파리 대응 */
    width: 100%;
}
.tab{
    border-bottom: 2px solid rgba(255, 255, 255, 0.35);
    color: #696969;
}



/* 2. 퀵메뉴 */
.quick{
    justify-content: space-around;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    text-align: center;
    cursor: pointer;
}
.quick li{
    display: grid;
    row-gap: .93rem;
}
.quick img{
    width: 100%;
}
    .quick p {
        color: #666666;
        word-break: keep-all;
        font-size: .93rem;
}



/* 페이지 공통 */
.container>*:not(:last-child){
    margin-bottom: 2rem;
}
/* 게시판 공통 */
.board_box {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 0 0 1px #eee;
  overflow: hidden;
  font-family: sans-serif;
}
.board_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .87rem 1rem;
  font-size: 16px;
  font-weight: bold;
  background: #f9f9f9;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}
.board_header h3{
    color: #7f7f7f;
    font-weight: 500;
}
.board_header .arrow {
  font-size: 1.5rem;
  color: #7f7f7f;
}
.board_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.board_list li {
    display: grid;
    gap: 5px;
    padding: .87rem 1rem;
    border-bottom: 1px solid #f0f0f0;
}
.board_list li:hover{
    background: #f7fbfe;
    cursor: pointer;
}
.board_list li:last-child {
  border-bottom: none;
}
.board_tit {
  font-weight: 500;
  color: #454545;
    white-space: nowrap;        /* 줄바꿈 금지 */
  overflow: hidden;           /* 넘치는 부분 숨김 */
  text-overflow: ellipsis;    /* ... 처리 */
}
.board_author {
  font-size: .7rem;
  color: #8D8D8D;
  margin: 0;
}


/* 노하우공유 */
.knowhow_box{
  min-width: 0;

    display: flex;
    align-items: center;
    justify-content: space-between;
}
.knowhow_box .board_tit {
    width: calc(100% - 4rem);
}
/* 구인구직 게시판 */
.recruit_box{
    display: flex;
    align-items: center;
    gap: 5px;
}
.tag_hire, .tag_seek, tag_notice {
    padding: 2.5px 5px;
    font-size: .8rem;
}



/* 투어/일정관리 */
#calendar{
    height: 100%;
    width: 100%;
    border: 1px solid #F4F4F4;
    border-radius: 30px;
}



/* 푸터 */
.footer {
  margin-bottom: 100px;
  background: #F9F9F9;
}
.footer_wrap{
  padding: 2rem;
}
.footer_toggle {
    display: flex;
    align-items: center;
    gap: .93rem;
    cursor: pointer;
}
.footer_toggle>p{
    font-size: .93rem;
    font-weight: 500;
    color: #5d5d5d;
    line-height: 150%;
}
.footer_arrow {
  transition: transform 0.3s ease;
  font-size: 2rem;
}
.footer_info {
  display: none;
  margin-bottom: 1.2rem;
  color: #7f7f7f;
  font-size: .87rem;
  padding: 1rem 0;
  border-top: 1px dashed #e5e5e5;
  border-bottom: 1px dashed #e5e5e5;
}
.footer_info p {
    font-weight: 300;
  line-height: 170%;
}
.footer.open .footer_info {
  display: block;
}
.footer.open .footer_arrow {
  transform: rotate(180deg);
}

.terms_wrap{
    display: flex;
    align-items: center;
    column-gap: 1.2rem;
}
.terms_txt{
    color: #a9a9a9;
    font-size: .87rem;
    cursor: pointer;
}

.footer_copyright {
  font-size: .8rem;
  color: #A9A9A9;
  font-weight: 300;
}