/* Default ================================================ */
@charset "utf-8";
@font-face {
	font-family: "NanumSquareNeo";
	src: url(font/NanumSquareNeo-bRg.ttf) format("truetype");
}
@font-face {
	font-family: "NanumSquareNeoBold";
	src: url(font/NanumSquareNeo-cBd.ttf) format("truetype");
}
@font-face {
	font-family: "NanumSquareNeoExtraBold";
	src: url(font/NanumSquareNeo-dEb.ttf) format("truetype");
}
@font-face {
	font-family: "NanumSquareNeoHeavy";
	src: url(font/NanumSquareNeo-eHv.ttf) format("truetype");
}

* {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	font-size: 100%;
	font-family: "NanumSquareNeo", sans-serif;
	font: inherit;
	vertical-align: baseline;
}
body {
	font-size: 15px;
	cursor: default;
	font-family: "NanumSquareNeo", sans-serif;
	position: relative;
	line-height: 25px;
}

ol,
ul,
li {
	list-style: none;
}
p {
	color: #000;
}
a {
	text-decoration: none;
	color: var(--color-primary);
}
a:hover {
	font-family: var(--font-bold);
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* 0710 박민지 수정 */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 0.5rem;
	font-family: var(--font-bold);
	font-weight: 500;
	line-height: 1.5;
	color: inherit;
}
/* //0710 박민지 수정 */
.h1,
h1 {
	font-size: 2.5rem;
}
.h2,
h2 {
	font-size: 2rem;
}
.h3,
h3 {
	font-size: 22px;
}
.h4,
h4 {
	font-size: 1.5rem;
}
.h5,
h5 {
	font-size: 1rem;
}
.h6,
h6 {
	font-size: 1rem;
}

button {
	cursor: pointer;
	-ms-user-select: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
button:disabled,
button:hover:disabled {
	background-color: #ddd;
	border-color: #ddd;
	color: #777;
	opacity: 0.7;
	cursor: default;
}
textarea {
	color: #000;
	background-color: transparent;
	border: 1px solid #d6dcf7;
	border-radius: 0;
	padding: 9px 8px 7px 8px;
	font-size: 15px;
	min-height: 7rem;
	width: 100%;
	resize: none;
}
textarea::placeholder {
	color: #d9d9d9;
}
textarea:focus {
	outline: none;
}

b {
	font-family: NanumSquareNeoBold;
}

img {
	max-width: 100%;
}

select {
	border-radius: 2px;
	border: 1px solid #d6dcf7;
	padding: 10px 15px 10px 10px;
	background: url(/static/prjt/cmmn/img/select-arrow.svg) no-repeat right 10px center;
	background-size: 24px auto;
	background-color: #fff;
	-moz-appearance: none;
	-webkit-appearance: none;
	width: 100%;
	align-content: center;
	cursor: pointer;
	width: 200px;
	-ms-user-select: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
select + select {
	margin-left: 4px;
}
/* 0710 박민지 수정 */
dl {
	display: flex;
	font-size: 14px;
	line-height: 25px;
}
/* //0710 박민지 수정 */
dl::first-child {
	border-top: 1px solid #d6dcf7;
}
dl::last-child {
	border-bottom: 1px solid #d6dcf7;
}
.dt-center dt,
.dd-center dd {
	text-align: center;
}
.line-row dl {
	border-bottom: 1px solid #d6dcf7;
}
.line-row dl::last-child {
	border-bottom: 0px solid #d6dcf7;
}
dt {
	background-color: #f8f9ff;
	min-width: 150px;
	padding: 0.625rem 0rem;
}
dd {
	padding: 0.625rem 2.5rem;
	background-color: #fff;

	width: 100%;
}
/* 2025-07-24 - 정보공개 셀렉트 미노출을 위해 추가 */
#cl1CdValue,
#cl2CdValue,
#cl3CdValue,
#cl4CdValue {
	display: none;
}
/* 2025-07-24 - 정보공개 셀렉트 미노출을 위해 추가 */

/* box-type
type1 : 전체 라인
type2 : 상/하 라인
type3 : 상단 굵은라인 / 하단 얇은 라인
type4 : 상단 얇은라인 / 하단 꿁은 라인
type5 : 상단라인
type6 : 하단라인
*/
.box-type1 {
	border: 1px solid #d6dcf7;
}
.box-type2 {
	border-top: 1px solid #d6dcf7;
	border-bottom: 1px solid #d6dcf7;
}
.box-type3 {
	border-top: 2px solid var(--color-primary);
	border-bottom: 1px solid #d6dcf7;
}
.box-type4 {
	border-bottom: 2px solid var(--color-primary);
	border-top: 1px solid #d6dcf7;
}
.box-type5 {
	border-top: 2px solid var(--color-primary);
}
.box-type6 {
	border-bottom: 2px solid var(--color-primary);
}

.map-area {
	width: 100%;
	height: 450px;
	background-color: #eee;
	margin: 10px 0;
}

/* 0711 박민지 수정 */
.style-dot li {
	position: relative;
	padding: 0 0 0 10px;
	margin-bottom: 7px;
	line-height: 24px;
}
/* //0711 박민지 수정 */

.style-dot li::before {
	content: "·";
	position: absolute;
	top: 0;
	left: 0px;
}
.style-dot2 li {
	position: relative;
	padding: 0 0 0 17px;
}
.style-dot2 li::before {
	background: url(/static/prjt/cmmn/img/middot.svg) no-repeat;
	background-size: cover;
	content: "";
	position: absolute;
	width: 5px;
	height: 4px;
	top: 10px;
	left: 5px;
}
.style-num li {
	position: relative;
	padding: 0px;
	margin-bottom: 7px;
	margin-left: 18px;
	list-style-type: decimal;
}
/* li-tit 타이틀 인 경우 앞쪽 아이콘을 제거 함 */
.style-dot li.li-tit,
.style-dot2 li.li-tit,
.style-num li.li-tit {
	padding: 0;
	margin-left: 0;
	list-style: none;
}
.style-dot li.li-tit::before,
.style-dot2 li.li-tit::before {
	content: "";
	background: transparent;
}
/* //li-tit 타이틀 인 경우 앞쪽 아이콘을 제거 함 */

.style-img {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}
.style-img li {
	position: relative;
	width: calc(50% - 10px);
	height: auto;
	overflow: hidden;
	border-radius: 4px;
	margin-left: 10px;
	margin-top: 10px;
}
.style-img li img {
	width: 100%;
}

/* //Default ================================================ */

/* Root  */

:root {
	/* color */
	--color-primary: #0134ff;
	--color-black: #000;
	--color-white: #fff;

	/* //color */

	/* font-size */
	--font-tiny: 12px;
	--font-media: 14px;
	--font-primary: 16px;
	--font-medium: 19px;
	--font-big: 25px;
	/* //font-size */
	/* border */
	--border: 1px solid #e4e4e4;
	/* //border */
	/* layout */
	--sublayout: 1280px;
	--otherlayout: 1400px;
	--font-bold: NanumSquareNeoBold;
	/* //layout */
}

/* //Root  */

/* Component ================================================ */
/* font, select, input,  ================================================ */

.btn-line {
	display: block;
	align-content: center;
	font-size: 14px;
	color: var(--color-primary);
	border-radius: 0.125rem;
	border: 1px solid var(--color-primary);
	background-color: #f8f9ff;
	padding: 0.5rem;
}

.btn-line:disabled {
	border: 1px solid #ddd;
}
.btn-transparent {
	background: transparent;
	border: none;
	cursor: pointer;
}

.btn-search {
	text-indent: -9999px;
	font-size: 0;
	background: url(/static/prjt/cmmn/img/search.svg) no-repeat;
}
.contents-search .btn-search2 {
	min-width: 50px;
	font-size: 16px;
	color: #fff;
	text-indent: 0px;
	border-radius: 0.125rem;
	background-color: var(--color-primary);
	padding: 9px 20px 7px 40px;
	height: 44px;
	background-image: url(/static/prjt/cmmn/img/ico_search.svg);
	background-repeat: no-repeat;
	background-size: 21px 21px;
	background-position: 15px 50%;
	background-repeat: no-repeat;
}
.btn-close {
	text-indent: -9999px;
	font-size: 0;
	background: url(/static/prjt/cmmn/img/close-btn.svg) no-repeat;
}
.search-pop {
	text-indent: -9999px;
	font-size: 0;
	background: url(/static/prjt/cmmn/img/search-pop.svg) no-repeat;
}
.btn-alllists {
	text-indent: -9999px;
	font-size: 0;
	background: url(/static/prjt/cmmn/img/selectlists-hover.svg) no-repeat;
}
.btn-mypage {
	background: url(/static/prjt/cmmn/img/ico_person.svg) no-repeat;
}
.btn-arrow-right {
	background: url(/static/prjt/cmmn/img/ico_arrowright.svg) no-repeat;
}
.btn-close {
	text-indent: -9999px;
	font-size: 0;
	background: url(/static/prjt/cmmn/img/close-btn.svg) no-repeat;
}

.btn-full {
	width: 100%;
}

.btn-prev {
	background: url(/static/prjt/cmmn/img/ico_prev.svg) no-repeat;
}
.btn-next {
	background: url(/static/prjt/cmmn/img/ico_next.svg) no-repeat;
}
.basic {
	width: fit-content;
	min-height: 2rem;
	border-radius: 0.125rem;
	border: 1px solid #d6dcf7;
	background-color: #f8f9ff;
	padding: 0 0.625rem;
	display: block;
	align-content: center;
	color: #000;
	font-size: 13px;

	line-height: 18px;
}
.btn-small {
	border-radius: 0.25rem;
	background-color: #fff;
	border: 1px solid #d6dcf7;
	font-size: 14px;
	line-height: 21px;
	color: #000;

	padding: 0.5rem 1.6rem;
	min-width: 5rem;
}
.btn-small.active {
	color: #fff;
	background-color: var(--color-primary);
	font-family: "NanumSquareNeoBold";
	border: 1px solid var(--color-primary);
}
.btn-small.first {
	border-radius: 0.25rem 0 0 0.25rem;
	border-right: none;
}
.btn-small.second {
	border-radius: 0 0.25rem 0.25rem 0;
	border-right: 1px solid #d6dcf7;
}

.textbtn {
	color: #2472ef;
	font-size: 14px;
	font-family: "NanumSquareNeoBold";
	letter-spacing: 0.14px;
	/*text-decoration-line: underline;*/
	text-underline-offset: 1px;
	text-underline-position: from-font;
	text-decoration-color: #2472ef;
	text-align: end;
	display: block;
	margin-top: 1rem;
	background-color: transparent;
	cursor: pointer;
}
.textbtn.red {
	color: #e12121;
	text-decoration-color: #e12121;
}
.textbtn.black {
	color: #000;
	text-decoration-line: unset;
}
.textbtn.gray {
	color: #666;
	text-decoration-color: #666;
}
.textbtn:disabled {
	color: #777;
	text-decoration-color: #777;
	background: none;
}
.textbtn.small {
	font-size: 11px;
	text-align: center;
	display: initial;
	margin-top: 0.1rem;
}
.textbtn.left {
	text-align: left;
	display: unset;
	margin-top: 0;
}
.textbtn.bg {
	height: 2rem;
	padding: 0.5rem 0;
	border-radius: 0.125rem;
	min-width: 6.5rem;
	color: #000;
	font-size: 14px;
	line-height: 19.6px;
	font-family: "NanumSquareNeoBold";
	text-decoration-line: unset;
	text-align: center;
	background-color: transparent;
	margin-top: 0;
}
.textbtn.bg.active,
.textbtn.bg:hover {
	background-color: #f8f9ff;
	color: var(--color-primary);
}
.editwrite {
	background: url(/static/prjt/cmmn/img/ico_editwrite.svg) no-repeat left 6px center;
	background-size: 13px auto;
	background-color: #f8f9ff;
	padding-left: 1.55rem;
	align-content: center;
}
.btn-write {
	padding: 0.5rem 1rem;
	background-color: var(--color-primary);
	margin-top: 1.88rem;
	text-align: center;
	float: right;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.25rem;
}
.btn-write.other {
	background-color: #f8f9ff;
	border: 1px solid #d6dcf7;
}
.btn-write img {
	width: 20px;
	height: 20px;
	object-fit: cover;
}
.writeblack {
	filter: invert(1);
}
.btn-cancel,
.contents-delete {
	background: url(/static/prjt/cmmn/img/ico_popclose.svg) no-repeat left 5px center;
	background-color: #f8f9ff;
	background-size: 16px auto;
	padding: 0 0.8rem 0 1.5rem;
}
.btn-save {
	background: url(/static/prjt/cmmn/img/ico_viewmore.svg) no-repeat left 5px center;
	background-color: #f8f9ff;
	background-size: 16px auto;
	padding: 0 0.8rem 0 1.5rem;
}
.listView {
	padding: 1rem 1.25rem 1rem 2.5rem;
	background: url(/static/prjt/cmmn/img/ico_thumb.svg) no-repeat left 15px center;
	background-size: 20px auto;
	background-color: var(--color-primary);
	color: #fff;
	padding: 1rem 1.25rem 1rem 2.5rem;
	display: block;
	align-content: center;
	margin: 0 auto;
}
.btn-text {
	color: #fff;
	font-family: "NanumSquareNeoBold";
	font-size: 14px;
}
.btn-text.big {
	font-size: 17px;
	line-height: 25.5px;
}
.btn-text.small {
	font-size: 13px;
	line-height: 19.6px;
	font-family: "NanumSquareNeo";
}
.btn-text.tiny {
	font-size: 12px;
	line-height: 18px;
	font-family: "NanumSquareNeo";
}
.viewrule {
	background-color: #f8f9ff;
	border: 1px solid #d6dcf7;
	border-radius: 0.125rem;
	text-align: right;
	padding: 0.4rem 0.6rem;
	display: flex;
	align-items: center;
	gap: 0.3rem;
	justify-content: center;
}
.btn-text.black {
	color: #000;
}
.viewrule img {
	width: 16px;
	height: 16px;
	object-fit: cover;
}
.btn-reservation {
	font-size: 20px;
	font-family: "NanumSquareNeoBold";
	color: var(--color-primary);
	margin: 0 3.3vw;
	flex: 1;
	padding: 1.2rem 0;
	text-align: center;
	margin-top: 2.5rem;
	background-color: #fff;
	border: 1px solid var(--color-primary);
	border-radius: 0.25rem;
}
/*0813 스와이퍼 버튼 추가*/
.swiper-button-next, .swiper-button-prev{
	-ms-user-select: none;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	}
/* button */

/* 버튼 정렬 & 간격 */
.buttons {
	display: flex;
}
.buttons.end {
	justify-content: flex-end;
}
.buttons.other {
	flex-direction: column;
	gap: 0.5rem;
}
.buttons.toponly {
	margin-top: 1.75rem;
}
.buttons.smallgap {
	gap: 0.5rem;
}
/* 버튼 정렬 & 간격 */

/* input */
input {
	color: #000;
	background-color: #fff;
	border: 1px solid var(--color-primary);
	border-radius: 0.25rem;
	padding: 10px 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-user-select: none;
}
input::placeholder {
	color: #d9d9d9;
	font-size: 21px;
	font-weight: 300;
	line-height: 35px;
}
input:disabled {
	color: #9c9c9c;
}
input:readonly {
	color: #9c9c9c;
}
input:focus {
	outline: 1px solid var(--color-primary);
}

input[type="radio"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 1.5rem;
	border: 1px solid #717171;
	transition: all 0.2s ease-in-out;
	padding: 0;
	position: relative;
	cursor: pointer;
}
input[type="radio"]:focus {
	outline: none;
	box-shadow: none;
}
input[type="radio"]:checked {
	border: 1px solid #246beb;
	background-color: #fff;
	cursor: pointer;
}
.radio-btn:checked::before {
	content: "";
	width: 0.625rem;
	height: 0.625rem;
	background-color: #246beb;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.radio-box.one {
	justify-content: flex-start;
}
.radio-box.two {
	justify-content: center;
}
.radio-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.radio-box label {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #1d1d1d;
	text-align: center;
	cursor: pointer;
}
.radio-box label + label {
	margin-left: 2.19rem;
}
.radio-box.one label + label {
	margin-left: 0.5rem;
}
.radio-box.two label + label {
	margin-left: 0.5rem;
}
.radio-box.three label + label {
	margin-left: 1.5rem;
}
.radio-box.three label {
	gap: 0.3rem;
}
.radio-box .radio-btn {
	margin-right: 8px;
}
.check-agree {
	display: flex;
	align-items: center;
	color: #1d1d1d;
	font-size: 14px;
	line-height: 21px;
	cursor: pointer;
}
.check-agree input {
	margin-right: 8px;
}

.feedback-tit {
	font-size: 15px;
	color: #1d1d1d;

	line-height: 22px;
}

.text-input {
	padding: 0.69rem 0 0.69rem 1.25rem;
	border-radius: 0.125rem;
	border: 1px solid #d6dcf7;
	background-color: #fff;
	min-height: 2.5rem;
	width: 100%;
	/* min-width: 30rem; */
	font-size: 14px;
	color: #000;

	line-height: normal;
}
.text-input::placeholder {
	font-size: 14px;
}
.text-input.left {
	text-align: left;
}
.text-input.center {
	text-align: center;
	padding: 0;
}
.text-input.small {
	max-width: 7.5rem;
}
.text-input.medium {
	max-width: 8.125rem;
}
.text-input.personal {
	padding: 0.69rem 0 0.69rem 0.2rem;
}
.text-input.num {
	max-width: 3.5rem;
	padding: 0.5rem;
	border: 1px solid #d6dcf7;
	font-size: 14px;
	color: #000;
}
.text-input:disabled {
	background-color: #f8f9ff;
	color: #777;
}
/* //input */

/* tab공통 */
.tabarea {
	position: relative;
}
.tabs {
	display: flex;
	align-items: flex-end;
}
.tabs a {
	flex: 1 0 0;
}
.tabs.other {
	gap: 5px;
	flex-wrap: wrap;
}
.tabs.other li {
	flex: 1;
	min-width: calc(33.33% - 10px);
}
.tab {
	cursor: pointer;
}

/* tab-글씨만 */
.tab-tit {
	color: #a4b2e8;
	font-size: 32px;
	font-family: "NanumSquareNeoBold";
	line-height: 48px;
	display: block;
	height: 100%;
	align-content: center;
	letter-spacing: -0.32px;
}
.tab.active .tab-tit {
	letter-spacing: -0.25px;
	color: var(--color-primary);
	font-family: "NanumSquareNeoBold";
}

.tabcontents {
	display: none;
	width: 100%;
	min-height: 500px;
	margin: 5rem 0;
}
.tabcontents.active {
	display: inline-block;
}

/* //tab-글씨만*/

/* tab-색 있음 */
.tabs.sub {
	display: flex;
	gap: 5px;
	padding-top: 2rem;
}

.tab.sub {
	border: 1px solid #d6dcf7;
	border-radius: 2px;
	padding: 17px 0;
	align-content: center;
	text-align: center;
	line-height: unset;
	font-size: 17px;
	color: #000;
	cursor: pointer;
	background-color: #fff;
	width: 100%;
	display: inline-block;
}
.tab.sub:first-child {
	margin-left: 0;
}
.tab.sub:hover {
	background-color: #f8f9ff;
	color: var(--color-primary);
	font-family: "NanumSquareNeoBold";
}
.tab.sub.active {
	background-color: var(--color-primary);
	color: #fff;
	font-family: "NanumSquareNeoBold";
	border: 1px solid transparent;
}
/* tab-색 있음 */

/* //tab공통 */

/* 컨텐츠글씨크기 */
.con.big {
	font-size: 17px;
}
.con {
	color: #000;
	font-size: 12px;
	line-height: 16.8px;
}
.con.media {
	font-size: 14px;
	line-height: 19.6px;
}
.con.small {
	font-size: 12px;
}
/* //컨텐츠글씨크기  */

/* check */
input[type="checkbox"] {
	display: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: transparent;
	cursor: pointer;
}
input[type="checkbox"] + label {
	display: inline-block;
	width: 1.25rem;
	height: 1.25rem;
	background: url(/static/prjt/cmmn/img/checkbox_none.svg) no-repeat;
	background-size: cover;
	position: relative;
	align-content: center;
	vertical-align: middle;
	cursor: pointer;
}
input[type="checkbox"]:checked + label {
	content: "";
	background: url(/static/prjt/cmmn/img/checkbox_fill.svg) no-repeat;
	background-size: cover;
}

/* //check */

/* select */
.select-groups {
	margin-top: 15px;
	display: flex;
	width: 100%;
}
.familysite-select {
	border: 1px solid var(--color-primary);
	border-radius: 0.25rem;
	position: relative;
	background-color: #fff;
	min-width: 14.75rem;
	cursor: pointer;
	-ms-user-select: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.familysite-selected {
	display: flex;
	justify-content: space-between;
	background: url(/static/prjt/cmmn/img/select-arrow.svg) no-repeat right 10px top 50%;
	background-size: 20px auto;
	filter: invert(12%) sepia(96%) saturate(7154%) hue-rotate(235deg) brightness(98%) contrast(110%);
	padding: 17px 10px;
}
.familysite-selected.active {
	background: url(/static/prjt/cmmn/img/select-arrowup.svg) no-repeat right 10px top 50%;
	background-size: 20px auto;
}
.selected-text {
	font-size: 14px;
	width: 90%;
}

/* 0716 수정 */
.familysite-option {
	background-color: #fff;
	border: 1px solid var(--color-primary);
	border-radius: 0.25rem;
	position: absolute;
	top: 110%;
	left: 0;
	width: 100%;
	max-height: 130px;
	z-index: 1;
	overflow-y: auto;
	display: none;
}
/* //0716 수정 */
.familysite-option.active {
	display: block;
}
.familysite-option li {
	padding: 10px;
	cursor: pointer;
}
.familysite-option li:hover {
	background-color: #f7f7f7;
}
.option-text {
	font-size: 14px;
	color: var(--color-primary);
}
/* //select */

/* tag */
.tags {
	display: flex;
}
.tag {
	padding: 2px 6px;
	border: var(--border);
	font-size: 13px;
	font-weight: 400;
	color: #767676;
	margin-left: 10px;
	line-height: 16px;
}
/* //tag */

/* table */
.table1 {
	width: 100%;
	table-layout: fixed;
	margin: 0 auto;
	border-top: 2px solid var(--color-primary);
}
.table1 table {
	width: 100%;
}
.table1 thead {
	background-color: #f8f9ff;
}
.table1 tr {
	/* position: relative; */
	border-bottom: var(--border);
	border-color: #a4b2e8;
	width: 100%;
}
.table1 th {
	/* height: 45px; */
	padding: 20px 0;
	text-align: center;
	font-size: 14px;

	color: #000;
	/* line-height: 19px; */
	vertical-align: middle;
	word-break: keep-all;
}
.table1 th.medium {
	padding: 15px 10px;
}
.table1 tr:hover,
.table1 tr.active {
	background-color: #f8f9ff;
	transition: all 0.5s;
	transition: all 0.3s ease-out;
}
.table1 tr.disabled {
	opacity: 0.65;
}
.table1 .pd3 {
	padding: 0 3rem;
}
.table1 td {
	padding: 30px 0;
	align-content: center;
	word-break: keep-all;
}

.table1 td.medium {
	padding: 20px 10px;
}
.table1 td.small {
	padding: 15px 10px;
	min-width: 150px;
}
.table1 td p {
	color: #000;
}
.table1 th.zero,
.table1 td.zero {
	padding: 0;
}
/* 0716 수정 */
.table1 .main-tit {
	color: #000;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	max-height: 2.5rem;
	text-overflow: ellipsis;
	text-align: left;
	overflow: hidden;
}
/* //0716 수정 */
.table1 a:hover .main-tit {
	color: var(--color-primary);
	/*text-decoration-line: underline;*/
	text-decoration-color: var(--color-primary);
	text-underline-offset: 1px;
	text-underline-position: from-font;
	font-family: "NanumSquareNeoBold";
}
.table1.noline {
	border-bottom: 1px solid #d6dcf7;
	text-align: center;
	width: 100%;
	margin-top: 0.88rem;
}
.table1.noline tr {
	border: none;
	border-color: #d6dcf7;
}
.table1.noline th {
	padding: 9px 10px;
	height: auto;
	font-size: 13px;
	line-height: 18px;
}
.table1.noline td {
	padding: 9px;
}

.table1.noline .con {
	font-size: 13px;
	line-height: 18px;
	word-break: break-all;
}
.table1.noline .con.left {
	text-align: left;
}
.table1.allline {
	border-bottom: none;
}
.table1.allline td {
	border: 1px solid #d6dcf7;
	border-left: none;
	padding: 9px 10px;
}
.table1.allline td.noline {
	border-right: none;
}

.table1.moblock {
	display: block;
}
.table1.moblock td {
	padding: 1.25rem 0.625rem;
	text-align: center;
}
.table1.moblock .main-tit {
	font-size: 14px;
	font-family: "NanumSquareNeoBold";
	line-height: 19.6px;
	color: #000;
	max-height: 3.3rem;
	text-align: left;
}

.moblock .con {
	font-size: 14px;
	line-height: 19.6px;
	color: #000;
	text-align: center;
}
.moblock .con.small {
	font-size: 12px;
	line-height: 18px;
}
.update-date,
.update-host {
	align-content: center;
	text-align: center;
	vertical-align: middle;
}
.monthly {
	color: var(--color-primary);
	margin-bottom: 0.5rem;
}
.date {
	font-size: 2.8rem;
	color: var(--color-primary);
}
.table1 .title {
	padding-left: 10px;
}

.btn-box {
	border: var(--border);
	border-color: #a4b2e8;
	font-size: 19px;
	color: var(--color-primary);
	width: 4rem;
	height: 4rem;
	background-color: #fff;
}

.table1 tr.active .btn-box,
.table1 tr:hover .btn-box,
.btn-host:hover > .btn-box {
	background-color: var(--color-primary);
	color: #fff;
	transition: all 0.5s ease-out;
	border-color: var(--color-primary);
}

.table1.type2 thead {
	border-right: none;
	border-left: none;
}
.table1.type2 tbody {
	border: none;
}
.table1.type2 th::after,
.table1.type2 td::after {
	content: none;
}
.table1.type2 th,
.table1.type2 td {
	text-align: center;
	text-wrap: nowrap;
}

/* //table */

/* grid -라인없음*/
.subinfo {
	display: grid;
	grid-template-columns: 240px calc(100% - 240px);
}
.subinfo.extralarge {
	grid-template-columns: 304px calc(100% - 304px);
}

.subinfo.mediumlarge {
	grid-template-columns: 200px calc(100% - 200px);
}
.subinfo.small-medium {
	grid-template-columns: 167px calc(100% - 167px);
	width: 100%;
	border-top: 1px solid #d6dcf7;
	margin-top: 1.7rem;
}
.subinfo.small-medium .con {
	font-size: 14px;
	line-height: 19.6px;
}
.subinfo.small {
	grid-template-columns: 120px calc(100% - 120px);
}
.notice {
	font-size: 14px;
	line-height: 19.6px;
	font-family: "NanumSquareNeoBold";
	color: #000;
}
.notice.small {
	font-size: 13px;
	font-family: "NanumSquareNeo";
	line-height: 19.5px;
	letter-spacing: 0.13px;
	margin-top: 1.09rem;
	position: relative;
	padding-left: 16px;
}
.notice.small > .dot {
	top: 6px;
	left: 6px;
}

.subinfo .title {
	background-color: #f8f9ff;
	display: block;
	align-content: center;
	padding: 8px;
}

.title.medium {
	min-height: 2.25rem;
}
.title.large {
	min-height: 3.5rem;
}
.title.extralarge {
	min-height: 3.75rem;
}

.title-circle {
	width: 15px;
	height: 15px;
	background-color: #fff;
	border: 1px solid var(--color-primary);
	background-size: 15px auto;
	border-radius: 100%;
}
.subinfo .tit {
	color: #000;
	font-size: 13px;
	line-height: 18.2px;
	text-align: center;
	word-break: keep-all;
	white-space: normal;
}
.infocontents {
	padding: 0.625rem 2.5rem;
	align-content: center;
	background-color: #fff;
}
.infocontents.small {
	padding: 0.75rem 1.25rem;
}
.infocontents.medium {
	padding: 0.88rem 2.28rem;
}
.infocontents.large {
	padding: 0.938rem 2.5rem;
}

.infocontents.extralarge {
	padding: 1.25rem 2.5rem;
}
.infocontents.largest {
	padding: 1.38rem 1.25rem;
}

.infocontents.medium.inputarea {
	padding: 0.75rem 1.25rem;
}

.select-choice {
	border-radius: 2px;
	border: 1px solid #d6dcf7;
	padding: 0.5rem 1rem;
	background: url(/static/prjt/cmmn/img/select-arrow.svg) no-repeat right 10px center;
	background-size: 24px auto;
	background-color: #fff;
	-moz-appearance: none;
	-webkit-appearance: none;
	width: 100%;
	min-height: 2.5rem;
	align-content: center;
	font-size: 14px;
	cursor: pointer;
	color: #000;
}
.select-choice.time {
	padding: 0.5rem 2rem 0.5rem 1.2rem;
	background: url(/static/prjt/cmmn/img/select-arrow.svg) no-repeat right 4px center;
}
.select-choice option {
	font-size: 14px;
	width: 100%;
}

.radio-box.info {
	justify-content: flex-start;
}
.radio-box.info label + label {
	margin-left: 1.5rem;
}

.infocontent {
	width: 100%;
	background-color: #fff;
	display: block;
	align-content: center;
	padding-left: 2.5rem;
}
.infocontent.now {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.subinfo .con {
	color: #000;
	font-size: 13px;
	line-height: 18.2px;
	text-overflow: ellipsis;
	overflow: hidden;
	text-wrap: wrap;
	word-break: keep-all;
}
.subinfo .con.media,
.subinfo .tit.media {
	font-size: 14px;
	line-height: 19.6px;
	white-space: normal;
	overflow: unset;
	text-overflow: unset;
}
.subinfo .tit.media.bold {
	font-family: "NanumSquareNeoExtraBold";
}
.subinfo .con.price {
	padding-right: 0;
}
.subinfo.extralarge .con {
	font-size: 13px;
	line-height: 18px;
}
/* grid -라인없음*/

/* grid -라인있음*/

.line.blue {
	border-bottom: 2px solid var(--color-primary);
	margin-top: 1.25rem;
}
.line.gray {
	width: 1px;
	height: 12px;
	margin: 0 5px;
	border-left: 1px solid #aaa;
}
.line.sky {
	border-bottom: 1px solid #d6dcf7;
}
.subinfo.line > .title,
.subinfo.line > .infocontents {
	border-bottom: 1px solid #d6dcf7;
}
.subinfo.line > .title {
	padding: 0.625rem 0;
}
.subinfo.line.infocontents {
	padding: 0.5rem 1.2rem;
	/* height: 3.125rem; */
	display: block;
	align-content: center;
}
.subinfo.line .tit,
.subinfo.line .con {
	font-size: 14px;
	line-height: 19.6px;
}
.title.line,
.infocontents.line {
	border-bottom: 1px solid #d6dcf7;
}
.subinfo.topline {
	border-top: 1px solid #d6dcf7;
}
/* //grid -라인있음*/

/*mouse cursor */
.customCursor-txt {
	line-height: 25px;
	color: var(--color-primary);
	font-size: 28px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	visibility: hidden;
	font-family: "NanumSquareNeoExtraBold";
	letter-spacing: 0.5px;
	padding: 6px 24px;
}
.custom-cursor {
	position: fixed;
	opacity: 0;
	pointer-events: none;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
	background-color: #0134ff;
	transition: transform 0.15s ease;
	transform: translate(-50%, -50%) scale(1);
	box-shadow: 0 0 0 transparent, 0 0 12.5rem transparent;
	mix-blend-mode: difference;
	z-index: 10;
	cursor: none;
}

/* //Component ================================================ */

/* Layout ================================================ */
/* layout */
#wrapper {
	min-width: 200px;
	min-height: 100vh;
	position: relative;
}

/* header  */
#header {
	width: 100%;
	position: relative;
	z-index: 80;
	height: 134px;
	background-color: #fff;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, top 0.3s ease-in-out;
}
#header > .contents-wrapping {
	display: flex;
	align-items: center;
	padding: 0 3.3333333333vw;
	margin: 0 auto;
	max-width: 100%;
	height: 100%;
}
.head.on {
	background-color: transparent;
	box-shadow: none;
	color: #fff;
}
.head .gnb_bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	background-color: rgb(244 244 244 / 65%);
	box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.16);
	backdrop-filter: blur(50px);
	-webkit-backdrop-filter: blur(50px);
	z-index: -1;
	overflow: hidden;
	opacity: 0;
}
.head.on .gnb_bg {
	height: 40.625rem;
	opacity: 1;
	transition: height 0.3s ease-in-out, opacity 0.2s ease-in-out;
	backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
}
/* navigation */
.navigation {
	display: flex;
	align-items: center;
	width: 100%;
	margin: 0 auto;
	justify-content: space-between;
	z-index: 2;
}
.logo {
	width: 13.4rem;
	height: 2.72rem;
}
/* 0716 추가 */
.logo.pop {
	width: 2.3rem;
	height: 2.3rem;
}
/* //0716 추가 */
.logo a {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.logo a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.logo a img.logo-arrow {
	width: 25px;
	height: 25px;
	margin-left: 10px;
}
.fac-box {
	position: relative;
	display: flex;
	flex-direction: row;
}
.fac-list {
	position: absolute;
	top: 100%;
	left: 30px;
	margin-top: -30px;
	width: 36rem;
	height: 41rem;
	background: #1941e3f7;
	border: 1px solid #1b32eb30;
	border-radius: 0.5rem;
	box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.16);
	padding: 1.3rem;
	opacity: 0;
	transform: translateY(-10px);
	pointer-events: none;
	transition: opacity 0.3s ease, transform 0.3s ease;
	z-index: 100;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.fac-list.active {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}
.fac-list-top {
	width: 100%;
}
.fac-list-bottom {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 0 60px;
}
.fac-list-close {
	width: 2.3rem;
	height: 2.5rem;
	position: absolute;
}
.titlearea {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	padding-right: 2rem;
}
.fac-list .tit {
	font-size: 2rem;
	color: #fff;
}
.fac-list .tit.sub {
	font-family: "NanumSquareNeoLight";
	line-height: 2.6rem;
}
.fac-list .tit.sub a {
	color: #ffe229;
}
.fac-list .tit.main {
	font-family: "NanumSquareNeoBold";
	padding-top: 0.5rem;
}

/*.fac-list ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}*/
/*.fac-list li {
	padding: 12px 10px;
	color:#fff;
	font-size: 15px;
	border: 0px solid #d6dcf7;
	width: calc((100% / 2) - 6px);
	margin-left: 6px;
	margin-top: 15px;
	background-image: url(/static/prjt/cmmn/img/ico-fac-01.svg) ;
	background-size: 22px ;
	background-position: 0 8px;
	background-repeat: no-repeat;
	padding-left:30px;
	position: relative;
}
.fac-list li.ico-fac-02 {
	background-image: url(/static/prjt/cmmn/img/ico-fac-02.svg) ;
}
.fac-list li.ico-fac-02 {
	background-image: url(/static/prjt/cmmn/img/ico-fac-03.svg) ;
}

.fac-list li::before {
	position: absolute;
	content: "";
	top: 9px;
	right: -25px;
	width: 1px;
	height: 30px;
	border-left: var(--border);
	border-color: #2e58fc;
}
.fac-list li.blue {
	background-color: #1333f5;
	color: #fff;
}
.fac-list li a {
	color: #fff;
}
.fac-list li.blue a {
	color: #fff;
}*/
/*.fac-list li:first-child {
	width:100%;

}*/

.navi-gnb {
	position: absolute;
	left: 50%;
	height: 100%;
	transform: translate(-50%, 0%);
	z-index: 1;
}

.gnb {
	display: flex;
	align-items: center;
	position: relative;
	height: 100%;
}
.gnb-menu {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
}

.gnb-menu:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0px;
	transform: translate(-50%, 0);
	width: 100%;
	height: 0px;
	opacity: 0;
	background-color: rgba(25, 65, 227, 0.9);
}
.head.on .gnb-menu:hover::before {
	opacity: 1;
	z-index: -1;
}
.head.on .gnb-menu:before {
	height: 40.625rem;
	transition: height ease-in-out.5s, opacity ease-in-out 0.5s;
}
.menu-name {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 0 40px;
	width: 100%;
	height: 100%;
	font-weight: 500;
	white-space: nowrap;
	transition: padding 0.3s;
}
.menu-name:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.5);
	transition: width 0.3s ease-out;
}
.gnb-menu:hover > .menu-name:before {
	width: 100%;
}
.head.on .menu-name {
	padding: 0 50px;
}

