/* layout */
#root {
	overflow-x: hidden;
	margin: auto;
	display: flex;
	flex-direction: column;
	min-width: 1320px;
	min-height: 100vh;
	position: relative;
}

#root.opener {
	min-width: 100%;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: #ffffff;
	z-index: 50;
	min-width: 1320px;
}

#header.sticky {
	position: absolute;
}

#header.transparent {
	background: transparent;
}

#header .header-wrap {
	padding: 16px 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	border-bottom: 1px solid #d2d2d2;
}

#header.transparent .header-wrap {
	border-bottom: none;
}

#header .meta {
	display: flex;
	align-items: center;
}

#header .header-wrap .logo {
	display: flex;
}

#header .header-wrap .logo a {
	display: block;
}

#header .header-wrap .logo span {
	display: block;
	width: 234px;
	height: 50px;
	background: url("/National_Library/oe_/https://www.sc.or.kr/assets/pc/images/common/logo_black.png") no-repeat center center;
	background-size: contain !important;
}

/* GNB 색 변경 */
#header.transparent .header-wrap .logo span {
	background: url("/National_Library/oe_/https://www.sc.or.kr/assets/pc/images/common/logo.png") no-repeat center center;
}
#header.transparent[gnb-color='black'] .header-wrap .logo span {
	background: url("/National_Library/oe_/https://www.sc.or.kr/assets/pc/images/common/logo_black.png") no-repeat center center;
}

#header .gnb {
	display: flex;
	margin-left: 80px;
}

#header .gnb .gnb-item {
	position: relative;
	flex-shrink: 0;

}

#header .gnb .gnb-item.active a {
	color: #d9291d !important;
	font-weight: 700;
}

#header .gnb .gnb-item a {
	cursor: pointer;
	padding: 16px 80px 16px 0;
	color: #333333;
	font-weight: 500;
	font-size: 20px;
	height: 57px;
	display: block;
	letter-spacing: -0.4px;
}

/* GNB 색 변경 */
#header.transparent .gnb .gnb-item a {
	color: #ffffff;
	cursor: pointer;
}
#header.transparent[gnb-color='black'] .gnb .gnb-item a {
	color: #000000;
	cursor: pointer;
}

#header .gnb .gnb-item.hover a::after {
	content: "";
	position: absolute;
	bottom: -22px;
	left: 0;
	width: 62px;
	height: 2px;
	background: #d9291d;
}

#header .aside {
	display: flex;
	align-items: center;
}

#header .aside .utility {
	display: flex;
	align-items: center;
}

#header .utility .search-icon {
	padding: 16px 20px;
	cursor: pointer;
}

#header .utility .search-icon span {
	display: block;
	width: 20px;
	height: 20px;
	background: url("/National_Library/oe_/https://www.sc.or.kr/assets/pc/images/common/search-black.png") no-repeat center center;
}

/* GNB 색 변경 */
#header.transparent .utility .search-icon span {
	background: url("/National_Library/oe_/https://www.sc.or.kr/assets/pc/images/common/search.png") no-repeat center center;
}
#header.transparent[gnb-color='black'] .utility .search-icon span {
	background: url("/National_Library/oe_/https://www.sc.or.kr/assets/pc/images/common/search-black.png") no-repeat center center;
}

#header .account {
	display: flex;
	align-items: center;
	justify-content: center;
}

#header .account-item {
	position: relative;
}

#header .account-item a {
	padding: 12px 20px;
	color: #333333;
	font-size: 18px;
	display: inline-block;
	width: 100%;
}

/* GNB 색 변경 */
#header.transparent .account-item a {
	color: #ffffff;
	font-weight: 500;
}
#header.transparent[gnb-color='black'] .account-item a {
	color: #000000;
	font-weight: 500;
}

#header .account-item + .account-item::after {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 18px;
	background: #a4b6d2;
}

/* GNB 색 변경 */
#header.transparent .account-item + .account-item::after {
	background: #ffffff;
}
#header.transparent[gnb-color='black'] .account-item + .account-item::after {
	background: #333333;
}

#header .aside .action {
	padding-left: 20px;
}

#header .aside .action button {
	width: 160px;
	color: #ffffff;
	background-color: #d9291d;
	padding: 20px 0;
	border-radius: 4px;
	font-weight: 600;
	font-size: 20px;
}

#header .gnb-sub {
	width: 100%;
	background: #ffffff;
	display: none;
	box-shadow: 0 3px 3px rgba(110, 107, 107, 0.3);
}

#header .gnb-sub.show {
	display: flex;
}

#header .gnb-sub .gnb-sub-wrap {
	flex-shrink: 0;
}

#header .gnb-sub .gnb-sub-menu {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 0 396px;
	width: 1370px;
	min-height: 400px;
}

#header .gnb-sub .gnb-sub-menu.gnb-sub-single {
	align-content: flex-start;
}

#header .gnb-sub .gnb-sub-banner {
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	border-left: 1px solid #d2d2d2;
}

#header .gnb-sub-banner .banner-item {
	width: 275px;
}

#header .gnb-sub-banner .banner-item a {
	display: block;
	width: 275px;
	height: 300px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

#header .gnb-sub .banner-swiper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 275px;
	position: relative;
	padding-bottom: 20px;
}

