/*===========================================================================
	index
============================================================================*/

/* 메인배너 */
.main { padding: 40px 0; min-height: calc( 100vh - 288px ); display: flex; flex-flow: column; justify-content: center;}
.main> .container { width: 1760px; gap: 32px; justify-content: space-between; }
.main-banner { width: 62.5%; border-radius: 20px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16); position: relative; }
.main-banner .swiper-slide { position: relative; padding-top: 80%; width: 100%; }
.main-banner .swiper-slide img { position: absolute; top: 0; right: 0; left: 0; bottom: 0; height: 100%; object-fit: cover; }
.main-banner .swiper-control { position: absolute; bottom: 50px; left: 70px; display: flex; gap: 1px; z-index: 1; align-items: flex-end; }
.main-banner .swiper-button-next, .main-banner .swiper-button-prev { position: static; width: 40px; height: 40px; background-color: rgba(0, 0, 0, 0.5); transition: .2s; background-size: 12px; }
.main-banner .swiper-button-next:hover, .main-banner .swiper-button-prev:hover{background-color: rgba(0, 0, 0, 0.3);}
.main-banner .swiper-play-button { cursor: pointer; width: 40px; height: 40px; background-color: rgba(0, 0, 0, 0.5); transition: .2s; text-align: center; }
.main-banner .swiper-play-button:hover {background-color: rgba(0, 0, 0, 0.3);}
.main-banner .swiper-play-button i { font-size: 24px; color: #fff; line-height: 40px; }

.sub-banner { width: 37.5%; border-radius: 20px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16); }
.sub-banner .swiper-slide { position: relative; padding-top: 133.333%; width: 100%; }
.sub-banner .swiper-slide img { position: absolute; top: 0; right: 0; left: 0; bottom: 0; height: 100%; object-fit: cover; object-position: top; }
.sub-banner .swiper-control { display: flex; position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%); z-index: 1; gap: 18px; padding: 0 20px; height: 40px; background: rgba(255, 255, 255, 0.8); border-radius: 20px; box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.16); align-items: center; }
.sub-banner .swiper-pagination { position: static; display: flex; gap: 26px; align-items: center; gap: 26px; }
.sub-banner .swiper-pagination-bullet { width: 14px; height: 14px; background: #0c419a; opacity: 1; transition: .2s; }
.sub-banner .swiper-pagination-bullet-active { background: #0c419a; position: relative; }
.sub-banner .swiper-pagination-bullet-active::after { content: ""; display: block; position: absolute; width: 24px; height: 24px; border-radius: 50%; border: 1px solid #0c419a; left: -5px; top: -5px; box-sizing: border-box; }
.sub-banner .swiper-play-button { cursor: pointer; }
.sub-banner .swiper-play-button i { font-size: 24px; color: #0c419a; }


/*===========================================================================
	서브 페이지
============================================================================*/
/* 서브탑 공통 */
.sub-top-tit { height: 320px; text-align: center; display: flex; flex-flow: column; justify-content: flex-end; padding-bottom: 80px; gap: 16px; }
.sub-top-tit h2 { font-size: 35px; color: #fff; font-weight: normal; line-height: 1.3; }
.sub-top-tit p { font-size: 16px; color: #fff; }
.sub-top-map { height: 56px; border-bottom: 2px solid #e4e4e4; }
.sub-top-map> .col-group { height: 100%; align-items: flex-start; }
.sub-top-map .home-btn { width: 56px; height: 56px; background: #0064A2; text-align: center; }
.sub-top-map .home-btn i { font-size: 32px; color: #fff; line-height: 56px; }
.sub-top-map .sub-menu-list { width: 320px; position: relative; }
.sub-top-map .sub-menu-list li .show { height: 56px; line-height: 56px; padding: 0 32px; font-size: 17px; color: #707070; font-weight: bold; cursor: pointer; transition: .2s; border-right: 1px solid #C9C9C9; border-bottom: 1px solid transparent; }
.sub-top-map .sub-menu-list li:hover .show { background: #E2F8FF; border-bottom: 1px solid #c9c9c9; }
.sub-top-map .sub-menu-list li .show i { position: absolute; right: 32px; top: 18px; transition: .2s; }
.sub-top-map .sub-menu-list li.active .show i { transform: rotateX(180deg); }
.sub-top-map .sub-menu-select { position: absolute; width: 100%; z-index: 999; box-shadow: 3px 3px 10px #00000029; display: none; }
.sub-top-map .sub-menu-select li { height: 56px;; padding: 0 32px; background: #fff; cursor: pointer; border-bottom: 1px solid #f6f6f6; transition: .2s; }
.sub-top-map .sub-menu-select li a { font-size: 17px; color: #707070; line-height: 56px; letter-spacing: -0.5px;}
.sub-top-map .sub-menu-select li:hover { background: #F5F5F5; }
.sub-title { padding-top: 40px; padding-bottom: 16px; align-items: baseline; justify-content: space-between; border-bottom: 2px solid #e4e4e4; }
.sub-title h2 { font-size: 30px; letter-spacing: -0.75px; position: relative; }
.sub-title h2::after { content: ""; display: block; position: absolute; bottom: -18px; width: 100%; height: 2px; background: #0064A2; }
.sub-title ul { gap: 8px; align-items: center; }
.sub-title ul li a { font-size: 16px; color: #ABABAB; }
.sub-title ul li:last-child a { font-weight: bold; }
.sub-title ul li i { font-size: 18px; color: #ababab; }
.sub-con { padding: 40px 0 80px; }

/* 페이지 준비중 */
.prepare img { display: block; width: 630px; margin: 0 auto; }

/* 행사개요 */
.sub-01 .sub-top-tit { background: url(../images/sub-top-01.jpg) no-repeat; background-size: cover; background-position: center; }
.sub-01-01 .sub-con> .container { text-align: center; }
.sub-01-01 .sub-con img { max-width: 1200px; }

.synopsis .sub-con { padding-bottom: 0; }
.synopsis .sub-con .top-wrap { position: relative; background: #004874; margin-top: 75px; padding-bottom: 40px; }
.synopsis .sub-con .top-wrap> .container { gap: 75px; position: relative; }
.synopsis .sub-con .top-wrap .img-wrap { width: 500px; height: 500px; margin-left: 40px; margin-top: -75px; border-radius: 50%; overflow: hidden; box-shadow: 0 3px 10px 0 rgb(0 0 0 / 16%);}
.synopsis .sub-con .top-wrap .img-wrap img { height: 100%; object-fit: cover; object-position: center; }
.synopsis .sub-con .top-wrap .txt-wrap { padding: 56px 0; position: relative;  width: calc( 100% - 575px ); }
.synopsis .sub-con .top-wrap .txt-wrap h3 { font-size: 30px; font-weight: normal; color: #fff; letter-spacing: -0.75px; padding-bottom: 24px; border-bottom: 1px solid #fff; margin-bottom: 40px; }
.synopsis .sub-con .top-wrap .txt-wrap h3 span { color: #00ceff; margin-right: -7px; }
.synopsis .sub-con .top-wrap .txt-wrap ul { flex-flow: column; gap: 20px; }
.synopsis .sub-con .top-wrap .txt-wrap ul li { align-items: baseline; }
.synopsis .sub-con .top-wrap .txt-wrap ul li .default { width: 112px; font-weight: bold; color: #fff; position: relative; padding-left: 12px; }
.synopsis .sub-con .top-wrap .txt-wrap ul li .default::after { content: ""; display: block; position: absolute; width: 4px; height: 22px; background: #00a0c6; left: 0; top: 2px; }
.synopsis .sub-con .top-wrap .txt-wrap ul li .user { color: #fff; line-height: 1.7; }
.synopsis .sub-con .top-wrap .txt-wrap .op05 { color: #fff; opacity: .5; }
.synopsis .sub-con .top-wrap .txt-wrap .notice { display: block; margin-top: 40px; }
.synopsis .sub-con .mid-wrap { background: #f5f5f5; padding: 40px 0 80px; }
.synopsis .sub-con .con-wrap { position: relative; }
.synopsis .sub-con .con-wrap h3 { font-size: 30px; margin-bottom: 32px; font-weight: normal; position: relative; padding-left: 24px; }
.synopsis .sub-con .con-wrap h3::after { content: ""; display: block; position: absolute; left: 0; top: -3px; width: 8px; height: 36px; background: #0064A2; }
.synopsis .sub-con .con-wrap .photo-list { flex-flow: wrap; gap: 32px; }
.synopsis .sub-con .con-wrap .photo-list li { width: calc( ( 100% - 32px * 3 ) / 4 );  overflow: hidden; cursor: pointer; }
.synopsis .sub-con .con-wrap .photo-list li .img-box { position: relative; padding-top: 64.28%; width: 100%; }
.synopsis .sub-con .con-wrap .photo-list li .img-box img { object-fit: cover; object-position: center; position: absolute; top: 0; right: 0; left: 0; bottom: 0; height: 100%; }
.synopsis .sub-con .btm-wrap { padding: 80px 0; }
.synopsis .sub-con .btm-wrap .imgbox { width: 1200px; }
.synopsis .sub-con .btm-wrap .download-btn { width: 185px; height: 48px; border: 2px solid #0064A2; text-align: center; line-height: 44px; font-size: 16px; font-weight: bold; color: #0064A2; position: absolute; right: 0; top: 0; transition: .2s; }
.synopsis .sub-con .btm-wrap .download-btn:hover { background: #0064A2; color: #fff; }
.synopsis .sub-con .btm-wrap .download-btn i { color: #0064a2; font-size: 24px; transform: translateY(3px); transition: .2s; }
.synopsis .sub-con .btm-wrap .download-btn:hover i { color: #fff; }
.synopsis .sub-con .con-wrap.table nav> h4 { width: 240px; padding: 24px; font-size: 30px; line-height: 1.5; font-weight: normal; color: #fff; background: #2e7bb3; letter-spacing: -1px; }
.synopsis .sub-con .con-wrap.table nav> ul { width: calc( 100% - 240px ); border-bottom: 4px solid #c7c7c7; }
.synopsis .sub-con .con-wrap.table nav> ul> li> .default { width: 280px; background: #fbfbfb; padding: 32px; border-top: 4px solid #2e7bb3; }
.synopsis .sub-con .con-wrap.table nav> ul> li> .default p { font-size: 25px; color: #2c7cbe; }
.synopsis .sub-con .con-wrap.table nav> ul> li> .user { width: calc( 100% - 280px ); border-top: 4px solid #c7c7c7; flex-flow: column; justify-content: center; padding: 32px; gap: 27px; }
.synopsis .sub-con .con-wrap.table nav> ul> li .user-wrap { flex-flow: column; gap: 16px; }
.synopsis .sub-con .con-wrap.table nav> ul> li .user-wrap> p { font-size: 18px;  }
.synopsis .sub-con .con-wrap.table nav> ul> li .user-wrap> p .notice { display: block; padding-left: 20px; margin-top: 8px; color: #00a0c6; font-size: 16px; }
.synopsis .sub-con .con-wrap.table nav> ul> li .user-wrap> p .blue, .synopsis .sub-con .con-wrap.table nav> ul> li .user-wrap> p i { color: #2e7bb3; }
.synopsis .sub-con .con-wrap .table-list { display: flex; flex-flow: column; gap: 8px; }
.synopsis .sub-con .con-wrap .table-list li { height: 40px; background: #fbfbfb; align-items: center; gap: 16px; }
.synopsis .sub-con .con-wrap .table-list li .default { width: 60px; padding-left: 24px; font-weight: bold; position: relative; }
.synopsis .sub-con .con-wrap .table-list li .default::after { content: ""; display: block; position: absolute; left: 6px; top: 10px; width: 8px; height: 8px; border-radius: 50%; background: #cbcbcb; }

/* 초대의 글 */
.sub-01-02 .sub-con { background-image: url(../images/greeting.png); background-repeat: no-repeat; background-size: contain; background-position: right; }
.sub-01-02 .sub-con .greet-tit { width: 100%; max-width: 655px; margin-bottom: 48px; }
.sub-01-02 .sub-con .greet-mid { font-size: 18px; line-height: 1.78; font-weight: 300; }

/* 세종 걸어온 10년 */
.sub-01-03 .sub-con .container { text-align: center; }
.sub-01-03 .sub-con img { width: 100%; max-width: 1100px; margin: 0 auto; }

/* 기념행사 */
.sub-02 .sub-top-tit { background: url(../images/sub-top-02.jpg) no-repeat; background-size: cover; background-position: center; }
.sub-02 .sub-con { padding-bottom: 0; }

/* 기념행사 - 주간일정 */
#calendar { height: 1200px !important; }
.calendar .calr-wrap { padding: 40px 0 80px; position: relative; }
/* .calendar .calr-wrap::after { content: ""; display: block; position: absolute; top: 0; left: 0; bottom: 50%; right: 0; background: #e4e4e4; z-index: -1; }
.calendar .calr-wrap::before { content: ""; display: block; position: absolute; top: 50%; left: 0; bottom: 0; right: 0; background: #04456d; z-index: -1; } */
.calendar .fc .fc-toolbar-title { letter-spacing: -0.05em; font-size: 2.4em; color: #0064A2; }
.calendar .fc .fc-button-primary { background: #0064a2; border: 1px solid #fff; }
.calendar .fc .fc-button-primary:focus { box-shadow: 0 0 0 0.2rem rgb(0 100 162 / 12%); }
.calendar .fc .fc-button-primary:not(:disabled):active, .calendar .fc .fc-button-primary:not(:disabled).fc-button-active { background: rgba(0, 100, 162, 0.5); border: 1px solid #fff; }
.calendar .fc .fc-button-primary:not(:disabled):active:focus, .calendar .fc .fc-button-primary:not(:disabled).fc-button-active:focus { box-shadow: 0 0 0 0.2rem rgb(0 100 162 / 12%); }
.calendar .fc .fc-button .fc-icon { color: #fff; }
.calendar .fc-col-header-cell { padding: 16px 0; background: #0064A2; }
.calendar .fc-col-header-cell a { color: #fff; }
.calendar .fc .fc-daygrid-day-top { justify-content: center; padding: 8px 0; }
.calendar .fc .fc-daygrid-day.fc-day-sun .fc-daygrid-day-top a { color: #ff0000; }
.calendar .fc-theme-standard .fc-scrollgrid { border: 0; }
.calendar .fc-scrollgrid-section> td { border: 0; }
.calendar .fc-scrollgrid-sync-table tbody tr td.fc-daygrid-day:first-child { border-left: transparent; }
.calendar .fc-scrollgrid-sync-table tbody tr td.fc-daygrid-day:last-child { border-right: transparent; }
.calendar .fc-event-title { white-space: normal; padding: 8px; line-height: 1.5; }

/* 기념행사 - 기념식 */
.sub-02-02.synopsis .sub-con .top-wrap> .container::after { content: ""; display: block; width: 152px; height: 204px; position: absolute; right: 0; top: 0; background-image: url(../images/icon-sub-02-02.svg); background-repeat: no-repeat; background-size: cover; transform: translateX(25%); }
.sub-02-02.synopsis .sub-con .con-wrap .table-list li .default .blue { display: inline-block; padding-left: 16px; color: #00a0c6; width: 60px; }
.sub-02-02.synopsis .sub-con .con-wrap .table-list li .user span:first-child { display: inline-block; width: 262px; }
.sub-02-02.synopsis .sub-con .con-wrap .table-list li .user span:last-child { font-weight: 300; }
.synopsis .sub-con .btm-wrap .program-list { gap: 48px; }
.synopsis .sub-con .btm-wrap .program-list li { width: calc( ( 100% - 48px * 2 ) / 3 ); border: 1px solid #c7c7c7; }
.synopsis .sub-con .btm-wrap .program-list li .img-wrap { width: 100%; padding-top: 57.25%; position: relative; }
.synopsis .sub-con .btm-wrap .program-list li .img-wrap img { position: absolute; top: 0; left: 0; bottom: 0; right: 0; height: 100%; object-fit: cover; }
.synopsis .sub-con .btm-wrap .program-list li .txt-wrap { display: flex; flex-flow: column; gap: 24px; justify-content: center; align-items: center; padding: 24px 40px; }
.synopsis .sub-con .btm-wrap .program-list li .txt-wrap .title { font-size: 25px; color: #0064A2; letter-spacing: -0.63; }
.synopsis .sub-con .btm-wrap .program-list li:nth-child(2n-1) .txt-wrap .title { color: #2e7bb3; }
.synopsis .sub-con .btm-wrap .program-list li .txt-wrap .subtxt { min-height: 74px; background: #f5f5f5; display: flex; flex-flow: column; justify-content: center; width: 100%; text-align: center; padding: 0 40px; }
.synopsis .sub-con .btm-wrap .program-list li .txt-wrap .subtxt span { font-size: 17px; line-height: 1.5; word-break: keep-all; }
.sub-02-02 .sub-con> .img-wrap { margin-bottom: 80px; }

/* 기념행사 - 청소년 요리경연 */
.sub-02-03.synopsis .sub-con .con-wrap.table nav> ul> li:first-child> .user .blue { color: #2e7bb3; }
.sub-02-03.synopsis .sub-con .con-wrap .table-list li { height: auto; padding: 8px 0; align-items: baseline; gap: 0; }
.sub-02-03.synopsis .sub-con .con-wrap .table-list li .default { width: 105px; }
.sub-02-03.synopsis .sub-con .top-wrap .img-wrap img { object-position: top; }
.sub-02-03.synopsis .sub-con .top-wrap> .container::after { content: ""; display: block; width: 146px; height: 194px; position: absolute; right: 0; top: 0; background-image: url(../images/icon-sub-02-03.svg); background-repeat: no-repeat; background-size: cover; transform: translateX(25%); }
.sub-02-03.synopsis .sub-con .btm-wrap { padding: 120px 0 80px; }
.sub-02-03.synopsis .sub-con .imgbox { margin: 80px auto 0; }

/* 기념행사 - 오시는 길 */
.direction .sub-con { padding-bottom: 80px; }
.direction .sub-con> .container { flex-flow: column; gap: 80px; }
.direction .direc-wrap { border: 1px solid #c7c7c7; padding: 48px 40px; width: 100%; position: relative; }
.direction .direc-wrap::after { content: ""; display: block; position: absolute; width: 100px; height: 8px; background: #0064A2; left: 40px; top: 0; }
.direction .direc-wrap h3 { font-weight: normal; font-size: 30px; color: #0c419a; margin-bottom: 32px; }
.direction .map-wrap { margin-bottom: 40px; }
.direction .map-box> div { width: 100%; }
.direction .map-box .wrap_map { width: 100%; height: 420px; }
.direction .map-box .map { width: 100%; height: 420px; }
.direction .map-box .wrap_controllers { display: none; }
.direction .txt-box { align-items: center; justify-content: space-between; border-top: 2px solid #2e7bb3; border-bottom: 2px solid #2e7bb3; }
.direction .txt-box li { display: flex; width: 50%; }
.direction .txt-box li .icon { display: flex; justify-content: center; align-items: center; width: 64px; background: #0064A2; text-align: center; }
.direction .txt-box li .txt { width: calc( 100% - 64px ); padding: 18px 24px; line-height: 1.5; font-size: 18px; }
.direction .info-box> li> p { width: 280px; background: #f3fcff; padding: 0 32px; font-size: 18px; border-top: 2px solid #2e7bb3; flex-flow: column; justify-content: center;  }
.direction .info-box> li> p span { word-break: keep-all; line-height: 1.7;}
.direction .info-box> li:last-child> p { border-bottom: 2px solid #2e7bb3; }
.direction .info-box ul { width: calc( 100% - 280px ); border-top: 2px solid #c7c7c7; }
.direction .info-box> li:last-child ul { border-bottom: 2px solid #c7c7c7; }
.direction .info-box ul li { border-bottom: 1px solid #dfdfdf; }
.direction .info-box ul li:last-child { border-bottom: 0; }
.direction .info-box ul li .default { padding: 15px 32px; width: 360px; background: #fcfcfc; font-size: 18px; line-height: 1.94; display: flex; flex-flow: column; justify-content: center; }
.direction .info-box ul li .user { padding: 15px 32px; width: calc( 100% - 360px ); font-size: 18px; line-height: 1.94; display: flex; flex-flow: column; justify-content: center;}
.direction .direc-wrap .title-wrap { justify-content: space-between; align-items: center; margin-bottom: 32px; }
.direction .direc-wrap .title-wrap h3 { margin-bottom: 0; }
.direction .direc-wrap .title-wrap .link-btn { width: 176px; height: 48px; border: 2px solid #0064A2; font-size: 16px; font-weight: bold; color: #0064A2; text-align: center; line-height: 44px; }
.direction .direc-wrap .title-wrap .link-btn * { font-weight: bold; color: #0064A2; }
.direction .txt-wrap { width: 100%; padding: 16px 32px; background: #0064A2; }
.direction .txt-wrap p { font-weight: bold; color: #ffff; font-size: 18px; }

/* 기록 전시회 */
.sub-03 .sub-top-tit { background: url(../images/sub-top-01.jpg) no-repeat; background-size: cover; background-position: center; }
.sub-03-01 .sub-con .top-wrap> .container::after { content: ""; display: block; width: 113px; height: 190px; position: absolute; right: 0; top: 38px; background-image: url(../images/icon-sub-03-01.svg); background-repeat: no-repeat; background-size: cover; transform: translateX(25%); }

/* 포럼 */
.sub-04 .sub-top-tit { background: url(../images/sub-top-04.jpg) no-repeat; background-size: cover; background-position: center; }
.sub-04-01 .sub-con .top-wrap> .container::after { content: ""; display: block; width: 130px; height: 198px; position: absolute; right: 0; top: 26px; background-image: url(../images/icon-sub-04-01.png); background-repeat: no-repeat; background-size: cover; transform: translateX(25%); }

/* 포럼 - 연사 및 프로그램 */
.program .sub-con .con-wrap.speaker nav> ul> li> .user { flex-flow: column; justify-content: flex-start; gap: 40px; padding: 0; }
.program .sub-con .con-wrap.speaker nav> ul> li .user-wrap { flex-flow: row; width: 100%; }
.program .sub-con .con-wrap.speaker nav> ul> li> .user .img-box { width: 256px; height: 309px; padding: 32px; position: relative; }
.program .sub-con .con-wrap.speaker nav> ul> li> .user .img-box img { position: absolute; top: 32px; left: 32px; right: 0; bottom: 0; width: 192px; height: 245px; object-fit: cover; object-position: center; }
.program .sub-con .con-wrap.speaker nav> ul> li> .user .txt-box { width: calc( 100% - 272px ); flex-flow: column; gap: 12px; padding: 32px; }
.program .sub-con .con-wrap.speaker nav> ul> li> .user .txt-box .forum-name { font-size: 25px; font-weight: bold; letter-spacing: -0.6px; }
.program .sub-con .con-wrap.speaker nav> ul> li> .user .txt-box .forum-name .blue { font-size: 16px; font-weight: normal; color: #00a0c6; }
.program .sub-con .con-wrap.speaker nav> ul> li> .default p { color: #333; }
.program .sub-con .con-wrap.speaker nav> ul> li> .default p .blue { color: #00a0c6; }
.program .sub-con .con-wrap.speaker .table-list li .default { font-weight: normal; }
.program .sub-con .con-wrap.speaker .table-list li .default.blue { color: #00a0c6; }
.program .sub-con .con-wrap .table-list li { height: unset; padding: 8px 0; align-items: baseline; }
.program .sub-con .con-wrap .table-list li .default { width: unset; }

/* 포럼 - 강의파일 다운로드 */
.sub-04-03 .sub-con> .container { flex-flow: wrap; gap: 24px; }
.sub-04-03 .sub-con> .container li { width: calc( ( 100% - 72px ) / 4 ); border-radius: 5px; overflow: hidden; box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.16); }
.sub-04-03 .sub-con> .container li .img-box { width: 100%; position: relative; padding-top: 61.4%; }
.sub-04-03 .sub-con> .container li .img-box img { height: 100%; object-fit: cover; position: absolute; top: 0; right: 0; left: 0; bottom: 0; }
.sub-04-03 .sub-con> .container li .txt-box { padding: 16px; display: flex; flex-flow: column; gap: 8px; }
.sub-04-03 .sub-con> .container li .txt-box .title { max-width: 100%; font-size: 18px; font-weight: bold; letter-spacing: -0.45; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.sub-04-03 .sub-con> .container li .txt-box .col-group { justify-content: space-between; }
.sub-04-03 .sub-con> .container li .txt-box .col-group span { opacity: 0.5; font-size: 15px; }
.sub-04-03-dt .top-title { padding-bottom: 0; }
.sub-04-03-dt .top-title .writer-wrap { padding-bottom: 24px; border-bottom: 1px solid #ababab; }
.sub-04-03-dt .top-title .download-wrap li { padding: 8px; line-height: 1; border-bottom: 1px solid #c9c9c9; }
.sub-04-03-dt .top-title .download-wrap li:last-child { border-bottom: 0; }
.sub-04-03-dt .top-title .download-wrap li a { color: #a3a3a3; }
.sub-04-03-dt .top-title .download-wrap li i { display: inline-block; width: 24px; height: 24px; background: #a3a3a3; color: #fff; line-height: 24px; text-align: center; border-radius: 4px; }
.sub-04-03-dt .top-title .download-wrap li span { font-size: 14px; color: #ababab; }

/* 포럼 - 사전등록 */
.sub-04-06-1.sub-04-04 .top-wrap { background-image: url(../images/sub04_04.png); background-size: 334px; }
.sub-04-06-1.sub-04-04 .top-wrap h3 { font-size: 32px; }
.sub-04-06-1.sub-04-04 .top-wrap p { width: fit-content; margin: 0 auto; text-align: left; }
.sub-04-06-1.sub-04-04 .top-wrap a i { color: #004874; font-size: 26px; line-height: 18px; display: inline-block; padding-left: 8px; transform: translateY(3px); transition: .2s; }
.sub-04-06-1.sub-04-04 .top-wrap a:hover i { color: #fff; }
.sub-04-06-1.sub-04-04 .btm-wrap { background: none; border: 0; padding: 0; gap: 3.125vw; }
.sub-04-06-1.sub-04-04 .btm-wrap .left { width: calc( 50% - 7.5vw ); background: #2a9ab5; position: relative; padding: 80px 4.16vw; padding-right: 0; }
.sub-04-06-1.sub-04-04 .btm-wrap .left::after { content: ""; display: block; width: 7.5vw; height: 100%; position: absolute;     right: calc( -7.5vw + 1px ); top: 0; clip-path: polygon(7.5vw 50%, 0 0, 0 100%);background: #2a9ab5; }
.sub-04-06-1.sub-04-04 .btm-wrap .right { width: calc( 50% + 7.5vw ); background: #46769a; clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%, 7.5vw 50%); padding: 80px 4.16vw; padding-left: 11vw; }
.sub-04-06-1.sub-04-04 .btm-wrap> div .title { padding-bottom: 40px; border-bottom: 2px solid #fff; margin-bottom: 40px; }
.sub-04-06-1.sub-04-04 .btm-wrap> div .title h3 { background: none; padding: 0; text-align: left; font-size: 48px; opacity: .4; margin-bottom: 24px; }
.sub-04-06-1.sub-04-04 .btm-wrap> div .title p { font-size: 25px; color: #fff; }
.sub-04-06-1.sub-04-04 .btm-wrap> div ul { flex-flow: column; gap: 32px; }
.sub-04-06-1.sub-04-04 .btm-wrap> div ul li { font-size: 18px; color: #fff; word-break: keep-all; line-height: 1.78; padding-left: 24px; position: relative; }
.sub-04-06-1.sub-04-04 .btm-wrap> div ul li::after { content: ""; display: block; width: 8px; height: 24px; background: #fff; position: absolute; left: 0; top: 5px; }

/* 포럼 - 공지사항 */
.sub-04-05 .table-top { justify-content: space-between; margin-bottom: 24px; align-items: baseline;}
.sub-04-05 .table-top h3 { font-size: 24px; }
.sub-04-05 .table-top h3 span { color: #0064A2; }
.sub-04-05 .table-top .search-wrap { position: relative; }
.sub-04-05 .table-top .search-wrap select { width: 120px; height: 48px; border: 1px solid #8b8b8b; outline: 0; padding: 0 16px; line-height: 48px; font-size: 16px; color: #8b8b8b; appearance: none; position: relative; background-image: url(../images/icon_arrow_down.svg); background-repeat: no-repeat; background-position: right 6px center; background-size: 28px; }
.sub-04-05 .table-top .search-wrap input { width: 320px; height: 48px; padding: 0 16px; border: 1px solid #808080; outline: 0; font-size: 16px; padding-right: 88px; }
.sub-04-05 .table-top .search-wrap button { width: 72px; height: 48px; background: #8b8b8b; color: #fff; font-size: 16px; position: absolute; right: 0; bottom: 0; }
.sub-04-05 table { width: 100%; table-layout: fixed; }
.sub-04-05 table thead th { height: 64px; line-height: 64px; color: #0c419a; background: #f9f9f9; border-top: 2px solid #0c419a; border-bottom: 2px solid #c7c7c7; }
.sub-04-05 table thead th:nth-child(1) { width: 88px; }
.sub-04-05 table thead th:nth-child(3) { width: 160px; }
.sub-04-05 table thead th:nth-child(4) { width: 120px; }
.sub-04-05 table thead th:nth-child(5) { width: 160px; }
.sub-04-05 table tbody td { text-align: center; height: 56px; line-height: 56px; border-bottom: 1px solid #e5e5e5; }
.sub-04-05 table tbody td:nth-child(2) { text-align: left; padding-left: 24px; }
.sub-04-05 table tbody td:nth-child(2):hover { text-decoration: underline; }
.sub-04-05 table tbody tr:last-child td { border-bottom: 2px solid #0c419a; }
.sub-04-05 table tbody tr.notice td { font-weight: bold; }
.sub-04-05 table tbody tr.notice td:nth-child(1) { color: #00a0c6; }

/* 포럼 - Q&A */
.sub-04-06-1 .top-wrap { background-color: #004874; padding: 56px 0 48px; text-align: center; display: flex; flex-flow: column; justify-content: center; gap: 40px; background-image: url(../images/qna.png); background-repeat: no-repeat; background-position: right 40px bottom; margin-bottom: 40px; }
.sub-04-06-1 .top-wrap h3 { color: #fff; font-size: 25px; font-weight: normal; }
.sub-04-06-1 .top-wrap p { font-size: 18px; color: #fff; line-height: 1.67; letter-spacing: -0.45; }
.sub-04-06-1 .top-wrap a { width: 240px; height: 56px; text-align: center; line-height: 52px; background: #fff; font-size: 18px; color: #0064A2; margin: 0 auto; font-weight: 500; transition: .2s; border: 2px solid #fff }
.sub-04-06-1 .top-wrap a:hover { background: #004874; color: #fff; }
.sub-04-06-1 .btm-wrap { background: #f5f5f5; border: 1px solid #c7c7c7; padding-bottom: 40px; }
.sub-04-06-1 .btm-wrap h3 { text-align: center; padding: 18px 0; font-size: 25px; font-weight: normal; color: #fff; background: #0064a3; }
.sub-04-06-1 .btm-wrap button { display: block; width: 240px; height: 56px; border-radius: 28px; margin: 0 auto; background: #0064A2; font-size: 18px; font-weight: bold; color: #fff; border: 2px solid #0064A2; transition: .2s; }
.sub-04-06-1 .btm-wrap button:hover { background: #f5f5f5; color: #0064A2; }
.sub-04-06-1 .btm-wrap button a { line-height: 56px; color: #fff; transition: .2s; }
.sub-04-06-1 .btm-wrap button:hover a { color: #0064A2; }
.sub-04-06-1 .con-wrap { margin-bottom: 40px; padding: 0 40px; }
.sub-04-06-1 .con-wrap:nth-of-type(1) { padding-top: 67px; }
.sub-04-06-1 .con-wrap h4 { font-size: 20px; margin-bottom: 24px; padding-left: 24px; position: relative; }
.sub-04-06-1 .con-wrap h4::after { content: ""; display: block; position: absolute; width: 8px; height: 24px; background: #0064a2; left: 0; top: -2px; }
.sub-04-06-1 .con-wrap:nth-of-type(1) ul { background: #fff; padding: 24px 40px; border: 1px solid #c7c7c7; display: flex; flex-flow: column; gap: 24px; margin-bottom: 24px; }
.sub-04-06-1 .con-wrap:nth-of-type(1) ul li strong { padding-left: 12px; margin-bottom: 8px; position: relative; }
.sub-04-06-1 .con-wrap:nth-of-type(1) ul li strong::after { content: ""; display: block; position: absolute; width: 4px; height: 100%; background: #0064a2; left: 0; top: 2px; }
.sub-04-06-1 .con-wrap .agree-wrap { justify-content: center; gap: 32px; }
.sub-04-06-1 .con-wrap .agree-wrap input[type='radio'] { display: none; }
.sub-04-06-1 .con-wrap .agree-wrap label { width: 280px; height: 48px; background: #c7c7c7; border-radius: 24px; line-height: 48px; color: #fff; cursor: pointer; transition: .2s; }
.sub-04-06-1 .con-wrap .agree-wrap input[type='radio']:checked + label,.sub-04-06-1 .con-wrap .agree-wrap label:hover  { background: #0064a2; }
.sub-04-06-1 .con-wrap .agree-wrap span:not(.icon) { color: #fff; display: inline-block; }
.sub-04-06-1 .con-wrap .agree-wrap span:not(.icon).mb { display: none; }
.sub-04-06-1 .con-wrap .agree-wrap .icon { display: inline-block; width: 32px; height: 32px; background: #fff; border-radius: 50%; line-height: 32px; margin: 0 16px 0 8px; text-align: center; }
.sub-04-06-1 .con-wrap .agree-wrap .icon i { font-weight: bolder; color: #c7c7c7; transition: .2s; }
.sub-04-06-1 .con-wrap .agree-wrap input[type='radio']:checked + label .icon i, .sub-04-06-1 .con-wrap .agree-wrap label:hover .icon i { color: #0064a2; }
.sub-04-06-1 .con-wrap .warning { padding: 24px 40px; background: #fff; border: 1px solid #c7c7c7; }
.sub-04-06-1 .con-wrap .warning h4 { padding: 0; padding-bottom: 24px; border-bottom: 2px solid #c7c7c7; }
.sub-04-06-1 .con-wrap .warning h4::after { display: none; }
.sub-04-06-1 .con-wrap .warning ul { display: flex; flex-flow: column; gap: 16px; }
.sub-04-06-1 .con-wrap .warning ul li { padding-left: 12px; position: relative; }
.sub-04-06-1 .con-wrap .warning ul li::after { content: ""; display: block; position: absolute; width: 4px; height: 4px; background: #0064A2; border-radius: 50%; left: 0; top: 6px; }
.sub-04-06-1 .con-wrap> ul { border-top: 2px solid #c7c7c7; border-bottom: 2px solid #c7c7c7; }
.sub-04-06-1 .con-wrap:not(:first-of-type)> ul li { border-bottom: 2px solid #f5f5f5; }
.sub-04-06-1 .con-wrap> ul li:last-child { border-bottom: 0; }
.sub-04-06-1 .con-wrap> ul li> div { padding: 16px; }
.sub-04-06-1 .con-wrap> ul li .default { width: 360px; background: #e4e4e4; display: flex;flex-flow: column; justify-content: center; }
.sub-04-06-1 .con-wrap> ul li .default p { font-weight: bold; }
.sub-04-06-1 .con-wrap> ul li .default p span { color: #ff0000; }
.sub-04-06-1 .con-wrap> ul li .user { width: calc( 100% - 360px ); background: #fff; }
.sub-04-06-1 .con-wrap> ul li .user input, .sub-04-06-1 .con-wrap> ul li .user .none-edit { display: inline-block; border: 0; outline: 0; background: #fbfbfb; width: 556px; height: 40px; padding: 0 8px; font-size: 16px; line-height: 40px; }
.sub-04-06-1 .con-wrap> ul li .user input[type="number"], .sub-04-06-1 .con-wrap> ul li .user .phone { width: calc( ( 556px - 80px ) / 3 ); text-align: center; }
.sub-04-06-1 .con-wrap> ul li .user input::placeholder, .sub-04-06-1 .con-wrap> ul li .user textarea::placeholder { color: #c1c1c1; }
.sub-04-06-1 .con-wrap> ul li .user span:not(.none-edit) { margin: 0 16px; line-height: 40px; }
.sub-04-06-1 .con-wrap ul li .user textarea, .sub-04-06-1 .con-wrap:nth-of-type(4) ul li .user input, .sub-04-06-1 .con-wrap ul li .user .inq { width: 100%; border: 0; outline: 0; background: #fbfbfb; padding: 8px; font-size: 16px; line-height: 1.5; }

.sub-04-06-2 .btm-wrap { width: 1080px; margin: 0 auto; padding: 55px 0 40px; }
.sub-04-06-2 .top-wrap { padding: 0; background: none; }
.sub-04-06-2 .top-wrap h3 { background: none; color: #0064A2; padding: 0; }
.sub-04-06-2 .top-wrap p { color: #333; }
.sub-04-06-2 .con-wrap { padding: 0 70px; }

.sub-04-06-3 table { width: 100%; table-layout: fixed; }
.sub-04-06-3 table thead th { height: 64px; line-height: 64px; color: #0c419a; background: #f9f9f9; border-top: 2px solid #0c419a; border-bottom: 2px solid #c7c7c7; }
.sub-04-06-3 table thead th:nth-child(1) { width: 88px; }
.sub-04-06-3 table thead th:nth-child(n+3) { width: 200px; }
.sub-04-06-3 table tbody td { text-align: center; height: 56px; line-height: 56px; border-bottom: 1px solid #e5e5e5; }
.sub-04-06-3 table tbody td:nth-child(2) { text-align: left; padding-left: 24px; }
.sub-04-06-3 table tbody td:nth-child(2):hover { text-decoration: underline; }
.sub-04-06-3 table tbody tr:last-child td { border-bottom: 2px solid #0c419a; }
.sub-04-06-3 table tbody td .wait { font-weight: bold; color: #c7c7c7; }
.sub-04-06-3 table tbody td .fin { font-weight: bold; color: #00a0c6; }

.sub-04-06-4 .sub-con> .container { flex-flow: column; gap: 80px; }
.sub-04-06-4 .con-wrap:nth-of-type(1) ul { padding: 0; background: none; gap: 0; border: 0; border-top: 2px solid #c7c7c7; border-bottom: 2px solid #c7c7c7; }
.sub-04-06-1 .con-wrap ul li .user .inqtxt { height: 100%; }

/* VR 체험관 */
.sub-05 .sub-top-tit { background: url(../images/sub-top-05.jpg) no-repeat; background-size: cover; background-position: center; }
.sub-05 .sub-con { text-align: center; }
.sub-05 .sub-con .poster { max-width: 920px; width: 100%; margin: 40px auto; }
.sub-05 .sub-con .link-btn { width: 400px; height: 80px; margin: 0 auto; background: #0064A2; text-align: center; line-height: 80px; font-size: 24px; color: #fff; font-weight: bold; transition: .3s; border: 2px solid #0064A2; }
.sub-05 .sub-con .link-btn i { color: #fff; font-weight: bold; transition: .3s; }
.sub-05 .sub-con .link-btn:hover { background: #fff; color: #0064A2; }
.sub-05 .sub-con .link-btn:hover i { color: #0064A2; }

/* 기념백서 */
.sub-06 .sub-top-tit { background: url(../images/sub-top-06.jpg) no-repeat; background-size: cover; background-position: center; }

/* 자주하는 질문 */
.sub-07 .sub-top-tit { background: url(../images/sub-top-07.jpg) no-repeat; background-size: cover; background-position: center; }
.sub-07 .faq-wrap { border-top: 2px solid #0c419a; border-bottom: 2px solid #0c419a; }
.sub-07 .faq-list .default { padding: 12px 24px; align-items: center; position: relative; background: #fff; border-bottom: 1px solid #c7c7c7; cursor: pointer; }
.sub-07 .faq-list .icon { display: inline-block; width: 40px; height: 40px; border-radius: 50%; border: 1px solid #0064a2; text-align: center; line-height: 38px; font-size: 16px; margin-right: 24px; }
.sub-07 .faq-list .default .icon { background: #0064a2; color: #fff; }
.sub-07 .faq-list .default p { font-size: 18px; width: calc( 100% - 104px ); }
.sub-07 .faq-list .default button { width: 24px; height: 24px; position: absolute; top: 20px; right: 24px; }
.sub-07 .faq-list .default button i { font-size: 24px; }
.sub-07 .faq-list .user { padding: 12px 24px; background: #f5f5f5; border-bottom: 1px solid #c7c7c7; display: none; }
.sub-07 .faq-list .user .icon { background: #fff; color: #0064a2; }
.sub-07 .faq-list .user pre { font-size: 16px; line-height: 1.7; width: calc( 100% - 104px ); }

.m-ratioBox-wrap {width:100%; padding-top:59%; position:relative; border:1px solid #ebebeb; overflow:hidden;}
.m-ratioBox-wrap .m-ratioBox {position:absolute; top:0; left:0; right:0; bottom:0;}
.m-ratioBox-wrap .m-ratioBox:after {content:""; width:64px; height:64px; position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); background:url("../img/image.png") no-repeat; background-size:100%; opacity:0.4;}
.m-ratioBox-wrap img {width:100%; position:absolute; left:50%; top:50%; transform:translateY(-50%) translateX(-50%); z-index:1;}
.m-ratioBox-wrap iframe {width:100%; height:100%; position:absolute; left:50%; top:50%; transform:translateY(-50%) translateX(-50%); z-index:1;}
.wrap {width:1200px; margin:0 auto;}
@media screen and (max-width:1760px) {
	.main> .container { width: 100%; padding: 0 16px; }
}

@media screen and (max-width:1200px) {
    .wrap {width:100%; padding:0 20px;}
	.synopsis .sub-con .btm-wrap .imgbox { width: 100%; }
}

@media screen and (max-width:768px) {
	/*===========================================================================
		index
	============================================================================*/

	/* 메인배너 */
	.main { padding: 0; min-height: unset;;}
	.main> .container { width: 100%; gap: 30px; flex-flow: column; padding: 0; }
	.main-banner { width: 100%; border-radius: 0; max-height: calc( 100vh - 56px ); }
	.main-banner .swiper-slide { padding-top: 152%; }
	.main-banner .swiper-control { bottom: 18px; left: unset; right: 18px; }

	.sub-banner { width: calc( 100% - 32px ); border-radius: 16px; margin: 0 auto 30px; }
	.sub-banner .swiper-slide { padding-top: 142.6%; ; }
	.sub-banner .swiper-control { bottom: 28px; gap: 14px; padding: 0 14px; height: 24px; border-radius: 12px; }
	.sub-banner .swiper-pagination { gap: 18px; }
	.sub-banner .swiper-pagination-bullet { width: 8px; height: 8px; }
	.sub-banner .swiper-pagination-bullet-active::after { width: 14px; height: 14px; left: -3px; top: -3px; }
	.sub-banner .swiper-play-button i { font-size: 16px; }

	/*===========================================================================
		서브 페이지
	============================================================================*/
	/* 서브탑 공통 */
	.sub-top-tit { height: 104px; padding-bottom: 0; justify-content: center; }
	.sub-top-tit h2 { font-size: 20px; }
	.sub-top-tit p { display: none; }
	.sub-top-map { height: 40px; border-bottom: 1px solid #e4e4e4; }
	.sub-top-map> .col-group { padding: 0; }
	.sub-top-map .home-btn { width: 40px; height: 40px; }
	.sub-top-map .home-btn i { font-size: 20px; line-height: 40px; }
	.sub-top-map .sub-menu-list { width: calc( 100% / 2 - 20px ); }
	.sub-top-map .sub-menu-list li .show { height: 40px; line-height:40px; padding: 0 12px; font-size: 14px; }
	.sub-top-map .sub-menu-list li .show i { right: 8px; top: 13px;; }
	.sub-top-map .sub-menu-select li { height: 40px; padding: 0 12px; }
	.sub-top-map .sub-menu-select li a { font-size: 14px; line-height: 40px;}
	.sub-title { padding-top: 16px; padding-bottom: 8px; }
	.sub-title h2 { font-size: 20px; letter-spacing: -0.5px; }
	.sub-title h2::after { bottom: -10px; }
	.sub-title ul { display: none; }

	.sub-con { padding: 20px 0 30px; }

	/* 페이지 준비중 */
	.prepare img { width: 100%; }

	/* 행사개요 */
	.sub-01-01 .sub-con> .container { padding: 0; }

	.synopsis .sub-con .top-wrap { margin-top: 93px; padding-bottom: 20px; }
	.synopsis .sub-con .top-wrap> .container { gap: 24px; flex-flow: column; }
	.synopsis .sub-con .top-wrap .img-wrap { width: 230px; height: 230px; margin-left: 0; margin-top: -93px;}
	.synopsis .sub-con .top-wrap .txt-wrap { padding: 0; width: 100%; }
	.synopsis .sub-con .top-wrap .txt-wrap h3 { font-size: 16px; letter-spacing: -0.4px; padding-bottom: 8px; margin-bottom: 8px; }
	.synopsis .sub-con .top-wrap .txt-wrap ul { gap: 6px; }
	.synopsis .sub-con .top-wrap .txt-wrap ul li .default { width: 70px; padding-left: 8px; font-size: 12px; }
	.synopsis .sub-con .top-wrap .txt-wrap ul li .default::after { width: 2px; height: 12px; top: 4px; }
	.synopsis .sub-con .top-wrap .txt-wrap ul li .user { width: calc( 100% - 70px ); font-size: 12px; word-break: keep-all; }
	.synopsis .sub-con .top-wrap .txt-wrap .op05 { font-size: 10px; }
	.synopsis .sub-con .top-wrap .txt-wrap .notice { margin-top: 24px; font-size: 10px; word-break: keep-all; }
	.synopsis .sub-con .mid-wrap { padding: 20px 0; }
	.synopsis .sub-con .con-wrap h3 { font-size: 16px; margin-bottom: 12px; padding-left: 12px; }
	.synopsis .sub-con .con-wrap h3::after { top: -2px; width: 4px; height: 19px;  }
	.synopsis .sub-con .con-wrap.photo { padding: 0; }
	.synopsis .sub-con .con-wrap.photo h3 { margin-left: 16px; }
	.synopsis .sub-con .con-wrap .photo-list-wrap {  overflow: scroll; padding: 0 16px; }
	.synopsis .sub-con .con-wrap .photo-list { width: max-content; flex-flow: wrap; gap: 8px; }
	.synopsis .sub-con .con-wrap .photo-list li { width: 160px; height: 102px; }
	.synopsis .sub-con .btm-wrap { padding: 20px 0; }
	.synopsis .sub-con .btm-wrap .download-btn { width: 125px; height: 30px; line-height: 26px; font-size: 12px; right: 16px; top: -8px; transition: .2s; }
	.synopsis .sub-con .btm-wrap .download-btn i { font-size: 16px; }
	.synopsis .sub-con .btm-wrap .download-btn:hover i { color: #fff; }
	.synopsis .sub-con .con-wrap.table nav { flex-flow: column; }
	.synopsis .sub-con .con-wrap.table nav> h4 { width: 100%; padding: 12px 10px; font-size: 18px; }
	.synopsis .sub-con .con-wrap.table nav> ul { width: 100%; }
	.synopsis .sub-con .con-wrap.table nav> ul> li { flex-flow: column; }
	.synopsis .sub-con .con-wrap.table nav> ul> li> .default { width: 100%; padding: 12px 10px; }
	.synopsis .sub-con .con-wrap.table nav> ul> li:first-child> .default { border-top: 0; }
	.synopsis .sub-con .con-wrap.table nav> ul> li> .default p { font-size: 16px; }
	.synopsis .sub-con .con-wrap.table nav> ul> li> .user { width: 100%; padding: 10px 0; gap: 16px; }
	.synopsis .sub-con .con-wrap.table nav> ul> li .user-wrap { flex-flow: column; gap: 16px; }
	.synopsis .sub-con .con-wrap.table nav> ul> li .user-wrap> p { font-size: 16px; padding-left: 0; }
	.synopsis .sub-con .con-wrap.table nav> ul> li .user-wrap> p .notice { padding-left: 0; font-size: 14px; }
	.synopsis .sub-con .con-wrap .table-list li { height: unset; flex-flow: column; gap: 4px; padding: 8px 16px; align-items: flex-start; }
	.synopsis .sub-con .con-wrap .table-list li .default { width: unset; padding-left: 16px; font-size: 14px; }
	.synopsis .sub-con .con-wrap .table-list li .default::after { left: 0; top: 6px; }
	.synopsis .sub-con .con-wrap .table-list li .user { font-size: 14px; padding-left: 16px; }

	/* 초대의 글 */
	.sub-01-02 .sub-con { background: none; }
	.sub-01-02 .sub-con .greet-mid { font-size: 14px; word-break: keep-all; }

	/* 기념행사 */
	.sub-02 .sub-top-tit { background: url(../images/sub-top-02.jpg) no-repeat; background-size: cover; background-position: center; }
	.sub-02 .sub-con { padding-bottom: 0; }

	/* 기념행사 - 주간일정 */
	#calendar { height: 700px !important; width: 700px !important; }
	.calendar .sub-con { padding-bottom: 20px; }
	.calendar .calr-wrap { padding: 0; position: relative; }
	.calendar .calr-wrap> .container { padding: 0; overflow-x: scroll; position: relative; }

	.calendar .fc-col-header, .calendar .fc-scrollgrid-sync-table{ width: 700px; }
	.calendar .fc .fc-toolbar.fc-header-toolbar { flex-flow: wrap; gap: 12px; justify-content: flex-start; margin-bottom: 12px; padding-left: 16px; }
	.calendar .fc .fc-toolbar.fc-header-toolbar> div:nth-of-type(1) { order: 1; }
	.calendar .fc .fc-toolbar.fc-header-toolbar> div:nth-of-type(2) { order: 2; text-align: left; }
	.calendar .fc .fc-toolbar.fc-header-toolbar> div:nth-of-type(3) { display: none; }
	.calendar .fc .fc-toolbar-title { font-size: 1.5em; }

	.calendar .fc .fc-today-button { display: none; }
	.calendar .fc .fc-button { font-size: 12px; padding: 0 0.65em; height: 30px; }

	.calendar .fc-col-header-cell { padding: 4px 0; }
	.calendar .fc-col-header-cell a { font-size: 12px; }
	.calendar .fc .fc-daygrid-day-top { padding: 0; font-size: 11px; }
	.calendar .fc .fc-timegrid-axis-cushion, .calendar .fc .fc-timegrid-slot-label-cushion { font-size: 11px; }

	/* 기념행사 - 기념식 */
	.sub-02-02.synopsis .sub-con .top-wrap> .container::after { width: 85px; height: 114px; right: 20px; top: 12px; transform: none; }
	.sub-02-02.synopsis .sub-con .con-wrap .table-list li .user { flex-flow: column; gap: 8px; }
	.synopsis .sub-con .btm-wrap .program-list { flex-flow: column; gap: 10px; }
	.synopsis .sub-con .btm-wrap .program-list li { width: 100%; }
	.synopsis .sub-con .btm-wrap .program-list li .txt-wrap { gap: 12px; padding: 12px 16px; }
	.synopsis .sub-con .btm-wrap .program-list li .txt-wrap .title { font-size: 16px; letter-spacing: -0.4; }
	.synopsis .sub-con .btm-wrap .program-list li .txt-wrap .subtxt { min-height: 53px; }
	.synopsis .sub-con .btm-wrap .program-list li .txt-wrap .subtxt span { font-size: 14px; }
	.sub-02-02 .sub-con> .img-wrap { margin-bottom: 20px; }


	/* 기념행사 - 청소년 요리경연 */
	.sub-02-03.synopsis .sub-con .top-wrap> .container::after { width: 85px; height: 114px; right: 20px; top: 12px; transform: none; }
	.sub-02-03.synopsis .sub-con .con-wrap.table nav> ul> li:first-child> .user { padding: 36px 0; text-align: center; }
	.sub-02-03.synopsis .sub-con .con-wrap.table nav> ul> li:nth-child(2) .user-wrap> p { font-size: 16px; padding-left: 25px; }
	.sub-02-03.synopsis .sub-con .con-wrap.table nav> ul> li:nth-child(2) .user-wrap> p .blue { display: block; margin-left: -25px; padding-bottom: 6px; }
	.sub-02-03.synopsis .sub-con .con-wrap.table nav> ul> li> .user { gap: 30px; }

	/* 기념행사 - 오시는 길 */
	.direction .sub-con { padding-bottom: 30px; }
	.direction .sub-con> .container { flex-flow: column; gap: 32px; }
	.direction .direc-wrap { border: 0; padding: 0; }
	.direction .direc-wrap::after { display: none; }
	.direction .direc-wrap h3 { font-size: 22px; margin-bottom: 12px; line-height: 1.5; }
	.direction .map-wrap { margin-bottom: 20px; }
	.direction .map-box .wrap_map { height: 240px; }
	.direction .map-box #map { height: 240px; }
	.direction .txt-box { flex-flow: column; align-items: unset; border-top: 0; border-bottom: 0; }
	.direction .txt-box li { width: 100%; border-bottom: 1px solid #e1e1e1; align-items: center; }
	.direction .txt-box li .txt { padding: 0 16px; font-size: 15px; }
	.direction .txt-box li .txt strong { display: none; }
	.direction .info-box> li { flex-flow: column; }
	.direction .info-box> li> p { width: 100%; padding: 18px 0; text-align: center; font-size: 16px; }
	.direction .info-box> li:last-child> p { border-bottom: 0; }
	.direction .info-box ul { width: 100%; border-top: 2px solid #2e7bb3; }
	.direction .info-box ul li { flex-flow: column; padding: 12px 16px 12px 32px; position: relative; }
	.direction .info-box ul li::after { content: ""; display: block; position: absolute; width: 6px; height: 6px; border-radius: 50%; background: #c9c9c9;  left: 20px; top: 20px;}
	.direction .info-box ul li:last-child { border-bottom: 0; }
	.direction .info-box ul li .default { padding: 0; width: unset; font-size: 14px; line-height: 1.3; word-break: keep-all; }
	.direction .info-box ul li .user { padding: 0; width: unset; font-size: 14px; line-height: 1.3; word-break: keep-all;}
	.direction .direc-wrap .title-wrap { margin-bottom: 24px; }
	.direction .direc-wrap .title-wrap .link-btn { width: 100px; height: 40px; font-size: 13px; line-height: 36px; }
	.direction .txt-wrap { padding: 8px 16px; }
	.direction .txt-wrap p { font-size: 14px; }

	/* 기록전시회 - 행사개요 */
	.sub-03-01  .sub-con .btm-wrap .container { padding: 0; }
	.sub-03-01 .sub-con .top-wrap> .container::after {width: 85px; height: 145px; right: 20px; top: 12px; transform: none; }

	/* 포럼 */
	.sub-04-01 .sub-con .top-wrap> .container::after { width: 85px; height: 136px; right: 20px; top: 12px; transform: none; }

	/* 포럼 - 연사 및 프로그램 */
	.program .sub-con .con-wrap .table-list li { height: unset; padding: 8px 12PX; align-items: baseline; }
	.program .sub-con .con-wrap .table-list li .default { width: unset; }

	/* 포럼 - 강의파일 다운로드 */
	.sub-04-03 .sub-con> .container li { width: 100%; }
	.sub-04-03-dt .top-title .writer-wrap { padding-bottom: 16px; }
	.sub-04-03-dt .top-title .download-wrap li a { font-size: 13px; line-height: 18px; }
	.sub-04-03-dt .top-title .download-wrap li i { width: 18px; height: 18px; line-height: 18px; }
	.sub-04-03-dt .top-title .download-wrap li span { font-size: 12px; line-height: 18px; }

	/* 포럼 - 사전등록 */
	.sub-04-06-1.sub-04-04 .top-wrap { background-image: none; margin-bottom: 30px; }
	.sub-04-06-1.sub-04-04 .top-wrap h3 { font-size: 22px; }
	.sub-04-06-1.sub-04-04 .btm-wrap { flex-flow: column; gap: 30px; }
	.sub-04-06-1.sub-04-04 .btm-wrap .left { width: 100%; padding: 26px 20px; }
	.sub-04-06-1.sub-04-04 .btm-wrap .left::after { width: 100%; height: 22vw; position: absolute; right: unset; top: unset; left: 0; bottom: -22vw; clip-path: polygon(100% 0, 0 0, 50% 100%);	}
	.sub-04-06-1.sub-04-04 .btm-wrap .right { width: 100%; clip-path: polygon(50% 22vw, 100% 0, 100% 100%, 0 100%, 0 0); padding: calc( 22vw + 26px ) 20px 26px; }
	.sub-04-06-1.sub-04-04 .btm-wrap> div .title { padding-bottom: 26px; border-bottom: 0; margin-bottom: 0; }
	.sub-04-06-1.sub-04-04 .btm-wrap> div .title h3 { font-size: 28px; margin-bottom: 8px; }
	.sub-04-06-1.sub-04-04 .btm-wrap> div .title p { font-size: 18px; }
	.sub-04-06-1.sub-04-04 .btm-wrap> div ul { gap: 16px; }
	.sub-04-06-1.sub-04-04 .btm-wrap> div ul li { font-size: 16px; line-height: 1.6; padding-left: 18px;}
	.sub-04-06-1.sub-04-04 .btm-wrap> div ul li::after { width: 6px; height: 18px; }

	/* 포럼 - 공지사항 */
	.sub-04-05 .table-top { margin-bottom: 12px; flex-flow: column; gap: 12px;}
	.sub-04-05 .table-top h3 { font-size: 16px; }
	.sub-04-05 .table-top .search-wrap { width: 100%; }
	.sub-04-05 .table-top .search-wrap select { width: 70px; height: 32px; line-height: 32px; font-size: 13px; padding: 0 8px; background-size: 20px; }
	.sub-04-05 .table-top .search-wrap input { width: calc( 100% - 75px ); height: 32px; font-size: 13px; padding: 0 8px; padding-right: 60px; }
	.sub-04-05 .table-top .search-wrap button { width: 60px; height: 32px; font-size: 13px;}
	.sub-04-05 table thead th { height: 40px; line-height: 40px; font-size: 14px; }
	.sub-04-05 table thead th:nth-child(1) { width: 48px; }
	.sub-04-05 table thead th:nth-child(2) { width: calc( 100% - 48px ); }
	.sub-04-05 table thead th:nth-child(n+3), .sub-04-05 table tbody td:nth-child(n+3) { display: none; }
	.sub-04-05 table tbody td { height: unset; line-height: unset; font-size: 13px; padding: 13px 0; }
	.sub-04-05 table tbody td:nth-child(2) { padding-left: 12px; }

	/* 포럼 - Q&A */
	.sub-04-06-1 .top-wrap { padding: 45px 0; gap: 32px; background-image: none; margin-bottom: 12px; }
	.sub-04-06-1 .top-wrap h3 { font-size: 22px; }
	.sub-04-06-1 .top-wrap p { font-size: 16px; padding: 0 30px; word-break: keep-all; }
	.sub-04-06-1 .btm-wrap { padding-bottom: 24px; }
	.sub-04-06-1 .btm-wrap h3 { padding: 10px 0; font-size: 22px; }
	.sub-04-06-1 .con-wrap { margin-bottom: 32px; padding: 0 12px; }
	.sub-04-06-1 .con-wrap:nth-of-type(1) { padding-top: 16px; }
	.sub-04-06-1 .con-wrap h4 { font-size: 16px; margin-bottom: 12px; padding-left: 14px; }
	.sub-04-06-1 .con-wrap h4::after { width: 5px; height: 18px; top: 0; }
	.sub-04-06-1 .con-wrap:nth-of-type(1) ul { padding: 12px;  }
	.sub-04-06-1 .con-wrap:nth-of-type(1) ul li strong { font-size: 14px; line-height: 1.5; }
	.sub-04-06-1 .con-wrap:nth-of-type(1) ul li strong::after { height: 14px; top: 4px; }
	.sub-04-06-1 .con-wrap:nth-of-type(1) ul li p { font-size: 14px; padding-left: 12px; }
	.sub-04-06-1 .con-wrap .agree-wrap { gap: 16px; }
	.sub-04-06-1 .con-wrap .agree-wrap label { width: 127px; }
	.sub-04-06-1 .con-wrap .agree-wrap span:not(.icon).mb { display: inline-block; }
	.sub-04-06-1 .con-wrap .agree-wrap span:not(.icon).pc { display: none; }
	.sub-04-06-1 .con-wrap .warning { padding: 12px; padding-bottom: 32px; }
	.sub-04-06-1 .con-wrap .warning h4 { padding-bottom: 16px; }
	.sub-04-06-1 .con-wrap .warning ul li { font-size: 14px; }
	.sub-04-06-1 .con-wrap> ul li { border-bottom: 0; flex-flow: column; }
	.sub-04-06-1 .con-wrap> ul li:last-child { border-bottom: 0; }
	.sub-04-06-1 .con-wrap> ul li> div { padding: 12px; }
	.sub-04-06-1 .con-wrap> ul li .default { width: 100%; }
	.sub-04-06-1 .con-wrap> ul li .default p { font-size: 14px; }
	.sub-04-06-1 .con-wrap> ul li .user { width: 100%; }
	.sub-04-06-1 .con-wrap> ul li .user input, .sub-04-06-1 .con-wrap> ul li .user .none-edit { width: 100%; height: 40px; font-size: 14px; }
	.sub-04-06-1 .con-wrap> ul li .user pre.none-edit { height: auto; }
	.sub-04-06-1 .con-wrap> ul li .user input[type="number"], .sub-04-06-1 .con-wrap> ul li .user .phone { width: calc( ( 100% - 12px ) / 3 ); }
	.sub-04-06-1 .con-wrap> ul li .user span:not(.none-edit) { margin: 0; }
	.sub-04-06-1 .con-wrap ul li .user textarea, .sub-04-06-1 .con-wrap:nth-of-type(4) ul li .user input, .sub-04-06-1 .con-wrap ul li .user .inq { font-size: 14px; }

	.sub-04-06-2 .top-wrap { padding: 0; margin-bottom: 50px; }
	.sub-04-06-2 .btm-wrap { width: 100%; padding: 45px 0; }
	.sub-04-06-2 .con-wrap { padding: 0 12px; }

	.sub-04-06-3 table thead th { height: 40px; line-height: 40px; font-size: 14px; }
	.sub-04-06-3 table thead th:nth-child(1) { width: 48px; }
	.sub-04-06-3 table thead th:nth-child(2) { width: calc( 100% - 104px ); }
	.sub-04-06-3 table thead th:nth-child(3) { width: 56px; }
	.sub-04-06-3 table thead th:nth-child(4), .sub-04-06-3 table tbody td:nth-child(4) { display: none; }
	.sub-04-06-3 table tbody td { height: unset; line-height: unset; font-size: 13px; padding: 13px 0; }
	.sub-04-06-3 table tbody td:nth-child(2) { padding-left: 12px; }
	.sub-04-06-3 table tbody td:nth-child(3) { font-size: 12px; }

	.sub-04-06-4 .sub-con> .container { gap: 60px; }
	.sub-04-06-4 .con-wrap { margin-bottom: 0; }
	.sub-04-06-4 .con-wrap:nth-of-type(1) ul { padding: 0; }

	/* VR 체험관 */
	.sub-05 .sub-con .poster { margin: 30px auto; }
	.sub-05 .sub-con .link-btn { width: 200px; height: 56px; line-height: 56px; font-size: 16px; }

	/* 자주하는 질문 */
	.sub-07 .faq-list .default { padding: 12px 8px; }
	.sub-07 .faq-list .icon { width: 24px; height: 24px; line-height: 22px; font-size: 12px; margin-right: 12px; }
	.sub-07 .faq-list .default p { font-size: 14px; width: calc( 100% - 60px ); }
	.sub-07 .faq-list .default button { top: 15px; right: 4px; }
	.sub-07 .faq-list .default button i { font-size: 18px; transition: .2s; }
	.sub-07 .faq-list .default button.up i { transform: rotateX(180deg); }
	.sub-07 .faq-list .user { padding: 12px 8px; }
	.sub-07 .faq-list .user pre { font-size: 14px; width: calc( 100% - 36px ); }

}