.main-link {
	color: var(--color-primary);
	font-size: 20px;
	font-family: var(--font-bold);
	align-content: center;
	display: block;
	text-align: center;
	position: relative;
	display: inline-block;
	height: 100%;
}
.head.on .gnb-menu:hover .main-link,
.head.on .gnb-menu:hover .link-depth-list .subnav {
	color: #fff;
}

.utils {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
}

.btn-alllists {
	width: 9.5rem;
	height: 3.15rem;
	background-size: cover;
	margin-top: -10px;
}

.utils .btn-search {
	width: 2.38rem;
	height: 2.38rem;
	background-size: cover;
}
.utils .btn-mypage {
	width: 2rem;
	height: 2.38rem;
	background-size: cover;
}
.menu-btns {
	position: relative;
	width: 45px;
	height: 45px;
	background-size: cover;
}
.gonext.form {
	margin-left: 1.25rem;
	padding: 0.75rem 0;
	min-width: 15rem;
	min-height: 3.125rem;
	font-size: 18px;
	line-height: 25.2px;
	background-color: var(--color-primary);
	color: var(--color-white);
	font-family: "NanumSquareNeoBold";
}
.gonext.form {
	margin-left: 1.25rem;
	padding: 0.75rem 0;
	min-width: 15rem;
	min-height: 3.125rem;
	font-size: 18px;
	line-height: 25.2px;
	background-color: var(--color-primary);
	color: var(--color-white);
	font-family: "NanumSquareNeoBold";
}
/* 모바일 햄버거 메뉴 모양 */
.all-menu {
	width: 100%;
	height: 100%;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.all-menu span {
	width: 7px;
	height: 7px;
	display: inline-block;
	background-color: var(--color-primary);
	position: absolute;
	transition: all 0.3s ease;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	border: var(--border);
	border-color: var(--color-primary);
	border-radius: 100%;
}
.all-menu span:nth-child(1) {
	top: 0;
	left: 0;
}
.all-menu span:nth-child(2) {
	top: 0;
	left: 14px;
}
.all-menu span:nth-child(3) {
	top: 0;
	left: 28px;
}
.all-menu span:nth-child(4) {
	top: 14px;
	left: 0;
}
.all-menu span:nth-child(5) {
	top: 14px;
	left: 14px;
}
.all-menu span:nth-child(6) {
	top: 14px;
	left: 28px;
}
.all-menu span:nth-child(7) {
	top: 28px;
	left: 0;
}
.all-menu span:nth-child(8) {
	top: 28px;
	left: 14px;
}
.all-menu span:nth-child(9) {
	top: 28px;
	left: 28px;
}
.all-menu.active span {
	width: 7px;
	height: 7px;
	display: inline-block;
	background-color: var(--color-primary);
	position: absolute;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.all-menu.active span:nth-child(1) {
	top: 0;
	left: 0;
}
.all-menu.active span:nth-child(2) {
	top: 14px;
	left: 14px;
}
.all-menu.active span:nth-child(3) {
	top: 0;
	left: 28px;
}
.all-menu.active span:nth-child(4) {
	top: 14px;
	left: 14px;
}
.all-menu.active span:nth-child(5) {
	top: 14px;
	left: 14px;
}
.all-menu.active span:nth-child(6) {
	top: 14px;
	left: 14px;
}
.all-menu.active span:nth-child(7) {
	top: 28px;
	left: 0;
}
.all-menu.active span:nth-child(8) {
	top: 14px;
	left: 14px;
}
.all-menu.active span:nth-child(9) {
	top: 28px;
	left: 28px;
}
/* //모바일 햄버거 메뉴 모양 */
.login-addmember {
	opacity: 0;
	position: absolute;
	top: 580px;
	right: 90px;
	align-items: center;
	gap: 1rem;
	transition: opacity 0.5s ease-out;
}
.head.on .login-addmember {
	opacity: 1;
}
.login-addmember.forWeb {
	display: flex;
}
.login-addmember.forMobile {
	display: none;
}
.login-addmember button {
	white-space: nowrap;
	color: var(--color-primary);
	font-weight: 500;
	background-color: transparent;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-left: 1rem;
	width: 5rem;
	height: 1.25rem;
	transition: all 0.3s ease-in-out;
}

.btn-tit {
	color: #000;
	line-height: 24px;
	padding-left: 0;
}
.login-addmember .btn-tit {
	white-space: nowrap;
	padding-left: 1rem;
	color: var(--color-primary);
}
.btn-addmember:hover > .btn-tit,
.btn-login:hover > .btn-tit,
.btn-addmember:hover > .btn-tit:hover,
.btn-login:hover > .btn-tit:hover {
	/*text-decoration: underline;*/
	text-underline-position: under;
	text-underline-offset: 1px;
	text-decoration-color: var(--color-primary);
}

.btn-login img,
.btn-addmember img {
	width: 20px;
	height: 20px;
	object-fit: cover;
	transform: translateX(0px);
}
.btn-login:hover > .button-ico,
.btn-addmember:hover > .button-ico {
	transition: all 0.3s ease-out;
	transform: translateX(10px);
}

.link-depth-list {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	display: none;
	border-radius: 2px;
	margin-top: 1rem;
	width: 100%;
}
.head.on .link-depth-list {
	display: inline-block;
	transition: all 0.3s ease-out;
	transition-delay: 0.1s;
}
.link-depth-item {
	line-height: normal;
	align-content: center;
	width: 100%;
	margin-top: 0.2rem;
}
.link-depth-item a {
	text-align: center;
	position: relative;
	display: inline-block;
	opacity: 0.95;
	transition: opacity 0.3s ease-out;
	width: 100%;
}

.subnav {
	color: var(--color-primary);
	position: relative;
	padding: 0.5rem 0;
	transition: all 0.3s ease-in-out;
}
.head.on .gnb-menu:hover .link-depth-item a:hover .subnav,
.subnav:hover {
	font-weight: 500;
	background-color: #ffe229;
	color: #1941e3;
	font-family: "NanumSquareNeoBold";
	display: block;
}
.subnav:before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translate(100%, -50%);
	border-radius: 50%;
	background-color: #fff;
	opacity: 0;
	display: none;
	transition: opacity 0.3s ease-out;
}
.login-state {
	display: none;
}
.login-state.active {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 0.3rem;
}
.login-emoji {
	width: 20px;
	height: 20px;
}
.login-emoji img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.login-person {
	color: var(--color-primary);
	line-height: 24px;
}
.login-message {
	color: #000;
	font-size: 14px;
	line-height: 18px;
}

/* //navigation */

/* //header  */

/* footer */
#footer {
	position: relative;
	font-size: 14px;
	line-height: 1.3rem;
	color: var(--color-primary);
	margin-bottom: 0;
	flex-shrink: 0;
}
#footer.sub {
	color: #fff;
}
#footer.sub a {
	color: #fff;
}
#footer > .contents-wrapping {
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: var(--sublayout);
	min-width: var(--sublayout);
}
#footer.resv > .contents-wrapping {
	width: var(--otherlayout);
	min-width: var(--otherlayout);
}
.footer-top {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #d6dcf7;
	padding: 35px 0;
}
/* 0711 박민지 추가 */
.footer.sub .footer-top {
	border-bottom: 1px solid #424242;
}

/* //0711 박민지 추가 */
.footer-bottom {
	display: flex;
	padding: 55px 0;
	justify-content: space-between;
}
.footer-left,
.footer-right {
	display: flex;
	flex-direction: column;
}
.logo-footer {
	width: 12.2rem;
	height: 2.5rem;
}
.logo-footer img {
	width: 100%;
	height: 100%;
}
.footer-infogroup {
	line-height: 27px;
}
.footer-infogroup ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.footer-infogroup li {
	display: block;
	margin-right: 36px;
	position: relative;
}
.footer-infogroup li::after {
	position: absolute;
	content: "";
	border-left: 1px solid #a4b2e8;
	top: 8px;
	right: -18px;
	width: 1px;
	height: 10px;
}
/* 0711 박민지 수정 */
.footer.sub .footer-infogroup li::after {
	border-left: 1px solid #424242;
}
/* 0711 박민지 수정 */
.footer-infogroup li:last-child::after {
	content: none;
}
.corp-head::after {
	content: " : ";
}
.footer-policy,
.familysite-select {
	margin-top: 20px;
}
.footer-corp {
	margin-top: 42px;
}
.sns-group {
	display: flex;
	justify-content: end;
}
.sns {
	border: 1px solid var(--color-primary);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
	cursor: pointer;
}
.footer-right > .familysite-select {
	margin-top: 3rem;
}
.footer.sub {
	background-color: #333;
}
.footer.sub .con {
	color: #fff;
}
.footer.sub .logo-footer {
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(127deg) brightness(109%) contrast(105%);
}
.footer.sub .sns {
	border-color: #fff;
}
.footer-maintit {
	color: var(--color-primary);
}
.footer.sub .sns img {
	filter: brightness(0);
}
.footer.sub .line-full {
	border-color: #424242;
}
.footer.sub .footer-maintit {
	color: #fff;
}
.footer.sub .footer-maininfo a::after,
.footer.sub .footer-subinfo p::after {
	border-color: #555;
}
.footer.sub .footer-maininfo a.active .footer-maintit,
.footer.sub .footer-maininfo a:hover .footer-maintit {
	color: #ffe229;
}
.footer.sub .familysite-select,
.footer.sub .familysite-option {
	border: 1px solid #fff;
}
.footer.sub .option-text {
	color: #000;
}

.footer.sub .familysite-selected {
	filter: brightness(0);
}

.footer.sub .btn-top {
	background: url(/static/prjt/cmmn/img/scroll-top-sub.svg) no-repeat;
}
.footer.sub .scroll-tit {
	color: #fff;
}