#header .gnb-sub .banner-swiper .banner-control .swiper-pagination {
	margin-top: 18px;
	left: 50%;
	transform: translateX(-50%);
}

#header .gnb-sub .banner-swiper .banner-control .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border-radius: 6px;
}

#header .gnb-sub .banner-swiper .banner-control .swiper-pagination-bullet + .swiper-pagination-bullet {
	margin-left: 14px;
}

#header .gnb-sub .banner-swiper .banner-control .swiper-pagination-bullet-active {
	background: #d9291d;
	width: 40px;
}

#header .gnb-sub .banner-swiper .swiper-container {
	width: 275px;
	position: relative;
	z-index: 2;
}

#header .gnb-sub .banner-navi {
	position: absolute;
	width: calc(100% + 100px);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	justify-content: space-between;
}

#header .gnb-sub .banner-navi .banner-navi-item {
	cursor: pointer;
}

#header .gnb-sub .banner-navi .banner-navi-item span {
	display: block;
	width: 22px;
	height: 44px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#header .gnb-sub .banner-navi .swiper-prev span {
	background-image: url("/National_Library/oe_/https://www.sc.or.kr/assets/pc/images/common/navi-prev-gray_lg.png");
}

#header .gnb-sub .banner-navi .swiper-next span {
	background-image: url("/National_Library/oe_/https://www.sc.or.kr/assets/pc/images/common/navi-next-gray_lg.png");
}

#header .gnb-sub .gnb-sub-menu .sub-item {
	width: 25%;
	//max-width: 214px;

	// min-height: 292px;
}

#header .gnb-sub .gnb-sub-menu .sub-item:nth-of-type(1),
#header .gnb-sub .gnb-sub-menu .sub-item:nth-of-type(2),
#header .gnb-sub .gnb-sub-menu .sub-item:nth-of-type(3),
#header .gnb-sub .gnb-sub-menu .sub-item:nth-of-type(4) {
	padding-top: 24px;
}

#header .gnb-sub .gnb-sub-menu.gnb-sub-single .sub-item {
	height: 120px;
	min-height: 0;
}

#header .gnb-sub .gnb-sub-menu .sub-item .sub-item-title:hover a {
	color: #d9291d;
}

#header .gnb-sub .gnb-sub-menu .sub-item .sub-item-title.active a {
	color: #d9291d !important;
}

#header .gnb-sub .sub-item-title {
	font-size: 18px;
	color: #333333;
	font-weight: 500;
	cursor: pointer;
	display: inline;
}

#header .gnb-sub .sub-item-title a {
	font-size: 18px;
}

#header .gnb-sub .sub-list {
	margin-top: 16px;
	//min-height: 184px;
}

#header .gnb-sub .sub-list .sub-list-item {
	font-size: 17px;
	color: #808080;
}

#header .gnb-sub .sub-list .sub-list-item a {
	cursor: pointer;
}

#header .gnb-sub .sub-list .sub-list-item a:hover  {
	color: #d9291d;
}

#header .gnb-sub .sub-list .sub-list-item.active a {
	color: #d9291d !important;
}

#header .gnb-sub .sub-list .sub-list-item + .sub-list-item {
	margin-top: 10px;
}

/* dimmed */
#header.dimmed .header-wrap .logo span {
	background: url('/National_Library/oe_/https://www.sc.or.kr/assets/pc/images/common/logo_black.png') no-repeat center center;
}

#header.dimmed .gnb .gnb-item a {
	color: #333333;
}

#header.dimmed .utility .search-icon span {
	background: url('/National_Library/oe_/https://www.sc.or.kr/assets/pc/images/common/search-black.png') no-repeat center center;
}

#header.dimmed .account-item a {
	color: #333333;
}

#header.dimmed .account-item + .account-item::after {
	background: #333333;
}

/* scroll + hover */
#header.scroll,
#header.hover {
	background: #ffffff;
	z-index: 51;
}

#header.scroll .gnb .gnb-item a ,
#header.hover .gnb .gnb-item a {
	color: #333333;
}

#header.scroll .account-item a,
#header.hover .account-item a {
	color: #333333;
}

#header.scroll .search-icon span,
#header.hover .search-icon span {
	background: url("/National_Library/oe_/https://www.sc.or.kr/assets/pc/images/common/search-black.png") no-repeat center center !important;
}

#header.scroll .header-wrap .logo span,
#header.hover .header-wrap .logo span {
	background: url("/National_Library/oe_/https://www.sc.or.kr/assets/pc/images/common/logo_black.png") no-repeat center center;
}

#header.scroll .header-wrap,
#header.hover .header-wrap {
	border-bottom: 1px solid #d2d2d2;
}

#header.scroll .account-item + .account-item::after,
#header.hover .account-item + .account-item::after {
	background: #a4b6d2;
}

#header .header-search {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 246px;
	background: #ffffff;
	padding-bottom: 24px;
	display: none;
	border-bottom: 1px solid #d2d2d2;
}

#header .header-search.show {
	display: block;
}

#header .header-search .logo {
	position: relative;
	top: 25px;
	left: 80px;
	width: 234px;
	height: 50px;
}

#header .header-search .logo a {
	display: block;
}

