/* Reset */
html {font-size: 20px;}
body {font-family: 'Pretendard', 'Noto Sans KR', '돋움', 'Dotum', '굴림', 'Gulim', 'GmarketSans', AppleGothic, UnDotum, Arial, Tahoma, Verdana, sans-serif; font-size: 0.8rem; line-height: 1.5; letter-spacing: -1px;}
body > *:not(#sub_container_wb),
body > *:not(#sub_container_wb)::before,
body > *:not(#sub_container_wb)::after,
body > *:not(#sub_container_wb) *,
body > *:not(#sub_container_wb) *::before,
body > *:not(#sub_container_wb) *::after {word-break: keep-all; box-sizing: border-box;}
body > *:not(#sub_container_wb) input {border: 0; padding: 0; letter-spacing: inherit;}
body > *:not(#sub_container_wb) button {letter-spacing: inherit;}
body > *:not(#sub_container_wb) select {border: 0; padding: 0; font-family: inherit; line-height: inherit; letter-spacing: inherit;}
body > *:not(#sub_container_wb) h1,
body > *:not(#sub_container_wb) h2,
body > *:not(#sub_container_wb) h3,
body > *:not(#sub_container_wb) h4,
body > *:not(#sub_container_wb) h5 {font-family: 'Pretendard', 'Noto Sans KR', '돋움', 'Dotum', '굴림', 'Gulim', 'GmarketSans', AppleGothic, UnDotum, Arial, Tahoma, Verdana, sans-serif;}



/* header-top */
#header-top {z-index: 9;}

/* header-top - 구글 번역 */
#langs .lang select {height: auto;}



/* header */
header {z-index: 9;}
header a {color: inherit;}
header .header-top-search .insert-group select {padding-left: 0.8rem !important; padding-right: 1.2rem !important;}
header .header-top-search .insert-group input {padding: 0 0.6rem !important;}



/* fullMenu */
#fullMenu {z-index: 9;}
#fullMenu a {color: inherit;}



/* overlayed-black */
#overlayed-black {z-index: 8;}



/* sub_container_wb */
#sub_container_wb {display: flex; flex-direction: column; gap: 1.75rem; padding-bottom: 5rem;

	/* size */
	--container-width: 60rem;
	--left-width: 11rem;
	--btw-left-right: 2rem;
}
#sub_container_wb h1:not(.sub_content_wb h1),
#sub_container_wb h2:not(.sub_content_wb h2),
#sub_container_wb h3:not(.sub_content_wb h3),
#sub_container_wb h4:not(.sub_content_wb h4),
#sub_container_wb h5:not(.sub_content_wb h5) {font-family: 'Pretendard', 'Noto Sans KR', '돋움', 'Dotum', '굴림', 'Gulim', 'GmarketSans', AppleGothic, UnDotum, Arial, Tahoma, Verdana, sans-serif;}
#sub_container_wb .S_visual {width: 100%; height: auto; background-size: cover; text-align: center !important;}
#sub_container_wb .S_visual p {width: 1200px; max-width: 100%; margin: 0 auto;}
#sub_container_wb .S_visual p img {width: 100%;}
#sub_container_wb .sub_container_wrap_wb {display: flex; justify-content: space-between; width: 100%; max-width: calc(var(--container-width) + (var(--container-gap) * 2)) !important; padding: 0 var(--container-gap); margin: 0 auto; position: relative; box-sizing: border-box;}



/* side_content_wb */
#side_content_wb {width: var(--left-width);}
#side_content_wb h1 {background-color: var(--colorUtilBackground); padding: 1.683em 0.5rem; font-size: 1.3rem; color: var(--colorUtilText); font-weight: 600; text-align: center; position: relative; z-index: 0;}
#side_content_wb h1::before {content: ""; display: block; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.05); clip-path: polygon(0 0, 100% 0, 0 100%); position: absolute; left: 0; top: 0; z-index: -1;}
#side_content_wb nav {letter-spacing: 0; margin-top: 0.3rem;}
#side_content_wb nav a {color: #333; font-weight: 500;}
#side_content_wb nav .lnb {border: 1px solid #d9d9d9;}
#side_content_wb nav .lnb > li + li {border-top: 1px solid #d9d9d9;}
#side_content_wb nav .lnb > li > a {display: flex; justify-content: space-between; align-items: center; background-color: #fff; padding: 0.834em 0.7rem; font-size: 0.75rem; position: relative; z-index: 0; transition: 0.3s;}
#side_content_wb nav .lnb > li > a::before {content: ""; display: block; width: 100%; height: 100%; background-color: var(--colorUtilBackground); opacity: 0; position: absolute; left: 0; top: 0; z-index: -1; transition: 0.3s;}
#side_content_wb nav .lnb > li:has(.subLnb) > a::after {content: "\ea4e"; width: 1em; height: 1em; font-family: 'remixicon'; line-height: 1; margin-left: 1em; transition: 0.3s;}
#side_content_wb nav .subLnb {display: none; border-top: 1px solid #d9d9d9; background-color: #f5f5f5; padding: 0.5rem 0.7rem;}
#side_content_wb nav .subLnb > li > a {display: block; padding: 0.15em 0; padding-left: 0.5rem; font-size: 0.7rem; position: relative; transition: 0.3s;}
#side_content_wb nav .subLnb > li > a::before {content: ""; width: 0.2rem; height: 0.2rem; clip-path: circle(50% at 50% 50%); background-color: #b2b2b2; position: absolute; left: 0; top: calc(0.95em - 0.1rem); transition: width 0.3s, background-color 0.3s;}
/* side_content_wb : active */
#side_content_wb nav .lnb > li > a.on {color: #111; font-weight: 700;}
#side_content_wb nav .lnb > li > a.on::before {opacity: 0.3;}
#side_content_wb nav .lnb > li:has(.subLnb) > a.on::after {transform: rotate(-90deg);}
#side_content_wb nav .subLnb > li > a.on {padding-left: 0.6rem; color: #111; font-weight: 700;}
#side_content_wb nav .subLnb > li > a.on::before {width: 0.3rem; height: 0.45rem; clip-path: polygon(0 0, 100% 50%, 0 100%); background-color: var(--colorUtilBackground); top: calc(0.95em - 0.225rem);}



/* sub_content_wrap_wb */
#sub_content_wrap_wb {width: calc(100% - var(--left-width) - var(--btw-left-right)); overflow: hidden;}
#sub_content_wrap_wb .sub_sns_title_content_wb {display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end;}
#sub_content_wrap_wb .box_share_wb {display: flex; gap: 8px; position: relative;}
#sub_content_wrap_wb .box_share_wb button {display: block; width: 26px; height: 26px; background: url("/images/sch/web/common/sub/btnSns.gif") no-repeat; font-size: 0; line-height: 0; text-indent: -1000px; overflow: hidden;}
#sub_content_wrap_wb .box_share_wb button.btn_print_wb {background-position: 0 0;}
#sub_content_wrap_wb .box_share_wb button.btn_sns_wb {background-position: -174px 0;}
#sub_content_wrap_wb .box_share_wb button.btn_facebook_wb {background-position: -29px 0;}
#sub_content_wrap_wb .box_share_wb button.btn_twitter_wb {background-position: -58px 0;}
#sub_content_wrap_wb .box_share_wb button.btn_kakao_story_wb {background-position: -116px 0;}
#sub_content_wrap_wb .box_share_wb button.btn_naver_band_wb {background-position: -145px 0;}
#sub_content_wrap_wb .box_sns_wb {display: flex; gap: 8px; border-radius: 2px; border: 1px solid #bbb; background-color: #fff; padding: 10px; position: absolute; right: 0; top: calc(100% + 4px); transform: translateY(-0.25rem); opacity: 0; visibility: hidden; transition: 0.3s;}
#sub_content_wrap_wb .sub_content_wb {width: 100%; border-top: 1px solid #ddd; padding-top: 1.5rem; font-family: '돋움', Dotum, '굴림', Gulim, Helvetica, sans-serif; font-size: 14px; line-height: 1.25; letter-spacing: 0; margin-top: 0.5rem;}
/* sub_content_wrap_wb : acitve */
#sub_content_wrap_wb .box_sns_wb.on {transform: translateY(0); opacity: 1; visibility: visible;}



/* location_wb */
#location_wb {display: flex; flex-wrap: wrap; align-items: center; font-size: 0.75rem; color: #666; margin-left: -1rem; margin-bottom: 0.5rem;}
#location_wb > * {display: block; padding-left: 1rem; position: relative;}
#location_wb > *:is(strong) {color: #000;}
#location_wb > *::before {content: "\ea6e"; display: flex; justify-content: center; align-items: center; width: 1rem; height: 100%; font-family: 'remixicon'; color: #666; font-weight: 100; position: absolute; left: 0; top: 0;}



/* page_title_wb */
#page_title_wb {order: -1; width: calc(100% - var(--container-gap) - 60px); font-size: 1.55rem; color: #111; font-weight: 600; letter-spacing: -1px;}



/* cntntsView */
#cntntsView .img img {width: auto !important; max-width: 100%;}



@media screen and (max-width: 1280px) {

  /* header-top */
  #header-top {z-index: 2;}

  /* mobileMenu */
	#mobileMenu {z-index: 9;}
  #mobileMenu a {color: inherit;}

	/* sub_container_wb */
	#sub_container_wb {gap: 0.75rem; padding-bottom: 2.5rem;}
	#sub_container_wb .sub_container_wrap_wb {padding: 0 calc(var(--container-gap) / 3 * 2);}

	/* side_content_wb */
	#side_content_wb {display: none;}

	/* sub_content_wrap_wb */
	#sub_content_wrap_wb {width: 100%;}

	/* location_wb */
	#location_wb {display: none;}

	/* page_title_wb */
	#page_title_wb {width: calc(100% - (var(--container-gap) / 3 * 2) - 60px); font-size: 1.4rem;}
}



@media screen and (max-width: 800px) {

	/* sub_container_wb */
	#sub_container_wb .sub_container_wrap_wb {padding: 0 calc(var(--container-gap) / 2);}

	/* page_title_wb */
	#page_title_wb {width: calc(100% - (var(--container-gap) / 2) - 60px);}
}



@media screen and (max-width: 768px) {

	/* Reset */
	body > *:not(#sub_container_wb),
	body > *:not(#sub_container_wb)::before,
	body > *:not(#sub_container_wb)::after,
	body > *:not(#sub_container_wb) *,
	body > *:not(#sub_container_wb) *::before,
	body > *:not(#sub_container_wb) *::after {word-break: break-all;}
}



@media screen and (max-width: 690px) {

	/* sub_container_wb */
	#sub_container_wb {gap: 1rem;}

	/* page_title_wb */
	#page_title_wb {font-size: 1.25rem;}
}



@media screen and (max-width: 480px) {

	/* sub_container_wb */
	#sub_container_wb {gap: 1rem;}

	/* page_title_wb */
	#page_title_wb {font-size: 1.05rem;}
}



@media print {

	/* Reset */
	body {background-color: #fff !important; padding: 2rem 0;}

	/* 신규 */
  header,
	#fullMenu,
	#mobileMenu,
	#mobileSearch,
	#overlayed-black,
	#sub_container_wb .S_visual,
	#side_content_wb,
	#sub_content_wrap_wb .box_share_wb,
	#location_wb,
	footer {display: none !important;}
	
	/* 기존 */
	.box_line_map,
	.survey_wrap,
	.area_visual,
	.satisfaction,
	#dtaViewArea,
	.s_visual,
	.s_Visual,
	.btn_top_1 {display: none !important;}

	/* sub_container_wb */
	#sub_container_wb .sub_container_wrap_wb {width: 980px !important; max-width: unset !important; padding: 0 !important;}

	/* sub_content_wrap_wb */
	#sub_content_wrap_wb {width: 100% !important;}
}