/* //footer */

/* //Layout ================================================ */

/* Layout ================================================ */

/* //Layout ================================================ */

body .is-Cursor {
	width: 9.6rem;
	height: 2.8rem;
	border-radius: 2rem;
	transform: translate(-50%, -50%) scale(0.7);
	mix-blend-mode: unset;
	background-color: #ffe229;
	cursor: none;
	padding: 6px 24px;
}
body .is-Cursor.is-View .customCursor-txt {
	opacity: 1;
	visibility: visible;
	font-size: 32px;
	font-family: "NanumSquareNeoExtraBold";
	padding: 20px 24px;
}
/* //mouse cursor */

/* datepicker */
.ui-datepicker {
	border: solid 1px #d6dcf7;
	background-color: #fff;
	margin-top: -1px;
	padding: 0 5px;
}

.ui-datepicker .ui-datepicker-header {
	background-color: transparent;
	border: 0;
	margin: 0 -5px;
	padding: 0;
}
/* 0716 박민지 수정 */
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
	color: #000;
	line-height: 28.5px;
	height: 27px;
	font-size: 22px;
}
/* //0716 박민지 수정 */
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	top: 0;
	border: 0;
	width: 27px;
	height: 27px;
}
.ui-datepicker .ui-datepicker-prev .ui-icon,
.ui-datepicker .ui-datepicker-prev-hover .ui-icon {
	background: url(/static/prjt/cmmn/img/ico_calendarprev.svg) 50% 50% no-repeat;
}
.ui-datepicker .ui-datepicker-prev {
	left: 65px;
}
.ui-datepicker .ui-datepicker-next {
	left: auto;
	right: 65px;
}
.ui-datepicker .ui-datepicker-next .ui-icon,
.ui-datepicker .ui-datepicker-next-hover .ui-icon {
	background: url(/static/prjt/cmmn/img/ico_calendarnext.png) 50% 50% no-repeat;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	background: transparent;
}
/* 0711 수정 */
.ui-datepicker th {
	padding: 7px 0 4px;
	font-weight: normal;
	font-size: 16px;
}
/* //0711 수정 */
.ui-datepicker th span {
	color: #1d1d1d;
}
.ui-datepicker .ui-state-default,
.ui-widget-content .ui-state-default {
	font-size: 14px;
	border: 0;
	color: #000;
	text-align: center;
	background: #fff;
	width: 3rem;
	line-height: 3rem;
	height: 3rem;
	display: inline-block;
	align-content: center;
}
.ui-datepicker .ui-state-highlight,
.ui-datepicker .ui-widget-content .ui-state-highlight .ui-datepicker .ui-widget-header .ui-state-highlight {
	background-color: #fff;
	border-radius: 50%;
}
.ui-datepicker .ui-state-active,
.ui-datepicker .ui-widget-content .ui-state-active {
	background-color: var(--color-primary);
	color: #fff !important;
	border-radius: 50%;
}

.ui-datepicker .mtz-monthpicker.mtz-monthpicker-year {
	margin-top: 12px;
	margin-bottom: 12px;
}
.ui-datepicker .mtz-monthpicker .ui-state-active {
	border-radius: 3px;
	color: #fff;
}

.ui-widget.ui-widget-content {
	width: 100%;
	height: fit-content;
	margin: 0 auto;
	padding: 1.5rem;
}
.ui-datepicker th.ui-datepicker-week-end:first-child span {
	color: #e12121;
}
.ui-datepicker th.ui-datepicker-week-end:last-child span {
	color: #2472ef;
}
.ui-datepicker td.ui-datepicker-week-end:first-child a {
	color: #e12121;
}

.ui-datepicker td.ui-datepicker-week-end:last-child a {
	color: #2472ef;
}

.ui-widget-content .ui-state-default {
	width: 1.8rem;
	height: 1.8rem;
	line-height: 1.8rem;
	font-size: 12px;
}

.ui-datepicker .ui-datepicker-prev-hover .ui-icon,
.ui-datepicker .ui-datepicker-next-hover .ui-icon {
	background-size: 15px auto;
}
/* //datepicker */

/* sticky-menu */
.stickyside {
	position: fixed;
	top: 45rem;
	right: 0;
	z-index: 4;
}

.stickymenu-group {
	position: relative;
	width: 100%;
	height: 100%;
}

.stickymenu {
	position: absolute;
	right: 0;
}
.stickymenu.first {
	top: 0;
}
.sticky {
	background-color: #fff;
	border: 1px solid var(--color-primary);
	border-right: none;
	border-radius: 0.5rem 0 0 0.5rem;
	width: 4rem;
	height: 3.75rem;
	overflow: hidden;
	transition: width 0.3s ease-in-out;
	z-index: 3;
	position: sticky;
}

.stickybtn.first {
	background-image: url(/static/prjt/cmmn/img/quick1.svg);
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-image 0.3s;
	background-repeat: no-repeat;
	background-position: center;
}

.sticky.first:hover {
	width: 10.6rem;
}

.sticky.first:hover > .stickybtn.first {
	background-image: url(/static/prjt/cmmn/img/quick1-hover.svg);
	background-position: center;
}

.stickymenu.second {
	top: 3.8rem;
}
.sticky.second {
	background-color: var(--color-primary);
}
.sticky.second.active {
	background-color: #0c32c8;
	border: transparent;
}
.stickybtn.second {
	background-image: url(/static/prjt/cmmn/img/quick2.svg);
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-image 0.3s;
	background-repeat: no-repeat;
	background-position: center;
}

.sticky.second:hover {
	width: 10.6rem;
}

.sticky.second:hover > .stickybtn.second {
	background-image: url(/static/prjt/cmmn/img/quick2-hover.svg);
	background-position: center;
}

/* //sticky-menu */

/* quick-menu */
.quick-group {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 3rem;
}
.quick {
	min-width: 3.1rem;
	min-height: 4.6rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}
.quick-img {
	min-width: 3.1rem;
	min-height: 3.1rem;
	background-color: #fff;
	border-radius: 50%;
	border: 1px solid #fff;
	position: relative;
}
.quick-img img {
	width: 50%;
	height: auto;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.quick-tit {
	font-size: 13px;
	color: #fff;
	font-family: "NanumSquareNeoExtraBold";
	margin-top: 15px;
}
/* //quick-menu */
/* layerpop */
.layerPop2 {
	display: none;
	width: 32rem;
	height: 41rem;
	position: fixed;
	top: 8rem;
	right: 0;
	border-radius: 0.5rem 0 0 0.5rem;
	background-color: #1941e3f7;
	box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.16);
	z-index: 4;
	padding: 1.3rem;
}
.layer-close {
	width: 2.3rem;
	height: 2.5rem;
}
.titlearea {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	padding-right: 2rem;
}
.layerPop2 .tit {
	font-size: 2rem;
	color: #fff;
}
.layerPop2 .tit.sub {
	font-family: "NanumSquareNeoLight";
	line-height: 2.6rem;
}
.layerPop2 .tit.main {
	font-family: "NanumSquareNeoBold";
	padding-top: 0.5rem;
}
.tabtitles-group {
	padding: 1rem;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.tabtitles {
	width: 100%;
	height: 20rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-around;
}
.tabtitle {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
}
.tabtitle.long {
	height: 3rem;
}
.tabtitle.short {
	height: 4rem;
}
.tabtitle.long a {
	display: flex;
	align-items: center;
	width: 45%;
}
.tabtitle.short a {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 32%;
}
.facility-link {
	width: 100%;
	height: 100%;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	border: 1px solid transparent;
	background: transparent;
	border-radius: 0.5rem;
	position: relative;
	transition: background-color 0.3s, color 0.3s;
}
.facility02::after,
.facility05::after,
.facility08::after,
.facility10::after {
	content: none;
}
.facility03,
.facility06,
.facility09 {
	margin-left: 0;
}
.facility01::after,
.facility09::after {
	position: absolute;
	content: "";
	top: 9px;
	right: -25px;
	width: 1px;
	height: 30px;
	border-left: var(--border);
	border-color: #2e58fc;
}
.facility03::after,
.facility04::after,
.facility06::after,
.facility07::after {
	position: absolute;
	content: "";
	top: 20px;
	right: -7px;
	width: 1px;
	height: 30px;
	border-left: var(--border);
	border-color: #2e58fc;
}
.facility-link:focus {
	outline: none;
}
.facility-link:hover,
.facility-link.active {
	background-color: #ffe229;
}
.facility-link.active:focus {
	outline: none;
}
.facility-link.active .space,
.facility-link:hover .space {
	color: var(--color-primary);
	font-weight: 700;
}

.facility-link.active .facility-ico img,
.facility-link:hover .facility-ico img {
	filter: invert(28%) sepia(94%) saturate(9500%) hue-rotate(220deg) brightness(100%) contrast(108%);
}

.facility-ico img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.facility-link .space {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5rem;
	color: #fff;
}

.tabtitles {
	padding-left: 0;
}
.space.long {
	font-size: 13px;
}
.space.short {
	font-size: 13px;
}
.facility-ico {
	width: 2.8rem;
	height: 1.2rem;
	margin-right: 0.2rem;
}
/* //layerpop */

/* layerPop - 닫기 있음 */
/* 0714 수정 */
.popup-main {
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 99;
	width: auto;
}
/* //0714 수정 */

.popup-contents {
	border-radius: 0.25rem;
	border: 1px solid #d6dcf7;
	background: #fff;
	width: 42rem;
	height: fit-content;
	z-index: 6;
	padding: 3.75rem 2.5rem 4.19rem;
}
.popup-maintit {
	font-size: 28px;
	line-height: 40px;
	font-family: "NanumSquareNeoBold";
	color: #000;
	text-align: center;
}
.popup-infocontents {
	margin-top: 1.94rem;
}
.popup-info {
	position: relative;
	padding-left: 16px;
	font-size: 13px;
	color: #000;

	line-height: 19.5px;
}
.popup-info.center {
	text-align: center;
	padding-left: 0;
}
.popup-info > .dot {
	position: absolute;
	top: 5px;
	left: 6px;
}
.popup-close,
.qr-close,
.verify-close {
	background: url(/static/prjt/cmmn/img/qr-close.svg) no-repeat;
	width: 3.625rem;
	height: 3.625rem;
	background-size: cover;
	cursor: pointer;
	left: 50%;
	bottom: -68px;
	position: absolute;
	transform: translateX(-50%);
	z-index: 6;
	margin-top: 10px;
}
.popup-contents .tit {
	font-size: 14px;
	text-align: center;
	text-wrap: initial;
	text-overflow: unset;
	white-space: normal;
	overflow: unset;
	color: #000;
	line-height: 19.6px;
}
.popup-contents .tit:hover {
	text-decoration-line: unset;
}
.popup-contents .con {
	font-size: 14px;
}
.popup-contents > .buttons {
	width: 100%;
	align-items: center;
	justify-content: center;
	margin-top: 2.38rem;
}
.btn-popresult {
	text-indent: unset;
	color: #fff;
	font-size: 16px;
	line-height: 22.4px;
	font-family: "NanumSquareNeoExtraBold";
	background-color: var(--color-primary);
	display: block;
	align-content: center;
	width: 100%;
	min-height: 2.5rem;
	margin: 1.88rem 0 3rem 0;
}
.search-result {
	display: none;
}
.search-result.active {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.gonext.member {
	font-size: 18px;
	line-height: 25.2px;
	margin-top: 4.88rem;
	min-width: 12.5rem;
}

.backdrop {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.65);
	z-index: 90;
	pointer-events: auto;
}

/* layerPop - 닫기 있음 */

/* layerPop - 닫기 없음 */
/*0807 z-index 수정*/
.layerPop.white {
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #d6dcf7;
	width: 42.5rem;
	height: fit-content;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 100;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	position: fixed;
	display: none;
}
/*//0807 z-index 수정*/
.layer-tit {
	color: #000;
	font-size: 28px;
	line-height: 39.2px;
	font-family: "NanumSquareNeoBold";
	padding-top: 3rem;
	text-align: center;
}
.content-box {
	border: 1px solid #d6dcf7;
	border-radius: 4px;
	background-color: #fff;
	width: 37.5rem;
	height: 18.75rem;
	padding: 0.62rem;
	overflow-y: scroll;
	margin-top: 1.69rem;
}
.content-box.full-width {
	width: 100%;
}
/* 스크롤바 막대 */
.content-box::-webkit-scrollbar {
	width: 3px;
}

.content-box::-webkit-scrollbar-thumb {
	background: #a4b2e8;
	border: 3px solid#a4b2e8;
	border-radius: 10px;
}
/* //스크롤바 막대 */
.content-box .tit.small {
	font-size: 12px;
	font-family: "NanumSquareNeoBold";
	line-height: 1.6;
	color: #000;
}
.content-box .con {
	padding-left: 10px;
	font-size: 14px;
	line-height: 1.6;
}
.content-box .con.small {
	line-height: 1.5;
	font-size: 12px;
}
.content-box > .con.blue {
	color: var(--color-primary);
	padding-top: 0;
}
.content-box > .con.red {
	color: #e12121;
}
/* //layerPop - 닫기 없음 */

/* menuPop */
/*0808 z인덱스 수정*/
.menuPop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f8f9ff;
	z-index: 80;
	display: none;
	transition: all 0.3s ease-in-out;
}
/*//0808 z인덱스 수정*/
.btn-logout {
	display: flex;
	align-items: center;
    justify-content: center;
	background-color: transparent;
	width: 100%;
	padding: 1rem 0;
	gap: 0.5rem;
}

.btn-logout img {
	filter: invert(68%) sepia(63%) saturate(375%) hue-rotate(196deg) brightness(96%) contrast(88%);
}
.btn-tit.small {
	font-size: 14px;
	line-height: 19.6px;
}

.online-buttons {
	display: flex;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}
.online-buttons button {
	flex: 1;
	min-height: 3.75rem;
	font-size: 20px;
	font-family: "NanumSquareNeoBold";
	text-align: center;
}
.qrbtn {
	background-color: var(--color-primary);
	color: #fff;
}
.onlinebook {
	background-color: #fff;
	color: var(--color-primary);
	border: 1px solid var(--color-primary);
}
.menuPop .onlinebook {
	border-top: 1px solid #d6dcf7;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
/* //menuPop */

/* searchPop */
/* 0808 Z인덱스 수정 */
.searchPop {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 21rem;
	display: none;
	background-color: rgb(244 244 2444 / 65%);
	box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.16);
	backdrop-filter: blur(25px);
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 2.5vw 3.3vw 0;
	justify-content: flex-start;
	z-index: 100;
}
/* //0808 Z인덱스 수정 */
.searchPop.on {
	display: flex;
}
.pop-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.searchPop .logo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* 0716 수정 */
.searchPop .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 2.5vw 3.3vw 0;
}
/* //0716 수정 */
.btn-close {
	width: 2.1rem;
	height: 2.1rem;
	background-size: cover;
}
.searchPop .inputarea {
	display: flex;
	align-items: center;
	width: 41rem;
	height: 3.75rem;
	margin-top: 1.5rem;
}
.searchPop .inputarea form {
	width: 100%;
	display: flex;
}
.searchPop .search-txt {
	font-size: 21px;
	line-height: 35px;
	font-family: "NanumSquareNeoBold";
	flex: 1;
}
.searchPop .btn-search {
	width: 2.7rem;
	height: 2.6rem;
	background-size: cover;
	margin-left: 1.3rem;
}
.hashtags {
	display: flex;
	margin-top: 2rem;
	width: 100%;
	align-items: flex-start;
	justify-content: center;
}
.hashtags li + li {
	margin-left: 20px;
}