#header .header-search .logo span {
	display: block;
	width: 234px;
	height: 50px;
	background: url("/National_Library/oe_/https://www.sc.or.kr/assets/pc/images/common/logo_black.png") no-repeat center center;
}

#header .header-search .close-icon {
	position: absolute;
	top: 32px;
	right: 32px;
	cursor: pointer;
}

#header .header-search .close-icon span {
	display: block;
	width: 30px;
	height: 30px;
	background: url("/National_Library/oe_/https://www.sc.or.kr/assets/pc/images/common/close-black.png") no-repeat center center;
}

#header .header-search .search-area {
	width: 580px;
	margin: 0 auto;
}

#header .header-search .search-box {
	position: relative;
	border: 1px solid #d2d2d2;
	border-radius: 50px;
}

#header .header-search .search-box input {
	border-radius: 50px;
	padding: 22px 30px;
	border: none;
	font-size: 20px;
	width: 100%;
}

#header .header-search .search-box input::placeholder {
	color: #999999;
}

#header .header-search .search-box-icon {
	cursor: pointer;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	background: #d9291d;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#header .header-search .search-box-icon span {
	display: block;
	width: 27px;
	height: 27px;
	background: url(/National_Library/oe_/https://www.sc.or.kr/assets/pc/images/common/search.png) no-repeat center center;
}

#header .header-search .search-tag {
	display: flex;
	margin-top: 18px;
}

#header .header-search .search-tag-label {
	padding-top: 15px;
	flex-shrink: 0;
}

#header .header-search .search-tags {
	margin-left: 24px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

#header .header-search .search-tags .search-tag-item {
	margin: 5px 6px;
	padding: 12px 16px;
	background: #f3f4f4;
	border-radius: 25px;
}

#header.transparent ~ #main {
	padding-top: 0;
}

#main {
	padding-top: 100px;
	position: relative;
}

#main.sticky {
	padding-top:0;
}

#main.bg-gray {
	background-color: #f5f5f5;
}

#footer {
	background: #2c2d2d;
	margin-top: auto;
	padding: 48px 0;
}

#footer .letter {
	padding-bottom: 32px;
	border-bottom: 1px solid #6c6c6c;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#footer .letter-title {
	font-weight: 500;
	font-size: 30px;
	color: #ffffff;
	letter-spacing: -1.2px;
}

#footer .letter-title span {
	color: #da291c;
}

#footer .letter-description {
	margin-top: 15px;
	color: #cfd0d0;
	letter-spacing: -0.5px;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
}

#footer .letter-description span {
	color: rgba(218, 41, 28, 0.8);
}

#footer .letter-input {
	display: flex;
	align-items: center;
}

#footer .letter-name input {
	width: 174px;
	height: 43px;
	background: transparent;
	padding: 0 16px;
	border-radius: 5px;
	color: #ffffff;
	border: 1px solid #dddddd;
}

#footer .letter-email {
	margin-left: 10px;
}

#footer .letter-email input {
	width: 280px;
	height: 43px;
	background: transparent;
	padding: 0 16px;
	border-radius: 5px;
	color: #ffffff;
	border: 1px solid #dddddd;
}

#footer .letter-action {
	margin-left: 10px;
}

#footer .letter-action button {
	width: 210px;
	height: 43px;
	background: #d9291d;
	color: #ffffff;
	border-radius: 5px;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: -0.54px;
}

#footer .letter-agree {
	margin-top: 14px;
}

#footer .letter-agree input {
	display: none;
}

#footer .letter-agree label {
	color: #cfd0d0;
	position: relative;
	padding-left: 28px;
	line-height: 1.5;
	font-size: 14px;
}

#footer .letter-agree label::before {
	border-radius: 5px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: "";
	width: 20px;
	height: 20px;
	border: 1px solid #dddddd;
}

#footer .letter-agree input:checked + label {
	background-position: left 4px top 50%;
	background-image: url("/National_Library/oe_/https://www.sc.or.kr/assets/pc/images/common/check-gray.png");
	background-repeat: no-repeat;
	background-size: 14px;
}

#footer .metadata {
	padding-top: 32px;
	display: flex;
	align-items: center;
}

#footer .donation {
	display: flex;
}

#footer .donation-chart {
	width: 150px;
	height: 150px;
	position: relative;
}

#footer .donation-chart-text {
	color: #ffffff;
	font-size: 32px;
	font-weight: 700;
	position: absolute;
	left: 50%;
	bottom: 26px;
	transform: translateX(-50%);
}

#footer .donation-chart-text small {
	margin-left: 2px;
	font-size: 20px;
}

#footer .donation-text {
	margin-left: 22px;
}

#footer .donation-title {
	font-size: 20px;
	font-weight: 500;
	color: #ffffff;
	line-height: 1.5;
}

#footer .donation-detail {
	margin-top: 20px;
}

#footer .donation-detail .donation-detail-item + .donation-detail-item {
	margin-top: 8px;
}

#footer .donation-detail-item {
	position: relative;
	color: #cfd0d0;
	font-size: 14px;
}

#footer .donation-detail-item span {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin-right: 12px;
}

#footer .detail {
	margin-left: 58px;
}

#footer .detail-link {
	display: flex;
	align-items: center;
}

#footer .detail-link .detail-link-item {
	cursor: pointer;
}

