.dim, .overlay, .mask, #gnb_bg, .gnb_bg, .nav_bg { display:none !important; }

/* ========================= 헤더 ========================= */
#hd_bottom{
  display:flex;
  align-items:center;
  height:90px;
  line-height:normal;
}

#logo{ flex:0 0 auto; }

#gnb{ width:auto !important; margin:0 auto !important; }
.gnb_wrap{ float:none !important; }
#gnb #gnb_1dul{ display:flex; align-items:center; padding:0 !important; }
#gnb .gnb_1dli{ float:none !important; }

.hd_sch_wr{
  position:static !important;
  top:auto !important;
  left:auto !important;
  margin:0 !important;
  width:auto !important;
  margin-left:auto !important;
  display:flex;
  align-items:center;
}

.hd_sch_btn{
  width:44px;
  height:44px;
  border:0;
  border-radius:999px;
  background:#f6e6dd;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
}

.hd_login{
  display:flex;
  align-items:center;
  gap:10px;
  margin-left:12px;
}

.hd_login a{
  display:flex;
  align-items:center;
  gap:8px;
  height:44px;
  padding:0 18px;
  border:1.5px solid #ff7a00;
  border-radius:999px;
  color:#ff7a00;
  font-weight:600;
  text-decoration:none;
  transition:all .2s ease;
}

.hd_login a:hover{
  background:#ff7a00;
  color:#fff;
}

/* ========================= 검색 모달 ========================= */
html.no-scroll,
html.no-scroll body{ overflow:hidden; }

.hd_sch_modal{
  position:fixed;
  inset:0;
  z-index:99999;
  display:none;
}

.hd_sch_modal.is-open{ display:block; }

.hd_sch_dim{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.35);
}

.hd_sch_panel{
  position:relative;
  width:min(720px, calc(100% - 40px));
  margin:120px auto 0;
  background:#fff;
  border-radius:18px;
  box-shadow:0 20px 60px rgba(0,0,0,.18);
  padding:30px;
  display:flex;
  flex-direction:row-reverse;
  align-items:center;
}

.hd_sch_close{
  width:36px;
  height:36px;
  border:0;
  background:transparent;
  font-size:40px;
  cursor:pointer;
  line-height:36px;
  font-weight:300;
  margin:0 -10px 0 10px;
}

.hd_sch_form{
  position:relative;
  width:95%;
}

.hd_sch_form input[type="text"]{
  width:100%;
  height:56px;
  padding:0 56px 0 18px;
  border:2px solid #3b5cff;
  border-radius:12px;
  font-size:16px;
  outline:none;
}

.hd_sch_submit{
  position:absolute;
  right:10px;
  top:50%;
  transform:translateY(-50%);
  width:40px;
  height:40px;
  border:0;
  background:transparent;
  color:#3b5cff;
  cursor:pointer;
  font-size:18px;
}

.hd_sch_popular{ display:none; }

/* ========================= 메인 비주얼 ========================= */
.main_visual{
  position:relative;
  height:400px;
  overflow:hidden;
}

.mv_track{
  position:relative;
  left:0;
  height:100%;
  white-space:nowrap;
  font-size:0;
}

.mv_slide{
  display:inline-block;
  vertical-align:top;
  width:100%;
  height:400px;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  font-size:16px;
}

.mv_slide.is-1{
  background:#fef2e6 url('../img/main/main_visual01.jpg') no-repeat center;
  background-size:cover;
}

.mv_slide.is-2{
  background:#fef2e6 url('../img/main/main_visual02.jpg') no-repeat center;
  background-size:cover;
}

.mv_inner{
  position:relative;
  max-width:1360px;
  height:100%;
  margin:0 auto;
  padding:0 32px;
}

.mv_copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  height:100%;
  max-width:560px;
}

.mv_title{
  margin:0;
  font-size:50px;
  font-weight:700;
  line-height:1.2;
}

.mv_sub{
  margin:20px 0 0;
  font-size:22px;
  font-weight:300;
  line-height:1.4;
}