.hashtag a {
	color: var(--color-primary);
	line-height: 25px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

/* searchPop */

/* notice-agree(동의함 박스) */
.notice-agree {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 8px;
	background-color: #f8f9ff;
	margin-top: 2rem;
	padding: 1.375rem 1.5rem;
	width: 100%;
}

.notice-agree > .con {
	font-size: 14px;
	color: #1d1d1d;
	text-align: left;
}
.notice-agree > .con.small {
	font-size: 12px;
}
/* //notice-agree(동의함 박스) */

.pt0 {
	padding-top: 0 !important;
}
.pb0 {
	padding-bottom: 0 !important;
}
.pl0 {
	padding-left: 0 !important;
}
.pr0 {
	padding-right: 0 !important;
}
.mt0 {
	margin-top: 0 !important;
}
.ml0 {
	margin-left: 0 !important;
}
.mr0 {
	margin-right: 0 !important;
}
.forMobile {
	display: none;
}
.forWeb {
	display: block;
}

.custom-radio {
	width: 100%;
	display: flex;
	align-items: center;
	cursor: pointer;
}
/* number-font */
.monteserrat-regular {
	font-family: "Montserrat", serif;
	font-weight: 400;
}
.monteserrat-bold {
	font-family: "Montserrat", serif;
	font-weight: 600;
}
/* //number-font */

/* scroll-top */
.scroll-top {
	padding-top: 4.25rem;
	position: relative;
	margin-top: 3rem;
}
.btn-top {
	background: url(/static/prjt/cmmn/img/scroll-top.svg) no-repeat;
	background-position: center;
	height: 2.37rem;
	background-size: contain;
	position: absolute;
	top: 0;
	right: 0;
}
.scroll-tit {
	padding-top: 35px;
	font-size: 14px;
	color: var(--color-primary);
	font-family: "NanumSquareNeoBold";
	line-height: 0.8rem;
}

/* pagination */
.pagination-area {
	padding-top: 88px;
}
.pagebox-group {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	position: relative;
	height: 40px;
}
.pagebox {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 2px;
	border: 1px solid transparent;
	background-color: #f8f9ff;
	align-content: center;
	cursor: pointer;
}
.pagebox + .pagebox {
	margin-left: 8px;
}
.pagebox.active {
	background: var(--color-primary);
}
.pagebox.active > .num {
	color: #fff;
}
.pagebox-group .num {
	font-size: 14px;
	color: #555;
	font-family: "NanumSquareNeoBold";
	text-align: center;
}
.pagebox.arrow {
	background-size: 20px auto;
	border: 1px solid #d6dcf7;
	background-color: #fff;
	cursor: pointer;
}
.pagebox.prev {
	background: url(/static/prjt/cmmn/img/ico_pageprev.svg) no-repeat center;
}
.pagebox.next {
	background: url(/static/prjt/cmmn/img/ico_pagenext.svg) no-repeat center;
}
/* //pagination */

/* 온라인 회원증,수강증(qr) */
/*0807 z인덱스 수정*/
.qr-group {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	position: fixed;
	z-index: 100;
}
/*//0807 z인덱스 수정*/
.onlineclass-qr {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	min-width: 20.4rem;
	width: fit-content;
	height: 31rem;
	background: url(/static/prjt/cmmn/img/qr-bg.png) no-repeat;
	background-color: white;
	border-radius: 1rem;
	box-shadow: 8px 8px 8px 0px rgba(0, 0, 0, 0.08);
	padding: 2.88rem 0 0.75rem 0.31rem;
}

.qr-tit {
	color: var(--color-primary);
	font-family: "NanumSquareNeoExtraBold";
	font-size: 28px;
	line-height: 40px;
	text-align: center;
}
.memberinfo-line {
	border-radius: 3.25rem 0rem 0rem 3.25rem;
	border-top: 1px solid #0134ff;
	border-bottom: 1px solid #0134ff;
	border-left: 1px solid #0134ff;
	min-width: 20rem;
	min-height: 6rem;
	margin-top: 1.1rem;
}
.memberinfo {
	display: flex;
	padding: 0.81rem 3rem;
	height: 100%;
	gap: 2.8rem;
	margin-left: 1.5rem;
}
.member-title,
.member-contents {
	min-height: 4.875rem;
}
.memberinfo p {
	font-size: 12px;
	line-height: 2;
	font-family: "NanumSquareNeoBold";
}
.mem-tit {
	color: #666;
}
.mem-con {
	color: #000;
}

.qr-back > div {
	width: 80%;
	margin: 0 auto;
}
.ar-img {
	border-radius: 8px;
}
.qr {
	width: 10rem;
	height: 10rem;
	background: url(/static/prjt/cmmn/img/qr.png) no-repeat;
	background-size: cover;
}
.qrnum {
	color: #fff;
	font-size: 12px;
	text-align: center;
	letter-spacing: 0.375rem;
	padding-top: 0.8rem;
}
.qr-con {
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding-top: 0;
}

/* // 온라인 회원증,수강증(qr) */

/* 파일업로드 */
.upload-area {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.upload-files {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 1rem;
}
.upload-files.vertical {
	flex-direction: column;
	align-items: flex-start;
}
.upload-files.other {
	justify-content: space-between;
	gap: 0;
}
/* 파일첨부 인풋박스만 */
.upload-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.upload-file {
	color: #444;
	font-size: 13px;
	font-family: "NanumSquareNeoBold";
	cursor: pointer;
	background-color: #f8f9ff;
	border: 1px solid #d6dcf7;
	border-radius: 0.125rem;
	padding: 0.68rem 0.6rem;
	display: flex;
	align-items: center;
	gap: 0.3rem;
	justify-content: center;
}
.upload-inputareas {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}
.upload-inputarea {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 0.5rem;
}

.upload-input {
	background: #f8f9ff;
	padding: 0.69rem 1.25rem;
	border-radius: 0.125rem;
	border: 1px solid #d6dcf7;
	color: #777;
	font-size: 14px;
	font-family: "NanumSquareNeo";
	min-width: 19rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.upload-input.white {
	background: #fff;
	color: #2472ef;
	border: 1px solid transparent;
	padding: 0.69rem 0;
	min-width: 15rem;
}
.upload-input::placeholder {
	font-size: 14px;
	font-family: "NanumSquareNeo";
	color: #777;
}
.upload-input:focus {
	outline: 1px solid transparent;
}
/* 파일첨부 인풋박스만 */
.btn-filedelete,
.btn-filedelete2 {
	background: url(/static/prjt/cmmn/img/ico_popclose.svg) no-repeat;
	background-size: cover;
	width: 1.25rem;
	height: 1.25rem;
	font-size: 0;
}

.btn-download {
	color: #444;
	font-size: 13px;
	font-family: "NanumSquareNeoBold";
	cursor: pointer;
	background-color: #f8f9ff;
	border: 1px solid #d6dcf7;
	border-radius: 0.125rem;
	padding: 0.68rem 0.6rem;
	display: flex;
	align-items: center;
	gap: 0.3rem;
	justify-content: center;
}

.file-imgpop {
	margin-top: 0.3rem;
}
.file-imgpop.active {
	display: block;
	border-radius: 0.5rem;
	border: 0.125rem solid #e4e4e4;
	width: 6.875rem;
}
.file-img {
	width: 6.875rem;
	height: 5.625rem;
}
.file-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.filecontents .btn-transparent {
	color: #444;
	font-size: 13px;
	line-height: 18px;
}
.filecontents .btn-transparent + .btn-transparent {
	margin-left: 0.5rem;
}

/* //파일업로드 */

.dot {
	position: absolute;
	content: "";
	background: url(/static/prjt/cmmn/img/panel-titledot.svg) no-repeat;
	background-size: cover;
	width: 5px;
	height: 4px;
	top: 0;
	left: 0;
}

img[src=""] {
	display: none;
}
::selection {
	color: white;
	background-color: #ff7f00;
	user-select: none;
	-ms-user-select: none;
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	-khtml-user-select: none;
}
.star {
	padding-left: 5px;
	color: #e12121;
}
.totalview {
	color: #000;
	font-size: 14px;
	line-height: 20px;
}
.bluenum {
	color: var(--color-primary);
	font-size: 15px;
	font-family: "NanumSquareNeoExtraBold";
	line-height: 21px;
}
/* 주요 정렬 */
.horizontal-con {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.horizontal-con.start {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.horizontal-con.end {
	justify-content: flex-end;
}
.horizontal-con.center {
	justify-content: center;
}
.horizontal-con.middle {
	gap: 1rem;
}
.horizontal-con.small {
	gap: 0.38rem;
}
.vertical-con {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}
/* //* 주요 정렬 */

/* 2025-06-24 천재우 추가 - 향후 소스 정리할 부분  */
.container {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	align-content: center;
}
.subTitle {
	padding: 70px 0 20px 0;
}
.menu3 {
	padding: 0 0 40px 0;
}
/* .menu4 {
	padding: 0 0 50px 0;
} */
.main-contents {
	padding: 0 0px 170px 0px;
	min-height: 400px;
}

/* mBc-sub */
.mVisual {
	width: 100%;
	background: url(/static/prjt/cmmn/img/banner-submain.png) center no-repeat;
	background-size: cover;
}
/* Title - 향후 패딩 제거 필요 */
.mTitle2 {
	padding: 100px;
	font-size: 38px;
	color: #fff;
	text-align: center;
}
.mTitle3 {
	height: 60px;
	font-size: 32px;
	padding: 7px 0 10px 40px;
	background-image: url(/static/prjt/cmmn/img/three-circle.svg);
	background-size: 30px;
	background-repeat: no-repeat;
}
.mTitle10 {
	margin-top: 60px;
	margin-bottom: 16px;
}
.mTitle11 {
	margin-top: 40px;
	margin-bottom: 16px;
	padding-left: 30px;
}
.mTitle11::before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	border: 1px solid var(--color-primary);
	background-size: cover;
	border-radius: 100%;
	margin-left: -28px;
	margin-top: 6px;
}
.mTitle12 {
	margin-top: 50px;
	font-size: 19px;
	margin-bottom: 16px;
}
.mTitle13 {
	font-size: 21px;
	margin-bottom: 12px;
}
.mTitle14 {
	font-size: 15px;
	padding-left: 487px;
	background-image: url(http://ayf.aiatti.com:8098/static/prjt/cmmn/img/ico-fac-04.svg);
	background-repeat: no-repeat;
	background-position: 460px 2px;
	margin-top: 50px;
}
.mTitle15 {
	margin-top: 60px;
	margin-bottom: 16px;
}
.mTitle50 {
	margin-top: 8px;
	margin-bottom: 16px;
	/*padding-left: 22px;*/
	font-family: var(--font-bold);
}
/*.mTitle50::before {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	background-color: var(--color-primary);
	background-size: cover;
	border-radius: 100%;
	margin-left: -21px;
	margin-top: 4px;
}*/
.mTitle11 + .mTitle12 {
	margin-top: 25px;
}
.mTitle20 {
	font-size: 18px;
	margin: 30px 0 8px 0;
	position: relative;
}
.mTitle20:before {
	background: #0134ff45;
	border-radius: 50%;
	content: "";
	display: block;
	height: 17px;
	left: -2px;
	position: absolute;
	top: -4px;
	width: 17px;
	z-index: -1;
}
.mTitle30 {
	color: #fff;
	font-size: 2rem;
	text-align: right;
	position: relative;
	line-height: 2.6rem;
	width: 100%;
	margin: 10px 0 30px 0;
}
/* //Title */

/* Tab */
.mTab1 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -6px;
}
.mTab1.no-wrap {
	flex-wrap: nowrap;
}
.mTab1 li {
	width: calc(25% - 6px);
	margin-left: 6px;
	margin-top: 6px;
}
.mTab1 li:first-child:nth-last-child(1),
.mTab1 li:first-child:nth-last-child(1) ~ li {
	width: calc(100%);
	margin-left: 6px;
	margin-top: 6px;
	display: none;
}
.mTab1 li:first-child:nth-last-child(2),
.mTab1 li:first-child:nth-last-child(2) ~ li {
	width: calc(50% - 6px);
	margin-left: 6px;
	margin-top: 6px;
}
.mTab1 li:first-child:nth-last-child(3),
.mTab1 li:first-child:nth-last-child(3) ~ li {
	width: calc((100% / 3) - 6px);
	margin-left: 6px;
	margin-top: 6px;
}

.mTab2 {
	padding: 15px 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	border-bottom: #d6dcf7 solid 1px;
}
.mTab2 li {
	padding-right: 20px;
	background-image: url(/static/prjt/cmmn/img/ico-dot.svg);
	background-position: 100% 50%;
	background-size: 10px;
	background-repeat: no-repeat;
}
.mTab2 li:last-child {
	padding-right: 20px;
	background-size: 0px;
}
/* //Tab */

/* button */
.circlebtn {
	width: 38px;
	height: 38px;
	border-radius: 100%;
	position: relative;
	background-color: #eef1ff;
	background-repeat: no-repeat;
	background-position: center;
}
.circlebtn.print {
	background-image: url(/static/prjt/cmmn/img/print_basic.svg);
}
.circlebtn.share {
	background-image: url(/static/prjt/cmmn/img/share_basic.svg);
}

.btn-tab2 {
	color: #a2a2a2;
	padding: 20px;
	text-align: center;
	line-height: unset;
	font-size: 19px;
	cursor: pointer;
	background-color: #fff;
	width: 100%;
	display: inline-block;
}
.btn-tab2:hover {
	color: var(--color-primary);
}
.btn-tab2.active {
	color: var(--color-primary);
}

.btn-tab1 {
	border: 1px solid #d6dcf7;
	border-radius: 2px;
	padding: 17px 0;
	align-content: center;
	text-align: center;
	line-height: unset;
	font-size: 17px;
	color: #000;
	cursor: pointer;
	background-color: #fff;
	width: 100%;
	display: inline-block;
}
.btn-tab1:first-child {
	margin-left: 0;
}
.btn-tab1:hover {
	background-color: #f8f9ff;
	color: var(--color-primary);
}
.btn-tab1.active {
	background-color: var(--color-primary);
	color: #fff;
	border: 1px solid transparent;
}
.normalbtn {
}
/* //button */
.category-area {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	align-content: center;
}
.category-group {
	display: flex;
	border-bottom: 1px solid #d6dcf7;
	background-color: #fff;
	height: 61px;
	-ms-user-select: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.category {
	position: relative;
	border-right: 1px solid #d6dcf7;
	color: #fff;
	background-color: #fff;
}
.category:hover {
	background-color: #f8f9ff;
}
.category.home {
	width: 3.875rem;
	height: 100%;
	background: url(/static/prjt/cmmn/img/ico_home.svg) no-repeat center;
	background-size: 20px auto;
}
.category.home a {
	width: 100%;
	height: 100%;
	display: inline-block;
}
.categorylist-group {
	width: calc(100% - 3.875rem);
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
}
.category.list {
	width: 250px;
	height: 100%;
}
.category-name {
	padding: 0 0.88rem;
	position: relative;
	width: 100%;
	align-content: center;
	height: 100%;
	display: inline-block;
	font-family: "NanumSquareNeo";
	background: url(/static/prjt/cmmn/img/select-arrow.svg) no-repeat right 10px center;
	background-size: 20px auto;
	color: #000;
}
.category-name.on,
.category-name:hover {
	filter: invert(28%) sepia(94%) saturate(9500%) hue-rotate(220deg) brightness(100%) contrast(108%);
	background: url(/static/prjt/cmmn/img/select-arrowup.svg) no-repeat right 10px center;
	background-size: 20px auto;
	font-family: "NanumSquareNeoBold";
}
.category-group .buttons {
	position: absolute;
	right: 20px;
	gap: 1rem;
}
/*0807 css z 인덱스 변경*/
.panel {
	display: none;
	position: absolute;
	left: -1px;
	top: 62px;
	padding: 0.5rem;
	background: #fff;
	width: calc(100% + 2px);
	border: 1px solid #d6dcf7;
	border-top: none;
	box-sizing: border-box;
	z-index: 2;
}
/*//0807 css z 인덱스 변경*/
.panel.on {
	display: block;
}
.panel-title {
	background: transparent;
	font-family: "NanumSquareNeoBold";
	border: 1px solid transparent;
	border-radius: 6px;
	padding: 0.9375rem 1rem;
}
.panel-title:hover {
	background-color: #f8f9ff;
}

.panel-tit {
	font-family: "NanumSquareNeo";
	color: #000;
}
.panel-title:hover > .panel-tit,
.panel-tit:hover {
	color: var(--color-primary);
	font-family: "NanumSquareNeoBold";
}
.contents-search {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding: 15px 0 15px 0;
}
.search-group {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 5px;
}
/* 0716 수정 */
.contents-search select {
	border: 1px solid #d6dcf7;
	border-radius: 0.125rem;
	width: 150px;
	padding: 10px 15px 10px 10px;
	height: 44px;
	font-family: "NanumSquareNeo";
	color: #000;
	background: url(/static/prjt/cmmn/img/select-arrow.svg) no-repeat right 10px center;
	background-color: #fff;
	background-size: 20px auto;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.contents-search select:focus {
	outline: 1px solid #d6dcf7;
}
.contents-search input {
	width: 250px;
	border-radius: 0.125rem;
	border: 1px solid #d6dcf7;
	height: 44px;
	padding-left: 10px;
	color: #000;
}
.contents-search input::placeholder {
	font-size: 15px;
}
/* //0716 수정 */
.contents-search input:focus {
	outline: 1px solid #d6dcf7;
}

.totalview {
	line-height: 40px;
}
.aia-input {
	color: #000;
	background-color: transparent;
	border: 1px solid #d6dcf7;
	border-radius: 0;
	padding: 9px 8px 7px 8px;
	font-size: 15px;
	min-height: 2.5rem;
	width: 100%;
}
.aia-input::placeholder {
	color: #d9d9d9;
	font-size: 15px;
}
.aia-input:disabled {
	color: #9c9c9c;
}
.aia-input:focus {
	outline: none;
}
.aia-select {
	border-radius: 0px;
	border: 1px solid #d6dcf7;
	padding: 9px 8px 7px 8px;
	background: url(/static/prjt/cmmn/img/select-arrow.svg) no-repeat right 10px center;
	background-size: 24px auto;
	border: 1px solid #d6dcf7;
	-moz-appearance: none;
	-webkit-appearance: none;
	width: 100%;
	min-height: 2.5rem;
	align-content: center;
	font-size: 15px;
	cursor: pointer;
	color: #000;
}

.aia-label {
}
.aia-label.ess:after {
	content: "*";
	display: inline-block;
	padding-left: 4px;
	color: #ff0000a3;
}
.label {
	color: var(--color-primary);
	background-color: #fff;
	border: 1px solid var(--color-primary);
	border-radius: 1.125rem;
	padding: 8px 12px;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	display: inline-block;
	min-width: 50px;
}
.label.nolabel {
	color: #000;
	background-color: transparent;
	border: 0px solid var(--color-primary);
}
.label.black {
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
}
.label.blue {
	color: var(--color-primary);
	background-color: #fff;
	border: 1px solid var(--color-primary);
}
.label.green {
	color: #28a745;
	background-color: #fff;
	border: 1px solid var(--color-primary);
}
.label.inblue {
	color: #fff;
	background-color: var(--color-primary);
	border: 1px solid var(--color-primary);
}
.label.small {
	border: 1px solid var(--color-primary);
	border-radius: 0.725rem;
	padding: 2px 15px;
	text-align: center;
	font-size: 11px;
	line-height: 13px;
}
.tit-text {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
/* 0711 박민지 수정 */
.ntt-text {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-height: 1.5;
}
/* 0725 소스 추가 */
.ntt-text img {
	display: none;
}
/* //0725 소스 추가 */
/* 0711 박민지 수정 */
.ntt-text.full-line {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 100;
}
.icon {
	padding: 12px 10px;
	background-image: url(/static/prjt/cmmn/img/downloadfile.svg);
	background-repeat: no-repeat;
	background-size: 18px auto;
	font-size: 0;
}
.icon.file {
	background-image: url(/static/prjt/cmmn/img/ico_downloadfile.svg);
}
.icon.lock {
	background-image: url(/static/prjt/cmmn/img/ico_lock.svg);
	background-position: 0 -1px;
}
.icon.thumb {
	background-image: url(/static/prjt/cmmn/img/ico_thumb.svg);
	background-position: 0 -1px;
}
.icon.new {
	padding: 12px 10px;
	background-image: url(/static/prjt/cmmn/img/ico-new.svg);
	background-position: 0 -1px;
}
.icon.write {
	background-image: url(/static/prjt/cmmn/img/ico_editwrite.svg);
	background-position: 0 -1px;
}
.icon.delete {
	background-image: url(/static/prjt/cmmn/img/ico_popclose.svg);
	background-position: 0 -1px;
}
.icon.delete2 {
	padding: 15px;
	background-image: url(/static/prjt/cmmn/img/delete_ico.svg);
	background-position: 0 3px;
	background-size: cover;
}
.icon.chat {
	background-image: url(/static/prjt/cmmn/img/ico_btnwrite.svg);
	background-position: 0 -1px;
}
.icon.black {
	filter: brightness(0) contrast(100);
}
.icon.white {
	filter: brightness(1) contrast(100);
	filter: invert(1);
}

.flex-between {
	display: flex;
	justify-content: space-between;
}

.ml0 {
	margin-left: 0px;
}
.mr0 {
	margin-right: 0px;
}
.mt0 {
	margin-top: 0px;
}
.mb0 {
	margin-bottom: 0px;
}
.ml5 {
	margin-left: 5px;
}
.mr5 {
	margin-right: 5px;
}
.mt5 {
	margin-top: 5px;
}
.mb5 {
	margin-bottom: 5px;
}
.ml10 {
	margin-left: 10px;
}
.mr10 {
	margin-right: 10px;
}
.mt10 {
	margin-top: 10px;
}
.mb10 {
	margin-bottom: 10px;
}

.w100 {
	width: 100px;
}
.w200 {
	width: 200px;
}
.w300 {
	width: 300px;
}
.w500 {
	width: 500px;
}

.h100 {
	height: 100px;
}
.h200 {
	height: 200px;
}
.h300 {
	height: 300px;
}
.h500 {
	height: 500px;
}
.text-primary {
	color: #17a2b8;
}
.text-secondray {
	color: #6c757d;
}
.text-blue {
	color: #007bff;
}
.text-red {
	color: #dc3545;
}
.text-green {
	color: #28a745;
}
.text-orange {
	color: #ffc107;
}
.text-black {
	color: #000;
}
.text-gray {
	color: #6c757d;
}
.text-skyblue {
	color: #009bd1;
}
.btn-area {
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
}
.btn-area.center {
	display: flex;
	justify-content: center;
}
.btn-area.right {
	display: flex;
	justify-content: right;
}
.rental-img {
	width: 100%;
	overflow: hidden;
	height: 500px;
	margin-top: 20px;
}
.rental-img img {
	width: 100%;
}
.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 0.2rem;
	padding: 0.7rem 1rem;
	line-height: 1.5;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	color: #000;
	background-color: #f8f9ff;
	border-color: #d6dcf7;
	box-shadow: none;
}
.btn.radi-l {
	border-radius: 0.2rem 0rem 0rem 0.2rem;
	width: max-content;
}
.btn.small {
	font-size: 13px;
	padding: 0.3rem 0.7rem;
}
.btn.round {
	border-radius: 50%;
}
.btn:hover {
	background-color: #d6dcf7;
	border-color: #b2bbe4;
}
.btn + .btn {
	margin-left: 4px;
}
.btn-primary {
	color: #fff;
	background-color: var(--color-primary);
	border-color: var(--color-primary);
	box-shadow: none;
}
.btn-primary:hover {
	color: #fff;
	background-color: #002acf;
	border-color: #002acf;
}
.btn-red {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
	box-shadow: none;
}
.btn-red:hover {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}
.btn-green {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
	box-shadow: none;
}
.btn-green:hover {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}
.btn-orange {
	color: #fff;
	background-color: #ffc107;
	border-color: #ffc107;
	box-shadow: none;
}
.btn-orange:hover {
	color: #fff;
	background-color: #ffc107;
	border-color: #002acf;
}
.btn-black {
	color: #fff;
	background-color: #000;
	border-color: #000;
	box-shadow: none;
}
.btn-black:hover {
	color: #fff;
	background-color: #000;
	border-color: #000;
}
.btn-gray {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
	box-shadow: none;
}
.btn-gray:hover {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}
.btn-line-primary {
	color: var(--color-primary);
	background-color: #fff;
	border-color: var(--color-primary);
	box-shadow: none;
}
.btn-line-primary:hover {
	color: #002acf;
	background-color: #0134ff0a;
	border-color: #002acf;
}

.btn-group {
	position: relative;
	display: inline-flex;
	vertical-align: middle;
}
.file-group {
}
.file-upload-list {
	display: flex;
}
.file-input-cover {
	overflow: hidden;
}
.file-input {
	padding: 2px 0;
	width: calc(100% + 77px);
	background: #eee;
	margin-left: -77px;
	border: 0px;
}
.file-img-delete {
	margin: 0;
	width: 35px;
}

.row {
	display: flex;
	flex-direction: row;
}
.between {
	justify-content: space-between;
}
.colum {
	display: flex;
	flex-direction: column;
}
.row .custom-radio {
	width: auto;
	margin-left: 10px;
}

/* 이용공간 사진 + 설명을 위한 영역 */
.space-box {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.space-img {
	width: 586px;
	height: 352px;
	overflow: hidden;
}
.space-img img {
	width: 100%;
}
.space-description {
	width: 586px;
}
.space-box.desc > .space-img {
	order: 2;
}
.space-box.desc > .space-description {
	order: 1;
}
.space-box + .space-box {
	margin-top: 100px;
}

.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 0 solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 0px 0px rgba(0, 0, 0, 0.2);
	margin-bottom: 1rem;
}
.card-header {
	background-color: transparent;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	padding: 0.75rem 1.25rem;
	position: relative;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}
.card-title {
	float: left;
	font-size: 1.1rem;
	font-weight: 400;
	margin: 0;
}
.card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 1px;
	padding: 1.25rem;
}
.card-footer {
	padding: 0.75rem 1.25rem;
	background-color: rgba(0, 0, 0, 0.03);
	border-top: 0 solid rgba(0, 0, 0, 0.125);
}

/* 0711 박민지 수정 */
.mInfo1 {
	background-color: #f8f9ff;
	border: 0px solid #d6dcf7;
	border-radius: 8px;
	padding: 40px;
}
/* //0711 박민지 수정 */
/*0710 박민지 수정 */
.mInfo2 {
	border: 0px solid #d6dcf7;
	padding: 0px;
	font-size: 19px;
	line-height: 32px;
}
/* //0710 박민지 수정 */
.mInfo10 {
	background-color: transparent;
	border: 1px solid #d6dcf7;
	border-radius: 4px;
	padding: 20px;
	line-height: 24px;
}

.agree-area {
	background-color: #f8f9ff;
	margin-top: 10px;
	padding: 15px;
	display: flex;
	justify-content: space-between;
}
.check-box {
	display: flex;
	align-items: center;
	color: #1d1d1d;
	font-size: 14px;
	line-height: 21px;
	cursor: pointer;
}
.li-tit {
	font-size: 18px;
	font-family: var(--font-bold);
	margin-bottom: 8px;
}
.view-process {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.view-process li {
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	padding: 8px;
	text-align: center;
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-left: 30px;
}
.view-process li::after {
	content: "";
	background: url(/static/prjt/cmmn/img/linestep_arrow.svg) no-repeat;
	background-size: 16px;
	width: 16px;
	height: 16px;
	margin-left: -30px;
	position: absolute;
	margin-top: 40px;
}
.view-process li:first-child {
	margin-left: 0px;
}
.view-process li:first-child::after {
	display: none;
}
.view-process li .process-tit {
	color: #0134ff;
	background-color: #f8f9ff;
	width: 100%;
	border-radius: 4px;
	text-align: center;
	padding: 17px;
	font-family: "NanumSquareNeoBold";
}
.view-process li .process-ntt {
	text-align: center;
	padding: 17px 0 12px 0;
}
.view-process li.current .process-tit {
	color: #fff;
	background-color: #0134ff;
	width: 100%;
	border-radius: 4px;
	text-align: center;
	padding: 17px;
}

.view-dir {
	padding-left: 460px;
	width: 100%;
	display: flex;
	flex-direction: column;
}
.view-dir li {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 35px 30px 10px 30px;
}
.view-dir li:first-child {
	border-top: 1px solid #d9d9d9;
}
.view-dir li:first-child::after {
	display: none;
}
.view-dir li .dir-tit {
	font-size: 19px;
	width: 100%;
	font-family: "NanumSquareNeoBold";
}
.view-dir li .dir-ntt {
	color: #636363;
	margin-top: 6px;
}
.view-dir li.current .dir-tit {
	width: 100%;
}

/* table */
.table2 {
	width: 100%;
	table-layout: fixed;
	margin: 0 auto;
	border-top: 2px solid var(--color-primary);
	display: block;
	overflow: hidden;
	overflow-x: auto;
}
.table2 table {
	width: 100%;
	overflow: hidden;
	overflow-x: auto;
}
.table2 thead {
	background-color: #f8f9ff;
}
.table2 tr {
	border-bottom: var(--border);
	border-color: #a4b2e8;
	width: 100%;
	position: relative;
}
.table2 th {
	padding: 20px 0;
	text-align: center;
	color: #000;
	vertical-align: middle;
	word-break: keep-all;
}
.table2 th.medium {
	padding: 15px 10px;
}
.table2 tr:hover,
.table2 tr.active {
	background-color: #f8f9ff;
	transition: all 0.5s;
	transition: all 0.3s ease-out;
}
.table2 tr.disabled {
	opacity: 0.45;
	filter: grayscale(1);
}
/* 0710 박민지 수정 */
.table2 td {
	padding: 20px 10px;
	align-content: center;
	word-break: keep-all;
	min-width: 130px;
	text-align: center;
}

.table2 a {
	color: #000;
	line-height: 1.5;
}
/* //0710 박민지 수정 */
.table2 a:hover {
	color: var(--color-primary);
}
.table2 td img {
	width: 150px;
}
.table2 .num {
	min-width: 80px;
}
.table2 .thum {
	overflow: hidden;
	position: relative;
	border-radius: 4px;
	width: 150px;
	height: 150px;
}
.table2 .tit {
	text-align: left;
}
.table2 .ntt {
	text-align: left;
}
.table2 .file {
	min-width: 50px;
	text-align: center;
}
.table2 .status {
}
.table2 .date {
	font-size: 14px;
	color: #000;
}
.table2 .view {
	min-width: 80px;
}
.table2 .forWeb {
	display: table-cell;
} /* 테이블이 깨져서 어쩔 수 없이 추가 */
.table2 .add-head {
	display: none;
}
.table2 .noresult {
	color: #8d8d8d;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.table2.thumbnail thead {
	display: none;
}

/* 0712 박민지 수정 */

/* 0731 박민지 추가 */
.table2.thumbnail,.table2.gallery{overflow-x:hidden;}
/* //0731 박민지 추가 */
/* 0801 박민지 추가 */
.table2.thumbnail table,.table2.gallery table{table-layout:fixed;}
/* //0801 박민지 추가 */

.table2.thumbnail tr {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	min-height: 350px;
	padding: 36px 20px 20px 20px;
	position: relative;
	cursor: pointer;
}

.table2.thumbnail tr:hover .thum::before {
	opacity: 1;
}
/*0730 z-index 삭제*/
.table2.thumbnail .thum img {
	width: 100%;
	transition: transform 0.4s ease;
	position: relative;
	display: block;
}

.table2.thumbnail tr:hover .thum img {
	transform: scale(1.1);
}
.table2.thumbnail tr:hover .tit-text a {
	color: #0134ff;
	font-family: "NanumSquareNeoBold";
	text-underline-offset: 4px;
	text-decoration-line: underline;
}
/* //0712 박민지 수정*/

/* 0715 박민지 수정 */
.table2.thumbnail td {
	text-align: left;
	padding: 0px;
	margin-top: 1px;
	margin-left: 430px;
}
/*// 0715 박민지 수정 */
.table2.thumbnail img {
	width: 100%;
}
.table2.thumbnail .num {
	display: none;
}
/* 0710 박민지 수정 */
.table2.thumbnail .thum {
	position: absolute;
	overflow: hidden;
	border-radius: 4px;
	width: 355px;
	height: auto;
	max-height: 280px;
	margin-top: 0px;
	margin-left: 0px;
}
/* //0710 박민지 수정 */

/*0801 박민지 추가*/
.table2.thumbnail .tit {
	font-size: 24px;
	padding-bottom: 22px;
	font-family: var(--font-bold);
	word-break:keep-all;
}
/*//0801 박민지 추가*/
.table2.thumbnail .ntt {
	font-size: 16px;
	padding-bottom: 22px;
	line-height: 25px;
}
.table2.thumbnail .file {
	min-width: 50px;
}
.table2.thumbnail .status {
}
.table2.thumbnail .date {
	font-size: 14px;
	color: #000;
}
.table2.thumbnail .view {
	min-width: 80px;
}
/* 0716 박민지 수정 */
.table2.thumbnail .add-head {
	display: table-cell;
	min-width: 100px;
	color: #000;
	text-align: left;
	padding: 4px 15px 4px 0;
}
/* //0716 박민지 수정 */
/* 0716 박민지 수정 */
.table2.thumbnail .tds {
	display: table-cell;
	padding: 4px 15px 4px 0;
}
/* //0716 박민지 수정 */
.table2.thumbnail .noresult {
	margin-left: 0px;
	padding: 100px 0;
	font-size: 18px;
	color: #8d8d8d;
	text-align: center;
}
.table2.thumbnail .label {
	border: 1px solid var(--color-primary);
	border-radius: 5px;
	padding: 2px 4px;
}
.table2.thumbnail .file {
	display: none;
}

.table2.gallery tbody {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 13px;
}
.table2.gallery thead {
	display: none;
}
.table2.gallery tr {
	width: calc(25% - 10px);
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	min-height: 300px;
	margin: 30px 0;
	border-color: transparent;
	cursor: pointer;
}
.table2.gallery tr.full {
	width: 100%;
}
.table2.gallery tr:hover,
.table2 tr.active {
	background-color: #fff;
}
.table2.gallery td {
	text-align: left;
	padding: 0px;
}
/* 0711 박민지 수정 & 추가 */

/*0730 z-index 삭제*/
.table2.gallery .thum img {
	width: 100%;
	transition: transform 0.4s ease;
	position: relative;
	display: block;
}

.table2.gallery tr:hover .thum img {
	transform: scale(1.1);
}
.table2.gallery tr:hover .tit-text a {
	color: #0134ff;
	font-family: "NanumSquareNeoBold";
	text-underline-offset: 4px;
	text-decoration-line: underline;
}
/* //0711 박민지 수정 &추가*/
.table2.gallery img {
	width: 100%;
	transition: all 0.4s ease;
}
.table2.gallery .num {
	display: none;
}
.table2.gallery .thum {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
	width: 100%;
	height: 220px;
	margin-top: 0px;
	margin-left: 0px;
}
/*0801 박민지 추가*/
.table2.gallery .tit {
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 12px;
	word-break:break-all;
}
/*//0801 박민지 추가*/
.table2.gallery .ntt {
	color: #454545;
	font-size: 15px;
	padding-bottom: 8px;
	line-height: 25px;
}
.table2.gallery .file {
	min-width: 50px;
	display: none;
}
.table2.gallery .status {
}
.table2.gallery .date {
	font-size: 14px;
	color: #000;
}
.table2.gallery .view {
	min-width: 80px;
}
.table2.gallery .add-head {
	display: none;
}
/* 0711 박민지 수정 */
.table2.gallery .tds {
	display: table-cell;
	padding: 4px 15px 4px 0;
	font-size: 12px;
}
/* 0711 박민지 수정 */

/* 0801 박민지 수정 */
.table2.gallery .noresult {
	width: 100%;
	margin-left: 0px;
	padding: 0 0 100px 0;
	font-size: 18px;
	color: #8d8d8d;
	text-align: center;
	border-bottom: var(--border);
}
/* //0801 박민지 수정 */
.table2.gallery .label {
	border: 1px solid var(--color-primary);
	border-radius: 5px;
	padding: 2px 4px;
}
.table2.type-view {
	margin-bottom: 150px;
}
.table2.type-view table {
	margin-bottom: 20px;
}
.table2.type-view tr {
	display: flex;
	border-color: #d6dcf7;
	background-color: #f8f9ff;
}
.table2.type-view tr:hover {
	background-color: auto;
}
/* 0710 박민지 수정 */
.table2.type-view th {
	text-align: center;
	align-content: center;
	width: 180px;
	padding: 20px 10px;
}

.table2.type-view td {
	align-content: center;
	width: 100%;
	padding: 20px 10px;
	line-height: 24px;
	text-align: left;
	background-color: #fff;
}
/* //0710 박민지 수정 */
.table2.type-view a {
	text-decoration: none;
}
.table2.type-view img {
	width: auto;
	max-width: 100%;
}
.table2.type-view li.file-list {
	margin-bottom: 5px;
	line-height: 20px;
	padding-left: 25px;
	background-image: url(/static/prjt/cmmn/img/ico_downloadfile.svg);
	background-repeat: no-repeat;
	background-position: left 2px;
	background-size: 17px;
}
.table2.type-view li:last-child {
	margin-bottom: 0px;
}
.table2.type-view th.tit {
	display: none;
}
/* 0710 박민지 수정 */
.table2.type-view td.tit {
	font-size: 25px;
	padding: 30px 10px;
	color: #000;
	line-height: 25px;
	text-align: center;
}
/* //0710 박민지 수정 */
.table2.type-view th.ntt {
	display: none;
}
.table2.type-view td.ntt {
	padding: 20px 0 20px 0;
}
.table2.type-view tr.reply {
	margin-top: 20px;
	border-top: 2px solid #d7dcf5;
	border-bottom: 2px solid #d7dcf5;
}
/* 0710 박민지 수정 */
.table2.type-view th.reply {
	text-align: left;
	padding: 2rem 1rem;
	color: #000;
	font-weight: 600;
	align-content: baseline;
}
/* //0710 박민지 수정 */
.table2.type-view td.reply {
	display: absolute;
	margin: 3rem 0 0 -10.8rem;
	background-color: transparent;
	line-height: 24px;
}
.table2.type-write {
	margin-bottom: 60px;
}
.table2.type-write table {
	margin-bottom: 20px;
}
.table2.type-write tr {
	display: flex;
	border-color: #d6dcf7;
	background-color: #f8f9ff;
}
.table2.type-write tr:hover {
	background-color: auto;
}
.table2.type-write th {
	text-align: center;
	width: 180px;
	padding: 21px 0 19px 0;
}
.table2.type-write td {
	width: 100%;
	padding: 10px;
	text-align: left;
	background-color: #fff;
}
.table2.type-write a {
	text-decoration: none;
}
.table2.type-write img {
	width: auto;
	max-width: 100%;
}
.table2.type-write li.file-list {
	margin-bottom: 5px;
	line-height: 20px;
	padding-left: 25px;
	background-image: url(/static/prjt/cmmn/img/ico_downloadfile.svg);
	background-repeat: no-repeat;
	background-position: left 2px;
	background-size: 17px;
}
.table2.type-write li:last-child {
	margin-bottom: 0px;
}
.table2.type-write th.tit {
}
.table2.type-write td.tit {
}
.table2.type-write th.ntt {
	display: none;
}
.table2.type-write td.ntt {
	padding: 0;
}
.table2.type-write tr.reply {
	margin-top: 20px;
	border-top: 2px solid var(--color-primary);
	border-bottom: 2px solid var(--color-primary);
}
.table2.type-write th.reply {
	text-align: left;
	padding: 2rem 2rem;
	color: #000;
	font-weight: 600;
}
.table2.type-write td.reply {
	display: absolute;
	margin: 3rem 0 0 -10.8rem;
	background-color: transparent;
	line-height: 24px;
}
.table2.type-write.no-line input,
.table2.type-write.no-line textarea {
	background-color: transparent;
	border: 0px solid #d6dcf7;
}
.table2.type-write.no-line input.file-input {
	padding: 2px 0;
	width: calc(100% + 75px);
	background: #eee;
	margin-left: -75px;
	border: 0px;
}
.table2.type-write.no-line .aia-select {
	background-color: transparent;
	border: 0px solid #d6dcf7;
	height: 100%;
}
/* //2025-06-24 천재우 추가 - 향후 소스 정리할 부분  */

.table10 {
	width: 100%;
	table-layout: fixed;
	display: block;
	overflow: hidden;
	overflow-x: auto;
}
.table10 table {
	width: 100%;
	overflow: hidden;
	overflow-x: auto;
}
.table10 tr {
	width: 100%;
}
.table10 th {
	text-align: center;
	color: #000;
	vertical-align: middle;
	word-break: keep-all;
}
.table10.type-view {
}
.table10.type-view table {
	margin-bottom: 20px;
	margin-top: 35px;
}
.table10.type-view tr {
	display: flex;
	padding-left: 460px;
}
.table10.type-view tr:hover {
	background-color: auto;
}
.table10.type-view th {
	text-align: center;
	width: 120px;
	font-family: var(--font-bold);
	padding: 8px 0;
	text-align: left;
	background-image: url(/static/prjt/cmmn/img/ico-fac-01.svg);
	background-repeat: no-repeat;
	background-position: 0px 11px;
	padding-left: 27px;
}
.table10.type-view th.biz-schedule {
	background-image: url(/static/prjt/cmmn/img/ico-fac-02.svg);
}
.table10.type-view th.biz-detail {
	background-image: url(/static/prjt/cmmn/img/ico-fac-03.svg);
}
.table10.type-view th.biz-schedule {
	background-image: url(/static/prjt/cmmn/img/ico-fac-02.svg);
}
.table10.type-view td {
	width: 100%;
	text-align: left;
	padding: 8px 0;
}
.table10.type-view a {
	text-decoration: none;
}
.table10.type-view img {
	width: auto;
	max-width: 100%;
}
.table10.type-view li.file-list {
	margin-bottom: 5px;
	line-height: 20px;
	background-image: url(/static/prjt/cmmn/img/ico_downloadfile.svg);
	background-repeat: no-repeat;
	background-position: left 2px;
	background-size: 17px;
}
.table10.type-view li:last-child {
	margin-bottom: 0px;
}
.table10.type-view th.tit {
	display: none;
}
.table10.type-view td.tit {
	font-size: 25px;
	color: #000;
	line-height: 25px;
	text-align: center;
}
.table10.type-view th.ntt {
	display: none;
}
.table10.type-view td.ntt {
}
.table10.type-view tr.reply {
	margin-top: 20px;
	border-top: 2px solid var(--color-primary);
	border-bottom: 2px solid var(--color-primary);
}
.table10.type-view th.reply {
	text-align: left;
	color: #000;
	font-weight: 600;
}
.table10 {
	display: flex;
}

th.biz-img,
th.biz-category,
th.biz-catch,
th.biz-tit,
th.biz-description,
th.biz-support,
th.biz-ntt,
td.biz-support,
td.biz-catch {
	display: none;
}
.table10.type-view td.biz-img {
	width: 380px;
	max-height: 530px;
	overflow: hidden;
	margin-bottom: 30px;
	border-radius: 4px;
	position: absolute;
	margin-left: -460px;
}
.table10.type-view td.biz-category {
	color: var(--color-primary);
}
.table10.type-view td.biz-tit {
	font-size: 36px;
	padding: 8px 0 8px 0;
	margin-left: -2px;
}
.table10.type-view td.biz-description {
	font-size: 17px;
	color: #686868;
	padding-bottom: 25px;
}
.table10.type-view td.biz-ntt {
	margin-top: 50px;
}

/* 2025-06-20 천재우 추가 - 향후 소스 정리할 부분 */
.guide-contact {
	background-color: #f3f4f8;
	padding: 30px 0;
	text-align: center;
	margin-top: 3rem;
	font-family: var(--font-bold);
}
.feedback-survey {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f8f9ff;
	border-radius: 0.125rem;
	border: 1px solid #d6dcf7;
	width: 100%;
	height: 11.25rem;
	margin-top: 5rem;
	padding: 1.4rem;
}
.feedback-group {
	display: flex;
	align-items: center;
	width: 70.4rem;
	height: 7.3rem;
}
.feedback-left {
	width: 4.625rem;
	height: 100%;
	background: url(/static/prjt/cmmn/img/feedback-left.png) no-repeat;
	background-size: contain;
}
.feedback-right {
	display: flex;
	flex-direction: column;
	height: 100%;
	flex: 1;
	padding-left: 2rem;
}
.feedback-right .tit {
	color: #1d1d1d;
	font-size: 17px;
	font-family: "NanumSquareNeo";
	line-height: 25.5px;
}
.feedback-right .tit:hover {
	color: #1d1d1d;
	font-family: "NanumSquareNeo";
}
.feedback-ratearea {
	display: flex;
	width: 100%;
	margin-top: 1.3rem;
}
.feedback-rates {
	background-color: #fff;
	padding: 1.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	max-height: 5rem;
}
.feedback {
	display: flex;
	align-items: center;
	width: fit-content;
}
.feedback + .feedback {
	margin-left: 2.5rem;
}
.feedback label {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 0.5rem;
	cursor: pointer;
	text-align: left;
}
.emoji {
	width: 2.1rem;
	height: 2.1rem;
}
.emoji.rate5 {
	background: url(/static/prjt/cmmn/img/emoji-rate5.png) no-repeat;
	background-size: contain;
}
.emoji.rate4 {
	background: url(/static/prjt/cmmn/img/emoji-rate4.png) no-repeat;
	background-size: contain;
}
.emoji.rate3 {
	background: url(/static/prjt/cmmn/img/emoji-rate3.png) no-repeat;
	background-size: contain;
}
.emoji.rate2 {
	background: url(/static/prjt/cmmn/img/emoji-rate2.png) no-repeat;
	background-size: contain;
}
.emoji.rate1 {
	background: url(/static/prjt/cmmn/img/emoji-rate1.png) no-repeat;
	background-size: contain;
}

.feedback-btn {
	margin-left: 2rem;
	padding: 0.5rem 2rem;
	background-color: #fff;
	border: 1px solid var(--color-primary);
	border-radius: 0.125rem;
	color: var(--color-primary);
	font-size: 18px;
	font-family: "NanumSquareNeoBold";
}
.feedback-rates .radio-btn {
	margin-right: 0;
}
/* //2025-06-20 천재우 추가 - 향후 소스 정리할 부분 */

/* //2025-07-01 천재우 추가 - 향후 소스 정리할 부분 */

.intro-box {
}
.intro-img {
	width: 550px;
	overflow: hidden;
}
.intro-img img {
	width: 100%;
	border-radius: 15px 0 15px 0;
}
.intro-talk {
	width: 550px;
	font-size: 17px;
	line-height: 27px;
	padding-top: 15px;
}
.intro-talk .sign {
	width: 150px;
	margin-top: 20px;
}

.history-box {
	position: relative;
	content: "";
	width: 1px;
	height: 100%;
	min-height: 800px;
	background: var(--color-primary);
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.history-row {
	display: flex;
	margin-top: 80px;
}
.history {
	width: 550px;
	min-width: 550px;
	background: url(/static/prjt/cmmn/img/history-line.png) no-repeat;
	background-position: 0 14px;
	padding: 0 0 0 100px;
	margin-left: -8px;
}
.history dl {
	display: flex;
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 18px;
}
.history dt {
	font-family: var(--font-bold);
	background-color: transparent;
	min-width: 80px;
	padding: 0;
}
.history dd {
	padding: 0;
}
.history-tit {
	font-size: 32px;
	font-family: "NanumSquareNeoExtraBold";
	color: var(--color-primary);
	webkit-transition: all 0.4s;
	transition: all 0.4s;
	line-height: 48px;
	margin-bottom: 20px;
}
.history-tit.big {
	font-size: 48px;
}
.history.desc {
	position: relative;
	width: 550px;
	min-width: 550px;
	background: url(/static/prjt/cmmn/img/history-line-desc.png) no-repeat;
	background-position: 100% 14px;
	padding: 0 100px 0 0;
	margin-left: -1083px;
	margin-top: 120px;
}
.history.desc .history-tit {
	text-align: right;
}

/* 2025-07-04 박민지 추가 - 향후 소스 정리할 부분 */
/* 지속가능경영 */
.guidecontent-area.goal {
	position: relative;
	gap: 3.37rem;
	padding-top: 1.25rem;
	display: flex;
	flex-direction: column;
	gap: 3.75rem;
	width: 100%;
}

.goal-box {
	width: 100%;
}
.goalcontents {
	margin-bottom: 1.25rem;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.goalcontents:last-child {
	margin-bottom: 0;
}
.goal-tit {
	width: 16.25rem;
	padding: 1.2rem 3.56rem;
	border-radius: 0.25rem;
	border: 1px solid var(--color-primary);
	background: #fff;
	align-content: center;
}
.goalcontents .tit {
	font-family: "NanumSquareNeoExtraBold";
	color: var(--color-primary);
	line-height: 21px;
	text-align: center;
	word-break: keep-all;
	font-size: var(--font-primary);
}
.goal-fullcontents {
	width: calc(100% - 16.25rem);
	margin-left: 3.75rem;
	padding: 1.2rem 3.56rem;
	min-height: 3.75rem;
	border-radius: 0.25rem;
	border: 1px solid #d6dcf7;
	background: #fff;
	font-family: "NanumSquareNeoBold";
	color: #000;
	line-height: 21px;
	text-align: center;
	align-content: center;
	word-break: keep-all;
}
.goal-contentsgroups {
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem;
	height: 100%;
	width: calc(100% - 16.25rem);
	margin-left: 3.75rem;
}
.goal-contentsgroup {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-left: 3.75rem;
	gap: 0.625rem;
	height: 100%;
	width: calc(100% - 16.25rem);
}

.goal-contentsgroup.full {
	width: 100%;
	margin-left: 0;
	grid-template-columns: 230px calc(100% - 230px);
}
.goal-contents {
	min-height: 3.75rem;
	border-radius: 0.25rem;
	border: 1px solid #d6dcf7;
	background: #fff;
	color: #000;
	text-align: center;
	align-content: center;
	word-break: keep-all;
	width: 100%;
}
.goal-contents > .con,
.goal-fullcontents > .con {
	color: #000;
	font-family: "NanumSquareNeoBold";
	text-align: center;
	align-content: center;
	word-break: keep-all;
	font-size: var(--font-primary);
}
.goal-contents.bluegray {
	border: 1px solid #f8f9ff;
	background: #f8f9ff;
}

.goal-contentsgroup .titsub {
	font-family: "NanumSquareNeoBold";
	color: #000;
	text-align: center;
	align-content: center;
	word-break: break-all;
	line-height: 1.5;
	padding: 0 10px;
}

.goal-contents.bluegray > .con,
.goal-contents.bluegray .con {
	line-height: 1.5;
	color: #000;
	text-align: center;
	align-content: center;
	word-break: keep-all;
	font-family: "NanumSquareNeo";
	font-size: var(--font-primary);
}
.con.goal {
	position: relative;
}

.goal-contents .con.left {
	text-align: left;
}
.goal-contentsgroup .contents-wrap {
	padding: 1.5rem;
}
.contents-promises {
	padding: 4.38rem;
	display: flex;
	flex-direction: column;
}
.arrowup {
	width: 13rem;
	margin: 0 auto;
	aspect-ratio: 1.5/1;
	flex-shrink: 0;
}
.arrowup img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.content-box.big {
	height: auto;
	min-height: 29rem;
	border: 4px solid #d6dcf7;
}
.content-box .tit.big {
	font-size: 18px;
	line-height: 2;
	color: var(--color-primary);
	font-family: "NanumSquareNeoBold";
}
.content-box .con {
	font-size: 18px;
	line-height: 2;
	padding-left: 0;
}
.goal-contents.smalltit {
	border: 1px solid var(--color-primary);
	min-height: auto;
	padding: 8px;
}
.goal-contents.smalltit > .tit {
	font-family: "NanumSquareNeoBold";
}

/* 인권경영 상담센터 */
.board-info.small {
	padding: 2rem 2.5rem;
}
.btn-download.line {
	border: 1px solid var(--color-primary);
	border-radius: 0.25rem;
	background-color: #fff;
	font-size: 15px;
	font-family: "NanumSquareNeoBold";
	line-height: 33px;
	color: var(--color-primary);
	width: fit-content;
	padding: 0.43rem 1.8rem;
}
/* //인권경영 상담센터 */

/* 윤리경영추진전략 */
.goal-contentsgroup.middle {
	grid-template-columns: repeat(5, 1fr);
}
/* //윤리경영추진전략 */
.guidecontent-group.totalrule {
	margin-top: 5rem;
}
/* 윤리경영행동강령 */

.board-infogroup {
	display: flex;
	flex-direction: column;
	gap: 3.75rem;
	width: 100%;
}
.board-infogroup.other {
	margin-top: 2.5rem;
}
.board-infogroup.horizontal {
	flex-direction: row;
}
.board-info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	border-radius: 8px;
	background-color: #f8f9ff;
	padding: 3rem;
}
.board-info:first-child {
	margin-top: 1.25rem;
}
.board-info.other:first-child {
	margin-top: 0;
}
.board-info.other {
	background-color: #fff;
	width: 100%;
	padding: 0;
}

.board-infogroup.big {
	padding: 5rem 3.2rem 0;
}
.boardcontents-group {
	display: flex;
	flex-direction: column;
	gap: 3rem;
	width: 100%;
}
.boardcontents {
	width: 100%;
}
.title.boardsub {
	font-size: 20px;
	font-family: "NanumSquareNeoBold";
	line-height: 30px;
}

.board-content {
	padding-top: 0.44rem;
}
.board-content.large {
	padding-top: 1rem;
	width: 100%;
}
.boardcontents .con {
	font-size: 15px;
	line-height: 27.2px;
	position: relative;
}
.board-content.big {
	padding-top: 1.5rem;
}
.tit.chapter {
	font-size: 24px;
	line-height: 50px;
	color: #000;
}
.tit.medium {
	font-family: "NanumSquareNeoBold";
	font-size: 15px;
	line-height: 2.2;
}
.boardcontents .con.other {
	padding-left: 0;
	line-height: 2.2;
}
.boardcontents-group.rule {
	padding-top: 2.5rem;
	gap: 1.5rem;
}
.textbtn.zero {
	margin-top: 0;
}
.btn-download.site {
	margin-top: 1rem;
}
.con-textbtn {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	gap: 0.3rem;
}
/* //윤리경영행동강령 */
/* //지속가능경영 */

/* //2025-07-04 박민지 추가 - 향후 소스 정리할 부분 */

/* 2025-07-09 박민지 추가 */
/* 조직도 */
.titlearea.left {
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	padding: 0.5rem 0;
	gap: 0.8rem;
}
.tit-circle {
	width: 15px;
	height: 15px;
	background-color: var(--color-white);
	border: 1px solid var(--color-primary);
	background-size: 15px auto;
	border-radius: 100%;
}
.org-top {
	display: flex;
	flex-direction: column;
	margin: 1.25rem auto 6rem auto;
}
.chart-container {
	display: flex;
	flex-direction: column;
	width: 80%;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
}
.positiongroup {
	width: 100%;
	position: relative;
}
.positiongroup::after {
	width: 100%;
	height: 1px;
	background: #d6dcf7;
	z-index: -1;
	position: absolute;
	content: "";
}
.position {
	border-radius: 0.25rem;
	border: 1px solid #253ea4;
	background-color: #f8f9ff;
	font-size: 18px;
	line-height: 1.2;
	font-family: "NanumSquareNeoBold";
	text-align: center;
	color: #253ea4;
	min-width: 11.25rem;
	width: fit-content;
	padding: 0 10px;
	height: 4.0625rem;
	display: block;
	align-content: center;
	position: relative;
	word-break: break-word;
	cursor: pointer;
}
.position.chairman {
	background: #253ea4;
	color: var(--color-white);
	margin-bottom: 25px;
}
.position.chairman::after {
	position: absolute;
	top: 65px;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	width: 1px;
	height: 7.5rem;
	background: #d6dcf7;
	z-index: -1;
}
.position.consult::after {
	height: 3.5rem;
}
.position.ceo {
	border: 1px solid var(--color-primary);
	background-color: var(--color-primary);
	color: var(--color-white);
	margin-top: 25px;
}
.position.ceo::after {
	position: absolute;
	content: "";
	width: 1px;
	height: 55px;
	top: 64px;
	left: 50%;
	transform: translateX(-50%);
	background: #d6dcf7;
	z-index: -1;
}
.org-congroup {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 3rem 2rem;
	width: 1200px;
	padding-top: 6.75rem;
	margin: 0 auto;
	position: relative;
}
.org-congroup::before {
	position: absolute;
	content: "";
	width: 77.15%;
	height: 1px;
	top: 54px;
	left: 50%;
	transform: translateX(-50%);
	background: #d6dcf7;
	z-index: -1;
}
.org-congroup.type2 {
	grid-template-columns: repeat(3, 1fr);
	padding-top: 5.3rem;
}
.org-congroup.type2::before {
	width: 68.5%;
	top: 31px;
}
.org-congroup.type3 {
	grid-template-columns: repeat(2, 1fr);
	padding-top: 5.3rem;
}
.org-congroup.type3::before {
	width: 51.5%;
	top: 31px;
}
.org-congroup.type4 {
	grid-template-columns: repeat(1, 1fr);
	padding-top: 5.3rem;
}
.org-congroup.type4::before {
	width: 0%;
	top: 31px;
}

.org-content {
	width: 100%;
}
.org-content.line {
	position: relative;
}
.org-content.line::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 55px;
	top: -54px;
	left: 50%;
	transform: translateX(-50%);
	background: #d6dcf7;
	z-index: -1;
}
.org-content.line.type2::before {
	left: 50.2%;
}
.org-title {
	display: block;
	align-content: center;
	min-height: 3rem;
	padding: 0.625rem 2.5rem;
	width: 100%;
	border-radius: 4px 4px 0px 0px;
	border: 1px solid #d6dcf7;
	background: #f8f9ff;
	text-align: center;
	cursor: pointer;
}
.org-con {
	display: block;
	align-content: center;
	min-height: 2.5rem;
	width: 100%;
	padding: 0.625rem 2.5rem;
	border-radius: 4px 4px 0px 0px;
	border-bottom: 1px solid #d6dcf7;
	border-left: 1px solid #d6dcf7;
	border-right: 1px solid #d6dcf7;
	background: var(--color-white);
	word-break: keep-all;
}
.org-tit {
	font-size: var(--font-primary);
	color: #010101;
	/*font-family: "NanumSquareNeoBold";*/
	line-height: 24px;
}
.org-tit a {
	text-align: center;
}
.org-name {
	font-size: var(--font-media);
	line-height: 21px;
	color: #010101;
	text-align: center;
}
.team-group {
	display: grid;
	grid-row-gap: 2rem;
	grid-template-columns: 1fr;
	padding-top: 3.12rem;
}
.team {
	width: 100%;
}
.team-table {
	margin-top: 0.88rem;
	border-top: 1px solid #d6dcf7;
}

/* //조직도 */
/* //2025-07-09 박민지 추가 */

/* 0715 박민지 추가 */
.buttons.center {
	align-items: center;
	justify-content: center;
}
.back.form {
	padding: 0.75rem 0;
	min-width: 15rem;
	min-height: 3.125rem;
	background-color: var(--color-white);
	border: 1px solid #d6dcf7;
	color: var(--color-black);
	font-size: 18px;
	font-family: "NanumSquareNeoBold";
	line-height: 25.2px;
}

/* 0715 박민지 추가 */
.club-bg {
	position: relative;
	border-bottom: 4px solid #f6f6f6;
	padding-bottom: 80px;
}
.club-bg::after {
	position: absolute;
	content: "";
	top: -100px;
	right: 0px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #0134ff;
}
.club-title::after {
	position: absolute;
	content: "";
	top: -30px;
	right: 70px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #f4f4f4;
}
.club-category {
	font-size: 28px;
	line-height: 50px;
	display: none;
}
.club-title {
	/*font-size: 58px;*/
	font-size: 38px;
	line-height: 60px;
}
.club-description {
	/*font-size: 24px;*/
	font-size: 18px;
	line-height: 28px;
	color: #575757;
	padding: 20px 0 60px 0;
}
.club-box {
	/*padding: 50px;*/
	padding: 25px;
	background: #f6f6f6;
	margin-top: 20px;
}
.club-box-sub {
	/*padding: 50px;*/
	padding: 25px;
	border: 4px solid #f6f6f6;
	margin-top: 30px;
	width: calc(50% - 10px);
}
.club-tit {
	/*font-size: 28px;*/
	/*line-height: 32px;*/
	font-size: 18px;
	line-height: 20px;
}
.club-ntt {
	/*font-size: 21px;*/
	/*line-height: 32px;*/
	font-size: 15px;
	line-height: 20px;
	color: #575757;
}
/* 250724 소스 추가 */

td.ntt h2 {
	margin-top: 40px;
	margin-bottom: 16px;
	padding-left: 30px;
	font-family: var(--font-bold);
	font-size: 22px;
}
td.ntt h2::before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	border: 1px solid var(--color-primary);
	background-size: cover;
	border-radius: 100%;
	margin-left: -28px;
	margin-top: 6px;
}
td.ntt h3 {
	font-size: 19px;
	font-family: var(--font-bold);
}
td.ntt h4 {
	font-size: 17px;
	font-family: var(--font-bold);
}
td.ntt strong {
	font-family: var(--font-bold);
}
td.ntt blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eeeeee;
}
td.ntt hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 3px solid #d6d6d6;
}
td.ntt i {
	font-style: italic;
}
td.ntt ul {
	display: block;
	margin-block-start: 1em;
	margin-block-end: 1em;
	padding-inline-start: 30px;
	unicode-bidi: isolate;
}
td.ntt ul li {
	list-style-type: disc;
}
td.ntt ol {
	display: block;
	margin-block-start: 1em;
	margin-block-end: 1em;
	padding-inline-start: 30px;
	unicode-bidi: isolate;
}
td.ntt ol li {
	list-style-type: decimal;
}

td.ntt .text-tiny {
	font-size: 10px;
}
td.ntt .text-small {
	font-size: 13px;
}
td.ntt .text-big {
	font-size: 19px;
}
td.ntt .text-huge {
	font-size: 21px;
}
/* //250724 소스 추가 */
@media screen and (max-width: 1640px) {
	/* header 조정 */
	.menu-name {
		padding: 0 2.2rem;
	}

	.head.on .menu-name {
		padding: 0 2.7rem;
	}

	.main-link {
		font-size: 20px;
	}
	.utils {
		gap: 14px;
	}
	.btn-alllists {
		width: 8.2rem;
		height: 2.8rem;
	}

	.subnav {
		font-size: 14px;
	}

	.utils .btn-search {
		width: 2rem;
		height: 2rem;
	}
	.utils .btn-mypage {
		width: 1.8rem;
		height: 2rem;
	}
	/*// header 조정 */

	/* 로그인,회원가입 버튼 */
	.login-addmember button {
		margin-left: 0.5rem;
	}
	.btn-login,
	.btn-addmember {
		width: 6rem;
	}
	.login-tit {
		padding-left: 0.5rem;
	}
	/*// 로그인,회원가입 버튼 */

	/* 빠른메뉴 */
	.stickyside {
		top: 38rem;
	}
	.facility-ico {
		width: 3.5rem;
		height: 1.5rem;
	}
	.facility-link {
		padding: 5px;
	}
	.facility-link .space {
		font-size: 14px;
	}
	/* //빠른메뉴 */
	.table1 .title {
		padding-left: 15px;
	}

	.popup-contents .tit {
		font-size: 14px;
	}
}

@media screen and (max-width: 1350px) {
	/* header */
	.main-link {
		font-size: 19px;
	}

	.btn-alllists {
		width: 6.6rem;
		height: 2.2rem;
	}
	.login-addmember a + a {
		margin-left: 10px;
	}

	.utils .btn-search {
		width: 1.8rem;
		height: 1.8rem;
	}
	.utils .btn-mypage {
		width: 1.6rem;
		height: 1.8rem;
	}
	/* //header */

	/* 로그인,회원가입 버튼 */
	.btn-login,
	.btn-addmember {
		width: 5rem;
	}
	/* //로그인,회원가입 버튼 */

	.btn-box {
		width: 3.3rem;
		height: 3.3rem;
	}
	.dreamtext-area .tit {
		width: 70%;
		margin-bottom: 10.5vw;
	}
	.btn-line {
		padding: 0.35rem;
		font-size: 13px;
	}
}

@media screen and (max-width: 1280px) {
	/* header */
	#header {
		height: 88px;
	}
	.logo {
		width: 12.2rem;
		height: 2.5rem;
	}
	.logo img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	.btn-alllists.forWeb {
		display: none;
	}
	.menu-btns.forMobile {
		display: block;
	}
	.subnav:hover {
		background: none;
		color: #000;
	}

	.head.on .gnb_bg {
		display: none;
		height: 100%;
	}
	.menu-name {
		padding: 24px 0;
		align-items: flex-start;
		justify-content: flex-start;
		width: 100%;
		transition: none;
		position: relative;
	}
	.subnav {
		width: auto;
		padding: 0;
		min-height: auto;
		font-size: 15px;
		padding: 0;
		color: #000;
	}

	.main-link {
		font-size: 14px;
		font-family: "NanumSquarenNeoBold";
		line-height: 21px;
	}
	.utils {
		gap: 18px;
	}
	/* 모바일 햄버거 크기 조정 */
	.menu-btns {
		width: 32px;
		height: 32px;
	}
	.all-menu span {
		width: 6px;
		height: 6px;
	}
	.all-menu span:nth-child(1) {
		top: 0;
		left: 0;
	}
	.all-menu span:nth-child(2) {
		top: 0;
		left: 12px;
	}
	.all-menu span:nth-child(3) {
		top: 0;
		left: 24px;
	}
	.all-menu span:nth-child(4) {
		top: 12px;
		left: 0;
	}
	.all-menu span:nth-child(5) {
		top: 12px;
		left: 12px;
	}
	.all-menu span:nth-child(6) {
		top: 12px;
		left: 24px;
	}
	.all-menu span:nth-child(7) {
		top: 24px;
		left: 0;
	}
	.all-menu span:nth-child(8) {
		top: 24px;
		left: 12px;
	}
	.all-menu span:nth-child(9) {
		top: 24px;
		left: 24px;
	}
	.all-menu.active span {
		width: 6px;
		height: 6px;
	}
	.all-menu.active span:nth-child(1) {
		top: 0;
		left: 0;
	}
	.all-menu.active span:nth-child(2) {
		top: 12px;
		left: 12px;
	}
	.all-menu.active span:nth-child(3) {
		top: 0;
		left: 24px;
	}
	.all-menu.active span:nth-child(4) {
		top: 12px;
		left: 12px;
	}
	.all-menu.active span:nth-child(5) {
		top: 12px;
		left: 12px;
	}
	.all-menu.active span:nth-child(6) {
		top: 12px;
		left: 12px;
	}
	.all-menu.active span:nth-child(7) {
		top: 24px;
		left: 0;
	}
	.all-menu.active span:nth-child(8) {
		top: 12px;
		left: 12px;
	}
	.all-menu.active span:nth-child(9) {
		top: 24px;
		left: 24px;
	}
	/* 모바일 햄버거 크기 조정 */

	/* header 모바일용 gnb */
	.menuPop {
		padding: 0;
	}

	.menuPop-contents {
		height: calc(100% - 56px);
		display: flex;
		flex-direction: column;
	}
	.menuPop.active {
		display: block;
	}
	/* 0716 수정 */
	.menuPop .gnb {
		flex-direction: column;
		align-items: flex-start;
		height: 100%;
		padding: 0 3.3vw 5rem;
		overflow-y: auto;
	}
	/* //0716 수정 */
	.gnb-menu {
		flex-direction: column;
		align-items: flex-start;
		padding-top: 12px;
		width: 100%;
		border-bottom: 1px solid #d6dcf7;
	}
	.navi-gnb {
		display: none;
	}
	.navi-gnb.active {
		display: block;
		padding: 3.3vw 0.5rem;
	}
	.navi-gnb .close {
		position: absolute;
		top: 0;
		right: 10px;
	}
	.btn-close {
		width: 1.9rem;
		height: 1.9rem;
		background-size: cover;
	}
	.link-depth-list {
		display: flex;
		flex-wrap: wrap;
		background-color: transparent;
		position: relative;
		margin-top: 0;
		top: 0;
		left: 0;
		transform: translateX(0);
	}
	.link-depth-item {
		width: 32%;
		margin-top: 0;
		padding: 0 0 16px;
	}
	.link-depth-item a {
		text-align: left;
		transition: none;
		padding: 0;
	}

	.gnb_bg {
		height: 100%;
	}
	/*//header 모바일용 gnb */

	/* //header */

	/* 로그인,회원가입 버튼 */
	.login-addmember.forWeb {
		display: none;
	}
	.login-addmember.forMobile {
		display: flex;
	}
	.login-addmember {
		position: initial;
		align-items: flex-end;
		justify-content: flex-start;
		opacity: 1;
	}
	.login-addmember button {
		margin-left: 0;
	}
	.login-addmember .btn-tit {
		color: #000;
		padding-left: 0.5rem;
		font-size: 14px;
		line-height: 19.6px;
	}
	.btn-login:hover > .button-ico,
	.btn-addmember:hover > .button-ico {
		transition: none;
		transform: translateX(0px);
	}
	.btn-addmember:hover > .btn-tit,
	.btn-login:hover > .btn-tit,
	.btn-addmember:hover > .btn-tit:hover,
	.btn-login:hover > .btn-tit:hover {
		text-decoration-line: none;
	}
	/* //로그인,회원가입 버튼 */

	.pop-top {
		padding: 1.5rem 3.3vw 0;
		position: relative;
	}

	/* searchPop */
	/*0807 z-인덱스 수정*/
	.searchPop {
		justify-content: flex-start;
		height: 100vh;
		position: fixed;
		background-color: #f8f9ff;
		z-index: 100;
		padding: 0;
	}
	/*//0807 z-인덱스 수정*/
	.searchPop .inputarea {
		padding: 0 3.3vw;
	}

	.searchPop .close {
		position: relative;
		padding: 0;
	}
	.searchPop .btn-search {
		width: 2.3rem;
		height: 2.2rem;
	}
	/* //searchPop */
	.hashtags {
		padding: 0 3.3vw;
	}
	/* stickymenu */
	.layerPop .tabtitles {
		flex-direction: column;
		height: 100%;
	}
	.tabtitle.long a {
		width: 45%;
	}
	.tabtitles-group {
		height: 25rem;
		padding: 1.5rem;
	}

	.quick-group {
		padding: 0 2rem;
	}

	.tabtitle.long,
	.tabtitle.short {
		gap: 20px;
	}
	.tabtitle.long,
	.tabtitle.short {
		width: 100%;
		margin-top: 0;
	}
	.tabtitle.long:first-child {
		margin-left: 0;
	}
	.facility01::after,
	.facility09::after {
		top: 9px;
		right: -24px;
	}
	.facility03::after,
	.facility04::after,
	.facility06::after,
	.facility07::after {
		top: 23px;
		right: -14px;
	}
	.facility-ico {
		width: 3rem;
		height: 1.3rem;
	}
	.facility-link .space {
		font-size: 12px;
	}
	.tab-tit {
		font-size: 1.7rem;
		line-height: 4.8rem;
	}

	/* //stickymenu */
	.table1 .date {
		font-size: 2.4rem;
	}
	.moblock .con.date {
		font-size: 13px;
	}
	.infocontents.large {
		padding: 0.625rem 2.5rem;
	}
	.check-agree {
		font-size: 13px;
		line-height: 18px;
	}
	/* notice-agree(동의함 박스) */
	.notice-agree {
		padding: 1.375rem 1rem;
	}
	.notice-agree > .con {
		font-size: 13px;
	}
	/* //notice-agree(동의함 박스) */

	.upload-input.white {
		width: 64%;
		min-width: auto;
	}

	/* 2025-06-30 천재우 추가 - basic 통합 */
	.org-congroup {
		width: 90%;
		grid-gap: 2.5rem 1.5rem;
	}

	.map-image {
		height: 20rem;
	}
	.tit.station {
		font-size: 14px;
	}

	.table1 .con.media,
	.table1 .tit.media {
		font-size: 13px;
	}
	.sliders-all {
		max-width: 100%;
	}
	.sitelinks {
		gap: 1.5rem;
	}
	.sitelink {
		line-height: 22px;
	}
	.org-congroup::before {
		width: 77.5%;
	}
	.banner-guide {
		height: 13.75rem;
		padding: 2.5rem;
	}
	.guideico-imgarea {
		width: 6rem;
		height: 6rem;
	}
	.guideico-imgarea img {
		width: 2rem;
	}
	.step.con {
		font-size: 13px;
		line-height: 19px;
	}

	.contact-text {
		font-size: 14px;
		line-height: 21px;
	}

	.title.middle {
		padding-bottom: 0.5rem;
	}
	.vertical-image.program {
		width: 22rem;
		height: 90%;
	}
	.sliders.program {
		width: 100%;
	}
	.guidecontent-area.goal {
		gap: 2.85rem;
	}
	.goal-contentsgroup.full {
		grid-template-columns: 160px calc(100% - 160px);
	}
	.goal-fullcontents,
	.goal-contentsgroup,
	.goal-contentsgroups {
		margin-left: 2.3rem;
	}
	.goal-contents.bluegray > .con {
		padding: 0 5px;
	}
	.content-box.big {
		height: auto;
		min-height: 25rem;
	}
	.contents-promises {
		padding: 2.28rem;
	}
	/* //2025-06-30 천재우 추가 - basic 통합 */

	/* 0711 박민지 수정 */
	#footer > .contents-wrapping,
	#footer.resv > .contents-wrapping {
		width: 100%;
		min-width: auto;
	}
	/* //0711 박민지 수정 */
}

@media screen and (max-width: 1080px) {
	/* header */
	.logo {
		width: 11.7rem;
		height: 2.4rem;
	}
	.hashtag a {
		font-size: 14px;
	}

	.utils .btn-search {
		width: 1.7rem;
		height: 1.7rem;
	}

	.menu-btns {
		width: 30px;
		height: 30px;
	}
	.all-menu {
		height: 30px;
	}
	.all-menu span {
		width: 6px;
		height: 6px;
	}
	.all-menu span:nth-child(1) {
		top: 0;
		left: 0;
	}
	.all-menu span:nth-child(2) {
		top: 0;
		left: 12px;
	}
	.all-menu span:nth-child(3) {
		top: 0;
		left: 24px;
	}
	.all-menu span:nth-child(4) {
		top: 12px;
		left: 0;
	}
	.all-menu span:nth-child(5) {
		top: 12px;
		left: 12px;
	}
	.all-menu span:nth-child(6) {
		top: 12px;
		left: 24px;
	}
	.all-menu span:nth-child(7) {
		top: 24px;
		left: 0;
	}
	.all-menu span:nth-child(8) {
		top: 24px;
		left: 12px;
	}
	.all-menu span:nth-child(9) {
		top: 24px;
		left: 24px;
	}
	.all-menu.active span {
		width: 6px;
		height: 6px;
	}
	.all-menu.active span:nth-child(1) {
		top: 0;
		left: 0;
	}
	.all-menu.active span:nth-child(2) {
		top: 12px;
		left: 12px;
	}
	.all-menu.active span:nth-child(3) {
		top: 0;
		left: 24px;
	}
	.all-menu.active span:nth-child(4) {
		top: 12px;
		left: 12px;
	}
	.all-menu.active span:nth-child(5) {
		top: 12px;
		left: 12px;
	}
	.all-menu.active span:nth-child(6) {
		top: 12px;
		left: 12px;
	}
	.all-menu.active span:nth-child(7) {
		top: 24px;
		left: 0;
	}
	.all-menu.active span:nth-child(8) {
		top: 12px;
		left: 12px;
	}
	.all-menu.active span:nth-child(9) {
		top: 24px;
		left: 24px;
	}
	/* //header  */

	/* table */
	.table1 .title {
		padding-left: 10px;
	}
	.table1 .monthly {
		font-size: 14px;
	}
	.table1 .date {
		font-size: 2.2rem;
	}
	.table1 {
		margin: 0;
	}
	.table1.moblock td {
		padding: 1.25rem 0.13rem;
	}
	.moblock .con,
	.table1.moblock .main-tit {
		font-size: 13px;
		line-height: 18px;
	}
	/* //table */
	.tab-tit {
		font-size: 1.4rem;
		line-height: 4rem;
	}

	.textbtn.small {
		font-size: 10px;
	}
	/* grid */
	.subinfo.extralarge {
		grid-template-columns: 280px calc(100% - 280px);
	}
	.subinfo .con.media,
	.subinfo .tit.media {
		font-size: 13px;
		line-height: 18px;
	}
	.subinfo.countarea {
		padding: 1rem 1.2rem;
	}
	.infocontents .text-input {
		min-width: auto;
		width: 100%;
		padding: 0.69rem 0 0.69rem 0.5rem;
	}
	.infocontents.medium {
		padding: 0.88rem 1.58rem;
	}
	/* //grid */
	.text-input::placeholder {
		font-size: 13px;
	}
	.select-choice.time {
		padding: 0.5rem 1.3rem 0.5rem 0.5rem;
		font-size: 13px;
	}
	.select-choice.time option {
		font-size: 13px;
	}
	.btn-line {
		font-size: 12px;
		padding: 0.25rem;
	}
	.btn-box {
		width: 2.5rem;
		height: 2.5rem;
		font-size: 13px;
	}
	/* radio-box */
	.radio-box label + label {
		margin-left: 0.5rem;
	}
	.radio-box label {
		font-size: 13px;
		line-height: 18px;
	}
	/* //radio-box */

	.upload-files.other {
		flex-direction: column;
		align-items: flex-start;
	}

	.buttons.files {
		order: 1;
	}
	.upload-input.white {
		display: none;
	}
	.upload-input.white.active {
		display: block;
		animation: fadeIn 0.3s ease;
		order: 2;
		width: 100%;
	}

	@keyframes fadeIn {
		from {
			opacity: 0;
		}
		to {
			opacity: 1;
		}
	}

	.scroll-top {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	select {
		width: 100%;
	}
	select + select {
		margin-left: auto;
	}
	.forMobile {
		display: block;
	}
	.forWeb {
		display: none;
	}
	.m-row {
		display: flex;
		flex-direction: row;
	}
	.m-colum {
		display: flex;
		flex-direction: column;
	}
	.logo {
		width: 10.7rem;
		height: 2.18rem;
	}
	.fac-list {
		left: 0;
		margin-top: 0px;
		width: 100%;
		border: 0px solid #1b32eb30;
		border-radius: 0;
	}
	.fac-list-bottom {
		padding: 20px;
	}
	.menuPop {
		padding: 0;
	}
	/* searchPop */
	.searchPop {
		align-items: flex-start;
	}
	.searchPop .inputarea {
		width: 100%;
		height: 3.45rem;
	}
	.menu3 {
		padding: 0 16px 25px 16px;
	}
	.hashtags {
		flex-wrap: wrap;
		justify-content: flex-start;
		margin-top: 1rem;
	}
	.vertical-con {
		width: 100%;
		flex-direction: row;
		gap: 0.3rem;
		align-items: center;
	}
	.hashtags li + li {
		margin-left: 0;
	}
	.hashtag {
		width: 32%;
		padding: 5px 0;
	}
	.hashtag:nth-child(4) {
		margin-left: 0;
	}
	/* //searchPop */

	.btn-close {
		width: 1.75rem;
		height: 1.75rem;
		background-size: cover;
	}
	.textbtn {
		font-size: 12px;
	}
	.tab-tit {
		font-size: 18px;
		line-height: 40px;
	}

	.tabs.sub {
		grid-template-columns: repeat(2, 1fr);
	}
	.tab.sub {
		min-height: auto;
		height: 2.75rem;
		text-wrap: wrap;
		padding: 3px;
		align-content: center;
	}
	.flex-between {
		flex-direction: column;
	}

	/* table */
	.table1 td {
		padding: 15px 0;
	}

	.table1 .date {
		font-size: 28px;
	}
	.table1 .monthly {
		font-size: 12px;
	}

	.table1.moblock thead {
		display: none;
	}
	.table1.moblock tr {
		display: flex;
		flex-wrap: wrap;
		padding: 1.4rem 0.5rem;
	}
	.table1.moblock.small tr {
		padding: 1rem 0.5rem;
	}

	.table1.moblock col {
		width: 100%;
	}

	.table1.moblock td {
		padding: 0;
	}
	.table1.moblock td.full-width {
		width: 100%;
	}
	.table1.moblock td.toponly {
		margin-top: 1.25rem;
	}
	.table1.moblock td.bottomonly {
		margin-bottom: 0.6rem;
	}
	.table1.moblock td + td {
		margin-top: 0.6rem;
	}
	.table1.moblock td:last-child {
		margin-bottom: 0.6rem;
	}
	.table1.moblock td.noresult {
		margin-bottom: 0;
	}
	.table1 td.none {
		display: none;
	}
	.moblock .horizontal-con {
		gap: 0.5rem;
	}
	.table1.moblock .main-tit {
		font-size: 17px;
		line-height: 25.5px;
	}
	/* //table */
	/* radio-box */
	.radio-box {
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 0.5rem;
		width: 100%;
	}
	.radio-box .radio-btn {
		width: 1rem;
		height: 1rem;
		margin-right: 4px;
	}
	.radio-btn:checked::before {
		width: 0.5rem;
		height: 0.5rem;
	}
	.radio-box.two label + label {
		margin-left: 0;
	}
	.radio-box label + label {
		margin-left: 0;
	}
	input[type="checkbox"] + label {
		width: 1rem;
		height: 1rem;
	}
	input[type="checkbox"]:checked + label {
		width: 1rem;
		height: 1rem;
	}
	/* //radio-box */
	.layerPop.white {
		width: 90%;
		margin: 0 auto;
	}
	.layerPop .content-box {
		width: 90%;
		margin: 1.69rem auto 0 auto;
	}
	/* grid */
	.subinfo {
		grid-template-columns: 180px calc(100% - 180px);
	}
	.subinfo.extralarge {
		grid-template-columns: 200px calc(100% - 200px);
	}
	.subinfo.mediumlarge {
		grid-template-columns: 130px calc(100% - 130px);
	}
	.subinfo.small-medium {
		grid-template-columns: 130px calc(100% - 130px);
	}

	.subinfo .title {
		padding: 5px;
	}
	.subinfo .tit {
		font-size: 13px;
	}
	.subinfo .con.media,
	.subinfo .tit.media {
		font-size: 12px;
		line-height: 17.6px;
	}
	.subinfo .con {
		font-size: 13px;
	}
	.subinfo.extralarge .con {
		font-size: 12px;
		line-height: 18px;
	}
	.subinfo.small-medium .con {
		font-size: 13px;
	}
	.con.media {
		font-size: 12px;
		line-height: 16.8px;
	}
	.infocontents {
		padding: 0.5rem 1.2rem;
	}
	.infocontents.large {
		padding: 0.8rem 1.2rem;
	}
	.infocontents.extralarge {
		padding: 1.1rem 1.5rem;
	}
	.infocontents .text-input {
		font-size: 12px;
	}
	/* //grid */

	/* input */
	.text-input::placeholder {
		font-size: 12px;
	}
	.text-input.medium {
		max-width: 7rem;
	}
	.text-input.small {
		max-width: 6rem;
	}
	/* //input */

	.select-choice {
		padding: 0.5rem;
		background: url(/static/prjt/cmmn/img/select-arrow.svg) no-repeat right 5px center;
		background-color: #fff;
		background-size: 16px auto;
		font-size: 12px;
	}
	.select-choice.time {
		font-size: 12px;
	}
	.select-choice option {
		font-size: 12px;
	}
	/* layerPop-닫기있음 */
	.popup-contents {
		width: 100%;
	}
	.popup-contents > .buttons {
		margin-top: 1.6rem;
	}
	.popup-main {
		width: 90%;
	}
	.qr-group {
		width: auto;
	}
	.popup-maintit {
		font-size: 24px;
	}
	.popup-contents .tit,
	.popup-contents .con {
		font-size: 13px;
	}
	/* //layerPop-닫기있음 */
	.onlineclass-qr {
		width: 20.4rem;
		min-width: auto;
		padding: 2.88rem 0 0.75rem 0.31rem;
	}

	.scroll-top {
		display: none;
	}

	.check-agree {
		padding-top: 0.5rem;
		margin-left: auto;
		font-size: 12px;
		line-height: 18px;
	}
	.check-agree input {
		margin-right: 5px;
		width: 1rem;
		height: 1rem;
	}

	.menu-name {
		padding: 16px 0;
	}
	.pagination-area.forWeb {
		display: none;
	}
	.upload-input {
		min-width: auto;
		width: 65%;
	}
	/* notice-agree(동의함박스) */
	.notice-agree {
		flex-direction: column;
		align-items: flex-start;
		margin-top: 1.5rem;
		padding: 0.8rem;
	}
	.notice-agree > .con {
		font-size: 12px;
	}
	.notice-agree > .con.small {
		text-align: center;
	}
	/* //notice-agree(동의함박스) */
	.upload-input {
		min-width: auto;
		width: 60%;
	}
	.upload-file {
		font-size: 12px;
	}
	/* 2025-07-04 박민지 추가   */
	.style-dot2 li::before {
		top: 8px;
	}

	/* 지속가능경영 */
	.goalcontents {
		flex-direction: column;
	}
	.goal-fullcontents,
	.goal-contentsgroup,
	.goal-contentsgroups {
		margin-left: 0;
		margin-top: 0.5rem;
		width: 100%;
	}
	.goal-tit {
		padding: 0.4rem 2.5rem;
		font-size: 14px;
		width: 100%;
	}
	.goal-contents.bluegray > .con,
	.goal-contents.bluegray .con {
		font-size: 13px;
	}
	.goalcontents {
		margin-bottom: 2.25rem;
	}
	.goalcontents:last-child {
		margin-bottom: 0;
	}
	.goalcontents .tit {
		font-size: 14px;
	}
	.goal-contentsgroup {
		grid-template-columns: repeat(2, 1fr);
	}
	.arrowup {
		width: 7rem;
	}
	.goal-contentsgroup.full {
		grid-template-columns: 110px calc(100% - 110px);
	}
	.goal-contentsgroup .titsub {
		font-size: 13px;
	}
	.goal-contentsgroup .contents-wrap {
		padding: 1rem;
	}
	.boardcontents .con.other {
		font-size: 13px;
	}
	.mInfo2 {
		font-size: 16px;
		line-height: 24px;
	}
	/* //지속가능경영 */
	/* //2025-07-04 박민지 추가  */

	.org-top {
		margin: 4rem auto 6rem auto;
	}
	.org-congroup {
		grid-template-columns: repeat(2, 1fr);
	}
	.org-congroup::before {
		width: 52.5%;
	}
	.org-congroup.type3 {
		padding-top: 6.3rem;
	}
	.org-congroup.type3::before {
		top: 48px;
		width: 51.85%;
	}
	.org-congroup.type2::before {
		width: 70.5%;
	}
	.org-content.line:nth-child(3)::before,
	.org-content.line:nth-child(4)::before {
		content: none;
	}

	.org-content.line.type2:nth-child(3)::before {
		content: "";
	}
	.org-title,
	.org-con {
		padding: 0.625rem;
	}
	.org-name {
		font-size: 13px;
	}
	.positiongroup > .position {
		min-width: 7.75rem;
		min-height: 3.05rem;
		font-size: var(--font-primary);
	}

	.history-box {
		position: relative;
		content: "";
		width: 100%;
		height: 100%;
		min-height: 800px;
		background: transparent;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.history-row {
		display: flex;
		flex-direction: column;
		width: 100%;
		margin-top: 0;
	}
	.history {
		width: 100%;
		min-width: 100%;
		background: transparent;
		background-position: 0 14px;
		padding: 0 0 60px 0;
		margin-left: 0px;
		border-bottom: 1px solid #e8e8e8;
		margin-top: 60px;
	}
	.history dl {
		display: flex;
		font-size: 15px;
		line-height: 25px;
		margin-bottom: 18px;
	}
	.history dt {
		font-family: var(--font-bold);
		background-color: transparent;
		min-width: 80px;
		padding: 0;
	}
	.history dd {
		padding: 0;
	}
	.history-tit {
		font-size: 32px;
		font-family: "NanumSquareNeoExtraBold";
		color: var(--color-primary);
		webkit-transition: all 0.4s;
		transition: all 0.4s;
		line-height: 48px;
		margin-bottom: 20px;
	}
	.history.desc {
		position: relative;
		width: 100%;
		min-width: 100%;
		background: transparent;
		background-position: 100% 14px;
		padding: 0;
		margin-left: 0px;
		margin-top: 60px;
	}
	.history.desc .history-tit {
		text-align: left;
	}
	.history-tit.big {
		font-size: 32px;
	}

	/* 2025-06-16 천재우 추가 - 0716 박민지 수정 */
	.subTitle {
		padding: 32px 16px 5px 16px;
	}

	.main-contents {
		padding: 0 24px 80px 24px;
	}

	/* mBc-sub */
	.mVisual {
		background-image: url(/static/prjt/cmmn/img/banner-submainmo.png);
	}

	/* Title - 향후 패딩 제거 필요 */
	.mTitle2 {
		padding: 65px;
		font-size: 26px;
	}
	.mTitle3 {
		height: 40px;
		font-size: 22px;
		padding: 7px 0 5px 30px;
		background-size: 24px;
	}

	/* //Title */

	/* Tab */
	.mTab1 li {
		width: calc(50% - 6px);
	}
	.mTab1 li:first-child:nth-last-child(3),
	.mTab1 li:first-child:nth-last-child(3) ~ li {
		width: calc((100% / 2) - 6px);
		margin-left: 6px;
		margin-top: 6px;
	}
	.mTab2 {
		padding: 15px 0;
	}
	/* ---------- 이미지 변경 필요 */
	.mTab2 li {
		padding-right: 15px;
	}
	.mTab2 li:last-child {
		padding-right: 15px;
	}
	/* //Tab */

	.btn-tab1 {
		padding: 12px 0;
		font-size: 14px;
	}
	.btn-tab2 {
		padding: 10px 5px;
		font-size: 13px;
	}

	/* mBc-sub */
	.category-group {
		height: 50px;
	}
	.category.home {
		width: 3.5rem;
	}
	.categorylist-group {
		width: calc(100% - 3.5rem);
	}
	.category.list {
		width: 50%;
	}
	.category-name {
		font-size: 13px;
		padding: 0 0 0 0.5rem;
		background: url(/static/prjt/cmmn/img/select-arrow.svg) no-repeat right 5px center;
		background-size: 16px auto;
	}
	.category-name.on,
	.category-name:hover {
		background: url(/static/prjt/cmmn/img/select-arrow.svg) no-repeat right 5px center;
		background-size: 16px auto;
	}
	.panel {
		top: 56px;
	}
	.img-youth-counsel {
		display: none;
	}
	/* //2025-06-16 천재우 추가 - 향후 소스 정리할 부분  */

	/* 2025-06-24 천재우 추가 - 향후 소스 정리할 부분  */
	.contents-search {
		flex-direction: column;
		width: 100%;
	}
	.search-group {
		flex-direction: column;
		width: 100%;
		gap: 0px;
	}
	.select-group {
		flex-direction: column;
		width: 100%;
		gap: 5px;
	}
	.input-group {
		display: flex;
		width: 100%;
		gap: 5px;
	}
	.contents-search select {
		width: 100%;
		margin-bottom: 5px;
	}
	.contents-search input {
		width: 90%;
	}
	.contents-search .btn-search2 {
		font-size: 14px;
		min-width: 80px;
		padding: 9px 5px 9px 20px;
		background-size: 16px;
		background-position: 12px 50%;
	}
	.totalview {
		order: 2;
		margin-bottom: 0;
		font-size: 12px;
	}
	.bluenum {
		font-size: 12px;
		line-height: 16.8px;
	}
	/* table */
	.label {
		padding: 4px 8px;
	}
	.label.nolabel {
		border: 1px solid #000;
	}
	.tit-text {
		font-size: 18px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		line-height: 130%;
	}
	.ntt-text {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		font-size: var(--font-media);
	}
	.table2.thumbnail .add-head,
	.table2.thumbnail .tds {
		font-size: var(--font-tiny);
	}
	.ntt-text.full-line {
		-webkit-line-clamp: 100;
	}
	.ico-file {
		background-size: 12px auto;
		font-size: 0;
		width: 12px;
		height: 12px;
		cursor: default;
		background-position: 0 0px;
	}

	.table2 td {
		padding: 0 0 4px 0;
		text-align: left;
		min-width: 35px;
	}
	.table2 thead {
		display: none;
	}
	.table2 tr {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		padding: 21px 0;
	}
	.table2 col {
		width: 100%;
	}
	.table2 td {
	}
	.table2 td.full-width {
		width: 100%;
	}
	.table2 .num {
		min-width: 50px;
	}
	.table2 .thum {
		width: calc(100%);
		height: 150px;
		overflow: hidden;
		border-radius: 4px;
	}
	.table2 .tit {
		margin: 10px 0 4px 0;
		font-family: var(--font-bold);
	}
	.table2 .ntt {
		margin: 0 0 10px 0;
	}
	.table2 .file {
		text-align: left;
	}
	.table2 .date {
	}
	.table2 .view {
	}
	.table2 .status {
	}
	.table2 img {
		width: 100%;
	}
	/* 0716 박민지 수정 */
	.table2 .add-head {
		display: table-cell;
		width: 20vw;
		color: #000;
		text-align: left;
		padding: 2px 15px 2px 0;
		font-size: var(--font-tiny);
	}

	.table2 .tds {
		display: table-cell;
		width: 80vw;
		padding: 2px 15px 2px 0;
		font-size: var(--font-tiny);
	}
	/* //0716 박민지 수정 */
	.table2.thumbnail thead {
		display: none;
	}
	.table2.thumbnail tr {
		padding: 36px 0px 20px 0px;
	}
	.table2.thumbnail td {
		margin-left: 0px;
	}
	.table2.thumbnail img {
		width: 100%;
	}
	.table2.thumbnail .num {
		display: none;
	}
	/* 0710 박민지 수정 */
	.table2.thumbnail .thum {
		position: relative;
		width: 100%;
		top: 0;
	}
	/* //0710 박민지 수정 */
	.table2.thumbnail .tit {
		font-size: 17px;
		padding-bottom: 4px;
	}
	.table2.thumbnail .ntt {
		margin: 0 0 10px 0;
		padding: 0;
	}
	.table2.gallery td {
		padding: 0 0 4px 0;
		text-align: left;
		min-width: 35px;
	}
	.table2.gallery thead {
		display: none;
	}
	.table2.gallery tr {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		padding: 5px 0;
		width: calc(50% - 7px);
		margin: 10px 0;
	}
	.table2.gallery col {
		width: 100%;
	}
	.table2.gallery td {
		margin-left: 0px;
	}
	.table2.gallery td.full-width {
		width: 100%;
	}
	.table2.gallery .num {
		min-width: 50px;
	}
	.table2.gallery .thum {
		position: relative;
		width: calc(100%);
		height: 150px;
		overflow: hidden;
		border-radius: 4px;
	}
	.table2.gallery .tit {
		margin: 10px 0 4px 0;
		padding: 0;
	}
	.table2.gallery .ntt {
		margin: 0 0 10px 0;
	}
	.table2.gallery .file {
	}
	.table2.gallery .date {
	}
	.table2.gallery .view {
	}
	.table2.gallery .status {
	}
	.table2.gallery img {
		width: 100%;
	}
	.table2.gallery .tit-text {
		font-size: 14px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		line-height: 130%;
	}
	.table2.gallery .ntt-text {
		font-size: 12px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		line-height: 130%;
	}
	.table2.gallery .add-head {
		font-size: 12px;
		display: table-cell;
		width: 20vw;
		color: #000;
		text-align: left;
		padding: 2px 15px 2px 0;
	}
	.table2.gallery .tds {
		font-size: 12px;
		display: table-cell;
		width: 80vw;
		padding: 2px 15px 2px 0;
	}
	.table2.type-view tr {
		flex-wrap: nowrap;
		flex-direction: row;
		padding: 0px;
	}
	.table2.type-view tr:hover {
		background-color: auto;
	}
	/*0801 박민지 수정*/
	.table2.type-view th {
        width:25%;
		min-width:80px;
		padding: 16px 0 14px 0;
		font-size: 14px;
	}
	/*//0801 박민지 수정*/
	.table2.type-view td {
		width: 100%;
		padding: 16px 10px 14px 10px;
		font-size: 14px;
	}
	.table2.type-view a {
		text-decoration: none;
	}
	.table2.type-view .th-none {
		display: none;
	}
	.table2.type-view img {
		width: auto;
		max-width: 100%;
	}
	.table2.type-view li {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
	.table2.type-view td.tit {
		font-size: 18px;
		padding: 1.5rem 0.1rem;
		line-height: 18px;
		margin: 0px;
	}
	.table2.type-view td.ntt {
		margin: 0px;
	}
	.table2.type-view th.reply {
		padding: 1.5rem 1rem;
	}
	.table2.type-view a {
		font-size: 13px;
	}
	.table2.type-view td.reply {
		font-size: 13px;
		line-height: 1.5;
	}
	.table2.type-write tr {
		flex-wrap: nowrap;
		flex-direction: row;
		padding: 0px;
	}
	.table2.type-write tr:hover {
		background-color: auto;
	}
	.table2.type-write th {
		width: 180px;
		padding: 20px 0 10px 0;
	}
	.table2.type-write td {
		width: 100%;
		padding: 8px 10px;
	}
	.table2.type-write a {
		text-decoration: none;
	}
	.table2.type-write .th-none {
		display: none;
	}
	.table2.type-write img {
		width: auto;
		max-width: 100%;
	}
	.table2.type-write img .table2.type-write li {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
	.table2.type-write td.tit {
		margin: 0px;
	}
	.table2.type-write td.ntt {
		margin: 0px;
	}
	.table2.type-write th.reply {
		padding: 1.5rem 1rem;
	}
	.table10.type-view tr {
		display: block;
		padding: 0;
	}
	.table10.type-view td.biz-tit {
		font-size: 25px;
		padding: 0 0 8px 0;
	}
	.table10.type-view td.biz-description {
		font-size: 14px;
	}
	.table10.type-view th {
		padding: 6px 0 0 27px;
		vertical-align: top;
		width: 98px;
	}
	.table10.type-view td {
		padding: 6px 0;
		width: calc(100% - 98px);
	}
	.table10.type-view td.biz-img {
		position: relative;
		width: 100%;
		height: auto;
	}
	.mTitle14 {
		padding-left: 27px;
		background-position: 0px 2px;
	}
	.view-dir {
		padding-left: 0;
	}

	.btn {
		border-radius: 0.2rem;
		padding: 0.5rem 0.5rem;
	}
	.btn.radi-l {
		border-radius: 0.2rem 0rem 0rem 0.2rem;
	}
	.mInfo1 {
		padding: 16px;
		line-height: 24px;
	}
	.agree-area {
		flex-direction: column;
	}
	.li-tit {
		font-size: 17px;
		margin-bottom: 4px;
	}
	.view-process {
		flex-direction: column;
	}
	.view-process li {
		margin-left: 0;
		margin-top: 30px;
	}
	.view-process li::after {
		content: "";
		background: url(/static/prjt/cmmn/img/linestep_arrow.svg) no-repeat;
		transform: rotate(90deg);
		background-size: 16px;
		width: 16px;
		height: 16px;
		background-position: 50%;
		position: absolute;
		margin-top: -30px;
		width: 100%;
	}
	.view-process li:first-child {
		margin-top: 0px;
	}
	.view-process li:first-child::after {
		display: none;
	}
	.view-process li .process-tit {
		color: #0134ff;
		background-color: #f8f9ff;
		width: 100%;
		border-radius: 4px;
		text-align: center;
		padding: 17px;
	}
	.view-process li .process-ntt {
		text-align: center;
		padding: 17px 0 12px 0;
	}
	.view-process li.current .process-tit {
		color: #fff;
		background-color: #0134ff;
		width: 100%;
		border-radius: 4px;
		text-align: center;
		padding: 17px;
	}
	.view-dir li {
		padding: 25px 10px 0 25px;
	}
	.view-dir li .dir-tit {
		font-size: 17px;
	}
	.view-dir li .dir-ntt {
		line-height: 21px;
	}
	/*	.view-dir {
		flex-direction: column;
	}
	.view-dir li {
		margin-left: 0;
		margin-top: 30px;
	}
	.view-dir li::after {
		content: "";
		background: url(/static/prjt/cmmn/img/linestep_arrow.svg) no-repeat;
		transform: rotate(90deg);
		background-size: 16px;
		width: 16px;
		height: 16px;
		background-position: 50%;
		position: absolute;
		margin-top: -30px;
		width: 100%;
	}
	.view-dir li:first-child {
		margin-top: 0px;
	}
	.view-dir li:first-child::after {
		display: none;
	}
	.view-dir li .dir-tit {
		color: #0134ff;
		background-color: #f8f9ff;
		width: 100%;
		border-radius: 4px;
		text-align: center;
		padding: 17px;
	}
	.view-dir li .dir-ntt {
		text-align: center;
		padding: 17px 0 12px 0;
	}
	.view-dir li.current .dir-tit {
		color: #fff;
		background-color: #0134ff;
		width: 100%;
		border-radius: 4px;
		text-align: center;
		padding: 17px;
	}*/
	.file-img-delete {
		width: 75px;
	}

	/* //2025-06-24 천재우 추가 - 향후 소스 정리할 부분  */

	/* 0710 박민지 추가 */
	dl {
		font-size: 13px;
	}
	/* //0710 박민지 추가 */

	/* 0714 박민지 추가 */
	.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
		font-size: 20px;
		line-height: 22px;
	}
	/* //0714 박민지 추가 */
	/* 0715 박민지 추가 */
	button.gonext.form,
	button.back.form {
		min-width: 45%;
		width: 45%;
		min-height: 3rem;
		font-size: var(--font-primary);
		line-height: 24px;
	}
	/* //0715 박민지 추가 */

	/* footer */
	#footer {
		padding: 0 16px;
	}
	.logo-footer {
		display: none;
	}
	.footer-top {
		justify-content: center;
		border-bottom: 0px;
	}
	.footer-bottom {
		flex-direction: column;
		padding: 0 0 30px 0;
	}
	.sns {
		width: 48px;
		height: 48px;
	}
	.familysite-select {
		margin-top: 0;
	}
	.footer-corp ul {
		flex-direction: column;
	}
	.footer-infogroup .footer-corp li::after {
		display: none;
	}
	/* 0716 박민지 수정&추가 */
	.footer-infogroup ul {
		width: 100%;
	}
	.footer-infogroup li {
		display: flex;
		margin-right: 45px;
	}
	.footer-infogroup li::after {
		right: -24px;
		/* //0716 박민지 수정&추가 */
	}
	.corp-head {
		display: table-cell;
		width: 135px;
		font-family: var(--font-bold);
	}
	.corp-head::after {
		content: "";
	}
	.corp-tds {
		display: table-cell;
		width: calc(100% - 135px);
	}
	.footer-copy {
		margin-top: 46px;
	}
	.footer-other {
	}
	.footer-bottom > .footer-infogroup {
		order: 2;
	}
	.footer-bottom > .footer-other {
		order: 1;
	}

	.footer.sub .con.name {
		color: #fff;
	}
	.footer .con.text {
		font-size: 12px;
		line-height: 18px;
		color: var(--color-primary);
	}
	.footer .con.text.copyright {
		width: 100%;
		margin-top: 2rem;
		padding-left: 0;
	}
	.footer .con.text.copyright::after {
		content: none;
	}
	.footer-maininfo a {
		margin-right: 30px;
		margin-bottom: 10px;
	}
	.footer-maininfo a::after {
		right: -21px;
		top: 2px;
	}
	.footer .con.text.copyright {
		margin-bottom: 1rem;
		margin-top: 1rem;
	}

	.footer-submore .text {
		padding-left: 5px;
	}
	/* //footer */
	/* 0714 박민지 추가 */
	button.gonext.form,
	button.back.form {
		min-width: 45%;
		width: 45%;
		min-height: 3rem;
		font-size: var(--font-primary);
		line-height: 24px;
	}
	/*// 0714 박민지 추가 */
	.club-bg::after {
		position: absolute;
		content: "";
		top: -45px;
		right: 0px;
		width: 30px;
		height: 30px;
		border-radius: 50%;
		background: #0134ff;
	}
	.club-title::after {
		position: absolute;
		content: "";
		top: -20px;
		right: 30px;
		width: 15px;
		height: 15px;
		border-radius: 50%;
		background: #f4f4f4;
		z-index: -1;
	}
	.club-category {
		font-size: 18px;
		line-height: 32px;
		margin-top: 15px;
	}
	.club-title {
		font-size: 28px;
		line-height: 32px;
	}
	.club-description {
		font-size: 15px;
		line-height: 18px;
		color: #575757;
		padding: 10px 0;
	}
	.club-box {
		padding: 16px;
		background: #f6f6f6;
		margin-top: 15px;
	}
	.club-box-sub {
		padding: 16px;
		border: 4px solid #f6f6f6;
		margin-top: 15px;
		width: calc(100%);
	}
	.club-tit {
		font-size: 21px;
		line-height: 28px;
	}
	.club-ntt {
		font-size: 15px;
		line-height: 18px;
		color: #575757;
	}
}

@media screen and (max-width: 501px) {
	/* header */
	#header {
		height: 88px;
		z-index: unset;
	}
	.hashtag {
		width: 45%;
	}
	.navi-gnb.active {
		display: block;
		padding: 7vw 0.5rem;
	}
	.searchPop .btn-search {
		width: 1.7rem;
		height: 1.7rem;
	}

	.btn-close {
		width: 1.5rem;
		height: 1.5rem;
		background-size: cover;
	}
	.stickyside {
		top: 30rem;
	}
	.sticky {
		width: 3rem;
		height: 3rem;
	}
	.sticky.second {
		top: 3.1rem;
	}

	.utils {
		gap: 12px;
	}
	.utils .btn-search {
		margin-left: 0;
	}
	/* //header */

	/* table */
	.table1.noline td {
		padding: 6px;
	}
	.table1.noline col:nth-child(1) {
		width: initial;
	}
	.table1.noline th {
		font-size: 12px;
		line-height: 18px;
		padding: 9px;
	}
	.table1.noline .con {
		font-size: 12px;
		line-height: 16.5px;
	}
	.table1 td.medium {
		padding: 20px 2px;
	}
	/* //table */

	/* grid */
	.subinfo {
		grid-template-columns: 90px calc(100% - 90px);
	}
	.subinfo.extralarge {
		grid-template-columns: 90px calc(100% - 90px);
	}
	.subinfo.mediumlarge {
		grid-template-columns: 100px calc(100% - 100px);
	}
	.subinfo.small-medium {
		grid-template-columns: 100px calc(100% - 100px);
		margin-top: 1.5rem;
	}
	.subinfo.small {
		grid-template-columns: 80px calc(100% - 80px);
	}
	.subinfo.line .tit,
	.subinfo.line .con {
		font-size: 12px;
		line-height: 18px;
	}
	.subinfo.extralarge .con {
		text-wrap: wrap;
		line-height: 18px;
	}
	.subinfo.small-medium .con {
		font-size: 12px;
	}
	.subinfo.extralarge .title {
		padding: 10px;
	}

	.infocontents {
		padding: 0.8rem 0.6rem;
	}
	.infocontents.large.inputarea {
		padding: 0.25rem 0.6rem;
	}
	.infocontents.inputarea {
		padding: 0.3rem 0.6rem;
	}
	.infocontents.medium {
		padding: 0.6rem 0.5rem;
	}
	.infocontents.medium.inputarea {
		padding: 0.6rem 0.5rem;
	}
	.infocontents.large {
		padding: 0.8rem 0.6rem;
	}
	/* //grid */

	.searchPop .search-txt {
		font-size: 14px;
		line-height: 18px;

		flex: 1;
		width: 90%;
	}

	.searchPop .search-txt::placeholder {
		font-size: 14px;
	}

	.layerPop2 {
		max-width: 100%;
		min-width: 100%;
		border-radius: 0;
		overflow: hidden;
		top: 0;
		width: 100%;
		height: 100%;
	}
	.layerPop.white {
		padding: 0.8rem;
	}
	.layerPop2 .tit,
	.layerPop2 .tit.sub {
		font-size: 25px;
		line-height: 2rem;
	}
	/* stickymenu */
	.stickymenu.second {
		top: 3.1rem;
	}
	.titlearea {
		padding-right: 0;
	}
	.tabtitles-group {
		padding: 1rem;
		height: 23rem;
	}
	.tabtitle.long {
		gap: 10px;
	}
	.tabtitle.long a {
		justify-content: center;
	}

	.tabtitle.short {
		gap: 9px;
	}
	.link-depth-item {
		width: 47%;
	}
	.facility-link {
		justify-content: flex-start;
	}
	.facility-ico {
		height: 1.15rem;
		margin-right: 0.43rem;
	}
	.facility-ico img {
		object-fit: contain;
	}
	.short .facility-ico {
		width: 3.1rem;
		margin-right: 0;
		margin-bottom: 0.43rem;
	}

	.facility-link {
		padding: 5px 0;
	}
	.facility-link .space {
		font-size: 11px;
		line-height: 1rem;
	}
	.facility-link .space span {
		width: 100%;
		display: block;
	}
	.facility-link .short.space {
		text-align: center;
		line-height: 1rem;
	}

	.tab-tit {
		font-size: 14px;
	}
	.facility01::after,
	.facility09::after {
		top: 6px;
		right: -25px;
		height: 32px;
	}
	.facility03::after,
	.facility04::after,
	.facility06::after,
	.facility07::after {
		top: 10px;
		right: -5px;
		height: 56px;
	}
	/* //stickymenu */
	.basic {
		font-size: 12px;
	}
	/* datepicker */
	.ui-widget.ui-widget-content {
		padding: 1rem;
	}
	.ui-datepicker .ui-state-default,
	.ui-widget-content .ui-state-default {
		width: 2rem;
		line-height: 2rem;
		height: 2rem;
		font-size: 12px;
	}
	.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
		font-size: 14px;
		line-height: 22px;
		height: 23px;
	}

	.ui-datepicker .ui-datepicker-prev {
		left: 45px;
	}
	.ui-datepicker .ui-datepicker-next {
		left: auto;
		right: 45px;
	}
	.ui-datepicker th span {
		font-size: 12px;
	}
	/* //datepicker */

	/* text-input */
	.text-input {
		padding: 0.69rem;
	}
	.text-input::placeholder {
		font-size: 12px;
	}
	.text-input.small {
		padding: 0.3rem;
		font-size: 12px;
	}
	.text-input.small::placeholder {
		font-size: 12px;
	}
	.text-input.medium {
		padding: 0.5rem;
		font-size: 12px;
	}
	.text-input.num {
		padding-left: 0.5rem;
	}
	.text-input.medium::placeholder {
		font-size: 12px;
	}
	/*// text-input */
	.btn-cancel,
	.btn-save {
		min-width: auto;
		width: 100%;
		font-size: 12px;
		line-height: 18px;
	}
	.select-choice {
		padding: 0.5rem;
		background-size: 16px auto;
	}
	.select-choice option {
		font-size: 12px;
		width: 100%;
	}

	.table1 th.medium {
		padding: 15px 8px;
		font-size: 13px;
	}
	.star {
		padding-left: 2.5px;
	}
	.content-box {
		margin-top: 0.5rem;
		padding: 1rem;
	}

	.content-box > .dot {
		top: 22px;
		left: 17px;
	}
	.select-choice.time {
		padding: 0.5rem 0.5rem 0.5rem 0.35rem;
		background: url(/static/prjt/cmmn/img/select-arrow.svg) no-repeat right 4px center;
		background-size: 12px auto;
		font-size: 12px;
	}
	.select-choice.time option {
		font-size: 12px;
	}
	.layerPop.white {
		width: 100%;
	}
	.layerPop .content-box {
		width: 100%;
	}
	/* layerPop-닫기있음 */
	.popup-contents .tit,
	.popup-contents .con {
		font-size: 13px;
	}
	.popup-contents {
		padding: 1.5rem 0.8rem 3rem;
	}
	.popup-infocontents {
		margin-top: 1.5rem;
	}
	.popup-info {
		font-size: 12px;
	}
	/*// layerPop-닫기있음 */

	/* 2025-07-01 천재우 추가 -- 향후 소스 정리할 부분 */
	.space-box {
		width: 100%;
		display: flex;
		flex-direction: column;
	}
	.space-img {
		width: 100%;
		height: 252px;
		overflow: hidden;
	}
	.space-img img {
		width: 100%;
	}
	.space-description {
		margin-top: 15px;
		width: 100%;
	}
	.space-box.desc > .space-img {
		order: 1;
	}
	.space-box.desc > .space-description {
		order: 2;
	}
	.space-box + .space-box {
		margin-top: 100px;
	}
	/* //2025-07-01 천재우 추가 -- 향후 소스 정리할 부분 */

	/* 2025-06-20 천재우 추가 - 향후 소스 정리할 부분  */
	.guide-contact {
		margin-left: 16px;
		margin-right: 16px;
	}
	.feedback-survey {
		height: fit-content;
		padding: 1rem;
	}
	.feedback-group {
		height: fit-content;
		width: 100%;
	}
	.feedback-left {
		width: 3rem;
		height: 5rem;
	}
	.feedback {
		width: 32%;
	}
	.feedback-left {
		display: none;
	}
	.feedback label {
		gap: 0.1rem;
		width: 100%;
	}
	.feedback + .feedback {
		margin-left: 0rem;
	}
	.feedback:nth-child(4) {
		margin-left: 0;
	}
	.feedback:nth-child(4),
	.feedback:nth-child(5) {
		margin-top: 1rem;
	}
	.feedback-btn {
		margin-left: 0;
		width: 100%;
		margin-top: 1rem;
	}
	.feedback-tit {
		font-size: 12px;
	}
	.feedback-ratearea {
		flex-direction: column;
	}
	.feedback-rates {
		min-height: 3rem;
		flex-wrap: wrap;
		justify-content: flex-start;
		padding: 0.5rem;
	}

	.feedback-left {
		display: none;
	}
	.feedback-right {
		padding-left: 0;
	}
	.emoji {
		width: 1.05rem;
		height: 1rem;
	}
	.feedbackbutton {
		width: 100%;
		margin-left: 0;
		height: 2rem;
		margin-top: 1rem;
	}
	.feedback input[type="radio"] {
		width: 1rem;
		height: 1rem;
	}
	/* //2025-06-20 천재우 추가 - 향후 소스 정리할 부분  */

	/* 2025-06-30 천재우 추가 - basic 추가  */
	.title {
		font-size: 22px;
		line-height: 30.8px;
	}
	.othertitle-group {
		gap: 1.5rem;
		margin-top: 1.5rem;
	}
	.title.medium {
		font-size: 26px;
		line-height: 36.4px;
	}
	.title.small {
		font-size: 21px;
		line-height: 29.4px;
	}
	.title.tiny {
		font-size: 18px;
		line-height: 25.2px;
	}
	.con {
		font-size: 14px;
		line-height: 22.4px;
	}
	.contents-all,
	.tabcontents {
		margin: 2rem 0;
	}
	.tabcontents.new.active {
		flex-direction: column;
	}
	.contents-all.intro {
		margin-top: 3rem;
	}
	.contents-divide {
		max-width: 100%;
	}

	.introimg {
		height: 22rem;
		margin: 0 auto;
	}

	.contents-area,
	.contents-area.year {
		width: 100%;
	}
	.chart-container {
		width: 90%;
	}
	.contents-group.intro {
		padding: 1.5rem 0;
		gap: 2.5rem;
	}
	.contents.intro {
		gap: 0.7rem;
	}
	.contents-area.year {
		padding: 1.5rem 0;
	}

	.tit-circle.full,
	.line.sky {
		display: none;
	}
	.contents-all.other {
		padding-top: 2.5rem;
	}
	.contents-year {
		grid-row-gap: 0.5rem;
		grid-column-gap: 2rem;
		padding: 0;
	}
	.contents-year .tit,
	.contents-year .con {
		font-size: 14px;
		word-break: break-word;
	}

	.contents-area.year::before {
		content: none;
	}
	.contents.intro.small {
		border-top: 1px solid #d6dcf7;
		width: 100%;
		padding: 2.5rem 0;
		margin-top: 0;
		margin-bottom: 0;
		min-height: fit-content;
	}
	.contents.intro.small:first-child {
		border-top: none;
		padding: 0 0 2.5rem;
	}

	.contents.intro.small:nth-child(even),
	.contents.intro.small:nth-child(odd) {
		position: relative;
	}
	.contents.intro.small:nth-child(odd) {
		left: 0;
	}
	.contents-area.year .titlearea {
		margin-left: 0;
	}

	.contents.intro.small:nth-child(even) .titlearea.left {
		flex-direction: row;
	}
	.tit.space {
		font-size: 19px;
	}

	.team-group {
		padding-top: 1.88rem;
	}
	.table1 .con {
		font-size: 12px;
		line-height: 18px;
	}

	.map-image {
		height: 15rem;
	}
	.tit.station {
		font-size: 13px;
	}
	.table1 .con.media,
	.table1 .tit.media {
		font-size: 12px;
	}

	.sliders-all {
		height: 19rem;
	}
	.sliders.thumb {
		height: 15%;
		padding-top: 0.25rem;
	}
	.mySwiper,
	.mySwiper2 {
		max-width: 100%;
		width: 100%;
	}
	.swiper-button-prev,
	.swiper-rtl .swiper-button-next,
	.swiper-button-next,
	.swiper-rtl .swiper-button-prev {
		width: 27px;
		height: 44px;
		background-size: 20px auto;
	}
	.swiper-button-next,
	.swiper-rtl .swiper-button-prev {
		right: 0;
	}
	.swiper-button-prev,
	.swiper-rtl .swiper-button-next {
		left: 0;
	}
	.sitelinks {
		gap: 1rem;
		margin: 1.5rem auto 0 auto;
	}
	.sitelink {
		font-size: 14px;
		line-height: 19.6px;
		padding: 0.75rem;
	}
	.title.circle-tiny {
		font-size: 20px;
		line-height: 32px;
	}
	.guidecontent-area {
		padding-top: 1rem;
	}

	.banner-guide {
		height: fit-content;
		padding: 1rem;
	}

	.guideicons {
		gap: 20px 0;
	}

	.guideico {
		gap: 0.5rem;
	}
	.guideico:nth-child(4):before {
		content: none;
	}
	.guideico::before {
		background-size: 12px;
		width: 12px;
		height: 12px;
		top: 38%;
	}
	.guideico-imgarea {
		width: 4rem;
		height: 4rem;
		gap: 0.3rem;
	}
	.guideico-imgarea img {
		width: 1.5rem;
	}
	.guideico {
		width: 33%;
	}
	.guideico.large {
		width: 46.5%;
	}
	.guideico.large > .step {
		width: 70%;
	}
	.guideico.large:nth-child(3):before {
		content: none;
	}
	.guideico.large:nth-child(4):before {
		content: "";
	}
	.guideicons.full {
		gap: 1.25rem;
		padding-left: 0;
	}
	.guideico.line {
		width: calc(33.33% - 20px);
	}
	.guideico.line::before {
		left: -20px;
		top: 50%;
	}
	.guideico.line.large {
		width: calc(50% - 20px);
	}

	.step.con {
		font-size: 11px;
		line-height: 17px;
		word-break: keep-all;
	}

	.tit.step {
		font-size: 7px;
	}
	.table1.info .con {
		word-break: break-all;
	}

	.guide-contact {
		gap: 0.4rem;
		height: fit-content;
	}

	.con.medium {
		font-size: 14px;
		line-height: 27px;
	}
	.con.medium > .dot {
		top: 12px;
	}

	.contact-text {
		font-size: 12px;
		line-height: 18px;
	}
	.sliders.program {
		width: 100%;
	}
	.sliders-all.small {
		height: 22rem;
	}

	.vertical-image.program {
		width: 16rem;
		height: 100%;
	}

	.table1.allline td {
		padding: 10px 5px;
	}
	.table1.allline .con {
		font-size: 11px;
		line-height: 16px;
	}
	.divide-tit {
		gap: 2rem;
		justify-content: center;
	}

	.con.notice {
		font-size: 12px;
		padding-left: 0;
		margin-top: 0;
		word-break: keep-all;
	}
	.con.base {
		word-break: keep-all;
	}
	.guidecontent-area.space {
		padding-top: 1.5rem;
	}
	.board-infogroup.horizontal {
		flex-direction: column;
		gap: 2rem;
	}
	.guideico-title {
		padding: 0.5rem;
	}
	.guideinfo {
		width: 100%;
	}

	.sliders-all.space {
		height: 17rem;
		width: 100%;
	}
	.board-infogroup.horizontal:nth-child(odd) .guideinfo {
		order: 2;
	}
	.board-infogroup.horizontal:nth-child(odd) .sliders-all.space {
		order: 1;
	}
	.subinfo .tit,
	.subinfo .con {
		font-size: 12px;
	}

	.content-box .tit.big,
	.content-box .con {
		font-size: 15px;
	}
	.goal-contentsgroup .titsub.small {
		font-size: 13px;
	}
	.btn-download.line {
		font-size: 13px;
		line-height: 27px;
		padding: 0.4rem 1.5rem;
	}
	.board-infogroup.big {
		padding: 3.8rem 1rem 0;
	}
	.tit.medium {
		font-size: 13px;
	}
	.con-textbtn {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 0.3rem;
	}
	/* //2025-06-30 천재우 추가 - basic 추가  */

	.intro-box {
	}
	.intro-img {
		width: 100%;
		padding: 0 10% 10% 10%;
		overflow: hidden;
		justify-content: space-between;
	}
	.intro-img img {
		width: 100%;
		border-radius: 15px 0 15px 0;
	}
	.intro-talk {
		width: 100%;
	}
	.intro-talk .sign {
		width: 150px;
		margin-top: 20px;
	}
	.org-title,
	.org-con {
		padding: 0.4rem;
	}

	.org-tit {
		font-size: 13px;
	}
	.org-congroup.type2::before {
		width: 72%;
	}
	.org-congroup.type3 {
		padding-top: 5.5rem;
	}
	.org-congroup.type3::before {
		width: 54%;
		top: 34px;
	}
	/* 0710 박민지 추가 */
	.panel-tit {
		font-size: 13px;
	}
	/* //0710 박민지 추가 */

	/* 0716 박민지 추가 */
	.pop-top {
		padding: 1.3rem 3.3vw 0;
	}
	.logo.pop {
		width: 1.85rem;
		height: 1.85rem;
	}
	.searchPop .close {
		height: 28px;
	}
	/* //0716 박민지 추가 */
}