#footer .detail-link .detail-link-item + .detail-link-item {
	margin-left: 22px;
}


#footer .detail-link .detail-link-item + .detail-link-item::before {
	content: "";
	position: absolute;
	left: -11px;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 16px;
	background: #6c6c6c;
}

#footer .detail-link .detail-link-item {
	position: relative;
}

#footer .detail-link .detail-link-item a {
	color: #ffffff;
	font-weight: 400;
}

#footer .detail-link .detail-link-item a b {
	font-weight: 700;
}


#footer .detail-info {
	margin-top: 32px;
}

#footer .detail-info .detail-info-line {
	display: flex;
	font-size: 15px;
}

#footer .detail-info .detail-info-line + .detail-info-line {
	margin-top: 6px;
}

#footer .detail-info .detail-info-item {
	color: #999999;
	position: relative;
	font-size: 14px;
}

#footer .detail-info .detail-info-item + .detail-info-item {
	margin-left: 22px;
}

#footer .detail-info .detail-info-item + .detail-info-item::before {
	content: "";
	position: absolute;
	left: -11px;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 15px;
	background: #6c6c6c;
}

#footer .detail-copyright {
	margin-top: 36px;
	color: rgba(153, 153, 153, 0.5);
	font-size: 14px;
}

#footer .links {
	margin-left: 84px;
}

#footer .links-icon {
	display: flex;
	align-items: center;
}

#footer .links-icon .links-icon-item + .links-icon-item {
	margin-left: 10px;
}

#footer .links-select {
	margin-top: 24px;
}

#footer .links-select .links-select-item {
	position: relative;
}

#footer .links-select .links-select-item.on .links-list {
	display: block;
}

#footer .links-select .links-select-item .links-button {
	border: 1px solid #dddddd;
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: transparent;
	padding: 0px 16px;
	border-radius: 5px;
	color: rgb(255, 255, 255, 0.7);
	font-size: 14px;
	cursor: pointer;
}

#footer .links-select .links-select-item + .links-select-item {
	margin-top: 12px;
}

#footer .links-select .links-select-item a {
	color: rgb(255, 255, 255, 0.7);
	display: block;
}

#footer .links-select .links-select-item .links-button.dropdown {
	background-position: right 16px top 50%;
	background-image: url("/National_Library/oe_/https://www.sc.or.kr/assets/pc/images/common/down.png");
	background-repeat: no-repeat;
	background-size: 10px;
}

#footer .links-select .links-select-item.on .links-button.dropdown {
	background-image: url("/National_Library/oe_/https://www.sc.or.kr/assets/pc/images/common/up.png");
}

#footer .links-select .links-select-item .links-button.extra {
	background-position: right 16px top 50%;
	background-image: url("/National_Library/oe_/https://www.sc.or.kr/assets/pc/images/common/extra.png");
	background-repeat: no-repeat;
	background-size: 10px;
}

#footer .links-select .links-select-item .links-list {
	display: none;
	overflow-y: scroll;
	position: absolute;
	bottom: 34px;
	right: 0;
	height: 450px;
	background: #fff;
	border: 1px solid #e5e5e5;
	z-index: 10;
	border-radius: 5px;
}

#footer .links-select .links-select-item .links-list a {
	color: #333333;
}

#footer .links-select .links-select-item .links-list a {
	display: block;
	padding: 6px 5px 6px 15px;
	font-size: 15px;
}

#footer .links-select .links-select-item .links-list a:hover {
	background: #f8f8f8;
}

#footer .links-select .links-select-item .links-list.family {
	padding: 0 30px;
}

#footer .links-select .links-select-item .links-list .tit {
	position: relative;
	padding: 10px 5px 10px 5px;
	border-bottom: 1px solid #e5e5e5;
	padding-left: 105px;
}

#footer .links-select .links-select-item .links-list .tit span {
	position: absolute;
	top: 17px;
	left: 0;

	font-size: 15px;
	letter-spacing: -0.05em;
	font-weight: bold;
	color: #333333;
}

#float {
	position: fixed;
	bottom: 50px;
	right: 80px;
	z-index: 5;
}

#float.fixed {
	position: absolute;
	top: auto !important;
	bottom: 452px;
}

#float .float-action {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#float .float-action .float-action-item {
	cursor: pointer;
}

#float .float-action .float-action-item + .float-action-item {
	margin-top: 16px;
}

#float .float-action .float-action-item .float-action-icon {
	width: 70px;
	height: 70px;
	border: 1px solid #ccc;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#float .float-action .float-action-item .float-action-icon img {
	margin: 0 auto;
}

#float .float-action .float-action-item .float-action-icon.kakao {
	background: #F9E000 url("/National_Library/oe_/https://www.sc.or.kr/assets/pc/images/common/icon-kakao_float.png") no-repeat center center / cover;
	background-size: 54px;
	border-radius: 50%;
}

#float .float-action .float-action-text {
	text-align: center;
	color: #da291c;
	font-size: 14px;
	margin-top: 4px;
	letter-spacing: -0.6px;
	display: none;
}

#float .float-top {
	margin-top: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#float .float-top .float-top-button {
	border-radius: 50%;
	background: rgba(85, 85, 85, 0.8);
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	/*transition: ease-out .35s;*/
}