.mv_progress{
  position:absolute;
  left:50%;
  bottom:24px;
  transform:translateX(-50%);
  width:240px;
  display:block;
  height:3px;
  padding:0;
  border:0;
  margin:0;
  line-height:0;
  font-size:0;
  background:rgba(255,255,255,0.3);
  overflow:hidden;
  cursor:pointer;
  appearance:none;
  -webkit-appearance:none;
  border-radius:0;
}

.mv_progress_fill{
  position:absolute;
  left:0;
  top:0;
  width:0;
  height:100%;
  background:#ed7101;
}

/* ========================= 메인 공통 ========================= */
.sec_title{
  margin:100px 0 50px;
  text-align:center;
}

.sec_title h2{
  font-size:56px;
  font-weight:600;
  color:#111;
}

.sec_title p{
  margin:10px 0 0;
  font-size:20px;
  font-weight:300;
  color:#666;
}

section .sec_more{
  text-align:center;
  margin:50px 0 0;
}

section .sec_more a{
  display:inline-flex;
  align-items:center;
  padding:12px 34px 12px 40px;
  border:1px solid #ccc;
  border-radius:30px;
  font-size:20px;
  color:#333;
  text-decoration:none;
  background:#fff;
  transition:all 0.25s ease;
}

section .sec_more a::after{
  content:"";
  width:18px;
  height:18px;
  margin-left:8px;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M7 5l5 5-5 5' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
  background-size:contain;
}

section .sec_more a:hover{
  background:#f5f5f5;
  border-color:#ccc;
}

/* ========================= 메인 - 이야기 한 편 ========================= */
.section_story{
  margin:100px 0 0;
  padding:0 0 100px;
  overflow:hidden;
  background:#f8f8f8;
}

.section_story .sec_inner{
  position:relative;
  max-width:1360px;
  margin:0 auto;
  padding:0 32px;
}

.story_modal{
  display:none;
  position:fixed;
  left:0;
  top:0;
  width:100%;
  height:100%;
  z-index:99999;
}

.story_modal.is-open{ display:block; }

.story_modal_dim{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.72);
}

.story_modal_inner{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%, -50%);
  width:min(1100px, calc(100% - 40px));
}

.story_modal_close{
  position:absolute;
  right:0;
  top:-46px;
  width:36px;
  height:36px;
  border:0;
  background:transparent;
  cursor:pointer;
}

.story_modal_close:before,
.story_modal_close:after{
  content:'';
  position:absolute;
  left:50%;
  top:50%;
  width:24px;
  height:2px;
  margin-left:-12px;
  margin-top:-1px;
  background:#fff;
}

.story_modal_close:before{ transform:rotate(45deg); }
.story_modal_close:after{ transform:rotate(-45deg); }

.story_modal_video{
  position:relative;
  padding-bottom:56.25%;
  height:0;
  background:#000;
  overflow:hidden;
  border-radius:20px;
}

.story_modal_video iframe{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  border:0;
}

html.story-modal-open,
html.story-modal-open body{ overflow:hidden; }

/* ========================= 메인 - 공공 파트너 ========================= */
.main_partner{
  padding:0 0 100px;
  overflow:hidden;
}

.partner_list{
  display:flex;
  flex-wrap:wrap;
  gap:24px;
}

.partner_item{
  width:calc((100% - 48px) / 3);
}

.partner_box{
  box-sizing:border-box;
  display:flex;
  align-items:center;
  justify-content:center;
  height:126px;
  padding:20px 30px;
  background:#FEF1E6;
  border-radius:20px;
}

.partner_box img{
  display:block;
  max-width:100%;
  max-height:64px;
  width:auto;
  height:auto;
  object-fit:contain;
}

/* ========================= 메인 - 공지사항 ========================= */
.section_notice{
  background:#f8f8f8;
  overflow:hidden;
  padding:0 0 100px;
}

/* ========================= 서브 - 게시판 공통 ========================= */
#bo_list,
#work_v{
  max-width:1360px;
  margin:0 auto;
}