@charset "utf-8"; @import url('html5_reset.css'); @import url('layout.css'); @import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css"); :root { --thead-height: 150px; }
@media only screen and (max-width: 1023px){
 :root { --thead-height: 80px; }
}

/********** skip_nav **********/
.skip_nav { position: relative; z-index: 1000; display: block; overflow: hidden; height: 0; background:#000; text-align: center; }
.skip_nav:focus { overflow: auto; height: auto; padding: 5px 0; color:#fff; }

/********** 숨김 **********/
.hide { overflow: hidden; position: absolute; width: 1px; height: 1px; margin: -1px; clip: rect(0 0 0 0); }

/********** overflow-hidden **********/
.overflow-hidden { overflow: hidden; }

/********** color **********/
:root { --main: #49AF99; --sub: #3F3E4A; --dark-main: #35695E; --light-main: #A4D7CC; --light2-main: #EDF7F5; --light-sub: #DBD8FF; --yellow: #FCBE77; --blue: #5E7BAF; --light-blue: #DFE5EF; --green: #49AF99; --black: #3E414A; --pink: #FF628A; --gray-33: #333333; --gray-44: #444444; --gray-55: #555555; --gray-66: #666666; --gray-88: #888888; --gray-dd: #dddddd; --gray-cc: #cccccc; --gray-ea: #eaeaea; --gray-e5: #e5e5e5; --gray-e9: #e9e9e9; --gray-fa: #fafafa; --gray-f5: #f5f5f5; --gray-f7: #f7f7f7; --gray-f8: #f8f8f8; --gray-f9: #f9f9f9; --bd-color: #bcc7d1; --red: #fb0000; --orange: #FAAF3F; --bd-color: #e5e5e5; }

/* background color */
.bg-main { background-color: var(--main); color: #fff; }
.bg-sub { background-color: var(--sub); color: #fff; }
.bg-l-main { background-color: #f5f5f5; color: var(--dark-main); }
.bg-d-sub { background-color: var(--dark-sub); color: #fff; }
.bg-blue { background-color: var(--blue); color: #fff; }
.bg-l-blue { background-color: var(--light-blue); color: var(--blue); }
.bg-l-black { background-color: #E0E1E3; color: var(--black); }
.bg-yellow { background-color: var(--yellow); color: #fff; }
.bg-pink { background-color: var(--pink); color: #fff; }
.bg-green { background-color: var(--green); color: #fff; }
.bg-gray-33 { background-color: var(--gray-33); color: #fff; }
.bg-gray-44 { background-color: var(--gray-44); color: #fff; }
.bg-gray-55 { background-color: var(--gray-55); color: #fff; }
.bg-gray-66 { background-color: var(--gray-66); color: #fff; }
.bg-gray-dd { background-color: var(--gray-dd); color: #fff; }
.bg-gray-e5 { background-color: var(--gray-e5); color: #666; }
.bg-gray-e9 { background-color: var(--gray-e9); color: #666; }
.bg-gray-f5 { background-color: var(--gray-f5); color: var(--main); }
.bg-gray-f7 { background-color: var(--gray-f7); color: #666; }
.bg-gray-f8 { background-color: var(--gray-f8); }
.bg-gray-f9 { background-color: var(--gray-f9); }
.bg-gray-fa { background-color: var(--gray-fa); color: #666; }
.bg-white { background-color: #ffffff; color: #444; }

/* font color */
.fc-main { color: var(--main); }
.fc-sub { color: var(--sub); }
.fc-l-main { color: var(--light-main); }
.fc-l-sub { color: var(--light-sub); }
.fc-d-sub { color: var(--dark-sub); }
.fc-2d { color: var(--black); }
.fc-blue { color: var(--blue); }
.fc-yellow { color: var(--yellow); }
.fc-pink { color: var(--pink); }
.fc-gray-44 { color: var(--gray-44); }
.fc-gray-55 { color: var(--gray-55); }
.fc-gray-66 { color: var(--gray-66); }
.fc-gray-88 { color: var(--gray-88); }
.fc-gray-dd { color: var(--gray-dd); }
.fc-gray-cc { color: var(--gray-cc); }
.fc-gray-e5 { color: var(--gray-e5); }
.fc-gray-e9 { color: var(--gray-e9); }
.fc-gray-f5 { color: var(--gray-f5); }
.fc-gray-f9 { color: var(--gray-f9); }
.fc-red { color: var(--red); }
.fc-green { color: var(--green); }
.fc-orange { color: var(--orange); }

/* bd color */
/* border color */
.bd-main { border: 1px solid var(--main); }
.bd-sub { border: 1px solid var(--sub); color: var(--sub); }
.bd-l-main { border: 1px solid var(--light-main); }
.bd-d-sub { border: 1px solid var(--dark-sub); }
.bd-blue { border: 1px solid var(--blue); }
.bd-yellow { border: 1px solid var(--yellow); }
.bd-pink { border: 1px solid var(--pink); }
.bd-gray-33 { border: 1px solid var(--gray-33); }
.bd-gray-44 { border: 1px solid var(--gray-44); }
.bd-gray-55 { border: 1px solid var(--gray-55); }
.bd-gray-66 { border: 1px solid var(--gray-66); }
.bd-gray-dd { border: 1px solid var(--gray-dd); }
.bd-gray-cc { border: 1px solid var(--gray-cc); }
.bd-gray-e5 { border: 1px solid var(--gray-e5); }
.bd-gray-e9 { border: 1px solid var(--gray-e9); }
.bd-gray-f5 { border: 1px solid var(--gray-f5); }
.bd-gray-f9 { border: 1px solid var(--gray-f9); }

/* 스크롤 애니메이션 */
.trans-text { overflow: hidden; }
.trans-text [data-aos=fade-up] { display: block; -webkit-transform: translate3d(0, 104%, 0); transform: translate3d(0, 104%, 0); }
.trans-img { overflow: hidden; }
.trans-img img[data-aos=fade-right] { -webkit-transform: translate3d(-101%, 0, 0); transform: translate3d(-101%, 0, 0); }

/********** sns-list **********/
.sns-icn { display: block; background-repeat: no-repeat; background-position: center; background-size: contain; }
.sns-icn.insta { background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 17'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; stroke-width: 0px; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M8.5,1.53c2.27,0,2.54,0,3.43.05.83.04,1.28.18,1.58.29.4.15.68.34.98.64.3.3.48.58.64.98.12.3.25.75.29,1.58.04.9.05,1.16.05,3.43s0,2.54-.05,3.43c-.04.83-.18,1.28-.29,1.58-.15.4-.34.68-.64.98-.3.3-.58.48-.98.64-.3.12-.75.25-1.58.29-.9.04-1.16.05-3.43.05s-2.54,0-3.43-.05c-.83-.04-1.28-.18-1.58-.29-.4-.15-.68-.34-.98-.64-.3-.3-.48-.58-.64-.98-.12-.3-.25-.75-.29-1.58-.04-.9-.05-1.16-.05-3.43s0-2.54.05-3.43c.04-.83.18-1.28.29-1.58.15-.4.34-.68.64-.98s.58-.48.98-.64c.3-.12.75-.25,1.58-.29.9-.04,1.16-.05,3.43-.05ZM8.5,0C6.19,0,5.9.01,4.99.05c-.9.04-1.52.19-2.06.39-.56.22-1.03.51-1.51.98-.47.47-.76.95-.98,1.51-.21.54-.35,1.16-.39,2.06-.04.91-.05,1.19-.05,3.5s.01,2.6.05,3.5c.04.9.19,1.52.39,2.06.22.56.51,1.03.98,1.51.47.47.95.76,1.51.98.54.21,1.16.35,2.06.39.91.04,1.19.05,3.5.05s2.6-.01,3.5-.05c.9-.04,1.52-.19,2.06-.39.56-.22,1.03-.51,1.51-.98.47-.47.76-.95.98-1.51.21-.54.35-1.16.39-2.06.04-.91.05-1.19.05-3.5s-.01-2.6-.05-3.5c-.04-.9-.19-1.52-.39-2.06-.22-.56-.51-1.03-.98-1.51-.47-.47-.95-.76-1.51-.98-.54-.21-1.16-.35-2.06-.39-.91-.04-1.19-.05-3.5-.05h0Z'/%3E%3Cpath class='cls-1' d='M8.49,4.14c-2.41,0-4.36,1.95-4.36,4.36s1.95,4.36,4.36,4.36,4.36-1.95,4.36-4.36-1.95-4.36-4.36-4.36ZM8.49,11.33c-1.56,0-2.83-1.27-2.83-2.83s1.27-2.83,2.83-2.83,2.83,1.27,2.83,2.83-1.27,2.83-2.83,2.83Z'/%3E%3Cpath class='cls-1' d='M13.03,4.98c.56,0,1.02-.46,1.02-1.02s-.46-1.02-1.02-1.02-1.02.46-1.02,1.02.46,1.02,1.02,1.02Z'/%3E%3C/svg%3E"); }
.sns-icn.face { background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 20'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; stroke-width: 0px; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M3.16,20h3.33v-8.82h3.09l.32-3.33s.07-.16-.27-.16h-3.14v-2.51s-.14-1.9,1.67-1.9h1.84V.35S9.21-.02,7.29,0C7.29,0,5.59-.02,4.27,1.3c0,0-1.11,1.04-1.11,2.23v4.16H0v3.49h3.16v8.82Z'/%3E%3C/svg%3E"); }
.sns-icn.naver { background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 19'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; fill-rule: evenodd; stroke-width: 0px; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M17.67,7.46c-.55,0-1,.45-1,1.02s.45,1.02,1,1.02,1-.46,1-1.02c0-.56-.45-1.02-1-1.02Z'/%3E%3Cpath class='cls-1' d='M12.33,7.46c-.55,0-1,.45-1,1.02s.45,1.02,1,1.02,1-.46,1-1.02-.45-1.02-1-1.02Z'/%3E%3Cpath class='cls-1' d='M4.67,7.46c-.37,0-.67.45-.67,1.02s.3,1.02.67,1.02.67-.46.67-1.02c0-.56-.3-1.02-.67-1.02Z'/%3E%3Cpath class='cls-1' d='M22,12.1V3.59c0-1.98-1.56-3.59-3.47-3.59H3.47C1.56,0,0,1.61,0,3.59v8.51c0,1.98,1.55,3.59,3.47,3.59h5.21l1.75,2.92s.02.04.06.09c.1.18.3.31.52.31s.41-.12.52-.3c.05-.05.06-.09.06-.09l1.74-2.92h5.21c1.92,0,3.47-1.61,3.47-3.59ZM4.92,10.48c-.81,0-1.12-.6-1.12-.6v.46h-1.36v-5.86h1.34v2.23c.54-.55,1.14-.55,1.14-.55,1.82,0,1.89,2.14,1.89,2.14,0,2.11-1.89,2.19-1.89,2.19h0ZM9.11,10.23h-1.3v-3.34c0-1.15-.62-1.12-.62-1.12v-1.3c1.97,0,1.91,2.12,1.92,2.12v3.64h0ZM14.56,8.34c0,2.15-2.21,2.16-2.21,2.16-2.23,0-2.16-2.16-2.16-2.16,0-2.19,2.16-2.19,2.16-2.19,2.28,0,2.21,2.19,2.21,2.19ZM19.58,10.26c0,2.22-1.92,2.2-1.92,2.2h-.51v-1.25h.32c.93,0,.84-1.03.84-1.03v-.33c-.41.57-1.15.54-1.15.54-1.83,0-1.81-2.09-1.81-2.09,0-2.25,1.86-2.16,1.86-2.16.73,0,1.1.54,1.1.54v-.4h1.28v3.98Z'/%3E%3C/svg%3E"); }
.sns-icn.youtube { background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 163.28 114.3'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; stroke-width: 0px; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M159.86,17.85c-1.88-7.03-7.41-12.55-14.44-14.44-12.73-3.41-63.79-3.41-63.79-3.41,0,0-51.06,0-63.79,3.41-7.03,1.88-12.55,7.41-14.44,14.44C0,30.58,0,57.15,0,57.15c0,0,0,26.57,3.41,39.3,1.88,7.03,7.41,12.55,14.44,14.44,12.73,3.41,63.79,3.41,63.79,3.41,0,0,51.06,0,63.79-3.41,7.03-1.88,12.55-7.41,14.44-14.44,3.41-12.73,3.41-39.3,3.41-39.3,0,0-.01-26.57-3.41-39.3ZM65.3,81.64v-48.98l42.42,24.49-42.42,24.49Z'/%3E%3C/svg%3E"); }
.sns-icn.kakao { background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 101.63 93.79'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; stroke-width: 0px; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M50.82,0C22.75,0,0,17.94,0,40.07c0,14.31,9.51,26.86,23.82,33.95-.78,2.68-5,17.27-5.17,18.42,0,0-.1.86.46,1.19.56.33,1.21.07,1.21.07,1.6-.22,18.54-12.12,21.47-14.19,2.93.41,5.95.63,9.03.63,28.07,0,50.82-17.94,50.82-40.07S78.88,0,50.82,0ZM25.65,51.25c0,1.54-1.31,2.8-2.93,2.8s-2.93-1.26-2.93-2.8v-17.42h-4.57c-1.59,0-2.88-1.29-2.88-2.87s1.29-2.87,2.88-2.87h15.01c1.59,0,2.88,1.29,2.88,2.87s-1.29,2.87-2.88,2.87h-4.57v17.42ZM50.29,53.61c-.59.27-1.22.4-1.86.4h0c-1.22,0-2.16-.5-2.44-1.29l-1.45-3.8h-8.94s-1.45,3.8-1.45,3.8c-.28.8-1.22,1.29-2.44,1.29-.64,0-1.28-.14-1.86-.4-.81-.37-1.59-1.4-.69-4.16l7.01-18.46c.49-1.4,1.99-2.85,3.9-2.89,1.91.04,3.42,1.49,3.91,2.9l7.01,18.45c.89,2.77.12,3.8-.69,4.17ZM65.11,53.63h-9.41c-1.55,0-2.81-1.21-2.81-2.69v-19.91c0-1.62,1.34-2.93,2.99-2.93s2.99,1.31,2.99,2.93v17.22h6.23c1.55,0,2.81,1.21,2.81,2.69s-1.26,2.69-2.81,2.69ZM88.06,51.42c-.11.77-.52,1.47-1.14,1.93-.51.39-1.13.59-1.76.59-.92,0-1.79-.43-2.34-1.17l-6.88-9.11-1.02,1.02v6.4c0,1.62-1.31,2.93-2.93,2.93-1.62,0-2.93-1.31-2.93-2.93v-20.06c0-1.62,1.31-2.93,2.93-2.93s2.93,1.31,2.93,2.93v6.3l8.18-8.18c.42-.42,1-.65,1.63-.65.73,0,1.47.32,2.02.87.51.51.82,1.17.86,1.86.04.69-.19,1.33-.65,1.78l-6.68,6.68,7.22,9.56c.47.62.67,1.4.56,2.17Z'/%3E%3Cpolygon class='cls-1' points='37.14 43.73 43 43.73 40.07 35.41 37.14 43.73'/%3E%3C/svg%3E"); }
.sns-icn.twt { background-size: 15px 15px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='128mm' height='115.7001mm' viewBox='0 0 128 115.7001'%3E%3Cpath d='M100.808 0h19.627l-42.88 49.01L128 115.7H88.502L57.565 75.253 22.167 115.7H2.527L48.393 63.28 0 0h40.501l27.964 36.97Zm-6.89 103.952h10.877L34.592 11.131H22.92Z' style='fill:%23fff; fill-opacity:1; stroke-width:5.93331'/%3E%3C/svg%3E"); }

.sns-icn.gray.insta { background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 17'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23555; stroke-width: 0px; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M8.5,1.53c2.27,0,2.54,0,3.43.05.83.04,1.28.18,1.58.29.4.15.68.34.98.64.3.3.48.58.64.98.12.3.25.75.29,1.58.04.9.05,1.16.05,3.43s0,2.54-.05,3.43c-.04.83-.18,1.28-.29,1.58-.15.4-.34.68-.64.98-.3.3-.58.48-.98.64-.3.12-.75.25-1.58.29-.9.04-1.16.05-3.43.05s-2.54,0-3.43-.05c-.83-.04-1.28-.18-1.58-.29-.4-.15-.68-.34-.98-.64-.3-.3-.48-.58-.64-.98-.12-.3-.25-.75-.29-1.58-.04-.9-.05-1.16-.05-3.43s0-2.54.05-3.43c.04-.83.18-1.28.29-1.58.15-.4.34-.68.64-.98s.58-.48.98-.64c.3-.12.75-.25,1.58-.29.9-.04,1.16-.05,3.43-.05ZM8.5,0C6.19,0,5.9.01,4.99.05c-.9.04-1.52.19-2.06.39-.56.22-1.03.51-1.51.98-.47.47-.76.95-.98,1.51-.21.54-.35,1.16-.39,2.06-.04.91-.05,1.19-.05,3.5s.01,2.6.05,3.5c.04.9.19,1.52.39,2.06.22.56.51,1.03.98,1.51.47.47.95.76,1.51.98.54.21,1.16.35,2.06.39.91.04,1.19.05,3.5.05s2.6-.01,3.5-.05c.9-.04,1.52-.19,2.06-.39.56-.22,1.03-.51,1.51-.98.47-.47.76-.95.98-1.51.21-.54.35-1.16.39-2.06.04-.91.05-1.19.05-3.5s-.01-2.6-.05-3.5c-.04-.9-.19-1.52-.39-2.06-.22-.56-.51-1.03-.98-1.51-.47-.47-.95-.76-1.51-.98-.54-.21-1.16-.35-2.06-.39-.91-.04-1.19-.05-3.5-.05h0Z'/%3E%3Cpath class='cls-1' d='M8.49,4.14c-2.41,0-4.36,1.95-4.36,4.36s1.95,4.36,4.36,4.36,4.36-1.95,4.36-4.36-1.95-4.36-4.36-4.36ZM8.49,11.33c-1.56,0-2.83-1.27-2.83-2.83s1.27-2.83,2.83-2.83,2.83,1.27,2.83,2.83-1.27,2.83-2.83,2.83Z'/%3E%3Cpath class='cls-1' d='M13.03,4.98c.56,0,1.02-.46,1.02-1.02s-.46-1.02-1.02-1.02-1.02.46-1.02,1.02.46,1.02,1.02,1.02Z'/%3E%3C/svg%3E"); }
.sns-icn.gray.face { background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 20'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23555; stroke-width: 0px; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M3.16,20h3.33v-8.82h3.09l.32-3.33s.07-.16-.27-.16h-3.14v-2.51s-.14-1.9,1.67-1.9h1.84V.35S9.21-.02,7.29,0C7.29,0,5.59-.02,4.27,1.3c0,0-1.11,1.04-1.11,2.23v4.16H0v3.49h3.16v8.82Z'/%3E%3C/svg%3E"); }
.sns-icn.gray.naver { background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 19'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23555; fill-rule: evenodd; stroke-width: 0px; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M17.67,7.46c-.55,0-1,.45-1,1.02s.45,1.02,1,1.02,1-.46,1-1.02c0-.56-.45-1.02-1-1.02Z'/%3E%3Cpath class='cls-1' d='M12.33,7.46c-.55,0-1,.45-1,1.02s.45,1.02,1,1.02,1-.46,1-1.02-.45-1.02-1-1.02Z'/%3E%3Cpath class='cls-1' d='M4.67,7.46c-.37,0-.67.45-.67,1.02s.3,1.02.67,1.02.67-.46.67-1.02c0-.56-.3-1.02-.67-1.02Z'/%3E%3Cpath class='cls-1' d='M22,12.1V3.59c0-1.98-1.56-3.59-3.47-3.59H3.47C1.56,0,0,1.61,0,3.59v8.51c0,1.98,1.55,3.59,3.47,3.59h5.21l1.75,2.92s.02.04.06.09c.1.18.3.31.52.31s.41-.12.52-.3c.05-.05.06-.09.06-.09l1.74-2.92h5.21c1.92,0,3.47-1.61,3.47-3.59ZM4.92,10.48c-.81,0-1.12-.6-1.12-.6v.46h-1.36v-5.86h1.34v2.23c.54-.55,1.14-.55,1.14-.55,1.82,0,1.89,2.14,1.89,2.14,0,2.11-1.89,2.19-1.89,2.19h0ZM9.11,10.23h-1.3v-3.34c0-1.15-.62-1.12-.62-1.12v-1.3c1.97,0,1.91,2.12,1.92,2.12v3.64h0ZM14.56,8.34c0,2.15-2.21,2.16-2.21,2.16-2.23,0-2.16-2.16-2.16-2.16,0-2.19,2.16-2.19,2.16-2.19,2.28,0,2.21,2.19,2.21,2.19ZM19.58,10.26c0,2.22-1.92,2.2-1.92,2.2h-.51v-1.25h.32c.93,0,.84-1.03.84-1.03v-.33c-.41.57-1.15.54-1.15.54-1.83,0-1.81-2.09-1.81-2.09,0-2.25,1.86-2.16,1.86-2.16.73,0,1.1.54,1.1.54v-.4h1.28v3.98Z'/%3E%3C/svg%3E"); }
.sns-icn.gray.youtube { background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 163.28 114.3'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23555; stroke-width: 0px; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M159.86,17.85c-1.88-7.03-7.41-12.55-14.44-14.44-12.73-3.41-63.79-3.41-63.79-3.41,0,0-51.06,0-63.79,3.41-7.03,1.88-12.55,7.41-14.44,14.44C0,30.58,0,57.15,0,57.15c0,0,0,26.57,3.41,39.3,1.88,7.03,7.41,12.55,14.44,14.44,12.73,3.41,63.79,3.41,63.79,3.41,0,0,51.06,0,63.79-3.41,7.03-1.88,12.55-7.41,14.44-14.44,3.41-12.73,3.41-39.3,3.41-39.3,0,0-.01-26.57-3.41-39.3ZM65.3,81.64v-48.98l42.42,24.49-42.42,24.49Z'/%3E%3C/svg%3E"); }
.sns-icn.gray.kakao { background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 101.63 93.79'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23555; stroke-width: 0px; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M50.82,0C22.75,0,0,17.94,0,40.07c0,14.31,9.51,26.86,23.82,33.95-.78,2.68-5,17.27-5.17,18.42,0,0-.1.86.46,1.19.56.33,1.21.07,1.21.07,1.6-.22,18.54-12.12,21.47-14.19,2.93.41,5.95.63,9.03.63,28.07,0,50.82-17.94,50.82-40.07S78.88,0,50.82,0ZM25.65,51.25c0,1.54-1.31,2.8-2.93,2.8s-2.93-1.26-2.93-2.8v-17.42h-4.57c-1.59,0-2.88-1.29-2.88-2.87s1.29-2.87,2.88-2.87h15.01c1.59,0,2.88,1.29,2.88,2.87s-1.29,2.87-2.88,2.87h-4.57v17.42ZM50.29,53.61c-.59.27-1.22.4-1.86.4h0c-1.22,0-2.16-.5-2.44-1.29l-1.45-3.8h-8.94s-1.45,3.8-1.45,3.8c-.28.8-1.22,1.29-2.44,1.29-.64,0-1.28-.14-1.86-.4-.81-.37-1.59-1.4-.69-4.16l7.01-18.46c.49-1.4,1.99-2.85,3.9-2.89,1.91.04,3.42,1.49,3.91,2.9l7.01,18.45c.89,2.77.12,3.8-.69,4.17ZM65.11,53.63h-9.41c-1.55,0-2.81-1.21-2.81-2.69v-19.91c0-1.62,1.34-2.93,2.99-2.93s2.99,1.31,2.99,2.93v17.22h6.23c1.55,0,2.81,1.21,2.81,2.69s-1.26,2.69-2.81,2.69ZM88.06,51.42c-.11.77-.52,1.47-1.14,1.93-.51.39-1.13.59-1.76.59-.92,0-1.79-.43-2.34-1.17l-6.88-9.11-1.02,1.02v6.4c0,1.62-1.31,2.93-2.93,2.93-1.62,0-2.93-1.31-2.93-2.93v-20.06c0-1.62,1.31-2.93,2.93-2.93s2.93,1.31,2.93,2.93v6.3l8.18-8.18c.42-.42,1-.65,1.63-.65.73,0,1.47.32,2.02.87.51.51.82,1.17.86,1.86.04.69-.19,1.33-.65,1.78l-6.68,6.68,7.22,9.56c.47.62.67,1.4.56,2.17Z'/%3E%3Cpolygon class='cls-1' points='37.14 43.73 43 43.73 40.07 35.41 37.14 43.73'/%3E%3C/svg%3E"); }
.sns-icn.gray.twt { background-size: 15px 15px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='128mm' height='115.7001mm' viewBox='0 0 128 115.7001'%3E%3Cpath d='M100.808 0h19.627l-42.88 49.01L128 115.7H88.502L57.565 75.253 22.167 115.7H2.527L48.393 63.28 0 0h40.501l27.964 36.97Zm-6.89 103.952h10.877L34.592 11.131H22.92Z' style='fill:%23555; fill-opacity:1; stroke-width:5.93331'/%3E%3C/svg%3E"); }

.sns-icn.black.insta { background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 17'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23222; stroke-width: 0px; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M8.5,1.53c2.27,0,2.54,0,3.43.05.83.04,1.28.18,1.58.29.4.15.68.34.98.64.3.3.48.58.64.98.12.3.25.75.29,1.58.04.9.05,1.16.05,3.43s0,2.54-.05,3.43c-.04.83-.18,1.28-.29,1.58-.15.4-.34.68-.64.98-.3.3-.58.48-.98.64-.3.12-.75.25-1.58.29-.9.04-1.16.05-3.43.05s-2.54,0-3.43-.05c-.83-.04-1.28-.18-1.58-.29-.4-.15-.68-.34-.98-.64-.3-.3-.48-.58-.64-.98-.12-.3-.25-.75-.29-1.58-.04-.9-.05-1.16-.05-3.43s0-2.54.05-3.43c.04-.83.18-1.28.29-1.58.15-.4.34-.68.64-.98s.58-.48.98-.64c.3-.12.75-.25,1.58-.29.9-.04,1.16-.05,3.43-.05ZM8.5,0C6.19,0,5.9.01,4.99.05c-.9.04-1.52.19-2.06.39-.56.22-1.03.51-1.51.98-.47.47-.76.95-.98,1.51-.21.54-.35,1.16-.39,2.06-.04.91-.05,1.19-.05,3.5s.01,2.6.05,3.5c.04.9.19,1.52.39,2.06.22.56.51,1.03.98,1.51.47.47.95.76,1.51.98.54.21,1.16.35,2.06.39.91.04,1.19.05,3.5.05s2.6-.01,3.5-.05c.9-.04,1.52-.19,2.06-.39.56-.22,1.03-.51,1.51-.98.47-.47.76-.95.98-1.51.21-.54.35-1.16.39-2.06.04-.91.05-1.19.05-3.5s-.01-2.6-.05-3.5c-.04-.9-.19-1.52-.39-2.06-.22-.56-.51-1.03-.98-1.51-.47-.47-.95-.76-1.51-.98-.54-.21-1.16-.35-2.06-.39-.91-.04-1.19-.05-3.5-.05h0Z'/%3E%3Cpath class='cls-1' d='M8.49,4.14c-2.41,0-4.36,1.95-4.36,4.36s1.95,4.36,4.36,4.36,4.36-1.95,4.36-4.36-1.95-4.36-4.36-4.36ZM8.49,11.33c-1.56,0-2.83-1.27-2.83-2.83s1.27-2.83,2.83-2.83,2.83,1.27,2.83,2.83-1.27,2.83-2.83,2.83Z'/%3E%3Cpath class='cls-1' d='M13.03,4.98c.56,0,1.02-.46,1.02-1.02s-.46-1.02-1.02-1.02-1.02.46-1.02,1.02.46,1.02,1.02,1.02Z'/%3E%3C/svg%3E"); }
.sns-icn.black.face { background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 20'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23222; stroke-width: 0px; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M3.16,20h3.33v-8.82h3.09l.32-3.33s.07-.16-.27-.16h-3.14v-2.51s-.14-1.9,1.67-1.9h1.84V.35S9.21-.02,7.29,0C7.29,0,5.59-.02,4.27,1.3c0,0-1.11,1.04-1.11,2.23v4.16H0v3.49h3.16v8.82Z'/%3E%3C/svg%3E"); }
.sns-icn.black.naver { background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 19'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23222; fill-rule: evenodd; stroke-width: 0px; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M17.67,7.46c-.55,0-1,.45-1,1.02s.45,1.02,1,1.02,1-.46,1-1.02c0-.56-.45-1.02-1-1.02Z'/%3E%3Cpath class='cls-1' d='M12.33,7.46c-.55,0-1,.45-1,1.02s.45,1.02,1,1.02,1-.46,1-1.02-.45-1.02-1-1.02Z'/%3E%3Cpath class='cls-1' d='M4.67,7.46c-.37,0-.67.45-.67,1.02s.3,1.02.67,1.02.67-.46.67-1.02c0-.56-.3-1.02-.67-1.02Z'/%3E%3Cpath class='cls-1' d='M22,12.1V3.59c0-1.98-1.56-3.59-3.47-3.59H3.47C1.56,0,0,1.61,0,3.59v8.51c0,1.98,1.55,3.59,3.47,3.59h5.21l1.75,2.92s.02.04.06.09c.1.18.3.31.52.31s.41-.12.52-.3c.05-.05.06-.09.06-.09l1.74-2.92h5.21c1.92,0,3.47-1.61,3.47-3.59ZM4.92,10.48c-.81,0-1.12-.6-1.12-.6v.46h-1.36v-5.86h1.34v2.23c.54-.55,1.14-.55,1.14-.55,1.82,0,1.89,2.14,1.89,2.14,0,2.11-1.89,2.19-1.89,2.19h0ZM9.11,10.23h-1.3v-3.34c0-1.15-.62-1.12-.62-1.12v-1.3c1.97,0,1.91,2.12,1.92,2.12v3.64h0ZM14.56,8.34c0,2.15-2.21,2.16-2.21,2.16-2.23,0-2.16-2.16-2.16-2.16,0-2.19,2.16-2.19,2.16-2.19,2.28,0,2.21,2.19,2.21,2.19ZM19.58,10.26c0,2.22-1.92,2.2-1.92,2.2h-.51v-1.25h.32c.93,0,.84-1.03.84-1.03v-.33c-.41.57-1.15.54-1.15.54-1.83,0-1.81-2.09-1.81-2.09,0-2.25,1.86-2.16,1.86-2.16.73,0,1.1.54,1.1.54v-.4h1.28v3.98Z'/%3E%3C/svg%3E"); }
.sns-icn.black.youtube { background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 163.28 114.3'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23222; stroke-width: 0px; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M159.86,17.85c-1.88-7.03-7.41-12.55-14.44-14.44-12.73-3.41-63.79-3.41-63.79-3.41,0,0-51.06,0-63.79,3.41-7.03,1.88-12.55,7.41-14.44,14.44C0,30.58,0,57.15,0,57.15c0,0,0,26.57,3.41,39.3,1.88,7.03,7.41,12.55,14.44,14.44,12.73,3.41,63.79,3.41,63.79,3.41,0,0,51.06,0,63.79-3.41,7.03-1.88,12.55-7.41,14.44-14.44,3.41-12.73,3.41-39.3,3.41-39.3,0,0-.01-26.57-3.41-39.3ZM65.3,81.64v-48.98l42.42,24.49-42.42,24.49Z'/%3E%3C/svg%3E"); }
.sns-icn.black.kakao { background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 101.63 93.79'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23222; stroke-width: 0px; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M50.82,0C22.75,0,0,17.94,0,40.07c0,14.31,9.51,26.86,23.82,33.95-.78,2.68-5,17.27-5.17,18.42,0,0-.1.86.46,1.19.56.33,1.21.07,1.21.07,1.6-.22,18.54-12.12,21.47-14.19,2.93.41,5.95.63,9.03.63,28.07,0,50.82-17.94,50.82-40.07S78.88,0,50.82,0ZM25.65,51.25c0,1.54-1.31,2.8-2.93,2.8s-2.93-1.26-2.93-2.8v-17.42h-4.57c-1.59,0-2.88-1.29-2.88-2.87s1.29-2.87,2.88-2.87h15.01c1.59,0,2.88,1.29,2.88,2.87s-1.29,2.87-2.88,2.87h-4.57v17.42ZM50.29,53.61c-.59.27-1.22.4-1.86.4h0c-1.22,0-2.16-.5-2.44-1.29l-1.45-3.8h-8.94s-1.45,3.8-1.45,3.8c-.28.8-1.22,1.29-2.44,1.29-.64,0-1.28-.14-1.86-.4-.81-.37-1.59-1.4-.69-4.16l7.01-18.46c.49-1.4,1.99-2.85,3.9-2.89,1.91.04,3.42,1.49,3.91,2.9l7.01,18.45c.89,2.77.12,3.8-.69,4.17ZM65.11,53.63h-9.41c-1.55,0-2.81-1.21-2.81-2.69v-19.91c0-1.62,1.34-2.93,2.99-2.93s2.99,1.31,2.99,2.93v17.22h6.23c1.55,0,2.81,1.21,2.81,2.69s-1.26,2.69-2.81,2.69ZM88.06,51.42c-.11.77-.52,1.47-1.14,1.93-.51.39-1.13.59-1.76.59-.92,0-1.79-.43-2.34-1.17l-6.88-9.11-1.02,1.02v6.4c0,1.62-1.31,2.93-2.93,2.93-1.62,0-2.93-1.31-2.93-2.93v-20.06c0-1.62,1.31-2.93,2.93-2.93s2.93,1.31,2.93,2.93v6.3l8.18-8.18c.42-.42,1-.65,1.63-.65.73,0,1.47.32,2.02.87.51.51.82,1.17.86,1.86.04.69-.19,1.33-.65,1.78l-6.68,6.68,7.22,9.56c.47.62.67,1.4.56,2.17Z'/%3E%3Cpolygon class='cls-1' points='37.14 43.73 43 43.73 40.07 35.41 37.14 43.73'/%3E%3C/svg%3E"); }
.sns-icn.black.twt { background-size: 15px 15px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='128mm' height='115.7001mm' viewBox='0 0 128 115.7001'%3E%3Cpath d='M100.808 0h19.627l-42.88 49.01L128 115.7H88.502L57.565 75.253 22.167 115.7H2.527L48.393 63.28 0 0h40.501l27.964 36.97Zm-6.89 103.952h10.877L34.592 11.131H22.92Z' style='fill:%23222; fill-opacity:1; stroke-width:5.93331'/%3E%3C/svg%3E"); }

/********** tag **********/
.tag { display: inline-block; padding: 5px 10px; line-height: 1.2; font-size: 1.6rem; }
.tag1 { min-width: 80px; height: 40px; padding: 0 40px 0 15px; font-weight: 500; line-height: 40px; color: #fff; white-space: nowrap; }
.tag2 { margin-right: 10px; padding: 0 12px; line-height: 32px; font-weight: 600; font-size: 15px; border-radius: 6px; white-space: nowrap; }
.tag3 { padding: 10px 15px; font-weight: 500; border-radius: 6px; white-space: nowrap; }

/********** 게시판 **********/
/* 상단 */
.bbs-list .top { display: flex; justify-content: space-between; align-items: flex-end; margin: 25px 0 15px; }
.bbs-list .top .lf .total { font-weight: 500; font-size: 15px; color: #666; }
.bbs-list .top .rg { display: flex; align-items: center; gap: 10px; }
@media only screen and (max-width: 767px){
 .bbs-list .top { flex-direction: column; align-items: baseline; gap: 10px; }
 .bbs-list .top .rg { width: 100%; justify-content: flex-end; }
 .bbs-list .top .rg .inp-st2 { font-size: 14px; }
 .bbs-list .top .rg .btn-bace2 { font-size: 14px; }
}

/* 에디터 */
.editor-text { line-height: 1.65; font-size: 1.8rem; color: #666; }
.editor-text p { margin-top: 1rem; margin-bottom: 1rem; }

/********** search-box **********/
.srch-box { position: relative; display: flex; align-items: center; gap: 20px; width: 360px; height: 45px; padding-right: 20px; background: #f9f9f9; border-radius: .5rem; overflow: hidden; }
.srch-box input { width: 100%; border: 0; padding-left: 20px; font-size: 1.8rem; line-height: 43px; background: #f9f9f9; }
.srch-box input::placeholder { font-size: 15px; color: #888; }
.srch-box input:focus { outline: none; }
.srch-box button { position: relative; font-size: 0; }
.srch-box button i { display: inline-block; width: 16px; height: 16px; background-position: center; background-repeat: no-repeat; background-size: contain; background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='icon' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %2349AF99; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2px; %7D %3C/style%3E%3C/defs%3E%3Cellipse class='cls-1' cx='6.51' cy='6.5' rx='5.51' ry='5.5'/%3E%3Cline class='cls-1' x1='10.58' y1='10.58' x2='14' y2='14'/%3E%3C/svg%3E"); }
.srch-box select ~ input { padding-left: 0; }

/* 게시판 검색 */
.bbs-search1 { display: flex; justify-content: space-between; align-items: flex-end; width: 100%; padding-bottom: 30px; border-bottom: 2px solid var(--main); }
.bbs-search1 .sch-box { display: flex; align-items: flex-end; flex-wrap: wrap; gap: 10px; }
.bbs-search1 .sch-box span { flex-shrink: 0; font-weight: 500; font-size: 1.6rem; color: var(--gray-66); }
.bbs-search1 .sch-box span em { font-weight: 700; }
.bbs-search1 .sch-box .tit { flex-shrink: 0; width: 120px; line-height: 45px; font-weight: 600; font-size: 15px; color: #333; }
.bbs-search1 > .rg { flex-shrink: 0; display: flex; align-items: center; gap: 5px; }
.bbs-search1 > .rg > button { flex-shrink: 0; }
.bbs-search1 > .rg select { min-width: 135px; max-width: 135px; height: 45px; padding: 0 20px; border: none; font-weight: 500; color: #666; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7' fill='none'%3E%3Cpath d='M10.2856 1.25L5.99993 5.75L1.71422 1.25' stroke='%23666' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 12px center / 12px 8px #f9f9f9; }
/* 최신순 인기순 */
.bbs-search1 > .rg .latest-filt { display: flex; gap: 20px; margin-right: 30px; }
.bbs-search1 > .rg .latest-filt li { position: relative; }
.bbs-search1 > .rg .latest-filt li::after { content: ""; position: absolute; top: 50%; transform: translateY(-50%); right: -10px; width: 1px; height: 10px; background: #d9d9d9; }
.bbs-search1 > .rg .latest-filt li:last-child::after { display: none; }
.bbs-search1 > .rg .latest-filt li a { position: relative; font-weight: 500; color: #888; white-space: nowrap; }
.bbs-search1 > .rg .latest-filt li a.active { font-weight: 600; color: var(--main); padding-left: 25px; }
.bbs-search1 > .rg .latest-filt li a.active::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 18px; height: 17px; background: url(../img/content/icn-checked.svg); background-size: contain; background-repeat: no-repeat; }

@media only screen and (max-width: 1200px) { /* .bbs-search1 { flex-flow: column wrap; align-items: center; gap: 10px; } */ }
@media only screen and (max-width: 1023px) { /* .bbs-search1 { padding: 0; } */
 .bbs-search1 .srch-box { width: 100%; }
}
@media only screen and (max-width: 767px){
 .bbs-search1 { gap: 20px; }
 .bbs-search1 { flex-flow: column wrap; align-items: center; gap: 20px; }
 .bbs-search1 .rg { flex-flow: column wrap; width: 100%; }
 .bbs-search1 .rg select { width: 100%; max-width: unset; }
 .bbs-search1 .sch-box { align-items: center; gap: 10px; }
 .bbs-search1 .sch-box > .rg { justify-content: flex-end; flex-wrap: wrap; width: 100%; }
 .bbs-search1 .sch-box > button { width: 100%; }
 .bbs-search1 > .rg .latest-filt li a { font-size: 14px; }
}

.bbs-search2 .sch-list { display: flex; flex-wrap: wrap; gap: 20px; margin-bottom: 50px; padding: 30px; border-top: 1px solid var(--gray-e5); border-bottom: 1px solid var(--gray-e5); }
.bbs-search2 .sch-list .list { flex: 1 1 calc(50% - 10px); display: flex; align-items: center; }
.bbs-search2 .sch-list .list-tit { flex-shrink: 0; position: relative; width: 120px; height: fit-content; padding-left: 12px; font-weight: 600; font-size: 1.8rem; color: #444; }
.bbs-search2 .sch-list .list-tit::before { content: ""; position: absolute; left: 0; top: 50%; width: 4px; height: 4px; background-color: var(--main); transform: translateY(-50%); }
.bbs-search2 .sch-list .list label { white-space: nowrap; }
.bbs-search2 .sch-list .sch-form { display: flex; align-items: center; gap: 10px; width: 100%; }
.bbs-search2 .sch-list .sch-form .srch-box { width: 100%; }
.bbs-search2 .sch-list .sch-form select { min-width: 130px; max-width: 130px; height: 45px; padding: 0 20px; border: 1px solid var(--gray-e5); font-weight: 500; color: #666; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7' fill='none'%3E%3Cpath d='M10.2856 1.25L5.99993 5.75L1.71422 1.25' stroke='%23666' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 12px center / 12px 8px; }
.bbs-search2 .sch-list .sch-date { flex-grow: 1; }
.bbs-search2 .sch-list .inp-st1[type="date"] { flex: 1; min-width: 142px; }
.bbs-search2 .sch-list .btn-ce { width: 100%; margin-top: 10px; }

.bbs-search2 .sch-box { display: flex; justify-content: flex-end; align-items: flex-end; flex-wrap: wrap; gap: 10px; padding: 0 20px; }
.bbs-search2 .sch-box span { flex-shrink: 0; font-weight: 500; font-size: 1.6rem; color: var(--gray-66); }
.bbs-search2 .sch-box span em { font-weight: 700; }
.bbs-search2 .sch-box .tit { flex-shrink: 0; width: 120px; line-height: 45px; font-weight: 600; font-size: 15px; color: #333; }

@media only screen and (max-width: 1023px){
 .bbs-search2 .sch-list { border: 1px solid var(--gray-e5); }
 .bbs-search2 .sch-list .list { flex: 1 100%; }
 .bbs-search2 .sch-list .sch-form { flex-grow: 1; }
 .bbs-search2 .sch-box { padding: 0; }
}
@media only screen and (max-width: 767px){
 .bbs-search2 .sch-list { padding: 20px; }
 .bbs-search2 .sch-list .sch-form { flex: 1; flex-flow: column wrap; width: 100%; }
 .bbs-search2 .sch-list .sch-form select { width: 100%; max-width: unset; background-position: right 20px center; }
 .bbs-search2 .sch-list .sch-date { flex-wrap: wrap; }
}
@media only screen and (max-width: 500px){
 .bbs-search2 .sch-list .list { flex-flow: column wrap; align-items: flex-start; gap: 20px; }
 .bbs-search2 .sch-list .list + .list { margin-top: 10px; }
}

/* 일반 게시판 */
.bbs-list-wrap1 { width: 100%; border-collapse: collapse; }
.bbs-list-wrap1 thead { border-bottom: 1px solid var(--gray-dd); }
.bbs-list-wrap1 thead th { padding: 20px 10px; line-height: 1.2; font-weight: 700; font-size: 16px; color: #222; text-align: center; }
.bbs-list-wrap1 tbody tr { border-bottom: 1px solid #eaeaea; }
.bbs-list-wrap1 tbody tr:hover { background-color: #f9f9f9; }
.bbs-list-wrap1 tbody tr td { padding: 20px 10px; line-height: 1.2; color:#555; text-align: center; }
.bbs-list-wrap1 tbody tr td.noList { padding: 25px 0; }
.bbs-list-wrap1 tbody tr td[data-content="제목"] { font-weight: 500; color:#333; }
.bbs-list-wrap1 tbody tr.fixnotice td[data-content="제목"] { color: #333; font-weight: 600; }
/* .bbs-list-wrap1 tbody tr td a.txt-over1 { height: fit-content; padding-bottom: 1px; } */
.bbs-list-wrap1 tbody tr td a.txt-over1:hover { text-decoration: underline; }
.bbs-list-wrap1 tbody tr td[data-content="문의상태"] { font-weight: 500; color:#888; }
.bbs-list-wrap1 tbody tr td.ok { font-weight: 600; color: var(--yellow); }

@media only screen and (max-width: 1023px){
 .bbs-list-wrap1 colgroup { display: none; }
 .bbs-list-wrap1 thead { display: none; }
 .bbs-list-wrap1 tbody tr { position: relative; display: flex; flex-wrap: wrap; align-items: center; gap: 0; padding: 18px; }
 .bbs-list-wrap1 tbody tr td { display: inline-block; width: 100%; padding: 9px 0; text-align: left; border-bottom: 1px dashed var(--gray-e5); }
 .bbs-list-wrap1 tbody tr td:last-child { padding-bottom: 0; border-bottom: none; }
 /* 번호는 제목 위 블록으로 (카드형 .bbs-list-wrap3 의 .num 과 동일 톤) */
 .bbs-list-wrap1 tbody tr td[data-content="번호"] { padding: 0; margin-bottom: 6px; font-weight: 600; color: var(--main); border-bottom: none; }
 /* 상태 컬럼을 쓰는 페이지는 tr에 padding-left: 60px 을 되살려야 함 */
 .bbs-list-wrap1 tbody tr td[data-content="상태"] { position: absolute; top: 50%; left: 8px; transform: translateY(-50%); width: 40px; text-align: center; }
 .bbs-list-wrap1 tbody tr td[data-content="구분"] { display: block; width: 100%; text-align: left; margin-bottom: 6px; }
 .bbs-list-wrap1 tbody tr.fixnotice td[data-content="구분"] { top: 22px; }
 .bbs-list-wrap1 tbody tr td[data-content="제목"] { display: block; width: 100%; padding-top: 0; margin-bottom: 4px; font-size: 1.8rem; border-bottom: none; }
 .bbs-list-wrap1 tbody tr td[data-content="번호"]::before { display: none; }
 .bbs-list-wrap1 tbody tr td[data-content="상태"]::before { display: none; }
 .bbs-list-wrap1 tbody tr td[data-content="구분"]::before { display: none; }
 .bbs-list-wrap1 tbody tr td[data-content="제목"]::before { display: none; }
 /* .bbs-list-wrap1 tbody tr td[data-content="첨부"]::before { display: none; } */
 /* .bbs-list-wrap1 tbody tr td:last-child::before { display: none; } */
 .bbs-list-wrap1 tbody tr td .reply { margin-left: 20px; }

 .bbs-list-wrap1 tbody tr td[data-content="등록일시"]::before { content: "등록일시"; }
 .bbs-list-wrap1 tbody tr td[data-content="첨부"]::before { content: "첨부"; }
 .bbs-list-wrap1 tbody tr td[data-content="답변일시"]::before { content: "답변일시"; }
 .bbs-list-wrap1 tbody tr td[data-content="문의상태"]::before { content: "문의상태"; color: #555; }
 .bbs-list-wrap1 tbody tr td[data-content="작성일"]::before { content: "작성일"; }
 .bbs-list-wrap1 tbody tr td[data-content="조회수"]::before { content: "조회수"; }
 .bbs-list-wrap1 tbody tr td[data-content="작성자"]::before { content: "작성자"; }
 .bbs-list-wrap1 tbody tr td::before { display: inline-block; width: 70px; margin-right: 10px; font-weight: 500; color: #888; }

 .bbs-list-wrap1 tbody tr.no-list { padding: 18px; }
 .bbs-list-wrap1 tbody tr.no-list td { position: relative; width: 100%; transform: none; text-align: center; }
}
@media only screen and (max-width: 767px) { /* .bbs-list-wrap1 tbody tr td { font-size: 14px; } */
 .bbs-list-wrap1 tbody tr td .new { width: 17px; height: 17px; line-height: 20px; }
}

/* 팝업 게시판 */
.bbs-list-wrap2 { width: 100%; border-collapse: collapse; border-top: 2px solid var(--blue); }
.bbs-list-wrap2 thead { border-bottom: 1px solid var(--gray-dd); background-color: #f8f8f8; }
.bbs-list-wrap2 thead th { padding: 12px 10px; line-height: 1.2; font-weight: 700; font-size: 16px; color: #333; text-align: center; }
.bbs-list-wrap2 tbody tr { border-bottom: 1px solid #eaeaea; }
.bbs-list-wrap2 tbody tr td { padding: 18px 10px; font-size: 16px; line-height: 1.2; color:#555; text-align: center; }
.bbs-list-wrap2 tbody tr td.noList { padding: 25px 0; }
.bbs-list-wrap2 tbody tr td a.txt-over1:hover { text-decoration: underline; }
.bbs-list-wrap2 tbody tr td a .icn-flex { display: flex; align-items: center; gap: 5px; }
.bbs-list-wrap2 tbody tr td .icn-file { width: 20px; height: 15px; margin: 0 auto; background-size: auto 15px; }
.bbs-list-wrap2 tbody tr td .icn-secret { width: 20px; height: 15px; background-size: auto 15px; }
.bbs-list-wrap2 tbody tr td .icn-fixnotice { width: 16px; height: 16px; margin: 0 auto; }
.bbs-list-wrap2 tbody tr td .new { display: inline-block; width: 20px; height: 20px; line-height: 22px; margin-left: 4px; font-size: 12px; color: #fff; text-align: center; background: var(--sub); border-radius: 100%; vertical-align: middle; }

/* 공지사항 리스트 */
.bbs-list-wrap3 { display: flex; flex-wrap: wrap; margin: 0 -10px; }
.bbs-list-wrap3 li { width: 33.3%; padding: 0 10px; margin-bottom: 20px; }
.bbs-list-wrap3 li a { display: block; width: 100%; height: 100%; padding: 30px; border: 1px solid var(--bd-color); border-radius: 1rem; transition: all .4s; }
.bbs-list-wrap3 li a:hover { border: 1px solid var(--main); }
.bbs-list-wrap3 li a.top-notice { background: #F9FBFB; }
.bbs-list-wrap3 li a > .num { color: var(--main); font-size: 20px; font-weight: 600; }
.bbs-list-wrap3 li a > .tit { margin: 30px 0; color: #222; font-size: 22px; font-weight: 500; line-height: 1.5; height: 66px; }
.bbs-list-wrap3 li a:hover > .tit { text-decoration: underline; }
.bbs-list-wrap3 li a > .list-txt { height: 93px; color: #888; font-size: 18px; font-weight: 400; line-height: 34px; }
.bbs-list-wrap3 li a > .date { color: #aaa; font-size: 16px; font-weight: 400; line-height: normal; margin-top: 50px; }
/* 게시글 없을때 */
.bbs-list-wrap3 li.no-list { width: 100%; display: flex; justify-content: center; padding: 100px 0; border-bottom: 1px solid var(--bd-color); }
@media only screen and (max-width: 1023px){
 .bbs-list-wrap3 li { width: 100%; margin-bottom: 10px; }
 .bbs-list-wrap3 li:last-child { margin-bottom: 0; }
 .bbs-list-wrap3 li a > .num { font-size: 18px; }
 .bbs-list-wrap3 li a > .tit { font-size: 20px; height: unset; -webkit-line-clamp: 1; margin: 15px 0; }
 .bbs-list-wrap3 li a > .list-txt { line-height: 1.4; height: 51px; -webkit-line-clamp: 2; }
 .bbs-list-wrap3 li a > .date { margin-top: 20px; }
}
@media only screen and (max-width: 767px){
 .bbs-list-wrap3 li a { padding: 20px; }
 .bbs-list-wrap3 li a > .num { font-size: 16px; }
 .bbs-list-wrap3 li a > .tit { font-size: 18px; margin: 10px 0; }
 .bbs-list-wrap3 li a > .list-txt { height: unset; -webkit-line-clamp: 1; font-size: 16px; }
}

/* 갤러리 게시판 */
.bbs-list-wrap4 { display: flex; flex-wrap: wrap; margin: 0 -21px; }
.bbs-list-wrap4 .gallery-item { width: 33.33%; margin-bottom: 40px; padding: 0 21px; }
.bbs-list-wrap4 .gallery-item a { display: block; }
.bbs-list-wrap4 .gallery-item a .img-wrap { position: relative; width: 100%; height: 0; padding-bottom: 133%; border: 1px solid var(--gray-e5); background: #f5f5f5; }
.bbs-list-wrap4 .gallery-item a .img-wrap img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.bbs-list-wrap4 .gallery-item a .txt-wrap { padding: 20px; }
.bbs-list-wrap4 .gallery-item a .flex { margin-bottom: 20px; }
.bbs-list-wrap4 .gallery-item a .txt-wrap .tit { height: 52px; margin-bottom: 20px; line-height: 1.4; font-weight: 700; font-size: 18px; word-break: keep-all; }
.bbs-list-wrap4 .gallery-item a .txt-wrap .date { display: block; font-size: 15px; color: #888; }
.bbs-list-wrap4 .gallery-item a .txt-wrap .date + .date { margin-top: 6px; }

@media only screen and (max-width: 1350px){
 .bbs-list-wrap4 .gallery-item { width: 50%; margin-bottom: 40px; }
 .bbs-list-wrap4 .gallery-item a .txt-wrap { padding: 0; padding-top: 20px; }
 .bbs-list-wrap4 .gallery-item a .txt-wrap .tit { height: 52px; font-size: 18px; }
}
@media only screen and (max-width: 500px){
 .bbs-list-wrap4 .gallery-item { width: 100%; }
 .bbs-list-wrap4 .gallery-item a .img-wrap { height: 50%; }
}

/* 게시판 상세 */
.bbs-view .bbs-header { padding-bottom: 30px; border-bottom: 2px solid var(--main); }
.bbs-view .bbs-header .tit { display: block; line-height: 1.5; margin-bottom: 20px; font-weight: 600; font-size: 2.5rem; color: #444; }
.bbs-view .bbs-header .tit span { display: block; margin-bottom: 10px; font-size: 2.0rem; }
.bbs-view .bbs-header .info { display: flex; justify-content: right; flex-wrap: wrap; }
.bbs-view .bbs-header .info li { position: relative; font-weight: 400; font-size: 1.8rem; color: #999; }
.bbs-view .bbs-header .info li + li { margin-left: 15px; padding-left: 15px; }
.bbs-view .bbs-header .info li + li::before { content: ""; position: absolute; top: 7px; left: -2px; width: 3px; height: 3px; background: #d9d9d9; border-radius: 10px; }
.bbs-view .bbs-header .info li i { margin-right: 10px; font-size: 1.6rem; }
.bbs-view .bbs-header .info li i.bi-eye { font-size: 1.8rem; }
.bbs-view .bbs-header .info li i.bi-person { font-size: 2rem; }
.bbs-view .bbs-body { padding: 30px; border-bottom: 1px solid var(--gray-e5); }
.bbs-view .bbs-body img { max-width: 100%; }
.attr-box { display: flex; gap: 40px; margin-top: 50px; padding: 25px; line-height: 1.4; background: #f9f9f9; border-radius: 5px; width: 100%; }
.attr-box .tit { display: block; font-weight: 600; color: var(--main); word-break: keep-all; word-wrap: break-word; }
.attr-box .tit i { margin-right: 10px; }
.attr-box .list > li + li { margin-top: 1rem; }
.file { display: flex; align-items: center; gap: 2px; color: #666; }
.file > i { color: var(--main); margin-right: 5px; font-size: 15px; }
.file span { color: #999; }
.bbs-view .bbs-foot { margin-top: 50px; }
.bbs-view .bbs-foot .go-other-btn { display: flex; align-items: center; justify-content: flex-start; gap: 40px; width: 100%; padding: 25px; background: #F2F9F8; border-radius: 5px; }
.bbs-view .bbs-foot .go-other-btn:last-of-type { margin-top: 10px; }
.bbs-view .bbs-foot .go-other-btn strong { flex-shrink: 0; display: flex; align-items: center; gap: 10px; font-weight: 600; color: var(--main); }
.bbs-view .bbs-foot .go-other-btn span { font-size: 1.8rem; color: #444; }
.go-list-btn { display: block; width: 80px; height: 80px; font-size: 0; background: linear-gradient(90deg, var(--main) 0%, var(--yellow) 100%); }

@media only screen and (max-width: 1023px){
 .bbs-view .bbs-header { padding-bottom: 30px; }
 .bbs-view .bbs-header .tit { margin-bottom: 15px; font-size: 2.6rem; }
 .bbs-view .bbs-body { padding: 35px 0; }
 .bbs-view .bbs-body .attr-box { padding: 20px; }
 .bbs-view .bbs-foot .go-other-btn { padding: 20px; }
 .bbs-view .bbs-foot a + a { margin-top: 10px; }
}
@media only screen and (max-width: 767px){
 .attr-box { flex-flow: column wrap; gap: 20px; }
 .attr-box li + li { margin-top: 10px; }
}

/* 폼 */
.esn { font-size: 14px; color: var(--pink); }
.inp-st1 { width: 100%; height: 45px; line-height: 45px; padding: 0 10px; font-size: 15px; background: #fff; border-radius: .5rem; border: 1px solid var(--gray-e5); transition: all 0.3s; }
.inp-st1:focus { border: 1px solid var(--main); outline: none; }
.inp-st1:disabled { background-color: var(--gray-f5); }
textarea.inp-st1 { min-height: 100px; padding: 10px 15px; line-height: 1.4; border-radius: 4px; overflow-y: scroll; }
.inp-sht { min-width: 160px; max-width: 160px; }
.inp-min { width: 70px !important; }
input.inp-min { text-align: center; }
.inp-mid { max-width: 180px; }
.inp-st1[type="date"] { width: unset; }
select.inp-st1 { appearance: none; padding: 0 55px 0 15px; font-size: 15px; background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7' fill='none'%3E%3Cpath d='M10.2856 1.25L5.99993 5.75L1.71422 1.25' stroke='%23666' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 15px center / 10px 6px; }
.inp-st2 { height: 40px; line-height: 40px; padding: 0 10px; font-size: 15px; background: #fff; border: none; border-bottom: 1px solid var(--gray-e5); }
.inp-st3 { width: 100%; height: 30px; line-height: 30px; padding: 0 10px; font-size: 14px; border: 1px solid var(--gray-e5); border-radius: 3px; }
.inp-flex { display: flex; gap: 10px; align-items: center; }
.inp-flex button { flex-shrink: 0; }
.inp-flex .inp-txtarea { width: 100%; border: 1px solid var(--gray-cc); }
.inp-flex .inp-txtarea .txt-box { position: relative; width: 100%; padding: 7px; }
.inp-flex .inp-txtarea .txt-box .textarea textarea { width: 100%; height: 35px; padding: 7px; resize: none; }
.inp-flex .inp-txtarea .txt-box .textarea label { position: absolute; top: 50%; transform: translateY(-50%); left: 15px; z-index: 1; font-size: 15px; color: #999; }
.inp-flex .inp-txtarea .txt-box .file-box2 { display: none; margin-top: 20px; }
.inp-flex .inp-txtarea .txt-box .write-count { display: none; padding: 10px; font-size: 14px; color: #777; text-align: right; }
.inp-flex .inp-txtarea .bottom { display: none; justify-content: space-between; align-items: center; padding: 8px 8px 8px 15px; border-top: 1px solid var(--gray-e5); }
.inp-flex .inp-txtarea .bottom .lf { display: flex; align-items: center; gap: 20px; }
.inp-flex .inp-txtarea .bottom .lf .secret-btn button { font-size: 12px; color: #555; white-space: nowrap; }
.inp-flex .inp-txtarea .bottom .lf .secret-btn button::before { content:""; display: inline-block; width: 16px; height: 16px; margin-right: 2px; background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 40.72'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B stroke: %232e4bcc; %7D .cls-1, .cls-2 %7B fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2px; %7D .cls-2 %7B stroke: %23333; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-2' d='M6.83,14.86v-5.92c0-4.51,3.67-7.44,8.17-7.44s8.17,2.94,8.17,7.44v5.92'/%3E%3Cg%3E%3Crect class='cls-2' x='1.5' y='15.72' width='27' height='23.5' rx='5' ry='5'/%3E%3Cline class='cls-1' x1='15' y1='24.72' x2='15' y2='30.22'/%3E%3C/g%3E%3C/svg%3E") no-repeat center / auto 14px; vertical-align: middle; }
.inp-flex .inp-txtarea .bottom .lf .secret-btn .inp-st3 { display: none; font-size: 11px; }
.inp-flex .inp-txtarea .bottom .lf .secret-btn .inp-st3::placeholder { font-size: 11px; }
.inp-flex .inp-txtarea .bottom .lf .secret-btn.on button { font-weight: 600; color: #333; }
.inp-flex .inp-txtarea .bottom .lf .secret-btn.on button::before { background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 40.72'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B stroke: %23222; %7D .cls-1, .cls-2 %7B fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width: 3px; %7D .cls-2 %7B stroke: %23222; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-2' d='M6.83,14.86v-5.92c0-4.51,3.67-7.44,8.17-7.44s8.17,2.94,8.17,7.44v5.92'/%3E%3Cg%3E%3Crect class='cls-2' x='1.5' y='15.72' width='27' height='23.5' rx='5' ry='5'/%3E%3Cline class='cls-1' x1='15' y1='24.72' x2='15' y2='30.22'/%3E%3C/g%3E%3C/svg%3E") no-repeat center / auto 14px; vertical-align: middle; }
.inp-flex .inp-txtarea .bottom .lf .secret-btn.on .inp-st3 { display: inline-block; }
.inp-flex .inp-txtarea .bottom .rg { display: flex; gap: 5px; margin-left: auto; }
.inp-flex .inp-txtarea.open .txt-box .write-count { display: block; }
.inp-flex .inp-txtarea.open .txt-box textarea { height: 90px; }
.inp-flex .inp-txtarea.open .txt-box label { display: none; }
.inp-flex .inp-txtarea.open .txt-box .file-box2 { display: block; }
.inp-flex .inp-txtarea.open .bottom { display: flex; }
.inp-flex .inp-txtarea.open .bottom .write-count { display: block; }

.num { display: flex; align-items: center; gap: 10px; }
.num input[type="text"] { max-width: 160px; }
.num span { display: inline-block; width: 10px; height: 1px; font-size: 0; background-color: var(--gray-cc); }

@media only screen and (max-width: 767px){
 .inp-st1 { font-size: 14px; }
 select.inp-st1 { padding: 0 55px 0 15px; font-size: 14px; background-size: auto 6px; background-position: right 15px center; }

 .inp-flex .inp-txtarea.open .bottom { flex-direction: column; }
 .inp-flex .inp-txtarea .bottom .lf { width: 100%; }
 .inp-flex .inp-txtarea .txt-box textarea { height: 38px; padding: 10px; }
 .inp-flex .inp-txtarea .txt-box label { left: 10px; font-size: 14px; }
}
@media only screen and (max-width: 500px){
 .inp-flex { gap: 4px; flex-wrap: wrap; }
 .inp-flex.email input { width: 100%; }
}
@media only screen and (max-width: 470px){
 .inp-flex .inp-txtarea .bottom { flex-direction: column; align-items: baseline; gap: 8px; padding: 8px; }
 .inp-flex .inp-txtarea .bottom .lf { flex-direction: column; align-items: baseline; gap: 5px; }
 .inp-flex .inp-txtarea .bottom .rg { width: 100%; }
}

.form-wrap1 {width: 100%; max-width: 1000px; margin: 0 auto;}
.form-wrap1 > .title { display: flex; justify-content: space-between; align-items: flex-end; padding: 20px 0; }
.form-wrap1 > .title:first-child {padding-top: 0;}
.form-wrap1 > .title.bd-b { border-bottom: 2px solid var(--blue); }
.form-wrap1 > .title strong { font-size: 2.4rem; color: #333; }
.form-wrap1 > .title span { color: var(--gray-66); }
.form-wrap1 > .title .esn { font-size: 14px; color: #555; }
.form-wrap1 > .title .esn b { color: var(--pink); }
.form-wrap1 .bbs-body { padding: 30px; background: var(--gray-f9); }
.form-wrap1 .form-frame { border-top: 2px solid var(--main); padding: 20px 0 30px 0; border-bottom: 1px solid var(--bd-color); }
.form-wrap1 .form-frame .form-group { display: flex; padding: 1rem 0; }
.form-wrap1 .form-frame .form-group .label { flex-shrink: 0; width: 10rem; padding-top: 1.2rem; font-weight: 600; }
.form-wrap1 .form-frame .form-group .col { flex-grow: 1; flex-basis: 0; max-width: 100%; }
.form-wrap1 .form-frame .form-group .col .btn-bace1 { cursor: pointer; }
.form-wrap1 .form-frame .form-group .check-col > * { padding-top: 10px; }
.form-wrap1 .form-frame .form-group .col textarea.inp-st1 { height: 200px; line-height: 1.3; }
.form-wrap1 .form-frame .form-group .form-txt { padding-top: 1.2rem; }
.form-wrap1 .form-frame .form-group .form-txt.cont-txt { padding-top: 0; }
.form-wrap1 .form-frame .form-group .form-txt.cont-txt > p { margin: 1rem 0; line-height: 1.5; }

.form-wrap1 .form-frame .form-group .attr-box { margin-top: 0; }

@media only screen and (max-width: 767px){
 .form-wrap1 .form-frame .form-group { flex-direction: column; }
 .form-wrap1 .form-frame .form-group .label { padding-bottom: 1.2rem; }
}

/******* 첨부파일 *******/
.file-box { width: 100%; }
.file-box .file-list { max-width: 50rem; margin-top: 10px; padding: 12px 15px; border: 1px solid var(--gray-dd); border-radius: 8px; }
.file-box .file-list li { display: flex; align-items: center; gap: 10px; margin-top: 0.5rem; margin-bottom: 0.5rem; }
.file-box .file-list li span { display: flex; align-items: center; gap: 5px; color: #777; word-break: keep-all; }
.file-box .file-list li span::before { content:""; width: 18px; height: 18px; background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38.54 53.67'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %2349AF99; stroke-linecap: round; stroke-linejoin: round; stroke-width: 3px; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M37.04,25.39l-10.33,19.63c-3.44,6.53-11.53,9.05-18.06,5.62h0c-6.54-3.44-9.06-11.52-5.61-18.07l.02-.04L16.91,6.19c2.24-4.28,7.54-5.93,11.82-3.68h0c4.28,2.25,5.92,7.56,3.67,11.83l-13.86,26.34-.03.05c-1.18,2.25-3.97,3.12-6.23,1.93h0c-2.26-1.19-3.12-3.98-1.93-6.23l12.28-23.34'/%3E%3C/svg%3E") no-repeat center / auto 14px; }
.file-box .file-list li .delete-btn .icn-close { display: inline-block; width: 16px; height: 18px; background-size: auto 10px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42.06 42.06'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23333; stroke-linecap: round; stroke-linejoin: round; stroke-width: 5px; %7D %3C/style%3E%3C/defs%3E%3Cg id='icon'%3E%3Cline class='cls-1' x1='3' y1='3' x2='39.06' y2='39.06'/%3E%3Cline class='cls-1' x1='39.06' y1='3' x2='3' y2='39.06'/%3E%3C/g%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: bottom center; }

.file-box2 .file-list li { display: flex; justify-content: space-between; gap: 10px; padding: 12px; background: var(--gray-f9); }
.file-box2 .file-list li .lf { flex-shrink: 0; display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.file-box2 .file-list li .lf .img-wrap { width: 30px; height: 30px; background: var(--gray-dd); }
.file-box2 .file-list li .lf .txt strong { display: block; margin-bottom: 4px; font-weight: 600; font-size: 14px; color: #444; }
.file-box2 .file-list li .lf .txt em { display: block; font-size: 11px; color: #888; }
.file-box2 .file-list li .rg { display: flex; justify-content: end; align-items: center; gap: 15px; flex-grow: 1; }
.file-box2 .file-list li .rg .progressbar { position: relative; width: 100%; max-width: 300px; height: 3px; background: var(--gray-cc); }
.file-box2 .file-list li .rg .progressbar .active { position: absolute; top: 0; left: 0; width: 30%; height: 3px; background: var(--main-color); }
.file-box2 .file-list li .rg .delete .icn-close { width: 16px; height: 16px; background-size: auto 10px; }

.file-btn2 label { display: inline-block; font-size: 12px; color: #555; white-space: nowrap; }
.file-btn2 label::before { content:""; display: inline-block; margin-right: 2px; width: 16px; height: 16px; background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38.54 53.67'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23222; stroke-linecap: round; stroke-linejoin: round; stroke-width: 3px; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M37.04,25.39l-10.33,19.63c-3.44,6.53-11.53,9.05-18.06,5.62h0c-6.54-3.44-9.06-11.52-5.61-18.07l.02-.04L16.91,6.19c2.24-4.28,7.54-5.93,11.82-3.68h0c4.28,2.25,5.92,7.56,3.67,11.83l-13.86,26.34-.03.05c-1.18,2.25-3.97,3.12-6.23,1.93h0c-2.26-1.19-3.12-3.98-1.93-6.23l12.28-23.34'/%3E%3C/svg%3E") no-repeat center / auto 14px; cursor: pointer; vertical-align: middle; }

/*** pagination ***/
.pagination { display: flex; align-items: center; justify-content: center; gap: 30px; margin-top: 40px; }
.pagination a { display: flex; justify-content: center; align-items: center; font-weight: 400; font-size: 18px; color: #777; text-align: center; transition: all .3s; }
.pagination a.active { font-weight: 600; color: var(--main); text-decoration: underline; }
.pagination a.arr-btn { display: block; width: 15px; height: 15px; font-size: 0; border: none; background-repeat: no-repeat; background-position: center center; background-size: auto 13px; }
.pagination a.arr-btn.first { background-image: url(../img/content/paging-first.svg); }
.pagination a.arr-btn.prev { background-image:url(../img/content/paging-prev.svg); }
.pagination a.arr-btn.next { background-image:url(../img/content/paging-next.svg); }
.pagination a.arr-btn.last { background-image:url(../img/content/paging-last.svg); }
.pagination a.arr-btn:hover { border: none; }
@media only screen and (max-width: 767px){
 .pagination { gap: 20px; flex-wrap: wrap; }
}

.card-box1 { padding: 30px; background: var(--gray-f9); }

.bbs-preview .bbs-header { display: block; padding: 36px; border-top: 2px solid var(--dark-main); border-bottom: 1px solid var(--gray-e5); }
.bbs-preview .bbs-header .tit { display: block; margin-bottom: 2rem; font-size: 2.6rem; color: #222; }
.bbs-preview .bbs-header .tit i.lock { width: 14px; height: 18px; margin-right: 8px; }
.bbs-preview .bbs-header .tit:only-child { margin-bottom: 0; }
.bbs-preview .bbs-header .info { display: flex; flex-wrap: wrap; align-items: center; gap: 15px; }
.bbs-preview .bbs-header .info span { display: flex; align-items: center; gap: 15px; font-size: 18px; color: #777; }
.bbs-preview .bbs-header .info span + span::before { content:""; width: 1px; height: 10px; background: var(--gray-e5); }
.bbs-preview .bbs-header .info .company { position: relative; padding-left: 22px; }
.bbs-preview .bbs-header .info .company::before { content: ""; position: absolute; left: 0; top: 50%; width: 16px; height: 16px; margin-right: 6px; background: url(../img/content/i-building.svg) no-repeat center / contain; transform: translateY(-50%); }
.bbs-preview .bbs-body { padding: 30px; background: var(--gray-f9); }
.bbs-preview .editor-text + .attr-box { border-top: 1px solid var(--gray-dd); background-color: #fff; }
.bbs-preview + .bbs-preview { margin-top: 6rem; }
@media only screen and (max-width: 767px){
 .bbs-preview .bbs-header { padding: 20px; }
 .bbs-preview .bbs-header .tit { margin-bottom: 1.5rem; font-size: 18px; text-align: center; }
 .bbs-preview .bbs-header .info { justify-content: center; }
 .bbs-preview .bbs-header .info span { gap: 15px; font-size: 15px; }
 .bbs-preview .bbs-body { padding: 20px; }
 .bbs-preview + .bbs-preview { margin-top: 30px; }
}

.bd-box { padding: 60px 20px; border-top: 2px solid #333; border-bottom: 1px solid var(--gray-e5); }
.bd-box-mid { max-width: 600px; margin: 0 auto; }
.bd-box .tit { display: block; font-size: 3rem; color: #222; }
.bd-box .txt { display: block; line-height: 1.4; font-size: 1.8rem; color: #666; }
.bd-box .icn { margin: 0 auto; width: 50px; height: 50px; }

.bd-box .inp-st1 { max-width: 400px; }


/********** table **********/
.table-st1 { width: 100%; word-break: keep-all; border-top: 2px solid var(--main); }
.table-st1 thead { background: #f0f9f7; }
.table-st1 td , .table-st1 th { padding: 20px 20px; border-bottom: 1px solid #eee; word-break: break-all; }
.table-st1 tr td { border-right: 1px solid #eee; word-break: keep-all; line-height: 1.4; }
.table-st1 tr td:last-child { border-right: none; }
.table-st1 tr td.bg.bg2 { border-left: 2px solid #fff; }
.table-st1 tr td.bg span { color: var(--pink); }
.table-st1 .no-bord { border-bottom: 0; }
.table-st1 input { border-radius: 6px; }
.table-st1 input[type="text"], .table-st1 input[type="password"] { width: 100%; max-width: 50rem; height: 45px; line-height: 45px; padding: 0 10px; border: 1px solid var(--gray-dd); transition: all 0.3s; }
.table-st1 input[type="checkbox"] { width: auto; }
.table-st1 input.full-input { width: 100%; }
.table-st1 input::placeholder { font-size: 15px; }
.table-st1 input[type="text"]:focus { outline: 1px solid var(--blue); }
.table-st1 select { width: 100%; max-width: 140px; height: 36px; line-height: 36px; padding: 0 10px; border: 1px solid var(--gray-dd); }
.table-st1 select[name=telFirst] { width: 15rem; }
.table-st1 select:focus-visible { outline: 1px solid var(--blue); }
.table-st1 p { /* padding-top: 10px; */line-height: 2.3rem; font-size: 15px; }
.table-st1 div.flex-align-center { flex-wrap: wrap; }
.table-st1 .radio-wrap > div { width: 100%; max-width: 250px; }

.table-scroll-wrap { position: relative; }
@media only screen and (max-width: 1023px){
 .table-scroll-wrap { overflow-x: scroll; }
}

@media only screen and (max-width:767px){
 .table-st1 { table-layout: fixed; }
 .table-st1 td { padding: 10px; }

 .table-st1 tr td { word-break: break-all; }
}
@media only screen and (max-width:450px){
 .table-st1 input { width: 100%; }
}
@media only screen and (max-width:390px){
 .table-st1 button[type=submit] { width: 100%; }
}

/********** tab **********/
.tab-st1 .tab-btn { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 20px; }
.tab-st1 .tab-btn > li > button,
.tab-st1 .tab-btn > li > a { position: relative; font-weight: 700; font-size: 1.7rem; color: #757575; cursor: pointer; }
.tab-st1 .tab-btn > li > button::before,
.tab-st1 .tab-btn > li > a::before { content: ""; position: absolute; top: 50%; transform: translateY(-50%); left: 0; width: 13px; height: 13px; }
.tab-st1 .tab-btn > li.on > button,
.tab-st1 .tab-btn > li.on > a { padding-left: 18px; color: #333; }
.tab-st1 .tab-btn > li.on > button::before,
.tab-st1 .tab-btn > li.on > a::before { background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.64 16.16'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B stroke-width: 0px; %7D %3C/style%3E%3C/defs%3E%3Cpolygon class='cls-1' points='0 7.91 1.77 6.14 8.25 12.62 20.87 0 22.64 1.77 8.25 16.16 0 7.91'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center center; background-size: 13px 10px; }

.tab-st2 .tab-btn { display: flex; flex-wrap: wrap; gap: 8px; }
.tab-st2 .tab-btn > li > a { display: block; padding: 8px 15px; font-size: 1.5rem; color: #555; background: var(--gray-f9); border-radius: 50px; }
.tab-st2 .tab-btn > li.on > a { color: #fff; background: #333; }


.tab-st3 .tab-btn { display: flex; justify-content: flex-start; flex-wrap: wrap; gap: 10px 20px; margin-bottom: 40px; }
.tab-st3 .tab-btn > li { position: relative; }
.tab-st3 .tab-btn > li::after { content:""; position: absolute; top: 50%; right: 0; transform: translateY(-50%); width: 1px; height: 20px; background: #222; }
.tab-st3 .tab-btn > li:last-child::after { display: none; }
.tab-st3 .tab-btn > li > a { display: block; position: relative; height: 40px; line-height: 40px; padding-right: 20px; font-weight: 700; font-size: 1.9rem; color: #222; white-space: nowrap; }
.tab-st3 .tab-btn > li.on { position: relative; padding-right: 20px; }
.tab-st3 .tab-btn > li.on > a { padding: 0 15px; color: #fff; background: #222; }

.tab-st4 { margin-bottom: 40px; max-width: 100%; overflow: visible; }
/* .tab-st4 .tab-btn { display: flex; align-items: center; justify-content: start; flex-wrap: nowrap; gap: 10px 30px; } */
.tab-st4 .tab-btn > li { width: fit-content; }
.tab-st4 .tab-btn > li > a { position: relative; display: block; line-height: 1.3; padding-bottom: 5px; font-weight: 700; font-size: 2.2rem; color: #999; white-space: nowrap; }
.tab-st4 .tab-btn > li.on > a { color: #333; }
.tab-st4 .tab-btn > li.on > a::after { content:""; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background: #333; }

.tab-conts .tab-cont { display: none; }
.tab-conts .tab-cont.on { display: block; }

@media only screen and (max-width: 1400px){
 .tab-st3 .tab-btn > li::after { height: 18px; }
 .tab-st3 .tab-btn > li > a { height: 35px; line-height: 35px; font-size: 1.8rem; }
}
@media only screen and (max-width: 1023px){
 .tab-st3 .tab-btn > li::after { height: 15px; }
 .tab-st3 .tab-btn > li > a { height: 35px; line-height: 35px; font-size: 1.8rem; }
}
@media only screen and (max-width: 767px){
 .tab-st3 .tab-btn { row-gap: 0; }
 .tab-st3 .tab-btn > li::after { height: 12px; }
 .tab-st3 .tab-btn > li > a { height: 32px; line-height: 32px; font-size: 1.7rem; }
 /* .tab-st4 .tab-btn { gap: 15px; } */ }


/********** list **********/
.list1 > li { position: relative; padding-left: 12px; margin-bottom: 0.5rem; color: #555; word-break: keep-all; line-height: 1.4; }
.list1 > li:last-child { margin-bottom: 0; }
.list1 > li:before { position: absolute; top: 8px; left: 0; content: ""; width: 4px; height: 4px; background-color: var(--main); opacity: .5; border-radius: 2px; }
.list2 > li { position: relative; line-height: 1.4; margin-bottom: 3px; padding-left: 8px; font-weight: 400; font-size: 15px; color: #555; }
.list2 > li > strong { font-weight: 600; }
.list2 > li:last-child { margin-bottom: 0; }
.list2 > li:before { content: ""; position: absolute; top: 8px; left: 0; width: 3px; height: 3px; background: #555; border-radius: 100%; }
.list3 > li { position: relative; line-height: 1.4; margin-bottom: 2px; padding-left: 12px; font-weight: 400; font-size: 14px; color: #555; }
.list3 > li:last-child { margin-bottom: 0; }
.list3 > li:before { content: ""; position: absolute; top: 10px; left: 0; width: 5px; height: 1px; background: #555; }
.list4 > li { position: relative; line-height: 1.5; margin-bottom: 2px; padding-left: 18px; font-size: 1.5rem; color: #444; counter-increment: number-counter1; }
.list4 > li:before { content: counter(number-counter1) "."; position: absolute; top: 0; left: 0; font-size: 1.4rem; color: #666; }
.list5 > li { position: relative; line-height: 1.6; margin-bottom: 3px; padding-left: 12px; font-weight: 400; font-size: 16px; color: #666; }
.list5 > li > strong { font-weight: 600; }
.list5 > li:last-child { margin-bottom: 0; }
.list5 > li:before { content: ""; position: absolute; top: 11px; left: 0; width: 3px; height: 3px; background: #666; border-radius: 100%; }


/********** checkbox & radio **********/
/* 체크박스 */
.checklist-st1 { display: flex; align-items: center; flex-wrap: wrap; gap: 15px 20px; }
.checkbox { position: relative; }
input.chk-st1 { position: absolute; top: 0px; left: 0; width: 18px; height: 18px; cursor: pointer; border: none; appearance: none; background: transparent; }
input.chk-st1 + label.chk-st1 { position: relative; display: block; padding-left: 25px; line-height: 18px; font-size: 1.6rem; color: #666; cursor: pointer; }
input.chk-st1 + label.chk-st1::before { content: ""; position: absolute; top: 0px; left: 0; width: 18px; height: 18px; background: #fff; border: 1px solid var(--gray-e5); }
input.chk-st1:checked + label.chk-st1 { font-weight: 500; color: #333; }
input.chk-st1:disabled + label.chk-st1 { cursor: default; }
input.chk-st1:checked + label.chk-st1::before { content: ""; position: absolute; top: 0px; left: 0; width: 18px; height: 18px; background: var(--main); border: 1px solid var(--main); }
input.chk-st1:checked + label.chk-st1::after { content: ""; position: absolute; top: 3px; left: 6px; width: 6px; height: 10px; border-right: 2px solid #fff; border-bottom: 2px solid #fff; border-left:transparent; border-top:transparent; transform:rotate(40deg); }

/* 라디오 */
.radio { position: relative; }
input.rdo-st1 { appearance: none; position: absolute; top: -1px; left: 0; width: 18px; height: 18px; margin: 0; border: none; background: transparent; }
input.rdo-st1 + label.rdo-st1 { position: relative; padding-left: 25px; line-height: 18px; font-size: 15px; color: #555; cursor: pointer; }
input.rdo-st1 + label.rdo-st1:before { content: ""; position: absolute; top: -1px; left: 0; width: 18px; height: 18px; background: #fff; border: 1px solid var(--gray-e5); border-radius: 100%; }
input.rdo-st1:checked + label.rdo-st1 { font-weight: 600; }
input.rdo-st1:disabled + label.rdo-st1 { cursor: default; }
input.rdo-st1:checked + label.rdo-st1:before { content: ""; position: absolute; top: -1px; left: 0; width: 18px; height: 18px; background: var(--main); border: 1px solid var(--main); }
input.rdo-st1:checked + label.rdo-st1:after { content: ""; position: absolute; top: 5px; left: 6px; width: 6px; height: 6px; background: #fff; border-radius: 100%; }

/********** btn **********/
/* 버튼 정렬 */
.btn-lf { display: flex; justify-content: flex-start; gap: 5px; }
.btn-ce { display: flex; justify-content: center; gap: 5px; }
.btn-rg { display: flex; justify-content: flex-end; gap: 5px; }
@media only screen and (max-width: 560px){
 .btn-ce { flex-wrap: wrap; }
 .btn-ce > a, .btn-ce > button { flex: 1; min-width: fit-content; }
}
@media only screen and (max-width: 340px){
 .btn-ce button { max-width: unset; width: 100%; }
}

.btn-bace1 { display: block; min-width: 100%; width: fit-content; height: 45px; line-height: 45px; padding: 0 20px; font-family: "Pretendard"; font-weight: 600; font-size: 16px; border-radius: .5rem; white-space: nowrap; }
.btn-bace2 { display: block; width: fit-content; height: 45px; line-height: 45px; padding: 0 15px; font-family: "Pretendard"; font-weight: 600; font-size: 14px; border-radius: .5rem; white-space: nowrap; }
.btn-bace3 { display: block; min-width: fit-content; width: 100%; max-width: 150px; height: 50px; line-height: 50px; padding: 0 20px; font-family: "Pretendard"; font-weight: 500; font-size: 16px; border-radius: .5rem; text-align: center; }
.btn-bace4 { display: block; width: 100%; height: 45px; line-height: 45px; padding: 0 10px; font-family: "Pretendard"; font-size: 16px; text-align: center; border-radius: .5rem; }

/********** 팝업 **********/
.popup-wrap { display: none; position: fixed; top: 0; left: 0; z-index: 100; width: 100%; height: 100%; background: rgba(0,0,0,0.5) }
.popup-wrap.active { display: block; }
.popup-wrap .popup-inner { position: absolute; top: 50%; left: 50%; width: 100%; max-width: 900px; padding: 0 20px; transform: translate(-50%, -50%); overflow: hidden; }
.popup-wrap .popup-box1 { position: relative; height: 100%; max-height: calc(100% - 60px); border-radius: 10px; background: #fff; }
.popup-wrap .popup-box1 .popup-top { position: relative; padding: 30px; }
.popup-wrap .popup-box1 .popup-top .ti { font-weight: 700; font-size: 2rem; color: #444; }
.popup-wrap .popup-box1 .close { position: absolute; top: 30px; right: 30px; z-index: 1; display: block; width: 15px; height: 15px; }
.popup-wrap .popup-box1 .close .icn-close { width: 15px; height: 15px; background-size: 15px; }
.popup-wrap .popup-box1 .popup-cont { width: 100%; max-height: calc(100vh - 150px); margin-top: 10px; padding: 0 30px 30px 30px; overflow-x: scroll; -ms-overflow-style: none; scrollbar-width: none; }
.popup-wrap .popup-box1 .popup-cont::-webkit-scrollbar { display: none; width: 0px; }
/* .popup-wrap .popup-box1 .popup-cont table { min-width: 700px; } */
.popup-wrap .popup-box1 .popup-btn { margin-top: 30px; }
.popup-wrap .flex { max-width: 32rem; margin: 0 auto; }
.popup-wrap .popup-tit { font-size: 2rem; font-weight: 600; color: var(--blue); }

.popup-wrap.over-popup .popup-cont { overflow-y: scroll; }

.popup-wrap.id-check-pop .popup-inner { max-width: 500px; }

.popup-wrap input.chk-st1 { position: relative; width: 18px; height: 18px; cursor: pointer; border: none; border-radius: 2px; appearance: none; background: transparent; }
.popup-wrap input.chk-st1::before { content: ""; position: absolute; top: 0px; left: 0; width: 18px; height: 18px; background: #fff; border: 1px solid var(--gray-e5); border-radius: 2px; }
.popup-wrap input.chk-st1:checked::before { content: ""; position: absolute; top: 0px; left: 0; width: 18px; height: 18px; border-radius: 2px; background: var(--main); border: 1px solid var(--main); }
.popup-wrap input.chk-st1:checked::after { content: ""; position: absolute; top: 4px; left: 7px; width: 5px; height: 8px; border-right: 2px solid #fff; border-bottom: 2px solid #fff; border-left:transparent; border-top:transparent; transform:rotate(40deg); }

@media only screen and (max-width: 900px){
 .popup-wrap .table-scroll-wrap { word-break: keep-all; overflow-x: scroll; }
 .popup-wrap .table-scroll-event { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1; background-color: rgba(255,255,255,0.8); }
 .popup-wrap .table-scroll-event.hidden { display: none; }
 .popup-wrap .table-scroll-event .inner::before { content: ""; position: absolute; top: 80px; left: 50%; transform: translateX(-50%); display: block; width: 30px; height: 30px; background-repeat: no-repeat; background-size: contain; background-position: center; background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='icon' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 61 64.28'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23000; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2px; %7D %3C/style%3E%3C/defs%3E%3Cg%3E%3Cpath class='cls-1' d='M26.24,52.94s-8.39-7.82-8.39-15.08v-8.7c0-2.32,1.88-4.2,4.2-4.2h0c2.32,0,4.2,1.88,4.2,4.2V6.25c0-2.45,2.11-4.42,4.61-4.18,2.18.21,3.79,2.17,3.79,4.36v12.24c0-2.45,2.11-4.42,4.61-4.18,2.18.21,3.79,2.17,3.79,4.36v3.74c0-2.32,1.88-4.2,4.2-4.2h0c2.32,0,4.2,1.88,4.2,4.2v3.12c0-2.59,2.35-4.64,5.04-4.11,1.99.39,3.35,2.26,3.35,4.3h0c0,5.83.45,10.07-.06,15.51-.12,1.25-.34,2.49-.67,3.7l-2.09,7.84h-30.76Z'/%3E%3Cline class='cls-1' x1='26.24' y1='29.16' x2='26.24' y2='35.78'/%3E%3Cline class='cls-1' x1='34.63' y1='18.67' x2='34.63' y2='29.16'/%3E%3Cline class='cls-1' x1='43.03' y1='20.59' x2='43.03' y2='29.16'/%3E%3Cline class='cls-1' x1='51.42' y1='25.71' x2='51.42' y2='29.16'/%3E%3Crect class='cls-1' x='26.24' y='52.94' width='30.76' height='10.34'/%3E%3C/g%3E%3Cline class='cls-1' x1='40.31' y1='7.05' x2='58.94' y2='7.05'/%3E%3Cpolyline class='cls-1' points='52.89 1 58.94 7.05 52.89 13.11'/%3E%3Cline class='cls-1' x1='19.63' y1='7.05' x2='1' y2='7.05'/%3E%3Cpolyline class='cls-1' points='7.05 1 1 7.05 7.05 13.11'/%3E%3C/svg%3E"); animation: leftRight 2.4s infinite linear; }
 @keyframes leftRight {
  0% { transform: translateX(0px); }
  50% { transform: translateX(-20px); }
  100% { transform: translateX(0px); }
 }
 .popup-wrap .table-scroll-event .inner::after { content: "좌우로 스크롤하세요"; position: absolute; left: 50%; top: 110px; transform: translateX(-50%); display: block; margin-top: 15px; font-size: 14px; }
 .popup-wrap .table-scroll-wrap .bbs-list-wrap2 { width: 1000px; }
}
@media only screen and (max-width: 767px){
 .popup-wrap .popup-box1 .popup-cont { max-height: calc(100vh - 60px); }

 .popup-wrap.post-lp2 .popup-img-swiper { padding: 20px; }
}
@media only screen and (max-width: 600px) { /* 비밀번호 변경 팝업 */
 .popup-wrap .login-top { margin-bottom: 20px; }
 .pass-tip ul { flex-flow: column wrap; gap: 30px; }
 .pass-tip .img-wrap { margin-bottom: 10px; }
 .pass-tip .img-wrap img { height: 55px; }
 .pass-tip p br { display: none; }
}
@media only screen and (max-width: 560px){
 .popup-wrap .popup-box1 .popup-top { padding: 15px; }
 .popup-wrap .popup-box1 .close { top: 15px; right: 15px; }
 .popup-wrap .popup-box1 .popup-cont { padding: 0 10px 10px 10px; }


 .popup-wrap .popup-box2 .popup-cont { padding: 0 20px 20px 20px; }

 .popup-wrap.post-lp .popup-box1 .popup-cont { padding: 30px 10px 10px 10px; }
}

/********** 이미지 **********/
.img-wrap { display: block; overflow: hidden; }
.img-wrap img { max-width: 100% !important; }
.video-wrap video { max-width: 100%; }
.video-wrap iframe { max-width: 100%; border: 0; }

/********** 텍스트 ...처리 **********/
.txt-over1 { display: -webkit-box; display: -ms-flexbox; height: fit-content; overflow: hidden; text-overflow: ellipsis; word-break: break-all; -webkit-box-orient: vertical; -webkit-line-clamp: 1; } /* 1줄 */
.txt-over2 { display: -webkit-box; display: -ms-flexbox; height: fit-content; overflow: hidden; text-overflow: ellipsis; word-break: break-all; -webkit-box-orient: vertical; -webkit-line-clamp: 2; } /* 2줄 */
.txt-over3 { display: -webkit-box; display: -ms-flexbox; height: fit-content; overflow: hidden; text-overflow: ellipsis; word-break: break-all; -webkit-box-orient: vertical; -webkit-line-clamp: 3; } /* 3줄 */

/********** 오버플로우 스크롤 **********/
.ovf-x-scroll { overflow-x: scroll; }
.ovf-y-scroll { overflow-y: scroll; }

/********** 텍스트 정렬 **********/
.txt-lf { text-align: left; }
.txt-ce { text-align: center; }
.txt-rg { text-align: right; }

/********** font-weight **********/
.fw-300 { font-weight: 300; }
.fw-400 { font-weight: 400; }
.fw-500 { font-weight: 500; }
.fw-600 { font-weight: 600; }
.fw-700 { font-weight: 700; }

/********** font-size **********/
.fz-15 { font-size: 1.5rem; }
.fz-14 { font-size: 1.4rem; }
.fz-13 { font-size: 1.3rem; }

/********** flex **********/
.flex { display: flex; }
.flex-shrink { flex-shrink: 0; }
.flex-wrap { flex-wrap: wrap; }
.flex-ce { display: flex; justify-content: center; }

/* 정렬 */
.flex-align-center { display: flex; align-items: center; }
.flex-justify-between { display: flex; justify-content: space-between; }
.flex-justify-between-center { display: flex; justify-content: space-between; align-items: center; }

/* gap */
.gap5 { gap: 5px; }
.gap10 { gap: 10px; }
.gap15 { gap: 15px; }
.gap20 { gap: 20px; }
.gap25 { gap: 25px; }
.gap30 { gap: 30px; }

/********** width **********/
.wh100p { width: 100%; }
.wh90p { width: 90%; }
.wh80p { width: 80%; }
.wh70p { width: 70%; }
.wh60p { width: 60%; }
.wh50p { width: 50%; }
.wh40p { width: 40%; }
.wh30p { width: 30%; }
.wh20p { width: 20%; }
.wh5p { width: 5%; }

/********** margin **********/
.mg0 { margin:0; }
/*** margin_top ***/
.mt-33 { margin-top:-33px; }
.mt0 { margin-top:0; }
.mt3 { margin-top:3px; }
.mt5 { margin-top:5px; }
.mt10 { margin-top:10px; }
.mt15 { margin-top:15px; }
.mt20 { margin-top:20px; }
.mt25 { margin-top:25px; }
.mt30 { margin-top:30px; }
.mt35 { margin-top:35px; }
.mt40 { margin-top:40px; }
.mt45 { margin-top:45px; }
.mt50 { margin-top:50px; }
.mt55 { margin-top:55px; }
.mt60 { margin-top:60px; }
.mt65 { margin-top:65px; }
.mt70 { margin-top:70px; }
.mt75 { margin-top:75px; }
.mt80 { margin-top:80px; }
.mt85 { margin-top:85px; }
.mt90 { margin-top:90px; }
.mt95 { margin-top:95px; }
.mt100 { margin-top:100px; }
.mt160 { margin-top:160px; }
/*** margin_bottom ***/
.mb0 { margin-bottom:0; }
.mb5 { margin-bottom:5px; }
.mb10 { margin-bottom:10px; }
.mb15 { margin-bottom:15px; }
.mb20 { margin-bottom:20px; }
.mb25 { margin-bottom:25px; }
.mb30 { margin-bottom:30px; }
.mb35 { margin-bottom:35px; }
.mb40 { margin-bottom:40px; }
.mb45 { margin-bottom:45px; }
.mb50 { margin-bottom:50px; }
.mb55 { margin-bottom:55px; }
.mb60 { margin-bottom:60px; }
.mb65 { margin-bottom:65px; }
.mb70 { margin-bottom:70px; }
.mb75 { margin-bottom:75px; }
.mb80 { margin-bottom:80px; }
.mb85 { margin-bottom:85px; }
.mb90 { margin-bottom:90px; }
.mb95 { margin-bottom:95px; }
.mb100 { margin-bottom:100px; }
/*** margin_left ***/
.ml0 { margin-left:0; }
.ml5 { margin-left:5px; }
.ml10 { margin-left:10px; }
.ml15 { margin-left:15px; }
.ml20 { margin-left:20px; }
.ml25 { margin-left:25px; }
.ml30 { margin-left:30px; }
.ml35 { margin-left:35px; }
.ml40 { margin-left:40px; }
.ml45 { margin-left:45px; }
.ml50 { margin-left:50px; }
.ml55 { margin-left:55px; }
.ml60 { margin-left:60px; }
.ml65 { margin-left:65px; }
.ml70 { margin-left:70px; }
.ml75 { margin-left:75px; }
.ml80 { margin-left:80px; }
.ml85 { margin-left:85px; }
.ml90 { margin-left:90px; }
.ml95 { margin-left:95px; }
.ml100 { margin-left:100px; }
/*** margin_right ***/
.mr0 { margin-right:0; }
.mr5 { margin-right:5px; }
.mr10 { margin-right:10px; }
.mr15 { margin-right:15px; }
.mr20 { margin-right:20px; }
.mr25 { margin-right:25px; }
.mr30 { margin-right:30px; }
.mr35 { margin-right:35px; }
.mr40 { margin-right:40px; }
.mr45 { margin-right:45px; }
.mr50 { margin-right:50px; }
.mr55 { margin-right:55px; }
.mr60 { margin-right:60px; }
.mr65 { margin-right:65px; }
.mr70 { margin-right:70px; }
.mr75 { margin-right:75px; }
.mr80 { margin-right:80px; }
.mr85 { margin-right:85px; }
.mr90 { margin-right:90px; }
.mr95 { margin-right:95px; }
.mr100 { margin-right:100px; }

/******************** padding ********************/
.pd0 { padding:0; }
/*** padding_top ***/
.pt0 { padding-top:0; }
.pt5 { padding-top:5px; }
.pt10 { padding-top:10px; }
.pt15 { padding-top:15px; }
.pt20 { padding-top:20px; }
.pt25 { padding-top:25px; }
.pt30 { padding-top:30px; }
.pt35 { padding-top:35px; }
.pt40 { padding-top:40px; }
.pt45 { padding-top:45px; }
.pt50 { padding-top:50px; }
.pt55 { padding-top:55px; }
.pt60 { padding-top:60px; }
.pt65 { padding-top:65px; }
.pt70 { padding-top:70px; }
.pt75 { padding-top:75px; }
.pt80 { padding-top:80px; }
.pt85 { padding-top:85px; }
.pt90 { padding-top:90px; }
.pt95 { padding-top:95px; }
.pt100 { padding-top:100px; }
/*** padding_bottom ***/
.pb0 { padding-bottom:0; }
.pb5 { padding-bottom:5px; }
.pb10 { padding-bottom:10px; }
.pb15 { padding-bottom:15px; }
.pb20 { padding-bottom:20px; }
.pb25 { padding-bottom:25px; }
.pb30 { padding-bottom:30px; }
.pb35 { padding-bottom:35px; }
.pb40 { padding-bottom:40px; }
.pb45 { padding-bottom:45px; }
.pb50 { padding-bottom:50px; }
.pb55 { padding-bottom:55px; }
.pb60 { padding-bottom:60px; }
.pb65 { padding-bottom:65px; }
.pb70 { padding-bottom:70px; }
.pb75 { padding-bottom:75px; }
.pb80 { padding-bottom:80px; }
.pb85 { padding-bottom:85px; }
.pb90 { padding-bottom:90px; }
.pb95 { padding-bottom:95px; }
.pb100 { padding-bottom:100px; }
/*** padding_left ***/
.pl0 { padding-left:0; }
.pl5 { padding-left:5px; }
.pl10 { padding-left:10px; }
.pl15 { padding-left:15px; }
.pl17 { padding-left:17px; }
.pl20 { padding-left:20px; }
.pl25 { padding-left:25px; }
.pl30 { padding-left:30px; }
.pl35 { padding-left:35px; }
.pl40 { padding-left:40px; }
.pl45 { padding-left:45px; }
.pl50 { padding-left:50px; }
.pl55 { padding-left:55px; }
.pl60 { padding-left:60px; }
.pl65 { padding-left:65px; }
.pl70 { padding-left:70px; }
.pl75 { padding-left:75px; }
.pl80 { padding-left:80px; }
.pl85 { padding-left:85px; }
.pl90 { padding-left:90px; }
.pl95 { padding-left:95px; }
.pl100 { padding-left:100px; }
/*** padding_right ***/
.pr0 { padding-right:0; }
.pr5 { padding-right:5px; }
.pr10 { padding-right:10px; }
.pr15 { padding-right:15px; }
.pr17 { padding-right:17px; }
.pr20 { padding-right:20px; }
.pr25 { padding-right:25px; }
.pr30 { padding-right:30px; }
.pr35 { padding-right:35px; }
.pr40 { padding-right:40px; }
.pr45 { padding-right:45px; }
.pr50 { padding-right:50px; }
.pr55 { padding-right:55px; }
.pr60 { padding-right:60px; }
.pr65 { padding-right:65px; }
.pr70 { padding-right:70px; }
.pr75 { padding-right:75px; }
.pr80 { padding-right:80px; }
.pr85 { padding-right:85px; }
.pr90 { padding-right:90px; }
.pr95 { padding-right:95px; }
.pr100 { padding-right:100px; }
@media only screen and (max-width: 767px){
 .mt50 { margin-top: 40px; }
}