#floatStore {
	position: fixed;
	bottom: 50px;
	right: 20px;
	z-index: 5;
	width: 100px;
}

#floatStore.fixed {
	position: absolute;
	top: auto !important;
	bottom: 452px;
}

#floatStore .float-view .view-label {
	background: #ffffff;
	letter-spacing: -0.7px;
	color: #555;
	border-radius: 10px;
	border: solid 1px #ddd;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Gmarket Sans", serif;
	font-size: 14px;
}

#floatStore .float-view .view-list {
	display: none;
}

#floatStore .float-view .view-list.show {
	display: block;
}

#floatStore .float-view .view-list .view-item {
	background: #ffffff;
	padding: 7px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	border: solid 1px #ddd;
	border-top: none;
}

#floatStore .float-view .view-list .view-item img {
	width: 100%;
}

#floatStore .float-top {
	border-radius: 10px;
	background-color: #da291c;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 50px;
	gap: 5px;
	font-weight: 500;
	font-family: "Gmarket Sans", serif;
	font-size: 14px;
	cursor: pointer;
	letter-spacing: -0.7px;
}

#cover {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 380px;
	display: flex;
	align-items: center;
}

#cover > .container {
	position: relative;
}

#cover .cover-title {
	color: #FFFFFF;
	font-size: 46px;
	font-family: "SavetheChildren", "Apple SD Gothic Neo", Helvetica, sans-serif,
	Arial;
	font-weight: 700;
}

#cover .cover-title .primary {
	color: #da291c;
}

#cover .cover-title.eng {
	font-family: "Oswald", "Apple SD Gothic Neo", Helvetica, sans-serif, Arial;
	letter-spacing: -1.15px;
	line-height: 1.3;
}

#cover .cover-description {
	margin-top: 24px;
	color: #ffffff;
	line-height: 26px;
	font-size: 18px;
}

#cover .cover-action {
	position: absolute;
	bottom: -108px;
	right: 0;
	transform: translateY(-50%);
}

#cover .cover-help {
	line-height: 1.5;
	letter-spacing: -0.4px;
	font-size: 14px;
	margin-top: 12px;
}

#cover .cover-action .btn {
	border-radius: 25px;
	width: auto;
	min-width: 138px;
	height: 50px;
	line-height: 50px;
	color: #ffffff;
	border: 1px solid #ffffff;
	background: rgba(0, 0, 0, 0.3);
	padding: 0 30px;
}

#cover .cover-action .btn + .btn {
	margin-left: 10px;
}

#cover.black .cover-title {
	color: #333333;
}

#cover.black .cover-description {
	color: #555555;
}

#cover.black .cover-help {

	color: #777;
}

#page {
	padding: 60px 0 100px;
}

#page.falling {
	padding: 60px 0 0;
}

#top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 50;
	display: none;
}

#top.show {
	display: block;
}

#top.show ~ #header {
	top: 70px;
}

#top.show ~ #main {
	padding-top: 70px;
}

#top.show ~ #main #float.stuck {
	top: 250px;
}

#top.show ~ #main .visual {
	height: calc(100vh - 70px);
}

#top .top-ribbon-banner {
	width: 100%;
	height: 70px;
}

#top .top-ribbon-banner .inner {
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

#top .txt-box-ribbon {
	position: relative;
	z-index: 50;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 71px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	min-width: 1320px;
}

#top .top-ribbon-banner .txt1 {
	font-weight: 500;
	font-size: 22px;
	color: #ffffff;
}

#top .top-ribbon-banner .txt2 {
	margin-left: 20px;
	font-size: 18px;
	letter-spacing: -0.54px;
	color: #ffffff;
}

#top .top-ribbon-banner .arrow {
	margin-left: 34px;
	width: 9px;
	height: 14px;
	background-image: url("/National_Library/oe_/https://www.sc.or.kr/assets/pc/images/common/top-arrow.png");
	background-repeat: no-repeat;
	background-size: cover;
}

#top .top-ribbon-banner .close-btn {
	position: absolute;
	z-index: 150;
	top: 10px;
	right: 13px;
	width: 19px;
	height: 19px;
	background-image: url('/National_Library/oe_/https://www.sc.or.kr/assets/pc/images/common/close_ribbon_banner.png');
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
}

#top .top-ribbon-banner .inner.white .close-btn {
	background-image: url('/National_Library/oe_/https://www.sc.or.kr/assets/pc/images/common/close_ribbon_banner_white.png');
}

#top .top-ribbon-banner .wrap-chkbox {
	position: absolute;
	z-index: 150;
	bottom: 10px;
	right: 13px;
	display: flex;
	align-items: center;
}

#top .top-ribbon-banner .wrap-chkbox input[type=checkbox] {
	position: relative;
	border: 1px solid #000;
	border-radius: 2px;
	background: none;
	cursor: pointer;
	line-height: 0;
	margin: 0 8px 0 0;
	outline: 0;
	padding: 0 !important;
	background: #ffffff;
	vertical-align: text-top;
	height: 16px;
	width: 16px;
	-webkit-appearance: none;
}

