@font-face {
    font-family: 'Jeongmeokbawi';
    src: url('https://gcore.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/SangSangRockOTF.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}

@keyframes shine-move {
    0% { opacity: 0; background-position: 0% 50%; filter: blur(8px); }
    30% { opacity: 1; filter: blur(0px); }
    100% { background-position: 100% 50%; opacity: 1; }
}

.fadeup-ani {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeup 1.2s 0.8s cubic-bezier(.42,0,.58,1) forwards;
}
@keyframes fadeup {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
:root { --site_width:1440px; 
  --color_primary: #060f20; 
  --color_second: #595757; }

* { margin: 0; padding: 0; box-sizing: border-box; }
html, body { overflow-x: hidden; }
a { color: inherit; text-decoration: inherit; }
a:hover, a:focus, a:active { text-decoration: none; }
ul li { list-style: none; }
img { vertical-align: middle; border: none; }
button { border: none; background: none; cursor: pointer; }

.mobile_only { display: none; }
.header {width: 100%;height: 100px;margin: auto;background-color: #fff;  }
.header_wrap {max-width: var(--site_width);height: 100%;margin: 0 auto; }
.header_wrap ul {display: flex; justify-content: space-between; align-items: center; height: 100%; gap: 140px;}
.header_wrap ul span {font-size: 20px; font-weight: 600; color: #333; }
.header_logo {float: left;line-height: 80px; }
.header_logo img {width: 302px; }
.main_menu > span > a:hover {
    padding-bottom: 10px;
    border-bottom: 2px solid var(--color_primary); /* 원하는 색상으로 */
}
/* .visual {width: 100%; height: 100%; background-color:#20201f; display: flex; justify-content: center; align-items: center;} */
/* .visual {width: 100%; height: 100%; background-color:#1a1f3d; display: flex; justify-content: center; align-items: center;} */
.visual {width: 100%; height: 100%; background-color: #060f20; display: flex; justify-content: center; align-items: center;}
.visual::-webkit-scrollbar {display:none;}

.visual {background-image: url('/images/wave_bg6.png'); background-size: cover; background-position: center;  position: relative;}
.visual {position: relative;}
.visual_wrap {max-width: var(--site_width); width: 100%; height: 550px; margin: auto; display: flex; justify-content: center; align-items: center;  }
.visual_wrap ul {width: 100%; height: 100%; display: flex; justify-content: space-between; align-items: center; padding-right: 20px; padding-left: 20px;}
.visual_wrap ul li h4 {font-size: 20px; font-weight: 700; color: #8f8f8f; margin-bottom: 10px;}
.visual_wrap ul li h3 {font-size: 40px; font-weight: 700; color: #dbd8d8; margin-bottom: 50px;}
.visual_wrap ul li span {font-size: 16px; font-weight: 800; color: #d8c985; }
.visual_wrap img {margin-right: 100px;}

.visual2 {width: 100%; height: 100%; background-color: #060f20; display: flex; justify-content: center; align-items: center;}
.visual2 {background-image: url('/images/visual_5.png'); background-size: cover; background-position: center;  position: relative;}
.visual2 {position: relative;}
.visual_wrap2 {max-width: var(--site_width); width: 100%; height: 550px; margin: auto; display: flex; justify-content: center; align-items: center;  }
.visual_wrap2 ul {width: 100%; height: 100%; display: flex; justify-content: space-between; align-items: center; padding-right: 20px; padding-left: 20px;}
.visual_wrap2 ul li {width: 100%; text-align: center;}
/* .visual_wrap2 ul li h4 { font-size: 24px; font-weight: 700; background: rgba(6, 15, 32, 0.4); color: #ffffff;  text-align: center; padding: 15px 20px; display: block; margin: auto; width: 260px; border-bottom: 5px solid #b6b6b6;} */
.visual_wrap2 ul li h4 { font-size: 30px; font-weight: 900;  color: #ffffff;  text-align: center; padding: 15px 20px; display: block; margin: auto; width: 340px;}
.visual_wrap2 ul li h3 {font-size: 44px; border-bottom: 0px solid #3b3b3b; font-weight: 700; color: #fccc24; margin-bottom: 10px; margin-top: 30px; display: inline-block;}
.visual_wrap2 ul li h5 {font-size: 16px; border-bottom: 0px solid #3b3b3b; font-weight: 700; color: #ffffff; margin-bottom: 50px; margin-top: 0px; display: block;}
.visual_wrap2 ul li span {font-size: 16px; font-weight: 800; color: #d8c985; }
.visual_wrap2 img {margin-right: 100px;}


.about_visual {background-image: url('/images/main_bg2.png'); background-size: cover; background-position: center;  position: relative;}
.about_visual {position: relative;}
.about_visual_wrap {max-width: var(--site_width); width: 100%; height: 400px; margin: auto; display: flex; justify-content: center; align-items: center;  }
.about_visual_wrap ul {width: 100%; height: 100%; display: flex; justify-content: space-between; align-items: center; padding-right: 20px; padding-left: 20px;}
.about_visual_wrap ul li h5 {font-size: 18px; font-weight: 900; color: #b9b8b8; margin-bottom: 0px;}
.about_visual_wrap ul li h4 {font-size: 40px; font-weight: 700; color: #ffffff; margin-bottom: 30px;}
.about_visual_wrap ul li h3 {font-size: 20px; font-weight: 700; color: #ffffff; margin-bottom: 0px;}
.about_visual_wrap ul li span {font-size: 16px;  font-weight: 800; color: #d8c985; }
.about_visual_wrap img {margin-right: 100px;}

.history_visual {background-image: url('/images/main_bg6.png'); background-size: cover; background-position: center;  position: relative;}
.history_visual {position: relative;}
.history_visual_wrap {max-width: var(--site_width); width: 100%; height: 400px; margin: auto; display: flex; justify-content: center; align-items: center;  }
.history_visual_wrap ul {width: 100%; height: 100%; display: flex; justify-content: space-between; align-items: center; padding-right: 20px; padding-left: 20px;}
.history_visual_wrap ul li h5 {font-size: 18px; font-weight: 900; color: #b9b8b8; margin-bottom: 0px;}
.history_visual_wrap ul li h4 {font-size: 40px; font-weight: 700; color: #ffffff; margin-bottom: 30px;}
.history_visual_wrap ul li h3 {font-size: 20px; font-weight: 700; color: #ffffff; margin-bottom: 0px;}
.history_visual_wrap ul li span {font-size: 16px;  font-weight: 800; color: #d8c985; }
.history_visual_wrap img {margin-right: 100px;}


.event_visual {background-image: url('/images/main_bg2.png'); background-size: cover; background-position: center;  position: relative;}
.event_visual {position: relative;}
.event_visual_wrap {max-width: var(--site_width); width: 100%; height: 400px; margin: auto; display: flex; justify-content: center; align-items: center;  }
.event_visual_wrap ul {width: 100%; height: 100%; display: flex; justify-content: space-between; align-items: center; padding-right: 20px; padding-left: 20px;}
.event_visual_wrap ul li h5 {font-size: 18px; font-weight: 900; color: #b9b8b8; margin-bottom: 0px;}
.event_visual_wrap ul li h4 {font-size: 40px; font-weight: 700; color: #ffffff; margin-bottom: 30px;}
.event_visual_wrap ul li h3 {font-size: 20px; font-weight: 700; color: #ffffff; margin-bottom: 0px;}
.event_visual_wrap ul li span {font-size: 16px;  font-weight: 800; color: #d8c985; }
.event_visual_wrap img {margin-right: 100px;}

.event {width: 100%; margin: auto; padding-top: 100px; padding-bottom: 100px;}


.event_wrap {max-width: var(--site_width); margin: auto;}
.event_wrap > h3{font-size: 36px; font-weight: 700; color: var(--color_primary); margin-bottom: 10px; text-align: center;}
.event_wrap .event_desc{font-size: 16px;  font-weight: 400; color: var(--color_primary); text-align: center; margin-bottom: 50px; display: block;} 
.event_wrap table {width: 80%; border-collapse: collapse; text-align: center; margin: auto;}
.event_wrap table th, .event_wrap table td {border: 0px solid #ddd; padding: 12px;}
.event_wrap table th {background-color: var(--color_primary); color: #fff; font-weight: 600;}
.event_wrap table td {font-size: 16px; color: var(--color_second);}
.event_wrap table tr:nth-child(even) {background-color: #f9f9f9;}
.event_wrap table tr:hover {background-color: #f1f1f1;}   
.event_wrap table tr { border-bottom: 1px solid #eeeeee; height: 70px;}

.greetings {width: 100%; margin: auto;}
.greetings_wrap {max-width: var(--site_width); margin: auto; padding: 100px 0; display: flex; gap: 50px; justify-content: center; align-items: center; }
.greetings ul {width: 100%; height: 100%; display: flex; justify-content: space-between; align-items: center; padding-right: 20px; padding-left: 20px; gap:150px;}
.greetings ul li h5 {font-size: 15px; font-weight: 900; color: var(--color_primary); margin-bottom: 0px;}
.greetings ul li h4 {font-size: 40px; font-weight: 700; color: var(--color_primary); margin-bottom: 50px; border-bottom: 1px solid rgb(192, 190, 190);  padding-bottom: 10px; display: inline-block;}
.greetings ul li h3 {font-size: 20px; font-weight: 700; color: var(--color_primary); margin-bottom: 0px;}
.greetings ul li span {font-size: 18px;  font-weight: 500; color: var(--color_primary); line-height: 1.7; display: inline-block;}

.introduce {width: 100%; margin: auto; background: #ebebeb;}
.introduce_wrap {max-width: var(--site_width); margin: auto; padding: 100px 0; display: flex; gap: 50px; justify-content: center; align-items: center; }
.introduce ul {width: 100%; height: 100%; display: flex; justify-content: space-between; align-items: center; padding-right: 20px; padding-left: 20px; gap:100px;}
.introduce ul li h5 {font-size: 15px; font-weight: 900; color: var(--color_primary); margin-bottom: 0px;}
.introduce ul li h4 {font-size: 40px; font-weight: 700; color: var(--color_primary); margin-bottom: 50px; border-bottom: 1px solid rgb(192, 190, 190);  padding-bottom: 10px; display: inline-block;}
.introduce ul li h3 {font-size: 20px; font-weight: 700; color: var(--color_primary); margin-bottom: 0px;}
.introduce ul li span {font-size: 18px;  font-weight: 500; color: var(--color_primary); line-height: 1.7; display: inline-block;}

/* 이순신 메인 비주얼 이미지 커졌다 작아졌다 애니메이션 */
.main-visual-zoom {animation: mainVisualZoom 30s infinite cubic-bezier(0.4,0,0.2,1);transform-origin: 50% 50%;overflow: hidden;}
.header::-webkit-scrollbar {display:none;}
.main-visual-zoom::-webkit-scrollbar {display:none;}
/* @keyframes mainVisualZoom {0% { transform: scale(1); }50% { transform: scale(1.48); }100% { transform: scale(1); }} */
/* .visual {background-image: url('/images/wave.png'); background-size: cover; background-position: center; } */
.wise_saying {width: 100%; margin: auto; height: 80px; background:var(--color_primary); position: absolute;}
.wise_saying_wrap {max-width: var(--site_width);margin: 0 auto;display: flex;justify-content: flex-start;align-items: center;height: 50px;  padding: 20px;border-radius: 8px;}
.wise_saying_wrap span {font-size: 14px; font-weight: 500; color: #fff; }
.say_text {position: absolute; margin: auto; bottom: 0%; left: 0px; color: #fff; width: 100%;}
.say_text ul {display: flex; flex-direction: column; gap: 10px;}
.wise-saying-swiper {max-width: var(--site_width); margin: auto;}
.say_text2 {position: absolute;  top: 10%; left: 100px; color: #fff; z-index: 10;}
.family {width: 100%; margin: auto; padding-top: 100px; padding-bottom: 100px;}
.family_wrap {max-width: var(--site_width); margin: auto;}
.family_wrap ul {display: flex; gap: 0px; justify-content: space-between; align-items: center;}
.family_wrap ul h4{font-size: 20px; font-weight: 700; color: #333; margin-bottom: 10px; margin-top: 30px;}
.family_wrap ul p{font-size: 16px; font-weight: 400; color: #4d4d4d; margin-bottom: 40px;}
.family_wrap ul span{font-size: 16px; font-weight: 400; color: #fff; background: var(--color_primary); padding: 6px 20px; border-radius: 10px; cursor: pointer;}
.family_wrap .notice_list {display: flex; flex-direction: column; gap: 10px; }
.family_wrap ul > li { flex: 1; min-width: 0; box-sizing: border-box; text-align: center; }
.family_wrap ul > li:nth-of-type(2){border-left: 1px solid #ccc; border-right: 1px solid #ccc;}
.board {width: 100%; margin: auto; padding: 100px 0; background: #f1f0f0;}
.board_wrap {max-width: var(--site_width); margin: auto;}
.board_wrap > ul {display: flex; gap: 30px; justify-content: space-between; align-items: center;}
.notice-section { display: flex; }
.board_wrap > ul > li { flex: 1; min-width: 0; box-sizing: border-box; border: 0px solid #dfdddd; padding: 20px;}
.board_wrap h4 {font-size: 30px; font-weight: 700; color: #333; margin-bottom: 40px; text-align: center;}
.board_wrap h5 {font-size: 18px; font-weight: 400; color: #333; margin-bottom: 0px; text-align: center;}
.board_wrap .notice_list:nth-of-type(1) {display: flex; justify-content: space-between; padding: 20px; border-top: 1px solid #d4d1d1;  }
.board_wrap .notice_list:not(:nth-of-type(1)) {display: flex; justify-content: space-between; padding: 20px; border-bottom: 1px solid #d4d1d1;  }
.gallery {width: 100%; margin: auto; padding: 100px 0; background: #f1f0f0;}
.gallery_wrap {max-width: var(--site_width); margin: auto;}
.gallery_wrap > ul {display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap;}
.banner {width: 100%; margin: auto; padding: 0px 0; background: var(--color_primary)}
.banner {background-image: url("/images/wave.png"); width: 100%;  background-repeat: no-repeat; background-position: center; background-size: cover;  }
.banner_wrap {max-width: var(--site_width); margin: auto; padding: 40px;}
.banner_wrap h3 {font-size: 24px; font-weight: 700; color: #fff; margin-bottom: 10px; padding-top: 0px; text-align: center;}
.banner_wrap span {font-size: 16px; font-weight: 400; color: #fff; text-align: center; display: block; margin-top: 0px;}
.gallery_wrap h4 {font-size: 36px; font-weight: 700; color: #333; margin-bottom: 10px; text-align: center;}
.gallery_wrap span {font-size: 16px; font-weight: 400; color: #333; text-align: center; display: block; margin-bottom: 50px;}
.gallery_img {border: 1px solid #ddd; padding: 5px; border-radius: 4px;}
.gallery_title {font-size: 18px; font-weight: 600; color: #333; margin-bottom: 10px; text-align: center;}
.gallery_date {font-size: 15px; font-weight: 400; color: #999; margin-top: 10px; text-align: right; padding-right: 20px;}
.location {width: 100%; margin: auto; padding: 100px 0; background: #ffffff; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd ;}
.location_wrap {max-width: var(--site_width); margin: auto;}
.location_wrap > ul {display: flex; gap: 30px; justify-content: space-between; align-items: center;}
.location_wrap h4 {font-size: 30px; font-weight: 700; color: #333; margin-bottom: 40px; text-align: center;}
#daumRoughmapContainer1762411149133 {width:100%;height:400px;}
.footer {width: 100%; margin: auto; padding: 50px 0; background: var(--color_primary); border-top: 1px solid #ddd; border-bottom: 1px solid #ddd ;}
.footer {background-image: url("/images/foot_bg.png"); width: 100%; background-repeat: no-repeat; background-position: center; background-size: contain; }
.footer_wrap {max-width: var(--site_width); margin: auto;}
.footer_wrap ul {display: flex; gap: 10px; flex-direction: column; align-items: center; justify-content: flex-start;}
.footer_wrap span {font-size: 16px; font-weight: 400; color: #9e9d9d; }
.footer_wrap h3 {font-size: 20px; font-weight: 600; color: #9e9d9d; margin-bottom: 30px; border-top: 1px solid #fff; padding: 10px; border-bottom: 1px solid #fff;}
.footer_wrap h4 {font-size: 16px; font-weight: 400; color: #9e9d9d; }
.email-modal { display: none; background: #fff; color:#333; width: 380px; z-index: 1000; border-radius: 15px; overflow: auto; position: fixed; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.email-top { display: flex; background: var(--color_primary); padding: 20px; justify-content: space-between; border-top-left-radius: 15px; border-top-right-radius: 15px; }
.email-title { width: 100%; font-size: 18px; font-weight: 600; color: #fff; }
.email-content { padding: 20px 20px 50px 20px; font-size: 14px; line-height: 30px; height: 260px; overflow: auto; }
.email-close-btn { background-image: url("/images/close.png"); background-size: cover; background-repeat: no-repeat; background-position: center; height: 30px; width: 30px; cursor: pointer; }
.email-modal-bg { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #000; opacity: 0.6; z-index: 100; display: none; }
.privacy-modal { display: none; background: #fff; color:#333; width: 380px; z-index: 1000; border-radius: 15px; overflow: auto; position: fixed; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.privacy-top { display: flex; background: var(--color_primary); padding: 20px; justify-content: space-between; border-top-left-radius: 15px; border-top-right-radius: 15px; }
.privacy-title { width: 100%; font-size: 18px; font-weight: 600; color: #fff;}
.privacy-content { padding: 20px 20px 50px 20px; font-size: 14px; line-height: 30px; height: 260px; overflow: auto; }
.privacy-close-btn { background-image: url("/images/close.png"); background-size: cover; background-repeat: no-repeat; background-position: center; height: 30px; width: 30px; cursor: pointer; }
.privacy-modal-bg { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #000; opacity: 0.6; z-index: 100; display: none; }
.board_title {border-top: 2px solid #333; padding: 20px 0; margin-bottom: 20px; border-bottom: 1px solid #d4d3d3;}
.board_title h3{font-size: 24px; font-weight: 700; color: var(--color_primary); margin-left: 10px; margin-bottom: 10px; margin-top: 10px;}
.board_title span{font-size: 16px; font-weight: 400; color: var(--color_second); margin-left: 10px; }
.board_content {border-bottom: 1px solid #d4d3d3; padding-bottom: 50px; margin-bottom: 50px;}
.board_content span{line-height: 1.7; margin-left: 10px; margin-right: 10px;}
.list_view_box {width: 100%; border-collapse: collapse; text-align: right; margin-top: 20px;}
.list_view {background: var(--color_primary); color: #fff; padding: 10px 20px; border-radius: 5px; text-align: right; cursor: pointer; display: inline-block; margin-top: 20px;}
.main_menu {position: relative;}
.main_menu span{padding-bottom: 40px;}
.main_menu .sub_menu {display: none;}
.main_menu > a span {position: relative;z-index: 1;}
.main_menu > a span::after {content: '';position: absolute;left: 50%;bottom: 30px;width: 0;height: 2px;background: #0a0f1b;border-radius: 2px;transition: width 0.18s cubic-bezier(.4,0,.2,1), left 0.18s cubic-bezier(.4,0,.2,1);z-index: 0;}
.main_menu:hover > a span::after,
.main_menu > a:hover span::after {width: 100%;left: 0;}
.main_menu:hover > .sub_menu {display: block;}
.main_menu .sub_menu {position: absolute;left: 0;top: 64px;background: rgba(6, 15, 32, 0.8);border: 1px solid #eee;width: 200px;height: 100px;z-index: 100;padding-top: 10px;padding-bottom: 10px;border-bottom-right-radius: 50px;}
.main_menu2 .sub_menu {position: absolute;left: 0;top: 64px;background: rgba(6, 15, 32, 0.8);border: 1px solid #eee;width: 200px;height: 135px;z-index: 100;padding-top: 10px;padding-bottom: 10px;border-bottom-right-radius: 50px;}
.main_menu .sub_menu > li > a > span {display: inline-block;padding-top: 5px;padding-bottom: 10px;padding-left: 10px;font-size: 16px;margin-left: 10px;font-weight: 400;color: #ffffff;}
.main_menu .sub_menu > li:hover{background: #f0f4ff;border-bottom-right-radius: 50px;color: #060f20;}
.main_menu .sub_menu > li:hover > a > span{color: #060f20;}
.sub_menu li a:hover {background: #f0f4ff;color: #2a5edb;}
.gallery_wrap > ul {display: flex;justify-content: center;align-items: center;flex-wrap: wrap;}
.history {width: 100%; margin: auto; padding: 100px 0; background: #f1f0f0;}
.history_wrap {max-width: var(--site_width); margin: auto;}
.history_wrap > ul {display: flex; gap: 30px; justify-content: flex-start; align-items: flex-start;}
.history_wrap > ul > li > span {font-size: 18px; font-weight: 600; color: #333;}
.history_wrap .accordion-btn1 {width: 100%; padding: 20px; background: #ddd; border: none; text-align: left; font-size: 16px; font-weight: 600; color: #333; cursor: pointer; outline: none; margin-bottom: 0px; display: flex; justify-content: space-between; align-items: center;}
.history_wrap .accordion-btn2 {width: 100%; padding: 20px; background: #ddd; border: none; text-align: left; font-size: 16px; font-weight: 600; color: #333; cursor: pointer; outline: none; margin-bottom: 0px; display: flex; justify-content: space-between; align-items: center;}
.history_wrap .accordion-btn3 {width: 100%; padding: 20px; background: #ddd; border: none; text-align: left; font-size: 16px; font-weight: 600; color: #333; cursor: pointer; outline: none; margin-bottom: 0px; display: flex; justify-content: space-between; align-items: center;}
.history_wrap .accordion-btn.active {background: #bbb;}
.accordion-content1, .accordion-content2, .accordion-content3 {padding-top: 30px; padding-bottom: 30px;}
.accordion-btn1.active,
.accordion-btn2.active,
.accordion-btn3.active {color: #fff;background: #222 !important;}
.accordion-content1 h3{font-size: 17px; font-weight: 400; color: var(--color_primary); line-height: 1.7;}
.accordion-content2 h3{font-size: 17px; font-weight: 400; color: var(--color_primary); line-height: 1.7;}
.accordion-content3 h3{font-size: 17px; font-weight: 400; color: var(--color_primary); line-height: 1.7;}
.accordion-content1 {width: 100%;}
.year-history-table {width: 100%; border-collapse: collapse; margin-top: 20px;}
.year-history-table th, .year-history-table td {border: 1px solid #ddd; padding: 12px; text-align: center;}
.year-history-table th {background-color: var(--color_primary); color: #fff; font-weight: 600;}
.year-history-table th:nth-child(1) {width: 10%;}
.year-history-table th:nth-child(2) {width: 30%;}
.year-history-table th:nth-child(3) {width: 60%;}
.year-history-table td {font-size: 16px; color: var(--color_second);}       
.accordion-content3 h4 {font-size: 20px; font-weight: 600; color: #0d172e; margin-top: 20px; margin-bottom: 30px; border: 1px solid #ddd;  display: inline-block; padding: 20px; border-bottom: 2px solid #111111; padding-left: 20px;}
.accordion-content3 h3 {font-size: 17px; border-bottom: 1px solid #ddd; padding-top: 20px; padding-bottom: 20px;}
.sayings {width: 100%; margin: auto; padding: 100px 0; background: #f1f0f0;}
.sayings_wrap {max-width: var(--site_width); margin: auto;}
.sayings_wrap h3{font-size: 36px; font-weight: 700; color: var(--color_primary); margin-bottom: 10px; text-align: center;}
.sayings_wrap h4{font-size: 18px; font-weight: 400; color: var(--color_primary); margin-bottom: 10px; text-align: center;}
.sayings_wrap h5{font-size: 24px; font-weight: 700; color: var(--color_primary); margin-bottom: 10px; text-align: center;}
.sayings_txt {border: 1px solid #ddd; padding: 20px;margin-bottom: 50px; }
.sayings_wrap span{font-size: 16px;  font-weight: 400; color: var(--color_primary); text-align: center; display: block; margin-bottom: 50px;}
.sayings_wrap .sayings_txt span{font-size: 16px;  font-weight: 400; color: #333; text-align: center; display: block; margin-bottom: 0px; padding: 20px; background: #dadada; line-height: 1.8;}
.sayings_wrap > ul {display: flex; gap: 30px; justify-content: space-between; align-items: center;}
.history_wrap > h3{font-size: 36px; font-weight: 700; color: var(--color_primary); margin-bottom: 10px; text-align: center;}
.history_wrap > span{font-size: 16px;  font-weight: 400; color: var(--color_primary); text-align: center; display: block; margin-bottom: 50px;}
.sayings {background-image: url('/images/s_bg.jpg'); width: 100%; height: 100%;  background-repeat: no-repeat; background-position: center; background-size: cover;}
.banner-2026 {position: fixed;top: 120px;right: 32px;z-index: 9999;background: #dad9d9ff;border: 1px solid rgb(255, 255, 255);border-radius: 10px;vertical-align:middle;padding: 18px 18px;display: inline-flex;align-items: center;justify-content: center;animation: fadeInText 1.2s;}
.banner-2026-title {display: inline-block;color: #2d2d2d;font-size: 26px;font-family: 'Jeongmeokbawi', sans-serif;}
.CALENDAR-2026 {position: fixed;top: 200px;right: 32px;z-index: 9999;background: #dad9d9ff;border: 1px solid rgb(255, 255, 255);border-radius: 10px;vertical-align:middle;padding: 18px 18px;display: inline-flex;align-items: center;justify-content: center;animation: fadeInText 1.2s;}
.CALENDAR-2026-title {display: inline-block;color: #2d2d2d;font-size: 26px;font-family: 'Jeongmeokbawi', sans-serif;}


/* =========================
     모바일 반응형 
========================= */

@media (max-width: 1200px) {
    .header { height: 60px; }
    .header_wrap { max-width: 100vw; height: 60px; padding: 0 10px; }
    .header_wrap ul { gap: 20px; }
    .header_logo img { width: 200px; }
    .header_menu { display: none; }
    .hamburger { display: block !important; position: absolute; right: 20px; top: 15px; width: 36px; height: 36px; z-index: 1001; }
    .hamburger img { width: 100%; height: auto; }

    .visual_wrap, .visual_wrap2, .about_visual_wrap, .history_visual_wrap, .event_visual_wrap {
        flex-direction: column;
        height: auto;
        padding: 30px 0;
        min-height: 320px;
    }
    .visual_wrap ul, .visual_wrap2 ul, .about_visual_wrap ul, .history_visual_wrap ul, .event_visual_wrap ul {
        flex-direction: column;
        gap: 20px;
        padding: 0;
    }
    .visual_wrap ul li, .visual_wrap2 ul li, .about_visual_wrap ul li, .history_visual_wrap ul li, .event_visual_wrap ul li {
        width: 100%;
        text-align: center;
    }
    .main-visual-zoom { width: 90vw !important; max-width: 320px !important; }
    .family_wrap ul, .board_wrap > ul, .gallery_wrap > ul, .greetings ul, .introduce ul, .location_wrap > ul {
        flex-direction: column;
        gap: 20px;
        padding: 0;
    }
    .family_wrap ul > li:nth-of-type(2) { border-left: none; border-right: none; }
    .banner_wrap { padding: 10px; }
    .footer_wrap ul { gap: 4px; }
    .footer { padding: 20px 0; }
}

.banner-2026   {display: none; position: fixed;top: auto;right: 20px;bottom: 20px;z-index: 9999;background: #dad9d9ff;border: 1px solid rgb(255, 255, 255);border-radius: 10px;vertical-align: middle;padding: 18px 18px;display: inline-flex;align-items: center;justify-content: center;animation: fadeInText 1.2s; display: none;}
.CALENDAR-2026 {display: none; position: fixed;top: auto;right: 20px;bottom: 90px;z-index: 9999;background: #dad9d9ff;border: 1px solid rgb(255, 255, 255);border-radius: 10px;vertical-align: middle;padding: 18px 18px;display: inline-flex;align-items: center;justify-content: center;animation: fadeInText 1.2s; display: none;}
.banner-2026-title {font-size: 16px;}
.CALENDAR-2026-title {font-size: 16px;}

.visual {background-image: url('/images/wave_bg6.png'); background-size: cover; background-position: center;  position: relative;}
.visual {position: relative;}
.visual_wrap {max-width: var(--site_width); width: 100%; height: 550px; margin: auto; display: flex; justify-content: center; align-items: center;  }
.visual_wrap ul {width: 100%; height: 100%; display: flex; justify-content: space-between; align-items: center; padding-right: 20px; padding-left: 20px;}
.visual_wrap ul li h4 {font-size: 18px; font-weight: 700; color: #8f8f8f; margin-bottom: 30px;margin-top: 20px;}
.visual_wrap ul li h3 {font-size: 34px; font-weight: 700; color: #dbd8d8; margin-bottom: 30px; line-height: 1.4;}
.visual_wrap ul li span {font-size: 15px; font-weight: 800; color: #d8c985; }

@media (max-width: 900px) {
.main-visual-zoom {display: block;margin-left: auto;margin-right: auto;float: none !important;}
.board_wrap {max-width: 100% !important;width: 100% !important;padding-left: 0 !important;padding-right: 0 !important;}
#say_text {display: none;}
#hansan-poem {display: none !important;}
}

@media (max-width: 1200px) {
.yisoonshin {width: 360px !important; height: auto; text-align: center; margin: 0; padding: 0;}
.visual_wrap img {margin:auto; display: block; float: none !important;}
.family {padding-left: 20px; padding-right: 20px;}
.family_wrap ul {flex-direction: column; gap: 40px;}
.family_wrap ul li {border: 1px solid #525252; width: 100%; padding: 20px; padding-top: 40px; padding-bottom: 40px;}
.family_wrap ul > li:nth-of-type(2){border-left: 1px solid #525252; border-right: 1px solid #525252;}
.family_wrap ul span{font-size: 16px; font-weight: 400; color: #fff; background: var(--color_primary); padding: 20px 20px; border-radius: 10px; cursor: pointer;}
}




@media (max-width: 768px) {
.mobile_only {display: block;}
.visual_wrap {height: 680px;}

.board_wrap ul li h5 {text-align: left; padding: 10px 20px; }
.board_wrap .notice_list {flex-direction: column; justify-content: space-between; gap:0}
.board_wrap .notice_list{padding: 10px 0px; width: 100vw; margin: 0px;}
.board_wrap .notice_list li {margin: 10px;}
.board_wrap .notice_list span {text-align: right; display: block; margin-top: 0px;}

/* .board_wrap .notice_list:not(:nth-of-type(1)) {padding: 10px 0;} */

.board_wrap .notice_list:nth-of-type(1) {display: flex; justify-content: space-between; padding: 0px; border-top: 1px solid #d4d1d1;  }
.board_wrap .notice_list:not(:nth-of-type(1)) {display: flex; justify-content: space-between; padding: 20px; border-bottom: 1px solid #d4d1d1;  }



}