/* [S] header */
.header_wrap{ width: 100%; height: 5rem; background: #fff; z-index: 99; position: fixed; left: 0; top: 0; box-shadow: 1px 1px 10px rgba(0,0,0,0.1)}
.header_wrap .inner{ display: flex; align-items: center; justify-content: space-between; gap: 2rem; max-width: 72rem; height: 100%;}
.header_wrap .inner .logo_list{ display: flex; align-items: center; gap: 1rem; flex-shrink: 0}
.header_wrap .inner .logo_list a{ display: block}
.header_wrap .inner .logo_list img{ max-height: 1.5rem; display: block}
.header_wrap .inner nav{ width: 100%}
.header_wrap .inner .hd_menu{ width: 100%; display: flex; align-items: center; justify-content: space-between}
.header_wrap .inner .hd_menu .hd_menu_item a{ font-size: 0.95rem;}
.header_wrap .inner .hd_btn{ flex-shrink: 0}
.header_wrap .inner .hd_btn .btn{ padding: 0 1rem; border-radius: 1rem; font-size: 0.8rem; background: var(--primary); color: #fff; height: 2rem; gap: 0.5rem}
.header_wrap .inner .hd_btn .btn img{ filter: brightness(2); width: 0.35rem}
.header_wrap .inner .logo{max-height: 1.5rem; display: block; background: url("../img/layout/logo.svg") no-repeat center }
.header_wrap .mo_menu{ width: 2rem; height: 2rem; background: url("../img/icon/ic_menu.svg") no-repeat center / 1.5rem auto}
/* [E] header */

/* [S] btn */
.btn_line { font-size: 0.8rem; color: #fff; text-decoration: underline; text-underline-position: under}
.btn_line:hover { color: var(--primary); transition: color 0.4s}
.btn_line.ty_02 { color: var(--primary)}
.btn_line:hover { color: #fff; background-color: var(--primary); transition: color, background-color 0.4s}
.btn_box { background: rgba(255, 255, 255, 0.8); height: 2rem; border-radius: 0.25rem; padding: 0 0.75rem; font-size: 0.8rem; text-shadow: none}
.btn_box:hover { background: var(--primary); transition: background 0.4s}
.btn_box.ty_02{ height: 3rem; border-radius: 1.5rem; padding: 0 1.5rem; font-size: 1rem; background-color: var(--primary); color: #fff;}
.btn_box.ty_02:hover{ background-color: var(--primary5); transition: background 0.4s}
.btn_reg { background: #444; color: #fff; height: 2rem; border-radius: 0.25rem; padding: 0 0.75rem; font-size: 0.8rem}
.btn_reg:hover { background: var(--primary); transition: background 0.4s}
/* [E] btn */

/* [S] table */
.table_sc_wrap{ overflow-x: auto}
.table_sc_wrap .table{ min-width: 600px; width:auto;}
.table{ table-layout: fixed}
.table tr th,
.table tr td{ padding: 0.5rem 1rem; font-weight: 500; font-size: 0.9rem; text-align: center; vertical-align: middle; border: 1px solid #444;}
.table tr td.tal{ text-align: left;}
.table tr th{ background-color: var(--primary10)}
/* [E] table */

/* [S] visual */
.visual_wrap{ width: 100%; background: url("../img/layout/img_main.jpg") no-repeat center / cover; padding: 2rem 5rem; position: relative; margin-top: 5rem;}
.visual_wrap:before{ content: ""; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: rgba(0,0,0,0.5); z-index: 0}
.visual_wrap .inner{ position: relative; z-index: 2;}
.visual_wrap .visual_txt_wrap{ color: #fff; text-shadow: 1px 1px 5px rgba(0,0,0,0.5); word-break: keep-all}
.visual_wrap .visual_img01{  margin-bottom: 1rem;}
.visual_wrap .visual_img01 img{ max-width: 80%; width: 20rem}
.visual_wrap .visual_txt01{ font-weight: 400; font-size: 0.9rem; margin-bottom: 1rem;}
.visual_wrap .visual_txt01 .mark{ border: 1px solid #fff; border-radius: 0.75rem; height: 1.5rem; padding: 0 0.75rem; display: inline-flex; align-items: center; justify-content: center; margin-right: 0.5rem;}
.visual_wrap .visual_txt02{ font-size: 1.8rem; font-weight: 600;; margin-bottom: 1rem;}
.visual_wrap .visual_txt03{ font-size: 1rem; font-weight: 400; line-height: 150%; margin-bottom: 2rem;}
.visual_wrap .visual_txt04{ display: flex; gap: 1rem; margin-bottom: 2rem;}
.visual_wrap .visual_txt05 .list{ width: 100%; display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; min-width: 0}
.visual_wrap .visual_txt05 .list .item{ padding: 0.75rem; background: rgba(255,255,255,0.8); border-radius: 0.5rem; display: flex; gap: 0.75rem}
.visual_wrap .visual_txt05 .list .item .ic_wrap{ display: flex; align-items: center}
.visual_wrap .visual_txt05 .list .item .ic_wrap .ic{ width: 2rem; height: 2rem; background: #444}
.visual_wrap .visual_txt05 .list .item .txt_wrap{ text-shadow: none}
.visual_wrap .visual_txt05 .list .item .txt_wrap .txt01{ font-size: 0.7rem; color: #666; margin-bottom: 0.25rem;}
.visual_wrap .visual_txt05 .list .item .txt_wrap .txt02{ font-size: 0.9rem; color: #000; font-weight: 500;}
/* [E] visual */

/* [S] contents_wrap */
.contents_wrap .contents_item:nth-child(even){ background: #f9f9f9}
.contents_item{ padding: 4rem 0}
.con_tit{ font-size: 2rem; font-weight: 700; margin-bottom: 1.5rem;}
.con_txt{ font-size: 0.9rem; font-weight: 400; color: #333; margin-top: 0.5rem; margin-bottom: 1.5rem; line-height: 150%;}
.con_tit + .con_txt{ margin-top: -1rem;}

.con_item_box_wrap{ width: 100%; display: flex; gap: 1rem}
.con_item_box{ border-radius: 0.5rem; border: 1px solid #dfdfdf; box-shadow: 1px 1px 5px rgba(0,0,0,0.1); padding: 1.25rem 1rem; background: #fff}
.con_item_tit{ font-size: 0.9rem; color: #666}
.con_item_info_tit{ font-size: 1.4rem; font-weight: 700; margin: 0.5rem 0 0.75rem}
.con_item_info_txt{ font-size: 0.9rem; color: #333;}
.con_item_info_list{ display: flex; flex-flow: column; gap: 0.75rem}
.con_item_info_item{ font-size: 0.9rem; color: #333;}
.con_item_info_item:before { content: "•"; margin-right: 0.25rem;}
.con_item_info_item .inn{ color: var(--primary); text-decoration: underline; text-underline-position: under}


.info_txt{ font-size: 0.8rem; color: #666; font-weight: 400;}
/* [E] contents_wrap */

/* [S] contents01 :: 행사개요 */
.contents01 .con_item_box.left{ width: fit-content; min-width: 22rem; flex-shrink: 0;}
.contents01 .con_item_box.right{ width: 100%}

.event_info_list{ margin-top: 0.75rem;}
.event_info_list .event_info_item{ width: 100%; display: flex; align-items: center; justify-content: stretch; gap: 1rem; border-bottom: 1px solid #dfdfdf; padding: 1rem 0.5rem}
.event_info_list .event_info_item:last-child{ border-bottom: none; }
.event_info_list .event_info_item .event_info_item_tit { flex-shrink: 0; font-size: 0.8rem;}
.event_info_list .event_info_item .event_info_item_txt { font-size: 0.8rem; color: #666; text-align: left}

.event_intro{ margin-top: 1rem; font-size: 0.9rem;}
/* [E] contents01 :: 행사개요 */

/* [S] contents02 :: 신청 */
.contents02 .btn_wrap{ margin-bottom: 1rem;}
.contents02 .comingsoon{ font-size: 0.8rem; margin-top: 0.5rem; color: #666;}
/* [E] contents02 :: 신청 */

/* [S] contents03 :: 일정 */
.schedule_list{ display: flex; flex-flow: column; gap: 0.75rem; position: relative}
.schedule_list:after{ content: ""; width: 100%; height: 20%; background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); position: absolute; left: 0; bottom: 0}
.schedule_list .schedule_item:nth-child( n + 5){ display: none}
.schedule_list .schedule_item{ width: 100%; display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; padding: 1rem; border: 1px solid #dfdfdf; border-radius: 0.5rem}
.schedule_list .schedule_item .time{ font-size: 0.9rem; font-weight: 500; flex-shrink: 0; text-align: right}
.schedule_list .schedule_item .schedule{ font-size: 0.9rem; color: #666;}

.contents03 .tab_menu{ gap: 0.5rem; margin-bottom: 1rem;}
.contents03 .tab_menu .tab_item .inn{ width: 5rem; height: 2rem; border-radius: 1rem; border: 1px solid #dfdfdf; display: inline-flex; align-items: center; justify-content: center; font-size: 0.9rem;}
.contents03 .tab_menu .tab_item.on .inn{ background: #666; color: #fff; border-color: transparent;}

.contents03 .btn_wrap{ display: flex; align-items: center; justify-content: center; margin-top: 2rem;}
.contents03 .btn_more{ background: #444; color: #fff; height: 2.5rem; border-radius: 1.25rem; padding: 0 1.5rem; font-size: 0.8rem; gap: 0.5rem}
.contents03 .btn_more:hover{ background: var(--primary); transition: background 0.4s}
.contents03 .btn_more img{ width: 0.5rem; height: 0.5rem; filter: brightness(2); transform: rotate(90deg)}

.contents03.on .schedule_list:after{display: none}
.contents03.on .schedule_list .schedule_item:nth-child( n + 5) { display: flex}
.contents03.on .btn_wrap{ display: none}
/* [E] contents03 :: 일정 */

/* [S] contents04 :: 사진 */
.contents04 .thumb_list{ display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem}
.thumb_item{ border: 1px solid #dfdfdf; border-radius: 0.5rem; box-shadow: 1px 1px 5px rgba(0,0,0,0.1); background: #fff; aspect-ratio: 4.5/3; overflow: hidden}
.thumb_item .inn{ width: 100%; height: 100%; display: flex; align-items: flex-end; position: relative}
.thumb_item .inn img{ width: 100%; height: 100%; object-fit: cover; object-position: center; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%)}
.thumb_item .hidden_wrap{ width: 100%; height: 50%; padding: 1rem; display: flex; flex-flow: column; justify-content: flex-end; background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%); position: relative; z-index: 2; opacity: 0}
.thumb_item .hidden_wrap .thumb_tit{ font-size: 0.9rem; color: #fff; font-weight: 500;}
.thumb_item .hidden_wrap .thumb_txt{ font-size: 0.8rem; color: #ccc; margin-top: 0.25rem;}

.thumb_item .inn:hover img{ transform: translate(-50%,-50%) scale(1.2); transition: transform 0.5s}
.thumb_item .inn:hover .hidden_wrap{ opacity: 1; transition: opacity 0.5s}
/* [E] contents04 :: 사진 */

/* [S] contents05 :: 위치 */
.contents05 .con_item_box_wrap .left{ width: 60%; flex-shrink: 0}
.contents05 .con_item_box_wrap .right{ width: 100%}
.contents05 .img_slider_wrap{ margin-top: 1rem; position: relative}
.contents05 .img_slider_wrap .img_slider{ border-radius: 0.5rem; box-shadow: 1px 1px 5px rgba(0,0,0,0.1); border: 1px solid #dfdfdf;}
.contents05 .img_slider_wrap .swiper-slide{ width: 100%; aspect-ratio: 5/3; overflow: hidden; border-radius: 0.5rem; overflow: hidden}
.contents05 .img_slider_wrap .swiper-slide img{ width: 100%; height: 100%; object-fit: cover; object-position: center}
.contents05 .img_slider_wrap .swiper-button{ width: 2rem; height: 3rem; background: rgba(0,0,0,0.5); border-radius: 0.25rem}
.contents05 .img_slider_wrap .swiper-button:after{ color: #fff; font-size: 1.25rem;}
.contents05 .img_slider_wrap .swiper-button-prev{ left: -1rem}
.contents05 .img_slider_wrap .swiper-button-next{ right: -1rem}
/* [E] contents05 :: 위치 */

/* [S] contents06 :: 여행정보 */
.contents06 .con_item_box_wrap .left { width: 50%; flex-shrink: 0}
.contents06 .con_item_box_wrap .right { width: 50%}
.contents06 .thumb_list { display: grid; grid-template-columns: repeat(5,1fr); gap: 1rem; margin-top: 1rem;}
.contents06 .thumb_list .thumb_item{ aspect-ratio: 3 / 4}
/* [E] contents06 :: 여행정보 */

/* [S] contents07 :: 기타링크 */
.link_list{ display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem}
.link_list .link_item{ width: 100%; min-width: 0; }
.link_list .link_item .inn{ width: 100%; min-width: 0; color: #fff; background: #000; font-size: 0.9rem; padding: 1rem; border-radius: 0.5rem; display: flex; align-items: center; justify-content: space-between}
.link_list .link_item .inn:hover{ background: var(--primary)}
.link_list .link_item .inn:after{ content: ""; width: 0.75rem; height: 0.75rem; background: url("../img/icon/ic_angle.svg") no-repeat center / contain; filter: brightness(2)}
/* [E] contents07 :: 기타링크 */

/* [S] contents08 :: 연락 */
.contents08 .con_item_box.wrap{ display: flex; gap: 1rem}
.contents08 .con_item_box.wrap .event_info_list{ width: 100%; flex-shrink: 0}
.contents08 .con_item_box.wrap .con_item_box{ width: 50%}
/* [E] contents08 :: 연락 */

/* [S] contents09 :: 안내문구 */
.contents09 .info{ font-size: 0.8rem; text-align: center; line-height: 150%;}
/* [E] contents09 :: 안내문구 */

/* [S] footer */
.footer_wrap{ background: #555; color: #fff;}
.footer_wrap .inner{ display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 2.5rem 0 3rem}
.footer_wrap .add{ font-size: 0.9rem; font-weight: 400; margin: 1rem 0}
.footer_wrap .copy{ font-size: 0.9rem; font-weight: 400; margin-top: 1rem}
.footer_wrap .right{ flex-shrink: 0; display: inline-flex; gap: 1rem}
.footer_wrap .ft_logo img{ max-height: 2rem; filter: brightness(15) grayscale(30);}
/* [E] footer */

@media(min-width:1024px){ /* pc */
    /* [S] header */
    .mo_menu{ display: none}
    /* [E] header */
}
@media(max-width:1200px){
    /* [S] visual */
    .visual_wrap{ padding: 2rem 1rem}
    /* [E] visual */
}
@media(max-width:1024px){
    /* [S] header */
    .header_wrap .inner{ gap: 0.5rem}
    .header_wrap .inner .logo_list { order: 1; width: 100%; flex-shrink: 1; gap: 0.5rem}
    .header_wrap .inner nav { order: 3; width: auto}
    .header_wrap .inner .hd_btn { order: 2}
    .header_wrap .inner nav{ display: flex; justify-content: flex-end}
    .mo_menu { display: block}
    .header_wrap .inner .hd_menu{ position: fixed; left: 0; top: 5rem; flex-flow: column; background: rgba(255,255,255,0.9); padding: 1rem; display: none}
    .header_wrap .inner .hd_menu .hd_menu_item a{ padding: 0.5rem 0; display: block}

    .header_wrap .inner nav.on .hd_menu{ display: flex}
    /* [E] header */

    /* [S] visual */
    .visual_wrap .visual_txt05 .list { grid-template-columns: repeat(2, 1fr)}
    /* [E] visual */

    /* [S] contents_wrap */
    .contents08 .con_item_box.wrap,
    .con_item_box_wrap{ flex-flow: column}
    .con_item_box_wrap .left,
    .con_item_box_wrap .right,
    .contents08 .con_item_box.wrap .event_info_list,
    .contents08 .con_item_box.wrap .con_item_box{ width: 100% !important;}

    .contents04 .thumb_list,
    .contents06 .thumb_list,
    .link_list{ grid-template-columns: repeat(2,1fr); gap: 0.5rem}
    /* [E] contents_wrap */

    /* [S] footer_wrap */
    .footer_wrap .inner { flex-flow: column; gap: 3rem; text-align: center; padding: 3rem 0 5rem}
    /* [E] footer_wrap */
}

@media (max-width: 768px) {
    /* [S] visual */
    .visual_wrap{ padding: 2rem 0}
    .visual_txt01{ display: flex; flex-flow: column; align-items: flex-start; gap: 0.5rem}
    /* .visual_txt03 br{ display: none} */
    .visual_txt04{ flex-flow: column}
    .visual_wrap .visual_txt04 .btn_box{ height: 2.5rem}
    .visual_wrap .visual_txt04 .btn_box,
    .visual_wrap .visual_txt04 .btn_line{ font-size: 0.9rem;}
    .visual_wrap .visual_txt05 .list{ grid-template-columns: repeat(1,1fr); gap: 0.5rem}
    /* [E] visual */

    /* [S] contents_wrap */
    .contents02 .btn_reg{ font-size: 0.9rem; height: 2.5rem; width: 100%}
	.contents02 .btn_wrap{ flex-flow: column}
	.contents02 .btn_box{ font-size: 0.9rem}
    /* [E] contents_wrap */
}

@media (max-width: 400px) {

    /* [S] contents_wrap */
    .contents04 .thumb_list,
    .contents06 .thumb_list,
    .link_list{ grid-template-columns: repeat(1, 1fr)}
    /* [E] contents_wrap */

}