#top .top-ribbon-banner .wrap-chkbox input[type=checkbox]:checked:before {
	content: '';
	position: absolute;
	right: 50%;
	top: 50%;
	width: 3px;
	height: 8px;
	border: solid #000000;
	border-width: 0 2px 2px 0;
	margin: -1px -1px 0 -1px;
	transform: rotate(45deg) translate(-50%, -50%);
	z-index: 2;
}

#top .top-ribbon-banner .wrap-chkbox label {
	letter-spacing: -0.35px;
	color: #333;
	font-size: 14px;
}

#top .top-ribbon-banner .inner.white .wrap-chkbox label {
	color: #ffffff;
}

#top .top-ribbon-banner .inner.white .wrap-chkbox input[type=checkbox] {
	border-color: transparent;
}

/* editor popup */
.popup-wrapper.editor.active,
.popup-wrapper.image.active {
	display: block;
}
.popup-wrapper {
	display: none;
	position: absolute;
	top: 120px;
	right: 160px;
	width: 490px;
	background-color: #fff;
	z-index: 50;
}
.main-popup {
	position: relative;
}
.popup-wrapper.editor .main-popup {
	padding: 31px 42px;
}
.popup-wrapper.image .main-popup{}
.main-popup > .close-btn {
	position: absolute;
	top: 31px;
	right: 39px;
	background-image: url(/National_Library/oe_/https://www.sc.or.kr/assets/pc/images/common/close-modal.png);
	background-size: cover;
	width: 18px;
	height: 18px;
	padding: 4px;
	cursor: pointer;
}
.main-popup .popup-head {}
.main-popup .popup-head .popup-title {
	padding: 10px 0 20px;
	width: 100%;
	max-width: 390px;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px solid #555;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 2;
}
.popup-wrapper.editor .main-popup .popup-content {
	padding: 40px 0;
	height: 100%;
	max-height: 538px;
}
.popup-wrapper.editor .main-popup .popup-content .popup-scroll {
	height: 100%;
	max-height: 457px;
	overflow-y: auto;
}
.popup-wrapper.editor .main-popup .popup-content .popup-scroll::-webkit-scrollbar {
	width: 3px;
	height: 457px;
	background-color: #e4e6e7;
}
.popup-wrapper.editor .main-popup .popup-content .popup-scroll::-webkit-scrollbar-thumb {
	background: #616569;
}
.popup-wrapper.editor .main-popup .popup-content .popup-scroll .text-wrap {
	padding-right: 15px;
	word-break: keep-all;
	font-size: 18px;
	letter-spacing: -0.03em;
	text-align: left;
}
.popup-wrapper.image .main-popup .popup-content {
	height: 100%;
	max-height: 665px;
}
.main-popup .popup-content .popup-more {
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.main-popup .popup-content .popup-more .btn {
	width: 190px;
	height: 50px;
	font-size: 18px;
	font-weight: bold;
	background-color: #666;
	color: #fff;
	line-height: 50px;
}
.main-popup .popup-footer {
	padding-top: 22px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #ddd;
}
.popup-wrapper.image .main-popup .popup-footer {
	padding: 0 28px;
	height: 80px;
}
.main-popup .popup-footer .logo {
	background: url(/National_Library/oe_/https://www.sc.or.kr/assets/pc/images/common/logo_black.png) no-repeat center center;
	width: 160px;
	height: 34px;
	background-size: contain;
}
.main-popup .popup-footer .form-control .form-checkbox.stop-watch label {
	padding-right: 40px;
	padding-left: 0;
	background-size: 28px;
	line-height: 28px;
	font-size: 16px;
}
.main-popup .popup-footer .form-control .form-checkbox.stop-watch input + label {
	background-image: url(/National_Library/oe_/https://www.sc.or.kr/assets/pc/images/common/checkbox-round-off1.png);
	background-position-x: right;
}
.main-popup .popup-footer .form-control .form-checkbox.stop-watch input:checked + label {
	background-image: url(/National_Library/oe_/https://www.sc.or.kr/assets/pc/images/common/checkbox-round-on1.png);
}
.popup-wrapper.image .main-popup .popup-footer .form-control .form-checkbox.stop-watch input + label {
	background-position-x: left;
}
.popup-wrapper.image .main-popup .popup-footer .form-control .form-checkbox.stop-watch label {
	padding-right: 0;
	padding-left: 34px;
}
.main-popup .popup-footer .close-btn {
	padding: 13px;
	font-size: 18px;
	color: #777;
}
#headerMicro .cnts_top {border-bottom: 1px solid #DDDDDD;height: 29px;margin: 0 auto; position: relative; width: 100%; background: #fff;}
#headerMicro .cnts_top ul.util_left{width: 420px; height: 29px; position: absolute; left: 50%; margin-left: -500px; top: 0px; }
#headerMicro .cnts_top ul.util_left li{float: left;}
#headerMicro .cnts_top ul.util_right{height: 18px; position: absolute; right: 50%; margin-right: -500px; top: 6px; text-align:right;}
#headerMicro .cnts_top ul.util_right li{float: left; margin:0 5px; font-size:11px; color:#7b7b7b; letter-spacing:-1px;}
#headerMicro .cnts_top ul.util_right li #sub1{position: absolute; top: 0; left: 0;}

#headerMicro .emergency_relief_cnts_top {
	background: #4f4241;
	margin: 0px auto;
	width: 100%;
	min-width: 1050px;
	height: 30px;
	border-bottom-color: #272120;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	position: relative;
	z-index: 9999;
}

#headerMicro .emergency_relief_cnts_top>.inner {
	position: relative;
	width: 1050px;
	margin: 0 auto;
	padding: 0 20px;
}

#headerMicro .emergency_relief_cnts_top ul.util_left li {
	float: left;
	height: 30px;
}

/* ggnb_topmenu_right */
#headerMicro .emergency_relief_cnts_top ul.util_right {
	height: 18px;
	position: absolute;
	right: 20px;
	top: 6px;
	text-align: right;
}

#headerMicro .emergency_relief_cnts_top ul.util_right li {
	float: left;
	margin: 0 5px;
	font-family: 'NanumGothic',dotum;
	font-size: 11px;
	letter-spacing: -1px;
	padding-top: 3px;
	line-height: 14px;
	color: #ccc;
}

#headerMicro .emergency_relief_cnts_top ul.util_right li a {
	color: #cfcece;
	font-size: 11px;
	line-height: 14px;
}

#headerMicro .emergency_relief_cnts_top ul.util_right li a img {
	margin-top: -1px;
}

#headerMicro .emergency_relief_cnts_top ul.util_right li #sub1 {
	position: absolute;
	top: 0;
	left: 0;
}

#headerMicro .emergency_relief_cnts_top ul.util_right .btn {
	width: auto !important;
	min-width: auto !important;
	padding: 0 !important;
	margin-top: 0;
}

#headerMicro .emergency_relief_cnts_top ul.util_right .line {
	background: url(/National_Library/oe_/https://www.sc.or.kr/webPub/sc_2018/images/microsite/util_rigntLine.gif) no-repeat 0 4px;
	width: 1px;
	height: 14px;
}

#headerMicro .emergency_relief_cnts_top ul.util_right a.mypage {
	color: #bb8283;
	line-height: 14px;
}

#headerMicro .emergency_relief_cnts_top ul.util_right .save_user {
	color: #fff;
	font-size: 12px;
	line-height: 19px;
}

#headerMicro .emergency_relief_cnts_top ul.util_right .save_user strong {
	color: #ccc;
}

#headerMicro .CampaignList{width:240px;position:absolute;background:#fff; top:29px; left:52.9%; margin-left: -281px; z-index: 9999;border:2px solid #767676}
#headerMicro .CampaignList ul{padding:0 10px}
#headerMicro .CampaignList > ul:after {clear: both;content: "";display: block;}
#headerMicro .CampaignList ul li:first-child{background:0 none}
#headerMicro .CampaignList ul li{width:100%;padding-top:7px;background:url('/National_Library/oe_/https://www.sc.or.kr/assets/pc/images/common/Campaign_bg.gif') repeat-x left top;}
#headerMicro .CampaignList ul li a {display:block; margin-bottom: 7px;}
#headerMicro .CampaignList ul li span.Campaign_icon{width:32px; margin-right:6px;}
#headerMicro .Campaign_close{position:relative;background:#f4f5f7; }
#headerMicro.Campaign_close ul{height:23px; padding-top:0;}
#headerMicro .Campaign_cl ose ul li{width: auto;background:0 none; float:right; font-size:11px; display:block; vertical-align:top; height:15px;}
#headerMicro .Campaign_close ul li.close{float:right; margin-right:-10px; display:none;}
#headerMicro .Campaign_close ul li.close02{float:right; margin-right:9px;}

#headerMicro .util_right {font-family: "Nanum Barun Gothic"}

#headerMicro .padding_t02{padding-top:2px;}
#headerMicro .padding_t04{padding-top:4px;}

#headerMicro ~ #main {
	padding-top: 0;
}

#headerStore ~ #main:not(.store-main) {
	padding-top: 100px;
}

/* 진심상점 */
#headerStore {
	position: absolute;
	top: 29px;
	left: 0;
	width: 100%;
	height: 100px;
	background: #ffffff;
	z-index: 50;
	min-width: 1320px;
	border-bottom: 1px solid #dddddd;
}



#headerStore .header-wrap {
	width: 1320px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;

}

#headerStore .meta {
	display: flex;
	align-items: center;
}

#headerStore .logo {
	text-indent: -9999px;
}

#headerStore .logo a span {
	width: 205px;
	height: 57px;
	display: block;
	background: url("/National_Library/oe_/https://www.sc.or.kr/assets/pc/images/store/image-logo.png") no-repeat center center / cover;
}



#headerStore .gnb {
	margin-left: 140px;
	display: flex;
	align-items: center;
	gap: 54px;
}

#headerStore .gnb .gnb-item {

}

#headerStore .gnb .gnb-item a {
	padding: 15px;
	letter-spacing: -1.2px;
	font-size: 24px;
	color: #555;
	font-weight: 500;
	font-family: 'Gmarket Sans';
}

#headerStore .gnb .gnb-item.active a,
#headerStore .gnb .gnb-item a:hover {
	color: #d9291d !important;
}

#headerStore .cart {
	display: flex;
	align-items: center;
	padding: 12px 16px;
	border-radius: 25px;
	border: 2px solid #da281f;
	cursor: pointer;
}

#headerStore .cart .cart-icon{
	position:relative;
}

#headerStore .cart .cart-icon span.cart-img {
	display: block;
	width: 29px;
	height: 24px;
	background: url("/National_Library/oe_/https://www.sc.or.kr/assets/pc/images/store/icon-cart.png");
	background-size: 100% 100%;
}

#headerStore .cart .cart-icon span.cart-count {
	position:absolute;
	top:-4px;
	right:-1px;
	display: block;
	width: 15px;
	height: 15px;
	font-family:'SpoqaHanSansNeoMedium';
	font-size:10px;
	text-align:center;
	line-height:15px;
	color:#fff;
	background:#da281f;
	border-radius:50%;
}


#headerStore .cart .cart-text {
	font-family: 'Gmarket Sans';
	margin-left: 3px;
	letter-spacing: -0.9px;
	color: #da281f;
	font-size: 18px;
}

#headerStore.transparent {
	background: transparent;
	border-bottom: none;
}

#headerStore.transparent .logo a span {
	background: url("/National_Library/oe_/https://www.sc.or.kr/assets/pc/images/store/image-logo_white.png") no-repeat center center / cover;
}

#headerStore.transparent .gnb .gnb-item a {
	color: #ffffff;
}

#headerStore.transparent .cart {
	border: 2px solid #ffffff;
}

#headerStore.transparent .cart .cart-icon span.cart-img {
	background: url("/National_Library/oe_/https://www.sc.or.kr/assets/pc/images/store/icon-cart_white.png");
	background-size: 100% 100%;
}

#headerStore.transparent .cart .cart-icon span.cart-count {
	color:#da281f;
	background:#fff;
}

#headerStore.transparent .cart .cart-text {
	color: #ffffff;
}

#headerStore.fixed {
	position: fixed;
	top: 0 !important;
}

#headerStore.scroll {
	background: #ffffff;
	border-bottom: 1px solid #d2d2d2;
}

#headerStore.scroll .logo a span {
	background: url("/National_Library/oe_/https://www.sc.or.kr/assets/pc/images/store/image-logo.png") no-repeat center center / cover;
}

#headerStore.scroll .gnb .gnb-item a {
	color: #555555;
}

#headerStore.scroll .cart {
	border: 2px solid #da281f;
}

#headerStore.scroll .cart .cart-icon span.cart-img {
	background: url("/National_Library/oe_/https://www.sc.or.kr/assets/pc/images/store/icon-cart.png");
	background-size: 100% 100%;
}

#headerStore.scroll .cart .cart-icon span.cart-count {
	color:#fff;
	background:#da281f;
}

#headerStore.scroll .cart .cart-text {
	color: #da281f;
}

@media (max-width: 1760px) {
	#header .header-wrap {
		padding: 16px 40px;
	}

	#header .gnb-sub .gnb-sub-menu {
		padding: 0 0 0 354px;
		width: 1258px;
	}

	#header .gnb-sub .sub-item-title {
		font-size: 17px;
		color: #333333;
		font-weight: 700;
		cursor: pointer;
	}

	#header .gnb-sub .sub-item-title a {
		font-size: 17px;
	}

	#header .gnb-sub .gnb-sub-banner {
		width: 100%;
	}

	#header .gnb-sub .banner-swiper {
		width: 260px;
	}

	#header .gnb-sub .banner-swiper .swiper-container {
		width: 260px;
	}

	#header .gnb-sub-banner .banner-item a {
		width: 260px;
		height: 350px;
	}

	#header .gnb-sub .banner-navi {
		width: calc(100% + 80px);
	}
}

@media (max-width: 1600px) {
	#header .header-wrap .logo span {
		width: 190px;
	}

	#header .gnb .gnb-item a {
		font-size: 19px;
		padding: 16px 80px 16px 0;
	}

	#header .account-item a {
		font-size: 16px;
		padding: 8px 12px;
	}

	#header .utility .search-icon {
		padding: 12px 10px;
	}

	#header .aside .action button {
		width: 140px;
		font-size: 18px;
		padding: 16px 0;
	}

	#header .gnb-sub .gnb-sub-menu {
		padding: 0 0 0 310px;
		width: 1100px;
	}

	#header .gnb-sub .sub-item-title {
		font-size: 17px;
	}

	#header .gnb-sub .sub-item-title a {
		font-size: 17px;
	}

	#header .gnb-sub .sub-list .sub-list-item {
		font-size: 16px;
	}

	#header .gnb-sub .sub-list .sub-list-item a {
		font-size: 16px;
	}

	#header .gnb-sub .banner-swiper {
		width: 220px;
	}

	#header .gnb-sub .banner-swiper .swiper-container {
		width: 220px;
	}

	#header .gnb-sub-banner .banner-item a {
		width: 220px;
		height: 294px;
	}
}




@media (max-width: 1440px) {
	#header .gnb .gnb-item a {
		padding: 16px 70px 16px 0;
	}

	#header .gnb-sub .gnb-sub-menu {
		width: 1000px;
	}
}


@media (max-width: 1320px) {

	#header .gnb-sub .gnb-sub-menu {
		padding: 0 0 0 270px;
	}

	#header .header-wrap {
		padding: 16px 0;
	}
}
